match.pd: Revert a * (1 << b) relaxation.
[official-gcc.git] / gcc / ChangeLog
blob2d508331e50f5abec86c52a33f57891afeb73ff9
1 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
3         PR tree-optimization/73714
4         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
6 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
8         * selftest.c: Move "namespace selftest {" to top of file,
9         removing explicit "selftest::" qualifiers throughout.
11 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
13         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
14         New types.
15         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
16         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
17         Replace builtin with vector extension.
18         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
19         New types.
20         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
21         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
22         Replace builtin with vector extension.
23         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
24         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
25         Replace builtin with vector extension.
26         * config/i386/xmmintrin.h (__m128_u): New type.
27         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
28         (_mm_load_ps, _mm_store_ps): Simplify.
30 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
32         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
34 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
36         * diagnostic-show-locus.c (colorizer::begin_state): Support more
37         than 3 ranges per diagnostic by alternating between color 1 and
38         color 2.
39         (layout::layout): Replace use of rich_location::MAX_RANGES
40         with richloc->get_num_locations ().
41         (layout::calculate_line_spans): Replace use of
42         rich_location::MAX_RANGES with m_layout_ranges.length ().
43         (layout::print_annotation_line): Handle arbitrary numbers of
44         ranges in caret-printing by defaulting to '^'.
45         (selftest::test_one_liner_many_fixits): New function.
46         (test_diagnostic_show_locus_one_liner): Call it.
47         * diagnostic.c (diagnostic_initialize): Update for renaming
48         of rich_location::MAX_RANGES to
49         rich_location::STATICALLY_ALLOCATED_RANGES.
50         * diagnostic.h (struct diagnostic_context): Likewise.
52 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
54         * selftest.c (selftest::named_temp_file::named_temp_file): New
55         ctor.
56         (selftest::temp_source_file::~temp_source_file): Move to...
57         (selftest::named_temp_file::~named_temp_file): ...here.
58         (selftest::test_named_temp_file): New function.
59         (selftest::selftest_c_tests): Call test_named_temp_file.
60         * selftest.h (class named_temp_file): New class.
61         (class temp_source_file): Convert to a subclass of named_temp_file.
63 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
65         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
66         USEs of LR_REGNO in returns and sibcalls.
67         (rs6000_output_mi_thunk): Similar.
68         (rs6000_sibcall_aix): Similar.
69         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
70         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
71         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
72         Remove the USE of LR_REGNO from the patterns as well.  Delete an
73         obsolete comment.
74         (return_internal_<mode>): Delete.
76 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
78         * gcc/config/aarch64/aarch64-simd.md
79         (aarch64_ld2<mode>_dreg_le): New.
80         (aarch64_ld2<mode>_dreg_be): New.
81         (aarch64_ld2<mode>_dreg): Removed.
82         (aarch64_ld3<mode>_dreg_le): New.
83         (aarch64_ld3<mode>_dreg_be): New.
84         (aarch64_ld3<mode>_dreg): Removed.
85         (aarch64_ld4<mode>_dreg_le): New.
86         (aarch64_ld4<mode>_dreg_be): New.
87         (aarch64_ld4<mode>_dreg): Removed.
88         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
90 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
92         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
93         redundant location param.
94         (test_one_liner_fixit_remove): Likewise.
95         (test_one_liner_fixit_replace): Likewise.
96         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
97         * gcc-rich-location.c
98         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
99         get_range_from_loc.  Drop overload taking a const char *.
100         * gcc-rich-location.h
101         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
102         a const char *.
104 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
106         * config/linux.c (linux_libc_has_function): Return true on musl.
108 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
110         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
112 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
114         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
115         used for abnormal egdes.
117 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
119         PR tree-optimization/72866
120         * tree-vect-patterns.c (search_type_for_mask): Turn into
121         a small wrapper, move all code to ...
122         (search_type_for_mask_1): ... this new function.  Add caching
123         and adjust recursive calls.
125         PR debug/77363
126         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
127         instead of lookup_type_die (type_main_variant (type)) even for array
128         types.
130         PR middle-end/77377
131         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
132         constant pool reference return x instead of c.
134 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
136         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
137         include MQ.
139 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
141         * input.c
142         (selftest::test_make_location_nonpure_range_endpoints): Fix
143         header comment.
145 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
147         * diagnostic-show-locus.c
148         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
149         function.
150         (selftest::test_diagnostic_show_locus_one_liner): Call it.
151         * input.c (get_pure_location): Move to libcpp/line-map.c.
152         * input.h (get_pure_location): Convert decl to an inline function
153         calling implementation in libcpp.
155 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
157         PR target/77403
158         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
159         template for intel asm dialect.
160         (vec_set_hi_<mode><mask_name>): Ditto.
162 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
164         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
165         (selftest::fail_formatted): Likewise.
167 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
169         * input.c (make_location): Call get_start and get_finish
170         on the endpoints to avoid storing packed ranges or ad-hoc
171         ranges in them.
172         (selftest::test_make_location_nonpure_range_endpoints): New function.
173         (selftest::input_c_tests): Call it.
174         * input.h (get_start): New inline function.
176 2016-08-29  Tom de Vries  <tom@codesourcery.com>
178         PR c/77398
179         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
180         with assert.
182 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
184         * Makefile.in (gcov-iov.h): Add dummy recipe.
186 2016-08-29  Nathan Sidwell  <nathan@acm.org>
188         * config/nvptx/nvptx.c: #include tree-vrp.h.
190 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
192         PR target/77324
193         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
194         HIGH+LO construct during reload.
196 2016-08-28  Tom de Vries  <tom@codesourcery.com>
198         PR lto/70955
199         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
200         'sysv_abi va_list' attribute.
201         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
202         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
203         attributes.
205 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
207         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
208         * emit-rtl.c (unshare_all_rtl_1): Adjust.
209         (unshare_all_rtl_again): Likewise.
210         * function.c (assign_stack_local_1): Likewise.
211         (assign_stack_temp_for_type): Likewise.
213 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
215         * cfgbuild.c (make_edges): Adjust.
216         * cfgrtl.c (can_delete_label_p): Likewise.
217         * dwarf2cfi.c (create_trace_edges): Likewise.
218         * except.c (sjlj_emit_dispatch_table): Likewise.
219         * function.h (struct expr_status): make x_forced_labels a vector.
220         * jump.c (rebuild_jump_labels_1): Adjust.
221         * reload1.c (set_initial_label_offsets): Likewise.
222         * stmt.c (force_label_rtx): Likewise.
223         (expand_label): Likewise.
225 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
227         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
229 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
231         PR tree-optimization/71077
232         PR tree-optimization/68542
233         * fold-const.c (fold_relational_const): Fix folding of
234         VECTOR_CST comparisons that have a scalar boolean result type.
235         (selftest::test_vector_folding): New static function.
236         (selftest::fold_const_c_tests): Call it.
238 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
240         * doc/extend.texi (SPU Built-in Functions): Remove stale
241         references to material formerly at IBM and Sony.
243 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
245         PR target/77349
246         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
248 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
250         * diagnostic-show-locus.c
251         (selftest::test_fixit_consolidation): New function.
252         (selftest::diagnostic_show_locus_c_tests): Call it.
253         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
254         constructor based on source_range.
256 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
258         * diagnostic-color.c (color_dict): Add "fixit-insert" and
259         "fixit-delete".
260         (parse_gcc_colors): Update description of default GCC_COLORS.
261         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
262         (colorizer::set_fixit_insert): New method.
263         (colorizer::set_fixit_delete): New method.
264         (colorizer::get_color_by_name): New method.
265         (colorizer::STATE_FIXIT_INSERT): New constant.
266         (colorizer::STATE_FIXIT_DELETE): New constant.
267         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
268         fields in favor of new field "m_stop_color".  Add fields
269         "m_fixit_insert" and "m_fixit_delete".
270         (colorizer::colorizer): Update for above changes.  Replace
271         colorize_start calls with calls to get_color_by_name.
272         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
273         STATE_FIXIT_DELETE.  Update for field renamings.
274         (colorizer::finish_state): Simplify by using m_stop_color,
275         rather than multiple identical "*_ce" fields.
276         (colorizer::get_color_by_name): New method.
277         (layout::print_any_fixits): Print insertions and replacements
278         using the "fixit-insert" color, and deletions using the
279         "fixit-delete" color.
280         * doc/invoke.texi (-fdiagnostics-color): Update description of
281         default GCC_COLORS, and of the supported capabilities.
283 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
285         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
286         current_function_static_stack_size variable with the static
287         stack frame size of the current function when
288         flag_stack_usage_info is enabled.
290 2016-08-26  Nathan Sidwell  <nathan@acm.org>
292         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
293         assignment inside if condition.
295 2016-08-26  Richard Biener  <rguenther@suse.de>
297         PR tree-optimization/69047
298         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
299         extracts similar to what FRE does.
300         (non_rewritable_mem_ref_base): Likewise.
302 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
304         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
305         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
306         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
307         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
308         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
309         Likewise.
310         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
311         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
312         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
313         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
314         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
316 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
318         PR target/70473
319         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
320         reservation duration to 15 cycles.
321         (cortex_a8_vfp_macs): Likewise.
322         (cortex_a8_vfp_macd): Likewise.
323         (cortex_a8_vfp_divs): Likewise.
324         (cortex_a8_vfp_divd): Likewise.
326 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
328         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
329         (aarch_macro_fusion_pair_p): Use above to avoid early return.
331 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
332             Martin Jambhor  <mjambor@suse.cz>
334         * common.opt: New option -fipa-bit-cp.
335         * doc/invoke.texi: Document -fipa-bit-cp.
336         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
337         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
338         * tree-ssa-ccp.h: New header file.
339         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
340         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
341         Replace all occurences of tree parameter by two new params: signop, int.
342         (bit_value_unop_1): Change to bit_value_unop and export it.
343         Replace all occurences of tree parameter by two new params: signop,
344         int.
345         (bit_value_binop): Change call from bit_value_binop_1 to
346         bit_value_binop.
347         (bit_value_assume_aligned): Likewise.
348         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
349         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
350         to ccp_finalize.
351         (ccp_finalize): Skip processing if val->mask == 0.
352         * ipa-cp.c: Include tree-ssa-ccp.h
353         (ipcp_bits_lattice): New class.
354         (ipcp_param_lattice (bits_lattice): New member.
355         (print_all_lattices): Call ipcp_bits_lattice::print.
356         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
357         (initialize_node_lattices): Likewise.
358         (propagate_bits_accross_jump_function): New function.
359         (propagate_constants_accross_call): Call
360         propagate_bits_accross_jump_function.
361         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
362         (ipcp_store_bits_results): New function.
363         (ipcp_driver): Call ipcp_store_bits_results.
364         * ipa-prop.h (ipa_bits): New struct.
365         (ipa_jump_func): Add new member bits of type ipa_bits.
366         (ipa_param_descriptor): Change decl to decl_or_type.
367         (ipa_get_param): Change decl to decl_or_type and assert on
368         PARM_DECL.
369         (ipa_get_type): New function.
370         (ipcp_transformation_summary): New member bits.
371         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
372         (ipa_populate_param_decls): Likewise.
373         (ipa_dump_param): Likewise.
374         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
375         function.
376         (ipa_set_jf_unknown): Set ipa_bits::known to false.
377         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
378         propagation.
379         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
380         (ipa_write_jump_function): Add streaming for ipa_bits.
381         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
382         (write_ipcp_transformation_info): Add streaming for ipa_bits
383         summary for ltrans.
384         (read_ipcp_transfomration_info): Add support for reading streamed
385         ipa_bits.
386         (ipcp_update_bits): New function.
387         (ipcp_transform_function): Call ipcp_update_bits.
389 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
391         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
392         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
394 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
396         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
398 2016-08-25  Richard Biener  <rguenther@suse.de>
400         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
401         Only add locations in late dwarf.
402         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
403         (dwarf2out_early_finish): But do it here.
405 2016-08-24  Michael Collison <michael.collison@linaro.org>
406             Michael Collison <michael.collison@arm.com>
408         * config/arm/arm-modes.def: Add new condition code mode CC_V
409         to represent the overflow bit.
410         * config/arm/arm.c (maybe_get_arm_condition_code):
411         Add support for CC_Vmode.
412         (arm_gen_unlikely_cbranch): New function to generate common
413         rtl conditional branches for overflow patterns.
414         * config/arm/arm-protos.h: Add prototype for
415         arm_gen_unlikely_cbranch.
416         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
417         addsi3_compareV_upper): New patterns to support signed
418         builtin overflow add operations.
419         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
420         New patterns to support unsigned builtin add overflow operations.
421         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
422         builtin overflow subtract operations,
423         (usubv<mode>4): New patterns to support unsigned builtin subtract
424         overflow operations.
425         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
426         to support builtin overflow negate operations.
428 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
430         Revert
431         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
433         * explow.c (get_dynamic_stack_size): Take known alignment of stack
434         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
435         needed.
437 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
439         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
440         MULTILIB_OPTIONS should be used.  Small wording fixes.
441         * genmultilib: Memorize set of all option combinations in
442         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
443         found in MULTILIB_OPTIONS by checking if option set is listed in
444         combination_space.  Output new and existing error message to stderr.
446 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
448         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
449         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
450         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
451         (MULTILIB_REUSE): Remove reuse rules for option set including
452         -mfpu=fp-armv8 and -mfpu=vfpv4
454 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
456         * config/arm/t-rtems: Add vfp multilib.
458 2016-08-23  Ian Lance Taylor  <iant@golang.org>
460         * config/s390/s390.c (s390_asm_file_start): Call
461         default_file_start.
463 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
465         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
466         initialization of all 0's to the 0 constant, instead of directly
467         generating XOR.  Add support for V4SImode vector initialization on
468         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
469         initialization.  Change variables used in V4SFmode vector
470         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
471         any memory addresses are in index form.  Add support for using
472         VSPLTH/VSPLTB to initialize vector short and vector char vectors
473         with all of the same element.
474         (regno_or_subregno): New helper function to return a register
475         number for either REG or SUBREG.
476         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
477         Use regno_or_subregno where possible.
478         (rs6000_split_v4si_init_di_reg): New helper function to build up a
479         DImode value from two SImode values in order to generate V4SImode
480         vector initialization on 64-bit systems with direct move.
481         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
482         initialization.
483         (rtx_is_swappable_p): V4SImode vector initialization insn is not
484         swappable.
485         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
486         declaration.
487         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
488         attributes to initialize V8HImode and V16QImode vectors with the
489         same element.
490         (VSX_SPLAT_COUNT): Likewise.
491         (VSX_SPLAT_SUFFIX): Likewise.
492         (UNSPEC_VSX_VEC_INIT): New unspec.
493         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
494         Allow SFmode values to come from Altivec registers.
495         (vsx_init_v4si): New insn/split for V4SImode vector initialization
496         on 64-bit systems with direct move.
497         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
498         vector initializations, to allow V4SImode vector initializations
499         on 64-bit systems with direct move.
500         (vsx_splat_v4si): Likewise.
501         (vsx_splat_v4si_di): Likewise.
502         (vsx_splat_v4sf): Likewise.
503         (vsx_splat_v4sf_internal): Likewise.
504         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
505         register classes.
506         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
507         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
508         initializing V8HImode and V16QImode vectors with the same
509         element.
510         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
511         optimization if -maltivec=be.
513 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
515         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
516         attribute for alternatives 3 and 4.
518 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
520         * selftest.c (selftest::assert_str_contains): New function.
521         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
522         * selftest.h (selftest::assert_str_contains): New decl.
523         (ASSERT_STR_CONTAINS): New macro.
525 2016-08-23  Richard Biener  <rguenther@suse.de>
527         PR tree-optimization/77286
528         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
529         the CFG here.
530         (vect_transform_loop): Split exit edges of loop and scalar
531         loop if required and at the appropriate time.
533 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
535         * explow.c (get_dynamic_stack_size): Take known alignment of stack
536         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
537         needed.
538         Correct a typo in a comment.
540 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
542         * config/s390/s390.md ("*andc_split"): New splitter for and with
543         complement.
545 2016-08-23  Richard Biener  <rguenther@suse.de>
547         PR tree-optimization/27336
548         * tree-vrp.c (infer_value_range): Handle stmts that can throw
549         by looking for a non-EH edge.
550         (process_assert_insertions_for): Likewise.
552 2016-08-23  Richard Biener  <rguenther@suse.de>
554         PR middle-end/77305
555         * statistics.c (statistics_counter_event): Robustify against
556         NULL current_pass.
558 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
560         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
561         for targets amdfam10 and barcelona.
563 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
565         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
566         (zero_extend<mode>di2): Ditto.
567         (*zero_extend<mode>si2): Ditto.
568         (*zero_extendqihi2): Ditto.
570 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
572         PR middle-end/77269
573         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
574         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
576 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
578         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
579         identical consecutive elements.
580         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
581         the node's def stmt, avoid printing an unwanted trailing newline by
582         replacing the call to print_gimple_stmt() with its inlined body and
583         adjusting it to not set pp_needs_newline and to call pp_flush()
584         instead of pp_newline_and_flush().
586 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
588         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
589         (float32_type_node, float64_type_node, float32x_type_node)
590         (float128x_type_node): New macros.
591         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
592         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
593         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
594         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
595         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
596         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
597         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
598         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
599         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
600         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
601         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
602         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
603         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
604         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
605         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
606         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
607         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
608         (copysign, fabs, huge_val, inf, nan, nans): Use it.
609         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
610         and copysign.
611         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
612         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
613         * doc/extend.texi (Other Builtins): Document these built-in
614         functions.
615         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
616         for nan and nans.
618 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
620         * doc/install.texi (Binaries): www.opencsw.org now uses https.
622 2016-08-22  Richard Biener  <rguenther@suse.de>
624         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
626 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
628         PR target/77270
629         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
630         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
631         non-SSE2 athlons only, otherwise prefer SSE prefetches.
633 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
635         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
636         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
637         (vrp_visit_switch_stmt): Likewise.
638         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
639         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
640         (vrp_visit_stmt): Use extract_range_from_stmt.
641         (vrp_visit_phi_node): Use extract_range_from_phi_node.
643 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
645         * Makefile.in: Add tree-vrp.h to GTFILES.
646         * gengtype.c (open_base_files): Add tree-vrp.h.
647         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
648         * builtins.c: Likewise.
649         * fold-const.c: Likewise.
650         * gimple-builder.c: Likewise.
651         * gimple-laddress.c: Likewise.
652         * hsa-gen.c: Likewise.
653         * internal-fn.c: Likewise.
654         * ssa.h: Likewise.
655         * targhooks.c: Liewise,
656         * tree-ssa-address.c: Likewise.
657         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
658         * tree-vrp.c (struct value_range): Move to tree-vrp.h
659         * tree-vrp.h: New file.
661 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
663         PR tree-optimization/61839
664         * tree-vrp.c (two_valued_val_range_p): New.
665         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
666         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
667         Also Convert VAR BINOP CST where VAR is two-valued to
668         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
670 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
672         * diagnostic-show-locus.c
673         (layout::annotation_line_showed_range_p): New method.
674         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
675         Reimplement case fixit_hint::REPLACE to cover removals, and
676         replacements where the range of the replacement isn't one
677         of the ranges in the rich_location.
678         (test_one_liner_fixit_replace): Likewise.
679         (selftest::test_one_liner_fixit_replace_non_equal_range): New
680         function.
681         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
682         New function.
683         (selftest::test_diagnostic_show_locus_one_liner): Call the new
684         functions.
685         * diagnostic.c (print_parseable_fixits): Remove case
686         fixit_hint::REMOVE.
688 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
690         PR target/77270
691         * config/i386/i386.c (ix86_option_override_internal): Remove
692         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
693         Enable SSE prefetch also for TARGET_PREFETCHWT1.
694         Do not try to enable TARGET_PRFCHW ISA flag here.
695         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
696         Rewrite expander function body.
697         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
699 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
701         PR c/32187
702         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
703         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
704         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
705         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
706         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
707         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
708         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
709         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
710         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
711         tree_index values.
712         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
713         macros.
714         (struct floatn_type_info): New structure type.
715         (floatn_nx_types): New variable declaration.
716         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
717         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
718         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
719         * tree.c (floatn_nx_types): New variable.
720         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
721         corresponding complex types.
722         * target.def (floatn_mode): New hook.
723         * targhooks.c: Include "real.h".
724         (default_floatn_mode): New function.
725         * targhooks.h (default_floatn_mode): New prototype.
726         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
727         types.
728         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
729         effective-target and dg-add-options keywords.
730         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
731         Document new effective-target keywords.
732         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
733         * doc/tm.texi: Regenerate.
734         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
735         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
736         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
737         18661-3.
738         * real.h (struct real_format): Add field ieee_bits.
739         * real.c (ieee_single_format, mips_single_format)
740         (motorola_single_format, spu_single_format, ieee_double_format)
741         (mips_double_format, motorola_double_format)
742         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
743         (ieee_extended_intel_128_format)
744         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
745         (mips_extended_format, ieee_quad_format, mips_quad_format)
746         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
747         (decimal_double_format, decimal_quad_format, ieee_half_format)
748         (arm_half_format, real_internal_format: Initialize ieee_bits
749         field.
750         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
751         float128_type_node.  Set float80_type_node to float64x_type_node
752         if appropriate and long_double_type_node not appropriate.
753         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
754         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
755         Initialize ieee_bits field.
756         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
757         (rs6000_init_builtins): Set ieee128_float_type_node to
758         float128_type_node.
759         (rs6000_floatn_mode): New function.
761 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
763         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
764         _rdseed64_step): Uglify argument names and/or local variable names
765         in inline functions.
766         * config/i386/rtmintrin.h (_xabort): Likewise.
767         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
768         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
769         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
770         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
771         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
772         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
773         _mm_maskz_ternarylogic_epi32): Likewise.
774         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
775         __lwpins32, __lwpins64): Likewise.
776         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
777         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
778         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
779         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
780         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
781         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
782         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
783         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
784         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
785         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
786         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
787         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
788         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
789         _mm256_mask_i64gather_epi32): Likewise.
790         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
791         * config/i386/ia32intrin.h (__writeeflags): Likewise.
792         * config/i386/pkuintrin.h (_wrpkru): Likewise.
793         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
794         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
795         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
796         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
797         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
798         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
799         _mm512_mask_prefetch_i64scatter_ps): Likewise.
800         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
801         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
802         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
803         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
804         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
805         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
806         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
807         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
809         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
810         returning void.
811         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
812         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
813         Likewise.
814         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
815         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
816         function name.
817         (_rdpkru_u32): Add space after function name.
819         * config/i386/t-i386 (i386-c.o): Don't depend on
820         i386-builtin-types.inc.
821         (i386.o): Depend on i386-builtin-types.inc.
823 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
825         PR target/77281
826         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
827         Use const_vec_duplicate to check for duplicated elements.
829 2016-08-19  Richard Biener  <rguenther@suse.de>
831         PR tree-optimization/77290
832         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
833         Fix flag_tree_parallelize_loops check.
835 2016-08-19  Richard Biener  <rguenther@suse.de>
837         * match.pd (x | 0 -> x): Add.
839 2016-08-19  Richard Biener  <rguenther@suse.de>
841         PR tree-optimization/77286
842         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
843         Deal with virtual PHIs being out-of-order.
845 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
847         * doc/invoke.texi (fverbose-asm): Note that source code lines
848         are emitted, and provide an example.
849         * final.c (asm_show_source): New function.
850         (final_scan_insn): Call asm_show_source.
852 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
854         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
855         param with diagnostic_kind.
856         (class colorizer): Similarly replace field m_diagnostic with
857         m_diagnostic_kind.
858         (colorizer::colorizer): Replace diagnostic
859         param with diagnostic_kind.
860         (colorizer::begin_state): Update for above field change.
861         (layout::layout): Replace diagnostic param with rich_location *
862         and diagnostic_kind.
863         (diagnostic_show_locus): Replace diagnostic param with richloc
864         and diagnostic_kind.
865         (class selftest::test_diagnostic_context): New class.
866         (selftest::test_diagnostic_show_locus_unknown_location): New
867         function.
868         (selftest::test_one_liner_simple_caret): New function.
869         (selftest::test_one_liner_caret_and_range): New function.
870         (selftest::test_one_liner_multiple_carets_and_ranges): New
871         function.
872         (selftest::test_one_liner_fixit_remove): New function.
873         (selftest::test_one_liner_fixit_replace): New function.
874         (selftest::test_diagnostic_show_locus_one_liner): New function.
875         (selftest::diagnostic_show_locus_c_tests): Call the new test
876         functions.
877         * diagnostic.c (diagnostic_initialize): Initialize
878         colorize_source_p, show_ruler_p and parseable_fixits_p.
879         (default_diagnostic_finalizer): Update for change to
880         diagnostic_show_locus.
881         (diagnostic_append_note): Likewise.
882         * diagnostic.h (diagnostic_show_locus): Replace
883         const diagnostic_info * param with location * and diagnostic_t.
885 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
887         * input.c (saved_line_table): New global.
888         (class selftest::temp_line_table): Rename to line_table_test and
889         move declaration to selftest.h, and drop field m_old_line_table.
890         (selftest::temp_line_table::temp_line_table): Rename ctor to...
891         (selftest::line_table_test::line_table_test): ...this.  Add a
892         default ctor.  Store current value of line_table within
893         saved_line_table.
894         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
895         (selftest::line_table_test::~line_table_test): ...this, and
896         restore line_table from the saved_line_table, rather than
897         m_old_line_table.
898         (selftest::test_accessing_ordinary_linemaps): Update for above
899         renaming.
900         (selftest::test_lexer): Likewise.
901         (struct selftest::lexer_test): Likewise.
902         (selftest::lexer_test::lexer_test): Likewise.
903         (selftest::input_c_tests): Move the looping over test cases from
904         here into...
905         (selftest::for_each_line_table_case): New function.
906         * input.h (saved_line_table): New decl.
907         * selftest.h (struct selftest::line_table_case): New forward decl.
908         (class selftest::line_table_test): New class, moved here from
909         selftest::temp_line_table in input.c, and renamed.
910         (selftest::for_each_line_table_case): New decl.
912 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
914         PR target/72839
915         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
917 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
919         PR middle-end/70895
920         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
921         enclosing parallel construct for reduction variables on OpenACC loop
922         directives.
924 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
926         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
927         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
928         -gdwarf-3.
929         (function_to_dwarf_procedure): Update comment.
931 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
933         * input.c (diagnostics_file_cache_forcibly_evict_file): New
934         function.
935         * input.h (diagnostics_file_cache_forcibly_evict_file): New
936         declaration.
937         * selftest.c (selftest::temp_source_file::~temp_source_file):
938         Evict m_filename from the diagnostic file cache.
940 2016-08-18  Richard Biener  <rguenther@suse.de>
942         * tree-pass.h (make_pass_materialize_all_clones): Declare.
943         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
944         make_pass_materialize_all_clones): New simple IPA pass encapsulating
945         clone materialization.
946         * passes.def (all_late_ipa_passes): Start with
947         pass_materialize_all_clones.
948         * cgraphunit.c (symbol_table::compile): Remove call to
949         materialize_all_clones.
950         * tree-into-ssa.c: Include statistics.h.
951         (update_ssa): Count number of times we do incremental/rewrite
952         SSA update.
954 2016-08-18  Richard Biener  <rguenther@suse.de>
956         PR tree-optimization/77282
957         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
958         When doing auto-parallelizing also prevent use of PHIs that
959         carry dependences across loop backedges.
961 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
962             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
964         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
966 2016-08-18  Richard Biener  <rguenther@suse.de>
968         * ssa-iterators.h (ssa_vuse_operand): New inline.
969         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
970         (predicate_all_scalar_phis): Use remove_phi_node to remove
971         phi nodes predicated.  Delay removing virtual PHIs.
972         (predicate_mem_writes): Update virtual operands.
973         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
974         (tree_if_conversion): Do not rewrite virtual SSA form.
975         * tree-phinodes.c (release_phi_node): Make static.
976         * tree-phinodes.h (release_phi_node): Remove.
978 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
980         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
981         codes that appear in bdesc_* arrays, instead include i386-builtin.def
982         twice to define those.
983         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
984         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
985         bdesc_multi_arg): Define by including i386-builtin.def the third time.
986         * config/i386/i386-builtin.def: New file.
988 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
990         * input.c (get_source_range_for_char): Rename to...
991         (selftest::get_source_range_for_char): ...this, and move within
992         the #if CHECKING_P guard.
993         (get_num_source_ranges_for_substring): Rename to...
994         (selftest::get_num_source_ranges_for_substring): ...this, move
995         within the #if CHECKING_P guard, and make static.
996         (selftest::assert_num_substring_ranges): Initialize
997         actual_num_ranges.
999 2016-08-18  Alan Modra  <amodra@gmail.com>
1001         PR rtl-optimization/72771
1002         * reload.c (find_reloads): Don't assume that a subreg mem is OK
1003         when find_reloads_toplev returns address_reloaded==-1.
1004         (alternative_allows_const_pool_ref): Update comment.
1006 2015-08-17  Alan Hayward <alan.hayward@arm.com>
1008         PR tree-optimization/71752
1009         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
1010         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
1012 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
1014         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
1015         instead of testing ECF_NORETURN bit in gimple_call_flags.
1016         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
1017         * predict.c (tree_bb_level_predictions): Likewise.
1018         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
1020         PR middle-end/77259
1021         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
1022         turning a call into __builtin_unreachable-like noreturn call, adjust
1023         gimple_call_set_fntype.
1024         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
1025         gimple_call_fntype has void return type.
1027 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
1029         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
1030         maybe_lookup_decl, to handle nested acc loop directives.
1032 2016-08-17  Richard Biener  <rguenther@suse.de>
1034         PR tree-optimization/76490
1035         * tree-vrp.c (update_value_range): Preserve overflow infinities
1036         when intersecting with ranges from get_range_info.
1037         (operand_less_p): Handle overflow infinities correctly.
1038         (value_range_constant_singleton): Use vrp_operand_equal_p
1039         to handle overflow max/min correctly.
1040         (vrp_valueize): Likewise.
1041         (union_ranges): Likewise.
1042         (intersect_ranges): Likewise.
1043         (vrp_visit_phi_node): Improve iteration limitation to only
1044         apply when we'll possibly re-visit the PHI via a changed argument
1045         on the backedge.
1047 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1049         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
1050         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
1051         rather than those that should not be built.
1053 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
1055         PR target/66488
1056         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
1058 2016-08-17  Richard Biener  <rguenther@suse.de>
1060         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
1061         (verify_vssa): New function verifying virtual SSA form.
1062         (verify_ssa): Call it.
1063         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
1064         Do not apply loop-closed SSA handling to virtuals.
1065         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
1066         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
1067         when rewriting their symbol.
1068         (prepare_def_site_for): Likewise.
1069         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
1070         operands of moved stmts.
1072 2016-08-17  Richard Biener  <rguenther@suse.de>
1074         PR tree-optimization/23855
1075         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
1076         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
1077         find guards to hoist.  Do not update SSA form but rewrite virtuals
1078         into loop closed SSA.
1079         (find_loop_guard): Adjust to skip already hoisted guards.  Do
1080         not mark virtuals for renaming or update SSA form.
1082 2016-08-17  Martin Liska  <mliska@suse.cz>
1084         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
1085         a LONG_LONG_TYPE_SIZE comparison.
1086         * gcov-io.h: Remove macro definitions.
1087         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
1088         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
1089         comparison.
1091 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
1093         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
1094         that builtins not mentioned in bdesc_* arrays come first, then
1095         the ones mentioned in bdesc_* arrays in the order they appear in
1096         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
1097         IX86_BUILTIN__BDESC_*_LAST enumerator.
1098         (bdesc_mpx): Fix up a comment typo.
1099         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
1100         __builtin_ia32_vpcomneu[bwdq] builtins.
1101         (BDESC_VERIFY, BDESC_VERIFYS): Define.
1102         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
1103         enum ix86_builtins ordering.
1104         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
1105         for direct bdesc_* array member access instead of searching all the
1106         arrays until an fcode match is found.
1108 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
1110         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
1111         pattern as define_insn_and_split.  Split insn before reload to
1112         ashl<mode>3_1.
1113         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
1114         <shift_insn><mode>3_1.
1115         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
1116         <rotate_insn><mode>3_1.
1118 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
1120         PR c/72857
1121         * input.c (get_source_range_for_substring): Rename to...
1122         (get_source_location_for_substring): ...this, adding param
1123         "caret_idx", and converting output param from source_range * to
1124         location_t *.
1125         (get_source_range_for_char): New function.
1126         (get_num_source_ranges_for_substring): Update comment to reflect
1127         above renaming.
1128         (assert_char_at_range): Update to use get_source_range_for_char
1129         rather than get_source_range_for_substring.
1130         (test_lexer_string_locations_concatenation_2): Likewise.
1131         * substring-locations.h (get_source_range_for_substring): Rename
1132         to...
1133         (get_source_location_for_substring): ...this, and adding param
1134         "caret_idx", and converting output param from source_range * to
1135         location_t *.
1137 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
1139         * input.c (class selftest::temp_source_file): Move to
1140         selftest.h.
1141         (selftest::temp_source_file::temp_source_file): Move to
1142         selftest.c.
1143         (selftest::temp_source_file::~temp_source_file): Likewise.
1144         * selftest.c (selftest::temp_source_file::temp_source_file): Move
1145         here from input.c.
1146         (selftest::temp_source_file::~temp_source_file): Likewise.
1147         * selftest.h (class selftest::temp_source_file): Move here from
1148         input.c
1150 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
1152         PR target/71910
1153         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
1154         inlining, add cgraph edge for the added __builtin_unreachable call.
1156         PR middle-end/67485
1157         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
1158         only cast it to SHWI for the final comparison.
1160 2016-08-16  Martin Liska  <mliska@suse.cz>
1162         PR gcov-profile/36412
1163         * doc/gcov.texi: Document --hash-filenames(-x).
1164         * gcov.c (print_usage): Add the option.
1165         (process_args): Process the option, sort options alphabetically.
1166         (md5sum_to_hex): New function.
1167         (make_gcov_file_name): Do the md5sum and append it to a
1168         filename.
1170 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
1172         PR tree-optimization/69848
1173         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
1174         and swtich operands to avoid additional NOT instruction.
1175         (vcond<v_cmp_mixed><mode>): Ditto.
1176         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1178 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1180         * doc/install.texi (*-*-solaris2*): Adjust latest change.
1182 2016-08-16  Richard Biener  <rguenther@suse.de>
1184         PR tree-optimization/76783
1185         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
1186         BB visited flags at start.
1188 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
1190         PR tree-optimization/72817
1191         PR tree-optimization/73450
1192         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
1193         multiple_of_p for adjusted IV.base.
1195 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
1197         PR target/72867
1198         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
1199         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
1200         for !flag_finite_math_only or flag_signed_zeros.
1201         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
1202         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
1203         depend on flag_finite_math_only.
1204         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
1205         New insn pattern.
1206         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
1207         (*ieee_smin<mode>3): Ditto.
1208         (*ieee_smax<mode>3): Ditto.
1209         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
1210         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
1211         flag_signed_zeros.
1212         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
1213         depend on flag_finite_math_only.
1214         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
1215         (*mmx_<code>v2sf3): Remove.
1216         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
1217         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
1218         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
1220 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
1222         PR rtl-optimization/73650
1223         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
1224         it is not a simple move.
1226 2016-08-15  Martin Liska  <mliska@suse.cz>
1228         PR driver/72765
1229         * gcc.c (do_spec_1): Call save_string with the right size.
1230         (save_string): Do an assert about string we copy.
1232 2016-08-15  Richard Biener  <rguenther@suse.de>
1234         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
1235         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
1236         TV_MACH_DEP.
1237         (pass_data_stv): Likewise.
1239 2016-08-15  Richard Biener  <rguenther@suse.de>
1241         PR tree-optimization/73434
1242         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
1243         TBAA info on the base when forwarding a non-invariant address.
1245 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
1247         * dwarf2out.c (struct checksum_attributes): Add
1248         at_string_length_bit_size and at_string_length_byte_size fields.
1249         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
1250         and DW_AT_string_length_byte_size.
1251         (die_checksum_ordered): Handle at_string_length_bit_size and
1252         at_string_length_byte_size.
1253         (gen_array_type_die): For dwarf_version >= 5 emit
1254         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1255         (adjust_string_types): For dwarf_version >= 5 remove
1256         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1257         (resolve_addr): Likewise.
1259         PR debug/71906
1260         * dwarf2out.c (string_types): New variable.
1261         (gen_array_type_die): Change early_dwarf handling of
1262         DW_AT_string_length, create DW_OP_call4 referencing the
1263         length var temporarily.  Handle parameters that are pointers
1264         to string length.
1265         (adjust_string_types): New function.
1266         (gen_subprogram_die): Temporarily set string_types to local var,
1267         call adjust_string_types if needed.
1268         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
1269         New functions.
1270         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
1272 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
1274         * doc/install.texi (*-*-solaris2*): Fix version number and document
1275         requirement on GNU make for building libjava with the Solaris linker.
1277 2016-08-15  Martin Liska  <mliska@suse.cz>
1278             Jakub Jelinek  <jakub@redhat.com>
1280         PR tree-optimization/72824
1281         * tree-loop-distribution.c (const_with_all_bytes_same)
1282         <case VECTOR_CST>: Fix a typo.
1284 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
1286         PR target/76342
1287         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
1288         Renamed from _mm512_undefined_si512.
1289         (_mm_undefined_si512): New definition.
1291 2016-08-13  Richard Biener  <rguenther@suse.de>
1293         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
1294         into PHIs and update the lattice for its def.
1296 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
1298         PR c/71512
1299         * ubsan.c (instrument_si_overflow): Pass true instead of false
1300         to gsi_replace.
1301         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
1302         of bbs.  Return TODO_cleanup_cfg if any returned true.
1304 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1306         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
1307         ISA 3.0 MTVSRDD instruction.
1308         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
1309         vecperm.
1311 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1313         PR tree-optimization/71083
1314         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
1315         bitfield access when possible.
1317 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
1319         PR middle-end/71654
1320         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
1321         sign-changing cast from a shorter unsigned type to a wider
1322         signed type.
1324 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
1326         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
1327         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
1328         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
1330 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1332         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1333         Correct costs for vec_construct.
1335 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
1337         PR tree-optimization/69848
1338         * tree-vectorizer.h (enum vect_def_type): New condition reduction
1339         type CONST_COND_REDUCTION.
1340         * tree-vect-loop.c (vectorizable_reduction): Support new condition
1341         reudction type CONST_COND_REDUCTION.
1343 2016-08-12  Richard Biener  <rguenther@suse.de>
1345         PR tree-optimization/57326
1346         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
1347         returning an SSA name.
1348         (phi_translate_1): When fully_constant_expression returns a NAME
1349         make sure we have a leader for it.
1351 2016-08-12  Martin Liska  <mliska@suse.cz>
1352             Adam Fineman  <afineman@afineman.com>
1354         * gcov.c (process_file): Create .gcov file when .gcda
1355         file is missing.
1357 2016-08-12  Marek Polacek  <polacek@redhat.com>
1359         PR c/7652
1360         * alias.c (find_base_value): Adjust fall through comment.
1361         * cfgexpand.c (expand_debug_expr): Likewise.
1362         * combine.c (find_split_point): Likewise.
1363         (expand_compound_operation): Likewise.  Add FALLTHRU.
1364         (make_compound_operation): Adjust fall through comment.
1365         (canon_reg_for_combine): Add FALLTHRU.
1366         (force_to_mode): Adjust fall through comment.
1367         (simplify_shift_const_1): Likewise.
1368         (simplify_comparison): Likewise.
1369         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
1370         FALLTHRU.
1371         * config/aarch64/predicates.md: Likewise.
1372         * config/i386/i386.c (function_arg_advance_32): Likewise.
1373         (ix86_gimplify_va_arg): Likewise.
1374         (print_reg): Likewise.
1375         (ix86_print_operand): Likewise.
1376         (ix86_build_const_vector): Likewise.
1377         (ix86_expand_branch): Likewise.
1378         (ix86_sched_init_global): Adjust fall through comment.
1379         (ix86_expand_args_builtin): Add FALLTHRU.
1380         (ix86_expand_builtin): Likewise.
1381         (ix86_expand_vector_init_one_var): Likewise.
1382         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
1383         (rs6000_adjust_cost): Likewise.
1384         (insn_must_be_first_in_group): Likewise.
1385         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
1386         * dbxout.c (dbxout_symbol): Adjust fall through comment.
1387         * df-scan.c (df_uses_record): Likewise.
1388         * dojump.c (do_jump): Add FALLTHRU.
1389         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
1390         comment.
1391         (resolve_args_picking_1): Adjust fall through comment.
1392         (loc_list_from_tree_1): Likewise.
1393         * expmed.c (make_tree): Likewise.
1394         * expr.c (expand_expr_real_2): Add FALLTHRU.
1395         (expand_expr_real_1): Likewise.  Adjust fall through comment.
1396         * fold-const.c (const_binop): Adjust fall through comment.
1397         (fold_truth_not_expr): Likewise.
1398         (fold_cond_expr_with_comparison): Add FALLTHRU.
1399         (fold_binary_loc): Likewise.
1400         (contains_label_1): Adjust fall through comment.
1401         (multiple_of_p): Likewise.
1402         * gcov-tool.c (process_args): Add FALLTHRU.
1403         * genattrtab.c (check_attr_test): Likewise.
1404         (write_test_expr): Likewise.
1405         * genconfig.c (walk_insn_part): Likewise.
1406         * genpreds.c (validate_exp): Adjust fall through comment.
1407         (needs_variable): Likewise.
1408         * gensupport.c (get_alternatives_number): Add FALLTHRU.
1409         (subst_dup): Likewise.
1410         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
1411         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
1412         (gimplify_scan_omp_clauses): Add FALLTHRU.
1413         (goa_stabilize_expr): Likewise.
1414         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
1415         through comment.
1416         * hsa-gen.c (get_address_from_value): Likewise.
1417         * ipa-icf.c (sem_function::hash_stmt): Likewise.
1418         * ira.c (ira_setup_alts): Add FALLTHRU.
1419         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
1420         comment.
1421         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
1422         * opts.c (common_handle_option): Likewise.
1423         * read-rtl.c (read_rtx_code): Likewise.
1424         * real.c (round_for_format): Likewise.
1425         * recog.c (asm_operand_ok): Likewise.
1426         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
1427         * reload1.c (set_label_offsets): Likewise.
1428         (eliminate_regs_1): Likewise.
1429         (reload_reg_reaches_end_p): Likewise.
1430         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
1431         (rtx_cost): Likewise.
1432         * sched-rgn.c (is_exception_free): Likewise.
1433         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
1434         * stor-layout.c (int_mode_for_mode): Likewise.
1435         * toplev.c (print_to_asm_out_file): Likewise.
1436         (print_to_stderr): Likewise.
1437         * tree-cfg.c (gimple_verify_flow_info): Likewise.
1438         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
1439         (chrec_fold_multiply): Likewise.
1440         (evolution_function_is_invariant_rec_p): Likewise.
1441         (for_each_scev_op): Likewise.
1442         * tree-data-ref.c (siv_subscript_p): Likewise.
1443         (get_references_in_stmt): Likewise.
1444         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
1445         (substitute_in_expr): Likewise.
1446         (type_cache_hasher::equal): Likewise.
1447         (walk_type_fields): Likewise.
1448         * var-tracking.c (adjust_mems): Add FALLTHRU.
1449         (set_dv_changed): Adjust fall through comment.
1450         * varasm.c (default_function_section): Add FALLTHRU.
1452 2016-08-12  Marek Polacek  <polacek@redhat.com>
1454         PR c/7652
1455         * tree-complex.c (expand_complex_division): Add missing break.
1457 2016-08-12  Richard Biener  <rguenther@suse.de>
1459         * passes.c (execute_todo): Do not push/pop TV_TODO.
1460         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
1461         (execute_one_pass): Likewise.
1462         * common.opt (ftime-report-details): New switch.
1463         * doc/invoke.texi (ftime-report-details): Document.
1464         * timevar.h (timer::print_row): Adjust signature.
1465         (timer::all_zero): New static helper.
1466         (timer::child_map_t): New typedef.
1467         (timer::time_var_def): Add children field.
1468         * timevar.c (timer::named_items::print): Adjust.
1469         (timer::~timer): Free timevar recorded children.
1470         (timer::pop_internal): When -ftime-report-details record
1471         time spent in sub-timevars.
1472         (timer::print_row): Adjust.
1473         (timer::print): Print sub-timevar stats, use all_zero.
1474         * timevar.def (TV_TODO): Remove.
1476 2016-08-12  Richard Biener  <rguenther@suse.de>
1478         PR tree-optimization/72851
1479         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
1480         worklists to use bitmaps indexed in execution order.
1481         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
1482         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
1483         (cfg_blocks): Make a bitmap.
1484         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
1485         New globals.
1486         (cfg_blocks_empty_p): Adjust.
1487         (cfg_blocks_add): Likewise.
1488         (cfg_blocks_get): Likewise.
1489         (add_ssa_edge): Likewise.
1490         (add_control_edge): Likewise.
1491         (simulate_stmt): Likewise.
1492         (process_ssa_edge_worklist): Likewise.
1493         (simulate_block): Likewise.
1494         (ssa_prop_init): Compute PRE order and stmt UIDs.
1495         (ssa_prop_fini): Adjust.
1496         (ssa_propagate): Adjust.
1498 2016-08-12  Richard Biener  <rguenther@suse.de>
1500         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
1501         the currently executable edges have fixed ranges.  Always
1502         go through update_value_range.
1504 2016-08-12  Alexandre Oliva <aoliva@redhat.com>
1506         PR debug/63240
1507         * langhooks-def.h
1508         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
1509         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
1510         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
1511         (LANG_HOOKS_DECLS): Add it.
1512         * langhooks.h (struct lang_hooks_for_decls): Add
1513         function_decl_defaulted.  Const_tree-ify
1514         function_decl_explicit_p and function_decl_deleted_p.
1515         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
1516         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
1517         also at strict DWARF v5.
1519         PR debug/55641
1520         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
1521         TYPE_QUAL_CONST in reference-typed decls.
1523         PR debug/49366
1524         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
1525         in DW_OP_pieces, just enough to handle pointers to member
1526         functions.
1527         (gen_remaining_tmpl_value_param_die_attribute): Use a location
1528         expression on DWARFv5 if a constant value doesn't work.
1530 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
1532         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
1533         * selftest.c (selftest::test_assertions): New function.
1534         (selftest::selftest_c_tests): New function.
1535         * selftest.h (selftest::selftest_c_tests): New declaration.
1537 2016-08-11  Richard Biener  <rguenther@suse.de>
1538             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1540         PR rtl-optimization/72855
1541         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
1543 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1545         PR target/72863
1546         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
1547         (vsx_store_<mode>): Likewise.
1549 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1551         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
1552         TImode CONST_WIDE_INT store.
1553         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
1555 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1557         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
1558         mode if unaligned SSE load and store are optimal.
1560 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1562         PR tree-optimization/71083
1563         * tree-predcom.c (ref_at_iteration): Correctly align the
1564         reference type.
1566 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1568         * config/s390/s390-builtin-types.def: Add INT128 types.
1569         * config/s390/s390-builtins.def: Add INT128 variants for the add
1570         sub low-level builtins dealing with TImode.
1571         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
1572         via subreg when expanding a builtin.
1573         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
1574         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
1575         Fix comment.
1576         * config/s390/vecintrin.h: Adjust builtin names accordingly.
1577         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
1578         ("vec_addc<mode>", "vec_addc_u128"): Merge to
1579         "vacc<bhfgq>_<mode>".
1580         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
1581         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
1582         ("vec_subc<mode>", "vec_subc_u128"): Merge to
1583         "vscbi<bhfgq>_<mode>".
1584         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
1585         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
1587 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1589         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
1591 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
1593         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
1594         unused declaration.
1595         (vcond<v_cmp_mixed><mode>): Ditto.
1596         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1598 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
1600         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
1601         variable explicitly, also assert on it before use.
1603 2016-08-11  Richard Biener  <rguenther@suse.de>
1605         PR tree-optimization/72772
1606         * cfgloopmanip.c (create_preheader): Use split_edge if there
1607         is a single loop entry, avoiding degenerate PHIs.
1609 2016-08-11  Richard Biener  <rguenther@suse.de>
1611         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
1612         unconditional TODO_cleanup_cfg.
1613         (pass_thread_jumps::execute): Initialize loops, perform a CFG
1614         cleanup only if we threaded a jump.
1616 2016-08-11  Alan Modra  <amodra@gmail.com>
1618         PR target/71680
1619         * lra-constraints.c (simplify_operand_subreg): Allow subreg
1620         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
1621         slow.  Emit two reloads for slow mem case, first loading in
1622         fast innermode, then converting to required mode.
1624 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1626         * config/rs6000/altivec.h (vec_extract_exp): New macro.
1627         (vec_extract_sig): New macro.
1628         (vec_insert_exp): New macro.
1629         (vec_test_data_class): New macro.
1630         (scalar_extract_exp): New macro.
1631         (scalar_extract_sig): New macro.
1632         (scalar_insert_exp): New macro.
1633         (scalar_test_data_class): New macro.
1634         (scalar_test_neg): New macro.
1635         (scalar_cmp_exp_gt): New macro.
1636         (scalar_cmp_exp_lt): New macro.
1637         (scalar_cmp_exp_eq): New macro.
1638         (scalar_cmp_exp_unordered): New macro.
1639         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
1640         to enforce constraint that operand is a 7-bit unsigned literal.
1641         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
1642         for power9 built-ins.
1643         (BU_P9V_VSX_2): Likewise.
1644         (BU_P9V_64BIT_VSX_2): Likewise.
1645         (VSEEDP): Add scalar extract exponent support.
1646         (VSEESP): Add scalar extract signature support.
1647         (VSTDCNDP): Add scalar test negative support.
1648         (VSTDCNSP): Likewise.
1649         (VSIEDP): Add scalar insert exponent support.
1650         (VSCEDPGT): Add scalar compare exponent greater than support.
1651         (VSCEDPLT): Add scalar compare exponent less than support.
1652         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
1653         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
1654         (VSTDCDP): Add scalar test data class support.
1655         (VSTDCSP): Likewise.
1656         (VSEEDP): Add overload support for scalar extract exponent
1657         operation.
1658         (VSESDP): Add overload support for scalar extract signature
1659         operation.
1660         (VSTDCN): Add overload support for scalar test negative
1661         operation.
1662         (VSTDCNDP): Add overload support for scalar test negative
1663         operation.
1664         (VSTDCNSP): Add overload support for scalar test negative
1665         operation.
1666         (VSIEDP): Add overload support for scalar insert exponent
1667         operation.
1668         (VSTDC): Add overload support for scalar test data class
1669         operation.
1670         (VSTDCDP): Add overload support for scalar test data class
1671         operation.
1672         (VSTDCSP): Add overload support for scalar test data class
1673         opreation.
1674         (VSCEDPGT): Add overload support for scalar compare exponent
1675         greater than operation.
1676         (VSCEDPLT): Add overload support for scalar compare exponent
1677         less than operation.
1678         (VSCEDPEQ): Add overload support for scalar compare exponent
1679         test-for-equality operation.
1680         (VSCEDPUO): Add overload support for scalar compare exponent
1681         test-for-unordered operation.
1682         (VEEDP): Add vector extract exponent support.
1683         (VEESP): Likewise.
1684         (VESDP): Add vector extract significand support.
1685         (VESSP): Likewise.
1686         (VIEDP): Add vector insert exponent support.
1687         (VIESP): Likewise.
1688         (VTDCDP): Add vector test data class support.
1689         (VTDCSP): Likewise.
1690         (VES): Add overload support for vector extract significand operation.
1691         (VESDP): Likewise.
1692         (VESSP): Likewise
1693         (VEE): Add overload support for vector extract exponent operation.
1694         (VEEDP): Likewise.
1695         (VEESP): Likewise.
1696         (VTDC): Add overload support for vector test data class operation.
1697         (VTDCDP): Likewise.
1698         (VTDCSP): Likewise.
1699         (VIE): Add overload support for vector insert exponent operation.
1700         (VIEDP): Likewise.
1701         (VIESP): Likewise.
1702         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1703         overloaded binary floating point functions.
1704         (altivec_resolve_overloaded_builtin): Improve error messages to
1705         distinguish between functions not supported in the current
1706         compiler configuration and functions that were invoked with an
1707         invalid parameter combination, and include the built-in function
1708         name in both error messages.
1709         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
1710         New prototype.
1711         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
1712         function.
1713         (rs6000_expand_binop_builtin): Add check to enforce that argument
1714         2 of the test data class operations is a 7-bit unsigned literal.
1715         (rs6000_invalid_builtin): Add code to issue an error message if a
1716         built-in function that requires the power9_vector and -m32
1717         command-line options is compiled without these options.
1718         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
1719         (UNSPEC_VSX_SXSIGDP): New value.
1720         (UNSPEC_VSX_SXSIGPDP): New value.
1721         (UNSPEC_VSX_SIEXPDP): New value.
1722         (UNSPEC_VSX_SCMPEXPDP): New value.
1723         (UNSPEC_VSX_STSTDC): New value.
1724         (UNSPEC_VSX_VXEXP): New value.
1725         (UNSPEC_VSX_VXSIG): New value.
1726         (UNSPEC_VSX_VIEXP): New value.
1727         (UNSPEC_VSX_VTSTDC): New value.
1728         (xsxexpdp): New insn for scalar extract exponent.
1729         (xsxsigdp): New insn for scalar extract significand.
1730         (xsiexpdp): New insn for scalar insert exponent.
1731         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
1732         (*xscmpexpdp): New insn for scalar compare exponents.
1733         (xststdc<Fvsx): New expansion for both single- and
1734         double-precision scalar test data class operations.
1735         (xststdcneg<Fvsx>): New expansion for both single- and
1736         double-precision scalar test for negative value operations.
1737         (*xststdc<Fvsx>): New insn for scalar test data class
1738         operation.
1739         (xvxexp<VSs>): New insn for single- and double-precision
1740         vector extract exponent operation.
1741         (xvxsig<VSs>): New insn for single- and double-precision
1742         vector extract significand operation.
1743         (xviexp<VSs>): New insn for single- and double-precision
1744         vector insert exponent operation.
1745         (xvtstdc<VSs>): New insn for single- and double-precision
1746         vector test data class operation.
1747         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
1748         built-in functions to represent the Power9 binary floating-point
1749         support instructions.
1751 2016-08-10  bin cheng  <bin.cheng@arm.com>
1753         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
1755 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
1756             Renlin Li  <renlin.li@arm.com>
1757             Bin Cheng  <bin.cheng@arm.com>
1759         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
1760         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
1761         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
1762         (aarch64_vcond_internal<mode><mode>): Delete pattern.
1763         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
1764         (vcond<v_cmp_result><mode>): Ditto.
1765         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
1766         (vcondu<mode><mode>): Ditto.
1767         (vcond<v_cmp_mixed><mode>): New pattern.
1768         (vcondu<mode><v_cmp_mixed>): New pattern.
1769         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
1770         of aarch64_vcond_internal.
1772 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
1773             Renlin Li  <renlin.li@arm.com>
1774             Bin Cheng  <bin.cheng@arm.com>
1776         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
1777         (vec_cmp<mode><v_cmp_result>): New pattern.
1778         (vec_cmpu<mode><mode>): New pattern.
1779         (vcond_mask_<mode><v_cmp_result>): New pattern.
1781 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
1783         PR tree-optimization/71734
1784         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
1785         REF_LOOP, invoke ref_indep_loop_p_1.
1786         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
1787         to ref_indep_loop_p.
1788         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
1789         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
1790         is inside LOOP, do not cache dpendence value for loops with
1791         non-zero SAFELEN.
1792         (ref_indep_loop_p_2): Delete function.
1793         (can_sm_ref_p): Pass LOOP as additional argument to
1794         ref_indep_loop_p.
1796 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
1798         PR target/72853
1799         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
1800         being an offsettable address.
1802 2016-08-10  Martin Liska  <mliska@suse.cz>
1804         PR gcov-profile/58306
1805         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
1806         atomic variants of profile update functions.
1808 2016-08-10  Martin Liska  <mliska@suse.cz>
1810         Cherry picked (and modified) from google-4_7 branch
1811         2012-12-26  Rong Xu  <xur@google.com>
1812         * common.opt (fprofile-update): Add new flag.
1813         * coretypes.h: Define enum profile_update.
1814         * doc/invoke.texi: Document -fprofile-update.
1815         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
1816         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
1817         * tree-profile.c (gimple_init_edge_profiler): Generate
1818         also atomic profiler update.
1819         (gimple_gen_edge_profiler): Likewise.
1821 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
1823         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
1824         stack_usage_file to NULL after fclose calls.
1826 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1828         PR target/71873
1829         * reload.c (push_reload): Compute subreg_in_class for
1830         subregs of constants and plus expressions. Remove special
1831         handling of SYMBOL_REFs.
1833 2016-08-10  Alan Modra  <amodra@gmail.com>
1835         PR target/71680
1836         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
1837         SImode for TARGET_E500_DOUBLE when given SImode.
1839 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
1841         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
1842         unused variable __O.
1844 2016-08-09  Martin Liska  <mliska@suse.cz>
1846         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
1847         _gcov_reset to __gcov_reset.
1848         * doc/gcov-tool.texi: Fix typo.
1850 2016-08-09  Martin Liska  <mliska@suse.cz>
1852         * value-prof.c (gimple_divmod_values_to_profile): Do not
1853         instrument MOD histogram if a value is not a SSA name.
1855 2016-08-09  Martin Liska  <mliska@suse.cz>
1857         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
1858         values.
1860 2016-08-09  Renlin Li  <renlin.li@arm.com>
1862         PR middle-end/64971
1863         * calls.c (prepare_call_address): Convert funexp to Pmode when
1864         necessary.
1865         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
1866         (sibcall_value): Likewise.
1868 2016-08-09  Marek Polacek  <polacek@redhat.com>
1870         PR c/7652
1871         * cselib.c (cselib_expand_value_rtx_1): Add return.
1872         * gengtype.c (dbgprint_count_type_at): Likewise.
1873         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
1874         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
1876 2016-08-09  Martin Jambor  <mjambor@suse.cz>
1878         PR ipa/71981
1879         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
1880         if instance is a MEM_REF.
1882 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
1884         PR target/72843
1885         * config/i386/i386.md (*movtf_internal): Use
1886         lra_in_progress || reload_completed instead of !can_create_pseudo_p
1887         in the insn constraint.
1888         (*movxf_internal): Ditto.
1889         (*movdf_internal): Ditto.
1890         (*movsf_internal): Ditto.
1892 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
1894         PR tree-optimization/72772
1895         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
1896         for expanded base.
1898 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
1900         PR tree-optimization/72772
1901         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
1902         parameter STOP.
1903         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
1904         parameter STOP and update calls.  Move expand_simple_operations
1905         function call from here...
1906         (simplify_using_initial_conditions): ...to here.  Delete parameter
1907         STOP.
1908         (tree_simplify_using_condition): Delete parameter STOP.
1909         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
1910         simplify_using_initial_conditions.
1912 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
1914         PR c/65345
1915         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
1916         Use create_tmp_var_raw instead of create_tmp_var.
1918 2016-08-09  Richard Biener  <rguenther@suse.de>
1920         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
1921         Treat same SSA names related.
1923 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
1925         PR tree-optimization/72824
1926         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
1927         real_zerop is not negative.
1929 2016-08-09  Richard Biener  <rguenther@suse.de>
1931         PR tree-optimization/71802
1932         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
1933         all merge opportunities with the predecessor.
1935 2016-08-09  Richard Biener  <rguenther@suse.de>
1937         PR ipa/68273
1938         * ipa-prop.c (ipa_modify_formal_parameters): Build
1939         parameter types with natural alignment also for the
1940         over-aligned case.
1942 2016-08-08  Andi Kleen  <ak@linux.intel.com>
1944         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
1946 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
1948         PR c/64955
1949         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
1950         do-nothing langhook.
1951         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
1952         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
1953         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
1954         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
1956 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
1958         PR bootstrap/72844
1959         * input.c: Ensure that HAVE_ICONV is defined.
1961 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
1963         PR middle-end/72781
1964         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
1965         private vars for lastprivate and for linear iterator.
1967         PR middle-end/68762
1968         * omp-simd-clone.c: Include varasm.h.
1969         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
1970         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
1971         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
1972         update function name.
1974 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1976         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
1977         (avr_diagnose_devicespecs_error): Remove.
1978         (avr_devicespecs_file): Remove composing absolute path for specfile
1979         and its verbose info. Remove conditions to check specs-file,
1981 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
1983         PR rtl-optimization/72821
1984         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
1985         just return false for them.
1987 2016-08-08  Alan Modra  <amodra@gmail.com>
1989         PR target/72771
1990         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
1991         toc refs created during reload.  Update function comment.
1993 2016-08-08  Alan Modra  <amodra@gmail.com>
1995         PR target/72802
1996         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
1997         alternatives.  Put loads first, then stores, and reg/reg moves
1998         within same class later.  Delete attr length.
2000 2016-08-08  Alan Modra  <amodra@gmail.com>
2002         PR target/72802
2003         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
2004         (mem_operand_ds_form): New predicate.
2005         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
2006         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
2007         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
2008         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
2009         (extendsfdf2_fpr): Replace o constraint with wY.
2011 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
2013         * tree-ssa-threadbackward.c: Include tree-inline.h
2014         (profitable_jump_thread_path): Use estimate_num_insns to estimate
2015         size of copied block; for cold paths reduce duplication.
2016         (find_jump_threads_backwards): Remove redundant tests.
2017         (pass_thread_jumps::gate): Enable for -Os.
2019 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
2021         PR c/72816
2022         * stor-layout.c (layout_decl): Fix up formatting.
2023         (relayout_decl): Allow DECL to be FIELD_DECL.
2025 2016-08-07  Alan Modra  <amodra@gmail.com>
2027         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
2029 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
2031         * data-streamer-in.c (streamer_read_wide_int): New.
2032         (streamer_read_widest_int): Renamed function.
2033         * data-streamer-out.c (streamer_write_wide_int): New
2034         (streamer_write_widest_int): Renamed function.
2035         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
2036         data-stream-in.c.
2037         (input_cfg): Call renamed function.
2038         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
2039         data-stream-out.c.
2040         (output_cfg): Call renamed function.
2041         * data-streamer.h: Add declarations.
2043 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2045         * tree-ssa-ccp.c (extend_mask): New param sgn.
2046         Remove ORing with wi::mask.
2047         (get_default_value): Adjust call to extend_mask to pass sign.
2048         (evaluate_stmt): Likewise.
2050 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
2052         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
2053         INT64_MAX.
2055 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2057         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
2058         transform if operand's type is pointer to function or method.
2060 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
2062         PR tree-optimization/18046
2063         * tree-ssa-threadedge.c: Include cfganal.h.
2064         (simplify_control_statement_condition): If simplifying a
2065         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
2066         with the dominating ASSERT_EXPR before handing it off to VRP.
2067         Mention that a CASE_LABEL_EXPR may be returned.
2068         (thread_around_empty_blocks): Adjust to handle
2069         simplify_control_statement_condition() returning a
2070         CASE_LABEL_EXPR.
2071         (thread_through_normal_block): Likewise.
2072         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
2073         a switch statement by trying to determine which case label
2074         will be taken.
2076 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
2078         PR rtl-optimization/69847
2079         * lra-constraints.c (process_invariant_for_inheritance): Save
2080         pattern instead of src.
2081         (remove_inheritance_pseudos): Use the pattern.  Add assert.
2083 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
2085         * input.c (string_concat::string_concat): New constructor.
2086         (string_concat_db::string_concat_db): New constructor.
2087         (string_concat_db::record_string_concatenation): New method.
2088         (string_concat_db::get_string_concatenation): New method.
2089         (string_concat_db::get_key_loc): New method.
2090         (class auto_cpp_string_vec): New class.
2091         (get_substring_ranges_for_loc): New function.
2092         (get_source_range_for_substring): New function.
2093         (get_num_source_ranges_for_substring): New function.
2094         (class selftest::lexer_test_options): New class.
2095         (struct selftest::lexer_test): New struct.
2096         (class selftest::ebcdic_execution_charset): New class.
2097         (selftest::ebcdic_execution_charset::s_singleton): New variable.
2098         (selftest::lexer_test::lexer_test): New constructor.
2099         (selftest::lexer_test::~lexer_test): New destructor.
2100         (selftest::lexer_test::get_token): New method.
2101         (selftest::assert_char_at_range): New function.
2102         (ASSERT_CHAR_AT_RANGE): New macro.
2103         (selftest::assert_num_substring_ranges): New function.
2104         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
2105         (selftest::assert_has_no_substring_ranges): New function.
2106         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
2107         (selftest::test_lexer_string_locations_simple): New function.
2108         (selftest::test_lexer_string_locations_ebcdic): New function.
2109         (selftest::test_lexer_string_locations_hex): New function.
2110         (selftest::test_lexer_string_locations_oct): New function.
2111         (selftest::test_lexer_string_locations_letter_escape_1): New function.
2112         (selftest::test_lexer_string_locations_letter_escape_2): New function.
2113         (selftest::test_lexer_string_locations_ucn4): New function.
2114         (selftest::test_lexer_string_locations_ucn8): New function.
2115         (selftest::uint32_from_big_endian): New function.
2116         (selftest::test_lexer_string_locations_wide_string): New function.
2117         (selftest::uint16_from_big_endian): New function.
2118         (selftest::test_lexer_string_locations_string16): New function.
2119         (selftest::test_lexer_string_locations_string32): New function.
2120         (selftest::test_lexer_string_locations_u8): New function.
2121         (selftest::test_lexer_string_locations_utf8_source): New function.
2122         (selftest::test_lexer_string_locations_concatenation_1): New
2123         function.
2124         (selftest::test_lexer_string_locations_concatenation_2): New
2125         function.
2126         (selftest::test_lexer_string_locations_concatenation_3): New
2127         function.
2128         (selftest::test_lexer_string_locations_macro): New function.
2129         (selftest::test_lexer_string_locations_stringified_macro_argument):
2130         New function.
2131         (selftest::test_lexer_string_locations_non_string): New function.
2132         (selftest::test_lexer_string_locations_long_line): New function.
2133         (selftest::test_lexer_char_constants): New function.
2134         (selftest::input_c_tests): Call the new test functions once per
2135         case within the line_table test matrix.
2136         * input.h (struct string_concat): New struct.
2137         (struct location_hash): New struct.
2138         (class string_concat_db): New class.
2139         * substring-locations.h: New header.
2141 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
2143         PR tree-optimization/72810
2144         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
2145         the type of the case labels when truncating.
2147 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
2149         PR Target/72819
2150         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
2151         (aarch64_fp16_ptr_type_node): Likewise.
2152         * config/aarch64/aarch64-simd-builtins.c
2153         (aarch64_fp16_ptr_type_node): Define.
2154         (aarch64_init_fp16_types): New, refactored out of...
2155         (aarch64_init_builtins): ...here, update to call
2156         aarch64_init_fp16_types.
2157         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
2158         HFmode.
2159         (aapcs_vfp_sub_candidate): Likewise.
2161 2016-08-05  Martin Liska  <mliska@suse.cz>
2162             Joshua Cranmer  <Pidgeot18@gmail.com>
2164         * gcov.c (line_t::has_block): New function.
2165         (enum loop_type): New enum.
2166         (handle_cycle): New function.
2167         (unblock): Likewise.
2168         (circuit): Likewise.
2169         (get_cycles_count): Likewise.
2170         (accumulate_line_counts): Use new loop detection algorithm.
2172 2016-08-05  Martin Liska  <mliska@suse.cz>
2174         * gcov.c (output_intermediate_file): Rename
2175         function_info::line_next to next_file_fn.
2176         (process_file): Likewise.
2177         (read_graph_file): Likewise.
2178         (accumulate_line_counts): Likewise.
2179         (output_lines): Likewise.
2181 2016-08-05  Richard Biener  <rguenther@suse.de>
2183         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
2184         restriction on threading to a loop header.
2186 2016-08-05  Richard Biener  <rguenther@suse.de>
2188         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
2189         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
2190         adjust loop info accordingly.
2192 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
2194         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
2195         before folding call to __builtin_constant_p with parameters to false.
2197 2016-08-05  Alan Modra  <amodra@gmail.com>
2199         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
2200         code accidentally committed 2016-05-02 providing class when given
2201         NO_REGS.
2203 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
2205         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
2206         the case label ranges that partially overlap with OP's value
2207         range.
2209 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
2211         PR target/72805
2212         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
2213         Cast builtin function result to __mmask16 instead of __mmask8.
2214         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2215         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
2216         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2218 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
2220         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
2221         (ASSERT_TRUE_AT): New macro.
2222         (ASSERT_FALSE): Reimplement in terms of...
2223         (ASSERT_FALSE_AT): New macro.
2224         (ASSERT_STREQ_AT): Fix typo in comment.
2226 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
2228         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
2229         labels are exhaustive, designate the label with the widest
2230         range to be the default label.
2232 2016-08-04  Andrew Pinski  <apinski@cavium.com>
2234         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
2235         (thunderx_tunings): Use thunderx_vector_cost instead of
2236         generic_vector_cost.
2238 2016-08-04  Martin Liska  <mliska@suse.cz>
2240         * gcov.c (main): Fix GNU coding style.
2241         (output_intermediate_file): Likewise.
2242         (process_file): Likewise.
2243         (generate_results): Likewise.
2244         (release_structures): Likewise.
2245         (create_file_names): Likewise.
2246         (find_source): Likewise.
2247         (read_graph_file): Likewise.
2248         (find_exception_blocks): Likewise.
2249         (canonicalize_name): Likewise.
2250         (make_gcov_file_name): Likewise.
2251         (mangle_name): Likewise.
2252         (accumulate_line_counts): Likewise.
2253         (output_branch_count): Likewise.
2254         (read_line): Likewise.
2256 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2258         PR rtl-optimization/71779
2259         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
2260         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
2261         or if it was truncated.
2263         PR rtl-optimization/70903
2264         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
2266 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
2268         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
2269         accessing SSA_NAME_PTR_INFO.
2271 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
2273         PR 70677
2274         * common/config/avr/avr-common.c (avr_option_optimization_table)
2275         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
2277 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
2279         PR 55181
2280         * config/avr/avr.md: New pattern to work around do_store_flag
2281         generating shift instructions for bit extractions.
2283 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
2285         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
2286         BITMAP_ALLOC.
2287         (add_equivalence): Likewise.
2288         (get_value_range): Allocate value range with vrp_value_range_pool.
2289         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
2290         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
2292 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
2294         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
2295         the default for the rs6000 port.
2297 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2299         PR middle-end/71876
2300         * calls.c (special_function_p): Remove special handling of
2301         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
2302         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
2303         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
2305 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
2307         PR middle-end/72778
2308         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
2309         Don't stop on regular insns.
2311 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
2313         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
2314         size to DImode boundary.
2315         (nvptx_propagate): Likewise.
2317 2016-08-03  Alan Modra  <amodra@gmail.com>
2319         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
2320         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
2321         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
2322         from -mefficient-unaligned-vector.  Note that this affects fp too.
2324 2016-08-03  Alan Modra  <amodra@gmail.com>
2326         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
2327         cost more.
2329 2016-08-03  Alan Modra  <amodra@gmail.com>
2331         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
2332         to a reg.  Localize vars.
2334 2016-08-03  Alan Modra  <amodra@gmail.com>
2336         * config/rs6000/rs6000.opt: Remove negatives from help strings
2337         and comments.
2339 2016-08-03  Alan Modra  <amodra@gmail.com>
2341         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
2342         Delete duplicated code.
2344 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
2346         PR middle-end/72778
2347         * lra-spills.c (regno_in_use_p): New.
2348         (lra_final_code_change): Use it.
2350 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
2352         PR rtl-optimization/69847
2353         * lra-int.h (struct lra-reg): Use restore_rtx instead of
2354         restore_regno.
2355         (lra_rtx_hash): New.
2356         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
2357         of restore_regno.
2358         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
2359         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
2360         * lra-spills.c (lra_final_code_change): Don't delete insn when the
2361         next insn is USE with the same reg as the current insn source.
2362         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
2363         of restore_regno.
2364         (lra_constraints_init): Call initiate_invariants.
2365         (lra_constraints_finish): Call finish_invariants.
2366         (struct invariant, invariant_t, invariant_ptr_t): New.
2367         (const_invariant_ptr_t, invariants, invariants_pool): New.
2368         (invariant_table, invariant_hash, invariant_eq_p): New.
2369         (insert_invariant, initiate_invariants, finish_invariants): New.
2370         (clear_invariants, invalid_invariant_regs): New.
2371         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
2372         instead of restore_regno.
2373         (invariant_p, process_invariant_for_inheritance): New.
2374         (inherit_in_ebb): Implement invariant inheritance.
2375         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
2376         (remove_inheritance_pseudos): Implement undoing invariant
2377         inheritance.
2378         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
2379         instead of restore_regno.
2380         * lra-assigns.c (regno_live_length): New.
2381         (reload_pseudo_compare_func): Use regno_live_length.
2382         (assign_by_spills): Use restore_rtx instead of restore_regno.
2383         (lra_assign): Ditto.  Initiate regno_live_length.
2385 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
2387         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
2388         __builtin_aarch64_fmindf.
2390 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
2392         PR tree-optimization/34114
2393         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
2394         information for more control IVs.
2396 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
2398         PR tree-optimization/34114
2399         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
2400         PLUS_EXPR case.  Handle SSA_NAME case.
2402 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
2404         * config/aarch64/aarch64-simd-builtins.def
2405         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
2406         (__builtin_aarch64_fmaxdf): Likewise.
2407         (__builtin_aarch64_smin_nandf): Likewise.
2408         (__builtin_aarch64_smax_nandf): Likewise.
2409         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
2410         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
2411         (<fmaxmin><mode>3): ...this.
2412         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
2413         (vminnm_f64): Likewise.
2414         (vmin_f64): Likewise.
2415         (vmax_f64): Likewise.
2416         * config/aarch64/iterators.md (FMAXMIN): Merge with...
2417         (FMAXMIN_UNS): ...this.
2418         (fmaxmin): Merged with
2419         (fmaxmin_op): ...this...
2420         (maxmin_uns_op): ...in to this.
2422 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2424         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2425         Add support for vec_extract on vector float, vector int, vector
2426         short, and vector char vector types.
2427         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2428         vector float, vector int, vector short, and vector char
2429         optimizations on 64-bit ISA 2.07 systems for both constant and
2430         variable element numbers.
2431         (rs6000_split_vec_extract_var): Likewise.
2432         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
2433         Altivec registers on ISA 2.07 and above.
2434         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
2435         which never was matched due to the split occuring before register
2436         allocation (and the code would not have worked on little endian
2437         systems if it did match).  Allow extracts to go to the Altivec
2438         registers if ISA 2.07 (power8).  Change from using "" around the
2439         C++ code to using {}'s.
2440         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
2441         vec_extracts when the vector is in memory.
2442         (vsx_extract_v4sf_var): New insn to optimize vector float
2443         vec_extracts when the element number is variable on 64-bit ISA
2444         2.07 systems.
2445         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
2446         for 64-bit ISA 2.07 as well as ISA 3.0.
2447         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
2448         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
2449         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
2450         optimize vector int, vector short, and vector char vec_extracts
2451         when the vector is in memory.
2452         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
2453         optimize vector int, vector short, and vector char vec_extracts
2454         when the element number is variable.
2456 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2458         PR target/71948
2459         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
2460         does not overlap with other symbol flags.
2462 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
2464         * config/aarch64/aarch64.h (aarch64_frame):
2465         Remove padding0 and hardfp_offset.  Add locals_offset,
2466         initial_adjust, callee_adjust, callee_offset and final_adjust.
2467         * config/aarch64/aarch64.c (aarch64_layout_frame):
2468         Remove unused padding0 and hardfp_offset initializations.
2469         Choose frame layout and set frame variables accordingly.
2470         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
2471         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
2472         (aarch64_pop_regs): Likewise.
2473         (aarch64_expand_prologue): Remove all decision code, just emit
2474         prolog according to frame variables.
2475         (aarch64_expand_epilogue): Remove all decision code, just emit
2476         epilog according to frame variables.
2477         (aarch64_initial_elimination_offset): Use offset to local/arg area.
2479 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2481         PR target/72748
2482         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
2483         fix_debug_reg_uses after changing source register mode to
2484         V1TImode if source register is undefined.
2486 2015-08-01  Alan Hayward <alan.hayward@arm.com>
2488         PR tree-optimization/71818
2489         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
2490         with non invariant evolutions
2492 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2494         PR target/72767
2495         * config/avr/avr.md (length) [branch]: Correct insn length
2496         attribute for forward branches.
2498 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2500         * doc/extend.texi (AVR Built-in Functions): Document
2501         __builtin_avr_nops.
2502         * config/avr/builtins.def (NOPS): New.
2503         * config/avr/avr.c (avr_expand_nops): New static function.
2504         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
2506 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2508         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
2509         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
2510         addresses.
2512 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
2514         * config/aarch64/aarch64.c (vulcan_tunings): Update
2515         vulcan L1 cache_line_size.
2517 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
2519         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
2520         function that takes a vector memory address, a hard register, an
2521         element number and a temporary base register, and recreates an
2522         address that points to the appropriate element within the vector.
2523         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
2524         (rs6000_split_vec_extract_var): Add support for the target of a
2525         vec_extract with variable element number being a scalar memory
2526         location.
2527         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
2528         swappable.
2529         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
2530         vsx_extract_<mode>_load insn with a new insn that optimizes
2531         storing either element to a memory location, using scratch
2532         registers to pick apart the vector and reconstruct the address.
2533         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
2534         (vsx_extract_<mode>_store): Rework alternatives to more correctly
2535         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
2536         store instruction.
2537         (vsx_extract_<mode>_var): Add support for extracting a variable
2538         element number from memory.
2540 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
2542         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
2543         when testing for compares against constants of the form 0xabab.
2545 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
2547         PR tree-optimization/57558
2548         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
2549         function.
2550         (vect_loop_versioning): Support versioning with niter assumptions.
2551         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
2552         (vect_get_loop_niters): New parameter.  Reimplement to support
2553         assumptions in loop niter info.
2554         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
2555         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
2556         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
2557         Support loop versioning for niters.
2558         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
2559         (vect_free_loop_info_assumptions): New function.
2560         (vectorize_loops): Free loop niter info for loops with flag
2561         LOOP_F_ASSUMPTIONS set if vectorization failed.
2562         * tree-vectorizer.h (struct _loop_vec_info): New field
2563         num_iters_assumptions.
2564         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
2565         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
2566         (LOOP_REQUIRES_VERSIONING): New macro.
2567         (vect_free_loop_info_assumptions): New decl.
2569 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
2571         * cfgloop.h (struct loop): New field constraints.
2572         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
2573         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
2574         functions.
2575         * cfgloop.c (alloc_loop): Initialize new field.
2576         * cfgloopmanip.c (copy_loop_info): Copy constraints.
2577         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
2578         Adjust niter analysis wrto loop constraints.
2579         * doc/loop.texi (@node Number of iterations): Add description for loop
2580         constraints.
2582 2016-07-29  Marek Polacek  <polacek@redhat.com>
2584         PR c/7652
2585         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
2586         (ix86_expand_round_builtin): Likewise.
2588 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
2589             Georg-Johann Lay  <avr@gjlay.de>
2591         PR rtl-optimization/71976
2592         * combine.c (get_last_value): Return 0 if the argument for which
2593         the function is called has a wider mode than the recorded value.
2595 2016-07-29  Marek Polacek  <polacek@redhat.com>
2597         PR c/7652
2598         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
2599         (altivec_expand_st_builtin): Likewise.
2601 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
2603         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
2604         introduced in r238381.
2606 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
2608         PR middle-end/68217
2609         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
2610         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
2612 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2614         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
2615         New declaration.
2616         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2617         Add support for vec_extract of vector double or vector long having
2618         a variable element number on 64-bit ISA 2.07 systems or newer.
2619         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
2620         Likewise.
2621         (rs6000_split_vec_extract_var): New function to split a
2622         vec_extract built-in function with variable element number.
2623         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
2624         swappable.
2625         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
2626         (UNSPEC_VSX_EXTRACT): Likewise.
2627         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
2628         direct move instructions to be generated on 64-bit ISA 2.07
2629         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
2630         instruction.
2631         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
2632         arguments for vec_extract variable element.
2633         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
2634         vec_extract with variable element on V2DFmode and V2DImode
2635         vectors.
2636         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
2637         -mupper-regs-df requirement, since it isn't needed.
2638         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
2639         do direct moves on 64-bit systems, which allows optimization of
2640         vec_extract on 64-bit ISA 2.07 systems and newer.
2642 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
2643 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
2645          * config/aarch64/aarch64.md
2646         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
2647         statement and type.
2648         (<optab>qihi2_aarch64): Likewise, and split into two.
2649         (extendqihi2_aarch64): New.
2650         (zero_extendqihi2_aarch64): New.
2651         * config/aarch64/iterators.md (ldrxt): Remove.
2652         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
2653         uxtb/uxth.
2655 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
2657         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
2659 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
2661         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
2662         (aarch64_push_reg): New function to push 1 or 2 registers.
2663         (aarch64_pop_reg): New function to pop 1 or 2 registers.
2664         (aarch64_expand_prologue): Use aarch64_push_regs.
2665         (aarch64_expand_epilogue): Use aarch64_pop_regs.
2667 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
2669         PR tree-optimization/71734
2670         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
2671         attribute instead of REF_LOOP and use it.
2672         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
2673         set it for Loops having non-zero safelen attribute.
2674         (ref_indep_loop_p): Pass zero as initial value for safelen.
2676 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
2678         PR middle-end/72657
2679         PR target/72683
2680         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
2681         call using chkp_gimple_call_builtin_p.
2682         (chkp_copy_bounds_for_assign): Likewise.
2684 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2686         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
2687         * config/arm/arm-protos.h (struct tune_params): Likewise.
2688         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
2689         (cortex_a9_sched_adjust_cost): Likewise.
2690         (fa726te_sched_adjust_cost): Likewise.
2691         (arm_adjust_cost): Likewise.
2692         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
2693         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
2694         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
2695         * config/i386/i386.c (ix86_adjust_cost): Likewise.
2696         * config/ia64/ia64.c: Likewise.
2697         * config/m68k/m68k.c: Likewise.
2698         * config/mep/mep.c (mep_adjust_cost): Likewise.
2699         * config/microblaze/microblaze.c (microblaze_adjust_cost):
2700         * Likewise.
2701         * config/mips/mips.c (mips_adjust_cost): Likewise.
2702         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
2703         * Likewise.
2704         * config/pa/pa.c (pa_adjust_cost): Likewise.
2705         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
2706         (rs6000_debug_adjust_cost): Likewise.
2707         * config/sh/sh.c (sh_adjust_cost): Likewise.
2708         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
2709         (hypersparc_adjust_cost): Likewise.
2710         (sparc_adjust_cost): Likewise.
2711         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
2712         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
2713         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
2714         * Likewise.
2715         * config/visium/visium.c (visium_adjust_cost): Likewise.
2716         * doc/tm.texi: Regenerate.
2717         * haifa-sched.c (dep_cost_1): Adjust.
2718         * target.def: Merge adjust_cost and adjust_cost_2.
2720 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2722         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
2724 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2726         * store-motion.c (struct st_expr): Make pattern_regs a vector.
2727         (extract_mentioned_regs): Append to a vector instead of
2728         returning a rtx_expr_list.
2729         (st_expr_entry): Adjust.
2730         (free_st_expr_entry): Likewise.
2731         (store_ops_ok): Likewise.
2732         (store_killed_in_insn): Likewise.
2733         (find_moveable_store): Likewise.
2735 2016-07-28  Martin Liska  <mliska@suse.cz>
2737         PR gcov-profile/68025
2738         * tree-profile.c (tree_profiling): Respect
2739         no_profile_instrument_function attribute.
2740         * doc/extend.texi: Document no_profile_instrument_function
2741         attribute.
2743 2016-07-28  Martin Liska  <mliska@suse.cz>
2745         PR rtl-optimization/70944
2746         * combine.c (make_compound_operation):
2747         Do not allow make_compound_operation for vector mode
2749 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
2751         PR middle-end/71994
2752         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
2753          before calling get_ops.
2755 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2757         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
2758         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
2759         (BITS_PER_UNIT_LOG): Remove.
2760         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
2761         * expr.c (expand_assignment): Likewise.
2762         * stor-layout.c (initialize_sizetypes): Likewise.
2764 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
2766         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
2767         signature of rs6000_expand_vector_extract so that the element
2768         number is a RTX instead of a constant integer.
2769         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
2770         Likewise.
2771         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
2772         (altivec_expand_vec_ext_builtin): Likewise.
2773         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
2774         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
2775         MFVSRLD instruction.
2777 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
2779         * input.c (get_pure_location): Move here from tree.c.
2780         (make_location): Likewise.  Add header comment.
2781         (selftest::test_accessing_ordinary_linemaps): Verify
2782         pure_location_p, make_location, get_location_from_adhoc_loc and
2783         get_range_from_loc.
2784         * input.h (get_pure_location): Move declaration here from tree.h.
2785         (get_finish): Likewise for inline function.
2786         (make_location): Likewise for declaration.
2787         * tree.c (get_pure_location): Move to input.c.
2788         (make_location): Likewise.
2789         * tree.h (get_pure_location): Move declaration to tree.h.
2790         (get_finish): Likewise for inline function.
2791         (make_location): Likewise for declaration.
2793 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2795         PR middle-end/71078
2796         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
2798 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
2800         * system.h (STATIC_ASSERT): Use static_assert if building
2801         with C++11 onwards.
2803 2016-07-27  Richard Biener  <rguenther@suse.de>
2805         PR tree-optimization/72517
2806         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
2807         Revert change to not compute read-read dependences.
2809 2016-07-27  Richard Biener  <rguenther@suse.de>
2811         * predict.c (set_even_probabilities): Make nedges unsigned.
2813 2016-07-27  Martin Liska  <mliska@suse.cz>
2815         * predict.c (set_even_probabilities): Handle unlikely edges.
2816         (combine_predictions_for_bb): Likewise.
2818 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
2820         PR target/71869
2821         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
2822         __float128 support when we don't have hardware support, so that
2823         the IEEE built-in functions like isgreater, first call __unordkf3
2824         to make sure neither operand is a NaN, and if both operands are
2825         ordered, do the normal comparison.
2827 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
2829         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
2830         name.
2831         (extract_code_and_val_from_cond_with_ops): Verify that name is
2832         either cond_op0 or cond_op1.
2834 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
2836         PR tree-optimization/18046
2837         * genmodes.c (emit_mode_size_inline): Emit an assert that
2838         verifies that mode is a valid array index.
2839         (emit_mode_nuinits_inline): Likewise.
2840         (emit_mode_inner_inline): Likewise.
2841         (emit_mode_unit_size_inline): Likewise.
2842         (emit_mode_unit_precision_inline): Likewise.
2843         * tree-vrp.c: Include params.h.
2844         (find_switch_asserts): Register edge assertions for the default
2845         label which correspond to the anti-ranges of each case label.
2846         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
2847         * doc/invoke.texi: Document it.
2849 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2851         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
2852         and unnecessary call to gimple_bb.
2854 2016-07-26  Richard Biener  <rguenther@suse.de>
2856         PR rtl-optimization/71984
2857         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
2858         for VOIDmode.
2860 2016-07-26  Richard Biener  <rguenther@suse.de>
2862         PR middle-end/72517
2863         * expmed.c (extract_bit_field_1): Constrain the vector mode
2864         with element size matching the extraction mode size when
2865         choosing a better vector mode to do the extraction from.
2867 2016-07-26  Richard Biener  <rguenther@suse.de>
2868             Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2870         PR middle-end/70920
2871         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
2872         pattern.
2874 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2876         * tree-ssa-structalias.c (struct scc_info): Change types of
2877         members to auto_sbitmap and auto_vec.
2878         (scc_info::scc_info): New constructor.
2879         (scc_info::~scc_info): New destructor.
2880         (init_scc_info): Remove.
2881         (free_scc_info): Remove.
2882         (find_indirect_cycles): Adjust.
2883         (perform_var_substitution): Likewise.
2884         (free_var_substitution_info): Likewise.
2886 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2888         * tree-outof-ssa.c (struct elim_graph): Change type of members
2889         to auto_vec and auto_sbitmap.
2890         (elim_graph::elim_graph): New constructor.
2891         (delete_elim_graph): Remove.
2892         (expand_phi_nodes): Adjust.
2894 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2896         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
2897         (new_elim_graph): Adjust.
2898         (clear_elim_graph): Likewise.
2899         (delete_elim_graph): Likewise.
2900         (elim_graph_size): Likewise.
2901         (elim_graph_add_node): Likewise.
2902         (elim_graph_add_edge): Likewise.
2903         (elim_graph_remove_succ_edge): Likewise.
2904         (eliminate_name): Likewise.
2905         (eliminate_build): Likewise.
2906         (elim_forward): Likewise.
2907         (elim_unvisited_predecessor): Likewise.
2908         (elim_backward): Likewise.
2909         (elim_create): Likewise.
2910         (eliminate_phi): Likewise.
2911         (expand_phi_nodes): Likewise.
2913 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2915         * bt-load.c (compute_out): Use auto_sbitmap class.
2916         (link_btr_uses): Likewise.
2917         * cfganal.c (mark_dfs_back_edges): Likewise.
2918         (post_order_compute): Likewise.
2919         (inverted_post_order_compute): Likewise.
2920         (pre_and_rev_post_order_compute_fn): Likewise.
2921         (single_pred_before_succ_order): Likewise.
2922         * cfgexpand.c (pass_expand::execute): Likewise.
2923         * cfgloop.c (verify_loop_structure): Likewise.
2924         * cfgloopmanip.c (fix_bb_placements): Likewise.
2925         (remove_path): Likewise.
2926         (update_dominators_in_loop): Likewise.
2927         * cfgrtl.c (break_superblocks): Likewise.
2928         * ddg.c (check_sccs): Likewise.
2929         (create_ddg_all_sccs): Likewise.
2930         * df-core.c (df_worklist_dataflow): Likewise.
2931         * dse.c (dse_step3): Likewise.
2932         * except.c (eh_region_outermost): Likewise.
2933         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2934         * gcse.c (prune_expressions): Likewise.
2935         (prune_insertions_deletions): Likewise.
2936         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
2937         * graph.c (draw_cfg_nodes_no_loops): Likewise.
2938         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
2939         * lcm.c (compute_earliest): Likewise.
2940         (compute_farthest): Likewise.
2941         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
2942         (unroll_loop_runtime_iterations): Likewise.
2943         (unroll_loop_stupid): Likewise.
2944         * lower-subreg.c (decompose_multiword_subregs): Likewise.
2945         * lra-lives.c: Likewise.
2946         * lra.c (lra): Likewise.
2947         * modulo-sched.c (schedule_reg_moves): Likewise.
2948         (optimize_sc): Likewise.
2949         (get_sched_window): Likewise.
2950         (sms_schedule_by_order): Likewise.
2951         (check_nodes_order): Likewise.
2952         (order_nodes_of_sccs): Likewise.
2953         (order_nodes_in_scc): Likewise.
2954         * recog.c (split_all_insns): Likewise.
2955         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
2956         * reload1.c (reload): Likewise.
2957         * sched-rgn.c (haifa_find_rgns): Likewise.
2958         (split_edges): Likewise.
2959         (compute_trg_info): Likewise.
2960         * sel-sched.c (init_seqno): Likewise.
2961         * store-motion.c (remove_reachable_equiv_notes): Likewise.
2962         * tree-into-ssa.c (update_ssa): Likewise.
2963         * tree-ssa-live.c (live_worklist): Likewise.
2964         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
2965         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
2966         * Likewise.
2967         (try_peel_loop): Likewise.
2968         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
2969         * Likewise.
2970         * tree-ssa-pre.c (compute_antic): Likewise.
2971         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
2972         * tree-stdarg.c (reachable_at_most_once): Likewise.
2973         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
2974         * var-tracking.c (vt_find_locations): Likewise.
2976 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2978         * sbitmap.h (auto_sbitmap): New class.
2980 2016-07-26  Alan Modra  <amodra@gmail.com>
2982         PR target/72103
2983         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
2984         sri->t_icode.
2986 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
2988         * input.c (selftest::temp_source_file::temp_source_file): Fix
2989         missing "%s" in fprintf.
2991 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
2993         PR middle-end/71732
2994         * cselib.c (cselib_process_insn): Invalidate argument slots for
2995         const/pure calls.
2997 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
2999         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
3000         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
3001         vmulxh_lane_f16, vmulxh_laneq_f16): New.
3003 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3005         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3006         * config/aarch64/aarch64.md (fma, fnma): Support HF.
3007         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
3009 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3011         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3012         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
3013         New.
3014         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
3015         (add<mode>3): Likewise.
3016         (sub<mode>3): Likewise.
3017         (mul<mode>3): Likewise.
3018         (div<mode>3): Likewise.
3019         (*div<mode>3): Likewise.
3020         (<fmaxmin><mode>3): Extend to HF.
3021         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
3022         (fabd<mode>3): Likewise.
3023         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
3024         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
3025         (aarch64_fmulx<mode>): Likewise.
3026         (aarch64_fac<optab><mode>): Likewise.
3027         (aarch64_frecps<mode>): Likewise.
3028         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
3029         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
3030         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
3031         (VSDQ_HSDI): Support HI.
3032         (fcvt_target, FCVT_TARGET): Likewise.
3033         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
3034         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
3035         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
3036         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
3037         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
3038         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
3039         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
3040         vrsqrtsh_f16): New.
3042 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3044         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
3045         * config/aarch64/aarch64-builtins.c (hi_UP): New.
3046         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3047         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
3048         mode.
3049         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
3050         (aarch64_cm<optab><mode>): Likewise.
3051         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
3052         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
3053         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
3054         (sqrt<mode>2): Likewise.
3055         (*sqrt<mode>2): Likewise.
3056         (abs<mode>2): Likewise.
3057         (<optab><mode>hf2): New pattern for HF mode.
3058         (<optab>hihf2): Likewise.
3059         * config/aarch64/arm_neon.h: Include arm_fp16.h.
3060         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
3061         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
3062         Support HF mode.
3063         * config/aarch64/arm_fp16.h: New file.
3064         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
3065         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
3066         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
3067         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
3068         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
3069         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
3070         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
3071         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
3072         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
3073         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
3074         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
3075         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
3076         vsqrth_f16): New.
3078 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3080         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
3081         reduc_smin_scal_): Use VDQIF_F16.
3082         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
3083         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
3084         Use VHSDF.
3085         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
3086         * config/aarch64/iterators.md (VDQIF_F16): New.
3087         (vp): Support HF modes.
3088         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
3089         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
3091 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3093         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
3094         "*aarch64_mulx_elt_from_dup<mode>".
3095         (*aarch64_mul3_elt<mode>): Update schedule type.
3096         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
3097         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
3098         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
3099         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
3100         (f, fp): Support HF modes.
3101         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
3102         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
3103         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
3104         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
3105         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
3106         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
3108 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3110         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3111         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
3112         modes.
3113         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
3114         vfmsq_f16): New.
3116 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3118         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3119         * config/aarch64/aarch64-simd.md
3120         (aarch64_rsqrts<mode>): Extend to HF modes.
3121         (fabd<mode>3): Likewise.
3122         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
3123         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
3124         (aarch64_<maxmin_uns>p<mode>): Likewise.
3125         (<su><maxmin><mode>3): Likewise.
3126         (<maxmin_uns><mode>3): Likewise.
3127         (<fmaxmin><mode>3): Likewise.
3128         (aarch64_faddp<mode>): Likewise.
3129         (aarch64_fmulx<mode>): Likewise.
3130         (aarch64_frecps<mode>): Likewise.
3131         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
3132         (add<mode>3): Extend to HF modes.
3133         (sub<mode>3): Likewise.
3134         (mul<mode>3): Likewise.
3135         (div<mode>3): Likewise.
3136         (*div<mode>3): Likewise.
3137         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
3138         HF, V4HF and V8HF.
3139         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
3140         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
3141         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
3142         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
3143         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
3144         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
3145         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
3146         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
3147         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
3148         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
3149         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
3150         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
3151         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
3152         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
3154 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3156         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
3157         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3158         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
3159         (neg<mode>2): Likewise.
3160         (abs<mode>2): Likewise.
3161         (<frint_pattern><mode>2): Likewise.
3162         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
3163         (<optab><VDQF:mode><fcvt_target>2): Likewise.
3164         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
3165         (ftrunc<VDQF:mode>2): Likewise.
3166         (<optab><fcvt_target><VDQF:mode>2): Likewise.
3167         (sqrt<mode>2): Likewise.
3168         (*sqrt<mode>2): Likewise.
3169         (aarch64_frecpe<mode>): Likewise.
3170         (aarch64_cm<optab><mode>): Likewise.
3171         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
3172         HF, V4HF and V8HF.
3173         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
3174         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
3175         (stype): New.
3176         * config/aarch64/arm_neon.h (vdup_n_f16): New.
3177         (vdupq_n_f16): Likewise.
3178         (vld1_dup_f16): Use vdup_n_f16.
3179         (vld1q_dup_f16): Use vdupq_n_f16.
3180         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
3181         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
3182         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
3183         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
3184         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
3185         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
3186         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
3187         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
3188         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
3189         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
3190         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
3191         vsqrt_f16, vsqrtq_f16): New.
3193 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3195         * config/aarch64/aarch64-simd.md
3196         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
3197         (aarch64_ext<mode>): Likewise.
3198         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
3199         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
3200         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
3201         and V8HFmode.
3202         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
3203         float16x8_t.
3204         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
3205         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
3206         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
3207         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
3208         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
3209         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
3210         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
3211         New.
3212         (vmov_n_f16): Reimplement using vdup_n_f16.
3213         (vmovq_n_f16): Reimplement using vdupq_n_f16..
3215 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3217         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
3218         "frame_related_p".  Generate CFA annotation when it's necessary.
3219         (aarch64_expand_prologue): Use aarch64_add_constant.
3220         (aarch64_expand_epilogue): Likewise.
3221         (aarch64_output_mi_thunk): Pass "false" when calling
3222         aarch64_add_constant.
3224 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3226         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
3227         sequences.
3229 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3231         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
3232         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
3233         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
3234         (aarch64_build_constant): Delete.
3236 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
3238         Revert
3239         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
3241         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3242         flag_toplevel_reorder.
3244 2016-07-25  Richard Biener  <rguenther@suse.de>
3246         * cgraph.c (cgraph_node::verify_node): Compare against builtin
3247         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
3248         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
3249         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
3250         (streamer_get_builtin_tree): Likewise.
3251         (streamer_write_builtin): Likewise.
3252         * lto-streamer.h (LTO_builtin_decl): Remove.
3253         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
3254         (lto_input_scc): Remove LTO_builtin_decl handling.
3255         (lto_input_tree_1): Liekwise.
3256         * lto-streamer-out.c (lto_output_tree_1): Remove special
3257         handling of builtins.
3258         (DFS::DFS): Likewise.
3259         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
3260         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
3261         assert.
3262         (streamer_write_builtin): Remove.
3264 2016-07-25  Martin Liska  <mliska@suse.cz>
3266         * lto-cgraph.c (input_symtab): Don't call get_working_sets
3267         if flag_auto_profile is set to true.
3269 2016-07-25  Martin Liska  <mliska@suse.cz>
3271         PR gcov-profile/71868
3272         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
3273         have a function with multiple latches, count them all.
3275 2016-07-25  Martin Liska  <mliska@suse.cz>
3277         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
3279 2016-07-25  Martin Liska  <mliska@suse.cz>
3281         PR tree-optimization/71987
3282         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
3283         just for SSA_NAMEs. Fix GNU coding style.
3285 2016-07-25  Martin Liska  <mliska@suse.cz>
3287         PR gcov-profile/64874
3288         * gcov-io.h: Update command about file format.
3289         * gcov-iov.c (main): Adapt the numbering scheme.
3291 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3293         PR middle-end/66726
3294         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
3295         whose result is used in PHI.
3296         (final_range_test_p): Likewise.
3297         (maybe_optimize_range_tests): Likewise.
3299 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
3301         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3302         Reformat two multi-line strings.
3304 2016-07-22 Martin Sebor  <msebor@redhat.com>
3306         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
3308 2016-07-22 Martin Sebor  <msebor@redhat.com>
3310         PR c/71560
3311         * doc/extend.texi (Compound Literals): Correct and clarify.
3312         (Cast to Union): Same.
3314 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3316         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
3317         comments to explain why certain error messages make mention of
3318         undocumented options.
3319         (rs6000_invalid_builtin): Change error messages to replace mention
3320         of undocumented options with mention of the -mcpu=power9 option
3321         that enables those undocumented options.
3322         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
3323         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
3324         definition of this macro to correct an existing error.
3325         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
3326         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
3327         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
3328         descriptions of built-in functions so that they depend on
3329         -mcpu=power9 instead of on the corresponding undocumented flags.
3330         * doc/invoke.texi (Option Summary):  Remove all mention of newly
3331         undocumented flags.
3332         (IBM RS/6000 and PowerPC Options): Likewise.
3333         * doc/md.texi (Constraints for Particuliar Machines): Remove all
3334         mention of newly undocumented flags.
3336 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
3338         * ipa-cp.c (determine_versionability): Do not create constprop clones,
3339         when target_clones attribute is set.
3341 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
3343         * common.opt (funsafe-loop-optimizations): Mark ignore.
3344         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
3345         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
3346         related code.
3347         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
3348         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
3350 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
3352         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
3353         Parameter.
3354         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
3355         Parameter.
3356         (number_of_iterations_exit): Warn missed loop optimization for
3357         possible infinite loops.
3359 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
3361         PR target/71216
3362         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
3363         when to emit a ".machine" pseudo-op.
3365 2016-07-22  Martin Liska  <mliska@suse.cz>
3367         PR gcov-profile/69028
3368         PR gcov-profile/62047
3369         * coverage.c (coverage_compute_lineno_checksum): Do not
3370         calculate checksum for fns w/o xloc.file.
3371         (coverage_compute_profile_id): Likewise.
3373 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
3375         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
3376         (avr_secondary_reload): ...and implementation.
3377         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
3378         * config/avr/avr.md (reload_in<mode>): Remove insns.
3379         (adjust_len) [lpm]: Remove insn attribute value.
3380         * config/avr/predicates.md (flash_operand): Remove insn predicate.
3382 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3384         PR middle-end/71876
3385         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
3386         attribute.
3387         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
3388         * calls.c (special_function_p): Remove the special handling of the
3389         "__builtin_" prefix.
3391 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3393         PR middle-end/71876
3394         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
3395         if STMT may be an alloca call.
3396         (gimple_alloca_call_p, alloca_call_p): Return only true for the
3397         builtin alloca call.
3398         * calls.h (gimple_maybe_alloca_call_p): New function.
3399         * tree-inline.c (inline_forbidden_p_stmt): Use
3400         gimple_maybe_alloca_call_p here.
3402 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
3404         * spellcheck-tree.c (best_macro_match::best_macro_match):
3405         Explictly specify the template arguments when invoking the base
3406         class constructor, to help older C++ compilers.
3408 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
3410         PR sanitizer/71953
3411         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
3412         before builtin_decl_implicit.
3414 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3416         * optabs.c (emit_condiitonal_move): Short circuit for identical
3417         sources.
3419 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3421         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
3422         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
3423         (noce_conversion_profitable_p): New.
3424         (noce_try_store_flag_constants): Use it.
3425         (noce_try_addcc): Likewise.
3426         (noce_try_store_flag_mask): Likewise.
3427         (noce_try_cmove): Likewise.
3428         (noce_try_cmove_arith): Likewise.
3429         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
3430         overwriting it.
3431         (noce_convert_multiple_sets): Move cost model to here, from...
3432         (bb_ok_for_noce_convert_multiple_sets) ...here.
3433         (noce_process_if_block): Update calls for above changes.
3434         (noce_find_if_block): Record new noce_if_info parameters.
3436 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3438         * target.def (max_noce_ifcvt_seq_cost): New.
3439         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
3440         * doc/tm.texi: Regenerate.
3441         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
3442         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
3443         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
3444         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
3445         * doc/invoke.texi: Document new params.
3447 2016-07-21  Richard Biener  <rguenther@suse.de>
3449         PR tree-optimization/71947
3450         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
3451         ranges have useful limit_vr information.
3453 2016-07-21  Richard Biener  <rguenther@suse.de>
3455         * function-tests.c (build_trivial_generic_function): Set
3456         BLOCK_SUPERCONTEXT of DECL_INITIAL.
3457         * omp-low.c (create_omp_child_function): Likewise.
3458         (grid_expand_target_grid_body): Likewise.
3459         * cgraphunit.c (init_lowered_empty_function): Likewise.
3460         (cgraph_node::expand_thunk): Likewise.
3461         * tree-parloops.c (create_loop_fn): Likewise.
3462         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
3464 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3466         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
3467         in comment.
3469 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
3471         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
3472         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
3473         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
3474         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
3475         values for insn attribute.
3476         * config/avr/avr.c (avr_out_insert_notbit): New function.
3477         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
3478         ADJUST_LEN_INSV_NOTBIT_0/_7.
3479         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
3481 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
3483         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
3484         (chrec_convert_1, chrec_convert): Ditto.
3485         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
3486         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
3487         * tree-vrp.c (adjust_range_with_scev): Ditto.
3488         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
3489         (scev_var_range_cant_overflow): New function.
3490         (scev_probably_wraps_p): New parameter.  Call above function.
3491         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
3493 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
3495         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
3496         by removing computation of may_be_zero.
3498 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
3500         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
3502 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
3504         Improving concepts performance and diagnostics.
3505         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
3506         for constraint satisfaction and subsumption.
3507         * timevar.h (auto_timevar): New constructor that matches the push/pop
3508         pattern of usage in pt.c.
3510 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
3512         * hwint.h (HOST_WIDE_INT_0): New define.
3513         (HOST_WIDE_INT_0U): Ditto.
3514         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
3515         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
3516         * simplify-rtx.c: Ditto.
3517         * tree-object-size.c: Ditto.
3519 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3521         * config/s390/s390.c (s390_encode_section_info): Remove mode size
3522         check.
3524 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
3526         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
3527         * combine.c: Use HOST_WIDE_INT_M1U instead of
3528         ~(unsigned HOST_WIDE_INT) 0.
3529         * double-int.h: Ditto.
3530         * dse.c: Ditto.
3531         * dwarf2asm.c:Ditto.
3532         * expmed.c: Ditto.
3533         * genmodes.c: Ditto.
3534         * match.pd: Ditto.
3535         * read-rtl.c: Ditto.
3536         * tree-ssa-loop-ivopts.c: Ditto.
3537         * tree-ssa-loop-prefetch.c: Ditto.
3538         * tree-vect-generic.c: Ditto.
3539         * tree-vect-patterns.c: Ditto.
3540         * tree.c: Ditto.
3542 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3544         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
3545         constant addresses outside [0,0xc0] into a register.
3546         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
3547         cases where the base address register is unused after.
3548         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
3549         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
3550         (avr_out_store_psi_reg_disp_tiny): Same.
3552 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3554         Implement attribute progmem on reduced Tiny cores by adding
3555         flash offset 0x4000 to respective symbols.
3557         PR target/71948
3558         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
3559         documentation how it works on reduced Tiny cores.
3560         (AVR Named Address Spaces): No support for reduced Tiny.
3561         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
3562         (avr_address_tiny_pm_p): New static function.
3563         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
3564         if the address is in progmem.
3565         (avr_assemble_integer): Same.
3566         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
3567         for symbol_ref in progmem.
3568         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
3569         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
3570         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
3572 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
3574         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
3575         * configure: Regenerate.
3576         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
3577         (USE_THIN_ARCHIVES): New variable.
3578         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
3579         this archive as a thin archive.
3581 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
3583         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
3584         same location as last time, don't skip if we have fix-it hints.
3585         Clarify the skipping logic by converting it from one "if" clause
3586         to repeated "if" clauses.
3587         * spellcheck-tree.c: Include "cpplib.h".
3588         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
3589         (best_macro_match::best_macro_match): New constructor.
3590         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
3591         Move here from c/c-decl.c.
3592         (class best_macro_match): Move here from c/c-decl.c, converting
3593         from a typedef to a subclass, gaining a ctor.
3595 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3597         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
3598         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
3599         define...
3600         (avr_addr_space_diagnose_usage): ...and implementation.
3601         (avr_addr_space_supported_p): New function.
3602         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
3603         report bad address space usage if that space is supported.
3604         (avr_insert_attributes): Same.  No more complain about unsupported
3605         address spaces.
3606         * config/avr/avr-c.c (tm_p.h): Include it.
3607         (avr_cpu_cpp_builtins): Only define addr-space related built-in
3608         macro if avr_addr_space_supported_p.
3610 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
3612         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3613         flag_toplevel_reorder.
3615 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
3617         * gcc-rich-location.c
3618         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
3619         a const char *.
3620         * gcc-rich-location.h
3621         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
3623 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3625         * target.def (addr_space): Add new diagnose_usage to hook vector.
3626         * targhooks.c (default_addr_space_diagnose_usage): Add default
3627         implementation and...
3628         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
3629         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
3630         is some address space, call targetm.addr_space.diagnose_usage.
3631         * doc/tm.texi.in (Named Address Spaces): Add anchor for
3632         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
3633         * doc/tm.texi: Regenerate.
3635 2016-07-20  Martin Liska  <mliska@suse.cz>
3637         PR middle-end/71898
3638         * graphite-isl-ast-to-gimple.c (later_of_the_two):
3639         Properly handly PHI stmts.
3641 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
3643         PR tree-optimization/71503
3644         PR tree-optimization/71683
3645         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
3646         and break.
3648 2016-07-20  Martin Liska  <mliska@suse.cz>
3650         * doc/invoke.texi (-fipa-ra): Document when the option is
3651         disabled. Fix a typo.
3653 2016-07-20  Martin Liska  <mliska@suse.cz>
3655         * Makefile.in: Include fibonacci_heap.c
3656         * fibonacci_heap.c: New file.
3657         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
3658         (fibonacci_heap::union_with): Fix deletion of the second heap.
3659         * selftest-run-tests.c (selftest::run_tests): Incorporate
3660         fibonacci heap tests.
3661         * selftest.h: Declare fibonacci_heap_c_tests.
3663 2016-07-20  Martin Liska  <mliska@suse.cz>
3665         * selftest-run-tests.c (selftest::run_tests): New function.
3666         * selftest.h (sreal_c_tests): Declare.
3667         * sreal.c (sreal_verify_basics): New function.
3668         (verify_aritmetics): Likewise.
3669         (sreal_verify_arithmetics): Likewise.
3670         (verify_shifting): Likewise.
3671         (sreal_verify_shifting): Likewise.
3672         (void sreal_c_tests): Likewise.
3674 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
3676         PR rtl-optimization/71916
3677         * cfgrtl.c (contains_no_active_insn_p): Return false also for
3678         bb which have a single succ fake edge.
3680 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
3682         PR debug/71855
3683         * dwarf2out.c (gen_subprogram_die): Only call
3684         gen_unspecified_parameters_die while dumping early dwarf.
3686 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
3688         PR middle-end/71874
3689         * gimple-fold.c (fold_builtin_memory_op): Use
3690         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
3692 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
3694         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
3695         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
3696         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
3697         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
3698         * combine.c: Ditto.
3699         * cse.c: Ditto.
3700         * dojump.c: Ditto.
3701         * double-int.c: Ditto.
3702         * dse.c: Ditto.
3703         * dwarf2out.c: Ditto.
3704         * expmed.c: Ditto.
3705         * expr.c: Ditto.
3706         * fold-const.c: Ditto.
3707         * function.c: Ditto.
3708         * fwprop.c: Ditto.
3709         * genmodes.c: Ditto.
3710         * hwint.c: Ditto.
3711         * hwint.h: Ditto.
3712         * ifcvt.c: Ditto.
3713         * loop-doloop.c: Ditto.
3714         * loop-invariant.c: Ditto.
3715         * loop-iv.c: Ditto.
3716         * match.pd: Ditto.
3717         * optabs.c: Ditto.
3718         * real.c: Ditto.
3719         * reload.c: Ditto.
3720         * rtlanal.c: Ditto.
3721         * simplify-rtx.c: Ditto.
3722         * stor-layout.c: Ditto.
3723         * toplev.c: Ditto.
3724         * tree-ssa-loop-ivopts.c: Ditto.
3725         * tree-vect-generic.c: Ditto.
3726         * tree-vect-patterns.c: Ditto.
3727         * tree.c: Ditto.
3728         * tree.h: Ditto.
3729         * ubsan.c: Ditto.
3730         * varasm.c: Ditto.
3731         * wide-int-print.cc: Ditto.
3732         * wide-int.cc: Ditto.
3733         * wide-int.h: Ditto.
3735 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
3737         * selftest.c (selftest::assert_streq): Handle NULL values of
3738         val_actual and val_expected.
3740 2016-07-19  Martin Jambor  <mjambor@suse.cz>
3742         PR fortran/71688
3743         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
3744         rather than cgraph_create_node to get a call graph node.
3746 2016-07-19  Richard Biener  <rguenther@suse.de>
3748         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
3749         handle all tcc_constant bases and valueize SSA names.
3750         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
3751         tcc_constant bases.
3753 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
3755         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
3756         the flags of the exit block and bb2, not just the entry block.
3758 2016-07-19  Richard Biener  <rguenther@suse.de>
3760         PR tree-optimization/71901
3761         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
3762         align member, group stuff with the bitfield.
3763         (vn_ref_op_align_unit): New inline.
3764         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
3765         record element alignment and operand 3 unchanged.
3766         (ao_ref_init_from_vn_reference): Adjust.
3767         (valueize_refs_1): Likewise.
3768         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
3770 2016-07-19  Richard Biener  <rguenther@suse.de>
3772         PR tree-optimization/71908
3773         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
3774         symbolic constants in a more reliable way.
3776 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
3778         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
3779         comment.
3780         (vect_update_inits_of_drs): Likewise.
3781         (vect_create_cond_for_alias_checks): Likewise.
3782         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
3784 2016-07-19  Richard Biener  <rguenther@suse.de>
3786         PR lto/71907
3787         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
3788         with an abstract origin that is not an inlined function outer
3789         scope add a self-reference as abstract origin.
3790         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
3792 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
3794         PR target/71493
3795         * config/rs6000/rs6000.c (rs6000_function_value): Fix
3796         unintentional System V.4 structure return breakage for structures
3797         with a single floating point element.
3799 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
3801         PR tree-optimization/71734
3802         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
3803         contains REF, use it to check safelen, assume that safelen value
3804         must be greater 1, fix style.
3805         (ref_indep_loop_p_2): Add REF_LOOP argument.
3806         (ref_indep_loop_p): Pass LOOP as additional argument to
3807         ref_indep_loop_p_2.
3809 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3811         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
3812         allocation in the prologue.
3813         * explow.c (get_dynamic_stack_base): New function to return an address
3814         expression for the dynamic stack base.
3815         (get_dynamic_stack_size): New function to do the required dynamic stack
3816         space size calculations.
3817         (allocate_dynamic_stack_space): Use new functions.
3818         (align_dynamic_address): Move some code from
3819         allocate_dynamic_stack_space to new function.
3820         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
3822 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3824         * config/s390/s390.c (s390_encode_section_info): Always set
3825         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
3826         found.
3828 2016-07-18  Richard Biener  <rguenther@suse.de>
3830         PR tree-optimization/71893
3831         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
3832         for sizetype cast added by array_ref_element_size.
3833         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
3835 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
3837         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
3838         register parameters.  Remove code to initialize argument pointer
3839         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
3840         using a pc-relative branch.  Cleanup conditional code.
3841         * config/pa/pa.md (call_mcount): New expander.
3842         (call_mcount_nonpic): New insn.
3843         (call_mcount_pic): New insn and split.
3844         (call_mcount_pic_post_reload): New insn.
3845         (call_mcount_64bit): New insn and split.
3846         (call_mcount_64bit_post_reload): New insn.
3848 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
3850         * config/avr/predicates.md (const_m255_to_m1_operand): New.
3851         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
3852         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
3853         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
3854         (*usum_widenqihi3, *udiff_widenqihi3)
3855         (*addhi3_zero_extend.const): New combiner insns.
3856         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
3857         just 1 bit is affected.
3858         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
3859         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
3861 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
3863         * omp-low.c (lower_omp_target): Mark data clauses with
3864         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
3865         zero-length subarrays.
3867 2016-07-15  Richard Biener  <rguenther@suse.de>
3869         PR tree-optimization/71881
3870         * tree-loop-distribution.c (destroy_loop): Remove blocks in
3871         reverse DOM order to make debug temp generation happy.
3873 2016-07-15  Richard Biener  <rguenther@suse.de>
3875         PR tree-optimization/71887
3876         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
3877         verify it is not zero for division / modulo handling.
3878         (value_replacement): Adjust.
3880 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
3881             Julian Brown  <julian@codesourcery.com>
3883         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
3884         * config/aarch64/aarch64-cost-tables.h
3885         (vulcan_extra_costs): New variable.
3886         * config/aarch64/aarch64.c
3887         (vulcan_addrcost_table): Likewise.
3888         (vulcan_regmove_cost): Likewise.
3889         (vulcan_vector_cost): Likewise.
3890         (vulcan_branch_cost): Likewise.
3891         (vulcan_tunings): Likewise.
3893 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
3895         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
3896         (output_in_order): Loop over undefined variables too.  Output them
3897         via assemble_undefined_decl.  Skip variables that correspond to hard
3898         registers or have value-exprs.
3899         * varpool.c (symbol_table::output_variables): Handle undefined
3900         variables together with defined ones.
3902 2016-07-15  Richard Biener  <rguenther@suse.de>
3904         * tree-ssa-pre.c (get_representative_for): Make sure to return
3905         the value number of SSA names.
3906         (phi_translate_1): get_representative_for cannot return NULL.
3907         (do_pre_regular_insertion): Remove redundant call to
3908         fully_constant_expression.
3909         (do_pre_partial_partial_insertion): Likewise.
3911 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
3913         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
3914         (derive_simple_iv_with_niters): New function.
3915         (simple_iv): Rewrite using simple_iv_with_niters.
3916         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
3917         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
3918         function.
3919         (number_of_iterations_exit): Rewrite using above function.
3920         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
3921         Decl.
3923 2016-07-15  Richard Biener  <rguenther@suse.de>
3925         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
3926         vec_construct cost.
3928 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
3930         PR tree-optimization/71872
3931         * tree-data-ref.c (get_references_in_stmt): Ignore references
3932         with is_gimple_constant get_base_address.
3934 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3936         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
3937         (TARGET_HAVE_LDACQD): New macro.
3938         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
3939         than TARGET_HAVE_LDACQ.
3940         (arm_load_acquire_exclusivedi): Likewise.
3941         (arm_store_release_exclusivedi): Likewise.
3943 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3945         PR rtl-optimization/71878
3946         * lra-constraints.c (match_reload): Pass information about other
3947         output operands.  Create new unique register value if matching input
3948         operand shares same register value as output operand being considered.
3949         (curr_insn_transform): Record output operands already processed.
3951 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3953         PR target/65951
3954         PR tree-optimization/70923
3955         * tree-vect-patterns.c: Include mult-synthesis.h.
3956         (target_supports_mult_synth_alg): New function.
3957         (synth_lshift_by_additions): Likewise.
3958         (apply_binop_and_append_stmt): Likewise.
3959         (vect_synth_mult_by_constant): Likewise.
3960         (target_has_vecop_for_code): Likewise.
3961         (vect_recog_mult_pattern): Use above functions to synthesize vector
3962         multiplication by integer constants.
3964 2016-07-14  Alan Modra  <amodra@gmail.com>
3966         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
3967         gpr alternatives.  Correct '*' placement on Y,r alternative.
3968         Add '*' on operand 1 of r,r alternative.
3970 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3972         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
3973         * expmed.h: ... Here.
3975 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
3977         * gimple.h (stmt_can_terminate_bb_p): New function.
3978         * tree-cfg.c (need_fake_edge_p): Rename to ...
3979         (stmt_can_terminate_bb_p): ... this; return true if stmt can
3980         throw external; handle const and pure calls.
3981         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
3983 2016-07-14  Richard Biener  <rguenther@suse.de>
3985         PR tree-optimization/71866
3986         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
3987         (do_hoist_insertion): Avoid endless recursion when we
3988         didn't insert anything because we managed to simplify
3989         things down to a constant or SSA name.
3990         (fully_constant_expression): Re-write in terms of ...
3991         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
3992         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
3993         vn_nary_build_or_lookup_1.
3994         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
3995         (vn_nary_build_or_lookup): ... this which now wraps it.
3997 2016-07-14  Alan Modra  <amodra@gmail.com>
3999         PR target/71733
4000         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
4001         with p9_vector override before power9-dform override.
4003 2016-07-13  Andi Kleen  <ak@linux.intel.com>
4005         * value-prof.c (gimple_value_profile_transformations): Don't run
4006         when auto_profile is on.
4008 2016-07-13  Andi Kleen  <ak@linux.intel.com>
4010         * auto-profile.c (update_inlined_ind_target,
4011         afdo_indirect_call): Print information to dump file.
4013 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4015         * genrecog.c (special_predicate_operand_p): New function.
4016         (predicate_name): Move function.
4017         (validate_pattern): Don't warn about missing mode for all
4018         define_special_predicate predicates.
4020 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
4022         * tree-vect-data-refs.c (vect_no_alias_p): New function.
4023         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
4024         resolve alias checks which are known at compilation time.
4025         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
4026         alias checks are resolved.  Move dump info for too many runtime
4027         alias checks to here...
4028         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
4030 2016-07-13  Richard Biener  <rguenther@suse.de>
4032         PR tree-optimization/24574
4033         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
4034         position and add shift, rotate, divison and modulo support
4035         for left zero.
4036         (value_replacement): Pass in argument position to absorbing_element_p.
4038 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
4040         PR ipa/71633
4041         * ipa-inline-transform.c (inline_call): Support
4042         instrumented thunks.
4044 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4046         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
4047         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
4048         divide feature.
4049         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
4050         Baseline.  Make initial alternative TARGET_32BIT only.
4051         (udivsi3): Likewise.
4052         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
4053         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
4054         target.
4056 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4058         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
4059         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
4060         availability with TARGET_HAVE_MOVT.
4061         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
4062         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
4063         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
4064         UINTVAL.
4065         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
4066         extra instruction if MOVW is available.  Use a cost variable
4067         incremented by COSTS_N_INSNS (1) when the condition match rather than
4068         returning an arithmetic expression based on COSTS_N_INSNS.  Make
4069         constant with bottom half word zero cost 2 instruction if MOVW is
4070         available.
4071         * config/arm/arm.md (define_attr "arch"): Add v8mb.
4072         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
4073         target is ARMv8-M Baseline.
4074         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
4075         (arm_movtas_ze): Likewise.
4076         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
4077         alternative for constants satisfying j constraint.
4078         (thumb1_movsi_insn): Likewise.
4079         (movsi splitter for K alternative): Tighten condition to not trigger
4080         if movt is available and j constraint is satisfied.
4081         (Pe immediate splitter): Likewise.
4082         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
4083         constant fitting in an halfword to use MOVW.
4084         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
4085         effective target.
4087 2016-07-13  Richard Biener  <rguenther@suse.de>
4089         PR middle-end/71104
4090         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
4091         gimplifying the LHS.  Make sure to gimplify a returning twice
4092         call LHS without using SSA names.
4094 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4096         * tree-data-ref.c (find_data_references_in_stmt): Remove
4097         unnecessary call to vec::release.
4098         (graphite_find_data_references_in_stmt): Likewise.
4099         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
4100         * tree-vect-stmts.c (vectorizable_condition): Likewise.
4102 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4104         * cfgexpand.c (expand_used_vars): Make the type of a local
4105         variable auto_vec.
4106         * genmatch.c (lower_for): Likewise.
4107         * haifa-sched.c (haifa_sched_init): Likewise.
4108         (add_to_speculative_block): Likewise.
4109         (create_check_block_twin): Likewise.
4110         * predict.c (handle_missing_profiles): Likewise.
4111         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
4112         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
4113         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
4114         Likewise.
4115         (maybe_lower_iteration_bound): Likewise.
4116         * tree-ssa-sccvn.c (DFS): Likewise.
4117         * tree-stdarg.c (reachable_at_most_once): Likewise.
4118         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
4119         (vectorizable_store): Likewise.
4121 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4123         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
4124         (sccvn_dom_walker): make cond_stack an auto_vec.
4126 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4128         * ree.c (struct ext_state): Make type of members auto_vec.
4129         (find_and_remove_re): Adjust.
4131 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4133         * cfgexpand.c (struct stack_vars_data): Make type of fields
4134         auto_vec.
4135         (expand_used_vars): Adjust.
4137 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4139         * ipa.c (record_cdtor_fn): Adjust.
4140         (build_cdtor_fns): Likewise.
4141         (ipa_cdtor_merge): Make static_ctors and static_dtors local
4142         variables.
4144 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4146         * genextract.c (struct accum_extract): Add constructor and make
4147         members auto_vec.
4148         (gen_insn): Adjust.
4150 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4152         * tree.c (struct free_lang_data_d): Add constructor and change
4153         types of members to ones that automatically manage resources.
4154         (fld_worklist_push): Adjust.
4155         (find_decls_types): Likewise.
4156         (find_decls_types_in_eh_region): Likewise.
4157         (free_lang_data_in_cgraph): Stop manually creating and
4158         destroying members of free_lang_data_d.
4160 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
4162         PR rtl-optimization/68961
4163         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
4164         peephole variant.  Use sse_reg_operand predicates.
4166 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
4168         * config/i386/predicates.md (x86_64_immediate_operand)
4169         <case CONST_INT>: Remove unneeded truncation to DImode.
4170         <case CONST>: Ditto.
4171         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4173 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
4175         PR target/71805
4176         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
4177         The xxperm and xxpermr instructions require that the 2nd input
4178         operand overlap with the output operand, and not the 1st.
4179         (altivec_vperm_v8hiv16qi): Likewise.
4180         (altivec_vperm_<mode>_uns_internal): Likewise.
4181         (altivec_vpermr_<mode>_internal): Likewise.
4182         (vperm_v8hiv4si): Likewise.
4183         (vperm_v16qiv8hi): Likewise.
4185 2016-07-12  Nathan Sidwell  <nathan@acm.org>
4187         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
4188         when -mno-pic-data-is-text-relative is in effect, by default.
4189         * doc/invoke.texi (mpic-data-is-text-relative): Document new
4190         behavior and clarify.
4192 2016-07-12  Martin Liska  <mliska@suse.cz>
4194         * params.def: Add avg-loop niter.
4195         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
4196         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
4197         * doc/invoke.texi: Document the new parameter.
4199 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4201         PR middle-end/71700
4202         * expr.c (store_constructor): Mask sign-extended bits when widening
4203         sub-word constructor element at the start of a word.
4205 2016-07-12  Martin Liska  <mliska@suse.cz>
4207         * Makefile.in: Append rule for params-options.h.
4208         * params-options.h: New file.
4210 2016-07-12  Martin Liska  <mliska@suse.cz>
4212         * ira-build.c (mark_loops_for_removal): Properly iterate
4213         loops.
4215 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
4216             Richard Biener  <rguenther@suse.de>
4218         PR tree-optimization/23286
4219         PR tree-optimization/70159
4220         * doc/invoke.texi: Document -fcode-hoisting.
4221         * common.opt (fcode-hoisting): New flag.
4222         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
4223         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
4224         (do_regular_insertion): Rename to ...
4225         (do_pre_regular_insertion): ... this and amend general comments
4226         on insertion strathegy.
4227         (do_partial_partial_insertion): Rename to ...
4228         (do_pre_partial_partial_insertion): ... this.
4229         (do_hoist_insertion): New function.
4230         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
4231         and call do_hoist_insertion properly.
4232         (insert): Adjust.
4233         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
4234         (pass_pre::execute): Register hoist_insert stats.
4236 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
4238         PR middle-end/71716
4239         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
4240         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
4241         is different from mode's bitsize.  Small cleanup.
4243 2016-07-12  Richard Biener  <rguenther@suse.de>
4245         PR rtl-optimization/68961
4246         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
4247         to simplify to a non-constant.
4249 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
4251         PR middle-end/71758
4252         * omp-low.c (expand_omp_target): Gimplify device.
4254         PR tree-optimization/71823
4255         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
4256         to get vec_oprnds2 from op2.
4258 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
4260         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
4261         Hoist common subexpressions.
4262         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4264 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
4266         PR target/71800
4267         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
4268         prevent generation of 'stxsiwx' on pre Power8 hardware.
4270 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
4272         * input.c: Include cpplib.h.
4273         (selftest::temp_source_file): New class.
4274         (selftest::temp_source_file::temp_source_file): New ctor.
4275         (selftest::temp_source_file::~temp_source_file): New dtor.
4276         (selftest::should_have_column_data_p): New function.
4277         (selftest::test_should_have_column_data_p): New function.
4278         (selftest::temp_line_table): New class.
4279         (selftest::temp_line_table::temp_line_table): New ctor.
4280         (selftest::temp_line_table::~temp_line_table): New dtor.
4281         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
4282         it to create a temp_line_table.
4283         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
4284         locations that are known to have column data.
4285         (selftest::line_table_case): New struct.
4286         (selftest::test_reading_source_line): Move tempfile handling
4287         to class temp_source_file.
4288         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
4289         (selftest::assert_token_loc_eq): New function.
4290         (ASSERT_TOKEN_LOC_EQ): New macro.
4291         (selftest::test_lexer): New function.
4292         (selftest::boundary_locations): New array.
4293         (selftest::input_c_tests): Call test_should_have_column_data_p.
4294         Loop over a test matrix of interesting values of location and
4295         default_range_bits, calling test_lexer on each case in the matrix.
4296         Move call to test_accessing_ordinary_linemaps into the matrix.
4297         * selftest.h (ASSERT_EQ): Reimplement in terms of...
4298         (ASSERT_EQ_AT): New macro.
4300 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
4302         PR target/71801
4303         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
4304         Don't convert TImode in debug insn.
4306 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4308         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
4309         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
4310         (tree_type_common::lang_flag_7): New.
4311         (tree_type_common::spare): Reduce size.
4312         * tree.h (TYPE_ALIGN_OK): Remove.
4313         (TYPE_LANG_FLAG_7): New.
4314         (get_inner_reference): Adjust header.
4315         * print-tree.c (print_node): Adjust.
4316         * expr.c (get_inner_reference): Remove parameter keep_aligning.
4317         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
4318         calls to get_inner_reference.
4319         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
4320         handling of TYPE_ALIGN_OK.
4321         * builtins.c (get_object_alignment_2): Adjust call to
4322         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
4323         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
4324         TYPE_ALIGN_OK.
4325         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
4326         * cfgexpand.c (expand_debug_expr): Likewise.
4327         * dbxout.c (dbxout_expand_expr): Likewise.
4328         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
4329         loc_list_from_tree, fortran_common): Likewise.
4330         * fold-const.c (optimize_bit_field_compare,
4331         decode_field_reference, fold_unary_loc, fold_comparison,
4332         split_address_to_core_and_offset): Likewise.
4333         * gimple-laddress.c (execute): Likewise.
4334         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
4335         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
4336         * hsa-gen.c (gen_hsa_addr): Likewise.
4337         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
4338         * tsan.c (instrument_expr): Likewise.
4339         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
4340         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
4341         * tree-affine.c (tree_to_aff_combination,
4342         get_inner_reference_aff): Adjust calls to get_inner_reference.
4343         * tree-data-ref.c (split_constant_offset_1,
4344         dr_analyze_innermost): Likewise.
4345         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
4346         * tree-sra.c (ipa_sra_check_caller): Likewise.
4347         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
4348         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
4349         bswap_replace): Likewise.
4350         * tree-vect-data-refs.c (vect_check_gather,
4351         vect_analyze_data_refs): Likewise.
4352         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
4353         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
4354         TYPE_ALIGN_OK.
4356 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
4358         * Makefile.in (selftest-valgrind): New phony target.
4359         * function-tests.c (selftest::build_cfg): Delete pass instances
4360         created by the test.
4361         (selftest::convert_to_ssa): Likewise.
4362         (selftest::test_expansion_to_rtl): Likewise.
4363         * tree-cfg.c (selftest::test_linear_chain): Release dominator
4364         vectors.
4365         (selftest::test_diamond): Likewise.
4367 2016-07-11  Richard Biener  <rguenther@suse.de>
4369         PR tree-optimization/71816
4370         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
4371         than replacing all of its operands.
4373 2016-07-11  Alan Modra  <amodra@gmail.com>
4375         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
4376         (ctr<mode>): Add unspec.
4377         (ctr<mode>_internal*): Likewise.
4379 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
4381         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
4382         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
4384 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
4386         PR rtl-optimization/71621
4387         * lra-constraints.c (process_alt_operands): Check combination of
4388         reg class and mode.
4390 2016-07-08  Jason Merrill  <jason@redhat.com>
4391             Richard Biener  <rguenther@suse.de>
4393         P0145: Refining Expression Order for C++.
4394         * gimplify.c (initial_rhs_predicate_for): New.
4395         (gimplfy_modify_expr): Gimplify RHS before LHS.
4397 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4399         PR target/71297
4400         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4401         Allow standard error handling to take over when a wrong number
4402         of arguments is presented to __builtin_vec_ld () or
4403         __builtin_vec_st ().
4405 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
4407         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
4408         variants.
4409         (smin): Likewise.
4410         (fmax): New entry.
4411         (fmin): Likewise.
4412         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
4413         __builtin_aarch64_fmaxv2sf.
4414         (vmaxnmq_f32): Likewise.
4415         (vmaxnmq_f64): Likewise.
4416         (vminnm_f32): Likewise.
4417         (vminnmq_f32): Likewise.
4418         (vminnmq_f64): Likewise.
4420 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
4422         PR target/71806
4423         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
4424         enable -mfloat128-hardware by default.
4425         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
4426         that IEEE 128-bit hardware support needs.
4427         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
4428         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
4429         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
4430         floating point requires.
4431         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4432         -mfloat128 and -mfloat128-hardware changes.
4434 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
4436         PR tree-optimization/71667
4437         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
4439 2016-07-08  Martin Liska  <mliska@suse.cz>
4441         PR middle-end/71606
4442         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
4443         folding produces SAVE_EXPRs, thus return false for the type.
4445 2016-07-07  Martin Liska  <mliska@suse.cz>
4447         * file-find.c (remove_prefix): New function.
4448         * file-find.h (remove_prefix): Declare the function.
4449         * gcc-ar.c (main): Skip a folder of the wrapper if
4450         a wrapped binary would point to the same file.
4452 2016-07-07  Jan Hubicka  <jh@suse.cz>
4454         * tree-scalar-evolution.c (iv_can_overflow_p): export.
4455         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
4456         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
4458 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
4460         PR ipa/71624
4461         * ipa-inline-analysis.c (compute_inline_parameters): Set
4462         local.can_change_signature to false for intrumentation
4463         thunk callees.
4465 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4467         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
4468         with TARGET_HAVE_MOVT.
4469         (TARGET_HAVE_MOVT): Define.
4470         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
4471         availability with TARGET_HAVE_MOVT.
4472         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
4473         availability.
4474         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
4475         TARGET_THUMB2.
4476         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
4477         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
4478         * config/arm/constraints.md (define_constraint "j"): Use
4479         TARGET_HAVE_MOVT to check MOVT availability.
4481 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4483         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
4485 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4487         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
4488         (armv8-m.main): Likewise.
4489         (armv8-m.main+dsp): Likewise.
4490         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
4491         (FL_FOR_ARCH8M_MAIN): Likewise.
4492         * config/arm/arm-tables.opt: Regenerate.
4493         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
4494         armv8-m.main+dsp to BE8_LINK_SPEC.
4495         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
4496         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
4497         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
4498         Baseline and Mainline.
4499         (arm_option_override_internal): Also disable arm_restrict_it when
4500         !arm_arch_notm.  Update comment for -munaligned-access to also cover
4501         ARMv8-M Baseline.
4502         (arm_file_start): Increase buffer size for printing architecture name.
4503         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
4504         and armv8-m.main+dsp.
4505         (mno-unaligned-access): Clarify that this is disabled by default for
4506         ARMv8-M Baseline architectures as well.
4508 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4510         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
4511         decide whether to prevent some libgcc routines being included for some
4512         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
4513         link between this condition and the one in
4514         libgcc/config/arm/lib1func.S.
4516 2016-07-07  Richard Biener  <rguenther@suse.de>
4518         * tree-ssa-pre.c: Include alias.h.
4519         (compute_avail): If we have multiple VN_REFERENCEs with the
4520         same hashtable entry adjust that to make it a valid replacement
4521         for all of them with respect to alignment and aliasing
4522         when doing insertion.
4523         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
4524         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
4526 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
4528         PR target/70098
4529         PR target/71763
4530         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
4531         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
4532         constraint.
4534 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4536         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
4537         (adjust_mems): Adjust.
4538         (adjust_insn): Likewise.
4539         (prepare_call_arguments): Likewise.
4541 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4543         * gcse.c (struct ls_expr): Make stores field a vector.
4544         (ldst_entry): Adjust.
4545         (free_ldst_entry): Likewise.
4546         (print_ldst_list): Likewise.
4547         (compute_ld_motion_mems): Likewise.
4548         (update_ld_motion_stores): Likewise.
4550 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4552         * gcse.c (struct ls_expr): Remove loads field.
4553         (ldst_entry): Adjust.
4554         (free_ldst_entry): Likewise.
4555         (print_ldst_list): Likewise.
4556         (compute_ld_motion_mems): Likewise.
4558 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4560         * store-motion.c (struct st_expr): Make antic_stores a vector.
4561         (st_expr_entry): Adjust.
4562         (free_st_expr_entry): Likewise.
4563         (print_store_motion_mems): Likewise.
4564         (find_moveable_store): Likewise.
4565         (compute_store_table): Likewise.
4566         (remove_reachable_equiv_notes): Likewise.
4567         (replace_store_insn): Likewise.
4568         (build_store_vectors): Likewise.
4570 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4572         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
4573         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
4575 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
4577         PR tree-optimization/71518
4578         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
4579         misalign also for outer loops with negative step.
4581 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
4583         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
4584         (cortex_a53_shift): Add mov_shift.
4585         (cortex_a53_shift_reg): Add new reservation for register shifts.
4586         (cortex_a53_alu): Remove bfm.
4587         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
4588         (cortex_a53_alu_extr): Add new reservation for EXTR.
4589         (bypasses): Improve bypass modelling.
4591 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4593         PR target/50739
4594         * config/avr/avr.c (avr_asm_select_section): Strip off
4595         SECTION_DECLARED from flags when calling get_section.
4597 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4599         * tree-vectorizer.h (vect_memory_access_type): Add
4600         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
4601         * tree-vect-stmts.c (compare_step_with_zero): New function.
4602         (perm_mask_for_reverse): Move further up file.
4603         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
4604         step is negative.
4605         (get_negative_load_store_type): New function.
4606         (get_load_store_type): Call it.  Add an ncopies argument.
4607         (vectorizable_mask_load_store): Update call accordingly and
4608         remove tests for negative steps.
4609         (vectorizable_store, vectorizable_load): Likewise.  Handle new
4610         memory_access_types.
4612 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4614         * tree-vectorizer.h (vect_memory_access_type): New enum.
4615         (_stmt_vec_info): Add a memory_access_type field.
4616         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
4617         (vect_model_store_cost): Take an access type instead of a boolean.
4618         (vect_model_load_cost): Likewise.
4619         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
4620         vect_model_store_cost and vect_model_load_cost.
4621         * tree-vect-stmts.c (vec_load_store_type): New enum.
4622         (vect_model_store_cost): Take an access type instead of a
4623         store_lanes_p boolean.  Simplify tests.
4624         (vect_model_load_cost): Likewise, but for load_lanes_p.
4625         (get_group_load_store_type, get_load_store_type): New functions.
4626         (vectorizable_store): Use get_load_store_type.  Record the access
4627         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
4628         (vectorizable_load): Likewise.
4629         (vectorizable_mask_load_store): Likewise.  Replace is_store
4630         variable with vls_type.
4632 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4634         * tree-vectorizer.h (vect_grouped_load_supported): Add a
4635         single_element_p parameter.
4636         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
4637         Check the PR65518 case here rather than in vectorizable_load.
4638         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
4639         * tree-vect-stmts.c (vectorizable_load): Likewise.
4641 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4643         * tree-vectorizer.h (gather_scatter_info): New structure.
4644         (vect_check_gather_scatter): Return a bool rather than a decl.
4645         Replace return-by-pointer arguments with a single
4646         gather_scatter_info *.
4647         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
4648         (vect_analyze_data_refs): Update call accordingly.
4649         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
4650         (vectorizable_mask_load_store): Likewise.  Also record the
4651         offset dt and vectype in the gather_scatter_info.
4652         (vectorizable_store): Likewise.
4653         (vectorizable_load): Likewise.
4655 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4657         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
4658         strided groups, use the cost of N scalar accesses instead
4659         of ncopies vector accesses.
4660         (vect_model_load_cost): Likewise.
4662 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4664         * tree-vect-stmts.c (vect_cost_group_size): Delete.
4665         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
4666         variable to indicate when once-per-group costs are being used.
4667         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
4669 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4671         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
4672         peeling-for-gaps condition.
4674 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4676         * config/s390/s390.c (s390_expand_vec_init): Force initializer
4677         element to register if it doesn't match general_operand.
4679 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
4680             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4682         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
4683         prototype.
4684         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
4685         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
4686         (SIGNBIT): New mode iterator.
4687         (Fsignbit): New mode attribute.
4688         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
4689         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
4690         when direct moves are available.
4691         (signbit<mode>2_dm): New define_insn_and_split).
4692         (signbit<mode>2_dm2): New define_insn.
4694 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4696         PR rtl-optimization/71594
4697         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
4698         into subregs of appropriate mode before trying to emit a conditional
4699         move.
4701 2016-07-05  Jan Hubicka  <jh@suse.cz>
4703         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
4704         (simple_iv): Use it.
4706 2016-07-05  Jan Hubicka  <jh@suse.cz>
4708         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
4710 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
4712         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
4713         "offmemok".
4715 2016-07-05  Jan Hubicka  <jh@suse.cz>
4717         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
4718         IV can overflow.
4720 2016-07-05  Richard Biener  <rguenther@suse.de>
4722         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
4723         Handle empty else block.
4724         (is_feasible_trace): Likewise.
4725         (split_paths): Likewise.
4727 2016-07-05  Richard Biener  <rguenther@suse.de>
4729         * tree-loop-distribution.c (distribute_loop): Fix issue with
4730         the cost model loop.
4732 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
4734         * config/arm/neon-testgen.ml: Delete.
4735         * config/arm/neon.ml: Delete.
4737 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
4739         PR c++/71739
4740         * tree.c (attribute_value_equal): Use get_attribute_name instead of
4741         directly using TREE_PURPOSE.
4743 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
4745         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
4746         * config/aarch64/aarch64_neon.h: Likewise.
4747         * config/aarch64/arm_neon.h: Likewise.
4748         * config/aarch64/atomics.md: Likewise.
4749         * config/aarch64/aarch64-simd-builtins.def: Likewise.
4750         * doc/invoke.texi: Likewise.
4752 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4754         * config/s390/s390.md: Add "z13" cpu_facility.
4755         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
4756         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
4757         condition" type instructions.
4759 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4760             Jeff Law  <law@redhat.com>
4762         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
4763         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
4765 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
4767         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
4768         permutation for TARGET_AVX512F.
4769         (ix86_expand_vec_one_operand_perm_avx512): New function.
4770         (expand_vec_perm_1): Invoke introduced function.
4771         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
4772         it may be not valid after vectorization.
4774 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4776         PR target/63874
4777         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
4778         typo in comment.  Only force to memory if it is a weak
4779         external reference.
4781 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
4782             Jiong Wang  <jiong.wang@arm.com>
4784         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
4785         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
4786         (AARCH64_FL_F16): New.
4787         (AARCH64_FL_FOR_ARCH8_2): New.
4788         (AARCH64_ISA_8_2): New.
4789         (AARCH64_ISA_F16): New.
4790         (TARGET_FP_F16INST): New.
4791         (TARGET_SIMD_F16INST): New.
4792         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
4793         ("fp"): Disabling "fp" also disables "fp16".
4794         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
4795         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
4796         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
4797         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
4799 2016-07-04  Jan Beulich  <jbeulich@suse.com>
4801         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
4803 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
4805         PR target/71720
4806         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
4807         the insns, use an insn form that does not adjust the offset on
4808         little endian systems.
4810 2016-07-01  Jan Beulich  <jbeulich@suse.com>
4812         * varasm.c (get_variable_section): Validate initializer in
4813         named .bss-like sections.
4815 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4817         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
4818         Exchange the order of the second and third operands in the vpermr
4819         instruction tmeplate.
4821 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
4823         PR target/71698
4824         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
4825         Disallow TDmode values.
4827 2016-07-01  Alan Modra  <amodra@gmail.com>
4829         PR rtl-optimization/71709
4830         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
4831         being set, not referenced.
4833 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
4835         PR tree-optimization/70729
4836         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
4837         of loop since it can be not valid after transformation.
4839 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4841         * config/arm/arm.c (thumb_reload_in_hi): Delete.
4842         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
4844 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
4846         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
4847         for NULL decl.
4849 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
4851         PR target/71677
4852         * config/rs6000/constraints.md (wY constraint): New constraint to
4853         match the requirements for the LXSD and STXSD instructions.
4854         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
4855         predicate to match the requirements for the LXSD and STXSD
4856         instructions.
4857         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
4858         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
4859         to make sure that the bottom 2 bits of offset are 0, the address
4860         form is offsettable, and no updating is done in the address mode.
4861         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
4862         (movdi_internal32): Likewise
4863         (movdi_internal64): Likewise.
4865 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
4867         PR tree-optimization/71707
4868         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
4869         strinfo even for ADDR_EXPR ptr.
4871 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4873         * config/rs6000/altivec.md (darn_32): Change the condition to
4874         TARGET_P9_MISC instead of TARGET_MODULO.
4875         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
4876         condition expression.
4877         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
4878         condition expression.
4879         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
4880         (DFP_TEST): New code iterator.
4881         (dfptstsfi_<code>_mode>): New define_expand.
4882         (*dfp_sgnfcnc_<mode>): New define_insn.
4883         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
4884         definition next to BU_P9_MISC_1 definition and change the MASK
4885         value to RS6000_BTM_P9_MISC.
4886         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
4887         (BU_P9_64BIT_MISC_0): Likewise.
4888         (BU_P9_DFP_MISC_0): New macro definition.
4889         (BU_P9_DFP_MISC_1): New macro definition.
4890         (BU_P9_DFP_MISC_2): New macro definition.
4891         (BU_P9_DFP_OVERLOAD_1): New macro definition.
4892         (BU_P9_DFP_OVERLOAD_2): New macro definition.
4893         (BU_P9_DFP_OVERLOAD_3): New macro definition.
4894         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
4895         (TSTSFI_LT_TD): Likewise.
4896         (TSTSFI_EQ_DD): Likewise.
4897         (TSTSFI_EQ_TD): Likewise.
4898         (TSTSFI_GT_DD): Likewise.
4899         (TSTSFI_GT_TD): Likewise.
4900         (TSTSFI_OV_DD): Likewise.
4901         (TSTSFI_OV_TD): Likewise.
4902         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
4903         (TSTSFI_LT_DD): Likewise.
4904         (TSTSFI_LT_TD): Likewise.
4905         (TSTSFI_EQ): Likewise.
4906         (TSTSFI_EQ_DD): Likewise.
4907         (TSTSFI_EQ_TD): Likewise.
4908         (TSTSFI_GT): Likewise.
4909         (TSTSFI_GT_DD): Likewise.
4910         (TSTSFI_GT_TD): Likewise.
4911         (TSTSFI_OV): Likewise.
4912         (TSTSFI_OV_DD): Likewise.
4913         (TSTSFI_OV_TD): Likewise.
4914         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4915         overloaded test significance functions.
4916         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
4917         OPTION_MASK_P9_MISC into the representation of this mask.
4918         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
4919         of this mask.
4920         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
4921         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
4922         non-zero.
4923         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
4924         argument is a 6-bit unsigned literal value if the icode argument
4925         represents a DFP test significance built-in call.
4926         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
4927         flag used independently and in combination with the
4928         RS6000_BTM_64BIT flag.
4929         (rs6000_opt_masks): Add entry for power9-misc command-line option.
4930         (rs6000_builtin_mask_names): Add entry for power9-misc
4931         command-line option.
4932         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
4933         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
4934         RS6000_BTM_P9_MISC macros.
4935         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
4936         option and change the description of the -mpower9-vector option to
4937         enable only vector instructions, removing its erroneously claimed
4938         support for scalar instructions.
4939         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4940         the ISA 3.0 digital floating point test significance built-in
4941         functions.
4943 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
4945         * config/aarch64/aarch64.c (cortexa35_tunings):
4946         Enable AES fusion.  Use cortexa57_branch_cost.
4947         (cortexa53_tunings): Use cortexa57_branch_cost.
4948         (cortexa72_tunings): Use cortexa57_branch_cost.
4949         Use AUTOPREFETCHER_WEAK.
4950         (cortexa73_tunings): Use cortexa57_branch_cost.
4952 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4953             James Greenhalgh  <james.greenhalgh@arm.com>
4955         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
4956         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
4957         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
4958         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
4959         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
4960         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
4961         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
4962         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
4963         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
4964         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
4965         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
4966         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
4967         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
4968         New intrinsics.
4970 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
4971             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4973         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
4974         New define_insn.
4975         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
4977 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
4979         PR driver/71651
4980         * gcc.c (driver::build_option_suggestions): Pass "option" to
4981         add_misspelling_candidates.
4982         * opts-common.c (add_misspelling_candidates): Add "option" param;
4983         use it to avoid adding negated forms for options marked with
4984         RejectNegative.
4985         * opts.h (add_misspelling_candidates): Add "option" param.
4987 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
4989         PR middle-end/71693
4990         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
4991         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
4992         first when permuting bitwise operation with rotate.  Cast
4993         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
4995 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
4997         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
4998         for misspelled param names.
4999         * params.c: Include spellcheck.h.
5000         (find_param_fuzzy): New function.
5001         * params.h (find_param_fuzzy): New prototype.
5002         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
5003         * spellcheck.h (struct edit_distance_traits<const char *>):
5004         ...here.
5006 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
5008         * config/rs6000/predicates.md (const_0_to_7_operand): New
5009         predicate, recognize 0..7.
5010         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
5011         support for doing extracts from V16QImode, V8HImode, V4SImode
5012         under ISA 3.0.
5013         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
5014         vector extract support.
5015         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
5016         for ISA 3.0 vector extract.
5017         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
5018         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
5019         extracts of a constant element number from small integer vectors
5020         on 64-bit ISA 3.0 systems.
5021         (vsx_extract_<mode>_di): Likewise.
5022         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
5023         say when we can do ISA 3.0 vector extracts.
5024         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
5025         registers, using the stxsiwx instruction.
5027 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
5029         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
5030         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
5031         qdf24xx_regmove_cost, qdf24xx_tunings): New.
5032         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
5033         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
5034         * config/arm/arm.c (arm_qdf24xx_tune): New.
5036 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
5038         * config/aarch64/aarch64.c (cortexa53_tunings):
5039         Increase loop alignment to 8.  Set function alignment to 16.
5040         (cortexa35_tunings): Likewise.
5041         (cortexa57_tunings): Increase loop alignment to 8.
5042         (cortexa72_tunings): Likewise.
5043         (cortexa73_tunings): Likewise.
5045 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
5047         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
5048         for arm_fp16_ok and arm_fp16_hw.
5049         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
5050         arm_fp16_alternative.
5052 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
5054         PR tree-optimization/71655
5055         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
5056         types when swapping operands.
5058 2016-06-29  Martin Liska  <mliska@suse.cz>
5060         PR middle-end/71585
5061         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
5062         * ipa-inline-transform.c (inline_call): Remove unnecessary call
5063         of build_optimization_node.
5065 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
5067         PR tree-optimization/70729
5068         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
5069         independent in loops having positive safelen value.
5070         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
5071         it may be not valid after vectorization.
5073 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
5075         PR tree-optimization/71625
5076         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
5077         is sorted by ascending list->offset.  If PTR is non-NULL and there is
5078         previous strinfo, call get_stridx_plus_constant.
5079         (get_stridx): Pass exp as second argument to get_addr_stridx.
5080         (addr_stridxptr): Add missing list = list->next, so that there can be
5081         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
5082         the list is sorted by ascending list->offset.
5083         (get_stridx_plus_constant): Adjust so that it can be also called with
5084         ADDR_EXPR instead of SSA_NAME as PTR.
5085         (handle_char_store): Pass NULL_TREE as second argument to
5086         get_addr_stridx.
5088 2016-06-29  Richard Biener  <rguenther@suse.de>
5090         PR rtl-optimization/68961
5091         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
5093 2016-06-29  Richard Biener  <rguenther@suse.de>
5095         PR middle-end/71002
5096         * alias.c (component_uses_parent_alias_set_from): Handle
5097         type punning through union accesses by using the union alias set.
5098         * gimple.c (gimple_get_alias_set): Remove union type punning case.
5100 2016-07-29  Richard Biener  <rguenther@suse.de>
5102         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
5103         precision not matching mode precision.
5105 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
5107         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
5108         pa_output_arg_descriptor.
5109         (call_val_symref_64bit_post_reload): Likewise.
5110         (call_val_powf_64bit_post_reload): Likewise.
5111         (sibcall_internal_symref_64bit): Likewise.
5112         (sibcall_value_internal_symref_64bit): Likewise.
5114 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
5116         PR middle-end/71626
5117         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
5118         a constant, force its SUBREG_REG into memory or register instead
5119         of whole op1.
5121 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
5123         PR target/58655
5124         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
5125         * doc/invoke.texi (AVR Options): Document it.
5127 2016-06-28  Walter Lee  <walt@tilera.com>
5129         * config/tilegx/linux.h: Do not include arch/icache.h
5130         (CLEAR_INSN_CACHE): Provide inlined definition directly.
5131         * config/tilepro/linux.h: Do not include arch/icache.h
5132         (CLEAR_INSN_CACHE): Provide inlined definition directly.
5134 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5136         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
5137         for big-endian BIT_FIELD_REF.
5139 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
5141         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
5142         ('size' attribute): Add '128'.
5143         Include power9.md.
5144         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
5145         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
5146         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
5147         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
5148         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
5149         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
5150         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
5151         *trunc<mode>df2_odd): Set size attribute to '128'.
5152         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
5153         * config/rs6000/power6.md (power6-fp): Include dfp type.
5154         * config/rs6000/power7.md (power7-fp): Likewise.
5155         * config/rs6000/power8.md (power8-fp): Likewise.
5156         * config/rs6000/power9.md: New file.
5157         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
5158         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
5159         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
5160         htmsimple.
5161         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
5162         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
5163         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
5164         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
5165         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
5166         dfp_dscri_<mode>): Change type attribute to dfp.
5167         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
5168         attribute to vecsimple.
5169         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
5170         and prefetch streams.
5171         (rs6000_option_override_internal): Remove temporary code setting
5172         tuning to power8.  Don't set rs6000_sched_groups for power9.
5173         (last_scheduled_insn): Change to rtx_insn *.
5174         (divide_cnt, vec_load_pendulum): New variables.
5175         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
5176         (rs6000_issue_rate): Set issue rate for Power9.
5177         (is_power9_pairable_vec_type): New.
5178         (power9_sched_reorder2): New.
5179         (rs6000_sched_reorder2): Call new function for Power9 specific
5180         reordering.
5181         (insn_must_be_first_in_group): Remove Power9.
5182         (insn_must_be_last_in_group): Likewise.
5183         (force_new_group): Likewise.
5184         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
5185         Initialize divide_cnt/vec_load_pendulum.
5186         (_rs6000_sched_context, rs6000_init_sched_context,
5187         rs6000_set_sched_context): Handle context save/restore of new
5188         variables.
5190 2016-06-28  Richard Biener  <rguenther@suse.de>
5192         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
5193         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
5194         COMPONENT_REF operand.
5195         (nonoverlapping_component_refs_p): Likewise.
5196         * stor-layout.c (start_bitfield_representative): Mark
5197         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
5199 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
5201         * Makefile.in: Don't cat ../stage_current if it does not exist.
5203         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
5204         last argument is a bit-field.
5206         PR rtl-optimization/71673
5207         * internal-fn.c (expand_arith_overflow_result_store): Use
5208         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
5209         expand_simple_binop.
5211         PR middle-end/66867
5212         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
5213         expand_ifn_atomic_compare_exchange): New functions.
5214         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
5215         * tree.h (build_call_expr_internal_loc): Rename to ...
5216         (build_call_expr_internal_loc_array): ... this.  Fix up type of
5217         last argument.
5218         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
5219         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
5220         ATOMIC_COMPARE_EXCHANGE result.
5221         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
5222         * gimple-fold.h (optimize_atomic_compare_exchange_p,
5223         fold_builtin_atomic_compare_exchange): New prototypes.
5224         * gimple-fold.c (optimize_atomic_compare_exchange_p,
5225         fold_builtin_atomic_compare_exchange): New functions..
5226         * tree-ssa.c (execute_update_addresses_taken): If
5227         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
5228         of call when finding addressable vars, and if such var becomes
5229         non-addressable, call fold_builtin_atomic_compare_exchange.
5231 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
5233         PR target/71670
5234         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
5235         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
5237 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
5239         * config/rs6000/rs6000.md ('type' attribute): Add
5240         veclogical,veccmpfx,vecexts,vecmove insn types.
5241         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
5242         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
5243         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
5244         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
5245         *nabs<mode>2_hw): Change type to vecmove.
5246         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
5247         *boolcc<mode>3_internal, *eqv<mode>3_internal,
5248         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
5249         *ieee_128bit_vsx_abs<mode>2_internal,
5250         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
5251         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
5252         *ieee128_mtvsrd_32bit): Change type to veclogical.
5253         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
5254         *movdi_internal32, *movdi_internal64): Update insn types.
5255         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
5256         vsx_extract_<mode>): Change type to veclogical.
5257         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
5258         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
5259         *vsx_sign_extend_si_v2di): Change type to vecexts.
5260         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
5261         type to veclogical.
5262         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
5263         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
5264         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
5265         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
5266         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
5267         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
5268         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
5269         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
5270         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
5271         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
5272         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
5273         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
5274         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
5275         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
5276         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
5277         (ppc7450-vecsimple): Add veclogical, vecmove.
5278         (ppc7450-veccmp): Add veccmpfx.
5279         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
5280         vecmove.
5281         (ppc8540_vector_compare): Add veccmpfx.
5282         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
5283         * config/rs6000/cell.md (cell-fp): Add fpsimple.
5284         (cell-vecsimple): Add veclogical, vecmove.
5285         (cell-veccmp): Add veccmpfx.
5286         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
5287         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
5288         veccmpfx.
5289         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
5290         * config/rs6000/power4.md (power4-fp): Add fpsimple.
5291         (power4-vecsimple): Add veclogical, vecmove.
5292         (power4-veccmp): Add veccmpfx.
5293         * config/rs6000/power5.md (power5-fp): Add fpsimple.
5294         * config/rs6000/power6.md (power6-fp): Add fpsimple.
5295         (power6-vecsimple): Add veclogical, vecmove.
5296         (power6-veccmp): Add veccmpfx.
5297         * config/rs6000/power7.md (power7-fp): Add fpsimple.
5298         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
5299         * config/rs6000/power8.md (power8-fp): Add fpsimple.
5300         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
5301         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
5302         * config/rs6000/titan.md (titan_fp): Add fpsimple.
5303         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
5304         fpsimple.
5305         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
5307 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
5309         PR target/71656
5310         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
5311         OPTION_MASK_P9_DFORM_VECTOR.
5312         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
5313         disable -mpower9-dform-vector when using reload.
5314         (quad_address_p): Remove 'gpr_p' argument and all associated code.
5315         New 'strict' argument.  Update all callers.  Add strict addressing
5316         support.
5317         (rs6000_legitimate_offset_address_p): Remove call to
5318         virtual_stack_registers_memory_p.
5319         (rs6000_legitimize_reload_address): Add quad address support.
5320         (rs6000_legitimate_address_p): Move call to quad_address_p above
5321         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
5322         to account for new strict usage.
5323         (rs6000_output_move_128bit): Adjust quad_address_p args to account
5324         for new strict usage.
5325         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
5327 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
5329         PR target/70902
5330         PR target/71453
5331         PR target/71555
5332         PR target/71596
5333         PR target/71657
5334         * config/i386/i386.c (ix86_spill_class): Disable condition to
5335         always return NO_REGS.
5337 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
5339         * predict.c: Include gimple-pretty-print.h
5340         (predicted_by_loop_heuristics_p): Check also
5341         PRED_LOOP_EXIT_WITH_RECURSION
5342         (predict_loops): Find self recursive calls and use special purpose
5343         predictors for them; dump log about decisions.
5344         (pass_profile::execute): Dump info about #of iterations.
5345         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
5346         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
5348 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
5350         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
5351         output_asm_insn calls and shorten long lines.  Output .CALL
5352         argument descriptor using pa_output_arg_descriptor.  Add various
5353         inline $$dyncall and other optimizations.
5354         (pa_attr_length_indirect_call): Adjust ordering and lengths.
5356 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
5358         PR tree-optimization/71643
5359         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
5360         EH preds.
5362         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
5363         leak a bitmap if dep_bb is NULL.
5365         PR tree-optimization/71631
5366         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
5367         to rewrite_expr_tree even if negate_result, move new_lhs var
5368         declaration and initialization earlier, for powi_result set afterwards
5369         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
5370         if new_lhs != lhs, and don't shadow gsi var.
5372 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
5374         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
5375         Add in_loop parameter.
5376         (predict_loops): Add loop guard heuristics.
5377         * predict.def (PRED_LOOP_GUARD): New heuristics.
5379 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
5381         * predict.c: Include ipa-utils.h
5382         (tree_bb_level_prediction): Predict recursive calls.
5383         (tree_estimate_probability_bb): Skip inexpensive calls for call
5384         predictor.
5385         * predict.def (PRED_RECURSIVE_CALL): New.
5387 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5389         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
5390         (BU_FLOAT128_1): Likewise.
5391         (FABSQ): Likewise.
5392         (COPYSIGNQ): Likewise.
5393         (RS6000_BUILTIN_NANQ): Likewise.
5394         (RS6000_BUILTIN_NANSQ): Likewise.
5395         (RS6000_BUILTIN_INFQ): Likewise.
5396         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
5397         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
5398         (TARGET_FOLD_BUILTIN): New #define.
5399         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
5400         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
5401         (rs6000_fold_builtin): New target hook implementation, handling
5402         folding of 128-bit NaNs and infinities.
5403         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
5404         entries are filled in to avoid problems during bootstrap
5405         self-test; define builtins for 128-bit NaNs and infinities.
5406         (rs6000_opt_mask): Add entry for float128.
5407         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
5408         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
5409         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
5410         (const_str_type_node): New #define.
5411         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
5412         to a define_expand that dispatches to either copysign<mode>3_soft
5413         or copysign<mode>3_hard.
5414         (copysign<mode>3_hard): Rename from copysign<mode>3.
5415         (copysign<mode>3_soft): New define_insn.
5416         * doc/extend.texi: Document new builtins.
5418 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5420         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
5421         PRIu64 instead of lu.
5423 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
5425         PR debug/71642
5426         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
5427         copy the type name.
5429 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5431         PR tree-optimization/71647
5432         * omp-low.c (lower_rec_input_clauses): Convert
5433         omp_clause_aligned_alignment (c) to size_type_node for the
5434         last argument of __builtin_assume_aligned.
5436 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
5438         * configure.ac (calling ___tls_get_addr via GOT): New
5439         assembler/linker check.
5440         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
5441         assembler and linker supports calling ___tls_get_addr via GOT.
5442         Otherise, defined to 0.
5443         * config.in: Regenerated.
5444         * configure: Likewise.
5445         * config/i386/constraints.md (Yb): New constraint.
5446         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
5447         (REG_CLASS_NAMES): Likewise.
5448         (REG_CLASS_CONTENTS): Likewise.
5449         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
5450         the b constraint with the Yb constraint.  Call ___tls_get_addr
5451         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
5452         is 1.
5453         (*tls_local_dynamic_base_32_gnu): Likewise.
5454         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
5455         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
5456         (*tls_local_dynamic_base_64_<mode>): Likewise.
5458 2016-06-24  Martin Liska  <mliska@suse.cz>
5460         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
5461         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
5462         few functions.
5463         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
5464         argument to true if the expected number of iterations is
5465         loop-based.
5467 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
5469         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
5470         assemble for 32bit target.
5471         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
5472         and $ld_ix86_gld_32_opt to link for 32bit target.
5473         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
5474         * configure: Regenerate.
5476 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5478         * config/arm/arm.c (int_log2): Delete definition and prototype.
5479         (shift_op): Use exact_log2 instead of int_log2.
5480         (vfp3_const_double_for_fract_bits): Likewise.
5482 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5484         * internal-fn.c (expand_arith_set_overflow): New function.
5485         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
5486         Use it.
5487         (expand_arith_overflow_result_store): Likewise.  Handle precision
5488         smaller than mode precision.
5489         * tree-vrp.c (extract_range_basic): For imag part, handle
5490         properly signed 1-bit precision result.
5491         * doc/extend.texi (__builtin_add_overflow): Document that last
5492         argument can't be pointer to enumerated or boolean type.
5493         (__builtin_add_overflow_p): Document that last argument can't
5494         have enumerated or boolean type.
5496 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
5497             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5499         * config/rs6000/predicates.md (splat_input_operand): Rework.
5500         Don't allow constants, since the insns that use this predicate
5501         don't support constants.  Constants are handled by other insns
5502         that are created via combine.  During and after register
5503         allocation, only allow indexed or indirect addresses, and not
5504         general addresses.  Only allow modes supported by the hardware.
5505         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
5506         comment.  Move check for using VSPLTIS<x> to a common location,
5507         instead of doing it in two different places.
5509 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
5511         * config/i386/driver-i386.c (host_detect_local_cpu): Set
5512         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
5513         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
5514         signature_CENTAUR_ebx.
5516 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
5518         PR target/66232
5519         PR target/67400
5520         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
5521         (as_ix86_gas_32_opt): This.
5522         (ld_ix86_tls_ldm_opt): Renamed to ...
5523         (ld_ix86_gld_32_opt): This.
5524         (R_386_TLS_LDM reloc): Updated.
5525         (R_386_GOT32X reloc): New assembler/linker check.
5526         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
5527         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
5528         defined to 0.
5529         * config.in: Regenerated.
5530         * configure: Likewise.
5531         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
5532         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
5533         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
5534         if ix86_force_load_from_GOT_p returns true.
5535         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
5536         ix86_force_load_from_GOT_p returns true.
5537         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
5538         the external function address via the GOT slot.
5539         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
5540         HAVE_AS_IX86_GOT32X before returning false.
5541         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
5542         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
5544 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
5546         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
5548 2016-06-23  Andi Kleen  <ak@linux.intel.com>
5550         * Makefile.in: Regenerate.
5551         * doc/install.texi: Document autoprofiledbootstrap.
5553 2016-06-23  Andi Kleen  <ak@linux.intel.com>
5555         * config/i386/gcc-auto-profile: New file.
5557 2016-06-23  Martin Liska  <mliska@suse.cz>
5559         PR middle-end/71619
5560         * predict.c (predict_loops): Revert the hunk that was removed
5561         in r237103.
5563 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
5565         * config.gcc: Add support for arm*-*-phoenix* targets.
5566         * config/arm/t-phoenix: New.
5567         * config/phoenix.h: New.
5569 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
5570             H.J. Lu  <hongjiu.lu@intel.com>
5572         PR target/67400
5573         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
5574         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
5575         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
5576         ix86_force_load_from_GOT_p returns true.
5577         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
5578         ix86_force_load_from_GOT_p returns true.
5579         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
5580         ix86_force_load_from_GOT_p returns true.
5581         (ix86_expand_move): Load the external function address via the
5582         GOT slot if ix86_force_load_from_GOT_p returns true.
5583         * config/i386/predicates.md (x86_64_immediate_operand): Return
5584         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
5585         (x86_64_zext_immediate_operand): Ditto.
5587 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
5589         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
5591 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
5593         PR c/70339
5594         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
5595         * diagnostic.c (pedwarn_at_rich_loc): New function.
5596         * spellcheck.h (best_match::best_match): Add a
5597         "best_distance_so_far" optional parameter.
5598         (best_match::set_best_so_far): New method.
5599         (best_match::get_best_distance): New accessor.
5600         (best_match::get_best_candidate_length): New accessor.
5602 2016-06-22  Nick Clifton  <nickc@redhat.com>
5604         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
5605         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
5606         modes are accepted as well.
5607         (ucompare_loc_descriptor): Likewise.
5608         (minmax_loc_descriptor): Likewise.
5609         (clz_loc_descriptor): Likewise.
5610         (popcount_loc_descriptor): Likewise.
5611         (bswap_loc_descriptor): Likewise.
5612         (rotate_loc_descriptor): Likewise.
5613         (mem_loc_descriptor): Likewise.
5614         (loc_descriptor): Likewise.
5616 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
5618         * common.opt (fdiagnostics-parseable-fixits): New option.
5619         * diagnostic.c: Include "selftest.h".
5620         (print_escaped_string): New function.
5621         (print_parseable_fixits): New function.
5622         (diagnostic_report_diagnostic): Call print_parseable_fixits.
5623         (selftest::assert_print_escaped_string): New function.
5624         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
5625         (selftest::test_print_escaped_string): New function.
5626         (selftest::test_print_parseable_fixits_none): New function.
5627         (selftest::test_print_parseable_fixits_insert): New function.
5628         (selftest::test_print_parseable_fixits_remove): New function.
5629         (selftest::test_print_parseable_fixits_replace): New function.
5630         (selftest::diagnostic_c_tests): New function.
5631         * diagnostic.h (struct diagnostic_context): Add field
5632         "parseable_fixits_p".
5633         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
5634         -fdiagnostics-parseable-fixits.
5635         (-fdiagnostics-parseable-fixits): New option.
5636         * opts.c (common_handle_option): Handle
5637         -fdiagnostics-parseable-fixits.
5638         * selftest-run-tests.c (selftest::run_tests): Call
5639         selftest::diagnostic_c_tests.
5640         * selftest.h (selftest::diagnostic_c_tests): New prototype.
5642 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
5644         PR tree-optimization/71488
5645         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
5646         comparison of boolean vectors.
5647         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
5648         of boolean vectors using bitwise operations.
5650 2016-06-22  Andreas Schwab  <schwab@suse.de>
5652         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
5653         Remove declaration.
5655 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
5657         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
5659 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5661         * config/i386/i386.c (print_reg): Emit an error message on attempt to
5662         print FLAGS_REG.
5664 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5666         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
5667         * config/arm/arm-cores.def (cortex-a73): New entry.
5668         (cortex-a73.cortex-a35): Likewise.
5669         (cortex-a73.cortex-a53): Likewise.
5670         * config/arm/arm-tables.opt: Regenerate.
5671         * config/arm/arm-tune.md: Likewise.
5672         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
5673         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5674         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
5675         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5676         * doc/invoke.texi (ARM Options): Document cortex-a73,
5677         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
5679 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5681         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
5682         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
5683         (cortex-a73.cortex-a35): Likewise.
5684         (cortex-a73.cortex-a53): Likewise.
5685         * config/aarch64/aarch64-tune.md: Regenerate.
5686         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
5687         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
5688         -mcpu and -mtune.
5690 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5692         * configure.ac (gcc_cv_as_compress_debug): Remove
5693         --compress-debug-sections as extra as switch.
5694         Handle gas --compress-debug-sections=type.
5695         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
5696         Handle gld --compress-debug-sections=type.
5697         * configure: Regenerate.
5699 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5701         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
5703 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
5705         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
5706         (do_rewrite): likewise.
5708 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5710         * common/config/mep/mep-common.c: Remove.
5711         * config.gcc: Remove mep-* support.
5712         * config/mep/constraints.md: Remove.
5713         * config/mep/default.h: Remove.
5714         * config/mep/intrinsics.h: Remove.
5715         * config/mep/intrinsics.md: Remove.
5716         * config/mep/ivc2-template.h: Remove.
5717         * config/mep/mep-c5.cpu: Remove.
5718         * config/mep/mep-core.cpu: Remove.
5719         * config/mep/mep-default.cpu: Remove.
5720         * config/mep/mep-ext-cop.cpu: Remove.
5721         * config/mep/mep-intrin.h: Remove.
5722         * config/mep/mep-ivc2.cpu: Remove.
5723         * config/mep/mep-pragma.c: Remove.
5724         * config/mep/mep-protos.h: Remove.
5725         * config/mep/mep.c: Remove.
5726         * config/mep/mep.cpu: Remove.
5727         * config/mep/mep.h: Remove.
5728         * config/mep/mep.md: Remove.
5729         * config/mep/mep.opt: Remove.
5730         * config/mep/predicates.md: Remove.
5731         * config/mep/t-mep: Remove.
5732         * doc/install.texi: Remove mep-* documentation.
5733         * doc/md.texi: Likewise.
5735 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5737         * config.gcc: Remove support for avr-rtems.
5738         * config/avr/gen-avr-mmcu-specs.c: Likewise.
5739         * config/avr/rtems.h: Remove.
5740         * config/avr/t-rtems: Remove.
5742 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5744         * config.gcc: Remove m32r-rtems support.
5745         * config/m32r/rtems.h: Remove.
5747 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5749         * config.gcc: Remove h8300-rtems support.
5750         * config/h8300/rtems.h: Remove.
5751         * config/h8300/t-rtems: Remove.
5753 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5755         * config.gcc: Remove support for knetbsd.
5756         * configure.ac: Likewise.
5757         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
5758         * config/knetbsd-gnu.h: Remove.
5759         * configure: Regenerate.
5761 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5763         * config.gcc: Remove support for openbsd 2 and 3.
5764         * config/openbsd-oldgas.h: Remove.
5766 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5768         * config.gcc: Remove interix support.
5769         * config/i386/i386-interix.h: Remove.
5770         * config/i386/interix.opt: Remove.
5771         * config/i386/t-interix: Remove.
5772         * configure: Regenerate.
5773         * configure.ac: Remove interix support.
5774         * doc/install.texi: Remove interix documentation.
5776 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5778         * config/rs6000/rs6000.h: Add conditional preprocessing directives
5779         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
5780         not defined.
5782 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
5784         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
5785         they are both PLACEHOLDER_EXPRs.
5787 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
5789         * stor-layout.c (layout_type): Move setting complex MODE to
5790         layout_type, instead of setting it ahead of time by the caller.
5791         * tree.c (build_complex_type): Likewise.
5793 2016-06-21  Martin Liska  <mliska@suse.cz>
5795         * predict.c (force_edge_cold): Replace imposisble with
5796         impossible.
5798 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
5800         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
5801         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
5803 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
5805         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
5807 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
5808             Ilya Enkovich  <ilya.enkovich@intel.com>
5810         PR target/71549
5811         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
5812         New member function to convert V1TImode register to SUBREG
5813         TImode in debug insn.
5814         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
5815         after changing register mode to V1TImode.
5817 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
5819         * config/aarch64/aarch64-cores.def (vulcan): New core.
5820         * config/aarch64/aarch64-tune.md: Regenerate.
5821         * doc/invoke.texi: Document vulcan as an available option.
5823 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
5825         * cse.c (canon_asm_operands): New function extracted from...
5826         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
5827         either standalone or member of a PARALLEL.
5829 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
5831         PR target/30417
5832         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
5833         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
5834         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
5836 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
5838         PR target/71103
5839         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
5840         constant addresses if can_create_pseudo_p.
5842 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
5844         PR tree-optimization/71588
5845         * tree-ssa-strlen.c (valid_builtin_call): New function.
5846         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
5847         it.
5849 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
5851         PR middle-end/71581
5852         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
5853         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
5854         for conversion of scalar user var to complex type and use the
5855         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
5856         punt.
5858         PR rtl-optimization/71591
5859         * toplev.c (toplev::run_self_tests): If no_backend, complain and
5860         don't run any tests.
5862 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
5864         PR target/71571
5865         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
5866         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
5867         space for PIC with non-v32 and the common non-PIC "jump".
5869 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
5871         PR target/71559
5872         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
5873         returned values and add UN*/LTGT/*ORDERED cases with values matching
5874         D operand modifier on vcmp for AVX.
5876 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5878         * config/aarch64/aarch64.opt
5879         (mpc-relative-literal-loads): Rename internal option name.
5880         * config/aarch64/aarch64.c
5881         (aarch64_nopcrelative_literal_loads): Rename to
5882         aarch64_pcrelative_literal_loads.
5883         (aarch64_expand_mov_immediate): Likewise.
5884         (aarch64_secondary_reload): Likewise.
5885         (aarch64_can_use_per_function_literal_pools_p): Likewise.
5886         (aarch64_override_options_after_change_1): Rename and simplify logic.
5887         (aarch64_classify_symbol): Merge large model checks into switch,
5888         remove pc-relative load check.
5890 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5892         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
5893         costs relative to the cost of a register move.
5895 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5897         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
5898         (vcvt_n_f64_u64): Likewise.
5899         (vcvt_n_s64_f64): Likewise.
5900         (vcvt_n_u64_f64): Likewise.
5901         (vcvt_f64_s64): Likewise.
5902         (vrecpe_f64): Likewise.
5903         (vcvt_f64_u64): Likewise.
5904         (vrecps_f64): Likewise.
5906 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5908         * config/aarch64/aarch64.md
5909         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
5910         iterators.
5911         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
5912         attributes.
5913         * config/aarch64/aarch64-builtins.c
5914         (aarch64_types_binop_uss_qualifiers): Delete.
5915         (TYPES_BINOP_USS): Likewise.
5916         (aarch64_types_binop_sus_qualifiers): Likewise.
5917         (TYPES_BINOP_SUS): Likewise.
5918         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
5919         (TYPES_FCVTIMM_SUS): Likewise.
5920         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
5921         rather than BINOP.
5922         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
5923         (fcvtzs): Use SHIFTIMM rather than BINOP.
5924         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
5926 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5928         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
5929         costs relative to the cost of a register move.
5931 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5933         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
5934         Allow scalar/single vector modes to be tieable.
5936 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5938         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
5940 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5942         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
5943         "alignement".
5944         * tree.h (TYPE_ALIGN): Likewise.
5946 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
5948         PR target/71103
5949         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
5951 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
5953         * config/avr/avr.c (avr_print_operand): Fix "format not a string
5954         literal" build warnings.
5955         (avr_print_operand_address): Dito.
5957 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
5959         PR target/71375
5960         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
5961         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
5963 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
5965         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
5967 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
5969         PR bootstrap/71435
5970         * reload1.c (reload): Pass 0 to finish_spills when called because
5971         update_eliminables_and_spill returns true and remove did_spill.
5972         (finish_spills): Adjust comment and document GLOBAL parameter.
5974 2016-06-17  DJ Delorie  <dj@redhat.com>
5976         PR target/71338
5977         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
5978         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
5979         (umulqihi3_virt): Likewise.
5980         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
5981         (umulqihi3_real): Likewise.
5983 2016-06-17  Martin Liska  <mliska@suse.cz>
5985         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
5987 2016-06-17  Martin Liska  <mliska@suse.cz>
5989         * predict.def: PRED_LOOP_EXIT from 92 to 85.
5991 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
5993         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
5994         __FAST_MATH__.
5995         (vaddq_f32): Likewise.
5996         (vmul_f32): Likewise.
5997         (vmulq_f32): Likewise.
5998         (vsub_f32): Likewise.
5999         (vsubq_f32): Likewise.
6001 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
6003         PR tree-optimization/71347
6004         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
6005         cost for all uses in group.
6007 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
6009         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
6010         insert gimple seq if it's not empty.
6012 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
6014         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
6015         member OFFSET.
6016         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
6017         rather than OFFSET.
6018         (comp_dr_with_seg_len_pair): Ditto.
6019         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
6020         struct dr_with_seg_len_pair against DR_OFFSET.
6021         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
6022         DR_OFFSET directly.
6024 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6026         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
6028 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
6030         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
6031         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
6032         (pa_output_millicode_call): Likewise.
6033         (pa_output_call): Likewise.
6034         (pa_output_indirect_call): Likewise.
6035         (pa_asm_output_mi_thunk): Likewise.
6037 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6039         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
6041 2016-06-16  Martin Liska  <mliska@suse.cz>
6043         * predict.c (combine_predictions_for_insn): When we find a first
6044         match predictor, we should consider just predictors with
6045         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
6046         DS theory predictor.
6047         (combine_predictions_for_bb): Likewise.
6049 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
6051         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
6052         with base of reference to struct.
6054 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
6056         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
6058 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6060         PR target/71151
6061         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
6062         progmem_swtable_section.
6063         (progmem_swtable_section): Remove.
6064         (avr_asm_function_rodata_section): Remove.
6065         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
6066         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
6068 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
6070         * config/i386/driver-i386.c (host_detect_local_cpu): Set
6071         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
6072         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
6073         signature_CENTAUR_ebx.
6074         * config/i386/i386.c (ix86_option_override_internal): Add
6075         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
6076         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
6077         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
6079 2016-06-16  Martin Liska  <mliska@suse.cz>
6081         * predict.def: Add fortran loop preheader predictor.
6082         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
6083         fold IFN_BUILTIN_EXPECT with a known constant argument.
6085 2016-06-16  Martin Liska  <mliska@suse.cz>
6087         * predict.def: Add 'Fortran' to display text of all
6088         PRED_FORTRAN_* predictors.
6090 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
6092         PR target/71242
6093         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
6094         [IA64_BUILTIN_NANSQ]: Ditto.
6095         (ia64_fold_builtin): New function.
6096         (TARGET_FOLD_BUILTIN): New define.
6097         (ia64_init_builtins) Declare const_string_type node.
6098         Add __builtin_nanq and __builtin_nansq builtin functions.
6099         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
6101 2016-06-16  Nick Clifton  <nickc@redhat.com>
6103         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
6104         MSP430_HWMULT_ prefix to enum values.
6105         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
6106         * config/msp430/msp430.c: Update use of enum values.
6107         * config/msp430/msp430.md: Likewise.
6108         * config/msp430/msp430.opt: Likewise.
6110 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
6112         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
6113         of comparsions in the last iteration.
6115 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
6116             Joern Rennecke  <joern.rennecke@embecosm.com>
6118         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
6119         addresses.
6120         (arc_needs_pcl_p): Add GOTOFFPC.
6121         (arc_legitimate_pic_addr_p): Likewise.
6122         (arc_output_pic_addr_const): Likewise.
6123         (arc_legitimize_pic_address): Generate a pc-relative address using
6124         GOTOFFPC.
6125         (arc_output_libcall): Use @pcl syntax.
6126         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
6127         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
6128         (*movsi_insn): Use @pcl syntax.
6129         (doloop_begin_i): Likewise.
6131 2016-06-16  Martin Liska  <mliska@suse.cz>
6133         * predict.def: Define a new predictor.
6135 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
6137         * config/arc/arc.opt (mtp-regno): Update text.
6139 2016-06-16  Renlin Li  <renlin.li@arm.com>
6141         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
6143 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
6145         PR target/71554
6146         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
6147         (setcc + and peephole2): Likewise.
6149         PR rtl-optimization/71532
6150         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
6151         memory slots.
6153 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
6155         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
6156         DImode constants with XXSPLTIB in vector registers.
6157         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
6158         vsx_extract_<mode>_internal{1,2} into a single insn that handles
6159         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
6160         extraction of the element at the top of the register as a scalar
6161         value.
6162         (vsx_extract_<mode>_internal1): Likewise.
6163         (vsx_extract_<mode>_internal2): Likewise.
6164         * config/rs6000/constraints.md (wi constraint): Remove a comment
6165         about DImode not being allowed in Altivec registers.
6166         (wB constraint): New constraint for constants that can be
6167         generated in Altivec registers with VSPLTISW/VUPKHSW.
6168         * config/rs6000/predicates.md (xxspltib_constant_split): Update
6169         comments.
6170         (xxspltib_constant_nosplit): Likewise.
6171         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
6172         support for -mupper-regs-di to enable DImode to go into Altivec
6173         registers.
6174         (POWERPC_MASKS): Likewise.
6175         (power7 cpu): Likewise.
6176         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
6177         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
6178         for DImode being allowed in Altivec registers.  Update wi/wj
6179         constraints.  Set scalar_in_vmx_p flag.
6180         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
6181         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
6182         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
6183         (rs6000_opt_masks): Add -mupper-regs-di.
6184         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
6185         direct move to use wi and not wj.
6186         (lfiwzx): Likewise.
6187         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
6188         alternative.
6189         (floatunssi<mode>2_lfiwzx_mem): Likewise.
6190         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
6191         any VSX register, instead of just Altivec registers, to allow
6192         either operand to be an Altivec register or both.
6193         (fixuns_trunc<mode>di2_fctiduz): Likewise.
6194         (movdi_internal32): Add support for -mupper-regs-di.  Add support
6195         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
6196         the alternatives and attributes to be lined up to be easier to
6197         read.
6198         (movdi_internal64): Likewise.
6199         (64-bit DImode splitters): Change predicates to only split loading
6200         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
6201         load constants in ISA 3.0 or ISA 2.07 respectively.
6202         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6203         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
6204         mention -mcpu=power9 sets these options.
6205         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
6206         wB constraint.
6208 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6210         PR target/67353
6211         * config/avr/avr.c (avr_set_current_function): Warn misspelled
6212         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
6213         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
6214         by default to warn misspelled interrupt/ signal handler.
6215         * doc/invoke.texi (AVR Options): Document it. Update description
6216         for -nodevicelib option.
6218 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6220         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
6221         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
6222         (aarch64_<sur>shll2_n<mode>): Likewise.
6224 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
6226         PR middle-end/71529
6227         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
6228         DECL_CONTEXT for copied arguments.
6230 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
6232         PR tree-optimization/71483
6233         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
6234         for slp
6236 2016-06-15  Martin Liska  <mliska@suse.cz>
6238         * predict.c (tree_predict_by_opcode): Call predict_edge_def
6239         instead of predict_edge w/o a probability.
6241 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
6243         PR tree-optimization/71439
6244         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
6245         live PHIs.
6247 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6249         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
6250         register subregs in SET_SRC.
6252 2016-06-15  Richard Biener  <rguenther@suse.de>
6254         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
6255         store restrictions.
6257 2016-06-15  Richard Biener  <rguenther@suse.de>
6259         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
6260         not consider dependences between accesses that belong to the
6261         same group.
6262         (vect_analyze_data_ref_dependences): Do not analyze read-read
6263         or self-dependences.
6265 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6267         * spellcheck-tree.c: Include spellcheck-tree.h rather than
6268         spellcheck.h.
6269         (find_closest_identifier): Reimplement in terms of
6270         best_match<tree,tree>.
6271         * spellcheck-tree.h: New file.
6272         * spellcheck.c (struct edit_distance_traits<const char *>): New
6273         struct.
6274         (find_closest_string): Reimplement in terms of
6275         best_match<const char *, const char *>.
6276         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
6277         overload to spellcheck-tree.h.
6278         (find_closest_identifier): Likewise.
6279         (struct edit_distance_traits<T>): New template.
6280         (class best_match): New class.
6282 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6284         * selftest-run-tests.c (selftest::run_tests): Call
6285         selftest::spellcheck_tree_c_tests.
6286         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
6287         * spellcheck-tree.c: Include selftest.h and stringpool.h.
6288         (selftest::test_find_closest_identifier): New function.
6289         (selftest::spellcheck_tree_c_tests): New function.
6290         * spellcheck.c (selftest::test_find_closest_string): Verify that
6291         the order of the vec does not affect the results for this case.
6292         (selftest::test_data): New array.
6293         (selftest::test_metric_conditions): New function.
6294         (selftest::spellcheck_c_tests): Add a test of case-comparison.
6295         Call selftest::test_metric_conditions.
6297 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6299         * config/rs6000/rs6000-builtin.def (commentary): Typo.
6300         (BU_P9_MISC_1): Likewise.
6301         (BU_P9_64BIT_MISC_0): Likewise.
6302         (BU_P9_MISC_0): Likewise.
6304 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6306         * gcc-rich-location.c
6307         (gcc_rich_location::add_fixit_misspelled_id): New method.
6308         * gcc-rich-location.h
6309         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
6311 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
6313         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
6314         FreeBSD 11 and above.
6316 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
6318         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
6320 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6322         * expmed.h: Close parenthesis in "at your option" in copyright
6323         boilerplate.
6324         * lower-subreg.h: Likewise.
6326 2016-06-14  Richard Biener  <rguenther@suse.de>
6328         PR middle-end/71526
6329         * genmatch.c (expr::gen_transform): Use in_type for comparisons
6330         if available.
6332 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6334         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
6335         New function.
6336         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
6337         mask+shift version.
6338         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
6339         New prototype.
6340         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
6341         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
6343 2016-06-14  Richard Biener  <rguenther@suse.de>
6345         PR tree-optimization/71522
6346         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
6347         copying into float copying.
6349 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
6351         PR tree-optimization/71520
6352         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
6353         (replace_block_by): Move user labels from bb1 to bb2.
6355 2016-06-14  Richard Biener  <rguenther@suse.de>
6357         PR middle-end/71310
6358         PR bootstrap/71510
6359         * expr.h (get_bit_range): Declare.
6360         * expr.c (get_bit_range): Export.
6361         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
6362         word_mode again to constrain the bitfield access.
6364 2016-06-14  Richard Biener  <rguenther@suse.de>
6366         PR tree-optimization/71521
6367         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
6368         division int_const_binop against zero divisor.
6370 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6372         * config/i386/i386.md (signbittf2): New expander.
6373         * config/i386/sse.md (ptesttf2): New insn pattern.
6375 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6377         PR bootstrap/71481
6378         * input.c (selftest::test_reading_source_line): Avoid reading from
6379         __FILE__ by creating a tempfile with known content and reading
6380         from that instead.
6382 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6384         * pretty-print.c (assert_pp_format_colored): Skip the test if
6385         GCC_COLORS is set.
6386         (test_pp_format): Remove comment about GCC_COLORS.
6388 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6390         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
6391         * pretty-print.c (assert_pp_format_va): Add location param and use
6392         it with ASSERT_STREQ_AT.
6393         (assert_pp_format): Add location param and pass it to
6394         assert_pp_format_va.
6395         (assert_pp_format_colored): Likewise.
6396         (ASSERT_PP_FORMAT_1): New.
6397         (ASSERT_PP_FORMAT_2): New.
6398         (ASSERT_PP_FORMAT_3): New.
6399         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
6400         explicitly, or implicitly via the above macros.
6401         * selftest.c (selftest::pass): Use a selftest::location rather
6402         than file and line.
6403         (selftest::fail): Likewise.  Print the function name.
6404         (selftest::fail_formatted): Likewise.
6405         (selftest::assert_streq): Use a selftest::location rather than
6406         file and line.
6407         * selftest.h (selftest::location): New struct.
6408         (SELFTEST_LOCATION): New macro.
6409         (selftest::pass): Accept a const location & rather than file
6410         and line.
6411         (selftest::fail): Likewise.
6412         (selftest::fail_formatted): Likewise.
6413         (selftest::assert_streq): Likewise.
6414         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
6415         (ASSERT_FALSE): Likewise.
6416         (ASSERT_EQ): Likewise.
6417         (ASSERT_NE): Likewise.
6418         (ASSERT_STREQ): Likewise.
6419         (ASSERT_PRED1): Likewise.
6420         (ASSERT_STREQ_AT): New macro.
6422 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6424         * selftest.c (selftest::fail_formatted): New function.
6425         (selftest::assert_streq): New function.
6426         * selftest.h (selftests::fail_formatted): New decl.
6427         (selftest::assert_streq): New decl.
6428         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
6430 2016-06-13  Jeff Law  <law@redhat.com>
6432         PR tree-optimization/71403
6433         * tree-ssa-threadbackward.c
6434         (convert_and_register_jump_thread_path): No longer accept reference
6435         to path.  Do not pop items off the path anymore.
6436         (fsm_find_control_statement_thread_paths): Do not allow threading
6437         to a deeper loop nest.  Pop the last item off the path here rather
6438         than in convert_and_register_jump_thread_path.
6440 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6441             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
6443         [AArch64] Emit division using the Newton series
6445         * config/aarch64/aarch64-protos.h
6446         (cpu_approx_modes): Add new member "division".
6447         (aarch64_emit_approx_div): Declare new function.
6448         * config/aarch64/aarch64.c
6449         (generic_approx_modes): New member "division".
6450         (exynosm1_approx_modes): Likewise.
6451         (xgene1_approx_modes): Likewise.
6452         (aarch64_emit_approx_div): Define new function.
6453         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
6454         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
6455         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
6456         * doc/invoke.texi (-mlow-precision-div): Describe new option.
6458 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6459             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6461         [AArch64] Emit square root using the Newton series
6463         * config/aarch64/aarch64-protos.h
6464         (aarch64_emit_approx_rsqrt): Replace with new function
6465         "aarch64_emit_approx_sqrt".
6466         (cpu_approx_modes): New member "sqrt".
6467         * config/aarch64/aarch64.c
6468         (generic_approx_modes): New member "sqrt".
6469         (exynosm1_approx_modes): Likewise.
6470         (xgene1_approx_modes): Likewise.
6471         (aarch64_emit_approx_rsqrt): Replace with new function
6472         "aarch64_emit_approx_sqrt".
6473         (aarch64_override_options_after_change_1): Handle new option.
6474         * config/aarch64/aarch64-simd.md
6475         (rsqrt<mode>2): Use new function instead.
6476         (sqrt<mode>2): New expansion and insn definitions.
6477         * config/aarch64/aarch64.md: Likewise.
6478         * config/aarch64/aarch64.opt
6479         (mlow-precision-sqrt): Add new option description.
6480         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
6482 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6484         [AArch64] Add more choices for the reciprocal square root approximation
6486         Allow a target to prefer such operation depending on the operation mode.
6488         * config/aarch64/aarch64-protos.h
6489         (AARCH64_APPROX_MODE): New macro.
6490         (AARCH64_APPROX_{NONE,ALL}): Likewise.
6491         (cpu_approx_modes): New structure.
6492         (tune_params): New member "approx_modes".
6493         * config/aarch64/aarch64-tuning-flags.def
6494         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
6495         * config/aarch64/aarch64.c
6496         (generic_approx_modes): New core "cpu_approx_modes" structure.
6497         (exynosm1_approx_modes): Likewise.
6498         (xgene1_approx_modes): Likewise.
6499         (generic_tunings): New member "approx_modes".
6500         (cortexa35_tunings): Likewise.
6501         (cortexa53_tunings): Likewise.
6502         (cortexa57_tunings): Likewise.
6503         (cortexa72_tunings): Likewise.
6504         (exynosm1_tunings): Likewise.
6505         (thunderx_tunings): Likewise.
6506         (xgene1_tunings): Likewise.
6507         (use_rsqrt_p): New argument for the mode and use new member from
6508         "tune_params".
6509         (aarch64_builtin_reciprocal): Devise mode from builtin.
6510         (aarch64_optab_supported_p): New argument for the mode.
6511         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
6513 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6515         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
6516         RS6000_BTM_MODULO flag into the set of flags that are considered
6517         to be part of the common configuration.
6519 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6521         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
6522         difference unsigned.
6523         (vec_absdb): New macro for vector absolute difference unsigned
6524         byte.
6525         (vec_absdh): New macro for vector absolute difference unsigned
6526         half-word.
6527         (vec_absdw): New macro for vector absolute difference unsigned word.
6528         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
6529         (vadu<mode>3): New insn.
6530         (*p9_vadu<mode>3): New insn.
6531         * config/rs6000/rs6000-builtin.def (vadub): New built-in
6532         definition.
6533         (vaduh): New built-in definition.
6534         (vaduw): New built-in definition.
6535         (vadu): New overloaded built-in definition.
6536         (vadub): New overloaded built-in definition.
6537         (vaduh): New overloaded built-in definition.
6538         (vaduw): New overloaded built-in definition.
6539         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6540         overloaded vector absolute difference unsigned functions.
6541         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6542         the ISA 3.0 vector absolute difference unsigned built-in functions.
6544 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
6546         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
6547         update shared_lookup_references only once after changing operands.
6549 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
6551         PR middle-end/71373
6552         * tree-nested.c (convert_nonlocal_omp_clauses)
6553         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
6555         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
6556         * tree.def (CASE_LABEL_EXPR): Likewise.
6558 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6560         PR bootstrap/71481
6561         * input.c (test_builtins): Fix an assertion.
6563 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6565         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
6566         (paritysi2): Ditto.
6567         (isinfxf2): Ditto.
6568         (isinf<mode>2): Ditto.
6570 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6572         * ggc-tests.c (test_finalization): Only test need_finalization_p
6573         for GCC_VERSION >= 4003.
6575 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6577         * config/s390/vecintrin.h: Fix file description in comment.
6579 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6581         * config/s390/s390-builtin-types.def: Change builtin type naming
6582         scheme to match builtin-types.def.
6584 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
6586         * fold-const.c (optimize_minmax_comparison): Remove.
6587         (fold_comparison): Remove call to the above.
6588         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
6589         New transformations.
6591 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
6593         PR tree-optimization/71416
6594         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
6595         multiple entries
6597 2016-06-13  Martin Liska  <mliska@suse.cz>
6599         * predict.c (enum predictor_reason): Prefix enum with REASON_.
6600         (combine_predictions_for_insn): Likewise.
6601         (prune_predictions_for_bb): Likewise.
6602         (combine_predictions_for_bb): Likewise.
6604 2016-06-13  Richard Biener  <rguenther@suse.de>
6606         PR tree-optimization/71505
6607         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
6608         assert match comment.
6610 2016-06-13  Marek Polacek  <polacek@redhat.com>
6612         PR middle-end/71476
6613         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
6614         gimplify_switch_expr.
6615         (warn_switch_unreachable_r): New function.
6617 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6619         PR target/71379
6620         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
6621         one.
6623 2016-06-13  Richard Biener  <rguenther@suse.de>
6625         PR middle-end/64516
6626         * fold-const.c (fold_unary_loc): Preserve alignment when
6627         folding a VIEW_CONVERT_EXPR into a MEM_REF.
6629 2016-06-13  Martin Liska  <mliska@suse.cz>
6631         PR sanitizer/71458
6632         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
6633         w/ -fsanitize=bounds.
6635 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
6637         * config/i386/i386.c (ix86_init_builtins): Calculate
6638         FLOAT128_FTYPE_CONST_STRING function type only once.
6639         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
6640         built-in functions are available for x86-32 and x86-64 targets.
6642 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
6644         PR target/71241
6645         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
6646         New primitive type.
6647         (FLOAT128_FTYPE_CONST_STRING): New function type.
6648         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
6649         [IX86_BUILTIN_NANSQ]: Ditto.
6650         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6651         (ix86_init_builtin_types): Declare const_string_type_node.
6652         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
6653         builtin functions.
6654         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6655         * doc/extend.texi (x86 Built-in Functions): Document
6656         __builtin_nanq and __builtin_nansq.
6658 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
6660         PR target/71061
6661         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
6662         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
6663         length for pop patterns.
6664         (arm_attr_length_push_multi): Update comments.
6665         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
6666         attribute.
6667         (*pop_multiple_with_writeback_and_return): Likewise.
6668         (*pop_multiple_with_return): Likewise.
6670 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
6672         PR middle-end/71310
6673         * fold-const.c (optimize_bit_field_compare): Don't try to use
6674         word_mode unconditionally for reading the bit field, look at
6675         DECL_BIT_FIELD_REPRESENTATIVE instead.
6677 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
6679         PR middle-end/71478
6680         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
6681         vector integer type.
6683 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
6685         PR middle-end/71494
6686         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
6687         without LABEL_DECL, set *handled_ops_p to false instead of true.
6689 2016-06-10  Martin Sebor  <msebor@redhat.com>
6691         PR c/71392
6692         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
6693         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
6694         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
6695         them.
6696         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
6697         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
6698         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
6699         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
6700         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
6701         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
6702         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
6703         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
6705 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6707         * config/arm/arm.h (pool_vector_label,
6708         return_used_this_function): Remove.
6710 2016-06-10  Jeff Law  <law@redhat.com>
6712         PR tree-optimization/71335
6713         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
6714         zero length paths here.
6715         (convert_and_register_jump_thread_path): Remove hacks related to
6716         duplicated blocks in the jump thread path.
6717         (fsm_find_control_statement_thread_paths): Avoid putting the same
6718         block on the thread path twice, but ensure the thread path is
6719         unchanged from the caller's point of view.
6721 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
6723         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
6724         * predict.def (PRED_LOOP_BRANCH): Remove.
6726 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
6728         * Makefile.in (OBJS): Add ggc-tests.o.
6729         (GTFILES): Add ggc-tests.c.
6730         * ggc-tests.c: New file.
6731         * selftest-run-tests.c (selftest::run_tests): Call
6732         selftest::ggc_tests_c_tests.
6733         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
6735 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
6737         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
6739 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
6741         PR sanitizer/71480
6742         * varasm.c (place_block_symbol): Adjust alignment for asan protected
6743         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
6745 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
6747         * profile.c: Include cfgloop.h.
6748         (branch_prob): Compute estimated number of iterations.
6749         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
6750         recompute estimate number of iterations from profile.
6752 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6754         PR inline-asm/68843
6755         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
6756         must be grouped on top of stack.  Don't force early clobber
6757         on ordinary reg outputs.
6759 2016-06-10  Richard Biener  <rguenther@suse.de>
6761         * targhooks.c (default_builtin_vectorization_cost): Adjust
6762         vec_construct cost.
6764 2016-06-10  Richard Biener  <rguenther@suse.de>
6766         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
6767         to fold the RHS to a constant if possible.
6769 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
6771         PR middle-end/71373
6772         * tree-nested.c (convert_nonlocal_omp_clauses)
6773         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
6774         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
6775         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
6777         * gimplify.c (gimplify_adjust_omp_clauses): Discard
6778         OMP_CLAUSE_TILE.
6779         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
6781         * omp-low.c (scan_sharing_clauses): Don't expect
6782         OMP_CLAUSE__CACHE_.
6784 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
6786         PR tree-optimization/71407
6787         PR tree-optimization/71416
6788         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
6789         BIT_FIELD_REF type.
6791 2016-06-10  Richard Biener  <rguenther@suse.de>
6793         PR middle-end/71477
6794         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
6796 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
6798         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
6800 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
6801             Jiong Wang  <jiong.wang@arm.com>
6803         PR rtl-optimization/70751
6804         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
6805         spilled into memory.
6807 2016-06-09  Jonathan Yong  <10walls@gmail.com>
6809         Revert:
6810         2015-09-21  Jonathan Yong  <10walls@gmail.com>
6812         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
6813         sysroot/usr/lib/32api for additional win32 libraries,
6814         fixes failing Cygwin bootstrapping.
6816 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
6818         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
6819         Delete.
6821 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
6823         PR bootstrap/71471
6824         * pretty-print.c (pp_indent): Specify that %p is printed in a
6825         host-dependent manner.
6826         (test_pp_format): Remove the test for %p.
6828 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
6830         * config/mips/mips.c (mips_output_jump): Fix formatting.
6832 2016-06-09  Richard Biener  <rguenther@suse.de>
6834         PR tree-optimization/71462
6835         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
6836         removed blocks.
6838 2016-06-09  Martin Liska  <mliska@suse.cz>
6840         * predict.c (dump_prediction): Add new argument.
6841         (enum predictor_reason): New enum.
6842         (struct predictor_hash): New struct.
6843         (predictor_hash::hash): New function.
6844         (predictor_hash::equal): Likewise.
6845         (not_removed_prediction_p): New function.
6846         (prune_predictions_for_bb): Likewise.
6847         (combine_predictions_for_bb): Prune predictions.
6849 2016-06-09  Martin Liska  <mliska@suse.cz>
6851         * predict.c (filter_predictions): New function.
6852         (remove_predictions_associated_with_edge): Use the filter
6853         function.
6854         (equal_edge_p): New function.
6856 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
6858         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
6859         Correct usage of @samp vs @option, add @samp where appropriate.
6860         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
6861         Add armv6s-m and document it, as it is no official ARM name.
6863 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6865         * ifcvt.c (struct noce_if_info): Add transform_name field.
6866         (noce_try_move): Set if_info->transform_name to the function name.
6867         (noce_try_ifelse_collapse): Likewise.
6868         (noce_try_store_flag): Likewise.
6869         (noce_try_inverse_constants): Likewise.
6870         (noce_try_store_flag_constants): Likewise.
6871         (noce_try_addcc): Likewise.
6872         (noce_try_store_flag_mask): Likewise.
6873         (noce_try_cmove): Likewise.
6874         (noce_try_cmove_arith): Likewise.
6875         (noce_try_minmax): Likewise.
6876         (noce_try_abs): Likewise.
6877         (noce_try_sign_mask): Likewise.
6878         (noce_try_bitop): Likewise.
6879         (noce_convert_multiple_sets): Likewise.
6880         (noce_process_if_block): Print if_info->transform_name to
6881         dump_file if transformation succeeded.
6883 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6885         * config/arm/cortex-a57.md (cortex_a57_alu):
6886         Handle csel type.
6888 2016-06-08  Martin Sebor  <msebor@redhat.com>
6889             Jakub Jelinek  <jakub@redhat.com>
6891         PR c++/70507
6892         PR c/68120
6893         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
6894         BUILT_IN_MUL_OVERFLOW_P): New builtins.
6895         * builtins.c: Include gimple-fold.h.
6896         (fold_builtin_arith_overflow): Handle
6897         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
6898         (fold_builtin_3): Likewise.
6899         * doc/extend.texi (Integer Overflow Builtins): Document
6900         __builtin_{add,sub,mul}_overflow_p.
6902 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
6904         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
6905         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
6907 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
6909         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
6910         Rewrite, looking one level down for records and arrays.
6912 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
6914         * pretty-print.c: Include "selftest.h".
6915         (pp_format): Fix comment.
6916         (identifier_to_locale): Likewise.
6917         (selftest::test_basic_printing): New function.
6918         (selftest::assert_pp_format): New function.
6919         (selftest::test_pp_format): New function.
6920         (selftest::pretty_print_c_tests): New function.
6921         * selftest-run-tests.c (selftest::run_tests): Call
6922         selftest::pretty_print_c_tests.
6923         * selftest.h (pretty_print_c_tests): New declaration.
6925 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
6927         * invoke.texi (max-loop-headers-insns): Document.
6928         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
6929         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
6930         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
6932 2016-06-08  Richard Biener  <rguenther@suse.de>
6934         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
6935         on strided SLP loads and fall back to scalar loads in case
6936         we can't chunk them.
6938 2016-06-08  Richard Biener  <rguenther@suse.de>
6940         PR tree-optimization/71452
6941         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
6942         type used for the SSA rewrite has enough precision to cover
6943         the dynamic type of the location.
6945 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
6946             Richard Biener  <rguenther@suse.de>
6948         PR c++/71448
6949         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
6950         the same as DECL_P (base0) for indirect_base0.  Use equality_code
6951         in one further place.
6953 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
6955         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
6956         to one word if the field is known to overlap other words.
6957         (extract_bit_field_1): Likewise.
6958         (store_split_bit_field): Remove compensating code.
6959         (extract_split_bit_field): Likewise.
6961 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
6963         PR debug/71432
6964         PR ada/71413
6965         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
6967 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6969         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
6970         VDQF.
6971         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
6972         (arch64_addpv4sf): Delete.
6973         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
6974         "gen_aarch64_addpv4sf".
6975         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
6976         builtin.
6977         (vpadds_f32): Likewise.
6978         (vpaddq_f32): Likewise.
6979         (vpaddq_f64): Likewise.
6981 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6983         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
6984         VALLF.
6985         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
6986         to VALLF.  Rename to "fabd<mode>3".
6987         "*fabd_scalar<mode>3): Delete.
6988         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
6989         Use builtin.
6990         (vabdd_f64): Likewise.
6991         (vabd_f32): Likewise.
6992         (vabd_f64): Likewise.
6993         (vabdq_f32): Likewise.
6994         (vabdq_f64): Likewise.
6996 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6998         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
6999         VALLF.
7000         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
7001         "aarch64_rsqrts<mode>".
7002         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
7003         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
7004         builtin.
7005         (vrsqrtsd_f64): Likewise.
7006         (vrsqrts_f32): Likewise.
7007         (vrsqrts_f64): Likewise.
7008         (vrsqrtsq_f32): Likewise.
7009         (vrsqrtsq_f64): Likewise.
7011 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
7013         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
7014         VALLF.
7015         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
7016         "aarch64_rsqrte<mode>".
7017         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
7018         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
7019         builtin.
7020         (vrsqrted_f64): Likewise.
7021         (vrsqrte_f32): Likewise.
7022         (vrsqrte_f64): Likewise.
7023         (vrsqrteq_f32): Likewise.
7024         (vrsqrteq_f64): Likewise.
7026 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
7028         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
7029         (ucvtf): Likewise.
7030         (fcvtzs): Likewise.
7031         (fcvtzu): Likewise.
7032         * config/aarch64/aarch64-simd.md
7033         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
7034         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
7035         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
7036         Use builtin.
7037         (vcvt_n_f32_u32): Likewise.
7038         (vcvt_n_s32_f32): Likewise.
7039         (vcvt_n_u32_f32): Likewise.
7040         (vcvtq_n_f32_s32): Likewise.
7041         (vcvtq_n_f32_u32): Likewise.
7042         (vcvtq_n_f64_s64): Likewise.
7043         (vcvtq_n_f64_u64): Likewise.
7044         (vcvtq_n_s32_f32): Likewise.
7045         (vcvtq_n_s64_f64): Likewise.
7046         (vcvtq_n_u32_f32): Likewise.
7047         (vcvtq_n_u64_f64): Likewise.
7048         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
7049         (VSDQ_SDI): Likewise.
7050         (fcvt_target): Support V4DI, V4SI and V2SI.
7051         (FCVT_TARGET): Likewise.
7053 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
7055         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
7056         (TYPES_BINOP_SUS): Likewise.
7057         (aarch64_simd_builtin_data): Update include file name.
7058         (aarch64_builtins): Likewise.
7059         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
7060         for conversion between scalar float-point and fixed-point.
7061         (ucvtf): Likewise.
7062         (fcvtzs): Likewise.
7063         (fcvtzu): Likewise.
7064         * config/aarch64/aarch64.md
7065         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
7066         pattern for conversion between scalar float to fixed-pointer.
7067         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
7068         (UNSPEC_FCVTZS): New UNSPEC enumeration.
7069         (UNSPEC_FCVTZU): Likewise.
7070         (UNSPEC_SCVTF): Likewise.
7071         (UNSPEC_UCVTF): Likewise.
7072         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
7073         Use builtin.
7074         (vcvtd_n_f64_u64): Likewise.
7075         (vcvtd_n_s64_f64): Likewise.
7076         (vcvtd_n_u64_f64): Likewise.
7077         (vcvtd_n_f32_s32): Likewise.
7078         (vcvts_n_f32_u32): Likewise.
7079         (vcvtd_n_s32_f32): Likewise.
7080         (vcvts_n_u32_f32): Likewise.
7081         * config/aarch64/iterators.md (fcvt_target): Support integer to float
7082         mapping.
7083         (FCVT_TARGET): Likewise.
7084         (FCVT_FIXED2F): New iterator.
7085         (FCVT_F2FIXED): Likewise.
7086         (fcvt_fixed_insn): New define_int_attr.
7088 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7090         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
7091         some statements was removed.
7093 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
7095         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
7096         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
7097         (vect_can_advance_ivs_p): likewise.
7098         (vect_update_ivs_after_vectorizer): likewise.
7099         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
7100         (vect_analyze_scalar_cycles_1): likewise.
7101         (vect_analyze_loop_operations): likewise.
7102         (report_vect_op): likewise.
7103         (vect_is_slp_reduction): likewise.
7104         (vect_is_simple_reduction): likewise.
7105         (get_initial_def_for_induction): likewise.
7106         (vect_transform_loop): likewise.
7107         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
7108         (vect_recog_sad_pattern): likewise.
7109         (vect_recog_widen_sum_pattern): likewise.
7110         (vect_recog_widening_pattern): likewise.
7111         (vect_recog_divmod_pattern): likewise.
7112         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
7113         (vect_analyze_slp_instance): likewise.
7114         (vect_transform_slp_perm_load): likewise.
7115         (vect_schedule_slp_instance): likewise.
7117 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7119         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
7120         (return_prediction): PRED_CONST_RETURN predict return as not taken.
7121         * predict.def (PRED_CONTINUE): Change hitrate 50->67
7122         (PRED_LOOP_BRANCH): Document predictor as broken.
7123         (PRED_LOOP_EXIT): Change hitrate 91->92.
7124         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
7125         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
7126         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
7127         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
7128         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
7129         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
7130         (PRED_CALL): Chane hitrate 71->67.
7131         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
7132         (PRED_GOTO): Document as unused right now.
7133         (PRED_CONST_RETURN): Change hitrate 67->69
7134         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
7135         (PRED_NULL_RETURN): Change hitrate 91->90.
7136         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
7137         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
7138         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
7140 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
7142         * config/rs6000/altivec.h: Add __builtin_vec_mul.
7143         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
7144         special case Altivec builtin.
7145         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
7146         VSX_BUILTIN_VEC_MUL (replaced with special case code).
7147         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
7148         code for ALTIVEC_BUILTIN_VEC_MUL.
7149         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
7150         for __builtin_vec_mul.
7152 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
7154         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
7155         -mno-htm.
7157 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
7159         * spellcheck.c (selftest::test_find_closest_string): New function.
7160         (spellcheck_c_tests): Call the above.
7162 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7164         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
7166 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
7168         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
7169         Yv=Yv,C alternatives.
7171 2016-06-07  Richard Biener  <rguenther@suse.de>
7173         PR c/61564
7174         * common.opt (ffast-math): Make Optimization.
7176 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
7177             Prachi Godbole  <prachi.godbole@imgtec.com>
7179         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
7180         `fabs' and `fneg' type attributes.
7181         (p5600_fpu_fabs): Add `fmove' to the comment.
7183 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7185         * gimple.c: Include builtins.h
7186         (gimple_inexpensive_call_p): New function.
7187         * gimple.h (gimple_inexpensive_call_p): Declare.
7188         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
7189         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
7190         fix formatting.
7192 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
7194         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
7195         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
7196         warning_at_rich_loc, warning_n, pedwarn, permerror,
7197         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
7198         sorry, fatal_error, internal_error, internal_error_no_backtrace):
7199         Use the above.
7201 2016-06-07  Richard Biener  <rguenther@suse.de>
7203         PR tree-optimization/71428
7204         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
7205         BIT_FIELD_REF op vs. load.
7207 2016-06-07  Richard Biener  <rguenther@suse.de>
7209         PR middle-end/71423
7210         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
7211         for signed ops.
7213 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
7215         * config/pa/pa.md (call): Generate indirect long calls to non-local
7216         functions on TARGET_64BIT.
7217         (call_value): Likewise.
7219 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
7221         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
7222         pattern and subsequent splitters.
7223         (call_val_reg_64bit_post_reload): Likewise.
7225 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
7227         PR middle-end/71408
7228         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
7229         propagate_op_to_single_use.
7231 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
7233         PR middle-end/71281
7234         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
7236 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
7238         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
7239         (enum x86_dirflag_state): New enum.
7240         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
7241         (machine_function): Remove needs_cld.
7242         (ix86_current_function_needs_cld): Remove.
7243         * config/i386/i386.c (ix86_set_func_type): Set
7244         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
7245         (ix86_expand_prologue): Do not emit CLD here.
7246         (ix86_dirflag_mode_needed): New function.
7247         (ix86_dirflag_mode_entry): Ditto.
7248         (ix86_mode_needed): Handle X86_DIRFLAG entity.
7249         (ix86_mode_after): Ditto.
7250         (ix86_mode_entry): Ditto.
7251         (ix86_mode_exit): Ditto.
7252         (ix86_emit_mode_set): Ditto.
7253         * config/i386/i386.md (strmov_singleop): Set
7254         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
7255         Do not set ix86_current_function_needs_cld.
7256         (rep_mov): Ditto.
7257         (strset_singleop): Ditto.
7258         (rep_stos): Ditto.
7259         (cmpstrnqi_nz_1): Ditto.
7260         (cmpstrnqi_1): Ditto.
7261         (strlenqi_1): Ditto.
7263 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
7265         PR tree-optimization/71259
7266         * tree-vect-slp.c (vect_get_constant_vectors): For
7267         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
7268         one for constant op, and use COND_EXPR for non-constant.
7270 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
7272         * Makefile.in (OBJS): Add function-tests.o,
7273         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
7274         selftest-run-tests.o.
7275         (OBJS-libcommon): Add selftest.o.
7276         (OBJS-libcommon-target): Add selftest.o.
7277         (all.internal): Add "selftest".
7278         (all.cross): Likewise.
7279         (selftest): New phony target.
7280         (s-selftest): New target.
7281         (selftest-gdb): New phony target.
7282         (COLLECT2_OBJS): Add selftest.o.
7283         * bitmap.c: Include "selftest.h".
7284         (selftest::test_gc_alloc): New function.
7285         (selftest::test_set_range): New function.
7286         (selftest::test_clear_bit_in_middle): New function.
7287         (selftest::test_copying): New function.
7288         (selftest::test_bitmap_single_bit_set_p): New function.
7289         (selftest::bitmap_c_tests): New function.
7290         * common.opt (fself-test): New.
7291         * diagnostic-show-locus.c: Include "selftest.h".
7292         (make_range): New function.
7293         (test_range_contains_point_for_single_point): New function.
7294         (test_range_contains_point_for_single_line): New function.
7295         (test_range_contains_point_for_multiple_lines): New function.
7296         (assert_eq): New function.
7297         (test_get_line_width_without_trailing_whitespace): New function.
7298         (selftest::diagnostic_show_locus_c_tests): New function.
7299         * et-forest.c: Include "selftest.h".
7300         (selftest::test_single_node): New function.
7301         (selftest::test_simple_tree): New function.
7302         (selftest::test_disconnected_nodes): New function.
7303         (selftest::et_forest_c_tests): New function.
7304         * fold-const.c: Include "selftest.h".
7305         (selftest::assert_binop_folds_to_const): New function.
7306         (selftest::assert_binop_folds_to_nonlvalue): New function.
7307         (selftest::test_arithmetic_folding): New function.
7308         (selftest::fold_const_c_tests): New function.
7309         * function-tests.c: New file.
7310         * gimple.c: Include "selftest.h".
7311         Include "gimple-pretty-print.h".
7312         (selftest::verify_gimple_pp): New function.
7313         (selftest::test_assign_single): New function.
7314         (selftest::test_assign_binop): New function.
7315         (selftest::test_nop_stmt): New function.
7316         (selftest::test_return_stmt): New function.
7317         (selftest::test_return_without_value): New function.
7318         (selftest::gimple_c_tests): New function.
7319         * hash-map-tests.c: New file.
7320         * hash-set-tests.c: New file.
7321         * input.c: Include "selftest.h".
7322         (selftest::assert_loceq): New function.
7323         (selftest::test_accessing_ordinary_linemaps): New function.
7324         (selftest::test_unknown_location): New function.
7325         (selftest::test_builtins): New function.
7326         (selftest::test_reading_source_line): New function.
7327         (selftest::input_c_tests): New function.
7328         * rtl-tests.c: New file.
7329         * selftest-run-tests.c: New file.
7330         * selftest.c: New file.
7331         * selftest.h: New file.
7332         * spellcheck.c: Include "selftest.h".
7333         (selftest::levenshtein_distance_unit_test_oneway): New function,
7334         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
7335         (selftest::levenshtein_distance_unit_test): Likewise.
7336         (selftest::spellcheck_c_tests): Likewise.
7337         * toplev.c: Include selftest.h.
7338         (toplev::run_self_tests): New.
7339         (toplev::main): Handle -fself-test.
7340         * toplev.h (toplev::run_self_tests): New.
7341         * tree.c: Include "selftest.h".
7342         (selftest::test_integer_constants): New function.
7343         (selftest::test_identifiers): New function.
7344         (selftest::test_labels): New function.
7345         (selftest::tree_c_tests): New function.
7346         * tree-cfg.c: Include "selftest.h".
7347         (selftest::push_fndecl): New function.
7348         (selftest::test_linear_chain): New function.
7349         (selftest::test_diamond): New function.
7350         (selftest::test_fully_connected): New function.
7351         (selftest::tree_cfg_c_tests): New function.
7352         * vec.c: Include "selftest.h".
7353         (selftest::safe_push_range): New function.
7354         (selftest::test_quick_push): New function.
7355         (selftest::test_safe_push): New function.
7356         (selftest::test_truncate): New function.
7357         (selftest::test_safe_grow_cleared): New function.
7358         (selftest::test_pop): New function.
7359         (selftest::test_safe_insert): New function.
7360         (selftest::test_ordered_remove): New function.
7361         (selftest::test_unordered_remove): New function.
7362         (selftest::test_block_remove): New function.
7363         (selftest::reverse_cmp): New function.
7364         (selftest::test_qsort): New function.
7365         (selftest::vec_c_tests): New function.c.
7366         * wide-int.cc: Include selftest.h and wide-int-print.h.
7367         (selftest::from_int <wide_int>): New function.
7368         (selftest::from_int <offset_int>): New function.
7369         (selftest::from_int <widest_int>): New function.
7370         (selftest::assert_deceq): New function.
7371         (selftest::assert_hexeq): New function.
7372         (selftest::test_printing <VALUE_TYPE>): New function template.
7373         (selftest::test_ops <VALUE_TYPE>): New function template.
7374         (selftest::test_comparisons <VALUE_TYPE>): New function template.
7375         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
7376         template.
7377         (selftest::wide_int_cc_tests): New function.
7379 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7381         PR middle-end/37780
7382         * ifcvt.c (noce_try_ifelse_collapse): New function.
7383         Declare prototype.
7384         (noce_process_if_block): Call noce_try_ifelse_collapse.
7385         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
7386         (simplify_ternary_operation): Use the above to simplify
7387         conditional CLZ/CTZ expressions.
7389 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7391         PR middle-end/37780
7392         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
7393         define_insn_and_split.
7395 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7397         PR middle-end/37780
7398         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
7400 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7402         PR c/24414
7403         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
7404         Implicitly clobber memory for basic asm with non-empty assembler
7405         string.  Use targetm.md_asm_adjust also here.
7406         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
7407         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
7408         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
7409         non-empty assembler string.
7410         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
7411         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
7412         (decode_asm_operands): Handle basic asm in PARALLEL block.
7413         (extract_insn): Handle basic asm in PARALLEL block.
7414         * doc/extend.texi: Mention new behavior of basic asm.
7415         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
7416         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
7417         branch_needs_nop_p): Use asm_noperands.
7419 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
7421         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
7422         Include the M7 SPARC DFA scheduler.
7423         New attribute v3pipe.
7424         Annotate insns with v3pipe where appropriate.
7425         Define cpu_feature vis4.
7426         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
7427         Add (V8QI "8") to vbits.
7428         Add insns {add,sub}v8qi3
7429         Add insns ss{add,sub}v8qi3
7430         Add insns us{add,sub}{v8qi,v4hi}3
7431         Add insns {min,max}{v8qi,v4hi,v2si}3
7432         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
7433         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
7434         * config/sparc/niagara4.md: Add a comment explaining the
7435         discrepancy between the documented latenty numbers and the
7436         implemented ones.
7437         * config/sparc/niagara7.md: New file.
7438         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
7439         supports SPARC5 and VIS 4.0 instructions.
7440         * configure: Regenerate.
7441         * config.in: Likewise.
7442         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
7443         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
7444         TARGET_CPU_niagara7.
7445         (ASM_CPU64_DEFAULT_SPEC): Likewise.
7446         (CPP_CPU_SPEC): Handle niagara7.
7447         (ASM_CPU_SPEC): Likewise.
7448         * config/sparc/sparc-opts.h (processor_type): Add
7449         PROCESSOR_NIAGARA7.
7450         (mvis4): New option.
7451         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
7452         (AS_NIAGARA7_FLAG): Define.
7453         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
7454         (CPP_CPU64_DEFAULT_SPEC): Likewise.
7455         (CPP_CPU_SPEC): Handle niagara7.
7456         (ASM_CPU_SPEC): Likewise.
7457         * config/sparc/sparc.c (niagara7_costs): Define.
7458         (sparc_option_override): Handle niagara7 and adjust cache-related
7459         parameters with better values for niagara cpus.  Also support VIS4.
7460         (sparc32_initialize_trampoline): Likewise.
7461         (sparc_use_sched_lookahead): Likewise.
7462         (sparc_issue_rate): Likewise.
7463         (sparc_register_move_cost): Likewise.
7464         (dump_target_flag_bits): Support VIS4.
7465         (sparc_vis_init_builtins): Likewise.
7466         (sparc_builtins): Likewise.
7467         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
7468         VIS4 4.0.
7469         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
7470         UltraSparc M7.
7471         * config/sparc/sparc.opt (sparc_processor_type): New value
7472         niagara7.
7473         * config/sparc/visintrin.h (__attribute__): Prototypes for the
7474         VIS4 builtins.
7475         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
7476         -mvis4.
7477         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
7478         VIS4 builtins.
7480 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
7482         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
7484 2016-06-06  Richard Biener  <rguenther@suse.de>
7486         PR tree-optimization/71398
7487         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
7488         remove edges.
7490 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
7492         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
7493         ft32_expand_prolog, ft32_expand_epilogue):
7494         Handle pretend_args.
7495         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
7496         * config/ft32/ft32.md: Add pretend_returner.
7498 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
7500         PR target/71389
7501         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
7502         Copy op1 RTX to avoid invalid sharing.
7503         (ix86_expand_vector_move_misalign): Ditto.
7505 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
7507         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
7508         ATTRIBUTE_UNUSED.
7510 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
7512         * predict.c (predicted_by_loop_heuristics_p): New function.
7513         (predict_iv_comparison): Use it.
7514         (predict_loops): Walk from innermost loops; do not predict edges
7515         leaving multiple loops multiple times; implement
7516         PRED_LOOP_ITERATIONS_MAX heuristics.
7517         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
7519 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
7521         * cfg.c (check_bb_profile): Do not report mismatched profiles when
7522         only edges out of BB are EH edges.
7524 2016-06-04  Martin Sebor  <msebor@redhat.com>
7525             Marcin Baczyński  <marbacz@gmail.com>
7527         PR c/48116
7528         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
7529         a void expression in a void function.
7531 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
7533         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
7534         aux; dump reasons of decisions.
7535         (should_duplicate_loop_header_p): Likewise.
7536         (do_while_loop_p): Likewise.
7537         (ch_base::copy_headers): Dump asi num insns duplicated.
7539 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
7541         PR tree-optimization/71405
7542         * tree-ssa.c (execute_update_addresses_taken): For clobber with
7543         incompatible type, build a new clobber with the right type instead
7544         of building a VIEW_CONVERT_EXPR around it.
7546 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
7548         PR tree-optimization/52171
7549         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
7550         by_pieces_ninsns instead of move_by_pieces_ninsns.
7552 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
7554         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
7555         for reg+reg addressing mode.
7557 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7559         * rs6000-c.c (c/c-tree.h): Add #include.
7560         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
7561         in C++ when found in the base position of vec_ld or vec_st.
7563 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
7565         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
7566         use of profile unless profile status is PROFILE_READ.
7567         * profile.c (compute_branch_probabilities): Set profile status
7568         only after reporting predictor hitrates.
7570 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
7572         PR target/71276
7573         PR target/71277
7574         * common.opt (ffp-int-builtin-inexact): New option.
7575         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
7576         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
7577         (ceil@var{m}2): Document dependence on this option.
7578         * ipa-inline-transform.c (inline_call): Handle
7579         flag_fp_int_builtin_inexact.
7580         * ipa-inline.c (can_inline_edge_p): Likewise.
7581         * config/i386/i386.md (rintxf2): Do not test
7582         flag_unsafe_math_optimizations.
7583         (rint<mode>2_frndint): New define_insn.
7584         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
7585         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
7586         for 387 instead of extending and truncating.
7587         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
7588         !flag_trapping_math instead of flag_unsafe_math_optimizations.
7589         Change to frndint<mode>2_<rounding>.
7590         (frndintxf2_<rounding>_i387): Likewise.  Change to
7591         frndint<mode>2_<rounding>_i387.
7592         (<rounding_insn>xf2): Likewise.
7593         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
7594         !flag_trapping_math instead of flag_unsafe_math_optimizations for
7595         x87.  Test TARGET_ROUND || !flag_trapping_math ||
7596         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
7597         SSE.  Use ROUND_NO_EXC in constant operand of
7598         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
7599         for 387 instead of extending and truncating.
7601 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
7602             Julia Koval  <julia.koval@intel.com>
7604         PR target/66960
7605         PR target/67630
7606         PR target/67634
7607         PR target/67841
7608         PR target/68037
7609         PR target/68618
7610         PR target/68661
7611         PR target/69575
7612         PR target/69596
7613         PR target/69734
7614         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
7615         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
7616         all registers, except for function return registers if there are
7617         no caller-saved registers.
7618         (ix86_set_func_type): New function.
7619         (ix86_set_current_function): Call ix86_set_func_type to set
7620         no_caller_saved_registers and func_type.  Call reinit_regs if
7621         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
7622         nor x87 instructions in interrupt handler nor function with
7623         no_caller_saved_registers attribute.
7624         (ix86_function_ok_for_sibcall): Return false if there are no
7625         caller-saved registers.
7626         (type_natural_mode): Don't warn ABI change for MMX in interrupt
7627         handler.
7628         (ix86_function_arg_advance): Skip for callee in interrupt handler.
7629         (ix86_function_arg): Return special arguments in interrupt handler.
7630         (ix86_promote_function_mode): Promote pointer to word_mode only
7631         for normal functions.
7632         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
7633         interrupt handler.
7634         (ix86_epilogue_uses): New function.
7635         (ix86_hard_regno_scratch_ok): Likewise.
7636         (ix86_save_reg): Preserve all registers in interrupt handler
7637         after reload.  Preserve all registers, except for function return
7638         registers, if there are no caller-saved registers after reload.
7639         (find_drap_reg): Always use callee-saved register if there are
7640         no caller-saved registers.
7641         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
7642         for interrupt handler.
7643         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
7644         Emit cld instruction if stringops are used in interrupt handler
7645         or interrupt handler isn't a leaf function.
7646         (ix86_expand_epilogue): Generate interrupt return for interrupt
7647         handler and pop the 'ERROR_CODE' off the stack before interrupt
7648         return in exception handler.
7649         (ix86_expand_call): Disallow calling interrupt handler directly.
7650         If there are no caller-saved registers, mark all registers that
7651         are clobbered by the call which returns as clobbered.
7652         (ix86_handle_no_caller_saved_registers_attribute): New function.
7653         (ix86_handle_interrupt_attribute): Likewise.
7654         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
7655         attributes.
7656         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
7657         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
7658         accumulation in interrupt function if stack may be realigned to
7659         avoid DRAP.
7660         (EPILOGUE_USES): New.
7661         (function_type): New enum.
7662         (machine_function): Add func_type and no_caller_saved_registers.
7663         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
7664         (interrupt_return): New pattern.
7665         * doc/extend.texi: Document x86 interrupt and
7666         no_caller_saved_registers attributes.
7668 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
7670         PR tree-optimization/52171
7671         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
7672         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
7673         Look for constant strings.  Move some code to emit_block_cmp_hints
7674         and use it.
7675         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
7676         * defaults.h (COMPARE_MAX_PIECES): New macro.
7677         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
7678         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
7679         (clear_by_pieces_1): Don't declare.  Move definition before use.
7680         (can_do_by_pieces): New static function.
7681         (can_move_by_pieces): Use it.  Return bool.
7682         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
7683         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
7684         (class pieces_addr); New.
7685         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
7686         pieces_addr::adjust, pieces_addr::increment_address,
7687         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
7688         functions for it.
7689         (class op_by_pieces_d): New.
7690         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
7691         functions for it.
7692         (class move_by_pieces_d, class compare_by_pieces_d,
7693         class store_by_pieces_d): New subclasses of op_by_pieces_d.
7694         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
7695         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
7696         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
7697         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
7698         compare_by_pieces_d::finish_mode): New member functions.
7699         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
7700         functions.
7701         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
7702         (emit_block_cmp_hints): New function.
7703         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
7704         use the newly defined classes.
7705         * expr.h (by_pieces_constfn): New typedef.
7706         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
7707         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
7708         (move_by_pieces_ninsns): Don't declare.
7709         (can_move_by_pieces): Change return value to bool.
7710         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
7711         (compare_by_pieces_branch_ratio): New hook.
7712         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
7713         (by_pieces_ninsns): Declare.
7714         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
7715         COMPARE_BY_PIECES.
7716         (default_compare_by_pieces_branch_ratio): New function.
7717         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
7718         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
7719         * doc/tm.texi: Regenerate.
7720         * tree-ssa-strlen.c: Include "builtins.h".
7721         (handle_builtin_memcmp): New static function.
7722         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
7723         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
7725 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7727         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
7728         relevant stmts which are simple and invariant.
7729         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
7730         instead of simple and invariant
7732 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7734         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
7735         (vectorizable_reduction): Check for new relevant state.
7736         (vectorizable_live_operation): vectorize live stmts using
7737         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
7738         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
7739         (vect_stmt_relevant_p): Check for stmts which are only used live.
7740         (process_use): Use of a stmt does not inherit it's live value.
7741         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
7742         (vect_analyze_stmt): Check for new relevant state.
7743         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
7744         outside the loop, but not inside it.
7746 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7748         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
7749         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
7750         (vect_get_vec_def_for_operand): Split out code.
7752 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
7754         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
7756 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7758         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
7760 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7762         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
7764 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
7766         PR middle-end/71387
7767         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
7768         to noreturn e->callee->decl that has void return type and void
7769         arguments, adjust gimple_call_fntype and remove lhs even if it had
7770         previously addressable type.
7772 2016-06-02  Jeff Law  <law@redhat.com>
7774         PR tree-optimization/71328
7775         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
7776         error when checking for a jump back onto the copied path.
7778 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
7780         * config/microblaze/microblaze.c (get_branch_target): Add return
7781         NULL_RTX for the non-CALL_P case.
7782         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
7783         (insert_wic): Remove unused local "j".
7785 2016-06-02  Martin Liska  <mliska@suse.cz>
7787         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
7789 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
7790             Julia Koval  <julia.koval@intel.com>
7792         * function.c (assign_parm_setup_stack): Force source into a
7793         register if needed.
7794         * target.def (function_incoming_arg): Update documentation to
7795         allow arbitrary address computation based on hard register.
7796         * doc/tm.texi: Regenerated.
7798 2016-06-02  Martin Liska  <mliska@suse.cz>
7800         * predict.c (combine_predictions_for_bb): Fix first match in
7801         cases where a first predictor contains more than one occurence
7802         in list of predictors.  Take the best value in such case.
7804 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7806         PR rtl-optimization/71295
7807         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
7808         offset would go over the size of the inner mode reject it.
7810 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
7812         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
7813         x=x,x and v=v,m instead of x=x,m.
7815         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
7816         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
7817         alternative to v=rm,C.
7819         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
7820         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
7821         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
7822         instead of vex for the last two above mentioned alternatives.
7824 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7826         PR target/70830
7827         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
7829 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
7831         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
7833 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
7835         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
7836         from int to unsigned.
7838 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
7840         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
7841         alternatives, eliminating preferred register class.  Add support
7842         for the MTVSRDD instruction in ISA 3.0.
7843         (vsx_splat_v4si_internal): Use splat_input_operand instead of
7844         reg_or_indexed_operand.
7845         (vsx_splat_v4sf_internal): Likewise.
7847 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
7849         PR target/71186
7850         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
7851         for loading up all 0's or all 1's.
7853 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7855         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
7857 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
7859         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
7860         extension.
7861         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
7862         * gcc.c (set_source_date_epoch_envvar): New function, sets
7863         the SOURCE_DATE_EPOCH environment variable to the current time.
7865 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7867         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
7868         the factor for live Phi nodes.
7870 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
7872         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
7873         * tree-parloops.c (parallelize_loops): likewise.
7874         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
7875         tree_unswitch_outer_loop): likewise.
7877 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
7879         PR middle-end/71371
7880         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
7881         around creation of the temporary.
7883 2016-06-01  Richard Biener  <rguenther@suse.de>
7885         PR tree-optimization/71366
7886         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
7887         (unloop_loops): Move removing edges here ...
7888         (try_unroll_loop_completely): ... from here.
7889         (try_peel_loop): ... and here.
7890         (tree_unroll_loops_completely_1): Track parent loops via
7891         bitmap of header BBs.
7892         (tree_unroll_loops_completely): Adjust for that.
7894 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7896         * config/rs6000/altivec.h (vec_slv): New macro.
7897         (vec_srv): New macro.
7898         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
7899         (UNSPEC_VSRV): New value.
7900         (vslv): New insn.
7901         (vsrv): New insn.
7902         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
7903         (vsrv): New builtin definition.
7904         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
7905         define argument types for new builtin.
7906         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
7907         new builtin.
7908         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
7909         functions.
7911 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
7912             Jocelyn Mayer  <l_indien@magic.fr>
7914         PR target/67310
7915         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
7916         detect processor family for signature_CENTAUR_ebx.
7917         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
7918         signature_CENTAUR_ebx.
7919         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
7920         <default>: Pass x86-64 for has_longmode.
7922 2016-06-01  Nathan Sidwell  <nathan@acm.org>
7924         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
7925         undefined weak.
7927 2016-06-01  Richard Biener  <rguenther@suse.de>
7929         PR tree-optimization/71261
7930         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
7931         of stmts successfully put in the bool pattern.  Remove
7932         single-use restriction.
7933         (adjust_bool_pattern_cast): Add cast at the use site via the
7934         pattern def sequence.
7935         (adjust_bool_pattern): Remove recursion, maintain a hash-map
7936         of patterned defs.  Use the pattern def seqence instead of
7937         multiple independent patterns.
7938         (sort_after_uid): New qsort compare function.
7939         (adjust_bool_stmts): New function to process stmts in the bool
7940         pattern in IL order.
7941         (vect_recog_bool_pattern): Adjust.
7942         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
7943         (ifcvt_walk_pattern_tree): Likewise.
7944         (stmt_is_root_of_bool_pattern): Likewise.
7945         (ifcvt_repair_bool_pattern): Likewise.
7946         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
7948 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
7950         * loop-unroll.c (decide_unroll_constant_iterations,
7951         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
7952         likely upper bounds.
7953         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
7955 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
7957         * tree-core.h (enum omp_clause_code): Remove
7958         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
7960 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7962         * config/arm/sync.md (arm_store_exclusive<mode>):
7963         Use 'H' output modifier on operands[2] rather than creating a new
7964         entry in out-of-bounds memory of the operands array.
7965         (arm_store_release_exclusivedi): Likewise.
7967 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7969         * config/arm/arm.c (arm_fusion_enabled_p): New function.
7970         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
7971         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
7972         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
7974 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7976         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
7977         into account live statements for mask producers.
7979 2016-06-01  Richard Biener  <rguenther@suse.de>
7981         PR tree-optimization/71311
7982         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
7983         restrict to non-INTEGER_CST @0.
7985 2016-06-01  Richard Biener  <rguenther@suse.de>
7987         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
7988         (relational patterns): Use :c to avoid pattern duplications.
7990 2016-06-01  Richard Biener  <rguenther@suse.de>
7992         * genmatch.c (comparison_code_p): New predicate.
7993         (swap_tree_comparison): New function.
7994         (commutate): Add for_vec parameter to append new for entries.
7995         Support commutating relational operators by swapping it alongside
7996         operands.
7997         (lower_commutative): Adjust.
7998         (dt_simplify::gen): Do not pass artificial operators to gen
7999         functions.
8000         (decision_tree::gen): Do not add artificial operators as parameters.
8001         (parser::parse_expr): Verify operator commutativity when :c is
8002         applied.  Allow :C to override this.
8003         * match.pd: Adjust patterns to use :C instead of :c where required.
8005 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
8007         PR tree-optimization/71077
8008         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
8009         the combining step, use boolean_false_node and boolean_true_node
8010         as the designated false/true return values.
8012 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
8014         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
8015         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
8016         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
8017         PRED_LOOP_EXIT.
8019 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
8021         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
8022         of flags impliying the register renaming.
8023         * toplev.c (process_options): Do not imply flag_rename_registers with
8024         loop peeling.
8026 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8028         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
8029         default implementation.
8031 2016-05-31  Nathan Sidwell  <nathan@acm.org>
8033         * dwarf2out.c (cur_line_info_table): Add GTY marker.
8035 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8037         * config/sh/constraints.md (b): Remove constraint.
8038         * config/sh/predicates.md (arith_reg_operand): Remove
8039         TARGET_REGISTER_P.
8040         * config/sh/sh-modes.def (PDI): Remove.
8041         * config/sh/sh.c (sh_target_reg_class,
8042         sh_optimize_target_register_callee_saved): Remove functions.
8043         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
8044         (sh_expand_epilogue): Update comment.
8045         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
8046         sh_secondary_reload): Remove TARGET_REGS related code.
8047         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
8048         TARGET_REGISTER_P): Remove macros.
8049         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
8050         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
8051         TR1_REG, TR2_REG): Remove constants.
8052         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
8054 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8056         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
8057         define_expand patterns.
8058         (adddi3_compact): Rename to adddi3.
8059         (subdi3_compact): Rename to subdi3.
8060         (*negdi2): Rename to negdi2.
8061         (*abs<mode>2): Rename to abs<mode>2.
8063 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8065         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
8066         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
8067         (atomic_sub_fetchsi): ... this new pattern.
8068         (mvtc): Add CC_REG clobber.
8070 2016-05-31  Marek Polacek  <polacek@redhat.com>
8072         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
8074 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8076         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
8077         aarch64_fusion_enabled_p to check for fusion capabilities.
8079 2016-05-31  Richard Biener  <rguenther@suse.de>
8081         PR tree-optimization/71352
8082         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
8083         minus one and a negate.
8085 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8087         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
8088         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
8089         Delete prototype.
8090         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
8091         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
8092         Remove use of aarch64_simd_attr_length_move, set length attribute
8093         directly.
8094         (*aarch64_be_movoi): Likewise.
8095         (*aarch64_be_movci): Likewise.
8096         (*aarch64_be_movxi): Likewise.
8098 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
8100         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
8101         It no longer does that.
8102         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
8104 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
8106         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
8107         attribute __unused__.
8109 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8111         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
8112         * config/arm/arm.c (arm_arch_thumb1): Define.
8113         (arm_option_override): Initialize arm_arch_thumb1.
8114         * config/arm/arm.h (arm_arch_thumb1): Declare.
8115         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
8116         support Thumb-1 ISA.
8118 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
8120         PR target/71346
8121         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
8122         `Yv' for scalar operand.
8124 2016-05-31  Tom de Vries  <tom@codesourcery.com>
8126         PR tree-optimization/69068
8127         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
8128         phis with more than two args.
8130 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
8132         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
8133         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
8134         target.
8136 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
8138         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
8139         tune_64.
8140         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
8141         support on SPARC.
8142         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
8143         cpu_32, cpu_64, tune_32 and tune_64.
8144         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
8146 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
8148         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
8150 2016-05-30  Andi Kleen  <ak@linux.intel.com>
8152         * auto-profile.c (read_profile): Replace asserts with errors
8153         when file does not exist.
8154         * gcov-io.c (gcov_read_words): Dito.
8156 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8158         * tree-cfg.c (print_loop): Print likely upper bounds.
8160 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8162         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
8163         * opts.c (default_options): Enable peel loops at -O3.
8164         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
8165         (try_peel_loop): Do not re-peel already peeled loops;
8166         use likely upper bounds; fix profile updating.
8167         (pass_complete_unroll::execute): Initialize peeled_loops.
8169 2016-05-30  Martin Liska  <mliska@suse.cz>
8171         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
8172         computed costs by frequency of BB they belong to.
8173         (get_scaled_computation_cost_at): New function.
8175 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
8176             Marc Glisse  <marc.glisse@inria.fr>
8178         PR tree-optimization/71289
8179         * match.pd (-1 / B < A, A > -1 / B): New transformations.
8181 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8183         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
8185 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8187         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
8188         for peeled copies; avoid underflow when updating estimates; correctly
8189         scale loop profile.
8191 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8193         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
8194         r236875. Corrected oe3 to oe2 as obvious.
8196 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8198         PR middle-end/71269
8199         PR middle-end/71252
8200         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
8201         that inserted stmt will not dominate stmts that defines its operand.
8202         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
8203         (rewrite_expr_tree_parallel): Likewise.
8205 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8207         PR middle-end/71252
8208         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
8209         all fields including stmt_to_insert are swapped.
8211 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8213         * predict.h (force_edge_cold): Declare.
8214         * predict.c (force_edge_cold): New function.
8215         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
8216         updating.
8217         (canonicalize_loop_induction_variables): Fix formating.
8219 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
8221         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
8222         (visium_expand_copysign): Use gen_int_mode directly.
8223         (visium_compute_frame_size): Minor tweaks.
8225 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8227         * tree-vect-loop.c (vect_analyze_loop_2): Use
8228         likely_max_stmt_executions_int.
8230 2016-05-30  Tom de Vries  <tom@codesourcery.com>
8232         PR tree-optimization/69067
8233         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
8235 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
8237         PR target/71245
8238         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
8239         New peepholes to remove unneeded fild/fistp pairs.
8240         (define_peephole2 atomic_loaddi_fpu): Ditto.
8242 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8244         * predict.c (maybe_hot_frequency_p): Avoid division.
8246 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
8248         * doc/install.texi: Use https for shop.fsf.org.
8250 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8252         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
8253         likely_max_stmt_executions_int.
8255 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8257         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
8258         likely_max_stmt_executions_int.
8260 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8262         * profile.c (compute_branch_probabilities): Do not report hitrates
8263         here.
8264         (branch_prob): Report hitrates here.
8265         * predict.c (gimple_predict_edge): Do not assert profile status;
8266         fix formatting issues.
8268 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8270         * predict.c (edge_predicted_by_p): New function.
8271         (predict_paths_for_bb): Do not put multiple predictions of the same type
8272         on one edge.
8274 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8276         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
8277         commit.
8279 2016-05-28  Alan Modra  <amodra@gmail.com>
8281         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
8283 2016-05-28  Alan Modra  <amodra@gmail.com>
8285         PR rtl-optimization/71275
8286         * ira.c (ira): Free dominance info.
8288 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
8290         * doc/sourcebuild.texi: New address for upstream Go repository.
8292 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8294         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
8295         (TARGET_ARM_V7M): Likewise.
8297 2016-05-26  Jeff Law  <law@redhat.com>
8299         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
8300         (thread_across_edge): Remove calls to find_jump_threads_backwards.
8301         * passes.def: Add jump threading passes before DOM/VRP.
8302         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
8303         argument to a basic block from an edge.  Remove tests which are
8304         handled elsewhere.
8305         (pass_data_thread_jumps, class pass_thread_jumps): New.
8306         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
8307         (make_pass_thread_jumps): Likewise.
8308         * tree-pass.h (make_pass_thread_jumps): Declare.
8310 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
8312         * config/visium/visium-protos.h (split_double_move): Rename into...
8313         (visium_split_double_move): ...this.
8314         (visium_split_double_add): Declare.
8315         * config/visium/visium.c (split_double_move): Rename into...
8316         (visium_split_double_move): ...this.
8317         (visium_split_double_add): New function.
8318         (visium_expand_copysign): Renumber operands for consistency.
8319         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
8320         (DFmode move splitter): Likewise.
8321         (*addi3_insn): Split by means of visium_split_double_add.
8322         (*adddi3_insn_flags): Delete.
8323         (*plus_plus_sltu<subst_arith>): New insn.
8324         (*subdi3_insn): Split by means of visium_split_double_add.
8325         (subdi3_insn_flags): Delete.
8326         (*minus_minus_sltu<subst_arith>): New insn.
8327         (*negdi2_insn): Split by means of visium_split_double_add.
8328         (*negdi2_insn_flags): Delete.
8330 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
8332         * configure.ac: Treat a --with-headers option without argument
8333         the same as the default (i.e. consult sys-include directory).
8334         * configure: Regenerate.
8336 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8338         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
8339         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
8340         prototype.
8341         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
8342         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
8344 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
8346         PR target/63596
8347         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
8348         tree-stdarg analysis results.
8349         (aarch64_setup_incoming_varargs): Likewise.
8351 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
8353         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
8354         va_list_gpr_counter_field and va_list_fpr_counter_field.
8356 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
8358         PR67609
8359         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
8360         * config/aarch64/aarch64.c
8361         (aarch64_cannot_change_mode_class): Remove function.
8362         * config/aarch64/aarch64-protos.h
8363         (aarch64_cannot_change_mode_class): Remove.
8365 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8367         * cfgloop.c (record_niter_bound): Record likely upper bounds.
8368         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
8369         get_likely_max_loop_iterations_int): New.
8370         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
8371         any_likely_upper_bound.
8372         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
8373         Declare.
8374         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
8375         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
8376         upper bound.
8377         (unroll_loop_constant_iterations): Likewise.
8378         (unroll_loop_runtime_iterations): Likewise.
8379         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
8380         * lto-streamer-out.c (output_cfg): Likewise.
8381         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
8382         bounds.
8383         (canonicalize_loop_induction_variables): Dump likely upper bounds.
8384         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
8385         (likely_max_loop_iterations): New.
8386         (likely_max_loop_iterations_int): New.
8387         (likely_max_stmt_executions): New.
8388         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
8389         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
8390         likely_max_stmt_executions): Declare.
8392 2016-05-27  Marek Polacek  <polacek@redhat.com>
8394         PR middle-end/71308
8395         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
8397 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8399         * config/s390/s390.md (2x risbg splitters): Use
8400         reg_overlap_mentioned_p instead of rtx_equal_p.
8402 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8404         * combine.c (make_compound_operation): Take known zero bits into
8405         account when checking for possible zero_extend.
8407 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8409         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
8410         Use const_int_operand for operand 2 predicate.  Simplify expand code
8411         as a result.
8413 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
8415         PR middle-end/71279
8416         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
8417         into comparison.
8419 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8421         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
8422         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
8423         that returns CC_SESWPmode and CC_ZESWPmode.
8424         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
8425         and CC_SESWPmode.
8426         (aarch64_rtx_costs): Likewise.
8428 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
8430         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
8431         for ISA 3.0 min/max support.
8432         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
8433         conditional move support.
8434         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
8435         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
8436         available.
8437         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
8438         conditional moves where the comparison type is different from move
8439         type.
8440         (fp_minmax): New code iterator for smin/smax.
8441         (minmax): New code attributes for min/max.
8442         (SMINMAX): Likewise.
8443         (smax<mode>3): Combine min, max insns into one insn using the
8444         fp_minmax code iterator.  Add support for ISA 3.0 min/max
8445         instructions that don't need -ffast-math.
8446         (s<minmax><mode>3): Likewise.
8447         (smax<mode>3_vsx): Likewise.
8448         (smin<mode>3): Likewise.
8449         (s<minmax><mode>3_vsx): Likewise.
8450         (smin<mode>3_vsx): Likewise.
8451         (pre-VSX min/max splitters): Likewise.
8452         (s<minmax><mode>3_fpr): Likewise.
8453         (movsfcc): Rewrite floating point conditional moves to combine
8454         SFmode/DFmode into a single insn.
8455         (mov<mode>cc): Likewise.
8456         (movdfcc): Likewise.
8457         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
8458         SFDF2 iterators to handle all combinations.
8459         (fseldfsf4): Likewise.
8460         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
8461         (fseldfdf4): Likewise.
8462         (fselsfdf4): Likewise.
8463         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
8464         comparison instructions that set a 0/-1 mask, and use it for
8465         floating point conditional move via XXSEL.
8466         (fpmask<mode>): Likewise.
8467         (xxsel<mode>): Likewise.
8468         * config/rs6000/predicates.md (min_max_operator): Delete, no
8469         longer used.
8470         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
8471         instructions that generate a 0/-1 mask for use with XXSEL.
8472         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
8473         say whether floating point min/max is available, either through
8474         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
8475         (TARGET_MINMAX_DF): Likewise.
8477 2016-05-27  Alan Modra  <amodra@gmail.com>
8479         PR rtl-optimization/71275
8480         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
8481         for update_equiv_regs and combine_and_move_insns.
8483 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
8485         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
8486         if_then_else or cond RTXes to calculate attribute value.
8487         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
8488         <attr "length_immediate>: Ditto.
8489         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
8490         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
8491         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
8492         <attr "type">: Ditto.
8493         <attr "prefix_data16">: Ditto.
8494         <attr "prefix_extra">: Ditto.
8495         <attr "length_immediate">: Ditto.
8496         <attr "prefix">: Ditto.
8497         (vec_set<mode>_0) <attr "isa">: Ditto.
8498         <attr "prefix_extra">: Ditto.
8499         <attr "length_immediate">: Ditto.
8500         <attr "prefix">: Ditto.
8501         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
8502         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
8503         (sse2_storelpd) <attr "prefix_data16">: Ditto.
8504         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
8505         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
8506         <attr "length_immediate">: Ditto.
8507         <attr "prefix">: Ditto.
8508         (sse2_movsd) <attr "length_immediate">: Ditto.
8509         <attr "prefix">: Ditto.
8510         (vec_concatv2df)  <attr "isa">: Ditto.
8511         <attr "prefix">: Ditto.
8512         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
8513         (*vec_extractv2di_1) <attr "isa">: Ditto.
8514         <attr "type">: Ditto.
8515         <attr "length_immediate">: Ditto.
8516         <attr "prefix_rex">: Ditto.
8517         <attr "prefix_extra">: Ditto.
8518         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
8519         <attr "prefix_extra">: Ditto.
8520         <attr "length_immediate">: Ditto.
8521         (vec_concatv2di) <attr "isa">: Ditto.
8522         <attr "prefix_extra">: Ditto.
8523         <attr "length_immediate">: Ditto.
8524         <attr "prefix">: Ditto.
8526 2016-05-26  Martin Liska  <mliska@suse.cz>
8528         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
8529         function.
8530         (operator+): Likewise.
8531         (operator-): Likewise.
8532         (comp_cost::operator+=): Likewise.
8533         (comp_cost::operator-=): Likewise.
8534         (comp_cost::operator/=): Likewise.
8535         (comp_cost::operator*=): Likewise.
8536         (operator<): Likewise.
8537         (operator==): Likewise.
8538         (operator<=): Likewise.
8539         (new_cost): Remove.
8540         (infinite_cost_p): Likewise.
8541         (add_costs): Likewise.
8542         (sub_costs): Likewise.
8543         (compare_costs): Likewise.
8544         (set_group_iv_cost): Use the newly introduced functions.
8545         (get_address_cost): Likewise.
8546         (get_shiftadd_cost): Likewise.
8547         (force_expr_to_var_cost): Likewise.
8548         (split_address_cost): Likewise.
8549         (ptr_difference_cost): Likewise.
8550         (difference_cost): Likewise.
8551         (get_computation_cost_at): Likewise.
8552         (determine_group_iv_cost_generic): Likewise.
8553         (determine_group_iv_cost_address): Likewise.
8554         (determine_group_iv_cost_cond): Likewise.
8555         (autoinc_possible_for_pair): Likewise.
8556         (determine_group_iv_costs): Likewise.
8557         (cheaper_cost_pair): Likewise.
8558         (iv_ca_recount_cost): Likewise.
8559         (iv_ca_set_no_cp): Likewise.
8560         (iv_ca_set_cp): Likewise.
8561         (iv_ca_cost): Likewise.
8562         (iv_ca_new): Likewise.
8563         (iv_ca_dump): Likewise.
8564         (iv_ca_narrow): Likewise.
8565         (iv_ca_prune): Likewise.
8566         (iv_ca_replace): Likewise.
8567         (try_add_cand_for): Likewise.
8568         (try_improve_iv_set): Likewise.
8569         (find_optimal_iv_set): Likewise.
8571 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
8573         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
8574         that internal functions will clobber all caller-saved registers.
8576 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
8578         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
8579         Return a better case_values_threshold when optimizing.
8581 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
8583         * config/aarch64/aarch64-simd.md (aarch64_combinez):
8584         Add ? to integer variant.
8585         (aarch64_combinez_be): Likewise.
8587 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
8589         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
8590         instead of x constraint.
8591         (vcvtps2ph256<mask_name>): Likewise.
8593         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
8594         alternative.  Formatting fix.
8596         * config/i386/sse.md
8597         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
8598         to ...
8599         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
8600         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
8601         maybe_evex prefix instead of vex.
8602         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
8603         EXT_REX_SSE_REG_P (op0) case in the splitter.
8605 2016-05-25  Jeff Law  <law@redhat.com>
8607         PR tree-optimization/71272
8608         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
8609         Update comments.  Add test for empty path.
8611 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
8613         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
8614         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
8615         special case builtin.
8616         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8617         code for ALTIVEC_BUILTIN_VEC_CMPNE.
8618         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8619         for __builtin_vec_cmpne.
8621 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
8623         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
8624         redundant test and bail out if the type of the new operand is not
8625         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
8627 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
8629         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
8630         (x_ix86_target_flags_explicit): Remove.
8631         * config/i386/i386.c (ix86_function_specific_save): Do not copy
8632         x_ix86_target_flags_explicit.
8633         (ix86_function_specific_restore): Ditto.
8635 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
8636             H.J. Lu  <hongjiu.lu@intel.com>
8638         PR target/70738
8639         * common/config/i386/i386-common.c
8640         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
8641         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
8642         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
8643         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
8644         (-mgeneral-regs-only): Add new option.
8645         * config/i386/i386.c (ix86_option_override_internal): Don't enable
8646         x87 instructions if only general registers are allowed.
8647         (ix86_target_string): Add ix86_flags argument. Handle additional
8648         flags options through ix86_flags argument.  Update all callers.
8649         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
8651 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8653         PR rtl-optimization/66940
8654         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
8655         decrementing desired_val will not overflow before performing these
8656         operations.
8658 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
8660         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
8661         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
8662         * config/i386/i386.c (enum ix86_builtins): Add
8663         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
8664         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
8665         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
8666         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
8667         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
8668         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
8669         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
8670         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
8671         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
8672         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
8673         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
8674         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
8675         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
8676         __builtin_ia32_cvtps2dq512_mask.
8677         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
8678         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
8679         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
8680         * config/i386/sse.md
8681         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
8682         Rename to ...
8683         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
8684         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
8685         to ...
8686         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
8687         (avx512f_vec_pack_sfix_v8df): New define_expand.
8688         (avx512f_roundpd512): Rename to ...
8689         (avx512f_round<castmode>512): ... this.  Change iterator.
8690         (avx512f_roundps512_sfix): New define_expand.
8691         (round<mode>2_sfix): Change iterator.
8693 2016-05-25  Nick Clifton  <nickc@redhat.com>
8695         * config/msp430/msp430.c (msp430_attr): Produce an error if a
8696         static interrupt handler is detected.
8697         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
8698         default linker script.
8699         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
8700         the low part of a symbolic pointer.
8702 2016-05-25  Richard Biener  <rguenther@suse.de>
8704         PR tree-optimization/71261
8705         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
8706         interesting stmt instead of immediate uses when looking
8707         for the use operand to replace.
8709 2016-05-25  Martin Liska  <mliska@suse.cz>
8711         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
8713 2016-05-25  Richard Biener  <rguenther@suse.de>
8715         PR tree-optimization/71264
8716         * tree-vect-stmts.c (vect_init_vector): Properly deal with
8717         vector type val.
8719 2016-05-25  Martin Liska  <mliska@suse.cz>
8721         PR tree-optimization/71239
8722         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
8723         if DECL_SIZE is NULL.
8725 2016-05-25  Richard Biener  <rguenther@suse.de>
8727         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
8728         * tree-if-conv.c (pass_data_if_conversion): Use it.
8730 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8732         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
8733         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
8734         * varpool.c (varpool_node::get_availability): Likewise.
8736 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8738         * config/rs6000/altivec.md (VNEG iterator): New iterator for
8739         VNEGW/VNEGD instructions.
8740         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
8741         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
8742         support for ISA 3.0 VNEGW/VNEGD instructions.
8744 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
8746         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
8747         pointers inside OACC_DATA regions.
8748         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
8749         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
8750         (gimplify_adjust_omp_clauses): Fix typo in comment.
8752 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8754         * config/rs6000/altivec.md (VParity): New mode iterator for vector
8755         parity built-in functions.
8756         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
8757         zeros.
8758         (p9v_parity<mode>2): Likewise.
8759         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
8760         parity.
8761         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
8762         (parity<mode>2): ISA 3.0 expander for vector parity.
8763         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
8764         power9 built-ins.
8765         (BU_P9_64BIT_MISC_0): Likewise.
8766         (BU_P9_MISC_0): Likewise.
8767         (BU_P9V_AV_1): Likewise.
8768         (BU_P9V_AV_2): Likewise.
8769         (BU_P9V_AV_3): Likewise.
8770         (BU_P9V_AV_P): Likewise.
8771         (BU_P9V_VSX_1): Likewise.
8772         (BU_P9V_OVERLOAD_1): Likewise.
8773         (BU_P9V_OVERLOAD_2): Likewise.
8774         (BU_P9V_OVERLOAD_3): Likewise.
8775         (VCTZB): Add vector count trailing zeros support.
8776         (VCTZH): Likewise.
8777         (VCTZW): Likewise.
8778         (VCTZD): Likewise.
8779         (VPRTYBD): Add vector parity support.
8780         (VPRTYBQ): Likewise.
8781         (VPRTYBW): Likewise.
8782         (VCTZ): Add overloaded vector count trailing zeros support.
8783         (VPRTYB): Add overloaded vector parity support.
8784         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8785         overloaded vector count trailing zeros and parity instructions.
8786         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
8787         vector parity support.
8788         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
8789         trailing zeros support.
8790         (vec_cntlz): Likewise.
8791         (vec_vctzb): Likewise.
8792         (vec_vctzd): Likewise.
8793         (vec_vctzh): Likewise.
8794         (vec_vctzw): Likewise.
8795         (vec_vprtyb): Add ISA 3.0 vector parity support.
8796         (vec_vprtybd): Likewise.
8797         (vec_vprtybw): Likewise.
8798         (vec_vprtybq): Likewise.
8799         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
8800         the ISA 3.0 vector count trailing zeros and vector parity built-in
8801         functions.
8803 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
8805         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
8806         when there is stmt_to_insert.
8808 2016-05-24  Martin Sebor  <msebor@redhat.com>
8810         PR c++/71147
8811         * tree.h (complete_or_array_type_p): New inline function.
8813 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
8815         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
8816         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
8817         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
8819         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
8820         Limit 1st alternative to noavx isa, split 2nd alternative into one
8821         noavx and one avx alternative, use *x and Bm in the former and
8822         x and m in the latter.
8824         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
8825         of sse4 for the first alternative, drop %v from the template
8826         and d operand modifier.  Split second alternative into one sse4_noavx
8827         and one avx alternative, use *x instead of *v in the former and v
8828         instead of *v in the latter.
8829         (*sse4_1_extractps): Use noavx isa instead of * for the first
8830         alternative, drop %v from the template.  Split second alternative into
8831         one noavx and one avx alternative, use *x instead of *v in the
8832         former and v instead of *v in the latter.
8833         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
8834         with noavx and the last one with avx.
8835         (sse4_1_phminposuw): Guard first alternative with noavx isa,
8836         split the second one into one noavx and one avx alternative,
8837         use *x and Bm in the former and x and m in the latter one.
8838         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
8839         alternatives.
8841         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
8842         first two alternatives to noavx, use *x instead of *v in the second
8843         one, add avx alternative without *.
8844         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
8845         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
8846         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
8848 2016-05-24  Jeff Law  <law@redhat.com>
8850         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
8851         New function, extracted from...
8852         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
8853         Allow simple copies and constant initializations in the SSA chain.
8855 2016-05-24  Marek Polacek  <polacek@redhat.com>
8857         PR c/71249
8858         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
8859         scope.
8861 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
8863         PR c++/71257
8864         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
8865         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
8866         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
8867         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
8868         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
8870 2016-05-24  Richard Biener  <rguenther@suse.de>
8872         PR tree-optimization/71240
8873         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
8874         has integral type.
8876 2016-05-24  Richard Biener  <rguenther@suse.de>
8878         PR tree-optimization/71230
8879         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
8881 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
8883         * tree-vectorizer.h (vectorizable_comparison): Delete.
8884         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
8885         PURE_SLP_STMT check.
8886         * tree-vect-stmts.c (vectorizable_call): Likewise.
8887         (vectorizable_simd_clone_call): Likewise.
8888         (vectorizable_conversion): Likewise.
8889         (vectorizable_assignment): Likewise.
8890         (vectorizable_shift): Likewise.
8891         (vectorizable_operation): Likewise.
8892         (vectorizable_load): Likewise.
8893         (vectorizable_condition): Likewise.
8894         (vectorizable_store): Likewise.  Assert that we don't have
8895         hybrid SLP.
8896         (vectorizable_comparison): Make static.  Remove redundant
8897         PURE_SLP_STMT check.
8898         (vect_transform_stmt): Assert that we always have an slp_node
8899         if PURE_SLP_STMT.
8901 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8903         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
8904         operands[2] against 1 with comparison against CONST1_RTX.
8905         (<shift>di3_neon): Likewise.
8906         * config/arm/predicates.md (const0_operand): Replace with comparison
8907         against CONST0_RTX.
8909 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8911         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
8912         operands[2] against 1 with comparison against CONST1_RTX.
8913         (ashrdi3): Likewise.
8914         (lshrdi3): Likewise.
8915         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
8916         UINTVAL.
8917         (ashrsi3): Likewise.
8918         (lshrsi3): Likewise.
8919         (rotrsi3): Likewise.
8920         (define_split above *compareqi_eq0): Likewise.
8921         (define_split above "prologue"): Likewise.
8922         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
8923         * config/arm/predicates.md (shift_operator): Likewise.
8924         (shift_nomul_operator): Likewise.
8925         (sat_shift_operator): Likewise.
8926         (thumb1_cmp_operand): Likewise.
8927         (const_neon_scalar_shift_amount_operand): Replace manual range
8928         check with IN_RANGE.
8929         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
8930         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
8932 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8934         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
8935         with HOST_WIDE_INT_1.
8936         (insv): Likewise.
8937         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
8938         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
8939         (arm_canonicalize_comparison): Likewise.
8940         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
8941         HOST_WIDE_INT_1.
8942         (thumb1_size_rtx_costs): Likewise.
8943         (vfp_const_double_index): Replace cast of 1 to unsigned
8944         HOST_WIDE_INT with HOST_WIDE_INT_1U.
8945         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
8946         HOST_WIDE_INT_1.
8947         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
8948         HOST_WIDE_INT with HOST_WIDE_INT_1U.
8949         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
8950         HOST_WIDE_INT with HOST_WIDE_INT_1.
8952 2016-05-24  Marek Polacek  <polacek@redhat.com>
8954         * tree-cfg.h (should_remove_lhs_p): New predicate.
8955         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
8956         * gimplify.c (gimplify_modify_expr): Likewise.
8957         * tree-cfg.c (verify_gimple_call): Likewise.
8958         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8959         * gimple-fold.c: Include "tree-cfg.h".
8960         (gimple_fold_call): Use should_remove_lhs_p.
8962 2016-05-24  Richard Biener  <rguenther@suse.de>
8964         PR tree-optimization/71253
8965         * cfganal.h (control_dependences): Make robust against edge
8966         and BB removal.
8967         (control_dependences::control_dependences): Remove edge_list argument.
8968         (control_dependences::get_edge): Remove.
8969         (control_dependences::get_edge_src): Add.
8970         (control_dependences::get_edge_dest): Likewise.
8971         (control_dependences::m_el): Make a vector of edge src/dest index.
8972         * cfganal.c (control_dependences::find_control_dependence): Adjust.
8973         (control_dependences::control_dependences): Likewise.
8974         (control_dependences::~control_dependence): Likewise.
8975         (control_dependences::get_edge): Remove.
8976         (control_dependences::get_edge_src): Add.
8977         (control_dependences::get_edge_dest): Likewise.
8978         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
8979         get_edge_src.
8980         (perform_tree_ssa_dce): Adjust.
8981         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
8982         get_edge_src.
8983         (pass_loop_distribution::execute): Adjust.  Do loop destroying
8984         conditional on changed.
8986 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8988         PR target/69857
8989         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
8990         return.  Reindent transformation comment and mention the ARM state
8991         behavior.
8993 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
8995         PR middle-end/71252
8996         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
8997         after build_and_add_sum creates new use stmt.
8999 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
9001         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
9002         load_lanes/grouped_load classification comes first.  Don't check
9003         whether the vectorization factor is a multiple of the group size
9004         for load_lanes.
9006 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
9008         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
9009         GROUP_GAP for single-element interleaving.
9010         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
9011         variable.
9013 2016-05-24  Richard Biener  <rguenther@suse.de>
9015         PR middle-end/70434
9016         PR c/69504
9017         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
9018         bases which are accessed with non-invariant indices.
9019         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
9020         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
9022 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
9024         PR middle-end/71170
9025         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
9026         (add_to_ops_vec): Add stmt_to_insert.
9027         (add_repeat_to_ops_vec): Init stmt_to_insert.
9028         (insert_stmt_before_use): New.
9029         (transform_add_to_multiply): Remove mult_stmt insertion and add it
9030         to ops vector.
9031         (get_ops): Init stmt_to_insert.
9032         (maybe_optimize_range_tests): Likewise.
9033         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
9034         (rewrite_expr_tree_parallel): Likewise.
9035         (reassociate_bb): Likewise.
9037 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
9039         PR target/71201
9040         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
9041         ISA 3.0 xxperm fusion alternative.
9042         (altivec_vperm_v8hiv16qi): Likewise.
9043         (altivec_vperm_<mode>_uns_internal): Likewise.
9044         (vperm_v8hiv4si): Likewise.
9045         (vperm_v16qiv8hi): Likewise.
9047 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
9048             Kelvin Nilsen  <kelvin@gcc.gnu.org>
9050         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
9051         vpermr/xxpermr on ISA 3.0.
9052         (altivec_expand_vec_perm_le): Likewise.
9053         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
9054         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
9055         ISA 3.0.
9057 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
9059         * config/i386/i386.h (IS_STACK_MODE): Enable for
9060         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
9061         SSE_FLOAT_MODE_P macros.
9062         * config/i386/i386.c (ix86_preferred_reload_class): Use
9063         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
9064         Cleanup regclass processing for CONST_DOUBLE_P.
9065         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
9066         (ix86_rtx_costs): Remove redundant TARGET_80387 check
9067         with IS_STACK_MODE macro.
9068         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
9069         with TARGET_SSE2.
9070         (*movdf_internal): Use IS_STACK_MODE macro.
9071         (*movsf_internal): Ditto.
9073 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
9075         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
9076         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
9078 2016-05-23  Jeff Law  <law@redhat.com>
9080         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
9081         extracted from ...
9082         (fsm_find_control_statement_thread_paths): Call it.
9084 2016-05-23  Martin Jambor  <mjambor@suse.cz>
9086         PR ipa/71234
9087         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
9088         from_global_constant if t is not NULL.
9090 2016-05-23  Marek Polacek  <polacek@redhat.com>
9092         PR c/49859
9093         * common.opt (Wswitch-unreachable): New option.
9094         * doc/invoke.texi: Document -Wswitch-unreachable.
9095         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
9096         warning.
9098 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
9100         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
9101         TMR_INDEX is non-NULL.
9103 2016-05-23  Richard Biener  <rguenther@suse.de>
9105         PR tree-optimization/71230
9106         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
9107         (try_special_add_to_ops): ... here.  Always test for single-use.
9109 2016-05-23  Martin Jambor  <mjambor@suse.cz>
9111         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
9112         default block if a PHI node in the original one would be resized.
9114 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9116         PR tree-optimization/58135
9117         * tree-vect-slp.c: When group size is not multiple
9118         of vector size, allow splitting of store group at
9119         vector boundary.
9121 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
9123         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
9125 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
9127         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
9128         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
9129         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
9130         of 64x2.
9132         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
9133         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
9134         v constraint instead of x and vinserti32x4 insn.
9136         * config/i386/sse.md (i128vldq): New mode iterator.
9137         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
9138         avx512dq and avx512vl alternatives.
9140         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
9141         constraint, use maybe_evex prefix instead of vex.
9142         (vec_dupv4sf): Use v constraint instead of x for output
9143         operand except for noavx alternative, use Yv constraint
9144         instead of x for input.  Use maybe_evex prefix instead of vex.
9145         (*vec_dupv4si): Likewise.
9146         (*vec_dupv2di): Likewise.
9148 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
9150         PR middle-end/40921
9151         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
9152         (linearize_expr_tree): Call try_special_add_to_ops.
9153         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
9155 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
9157         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
9158         to computed stack_usage.
9160 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
9162         PR target/71103
9163         * config/avr/avr.md (define_expand "mov<mode>"): If the source
9164         operand is subreg (symbol_ref) then move the symbol ref to register.
9166 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
9168         * tree.c (array_at_struct_end_p): Look through MEM_REF.
9170 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
9172         PR middle-end/71179
9173         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
9174         VECTOR type.
9176 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
9178         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
9179         ranges by calling get_single_symbol and tidy up.  Look more closely
9180         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
9182 2016-05-20  Jeff Law  <law@redhat.com>
9184         * bitmap.c (bitmap_find_bit): Remove useless test.
9186 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
9188         * function.c (thread_prologue_and_epilogue_insns): Commit the
9189         insertion of the epilogue.
9191 2016-05-20  Martin Jambor  <mjambor@suse.cz>
9193         PR tree-optimization/70884
9194         * tree-sra.c (initialize_constant_pool_replacements): Do not check
9195         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
9196         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
9197         of constant pool data as a reason for scalarization.
9199 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
9201         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
9202         for naked functions.
9203         (thumb1_expand_prologue): Likewise.
9205 2016-05-20  Nathan Sidwell  <nathan@acm.org>
9207         * config/nvptx/nptx.c (nvptx_option_override): Only set
9208         flag_toplevel_reorder, if not explicitly specified.  Set
9209         flag_no_common, unless explicitly specified.
9211 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9213         * calls.c (can_implement_as_sibling_call_p): Mark param
9214         reg_parm_stack_space with ATTRIBUTE_UNUSED.
9216 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
9218         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
9219         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
9220         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
9221         constants.
9222         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
9223         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
9224         and CASE_CONST_ANY.
9226 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
9228         * config/nvptx/nvptx.md (sincossf3): New pattern.
9230 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9232         * calls.c (maybe_complain_about_tail_call): New function.
9233         (initialize_argument_information): Call
9234         maybe_complain_about_tail_call when clearing *may_tailcall.
9235         (can_implement_as_sibling_call_p): Call
9236         maybe_complain_about_tail_call when returning false.
9237         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
9238         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
9239         if tail-call optimization fails.
9240         * cfgexpand.c (expand_call_stmt): Initialize
9241         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
9242         * gimple-pretty-print.c (dump_gimple_call): Dump
9243         gimple_call_must_tail_p.
9244         * gimple.c (gimple_build_call_from_tree): Call
9245         gimple_call_set_must_tail with the value of
9246         CALL_EXPR_MUST_TAIL_CALL.
9247         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
9248         (gimple_call_set_must_tail): New function.
9249         (gimple_call_must_tail_p): New function.
9250         * print-tree.c (print_node): Update printing of TREE_STATIC
9251         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
9252         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
9253         trailing comment listing applicable flags.
9254         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
9256 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9258         * calls.c (expand_call): Move "Rest of purposes for tail call
9259         optimizations to fail" to...
9260         (can_implement_as_sibling_call_p): ...this new function, and
9261         split into multiple "if" statements.
9263 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9265         * cfgloop.h (expected_loop_iterations_unbounded,
9266         expected_loop_iterations): Unconstify.
9267         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
9268         profile with known upper bound; return 3 when profile is absent.
9269         (expected_loop_iterations): Update.
9271 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9273         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
9274         and get_max_loop_iterations_int.
9276 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9278         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
9279         realistic upper bounds here.
9281 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
9283         PR c++/71210
9284         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
9285         calls if the LHS is variable length or has addressable type.
9286         If targets[0]->decl is a noreturn call with void return type and
9287         zero arguments, adjust fntype and remove lhs in that case.
9289 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
9291         PR tree-optimization/71079
9292         PR tree-optimization/71206
9293         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
9295 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9297         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
9298         (get_vec_alignment_for_array_decl): Likewise.
9299         (get_vec_alignment_for_record_decl): Likewise.
9300         (increase_alignment::execute): Move code to find alignment to
9301         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
9302         (type_align_map): New hash_map.
9304 2016-05-20  Richard Guenther  <rguenther@suse.de>
9306         PR tree-optimization/29756
9307         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
9308         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
9309         * fold-const.c (operand_equal_p): Likewise.
9310         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
9311         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
9312         * tree-inline.c (estimate_operator_cost): Likewise.
9313         * tree-pretty-print.c (dump_generic_node): Likewise.
9314         * tree-ssa-operands.c (get_expr_operands): Likewise.
9315         * cfgexpand.c (expand_debug_expr): Likewise.
9316         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
9317         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
9318         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
9319         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
9320         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
9321         (execute_update_addresses_taken): Do it.
9323 2016-05-20  Richard Biener  <rguenther@suse.de>
9325         PR tree-optimization/71185
9326         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
9327         register operations.
9329 2016-05-20  Richard Biener  <rguenther@suse.de>
9331         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
9332         gimple_seq_add_seq_without_update.
9333         (release_bb_predicate): Assert we have no operands to free.
9334         (if_convertible_loop_p_1): Calculate post dominators later.
9335         Do not free BB predicates here.
9336         (combine_blocks): Do not recompute BB predicates.
9337         (version_loop_for_if_conversion): Save BB predicates around
9338         loop versioning.
9340 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9342         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
9343         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
9344         code.  Ignore sibcalls on EDGE_IGNORE edges.
9345         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
9346         on edges for sibcalls that run without prologue.  The rest of the
9347         function is combined from...
9348         (fix_fake_fallthrough_edge): ... this, and ...
9349         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
9350         function argument, make it a local variable.
9352 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
9354         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
9355         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
9356         for 32-bit mode and SEH for 64-bit.
9357         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
9358         TARGET_64BIT_DEFAULT.
9360 2016-05-19  Ryan Burn  <contact@rnburn.com>
9362         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
9363         * gengtype.c (open_base_files): Add cilk.h to ifiles.
9365 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
9367         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
9368         force pending loads from memory.
9370 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9372         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
9373         (UNSPEC_DARN_32): New unspec constant.
9374         (UNSPEC_DARN_RAW): New unspec constant.
9375         (darn_32): New instruction.
9376         (darn_raw): New instruction.
9377         (darn): New instruction.
9378         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
9379         support and documentation for this macro.
9380         (BU_P9_MISC_1): New macro definition.
9381         (BU_P9_64BIT_MISC_0): New macro definition.
9382         (BU_P9_MISC_0): New macro definition.
9383         (darn_32): New builtin definition.
9384         (darn_raw): New builtin definition.
9385         (darn): New builtin definition.
9386         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
9387         RS6000_BUILTIN_0 directives to surround each occurrence of
9388         #include "rs6000-builtin.def".
9389         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
9390         RS6000_BTM_64BIT flags to the returned mask, depending on
9391         configuration.
9392         (def_builtin): Correct an error in the assignments made to the
9393         debugging variable attr_string.
9394         (rs6000_expand_builtin): Add support for no-operand built-in
9395         functions.
9396         (builtin_function_type): Remove fatal_error assertion that is no
9397         longer valid.
9398         (rs6000_common_init_builtins): Add support for no-operand built-in
9399         functions.
9400         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
9401         definition.
9402         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
9403         definition.
9404         (RS6000_BTM_64BIT): New macro definition.
9405         * doc/extend.texi: Document __builtin_darn (void),
9406         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
9407         functions.
9409 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
9411         * tree-vect-loop.c (vect_analyze_loop_2): Use also
9412         max_loop_iterations_int.
9414 2016-05-19  Marek Polacek  <polacek@redhat.com>
9416         PR tree-optimization/71031
9417         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
9418         condition and adjust the code a bit.
9420 2016-05-19  Martin Liska  <mliska@suse.cz>
9422         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
9423         auto_vec instead of vec.
9425 2016-05-19  Martin Liska  <mliska@suse.cz>
9427         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
9429 2016-05-19  Martin Liska  <mliska@suse.cz>
9431         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
9433 2016-05-19  Martin Liska  <mliska@suse.cz>
9435         * ipa-pure-const.c (set_function_state): Remove an existing
9436         funct_state.
9437         (remove_node_data): Do not free it as it's released
9438         in set_function_state.
9440 2016-05-19  Martin Liska  <mliska@suse.cz>
9442         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
9443         bitmap.
9445 2016-05-19  Martin Liska  <mliska@suse.cz>
9447         * omp-simd-clone.c (simd_clone_adjust): Release vector.
9449 2016-05-19  Martin Liska  <mliska@suse.cz>
9451         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
9452         an auto_vec instead of re-creating it.
9454 2016-05-19  Martin Liska  <mliska@suse.cz>
9456         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
9457         auto_vec instead of vec.
9459 2016-05-19  Martin Liska  <mliska@suse.cz>
9461         * lto-section-in.c (lto_get_section_data): Call
9462         lto_check_version with additional argument.
9463         * lto-streamer.c (lto_check_version): Add new argument.
9464         * lto-streamer.h (lto_check_version): Likewise.
9466 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9468         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
9469         Don't add cost of inner memory when handling sign-extended loads.
9471 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
9473         PR rtl-optimization/71148
9474         * cse.c (cse_main): Free dominance info.
9475         (rest_of_handle_cse): Don't free dominance info.
9476         (rest_of_handle_cse2): Likewise.
9477         (rest_of_handle_cse_after_global_opts): Likewise.
9479 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9481         PR target/71056
9482         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
9483         NULL_TREE early if NEON is not available.  Remove now redundant check
9484         in ARM_CHECK_BUILTIN_MODE.
9486 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
9488         PR sanitizer/64354
9489         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
9490         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
9491         * doc/cpp.texi: Document new macros.
9493 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
9495         PR tree-optimization/69848
9496         * tree-vect-loop.c (vectorizable_reduction): Don't factor
9497         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
9499 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9501         * function.c (thread_prologue_and_epilogue_insn): Move the
9502         "goto epilogue_done" one block later.
9504 2016-05-19  Richard Biener  <rguenther@suse.de>
9506         PR tree-optimization/70729
9507         * passes.def: Move LIM pass before PRE.  Remove no longer
9508         required copyprop and move first DCE out of the loop pipeline.
9510 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
9512         PR driver/69265
9513         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
9514         (OBJS-libcommon-target): ...here.
9515         * opts-common.c: Include spellcheck.h.
9516         (cmdline_handle_error): Build a vec of valid options and use it
9517         to suggest provide hints for misspelled arguments.
9519 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
9521         PR c++/71100
9522         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
9523         lhs if it has TREE_ADDRESSABLE type.
9525 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
9527         PR target/71145
9528         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
9529         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
9531 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9533         PR ipa/69708
9534         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
9535         input for NOP_EXPR pass-through functions.
9536         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
9537         aggregate global constant VAR_DECLs in constant jump functions.
9539 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9541         PR ipa/69708
9542         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
9543         from TREE_READONLY parameters.
9545 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9547         PR ipa/69708
9548         * cgraph.h (cgraph_indirect_call_info): New field
9549         guaranteed_unmodified.
9550         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
9551         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9552         appropriate.
9553         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
9554         pass the parameter value to ipa_find_agg_cst_for_param.
9555         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
9556         guaranteed_unmodified, store AA results there instead of bailing out
9557         if present.
9558         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
9559         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
9560         (find_constructor_constant_at_offset): New function.
9561         (ipa_find_agg_cst_from_init): Likewise.
9562         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
9563         static initializers of contants, report back through a new paameter
9564         from_global_constant if that was the case.
9565         (try_make_edge_direct_simple_call): Also pass parameter value to
9566         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9567         appropriate.
9568         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
9569         (ipa_read_indirect_edge_info): Likewise.
9570         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
9571         (ipa_load_from_parm_agg): Likewise.
9573 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
9575         PR rtl-optimization/71150
9576         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
9577         check.
9579 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9581         PR target/70915
9582         * config/rs6000/constraints.md (wE constraint): New constraint
9583         for a vector constant that can be loaded with XXSPLTIB.
9584         (wM constraint): New constraint for a vector constant of a 1's.
9585         (wS constraint): New constraint for a vector constant that can be
9586         loaded with XXSPLTIB and a vector sign extend instruction.
9587         * config/rs6000/predicates.md (xxspltib_constant_split): New
9588         predicates for wE/wS constraints.
9589         (xxspltib_constant_nosplit): Likewise.
9590         (easy_vector_constant): Add support for constants that can be
9591         loaded via XXSPLTIB.
9592         (all_ones_constant): New predicate for vector constant with all
9593         1's set.
9594         (splat_input_operand): Add support for ISA 3.0 word splat operations.
9595         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
9596         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
9597         instruction and possibly with a sign extension.
9598         (output_vec_const_move): Add support for XXSPLTIB. If we are
9599         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
9600         instead of XXLXOR/XXLORC.
9601         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
9602         operations.
9603         (rs6000_legitimize_reload_address): Likewise.
9604         (rs6000_output_move_128bit): Use output_vec_const_move to emit
9605         constants.
9606         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
9607         combine VSX_M and VSX_M2 into one iterator.
9608         (VSX_M2): Likewise.
9609         (VSINT_84): New iterators for loading constants with XXSPLTIB.
9610         (VSINT_842): Likewise.
9611         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
9612         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
9613         XXSPLTIB instruction.
9614         (xxspltib_<mode>_nosplit): Likewise.
9615         (xxspltib_<mode>_split): New insn to load up constants with
9616         XXSPLTIB and a sign extend instruction.
9617         (vsx_mov<mode>): Replace single move that handled all vector types
9618         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
9619         moves (when -mvsx-timode is in effect) into the main vector
9620         moves.  Eliminate separate moves for <VSr> <VSa>, where the
9621         preferred register class (<VSr>) is listed first, and the
9622         secondary register class (<VSa>) is listed second with a '?' to
9623         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
9624         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
9625         that if the register was involved in a slow operation, the
9626         clear/set operation does not wait for the slow operation to
9627         finish.  Adjust the length attributes for 32-bit mode.  Use
9628         rs6000_output_move_128bit and drop the use of the string
9629         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
9630         spacing so that the alternatives and attributes don't generate
9631         long lines, and put things in columns, so that it is easier to
9632         match up the operands and attributes with the insn alternatives.
9633         (vsx_mov<mode>_64bit): Likewise.
9634         (vsx_mov<mode>_32bit): Likewise.
9635         (vsx_movti_64bit): Fold movti into normal vector moves.
9636         (vsx_movti_32bit): Likewise.
9637         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
9638         splat instructions.
9639         (vsx_splat_v4si_internal): Likewise.
9640         (vsx_splat_v4sf_internal): Likewise.
9641         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
9642         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
9643         extend vector elements.
9644         (vsx_sign_extend_hi_<mode>): Likewise.
9645         (vsx_sign_extend_si_v2di): Likewise.
9646         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
9647         declaration.
9648         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
9649         constraints.  Add trailing period to wL documentation.
9651 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
9653         PR middle-end/71020
9654         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
9655         * tree-dfa.c (replace_abnormal_ssa_names): New function.
9656         * tree-call-cdce.c: Include tree-dfa.h.
9657         (can_guard_call_p): New function, extracted from...
9658         (can_use_internal_fn): ...here.
9659         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
9660         and return void.
9661         (shrink_wrap_one_built_in_call): Likewise.
9662         (use_internal_fn): Likewise.
9663         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
9664         and return void.  Call replace_abnormal_ssa_names.
9665         (pass_call_cdce::execute): Check can_guard_call_p during the
9666         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
9667         will always change something.
9669 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9671         PR ipa/70646
9672         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
9673         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
9675 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9677         PR ipa/70646
9678         * ipa-inline.h (condition): New field size.
9679         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
9680         for comaprison and store it into the new condition.
9681         (evaluate_conditions_for_known_args): Use condition size to check
9682         access sizes for all but CHANGED conditions.
9683         (unmodified_parm_1): New parameter size_p, store access size into it.
9684         (unmodified_parm): Likewise.
9685         (unmodified_parm_or_parm_agg_item): Likewise.
9686         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
9687         (set_cond_stmt_execution_predicate): Extract access sizes and store
9688         them to conditions.
9689         (set_switch_stmt_execution_predicate): Likewise.
9690         (will_be_nonconstant_expr_predicate): Likewise.
9691         (will_be_nonconstant_predicate): Likewise.
9692         (inline_read_section): Stream condition size.
9693         (inline_write_summary): Likewise.
9695 2016-05-18  Richard Biener  <rguenther@suse.de>
9697         * tree-ssa-loop-im.c (determine_max_movement): Properly add
9698         condition cost to PHI cost instead of total_cost.
9700 2016-05-18  Martin Liska  <mliska@suse.cz>
9702         PR fortran/70856
9703         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
9704         merged variables.
9706 2016-05-18  Richard Biener  <rguenther@suse.de>
9708         * lto-streamer.h (LTO_major_version): Bump to 6.
9710 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9712         * function.c (make_split_prologue_seq, make_prologue_seq,
9713         make_epilogue_seq): New functions, factored out from...
9714         (thread_prologue_and_epilogue_insns): Here.
9716 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9718         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
9719         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
9720         of before.  Add a comment.
9722 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
9724         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
9725         expression pointer, not pointer to the pointer.
9727 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
9729         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
9730         (avx2_pbroadcast<mode>): Add another alternative with v instead
9731         of x constraints in it, using <pbroadcast_evex_isa> isa.
9732         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
9734         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
9735         constraint x instead of v in second alternative, add avx512bw
9736         alternative.
9738         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
9739         constraint x instead of v in second alternative, add avx512bw
9740         alternative.
9742         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
9743         constraint x instead of v in second alternative, add avx512bw
9744         alternative.
9746         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
9747         avx512bw alternative.
9749 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9751         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
9752         array to 128 chars.
9753         (define_insn "*andnottf3"): Ditto.
9754         (define_insn "*<code><mode>3"/any_logic): Ditto.
9755         (define_insn "*<code>tf3"/any_logic): Ditto.
9756         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
9757         operand to block AVX-512VL insn variant emit when it is not enabled.
9759 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9761         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
9762         constraint fot SF mode.
9764 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
9765             Kirill Yukhin  <kirill.yukhin@intel.com>
9767         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
9768         modifiers.
9769         (define_insn "rsqrt14<mode>"): Ditto.
9770         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
9771         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
9772         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
9773         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
9774         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
9775         Ditto.
9776         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
9777         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
9778         * config/i386/i386.c (ix86_print_operand): Expand check for size
9779         override codes for Intel syntax.
9781 2016-05-18  Richard Biener  <rguenther@suse.de>
9783         PR tree-optimization/71168
9784         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
9785         initialization earlier.
9787 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
9789         * config/aarch64/aarch64-simd.md
9790         (aarch64_reduc_plus_internal<mode>): Rename to...
9791         (reduc_plus_scal): ...This, and remove previous implementation.
9793 2016-05-18  Richard Biener  <rguenther@suse.de>
9795         * passes.def: Put late dse and cd_dce in canonical order.
9797 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
9799         * ipa-inline-transform.c (preserve_function_body_p): Look for
9800         first non-thunk clone.
9801         (save_function_body): Save into first non-thunk.
9802         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
9803         up call stmt id.
9804         (lto_output_node): Inline thunks don't need body in every
9805         partition.
9806         * lto-streamer-in.c: Do not fixup thunk clones.
9807         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
9808         thunks.
9809         * tree-inline.c (copy_bb): Be prepared for target node to be new after
9810         folding suceeds.
9812 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
9814         PR middle-end/63586
9815         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
9816         (reassociate_bb): Call transform_add_to_multiply.
9818 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
9820         * config/aarch64/aarch64.c (all_extensions): Removed unused
9821         static variable.
9823 2016-05-17  Nathan Sidwell  <nathan@acm.org>
9825         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
9826         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
9828 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
9830         PR tree-optimization/54579
9831         PR middle-end/55299
9832         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
9834 2016-05-17  Marek Polacek  <polacek@redhat.com>
9836         PR ipa/71146
9837         * tree-inline.c (expand_call_inline): Call
9838         maybe_remove_unused_call_args.
9840 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
9842         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
9843         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
9844         * doc/md.texi (fmin@var{m}3): Likewise.
9846 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9848         * match.pd (X & C): New transformation.
9850 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9852         * match.pd (~X & Y): New transformation.
9854 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9856         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
9857         information for new SSA_NAME.
9858         (simplify_conversion_using_ranges): Get range through get_range_info
9859         instead of get_value_range.
9861 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9863         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
9864         Remove inline assembly.
9865         (vmvn_s16): Likewise.
9866         (vmvn_s32): Likewise.
9867         (vmvn_u8): Likewise.
9868         (vmvn_u16): Likewise.
9869         (vmvn_u32): Likewise.
9870         (vmvnq_s8): Likewise.
9871         (vmvnq_s16): Likewise.
9872         (vmvnq_s32): Likewise.
9873         (vmvnq_u8): Likewise.
9874         (vmvnq_u16): Likewise.
9875         (vmvnq_u32): Likewise.
9876         (vmvn_p8): Likewise.
9877         (vmvnq_p16): Likewise.
9879 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9881         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
9882         Use builtin.
9883         (vmul_n_s16): Likewise.
9884         (vmul_n_s32): Likewise.
9885         (vmul_n_u16): Likewise.
9886         (vmul_n_u32): Likewise.
9887         (vmulq_n_f32): Likewise.
9888         (vmulq_n_f64): Likewise.
9889         (vmulq_n_s16): Likewise.
9890         (vmulq_n_s32): Likewise.
9891         (vmulq_n_u16): Likewise.
9892         (vmulq_n_u32): Likewise.
9894 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9896         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
9897         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
9899 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9901         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
9902         to *aarch64_fma4_elt_from_dup<mode>.
9903         (*aarch64_fnma4_elt_to_128df): Rename to
9904         *aarch64_fnma4_elt_from_dup<mode>.
9905         * config/aarch64/arm_neon.h (vfma_n_f64): New.
9906         (vfms_n_f32): Likewise.
9907         (vfms_n_f64): Likewise.
9908         (vfmsq_n_f32): Likewise.
9909         (vfmsq_n_f64): Likewise.
9911 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
9913         * wide-int.h: Change fixed_wide_int_storage from class to struct.
9915 2016-05-17  Richard Biener  <rguenther@suse.de>
9917         PR tree-optimization/71132
9918         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
9919         Only add control dependences for blocks in the loop.
9920         (build_rdg): Adjust.
9921         (generate_code_for_partition): Return whether loop should
9922         be destroyed and delay that.
9923         (distribute_loop): Likewise.
9924         (pass_loop_distribution::execute): Record loops to be destroyed
9925         and perform delayed destroying of loops.
9927 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9929         PR target/70809
9930         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
9932 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9934         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
9936 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
9938         PR target/71114
9939         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
9940         insertion point for instructions generated by validize_mem.
9942 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9944         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
9945         in brackets.
9947 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9949         * config/aarch64/aarch64.c
9950         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
9951         rather than a macro.
9953 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
9955         * doc/invoke.texi (AArch64 Options): Various updates.
9957 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
9959         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
9960         into instrumentation thunks.
9961         * cif-code.def (CIF_CHKP): New.
9963 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
9965         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
9967 2016-05-16  Martin Jambor  <mjambor@suse.cz>
9969         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
9970         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
9972 2016-05-16  Marek Polacek  <polacek@redhat.com>
9974         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
9975         commentary.
9977 2016-05-16  Martin Jambor  <mjambor@suse.cz>
9979         PR hsa/70857
9980         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
9981         the outlined kernel function.
9983 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
9985         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
9986         (ISA_HAS_DLSA): Ditto.
9988 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
9990         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
9992 2016-05-16  Nathan Sidwell  <nathan@acm.org>
9994         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
9995         (nvptx_name_replacement): Restore.  Add comment.
9996         (write_fn_proto, write_fn_proto_from_insn,
9997         nvptx_output_call_insn): Restore
9998         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
10000 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
10002         * config/aarch64/aarch64.md
10003         (add<mode>3_compareC_cconly_imm): Remove use of %w.
10004         (add<mode>3_compareC_imm): Likewise.
10005         (<optab>si3_uxtw): Split into register and immediate variants.
10006         (andsi3_compare0_uxtw): Likewise.
10007         (and<mode>3_compare0): Likewise.
10008         (and<mode>3nr_compare0): Likewise.
10009         (stack_protect_test_<mode>): Don't use %x for memory operands.
10011 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
10013         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
10015 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
10017         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
10018         Split integer shifts into shift_reg and bfm.
10019         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
10020         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
10021         (ror<mode>3_insn): Likewise.
10022         (<optab>si3_insn_uxtw): Likewise.
10023         (<optab><mode>3_insn): Change to rotate_imm.
10024         (extr<mode>5_insn_alt): Likewise.
10025         (extrsi5_insn_uxtw): Likewise.
10026         (extrsi5_insn_uxtw_alt): Likewise.
10028 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10030         * doc/tm.texi: Regenerate.
10031         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
10032         (TARGET_INVALID_RETURN_TYPE): Remove.
10033         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
10034         TARGET_INVALID_RETURN_TYPE.
10035         * target.def (invalid_parameter_type): Remove.
10036         (invalid_return_type): Remove.
10038 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10040         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
10041         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
10042         calls from thunk.
10043         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
10044         gimple body.
10045         (preserve_function_body_p): No need to preserve function body
10046         * cif-codes.def (CIF_THUNK): Remove.
10047         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
10049 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10051         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
10053 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10055         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
10056         for thunks.
10058 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10060         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
10061         (inline_small_functions): Do not look for function symbol when
10062         resetting caches.
10064 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10066         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
10067         of inline thunks
10069 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10070             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10071             Jiong Wang  <jiong.wang@arm.com>
10073         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
10074         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
10075         Define __ARM_FP16_ARGS when appropriate.
10076         * config/arm/arm.c (arm_invalid_parameter_type): Remove
10077         declaration.
10078         (arm_invalid_return_type): Likewise.
10079         (TARGET_INVALID_PARAMETER_TYPE): Remove.
10080         (TARGET_INVALID_RETURN_TYPE): Remove.
10081         (aapcs_vfp_sub_candidate): Allow HFmode.
10082         (aapcs_vfp_allocate): Add comment.  Support HFmode.
10083         (aapcs_vfp_allocate_return_reg): Likewise.
10084         (struct aapcs_cp_arg_layout): Slightly reword comments for
10085         is_return_candidate and allocate_return_reg.
10086         (output_mov_vfp): Update assert.
10087         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
10088         condition.
10089         (arm_invalid_parameter_type): Remove.
10090         (amr_invalid_return_type): Remove.
10091         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
10092         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
10093         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
10095 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10097         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
10098         * config/aarch64/arch64-protos.h
10099         (aarch64_legitimize_reload_address): Remove.
10100         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
10101         Remove.
10103 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
10105         * configure.ac: Add ACX_NONCANONICAL_HOST.
10106         * configure: Regenerate.
10107         * Makefile.in: Set host_noncanonical.
10109 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
10111         PR target/71097
10112         * config/i386/i386.md (*movtf_internal): Before register allocation,
10113         do not allow FP constants for CM_MEDIUM memory model, allow only
10114         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
10115         (*movxf_internal): Ditto.
10116         (*movdf_internal): Ditto.
10117         (*movsf_internal): Ditto.
10119 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
10121         PR rtl-optimization/67483
10122         * combine.c (make_compound_operation): Don't call extract_left_shift
10123         with negative shift amounts.
10125 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
10127         PR bootstrap/71071
10128         * fold-const.c (fold_checksum_tree): Allow modification
10129         of TYPE_ALIAS_SET during folding.
10131         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
10132         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
10133         (ix86_split_to_parts): Likewise.  Fix up formatting.
10135 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
10137         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
10138         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
10139         printf format.
10141 2016-05-13  Nathan Sidwell  <nathan@acm.org>
10143         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
10144         (nvptx_name_replacement): Delete.
10145         (write_fn_proto, write_fn_proto_from_insn,
10146         nvptx_output_call_insn): Remove nvptx_name_replacement call.
10147         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
10148         * langhooks.c (add_builtin_funcction_common): Call
10149         targetm.mangle_decl_assembler_name.
10151         * config/nvptx/nvptx.c (write_fn_proto): Handle
10152         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
10154 2016-05-13  Martin Liska  <mliska@suse.cz>
10156         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
10157         and PRIu64 in printf format.
10159 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10161         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
10162         comment.
10164 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10166         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
10167         Change --param max-completely-peeled-times to
10168         --param max-completely-peel-times in dump file printing.
10170 2016-05-13  Richard Biener  <rguenther@suse.de>
10172         PR tree-optimization/42587
10173         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
10174         (find_bswap_or_nop_1): Likewise.
10175         (bswap_replace): Likewise.
10177 2016-05-13  Martin Liska  <mliska@suse.cz>
10179         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
10180         Initialize a variable with default value.
10182 2016-05-13  Martin Liska  <mliska@suse.cz>
10184         * doc/invoke.texi: Enhance explanation of error recovery
10185         of sanitizers.
10187 2016-05-13  Martin Liska  <mliska@suse.cz>
10189         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
10190         (struct cost_pair): Change inv_expr_id (int) to inv_expr
10191         (iv_inv_expr_ent *).
10192         (struct iv_inv_expr_ent): Comment struct fields.
10193         (sort_iv_inv_expr_ent): New function.
10194         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
10195         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
10196         a hash_map between iv_inv_expr_ent and number of usages.
10197         (niter_for_exit): Fix coding style.
10198         (tree_ssa_iv_optimize_init): Use renamed variable.
10199         (determine_base_object): Fix coding style.
10200         (alloc_iv): Likewise.
10201         (find_interesting_uses_outside): Likewise.
10202         (add_candidate_1): Likewise.
10203         (add_standard_iv_candidates): Likewise.
10204         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
10205         (prepare_decl_rtl): Fix coding style.
10206         (get_address_cost): Likewise.
10207         (get_shiftadd_cost): Likewise.
10208         (force_expr_to_var_cost): Likewise.
10209         (compare_aff_trees): Likewise.
10210         (get_expr_id): Restructure the function.
10211         (get_loop_invariant_expr_id): Renamed to
10212         get_loop_invariant_expr.
10213         (get_computation_cost_at): Replace usage of inv_expr_id with
10214         inv_expr.
10215         (get_computation_cost): Likewise.
10216         (determine_group_iv_cost_generic): Likewise.
10217         (determine_group_iv_cost_address): Likewise.
10218         (iv_period): Fix coding style.
10219         (iv_elimination_compare_lt): Likewise.
10220         (may_eliminate_iv): Likewise.
10221         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
10222         inv_expr.
10223         (determine_group_iv_costs): Dump invariant expressions.
10224         (iv_ca_recount_cost): Use the newly added hash_map.
10225         (iv_ca_set_remove_invariants): Fix coding style.
10226         (iv_ca_set_add_invariants): Fix coding style.
10227         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
10228         invariants.
10229         (iv_ca_set_cp): Likewise.
10230         (iv_ca_new): Initialize the newly added hash_map and remove
10231         initialization of fields.
10232         (iv_ca_free): Delete the hash_map.
10233         (iv_ca_dump): Dump invariant expressions.
10234         (iv_ca_extend): Fix coding style.
10235         (try_add_cand_for): Likewise.
10236         (create_new_ivs): Dump information about # of avg iterations and
10237         # of used invariant expressions.
10238         (rewrite_use_compare): Fix coding style.
10239         (free_loop_data): Set default value for max_inv_expr_id.
10241 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
10243         * cse.c (rest_of_handle_cse): Use cleanup_cfg
10244         returned value cse_cfg_altered computation.
10245         (rest_of_handle_cse2): Likewise.
10246         (rest_of_handle_cse_after_global_opts): Likewise.
10248 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10250         PR target/53440
10251         * config/arm/arm.c (arm32_output_mi_thunk): New.
10252         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
10253         to split Thumb1 vs TARGET_32BIT functionality.
10254         (arm_thumb1_mi_thunk): New.
10256 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10258         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
10259         to true.
10261 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10263         PR target/71080
10264         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
10266 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
10268         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
10269         (expand_builtin_trap): Emit a regular call.
10270         (set_builtin_user_assembler_name): Remove obsolete cases.
10271         * dse.c (scan_insn): Adjust.
10272         * except.c: Include calls.h.
10273         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
10274         emit a regular call to setjmp.
10275         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
10276         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
10277         (emit_block_move_via_libcall): Delete.
10278         (block_move_fn): Delete.
10279         (init_block_move_fn): Likewise.
10280         (emit_block_move_libcall_fn): Likewise.
10281         (emit_block_op_via_libcall): New function.
10282         (set_storage_via_libcall): Tidy up and use memset builtin.
10283         (block_clear_fn): Delete.
10284         (init_block_clear_fn): Likewise.
10285         (clear_storage_libcall_fn): Likewise.
10286         (expand_assignment): Call emit_block_move_via_libcall.
10287         Do not include gt-expr.h.
10288         * expr.h (emit_block_op_via_libcall): Declare.
10289         (emit_block_copy_via_libcall): New inline function.
10290         (emit_block_move_via_libcall): Likewise.
10291         (emit_block_comp_via_libcall): Likewise.
10292         (block_clear_fn): Delete.
10293         (init_block_move_fn): Likewise.
10294         (init_block_clear_fn): Likewise.
10295         (emit_block_move_via_libcall): Likewise.
10296         (set_storage_via_libcall): Add default parameter value.
10297         * libfuncs.h (enum libfunc_index): Remove obsolete values.
10298         (abort_libfunc): Delete.
10299         (memcpy_libfunc): Likewise.
10300         (memmove_libfunc): Likewise.
10301         (memcmp_libfunc): Likewise.
10302         (memset_libfunc): Likewise.
10303         (setbits_libfunc): Likewise.
10304         (setjmp_libfunc): Likewise.
10305         (longjmp_libfunc): Likewise.
10306         (profile_function_entry_libfunc): Likewise.
10307         (profile_function_exit_libfunc): Likewise.
10308         (gcov_flush_libfunc): Likewise.
10309         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
10310         and DECL_VISIBILITY on the declaration.
10311         (init_optabs): Do not initialize obsolete libfuncs.
10312         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
10313         * tree-core.h (ECF_RET1): Define.
10314         (ECF_TM_PURE): Adjust.
10315         (ECF_TM_BUILTIN): Likewise.
10316         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
10317         (build_common_builtin_nodes): Initialize abort builtin.
10318         Add ECF_RET1 on memcpy, memmove and memset builtins.
10319         Pass final flags for alloca and alloca_with_align builtins.
10320         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
10321         obsolete builtins.
10322         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
10323         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
10324         set_storage_via_libcall and call emit_block_copy_via_libcall.
10326 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
10328         * config/i386/i386.md (*call_got_x32): Change operand 0 to
10329         DImode before it is passed to ix86_output_call_operand.
10330         (*call_value_got_x32): Ditto for operand 1.
10332 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
10334         PR rtl-optimization/70904
10335         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
10336         reload for wide mode.
10338 2016-05-12  Marek Polacek  <polacek@redhat.com>
10340         PR c/70756
10341         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
10342         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
10343         * langhooks.h (incomplete_type_error): Likewise.
10344         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
10345         parameter, pass it down to incomplete_type_error.
10346         * tree.h (size_in_bytes): New inline overload.
10347         (size_in_bytes_loc): Renamed from size_in_bytes.
10349 2016-05-12  Richard Biener  <rguenther@suse.de>
10351         PR tree-optimization/71059
10352         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
10353         nary before looking up or entering the expression into the VN
10354         hashes.
10355         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
10356         Make sure to re-use NARYs without result as inserted by
10357         phi-translation.
10359 2016-05-12  Richard Biener  <rguenther@suse.de>
10361         PR tree-optimization/71062
10362         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
10363         field.
10364         * tree-ssa-structalias.c (set_uids_in_ptset): Set
10365         vars_contains_restrict if the var is a restrict tag.
10366         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
10367         do not disambiguate pointers against it.
10368         (dump_points_to_solution): Re-structure and adjust for new
10369         vars_contains_restrict flag.
10370         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
10372 2016-05-12  Martin Liska  <mliska@suse.cz>
10374         * doc/invoke.texi: Explain connection between
10375         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
10377 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
10379         PR tree-optimization/71006
10380         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
10381         consider COND_EXPR as a mask producer.
10383 2016-05-12  Marek Polacek  <polacek@redhat.com>
10385         PR driver/71063
10386         * opts.c (common_handle_option): Detect missing argument for --help^.
10388 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10390         PR target/70830
10391         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
10392         when popping the PC and within an interrupt handler routine.
10393         Add missing tab to output of "ldmfd".
10394         (output_return_instruction): Output LDMFD with SP update rather
10395         than POP when returning from interrupt handler.
10397 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
10399         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
10400         TARGET_64BIT && TARGET_AVX512DQ.
10401         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
10402         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
10403         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
10404         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
10405         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
10406         (*vec_extractv4si_zext): Add avx512dq alternative.
10407         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
10408         use v instead of x constraint in other alternatives where possible.
10410         * config/i386/sse.md (sse2_loadld): Use v instead of x
10411         constraint in alternatives 0,1,4.
10413         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
10414         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
10415         v constraints instead of x and <pinsr_evex_isa> isa attribute.
10417         PR target/71019
10418         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
10419         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
10420         is not emitted unless TARGET_AVX512BW.
10421         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
10422         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
10423         for the result operand.
10425         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
10426         constraint instead of x in avx alternatives.  Use maybe_evex instead
10427         of vex prefix.
10429         * config/i386/constraints.md (Yv): New constraint.
10430         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
10431         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
10432         * config/i386/i386.md (avx512fvecmode): New mode attr.
10433         (*pushtf): Use v constraint instead of x.
10434         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
10435         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
10436         (*absneg<mode>2): Use Yv constraint instead of x constraint.
10437         (*absnegtf2_sse): Likewise.
10438         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
10439         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
10440         avx512f alternatives.
10441         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
10443 2016-05-12  Richard Biener  <rguenther@suse.de>
10445         PR tree-optimization/71060
10446         * tree-data-ref.c (initialize_data_dependence_relation): Do not
10447         require exact match of DR_BASE_OBJECT but only matching address and
10448         type.
10450 2016-05-12  Richard Biener  <rguenther@suse.de>
10452         PR tree-optimization/70986
10453         * cfganal.c: Include cfgloop.h.
10454         (dfs_find_deadend): Prefer to take edges exiting loops.
10456 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10458         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
10459         compile and run time.
10461 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
10463         PR c/43651
10464         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
10466 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
10468         * config/i386/i386.c (legitimize_pic_address): Use
10469         copy_to_suggested_reg instead of gen_movsi.
10471 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10473         * config/rs6000/predicates.md (quad_memory_operand): Move most of
10474         the code into quad_address_p and call it to share code with
10475         vsx_quad_dform_memory_operand.
10476         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
10477         d-form support.
10478         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
10479         bit instead of being a separate word.  Split -mpower9-dform into
10480         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10481         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
10482         for the register class supporting 128-bit quad word memory offsets.
10483         (mode_supports_vsx_dform_quad): Helper function to return if the
10484         register class uses quad word memory offsets.
10485         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
10486         (rs6000_debug_reg_global): Always print if we are using LRA or not.
10487         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
10488         instructions are enabled, set up the appropriate addr_masks for
10489         128-bit types.
10490         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
10491         -mpower9-dform-scalar, instead of -mpower9-dform.
10492         (rs6000_option_override_internal): Split -mpower9-dform into two
10493         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
10494         -mpower9-dform switch sets or clears both.  If we are not using
10495         the LRA register allocator, do not enable -mpower9-dform-vector by
10496         default.  If we are using LRA, enable -mpower9-dform-vector and
10497         -mvsx-timode if it is appropriate.  Issue a warning if either
10498         -mpower9-dform-vector or -mvsx-timode are explicitly used without
10499         enabling LRA.
10500         (quad_address_offset_p): New helper function to return if the
10501         offset is legal for quad word memory instructions.
10502         (quad_address_p): New function to determin if GPR or vector
10503         register quad word memory addresses are legal.
10504         (mem_operand_gpr): Validate quad word address offsets.
10505         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
10506         d-form (register + offset) instructions.
10507         (offsettable_ok_by_alignment): Likewise.
10508         (rs6000_legitimate_offset_address_p): Likewise.
10509         (legitimate_lo_sum_address_p): Likewise.
10510         (rs6000_legitimize_address): Likewise.
10511         (rs6000_legitimize_reload_address): Add more debug statements for
10512         -mdebug=addr.
10513         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
10514         d-form instructions.
10515         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
10516         d-form instructions.  Distinguish different cases in debug
10517         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
10518         d-form instructions.
10519         (rs6000_preferred_reload_class): Likewise.
10520         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
10521         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
10522         of the ISA 2.06 indexed memory instructions.
10523         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
10524         use them to save/restore the saved vector registers instead of
10525         using Altivec instructions.
10526         (rs6000_emit_epilogue): Likewise.
10527         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
10528         (rs6000_opt_masks): Split -mpower9-dform into
10529         -mpower9-dform-scalar and -mpower9-dform-vector.
10530         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
10531         was not selected.
10532         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
10533         ISA 3.0 vector indexed memory instructions, and fold the code into
10534         the normal mov<mode> patterns.
10535         (p9_vecstore_<mode>): Likewise.
10536         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
10537         instructions.
10538         (vsx_movti_64bit): Likewise.
10539         (vsx_movti_32bit): Likewise.
10540         * config/rs6000/constraints.md (wO constraint): New constraint for
10541         ISA 3.0 vector d-form support.
10542         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
10543         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
10544         include -mpower9-dform-vector until we switch over to LRA.
10545         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
10546         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10547         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
10548         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
10549         for -mpower9-dform and -mlra.
10550         * doc/md.texi (wO constraint): Document wO constraint.
10552 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
10554         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
10555         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
10556         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
10557         Move handling of non-insn arguments inline into the sole user:
10558         (output_trans_func): ...here.
10559         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
10560         in emitted function prototype.
10561         (output_internal_insn_latency_func): Ditto.  Simplify.
10562         (output_internal_maximal_insn_latency_func): Ditto.  Delete
10563         always-unused argument.
10564         (output_insn_latency_func): Ditto.
10565         (output_maximal_insn_latency_func): Ditto.
10567 2016-05-11  Richard Biener  <rguenther@suse.de>
10569         PR tree-optimization/71055
10570         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
10571         sth with precision not equal to access size verify we don't chop
10572         off bits.
10574 2016-05-11  Richard Biener  <rguenther@suse.de>
10576         PR debug/71057
10577         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
10578         (dwarf2out_finish): Move retry_incomplete_types call ...
10579         (dwarf2out_early_finish): ... here.
10581 2016-05-11  Richard Biener  <rguenther@suse.de>
10583         PR middle-end/71002
10584         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
10585         if the langhook insists on it.
10586         * fold-const.c (make_bit_field_ref): Add arg for the original
10587         reference and preserve its alias-set.
10588         (decode_field_reference): Take exp by reference and adjust it
10589         to the original memory reference.
10590         (optimize_bit_field_compare): Adjust callers.
10591         (fold_truth_andor_1): Likewise.
10592         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
10594 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
10596         PR middle-end/70807
10597         * cfgrtl.h (delete_insn_and_edges): Now return bool.
10598         * cfgrtl.c (delete_insn_and_edges): Likewise.
10599         * config/i386/i386.c (convert_scalars_to_vector): Remove
10600         redundant code.
10601         * cse.c (cse_insn): Compute cse_cfg_altered.
10602         (delete_trivially_dead_insns): Likewise.
10603         (cse_cc_succs): Likewise.
10604         (rest_of_handle_cse): Free dominance info if required.
10605         (rest_of_handle_cse2): Likewise.
10606         (rest_of_handle_cse_after_global_opts): Likewise.
10608 2016-05-11  Alan Modra  <amodra@gmail.com>
10610         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
10611         abi_v4_pass_in_fpr): New functions.
10612         (rs6000_function_arg_boundary): Exclude complex IBM long double
10613         from 64-bit alignment when ABI_V4.
10614         (rs6000_function_arg, rs6000_function_arg_advance_1,
10615         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
10617 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
10619         PR rtl-optimization/71028
10620         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
10621         jump with just a return in the fallthrough block if the branch
10622         block contains just a return as well.
10624 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
10626         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
10627         * match.pd ((X & Y) ^ Y): ... this.
10628         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
10629         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
10631 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
10633         * read-md.c (require_char_ws): New function.
10634         (read_string): Simplify using require_char_ws.
10635         (handle_constants): Likewise.
10636         (handle_enum): Likewise.
10637         (handle_file): Likewise.
10638         * read-md.h (require_char_ws): New declaration.
10639         * read-rtl.c (read_conditions): Simplify using require_char_ws.
10640         (read_mapping): Likewise.
10641         (read_rtx_code): Likewise.
10642         (read_nested_rtx): Likewise.
10644 2016-05-10  James Norris  <jnorris@codesourcery.com>
10646         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
10647         if offloading is enabled and -fopenacc or -fopenmp is specified.
10648         (CRTOFFLOADEND): Likewise.
10649         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
10650         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
10652 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
10654         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
10655         gotoff_operand code paths.  Use copy_to_suggested_regs and
10656         expand_simple_binop where appropriate.  Cleanup.
10658 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10660         PR target/70799
10661         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
10662         integer constants.
10663         (dimode_scalar_chain::vector_const_cost): New.
10664         (dimode_scalar_chain::compute_convert_gain): Handle constants.
10665         (dimode_scalar_chain::convert_op): Likewise.
10666         (dimode_scalar_chain::convert_insn): Likewise.
10668 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
10670         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
10671         unary operation, not a binary one.
10673 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10675         PR middle-end/70877
10676         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
10677         calls with type casted fndecl.
10679 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10681         PR tree-optimization/70786
10682         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
10683         * calls.c (initialize_argument_information): Bind bounds
10684         with corresponding args passed by reference.
10686 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
10688         PR target/70927
10689         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
10690         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
10691         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
10692         accordingly.
10694 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10696         PR target/70963
10697         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
10698         code for a zero scale factor.
10699         (vsx_xvcvdpuxds_scale): Likewise.
10701 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
10703         * diagnostic-show-locus.c (layout::layout): Call show_ruler
10704         if show_ruler_p was set on the context.
10705         (layout::show_ruler): New method.
10706         * diagnostic.h (struct diagnostic_context): Add field
10707         "show_ruler_p".
10709 2016-05-10  Richard Biener  <rguenther@suse.de>
10711         PR tree-optimization/71039
10712         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
10713         (chk_uses): New function.
10714         (propagate_with_phi): Verify we can safely replicate the lhs of an
10715         aggregate assignment on all incoming edges.
10717 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
10719         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
10720         Forward declare.
10721         (rx_atomic_sequence): New class.
10722         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
10723         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
10724         non-inline.
10725         (rx_atomic_sequence::rx_atomic_sequence,
10726         rx_atomic_sequence::~rx_atomic_sequence): New functions.
10727         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
10728         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
10729         CTRLREG_INTB): New constants.
10730         (FETCHOP): New code iterator.
10731         (fethcop_name, fetchop_name2): New iterator code attributes.
10732         (QIHI): New mode iterator.
10733         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
10734         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
10735         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
10737 2016-05-10  Martin Liska  <mliska@suse.cz>
10739         * tree-inline.c (remap_dependence_clique): Do not remap
10740         debugging statements.
10742 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10744         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
10745         ("*fixuns_truncdfdi2_z13")
10746         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
10747         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
10748         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
10750 2016-05-10  Richard Biener  <rguenther@suse.de>
10752         PR tree-optimization/70497
10753         PR tree-optimization/28367
10754         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
10755         split out from ...
10756         (visit_reference_op_load): ... here.
10757         (vn_reference_lookup_3): Use it to handle subreg-like accesses
10758         with simplified BIT_FIELD_REFs.
10759         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
10760         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
10761         correctly.
10763 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
10765         * dwarf2out.c (add_abstract_origin_attribute): Adjust
10766         documentation comment.  For BLOCK nodes, add a
10767         DW_AT_abstract_origin attribute that points to the DIE generated
10768         for the origin BLOCK.
10769         (gen_lexical_block_die): Call add_abstract_origin_attribute for
10770         blocks from inlined functions.
10772 2016-05-10  Alan Modra  <amodra@gmail.com>
10774         PR target/70947
10775         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
10776         regrename modifying insns saving lr before __morestack call.
10777         * config/rs6000/rs6000.md (split_stack_return): Similarly for
10778         insns restoring lr after __morestack call.
10780 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
10782         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
10783         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
10784         expanders.
10785         * config/i386/sse.md (vec_interleave_high<mode>,
10786         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
10787         <avx512>_vpermt2var<mode>3_maskz): Likewise.
10789 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10791         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
10792         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
10793         parallel reassociation for power8 and forward.
10795 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
10797         * config/i386/i386.md (absneg splitters with general regs): Use
10798         general_reg_operand predicate.
10799         (btsq peephole2): Use x86_64_immediate_operand to check if new
10800         value is suitable for immediate operand.  Generate emitted insn
10801         using RTL expressions.
10802         (btcq peephole2): Ditto.
10803         (btrq peephole2): Ditto.  Generate correct immediate operand
10804         for AND masking.
10806 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
10808         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
10809         bitpos.
10811 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
10813         * tree-affine.c (wide_int_constant_multiple_p): Add missing
10814         pointer dereference.
10816 2016-05-09  Richard Biener  <rguenther@suse.de>
10818         PR tree-optimization/70985
10819         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
10820         op0 isn't a gimple register.
10822 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
10824         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
10825         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
10826         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
10827         (i6400_fpu_mult): New cpu units.
10828         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
10829         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
10830         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
10831         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
10832         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
10833         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
10834         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
10835         (i6400_msa_long_float4, i6400_msa_long_float5)
10836         (i6400_msa_long_float8, i6400_msa_fdiv_df)
10837         (i6400_msa_fdiv_sf): New reservations.
10838         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
10839         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
10840         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
10841         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
10842         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
10843         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
10844         (msa_short_cmp, msa_short_float2, msa_short_logic3)
10845         (msa_short_store4, msa_long_load, msa_short_store)
10846         (msa_long_logic, msa_long_float2, msa_long_float4)
10847         (msa_long_float5, msa_long_float8, msa_long_mult)
10848         (msa_long_fdiv, msa_long_div): New reservations.
10850 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
10851             Sameera Deshpande  <sameera.deshpande@imgtec.com>
10852             Matthew Fortune  <matthew.fortune@imgtec.com>
10853             Graham Stott  <graham.stott@imgtec.com>
10854             Chao-ying Fu  <chao-ying.fu@imgtec.com>
10856         * config.gcc: Add MSA header file for mips*-*-* target.
10857         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
10858         (Ubv8i, Urv8):  New constraints.
10859         * config/mips/mips-ftypes.def: Add function types for MSA
10860         builtins.
10861         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
10862         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
10863         * config/mips/mips-msa.md: New file.
10864         * config/mips/mips-protos.h
10865         (mips_split_128bit_const_insns): New prototype.
10866         (mips_msa_idiv_insns): Likewise.
10867         (mips_split_128bit_move): Likewise.
10868         (mips_split_128bit_move_p): Likewise.
10869         (mips_split_msa_copy_d): Likewise.
10870         (mips_split_msa_insert_d): Likewise.
10871         (mips_split_msa_fill_d): Likewise.
10872         (mips_expand_msa_branch): Likewise.
10873         (mips_const_vector_same_val_p): Likewise.
10874         (mips_const_vector_same_bytes_p): Likewise.
10875         (mips_const_vector_same_int_p): Likewise.
10876         (mips_const_vector_shuffle_set_p): Likewise.
10877         (mips_const_vector_bitimm_set_p): Likewise.
10878         (mips_const_vector_bitimm_clr_p): Likewise.
10879         (mips_msa_vec_parallel_const_half): Likewise.
10880         (mips_msa_output_division): Likewise.
10881         (mips_ldst_scaled_shift): Likewise.
10882         (mips_expand_vec_cond_expr): Likewise.
10883         * config/mips/mips.c (enum mips_builtin_type): Add
10884         MIPS_BUILTIN_MSA_TEST_BRANCH.
10885         (mips_gen_const_int_vector_shuffle): New prototype.
10886         (mips_const_vector_bitimm_set_p): New function.
10887         (mips_const_vector_bitimm_clr_p): Likewise.
10888         (mips_const_vector_same_val_p): Likewise.
10889         (mips_const_vector_same_bytes_p): Likewise.
10890         (mips_const_vector_same_int_p): Likewise.
10891         (mips_const_vector_shuffle_set_p): Likewise.
10892         (mips_symbol_insns): Forbid loading symbols via immediate for
10893         MSA.
10894         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
10895         stores.
10896         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
10897         MSA.
10898         (mips_lx_address_p): Add support load indexed address for MSA.
10899         (mips_address_insns): Add calculation of instructions needed for
10900         stores and loads for MSA.
10901         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
10902         CONST_VECTOR for MSA and let it fall through.
10903         (mips_ldst_scaled_shift): New function.
10904         (mips_subword_at_byte): Likewise.
10905         (mips_msa_idiv_insns): Likewise.
10906         (mips_legitimize_move): Validate MSA moves.
10907         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
10908         calculation of costs for MSA division.
10909         (mips_split_move_p): Check if MSA moves need splitting.
10910         (mips_split_move): Split MSA moves if necessary.
10911         (mips_split_128bit_move_p): New function.
10912         (mips_split_128bit_move): Likewise.
10913         (mips_split_msa_copy_d): Likewise.
10914         (mips_split_msa_insert_d): Likewise.
10915         (mips_split_msa_fill_d): Likewise.
10916         (mips_output_move): Handle MSA moves.
10917         (mips_expand_msa_branch): New function.
10918         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
10919         Reinstate 'y' modifier.
10920         (mips_file_start): Add MSA .gnu_attribute.
10921         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
10922         FPRs.
10923         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
10924         (mips_class_max_nregs): Add register size for MSA supported mode.
10925         (mips_cannot_change_mode_class): Allow conversion between MSA
10926         vector modes and TImode.
10927         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
10928         instruction.
10929         (mips_secondary_reload_class): Force MSA loads/stores via memory.
10930         (mips_preferred_simd_mode): Add preffered modes for MSA.
10931         (mips_vector_mode_supported_p): Add MSA supported modes.
10932         (mips_autovectorize_vector_sizes): New function.
10933         (mips_msa_output_division): Likewise.
10934         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
10935         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
10936         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
10937         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
10938         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
10939         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
10940         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
10941         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
10942         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
10943         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
10944         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
10945         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
10946         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
10947         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
10948         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
10949         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
10950         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
10951         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
10952         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
10953         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
10954         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
10955         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
10956         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
10957         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
10958         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
10959         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
10960         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
10961         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
10962         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
10963         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
10964         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
10965         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
10966         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
10967         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
10968         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
10969         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
10970         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
10971         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
10972         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
10973         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
10974         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
10975         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
10976         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
10977         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
10978         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
10979         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
10980         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
10981         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
10982         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
10983         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
10984         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
10985         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
10986         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
10987         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
10988         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
10989         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
10990         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
10991         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
10992         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
10993         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
10994         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
10995         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
10996         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
10997         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
10998         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
10999         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
11000         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
11001         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
11002         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
11003         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
11004         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
11005         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
11006         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
11007         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
11008         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
11009         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
11010         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
11011         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
11012         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
11013         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
11014         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
11015         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
11016         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
11017         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
11018         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
11019         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
11020         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
11021         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
11022         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
11023         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
11024         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
11025         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
11026         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
11027         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
11028         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
11029         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
11030         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
11031         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
11032         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
11033         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
11034         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
11035         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
11036         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
11037         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
11038         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
11039         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
11040         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
11041         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
11042         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
11043         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
11044         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
11045         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
11046         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
11047         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
11048         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
11049         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
11050         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
11051         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
11052         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
11053         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
11054         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
11055         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
11056         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
11057         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
11058         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
11059         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
11060         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
11061         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
11062         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
11063         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
11064         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
11065         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
11066         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
11067         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
11068         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
11069         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
11070         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
11071         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
11072         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
11073         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
11074         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
11075         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
11076         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
11077         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
11078         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
11079         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
11080         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
11081         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
11082         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
11083         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
11084         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
11085         move_v builtins.
11086         (mips_get_builtin_decl_index): New array.
11087         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
11088         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
11089         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
11090         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
11091         (mips_init_builtins): Initialize mips_get_builtin_decl_index
11092         array.
11093         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
11094         hook.
11095         (mips_expand_builtin_insn): Prepare operands for
11096         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
11097         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
11098         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
11099         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
11100         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
11101         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
11102         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
11103         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
11104         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
11105         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
11106         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
11107         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
11108         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
11109         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
11110         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
11111         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
11112         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
11113         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
11114         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
11115         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
11116         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
11117         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
11118         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
11119         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
11120         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
11121         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
11122         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
11123         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
11124         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
11125         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
11126         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
11127         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
11128         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
11129         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
11130         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
11131         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
11132         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
11133         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
11134         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
11135         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
11136         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
11137         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
11138         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
11139         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
11140         These are set implicitly and an error is reported if overridden.
11141         (mips_expand_builtin_msa_test_branch): New function.
11142         (mips_expand_msa_shuffle): Likewise.
11143         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
11144         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
11145         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
11146         (mips_expand_vec_unpack): Add support for MSA.
11147         (mips_expand_vector_init): Likewise.
11148         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
11149         instead of const0_rtx.
11150         (mips_msa_vec_parallel_const_half): New function.
11151         (mips_gen_const_int_vector): Likewise.
11152         (mips_gen_const_int_vector_shuffle): Likewise.
11153         (mips_expand_msa_cmp): Likewise.
11154         (mips_expand_vec_cond_expr): Likewise.
11155         * config/mips/mips.h
11156         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
11157         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
11158         specified.
11159         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
11160         (ISA_HAS_MSA): New macro.
11161         (UNITS_PER_MSA_REG): Likewise.
11162         (BITS_PER_MSA_REG): Likewise.
11163         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
11164         (MSA_REG_FIRST): New macro.
11165         (MSA_REG_LAST): Likewise.
11166         (MSA_REG_NUM): Likewise.
11167         (MSA_REG_P): Likewise.
11168         (MSA_REG_RTX_P): Likewise.
11169         (MSA_SUPPORTED_MODE_P): Likewise.
11170         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
11171         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
11172         * config/mips/mips.md: Include mips-msa.md.
11173         (alu_type): Add simd_add.
11174         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
11175         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
11176         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
11177         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
11178         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
11179         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
11180         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
11181         simd_move, simd_load, simd_store.  Choose "multi" for moves
11182         for "qword_mode".
11183         (qword_mode): New attribute.
11184         (insn_count): Add instruction count for quad moves.
11185         Increase the count for MIPS SIMD division.
11186         (UNITMODE): Add UNITMODEs for vector types.
11187         (addsub): New code iterator.
11188         * config/mips/mips.opt (mmsa): New option.
11189         * config/mips/msa.h: New file.
11190         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
11191         specified.
11192         * config/mips/mti-linux.h: Likewise.
11193         * config/mips/predicates.md
11194         (const_msa_branch_operand): New constraint.
11195         (const_uimm3_operand): Likewise.
11196         (const_uimm4_operand): Likewise.
11197         (const_uimm5_operand): Likewise.
11198         (const_uimm8_operand): Likewise.
11199         (const_imm5_operand): Likewise.
11200         (aq10b_operand): Likewise.
11201         (aq10h_operand): Likewise.
11202         (aq10w_operand): Likewise.
11203         (aq10d_operand): Likewise.
11204         (const_m1_operand): Likewise.
11205         (reg_or_m1_operand): Likewise.
11206         (const_exp_2_operand): Likewise.
11207         (const_exp_4_operand): Likewise.
11208         (const_exp_8_operand): Likewise.
11209         (const_exp_16_operand): Likewise.
11210         (const_vector_same_val_operand): Likewise.
11211         (const_vector_same_simm5_operand): Likewise.
11212         (const_vector_same_uimm5_operand): Likewise.
11213         (const_vector_same_uimm6_operand): Likewise.
11214         (const_vector_same_uimm8_operand): Likewise.
11215         (par_const_vector_shf_set_operand): Likewise.
11216         (reg_or_vector_same_val_operand): Likewise.
11217         (reg_or_vector_same_simm5_operand): Likewise.
11218         (reg_or_vector_same_uimm6_operand): Likewise.
11219         * doc/extend.texi (MIPS SIMD Architecture Functions): New
11220         section.
11221         * doc/invoke.texi (-mmsa): Document new option.
11223 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11225         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
11226         * configure: Regenerate.
11227         * config.in: Regenerate.
11228         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
11229         on -fvtable-verify.
11230         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
11231         (ENDFILE_VTV_SPEC): Define.
11233 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
11235         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
11236         registers in all interrupt handlers if necessary.
11237         (rl78_option_override): Add warning.
11238         (MUST_SAVE_MDUC_REGISTERS): New macro.
11239         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
11240         * config/rl78/rl78.c (check_mduc_usage): New function.
11241         (mduc_regs): New structure to hold MDUC register data.
11242         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
11243         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
11244         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
11245         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
11246         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
11247         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
11249 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
11251         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
11252         (tree-ssa-loop-niter.h): Ditto.
11253         (idx_within_array_bound, ref_within_array_bound): New functions.
11254         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
11255         Factor out check on writable base object to ...
11256         (base_object_writable): ... here.
11258 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11260         * config/arm/arm.md (probe_stack): Add modes to set source
11261         and destination.
11263 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
11265         * regrename.c (base_reg_class_for_rename): New static function.
11266         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
11268 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
11270         * cgraph.c (thunk_adjust): Export.
11271         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
11272         * cgraphunit.c (thunk_adjust): Export.
11273         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
11274         thunks.
11275         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
11276         inlinable.
11277         * tree-inline.c (expand_call_inline): Expand thunks inline.
11279 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
11281         PR target/70998
11282         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
11283         (*sse2_vd_cvtss2sd): Ditto.
11284         * config/i386/i386.md
11285         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
11286         Generate *sse2_vd_cvtsd2ss pattern.
11287         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
11288         Generate *sse2_vd_cvtss2sd pattern.
11290 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
11292         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
11293         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
11294         users.
11296 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
11298         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
11299         * config/sh/sh.c: Define and declare variables on first use throughout
11300         the file.
11301         (current_function_interrupt): Change to bool type.
11302         (frame_insn): Rename to emit_frame_insn and update users.
11303         (push_regs): Use bool for 'interrupt_handler' argument.
11304         (save_schedule_s): Remove.
11305         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
11306         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
11307         targetm.asm_out.unaligned_op.di.
11308         (gen_far_branch): Remove redundant forward declaration.
11309         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
11310         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
11311         (sh_set_return_address, sh_function_ok_for_sibcall,
11312         scavenge_reg): Update comments.
11313         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
11314         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
11315         (sh_attr_renesas_p): Remove unnecessary parentheses.
11316         (branch_dest): Simplify.
11317         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
11318         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
11319         (CUMULATIVE_ARGS): Change macro to typedef.
11320         (current_function_interrupt): Change to bool type.
11321         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
11322         Surround with __cplusplus ifdef.
11323         (sh_compare_op0, sh_compare_op1): Remove.
11324         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
11326 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
11328         * config/arm/arm.md: (arch): Add neon.
11329         (arch_enabled): Return yes for arch neon when TARGET_NEON.
11330         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
11331         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
11332         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
11333         attributes for alt renumbering.  Mark alt 3 as non-predicable.
11334         (thumb2_movdf_vfp): Likewise.
11336 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
11338         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
11339         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
11340         (*andqi_1): Add preferred_for_speed attribute to disparage
11341         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
11342         (*<code>qi_1): Ditto.
11343         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
11344         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
11345         (*ashlqi3_1): Ditto.
11346         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
11347         Add preferred_for_size attribute to disparage alternative 0 and
11348         preferred_for_speed attribute to disparage alternative 1 for
11349         TARGET_PARTIAL_REG_STALL targets.
11351 2016-05-07  Tom de Vries  <tom@codesourcery.com>
11353         PR tree-optimization/70956
11354         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
11355         def.
11357 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
11359         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
11360         * config/sh/sh.c (sh_cbranch_distance): Implement it.
11361         * config/sh/sh.md (branch_zero): Remove define_attr.
11362         (define_delay): Disable delay slot if branch distance is one insn.
11364 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11366         * config/i386/i386.md (LEAMODE): New mode attribute.
11367         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
11368         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
11369         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
11370         operand 2 predicate.
11371         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
11372         (*lea<mode>_general_3): Ditto.
11373         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
11375 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
11377         * genmddump.c (main): Convert argv from char ** to const char **.
11379 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11381         * coretypes.h (OVERRIDE): New macro.
11382         (FINAL): New macro.
11384 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
11386         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
11387         allow coalescing if the types are compatible.
11389 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11391         * pass_manager.h (pass_manager::register_pass_name): New method.
11392         (pass_manager::get_pass_by_name): New method.
11393         (pass_manager::create_pass_tab): New method.
11394         (pass_manager::m_name_to_pass_map): New field.
11395         * passes.c (name_to_pass_map): Delete global in favor of field
11396         "m_name_to_pass_map" of pass_manager.
11397         (register_pass_name): Rename from a function to...
11398         (pass_manager::register_pass_name): ...this method, updating
11399         for renaming of global "name_to_pass_map" to field
11400         "m_name_to_pass_map".
11401         (create_pass_tab): Rename from a function to...
11402         (pass_manager::create_pass_tab): ...this method, updating
11403         for renaming of global "name_to_pass_map" to field.
11404         (get_pass_by_name): Rename from a function to...
11405         (pass_manager::get_pass_by_name): ...this method.
11406         (enable_disable_pass): Convert use of get_pass_by_name to
11407         a method call, locating the pass_manager singleton.
11409 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11411         * genattr-common.c (main): Convert argv from char ** to const char **.
11412         * genattr.c (main): Likewise.
11413         * genattrtab.c (main): Likewise.
11414         * genautomata.c (initiate_automaton_gen): Likewise.
11415         (main): Likewise.
11416         * gencodes.c (main): Likewise.
11417         * genconditions.c (main): Likewise.
11418         * genconfig.c (main): Likewise.
11419         * genconstants.c (main): Likewise.
11420         * genemit.c (main): Likewise.
11421         * genenums.c (main): Likewise.
11422         * genextract.c (main): Likewise.
11423         * genflags.c (main): Likewise.
11424         * genmddeps.c (main): Likewise.
11425         * genopinit.c (main): Likewise.
11426         * genoutput.c (main): Likewise.
11427         * genpeep.c (main): Likewise.
11428         * genpreds.c (main): Likewise.
11429         * genrecog.c (main): Likewise.
11430         * gensupport.c (init_rtx_reader_args_cb): Likewise.
11431         (init_rtx_reader_args): Likewise.
11432         * gensupport.h (init_rtx_reader_args_cb): Likewise.
11433         (init_rtx_reader_args): Likewise.
11434         * gentarget-def.c (main): Likewise.
11435         * read-md.c (read_md_files): Likewise.
11436         * read-md.h (read_md_files): Likewise.
11438 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11440         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
11441         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
11442         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
11443         Remove unused predicate.
11444         (register_and_not_fp_reg_operand): Ditto.
11446 2016-05-06  Martin Liska  <mliska@suse.cz>
11448         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
11449         instead of vec as the vector is local to the function.
11451 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
11453         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
11454         avx512bw alternative.
11456         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
11457         before the ashr<mode>3 pattern.
11459         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
11460         v instead of x in vex or maybe_vex alternatives, use
11461         maybe_evex instead of vex in prefix.
11463         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
11464         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
11465         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
11466         in vex or maybe_vex alternatives, use maybe_evex instead of vex
11467         in prefix.
11469         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
11470         v instead of x in vex or maybe_vex alternatives, use
11471         maybe_evex instead of vex in prefix.
11473         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
11474         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
11475         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
11476         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
11477         alternatives, use maybe_evex instead of vex in prefix.
11479         * config/i386/sse.md (vec_interleave_lowv4sf,
11480         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
11481         v instead of x in vex or maybe_vex alternatives, use
11482         maybe_evex instead of vex in prefix.
11484         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
11485         v instead of x in vex or maybe_vex alternatives, use
11486         maybe_evex instead of vex in prefix.
11488         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
11489         v constraint instead of x.
11491 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
11493         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
11494         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
11495         equality first.
11497 2016-05-06  Richard Biener  <rguenther@suse.de>
11499         PR tree-optimization/70948
11500         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
11501         Properly clobber all fields of va_list for __builtin_va_start.
11503 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
11505         PR debug/70935
11506         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
11507         loop latch destination.
11509 2016-05-06  Martin Liska  <mliska@suse.cz>
11511         * tree-ssa-uninit.c: Apply manual changes
11512         to the GNU coding style.
11513         (prune_uninit_phi_opnds): Rename from
11514         prune_uninit_phi_opnds_in_unrealizable_paths.
11516 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11518         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
11519         mspace): Remove deprecated options.
11520         * doc/invoke.texi (SH options): Remove -mspace.
11522 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11524         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
11526 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11528         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
11529         corresponding combine split pattern.
11531 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11533         PR target/58219
11534         * config/sh/predicates.md (long_displacement_mem_operand): New.
11535         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
11536         Add movi20, movi20s alternatives.  Adjust length attribute for
11537         alternatives.
11538         (movsi_ie): Allow for any FPU.  Adjust length attribute for
11539         alternatives.
11540         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
11541         attribute for alternatives.
11542         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
11543         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
11544         length attribute for alternatives.
11546 2016-05-06  Richard Biener  <rguenther@suse.de>
11548         PR tree-optimization/70960
11549         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
11551 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11553         PR target/52933
11554         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
11555         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
11557 2016-05-06  Marek Polacek  <polacek@redhat.com>
11559         PR sanitizer/70875
11560         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
11562 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11564         PR target/54089
11565         * config/sh/sh.md (*rotcr): Add another variant.
11567 2016-05-06  Richard Biener  <rguenther@suse.de>
11569         PR middle-end/70931
11570         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
11572 2016-05-06  Richard Biener  <rguenther@suse.de>
11574         PR middle-end/70941
11575         * fold-const.c (split_tree): Always convert to the original type
11576         before negating.
11578 2016-05-06  Richard Biener  <rguenther@suse.de>
11580         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
11581         (fwprop_addr): Likewise.
11583 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11585         PR target/70873
11586         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
11587         New prototype.
11588         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
11589         * config/i386/i386.md (push mem splitter): Use find_constant_src in
11590         the splitter condition.
11591         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
11592         the splitter condition.
11593         (FP float_extend load splitter): Ditto.
11595 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
11597         * config/i386/i386.md (peehole2 patterns): Change true_regnum
11598         to REGNO in all peephole2 patterns.
11599         (post-reload splitters): Change true_regnum to REGNO in
11600         post-reload splitters.
11601         (zero_extend splitters): Use general_reg_operand and
11602         nonimmediate_gr_operand predicates.
11604 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
11606         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
11607         v constraint instead of x.
11609 2016-05-05  Alan Modra  <amodra@gmail.com>
11611         PR target/68662
11612         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
11613         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
11614         TARGET_NO_FP_IN_TOC for -mrelocatable.
11615         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
11616         TARGET_RELOCATABLE test.
11617         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11618         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11619         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11620         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11621         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11622         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11623         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11624         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11625         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
11626         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
11627         Likewise.
11628         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
11629         (rs6000_stack_info): Likewise.
11630         (rs6000_elf_asm_out_constructor): Likewise.
11631         (rs6000_elf_asm_out_destructor): Likewise.
11632         (rs6000_elf_declare_function_name): Likewise.
11633         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
11634         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
11635         Don't define.
11637 2016-05-05  Alan Modra  <amodra@gmail.com>
11639         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
11641 2016-05-05  Alan Modra  <amodra@gmail.com>
11643         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
11644         out-of-line gpr restore for one or two regs if that would add
11645         a save of lr.
11647 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
11649         PR target/70873
11650         * config/i386/i386.md
11651         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
11652         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
11653         as operand 0 predicate.
11654         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
11655         Ditto.
11656         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
11657         Ditto.  Emit the pattern using RTX.
11659         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
11660         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
11661         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
11662         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
11663         Ditto.
11664         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
11665         sse_reg_operand as operand 0 predicate.
11667         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
11668         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
11669         instead of gen_rtx_REG.
11670         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
11671         Ditto.
11673 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11675         * function.c (emit_use_return_register_into_block): Delete.
11676         (gen_return_pattern): Delete.
11677         (emit_return_into_block): Delete.
11678         (active_insn_between): Delete.
11679         (convert_jumps_to_returns): Delete.
11680         (emit_return_for_exit): Delete.
11681         (thread_prologue_and_epilogue_insns): Delete all code dealing with
11682         simple_return for shrink-wrapped blocks.
11683         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
11684         end of blocks that need one.
11685         (get_unconverted_simple_return): Delete.
11686         (convert_to_simple_return): Delete.
11687         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
11688         (convert_to_simple_return): Ditto.
11690 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11692         * cfgcleanup.c (bb_is_just_return): New function.
11693         (try_optimize_cfg): Simplify jumps to return, branches to return,
11694         and branches around return.
11696 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11698         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
11699         branch to a return.
11701 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
11703         PR c++/70906
11704         PR c++/70933
11705         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
11706         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
11707         assert flags & OEP_HASH_CHECK, instead of asserting it
11708         never happens.  Handle TARGET_EXPR.
11709         * fold-const.c (operand_equal_p): For hash verification,
11710         or in OEP_HASH_CHECK into flags.
11712 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
11714         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
11715         comment.
11716         (compute_samebase_partition_bases): Fix typo.
11718 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
11720         * config/i386/sse.md (vec_interleave_highv8sf,
11721         vec_interleave_lowv8sf, vec_interleave_highv4df,
11722         vec_interleave_lowv4df): Remove constraints from expanders.
11724         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
11726 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
11728         * tree-inline.c (expand_call_inline): Fix path dealing with
11729         making lhs of call statement undefined.
11731 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
11733         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
11734         Check availability on NODE, too.
11735         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
11736         (cgraph_node::call_for_symbol_and_aliases): Likewise.
11737         (varpool_node::call_for_symbol_and_aliase): Likewise.
11738         * ipa-pure-const.c (add_new_function): Analyze all bodies.
11739         (propagate_pure_const): Propagate across interposable functions, too.
11740         (skip_function_for_local_pure_const): Do not skip interposable bodies
11741         with aliases.
11742         (pass_local_pure_const::execute): Update.
11744 2016-05-04  Marek Polacek  <polacek@redhat.com>
11746         * doc/invoke.texi: Document -Wdangling-else.
11748 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11750         * config.gcc: Error out when conflicting multilib is detected.  Do not
11751         loop over multilibs since no combination is legal.
11753 2016-05-04  Alan Modra  <amodra@gmail.com>
11755         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
11756         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
11757         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
11758         Align .toc.
11760 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
11762         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
11763         Clean up p5600 comments.
11765 2016-05-04  Richard Biener  <rguenther@suse.de>
11767         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
11768         constructor simplifications.
11769         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
11771 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
11773         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
11774         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
11775         result.set_rtx is null instead of aborting.
11776         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
11777         Always enable.
11778         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
11779         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
11780         *mov<mode>_store_postinc): New patterns.
11782 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
11784         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
11785         as commutative.  Check both conversions are NOP.
11786         ((A & B) OP (C & B)): Remove.
11788 2016-05-04  Alan Modra  <amodra@gmail.com>
11790         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
11792 2016-05-04  Alan Modra  <amodra@gmail.com>
11794         PR target/70866
11795         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
11796         when cr2,3,4 are all fixed regs.
11798 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
11800         PR rtl-optimization/57193
11801         * opts.c (default_options_table): Revert OPT_frename_registers change.
11802         * doc/invoke.texi (-frename-registers, -O2): Likewise.
11804 2016-05-03  Martin Sebor  <msebor@redhat.com>
11806         PR c++/66561
11807         * builtins.c (fold_builtin_FILE): New function.
11808         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
11809         (fold_builtin_0): Call them.
11810         * gimplify.c (gimplify_call_expr): Remove the handling of
11811         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
11813         PR c++/66561
11814         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
11815         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
11816         constants.
11818         PR c++/66639
11819         * doc/extend.texi (Function Names as Strings): Update __func__,
11820         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
11821         constants.
11823 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11824             Richard Biener  <rguenther@suse.de>
11826         PR tree-optimization/70916
11827         * tree-if-conv.c: Include cfganal.h.
11828         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
11829         and remove_fake_exit_edges around the optimization pass.
11831 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
11833         * cgraph.c (symbol_table::create_edge): Set inline_failed.
11834         (cgraph_edge::make_direct): Likewise.
11835         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
11836         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
11837         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
11838         (CIF_THUNK): New code.
11839         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
11840         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
11841         (compute_inline_parameters): Set inline_failed for thunks.
11842         (inline_analyze_function): Cleanup.
11843         * ipa-inline.c (can_inline_edge_p): Do not deal with
11844         call_stmt_cannot_inline_p.
11845         (can_early_inline_edge_p): Likewise.
11846         (early_inliner): Initialize inline_failed.
11847         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
11849 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
11851         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
11852         from nonimm_ssenomem_operand.
11853         (nonimm_ssenomem_operand): New predicate.
11854         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
11855         as operand 0 predicate.
11856         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
11857         Disable unsupported alternatives using "enabled" attribute.
11858         Use register_ssemem_operand as operand 0 predicate.
11859         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
11861 2016-05-03  Marek Polacek  <polacek@redhat.com>
11863         PR c/70859
11864         * input.c (expansion_point_location): New function.
11865         * input.h (expansion_point_location): Declare.
11867 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11869         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
11870         occurence with frame_offset_ ones.
11872 2016-05-03  Alan Modra  <amodra@gmail.com>
11874         PR rtl-optimization/70890
11875         * ira.c (combine_and_move_insns): When moving def_insn, remove
11876         equivs on use_insn.
11878 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11880         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
11881         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
11882         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
11883         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
11885 2016-05-03  Alan Modra  <amodra@gmail.com>
11887         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
11888         for SAVE_MULTIPLE/STORE_MULTIPLE.
11890 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11892         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
11893         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
11895 2016-05-03  Richard Biener  <rguenther@suse.de>
11897         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
11898         default true.
11899         (gimplify_arg): Likewise.
11900         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
11901         re-writing the result to a decl if required.
11902         (internal_get_tmp_var): Add allow_ssa parameter
11903         and override into_ssa with it.
11904         (get_formal_tmp_var): Adjust.
11905         (get_initialized_tmp_var): Add allow_ssa parameter.
11906         (gimplify_arg): Add allow_ssa parameter and avoid generating
11907         SSA names for the result false.
11908         (gimplify_call_expr): If the call may return twice do not
11909         gimplify parameters into SSA.
11910         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
11911         (gimplify_modify_expr): Adjust assert.  For noreturn calls
11912         with a SSA name LHS adjust its def.
11913         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
11914         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
11915         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
11916         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
11917         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
11918         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
11919         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
11920         (optimize_target_teams): Do not allow SSA names for clause operands.
11921         (gimplify_expr): Likewise for where we mark the result addressable.
11922         * passes.def (pass_init_datastructures): Remove.
11923         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
11924         (rewrite_stmt): Likewise.
11925         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
11926         (replace_locals_op): Replace SSA names.
11927         (copy_gimple_seq_and_replace_locals): Init src_cfun.
11928         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
11929         * cgraph.c (release_function_body): Free CFG annotations only
11930         when we have a CFG.  Simplify.
11931         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
11932         force_gimple_operand instead of get_initialized_tmp_var.
11933         * tree-pass.h (make_pass_init_datastructures): Remove.
11934         * tree-ssa.c (execute_init_datastructures): Remove.
11935         (pass_data_init_datastructures): Likewise.
11936         (class pass_init_datastructures): Likewise.
11937         (make_pass_init_datastructures): Likewise.
11938         * omp-low.c (create_omp_child_function): Init SSA data structures.
11939         (grid_expand_target_grid_body): Likewise.
11940         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
11941         name before adding it to names_to_release.
11942         (remove_bb): Always release SSA defs.
11943         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
11944         before dereferencing it.
11945         * cgraphunit.c (init_lowered_empty_function): Always
11946         int SSA data structures.
11947         * tree-ssanames.c (release_defs): Remove assert that we are in
11948         SSA form.
11949         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
11951 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11952             Uros Bizjak  <ubizjak@gmail.com>
11954         PR rtl-optimization/70467
11955         * config/i386/predicates.md (x86_64_hilo_int_operand,
11956         x86_64_hilo_general_operand): New predicates.
11957         * config/i386/constraints.md (Wd): New constraint.
11958         * config/i386/i386.md (mode attr di): Use Wd instead of e.
11959         (general_hilo_operand): New mode attr.
11960         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
11961         instead of <general_operand>.
11962         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
11963         x86_64_hilo_general_operand instead of <general_operand>.
11965 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11967         PR tree-optimization/70916
11968         * tree-if-conv.c (constant_or_ssa_name): Removed.
11969         (fold_build_cond_expr): Use is_gimple_val instead of
11970         constant_or_ssa_name.
11972         PR tree-optimization/70916
11973         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
11974         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
11976         PR target/49244
11977         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
11978         (optimize_atomic_bit_test_and): New function.
11979         (pass_fold_builtins::execute): Use it.
11980         * optabs.def (atomic_bit_test_and_set_optab,
11981         atomic_bit_test_and_complement_optab,
11982         atomic_bit_test_and_reset_optab): New optabs.
11983         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
11984         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
11985         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
11986         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
11987         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
11988         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
11989         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
11990         * doc/md.texi (atomic_bit_test_and_set@var{mode},
11991         atomic_bit_test_and_complement@var{mode},
11992         atomic_bit_test_and_reset@var{mode}): Document.
11993         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
11994         atomic_bit_test_and_complement<mode>,
11995         atomic_bit_test_and_reset<mode>): New expanders.
11996         (atomic_bit_test_and_set<mode>_1,
11997         atomic_bit_test_and_complement<mode>_1,
11998         atomic_bit_test_and_reset<mode>_1): New insns.
12000 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
12002         PR rtl-optimization/70687
12003         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
12004         instead of unsigned HOST_WIDE_INT.
12006 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
12008         PR rtl-optimization/44281
12009         * hard-reg-set.h (struct target_hard_regs): New field
12010         x_fixed_nonglobal_reg_set.
12011         (fixed_nonglobal_reg_set): New macro.
12012         * reginfo.c (init_reg_sets_1): Initialize it.
12013         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
12014         of fixed_reg_set.
12015         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
12017 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
12019         PR tree-optimization/56541
12020         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
12021         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
12022         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
12023         (any_complicated_phi): new static variable.
12024         (aggressive_if_conv): delete.
12025         (if_convertible_phi_p): support phis with more than two arguments.
12026         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
12027         critical pred edges.
12028         (ifcvt_split_critical_edges): support phis with more than two
12029         arguments by checking new parameter.  only split critical edges
12030         if needed.
12031         (tree_if_conversion): handle simd pragma marked loop using new
12032         local variable aggressive_if_conv.  check any_complicated_phi.
12034 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
12036         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
12037         before using it.
12039 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
12041         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
12042         cbase.
12044 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
12046         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
12047         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
12048         define_insn_and_split.
12049         (mulsi3_i): New define_insn_and_split.
12050         (mulsi3_call): Convert to define_insn.
12051         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
12052         Remove constraints.
12054 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
12056         * machmode.h (mode_complex): Add support to give the complex mode
12057         for a given mode.
12058         (GET_MODE_COMPLEX_MODE): Likewise.
12059         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
12060         stored by build_complex_type and gfc_build_complex_type instead of
12061         trying to figure out the appropriate mode based on the size. Raise
12062         an assertion error, if the type was not set.
12063         * genmodes.c (struct mode_data): Add field for the complex type of
12064         the given type.
12065         (blank_mode): Likewise.
12066         (make_complex_modes): Remember the complex mode created in the
12067         base type.
12068         (emit_mode_complex): Write out the mode_complex array to map a
12069         type mode to the complex version.
12070         (emit_insn_modes_c): Likewise.
12071         * tree.c (build_complex_type): Set the complex type to use before
12072         calling layout_type.
12073         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
12074         support for __float128 complex datatypes.
12075         (rs6000_hard_regno_mode_ok): Likewise.
12076         (rs6000_setup_reg_addr_masks): Likewise.
12077         (rs6000_complex_function_value): Likewise.
12078         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
12079         __float128 and __ibm128 complex.
12080         (FLOAT128_IBM_P): Likewise.
12081         (ALTIVEC_ARG_MAX_RETURN): Likewise.
12082         * doc/extend.texi (Additional Floating Types): Document that
12083         -mfloat128 must be used to enable __float128.  Document complex
12084         __float128 and __ibm128 support.
12086 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
12088         PR target/49244
12089         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
12090         char/short arguments promoted to int because of promote_prototypes.
12092 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
12094         * config/i386/predicates.md (register_ssemem_operand): New predicate.
12095         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
12096         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
12097         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
12098         alternatives using "enabled" attribute.  Use register_ssemem_operand
12099         as operand 1 predicate.
12100         (*cmpi<unord>xf_i387): Split XFmode pattern from
12101         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
12102         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
12103         *absneg<mode>2_i387.  Disable unsupported alternatives using
12104         "enabled" attribute.
12105         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
12107 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
12109         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
12110         marker.
12111         (oacc_loop_process): Check mask for loop termination.
12113 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
12115         * cif-code.def (CIF_THUNK): Add.
12116         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
12117         accidental change.
12119 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
12121         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
12122         (dump_inline_summary): Dump it.
12123         (fp_expression_p): New predicate.
12124         (estimate_function_body_sizes): Use it.
12125         (inline_merge_summary): Merge fp_expressions.
12126         (inline_read_section): Read fp_expressions.
12127         (inline_write_summary): Write fp_expressions.
12128         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
12129         codegen boundary if either caller or callee is !fp_expressions.
12130         * ipa-inline.h (inline_summary): Add fp_expressions.
12131         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
12132         to fp_expressions be sure the fp generation flags are updated.
12134 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
12136         PR rtl-optimization/70467
12137         * cse.c (cse_insn): Handle no-op MEM moves after folding.
12139         PR rtl-optimization/70467
12140         * ipa-pure-const.c (check_call): Handle internal calls even in
12141         ipa mode like in local mode.
12143 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12145         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
12147 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
12149         * match.pd (X u< X, X u> X): New transformations.
12151 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
12153         * flag-types.h (enum warn_strict_overflow_code): Move ...
12154         * coretypes.h: ... here.
12155         * fold-const.h (fold_overflow_warning): Declare.
12156         * fold-const.c (fold_overflow_warning): Make non-static.
12157         (fold_comparison): Move the transformation of X +- C1 CMP C2
12158         into X CMP C2 -+ C1 ...
12159         * match.pd: ... here.
12160         * gimple-fold.c (fold_stmt_1): Protect with
12161         fold_defer_overflow_warnings.
12163 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
12165         * omp-low.c (struct oacc_loop): Add 'inner' field.
12166         (new_oacc_loop_raw): Initialize it to zero.
12167         (oacc_loop_fixed_partitions): Initialize it.
12168         (oacc_loop_auto_partitions): Partition outermost loop to outermost
12169         available partitioning.
12171 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12173         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
12174         register_operand.
12175         (umulsidi3): Likewise.
12176         (indirect_jump): Fix jump instruction assembly patterns.
12178 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
12180         PR target/70860
12181         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
12182         (nvptx_function_value): Assert non-NULL cfun.
12184 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
12186         PR rtl-optimization/70886
12187         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
12189         * cselib.h (rtx_equal_for_cselib_1): Declare.
12190         (rtx_equal_for_cselib_p: New inline function.
12191         * cselib.c (rtx_equal_for_cselib_p): Delete.
12192         (rtx_equal_for_cselib_1): Make public.
12194 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
12196         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
12197         (register_mixssei387nonimm_operand): Remove predicate.
12198         * config/i386/i386.md (*fop_<mode>_comm): Merge from
12199         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
12200         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
12201         for TARGET_MIX_SSE_I387 alternatives.
12202         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
12203         Disable unsupported alternatives using "enabled" attribute.  Use
12204         nonimm_ssenomem_operand as operand 1 predicate.  Also check
12205         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
12207 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12209         * tree.c (cst_and_fits_in_hwi): Simplify.
12211 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12213         * tree.h (wi::to_wide): New function.
12214         * expr.c (expand_expr_real_1): Use wi::to_wide.
12215         * fold-const.c (int_const_binop_1): Likewise.
12216         (extract_muldiv_1): Likewise.
12218 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12220         * wide-int.h: Update offset_int and widest_int documentation.
12221         (WI_SIGNED_SHIFT_RESULT): New macro.
12222         (wi::binary_shift): Define signed_shift_result_type for
12223         shifts on offset_int- and widest_int-like types.
12224         (generic_wide_int): Support <<= and >>= if << and >> are supported.
12225         * tree.h (int_bit_position): Use shift operators instead of wi::
12226          shifts.
12227         * alias.c (adjust_offset_for_component_ref): Likewise.
12228         * expr.c (get_inner_reference): Likewise.
12229         * fold-const.c (fold_comparison): Likewise.
12230         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
12231         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
12232         * tree-dfa.c (get_ref_base_and_extent): Likewise.
12233         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
12234         (stmt_kills_ref_p): Likewise.
12235         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
12236         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
12237         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
12238         (ao_ref_init_from_vn_reference): Likewise.
12240 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12242         * wide-int.h: Update offset_int and widest_int documentation.
12243         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
12244         (wi::binary_traits): Allow ordered comparisons between offset_int and
12245         offset_int, between widest_int and widest_int, and between either
12246         of these types and basic C types.
12247         (operator <, <=, >, >=): Define for the same combinations.
12248         * tree.h (tree_int_cst_lt): Use comparison operators instead
12249         of wi:: comparisons.
12250         (tree_int_cst_le): Likewise.
12251         * gimple-fold.c (fold_array_ctor_reference): Likewise.
12252         (fold_nonarray_ctor_reference): Likewise.
12253         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
12254         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
12255         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
12256         * tree-sra.c (completely_scalarize): Likewise.
12257         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
12258         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
12259         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
12260         (check_for_binary_op_overflow): Likewise.
12261         (search_for_addr_array): Likewise.
12262         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
12264 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12266         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
12267         (arc_save_restore): Likewise.
12268         (arc_dwarf_register_span): Likewise.
12269         (arc_output_pic_addr_const): Initialize suffix variable.
12271 2016-05-02  Martin Liska  <mliska@suse.cz>
12273         * symbol-summary.h (function_summary::function_summary):
12274         Remove checking assert for all cgraph nodes.
12275         (function_summary::get): Check summary_uid.
12276         (symtab_insertion): Check summary_uid.
12278 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12280         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
12281         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
12282         bmaskn instruction.
12283         (arc_dwarf_register_span): Remove enum keyword.
12284         (compact_memory_operand_p): New function.
12285         * config/arc/arc.h (reg_class): Add code density register classes.
12286         (REG_CLASS_NAMES): Likewise.
12287         (REG_CLASS_CONTENTS): Likewise.
12288         * config/arc/arc.md (*movqi_insn): Add code density instructions.
12289         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
12290         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
12291         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
12292         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
12293         constraints.
12294         (h, Rcd, Rsd, Rzd): New register constraints.
12295         (T): Use compact_memory_operand_p function.
12296         * config/arc/predicates.md (compact_load_memory_operand): Remove.
12298 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
12300         * config/sh/sh.md (*negnegt, *movtt): Remove.
12302 2016-05-02  Marek Polacek  <polacek@redhat.com>
12303             Tom de Vries  <tom@codesourcery.com>
12305         PR tree-optimization/70700
12306         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
12307         bigger than FIRST_REF_NODE.
12309 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
12311         PR target/52898
12312         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
12313         TARGET_CMPEQDI_T.
12314         (prepare_cbranch_operands): Don't use scratch register.  Assume that
12315         function is used when pseudos can be created.
12316         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
12317         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
12318         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
12319         define_expand.  Allow it only when pseudos can be created.
12320         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
12322 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
12324         * config/i386/constraints.md (BC): Only allow -1 operands.
12325         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
12326         Add "enabled" attribute.  Update XI mode attribute calculation.
12327         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
12328         (*movoi_internal_avx): Update XI mode attribute calculation.
12329         (*movti_internal): Ditto.
12331 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12333         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
12334         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
12336 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
12338         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
12339         statement on instruction code.  Remove trailing spaces.
12340         (altivec_expand_stv_builtin): Likewise.
12342 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12344         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
12345         (TARGET_FPU_DOUBLE): Simplify.
12346         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
12347         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
12348         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
12349         with 'TARGET_FPU_DOUBLE'.
12350         * config/sh/sh.md: Likewise.
12352 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
12354         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
12355         SH_DIV_STR_FOR_SIZE): Remove.
12356         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
12357         SH_DIV_STR_FOR_SIZE): Remove.
12359 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12361         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
12362         logical_reg_operand): Delete.
12363         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
12364         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
12365         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
12366         match_operand and match_test.
12367         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
12368         variables on their first use.  Return bool values.
12369         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
12370         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
12371         arith_reg_operand for input operand.  Remove empty constraints.
12372         (xorsi3): Delete.
12373         (*xorsi3_compact): Rename to xorsi3.
12374         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
12375         (*zero_extend<mode>si2_disp_mem): Update comment.
12376         (mov_nop): Delete.
12378 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
12380         * config/sh/t-sh: Remove SH5 support.
12381         * config.gcc: Likewise.
12382         * configure: Likewise.
12384 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12386         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
12388 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
12390         * config/sh/sh.c (register_sh_passes, sh_option_override,
12391         sh_print_operand, prepare_move_operands,
12392         sh_can_follow_jump): Remove TARGET_SH1 checks.
12393         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
12394         PROMOTE_MODE): Likewise.
12395         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
12396         movdi): Likewise.
12398 2016-04-30  Alan Modra  <amodra@gmail.com>
12400         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
12401         restoring when fixed_reg_p, but allow out-of-line or stmw save.
12402         Check for user regs later to avoid unnecessary looping over regs.
12403         Merge user reg check with non-saved reg check.  Don't force
12404         inline VR restore when static chain used.
12405         (rs6000_frame_related): Omit eh_frame info for user regs when
12406         saving.
12407         (fixed_regs_p): Delete.
12409 2016-04-30  Alan Modra  <amodra@gmail.com>
12411         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
12412         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
12413         Update all uses.
12415 2016-04-30  Alan Modra  <amodra@gmail.com>
12417         PR target/69645
12418         * config/rs6000/rs6000.c (fixed_reg_p): New function.
12419         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
12420         Update all uses.
12422 2016-04-30  Alan Modra  <amodra@gmail.com>
12424         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
12425         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
12426         flag_pic test for Darwin.
12428 2016-04-30  Alan Modra  <amodra@gmail.com>
12430         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
12431         throw_calls_crossed.
12432         (REG_FREQ_CALLS_CROSSED): Delete.
12433         (REG_N_THROWING_CALLS_CROSSED): Delete.
12434         * regstat.c (regstat_bb_compute_ri): Don't calculate
12435         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
12436         (dump_reg_info): Don't print call cross frequency.
12437         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
12438         and REG_N_THROWING_CALLS_CROSSED.
12440 2016-04-30  Alan Modra  <amodra@gmail.com>
12442         * regs.h (struct reg_info_t): Delete live_length.
12443         (REG_LIVE_LENGTH): Delete macro.
12444         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
12445         local_live, local_processed and local_live_last_luid params.
12446         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
12447         Formatting fixes.
12448         (regstat_compute_ri): Adjust for above.  Don't set
12449         REG_LIVE_LENGTH.
12450         (dump_reg_info): Don't print live length.
12451         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
12452         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
12453         Localize loop_depth var.
12455 2016-04-30  Alan Modra  <amodra@gmail.com>
12457         * ira.c (enum valid_equiv): New.
12458         (validate_equiv_mem): Return enum.
12459         (update_equiv_mem): Create replacement in more cases.
12460         (add_store_equivs): Update validate_equiv_mem call.
12462 2016-04-30  Alan Modra  <amodra@gmail.com>
12464         * ira.c (combine_and_move_insns): Rather than scanning insns,
12465         use DF infrastucture to find use and def insns.
12467 2016-04-30  Alan Modra  <amodra@gmail.com>
12469         ira.c (combine_and_move_insns): Move invariant conditions..
12470         (ira.c): ..to here.  Call combine_and_move_insns before
12471         add_store_equivs.  Call grow_reg_equivs later.  Allocate
12472         req_equiv later using max_reg_num() rather than global max_regno.
12473         (contains_replace_regs): Delete.
12474         (add_store_equivs): Remove contains_replace_regs test.
12476 2016-04-30  Alan Modra  <amodra@gmail.com>
12478         * ira.c (struct equiv_mem_data): New.
12479         (equiv_mem, equiv_mem_modified): Delete static vars.
12480         (validate_equiv_mem_from_store): Use "data" param to communicate..
12481         (validate_equiv_mem): ..from here.
12483 2016-04-30  Alan Modra  <amodra@gmail.com>
12485         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
12486         split out from..
12487         (update_reg_equivs): ..here.  Move allocation and freeing of
12488         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
12489         end_alias_analysis to..
12490         (ira): ..here.
12492 2016-04-30  Alan Modra  <amodra@gmail.com>
12494         * ira.c (pdx_subregs): Delete.
12495         (struct equivalence): Add pdx_subregs field.
12496         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
12497         pdx_subregs access.
12498         (update_equiv_regs): Don't create or free pdx_subregs.  Update
12499         pdx_subregs access.
12501 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12503         * config/rs6000/altivec.h: Change definitions of vec_xl and
12504         vec_xst.
12505         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
12506         (LD_ELEMREV_V2DI): New.
12507         (LD_ELEMREV_V4SF): New.
12508         (LD_ELEMREV_V4SI): New.
12509         (LD_ELEMREV_V8HI): New.
12510         (LD_ELEMREV_V16QI): New.
12511         (ST_ELEMREV_V2DF): New.
12512         (ST_ELEMREV_V2DI): New.
12513         (ST_ELEMREV_V4SF): New.
12514         (ST_ELEMREV_V4SI): New.
12515         (ST_ELEMREV_V8HI): New.
12516         (ST_ELEMREV_V16QI): New.
12517         (XL): New.
12518         (XST): New.
12519         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12520         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
12521         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
12522         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
12523         (altivec_expand_builtin): Add handling for
12524         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
12525         (rs6000_invalid_builtin): Add error-checking for
12526         RS6000_BTM_P9_VECTOR.
12527         (altivec_init_builtins): Define builtins used to implement vec_xl
12528         and vec_xst.
12529         (rs6000_builtin_mask_names): Define power9-vector.
12530         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
12531         (RS6000_BTM_P9_VECTOR): Define.
12532         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
12533         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
12534         (vsx_ld_elemrev_v2df): Likewise.
12535         (vsx_ld_elemrev_v4sf): Likewise.
12536         (vsx_ld_elemrev_v4si): Likewise.
12537         (vsx_ld_elemrev_v8hi): Likewise.
12538         (vsx_ld_elemrev_v16qi): Likewise.
12539         (vsx_st_elemrev_v2df): Likewise.
12540         (vsx_st_elemrev_v2di): Likewise.
12541         (vsx_st_elemrev_v4sf): Likewise.
12542         (vsx_st_elemrev_v4si): Likewise.
12543         (vsx_st_elemrev_v8hi): Likewise.
12544         (vsx_st_elemrev_v16qi): Likewise.
12545         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
12546         grammar.
12548 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
12550         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
12551         out into ...
12552         (simplify_control_stmt_condition_1): ... here.  Recurse into
12553         BIT_AND_EXPRs and BIT_IOR_EXPRs.
12555 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
12557         PR target/69810
12558         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
12559         (zero_extendqi<mode>2_dot): Revert earlier conversion from
12560         define_insn_and_split to define_insn.
12561         (zero_extendqi<mode>2_dot2): Same.
12562         (extendqi<mode>2_dot): Same.
12563         (extendqi<mode>2_dot2): Same.
12565 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12567         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
12568         (probe_stack): New expander.
12569         (probe_stack_<mode>): New insn pattern.
12571 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12573         * config/i386/i386.md
12574         (operations with memory inputs setting flags peephole2):
12575         Remove uneeded REG_P checks.  Cleanup pattern generation.
12577 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
12579         * tree-vect-loop.c (vect_transform_loop): Fix
12580         nb_iterations_upper_bound computation for vectorized loop.
12582 2016-04-29  Marek Polacek  <polacek@redhat.com>
12583             Jakub Jelinek  <jakub@redhat.com>
12585         PR sanitizer/70342
12586         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
12587         TARGET_EXPR_SLOT as a base.
12589 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
12591         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
12592         with 'rCm2' constraints to limit possible immediate size.
12593         (*load_zeroextendqisi_update): Likewise.
12594         (*load_signextendqisi_update): Likewise.
12595         (*loadhi_update): Likewise.
12596         (*load_zeroextendhisi_update): Likewise.
12597         (*load_signextendhisi_update): Likewise.
12598         (*loadsi_update): Likewise.
12599         (*loadsf_update): Likewise.
12601 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12603         * config/i386/predicates.md (constm1_operand): Fix comparison.
12605 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
12607         * testsuite/gcc.target/arc/ieee_eq.c: New test.
12609 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
12611         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
12612         remaining SH5 related settings.
12613         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
12614         shmedia_prepare_call_address): Delete.
12615         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
12616         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
12617         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
12618         UNSUPPORTED_SH2A): Remove m5 checks.
12619         (sh_divide_strategy_e): Remove SH5 division strategies.
12620         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
12621         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
12623 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12625         * config/s390/s390.c (s390_rtx_costs): Update documentation.
12627 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12629         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
12630         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
12631         Change lder to ldr.
12632         * config/s390/vector.md ("mov<mode>"): Likewise.
12634 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
12636         * config/s390/constraints.md ("U", "W"): Invoke
12637         s390_mem_constraint with "ZR" and "ZT".
12638         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
12639         addresses when using LRA.  Accept also short displacements for S
12640         and T constraints.  Do not check for long displacement target for
12641         S and T constraints.
12642         (s390_mem_constraint): Remove handling of U and W constraints.
12643         * config/s390/s390.md (various patterns): Remove the short
12644         displacement constraints (Q and R) if a long displacement
12645         constraint is present.  Add longdisp as required CPU capability.
12646         * config/s390/vector.md: Likewise.
12647         * config/s390/vx-builtins.md: Likewise.
12649 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12651         PR target/60040
12652         * reload1.c (reload): Call finish_spills before
12653         restarting reload loop. Skip select_reload_regs
12654         if update_eliminables_and_spill returns true.
12656 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
12658         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
12659         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
12660         (umulhisi3_imm): Update predicates and constraint letters.
12661         (umulhisi3_reg): Declare instruction as commutative.
12662         * config/arc/constraints.md (J12, J16): New constraints.
12663         * config/arc/predicates.md (short_unsigned_const_operand): New
12664         predicate.
12665         (arc_short_operand): Likewise.
12666         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
12668 2016-04-29  Richard Biener  <rguenther@suse.de>
12670         PR tree-optimization/13962
12671         PR tree-optimization/65686
12672         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
12673         * tree-ssa-alias.c (ptrs_compare_unequal): New function
12674         using PTA to compare pointers.
12675         * match.pd: Add pattern for pointer equality compare simplification
12676         using ptrs_compare_unequal.
12678 2016-04-29  Richard Biener  <rguenther@suse.de>
12680         * stor-layout.c (layout_type): Do not build a pointer-to-element
12681         type for arrays.
12683 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12685         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
12686         Use SWI mode iterator.  Use general_reg_operand predicate.
12687         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
12688         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
12689         predicates.
12691 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
12693         PR middle-end/70843
12694         * fold-const.c (operand_equal_p): Don't verify hash value equality
12695         if arg0 == arg1.
12696         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
12697         and OMP_CLAUSE.
12699 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12701         PR target/70858
12702         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
12703         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
12704         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
12705         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
12706         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
12708 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12710         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
12711         to info.  Don't initialize separate fields to 0.  Clean up
12712         formatting a bit.
12714 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12716         * config/i386/i386.md (peephole2s for operations with memory inputs):
12717         Use SWI mode iterator.
12718         (peephole2s for operations with memory outputs): Ditto.
12719         Do not check for stack checking probe.
12721         (probe_stack): Remove expander.
12723 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12724             Andrew Burgess  <andrew.burgess@embecosm.com>
12726         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
12727         operands as 32-bits.
12729 2016-04-28  Jason Merrill  <jason@redhat.com>
12731         * gdbinit.in: Skip line-map.h.
12733 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12734             Andrew Burgess  <andrew.burgess@embecosm.com>
12736         * config/arc/arc.c (arc_conditional_register_usage): Take
12737         TARGET_RRQ_CLASS into account.
12738         (arc_print_operand): Support printing 'p' and 's' operands.
12739         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
12740         as 0.
12741         (TARGET_RRQ_CLASS): Define.
12742         (IS_POWEROF2_OR_0_P): Define.
12743         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
12744         alternatives.
12745         (*tst_movb): New define_insn.
12746         (*tst): Avoid recognition if it could prevent '*tst_movb'
12747         combination; replace c/CnL with c/Chs alternative.
12748         (*tst_bitfield_tst): New define_insn.
12749         (*tst_bitfield_asr): New define_insn.
12750         (*tst_bitfield): New define_insn.
12751         (andsi3_i): Add Rrq variant.
12752         (extzv): New define_expand.
12753         (insv): New define_expand.
12754         (*insv_i): New define_insn.
12755         (*movb): New define_insn.
12756         (*movb_signed): New define_insn.
12757         (*movb_high): New define_insn.
12758         (*movb_high_signed): New define_insn.
12759         (*movb_high_signed + 1): New define_split pattern.
12760         (*mrgb): New define_insn.
12761         (*mrgb + 1): New define_peephole2 pattern.
12762         (*mrgb + 2): New define_peephole2 pattern.
12763         * config/arc/arc.opt (mbitops): New option for nps400, uses
12764         TARGET_NPS_BITOPS_DEFAULT.
12765         * config/arc/constraints.md (q): Make register class conditional.
12766         (Rrq): New register constraint.
12767         (Chs): New constraint.
12768         (Clo): New constraint.
12769         (Chi): New constraint.
12770         (Cbf): New constraint.
12771         (Cbn): New constraint.
12772         (C18): New constraint.
12773         (Cbi): New constraint.
12775 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12777         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
12778         dst->popcount.
12779         (bitmap_intersection_of_preds): Ditto.
12780         (bitmap_union_of_succs): Ditto.
12781         (bitmap_union_of_preds): Ditto.
12782         * sbitmap.c (do_popcount): Delete.
12783         (BITMAP_DEBUGGING): Delete.
12784         (sbitmap_verify_popcount): Delete.
12785         (sbitmap_alloc): Don't initialize the popcount field.
12786         (sbitmap_alloc_with_popcount): Delete.
12787         (sbitmap_resize): Don't resize the popcount array.
12788         (sbitmap_vector_alloc): Don't initialize the popcount field.
12789         (bitmap_copy): Don't copy the popcount array.
12790         (bitmap_clear): Don't clear the popcount array.
12791         (bitmap_clear): Delete the popcount array handling.
12792         (bitmap_ior_and_compl): Delete the popcount assert.
12793         (bitmap_not): Ditto.
12794         (bitmap_and_compl): Ditto.
12795         (bitmap_and): Delete the popcount array handling.
12796         (bitmap_xor): Ditto.
12797         (bitmap_ior): Ditto.
12798         (bitmap_or_and): Delete the popcount assert.
12799         (bitmap_and_or): Ditto.
12800         (popcount_table): Delete.
12801         (sbitmap_elt_popcount): Delete.
12802         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
12803         (bitmap_set_bit): Delete the popcount assert.
12804         (bitmap_clear_bit): Ditto.
12805         (sbitmap_free): Don't free the popcount array.
12806         (sbitmap_alloc_with_popcount): Delete declaration.
12807         (sbitmap_popcount): Ditto.
12809 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12810             Andrew Burgess  <andrew.burgess@embecosm.com>
12812         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
12813         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
12814         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
12815         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
12816         * config/arc/arc.opt (mcmem): New option.
12817         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
12818         supply length for r/m alternative.
12819         (*extendqisi2_ac): Likewise.
12820         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
12821         r/Uex alternative.
12822         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
12823         (movhi_insn): Likewise.
12824         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
12825         (*zero_extendqihi2_i): Add r/Ucm alternative.
12826         (*zero_extendqisi2_ac): Likewise.
12827         (*zero_extendhisi2_i): Likewise.
12828         * config/arc/constraints.md (Uex): New memory constraint.
12829         (Ucm): New define_constraint.
12830         * config/arc/predicates.md (long_immediate_loadstore_operand):
12831         Return 0 for MEM with cmem_address address.
12832         (cmem_address_0): New predicates.
12833         (cmem_address_1): Likewise.
12834         (cmem_address_2): Likewise.
12835         (cmem_address): Likewise.
12837 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12839         * config/rs6000/rs6000.c (machine_function): Rename
12840         insn_chain_scanned_p to spe_insn_chain_scanned_p.
12841         (rs6000_stack_info): Adjust.
12843 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12844             Andrew Burgess  <andrew.burgess@embecosm.com>
12846         * config/arc/constraints.md (Usd): Convert to define_constraint.
12847         (Us<): Likewise.
12848         (Us>): Likewise.
12850 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12852         PR target/70821
12853         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
12854         Add new peephole2 where the first insn is *mov<mode>_or instead of
12855         *mov<mode>_internal.
12857 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
12859         * tracer.c (bb_seen): Make static.
12861 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
12863         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
12864         support, setup defaults.
12865         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
12866         * config/arc/arc.c (arc_init): Add NPS400 support.
12867         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
12868         (TARGET_ARC700): NPS400 is also an ARC700.
12869         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
12871 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12873         PR target/70668
12874         * config/nds32/nds32.md (casesi): Don't access the operands array
12875         out of bounds.
12877 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12879         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
12880         (or $-1,reg peephole2): Ditto.
12881         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
12883 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
12885         * doc/extend.texi (Common Function Attributes) [optimize]:
12886         Discourage use of the optimize attribute.
12888 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
12890         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
12891         special case builtin.
12892         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
12893         ALTIVEC_BUILTIN_VEC_ADDE.
12894         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
12895         support for ALTIVEC_BUILTIN_VEC_ADDE.
12896         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
12897         for __builtin_vec_adde.
12899 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12901         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
12902         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
12904 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12906         PR testsuite/70595
12907         * doc/sourcebuild.texi (Effective-Target Keywords, Other
12908         attributes): Document cilkplus_runtime.
12910 2016-04-28  Martin Jambor  <mjambor@suse.cz>
12912         * tree-cfg.c (verify_expr): Verify that local declarations belong to
12913         this function.  Call verify_expr on MEM_REFs and bases of other
12914         handled_components.
12916 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12918         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
12919         for WORD_REGISTER_OPERATIONS to runtime check.
12921 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12923         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
12925 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12927         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
12928         big-endian compilation.
12929         * config/arc/arc.md (addf3): Likewise.
12930         (subdf3): Likewise.
12931         (muldf3): Likewise.
12933 2016-04-28  Richard Biener  <rguenther@suse.de>
12935         PR tree-optimization/70840
12936         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
12937         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
12938         Mark x * pow(x,c) -> pow(x,c+1) commutative.
12939         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
12941 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12943         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
12944         and explain why in a comment.
12946 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12948         * config/arc/arc.md (cpu_facility): Add fpx variant.
12949         (subdf3): Prohibit use reverse sub when assist operations option
12950         is enabled.
12951         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
12952         instructions only when FPX is enabled.
12953         * testsuite/gcc.target/arc/trsub.c: New test.
12955 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12957         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
12958         mult_operator when calculating "type" attribute.
12959         (*fop_<mode>_1_i387): Ditto.
12960         (*fop_xf_1_i387): Ditto.
12961         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
12962         Use std::swap to swap operands.  Use RTL expressions to generate
12963         converted pattern.
12965 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12966             Joern Rennecke  <joern.rennecke@embecosm.com>
12968         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
12969         declaration.
12970         (emit_pic_move): Remove.
12971         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
12972         * config/arc/arc.c (emit_pic_move): Removed.
12973         (TARGET_HAVE_TLS): Define.
12974         (arc_conditional_register_usage): Test for arc_tp_regno.
12975         (arc_print_operand, arc_print_operand_address): Handle TLS
12976         unspecs.
12977         (arc_needs_pcl_p): New function.
12978         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
12979         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
12980         (arc_raw_symbolic_reference_mentioned_p): Likewise.
12981         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
12982         (arc_legitimize_tls_address): Likewise.
12983         (DTPOFF_ZERO_SYM): Define.
12984         (arc_legitimize_pic_address): Make it static, handle TLS cases.
12985         (arc_output_pic_addr_const): Print TLS unspecs.
12986         (prepare_pic_move): New function, replaces emit_pic_move.
12987         (arc_legitimate_constant_p): Handle TLS unspecs.
12988         (arc_legitimate_address_p): Likewise.
12989         (arc_rewrite_small_data_p): Use assert for TLS constants.
12990         (prepare_move_operands): Use prepare_pic_move.
12991         (arc_legitimize_address): Legitimize tls addresses.
12992         (arc_epilogue_uses): Check for arc_tp_regno.
12993         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
12994         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
12995         Define.
12996         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
12997         Likewise.
12998         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
12999         %(arc_tls_extra_start_spec).
13000         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
13001         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
13002         (EH_USES): Define.
13003         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
13004         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
13005         (UNSPEC_TLS_OFF): Add.
13006         (R10_REG): Define.
13007         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
13008         (get_thread_pointersi): New patterns.
13009         * config/arc/arc.opt (mtp-regno): New option.
13010         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
13011         (move_dest_operand): Likewise.
13012         * configure: Regenerate.
13013         * configure.ac: Add arc*-*-* case to test for tls.
13014         * doc/invoke.texi (ARC options): Document mtp-regno.
13016 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
13018         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
13019         the new ARC HS SIMD instructions.
13020         (arc_preferred_simd_mode): New function.
13021         (arc_autovectorize_vector_sizes): Likewise.
13022         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
13023         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
13024         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
13025         (arc_init_builtins): Add new SIMD builtin types.
13026         (arc_split_move): Handle 64 bit vector moves.
13027         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
13028         (TARGET_PLUS_QMACW): Define.
13029         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
13030         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
13031         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
13032         (VSUBADD4H): New builtins.
13033         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
13034         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
13036 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
13037             Matthias Klose  <doko@debian.org>
13039         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
13041 2016-04-28  Richard Biener  <rguenther@suse.de>
13043         PR middle-end/70777
13044         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
13045         canonicalization.
13047 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
13049         * common/config/sh/sh-common.c: Remove SH5 support.
13050         * config/sh/constraints.md: Likewise.
13051         * config/sh/config/sh/elf.h: Likewise.
13052         * config/sh/linux.h: Likewise.
13053         * config/sh/netbsd-elf.h: Likewise.
13054         * config/sh/predicates.md: Likewise.
13055         * config/sh/sh-c.c: Likewise.
13056         * config/sh/sh-protos.h: Likewise.
13057         * config/sh/sh.c: Likewise.
13058         * config/sh/sh.h: Likewise.
13059         * config/sh/sh.md: Likewise.
13060         * config/sh/sh.opt: Likewise.
13061         * config/sh/sync.md: Likewise.
13062         * config/sh/sh64.h: Delete.
13063         * config/sh/shmedia.h: Likewise.
13064         * config/sh/shmedia.md: Likewise.
13065         * config/sh/sshmedia.h: Likewise.
13066         * config/sh/t-netbsd-sh5-64: Likewise.
13067         * config/sh/t-sh64: Likewise.
13068         * config/sh/ushmedia.h: Likewise.
13070 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
13072         * config/i386/i386.md (sign_extend to memory peephole2s): Use
13073         general_reg_operand instead of register_operand predicate.
13075 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13077         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
13079 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
13081         * match.pd (A - B > A, A + B < A): New transformations.
13083 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
13085         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
13086         which defaults to true.  Emit an outer pair of parentheses only if
13087         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
13088         don't emit parentheses for the right-hand operand.
13090 2016-04-27  Jeff Law  <law@redhat.com>
13092         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
13094 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13096         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
13097         (altivec_lvx_<mode>_internal): Document.
13098         (altivec_lvx_<mode>_2op): New define_insn.
13099         (altivec_lvx_<mode>_1op): Likewise.
13100         (altivec_lvx_<mode>_2op_si): Likewise.
13101         (altivec_lvx_<mode>_1op_si): Likewise.
13102         (altivec_stvx_<mode>): Remove.
13103         (altivec_stvx_<mode>_internal): Document.
13104         (altivec_stvx_<mode>_2op): New define_insn.
13105         (altivec_stvx_<mode>_1op): Likewise.
13106         (altivec_stvx_<mode>_2op_si): Likewise.
13107         (altivec_stvx_<mode>_1op_si): Likewise.
13108         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
13109         Expand vec_ld and vec_st during parsing.
13110         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
13111         changes.
13112         (altivec_expand_stvx_be): Likewise.
13113         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
13114         address-masking behavior in RTL.
13115         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
13116         address-masking behavior in RTL.
13117         (altivec_expand_builtin): Change builtin code arguments for calls
13118         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
13119         (insn_is_swappable_p): Avoid incorrect swap optimization in the
13120         presence of lvx/stvx patterns.
13121         (alignment_with_canonical_addr): New function.
13122         (alignment_mask): Likewise.
13123         (find_alignment_op): Likewise.
13124         (recombine_lvx_pattern): Likewise.
13125         (recombine_stvx_pattern): Likewise.
13126         (recombine_lvx_stvx_patterns): Likewise.
13127         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
13128         stvx patterns from expand.
13129         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
13130         expansions.
13131         (vector_altivec_store_<mode>): Likewise.
13133 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
13135         * config/aarch64/aarch64.md
13136         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
13137         remove the "fp" attributes.
13138         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
13139         add the "simd" attributes.
13140         (*movdf_aarch64): Likewise.
13141         (*movtf_aarch64): Remove the "fp" attributes.
13142         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
13143         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
13145 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13147         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
13148         rtx to rtx_code_label *.
13149         * rtl.h (maybe_set_first_label_num): Likewise.
13151 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13153         * df-core.c (df_add_problem): Make the problem param be const.
13154         (df_remove_problem): Make local "problem" be const.
13155         * df-problems.c (problem_RD): Make const.
13156         (problem_LR): Likewise.
13157         (problem_LIVE): Likewise.
13158         (problem_MIR): Likewise.
13159         (problem_CHAIN): Likewise.
13160         (problem_WORD_LR): Likewise.
13161         (problem_NOTE): Likewise.
13162         (problem_MD): Likewise.
13163         * df-scan.c (problem_SCAN): Likewise.
13164         * df.h (struct df_problem): Make field "dependent_problem" be
13165         const.
13166         (struct dataflow): Likewise for field "problem".
13167         (df_add_problem): Make param const.
13169 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
13171         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
13172         inter-unit moves to/from vector registers are enabled.  Do not disable
13173         for TARGET_MMX.
13175 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13177         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
13178         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
13179         #define to...
13180         (enum df_problem_id): ...this new enum.
13181         (struct df_problem): Convert field "id" from "int" to
13182         enum df_problem_id.
13184 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13186         * rtl.def: Update comment for "things in the instruction chain" to
13187         reflect the removal of the leading "i" field for INSN_UID in
13188         r210360.  Fix bogus apostrophe.
13190 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
13192         * config/i386/i386.md
13193         (lea arith with mem operand + setcc peephole2): Set operator mode.
13195 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13197         PR target/70155
13198         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
13199         (dimode_scalar_to_vector_candidate_p): This.
13200         (timode_scalar_to_vector_candidate_p): New function.
13201         (scalar_to_vector_candidate_p): Likewise.
13202         (timode_check_non_convertible_regs): Likewise.
13203         (timode_remove_non_convertible_regs): Likewise.
13204         (remove_non_convertible_regs): Likewise.
13205         (remove_non_convertible_regs): Renamed to ...
13206         (dimode_remove_non_convertible_regs): This.
13207         (scalar_chain::~scalar_chain): Make it virtual.
13208         (scalar_chain::compute_convert_gain): Make it pure virtual.
13209         (scalar_chain::mark_dual_mode_def): Likewise.
13210         (scalar_chain::convert_insn): Likewise.
13211         (scalar_chain::convert_registers): Likewise.
13212         (scalar_chain::add_to_queue): Make it protected.
13213         (scalar_chain::emit_conversion_insns): Likewise.
13214         (scalar_chain::replace_with_subreg): Likewise.
13215         (scalar_chain::replace_with_subreg_in_insn): Likewise.
13216         (scalar_chain::convert_op): Likewise.
13217         (scalar_chain::convert_reg): Likewise.
13218         (scalar_chain::make_vector_copies): Likewise.
13219         (scalar_chain::convert_registers): New pure virtual function.
13220         (class dimode_scalar_chain): New class.
13221         (class timode_scalar_chain): Likewise.
13222         (scalar_chain::mark_dual_mode_def): Renamed to ...
13223         (dimode_scalar_chain::mark_dual_mode_def): This.
13224         (timode_scalar_chain::mark_dual_mode_def): New function.
13225         (timode_scalar_chain::convert_insn): Likewise.
13226         (dimode_scalar_chain::convert_registers): Likewise.
13227         (scalar_chain::compute_convert_gain): Renamed to ...
13228         (dimode_scalar_chain::compute_convert_gain): This.
13229         (scalar_chain::replace_with_subreg): Renamed to ...
13230         (dimode_scalar_chain::replace_with_subreg): This.
13231         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
13232         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
13233         (scalar_chain::make_vector_copies): Renamed to ...
13234         (dimode_scalar_chain::make_vector_copies): This.
13235         (scalar_chain::convert_reg): Renamed to ...
13236         (dimode_scalar_chain::convert_reg ): This.
13237         (scalar_chain::convert_op): Renamed to ...
13238         (dimode_scalar_chain::convert_op): This.
13239         (scalar_chain::convert_insn): Renamed to ...
13240         (dimode_scalar_chain::convert_insn): This.
13241         (scalar_chain::convert): Call convert_registers.
13242         (convert_scalars_to_vector): Change to scalar_chain pointer to
13243         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
13244         in 32-bit mode.  Delete scalar_chain pointer.  Call
13245         free_dominance_info in 64-bit mode.
13246         (pass_stv::gate): Remove TARGET_64BIT check.
13247         (ix86_option_override): Put the 64-bit STV pass before the CSE
13248         pass.
13250 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
13252         * dwarf2out.h (struct dw_loc_descr_node): Remove the
13253         dw_loc_frame_offset field.
13254         * dwarf2out.c (new_loc_descr): Likewise.
13255         (resolve_args_picking_1): Turn the VISITED hash set into a
13256         FRAME_OFFSET hash map. Use it to associate a frame offset to
13257         visited nodes. Remove uses of the CHECKING_P macro.
13258         (resolve_args_picking): Update call to resolve_args_picking_1.
13260 2016-04-27  Martin Liska  <mliska@suse.cz>
13262         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
13263         (free_loop_data): Release vuses of groups.
13265 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
13267         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
13268         instead of redundant use_id and boolean have_use_for.
13269         (struct iv_use): Change sub_id into group_id.  Remove field next.
13270         Move fields: related_cands, n_map_members, cost_map and selected
13271         to ...
13272         (struct iv_group): ... here.  New structure.
13273         (struct iv_common_cand): Use structure declaration directly.
13274         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
13275         (MAX_CONSIDERED_USES): Rename macro to ...
13276         (MAX_CONSIDERED_GROUPS): ... here.
13277         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
13278         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
13279         (dump_uses): Rename to ...
13280         (dump_groups): ... here.  Update all uses.
13281         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
13282         (find_induction_variables): Refactor format of dump information.
13283         (record_sub_use): Delete.
13284         (record_use): Update all uses.
13285         (record_group): New function.
13286         (record_group_use, find_interesting_uses_op): Call above functions.
13287         Update all uses.
13288         (find_interesting_uses_cond): Ditto.
13289         (group_compare_offset): New function.
13290         (split_all_small_groups): Rename to ...
13291         (split_small_address_groups_p): ... here.  Update all uses.
13292         (split_address_groups):  Update all uses.
13293         (find_interesting_uses): Refactor format of dump information.
13294         (add_candidate_1): Update all uses.  Remove redundant check on iv,
13295         base and step.
13296         (add_candidate, record_common_cand): Remove redundant assert.
13297         (add_iv_candidate_for_biv): Update use.
13298         (add_iv_candidate_derived_from_uses): Update all uses.
13299         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
13300         (alloc_use_cost_map): Ditto.
13301         (set_use_iv_cost, get_use_iv_cost): Rename to ...
13302         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
13303         (determine_use_iv_cost_generic): Ditto.
13304         (determine_group_iv_cost_generic): Ditto.
13305         (determine_use_iv_cost_address): Ditto.
13306         (determine_group_iv_cost_address): Ditto.
13307         (determine_use_iv_cost_condition): Ditto.
13308         (determine_group_iv_cost_cond): Ditto.
13309         (determine_use_iv_cost): Ditto.
13310         (determine_group_iv_cost): Ditto.
13311         (set_autoinc_for_original_candidates): Update all uses.
13312         (find_iv_candidates): Update all uses.  Refactor dump information.
13313         (determine_use_iv_costs): Ditto.
13314         (determine_iv_costs): Ditto.
13315         (iv_ca_cand_for_use): Rename to ...
13316         (iv_ca_cand_for_group): ... here.  Update all uses.
13317         (iv_ca_add_use, iv_ca_add_group): Ditto.
13318         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
13319         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
13320         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
13321         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
13322         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
13323         (create_new_iv, adjust_iv_update_pos): Ditto.
13324         (rewrite_use_address): Delete.
13325         (rewrite_use_address_1): Rename to ...
13326         (rewrite_use_address): ... here.
13327         (rewrite_use_compare): Update all uses.
13328         (rewrite_use): Delete.
13329         (rewrite_uses): Rename to ...
13330         (rewrite_groups): ... here.  Update all uses.
13331         (remove_unused_ivs, free_loop_data): Update all uses.
13332         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
13334 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13336         * rtlanal.c (nonzero_bits1): Convert preprocessor check
13337         for WORD_REGISTER_OPERATIONS to runtime check.
13339 2016-04-27  Richard Biener  <rguenther@suse.de>
13341         PR ipa/70760
13342         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
13343         aggregate_value_p to determine if a function result is
13344         returned by reference.
13345         (ipa_pta_execute): Functions having their address taken are
13346         not automatically nonlocal.
13348 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
13350         PR sanitizer/70683
13351         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
13352         * fold-const.c (operand_equal_p): If flag_checking and
13353         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
13354         and if it returns non-zero, assert iterative_hash_expr on both
13355         args is the same.
13357 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
13359         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
13361 2016-04-27  Nick Clifton  <nickc@redhat.com>
13363         PR middle-end/49889
13364         * varasm.c (merge_weak): Generate an error if an attempt is made
13365         to convert a non-weak static function into a weak, public function.
13367 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13369         * params.def (MAX_PARTITION_SIZE): New param.
13370         * doc/invoke.texi: Document lto-max-partition.
13372 2016-04-27  Richard Biener  <rguenther@suse.de>
13374         PR ipa/70785
13375         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
13376         function cummulating used_from_other_partition, externally_visible
13377         and force_output from aliases.
13378         (refered_from_nonlocal_var): Likewise.
13379         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
13380         node flags properly.
13382 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
13384         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
13385         (-Wmemset-elt-size): New item.
13387 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13389         PR ada/70759
13390         * stor-layout.h (internal_reference_types): Delete.
13391         * stor-layout.c (reference_types_internal): Likewise.
13392         (internal_reference_types): Likewise.
13393         (layout_type) <REFERENCE_TYPE>: Adjust.
13395 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
13397         PR sanitizer/70683
13398         * tree.h (inchash::add_expr): Add FLAGS argument.
13399         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
13400         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
13401         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
13402         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
13403         if swap_tree_comparison (code) is smaller than code, hash that
13404         and arguments in the other order.  Hash CONVERT_EXPR the same
13405         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
13406         of ADDR_EXPR of decl as the decl itself.  Add or remove
13407         OEP_ADDRESS_OF from recursive flags as needed.  For
13408         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
13409         operands commutatively and only the third one normally.
13410         For internal CALL_EXPR hash in CALL_EXPR_IFN.
13412 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13414         * config/rtems.h (LIB_SPEC): Add -latomic.
13416 2016-04-27  Joel Sherrill  <joel@rtems.org>
13418         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
13419         xilink.ld and flags not relevant to RTEMS.
13421 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
13423         * toplev.c (backend_init_target): Avoid calling init_reload when using
13424         LRA.
13426 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
13428         * reorg.c (try_merge_delay_insns): Declare i and j inside the
13429         for loops rather than one for the whole function.
13431 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
13433         * match.pd (X + CST CMP X): New transformation.
13435 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
13437         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
13438         * fold-const.c (fold_binary_loc): Remove 2 transformations
13439         superseded by match.pd.
13440         * match.pd (x+x -> x*2): Generalize to integers.
13442 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
13444         * config/i386/i386.md (operation on memory peephole): Duplicate an
13445         existing peephole and adapt it to match lea rather than an operation
13446         that clobbers CC.
13448         PR rtl-optimization/57193
13449         * opts.c (default_options_table): Add OPT_frename_registers at -O2
13450         and above.
13451         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
13453 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
13455         * tree-if-conv.c (any_pred_load_store): New static variable.
13456         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
13457         any_pred_load_store instead of and_mask_load_store.
13458         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
13459         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
13460         (combine_blocks, tree_if_conversion): Ditto.
13462 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
13464         PR tree-optimization/70771
13465         PR tree-optimization/70775
13466         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
13467         virtual PHI nodes.  Delete parameter.
13468         (if_convertible_loop_p_1): Delete argument to above function.
13469         (predicate_all_scalar_phis): Delete code handling single-argument
13470         PHIs.
13471         (tree_if_conversion): Mark and update virtual SSA.
13473 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13475         PR target/61821
13476         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
13477         (x86_elf_aligned_common): Rename to ...
13478         (x86_elf_aligned_decl_common): ... this.
13479         Add decl arg.  Switch to .lbss for largecomm object.  Use
13480         LARGECOMM_SECTION_ASM_OP.
13481         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
13482         renaming.
13483         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
13484         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
13485         Pass new decl arg.
13486         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
13487         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
13489 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13491         PR target/59407
13492         * config/i386/i386.c (SECTION_LARGE): Define.
13493         (x86_64_elf_select_section): Set it for large data/bss sections.
13494         Only clear SECTION_WRITE for .lrodata.
13495         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
13496         data/bss sections.
13497         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
13498         * varasm.c (default_elf_asm_named_section): Grow flagchars.
13499         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
13500         SECTION_MACH_DEP.
13501         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
13502         * doc/tm.texi: Regenerate.
13504 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
13506         PR bootstrap/70704
13507         * configure.ac (--enable-checking): Document extra flag, for
13508         non-release builds default to --enable-checking=yes,extra.
13509         If misc checking and extra checking, define CHECKING_P to 2 instead
13510         of 1.
13511         * common.opt (fchecking=): Add.
13512         * doc/invoke.texi (-fchecking=): Document.
13513         * doc/install.texi: Document --enable-checking changes.
13514         * configure: Regenerated.
13515         * config.in: Regenerated.
13517 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13519         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
13520         attribute instead of which_alternative.
13521         * config/i386/sse.md (*mov<mode>_internal): Ditto.
13522         Use EXT_REX_SSE_REG_P where appropriate.
13524 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13526         * config/i386/predicates.md (const0_operand): Do not match
13527         const_wide_int code.
13528         (const1_operand): Ditto.
13530 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13532         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
13533         for SSE constm1 operands and TARGET_AVX512VL.
13534         (*movti_internal): Ditto.
13535         (*mov<mode>_or): Use constm1_operand predicate.
13536         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
13537         for SSE vector_all_ones operands and TARGET_AVX512VL.
13538         * config/i386/predicates.md (constm1_operand): New predicate.
13539         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
13540         emission of constant -1 load.
13542 2016-04-25  Jason Merrill  <jason@redhat.com>
13544         * gdbinit.in: Skip is-a.h.
13546         * attribs.c (register_scoped_attributes): Fix logic.
13547         * attribs.h: Declare register_scoped_attributes.
13549 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13551         * config/rs6000/rs6000-builtin.def: Correct pasto error for
13552         stxvd2x and stxvw4x built-in functions.
13554 2016-04-25  DJ Delorie  <dj@redhat.com>
13556         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
13557         (ashrhi3): Likewise.
13558         (lshrhi3): Likewise.
13560 2016-04-25  Richard Biener  <rguenther@suse.de>
13562         PR tree-optimization/70780
13563         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
13564         wasn't visited yet.
13565         (compute_antic): Mark blocks with abnormal preds as visited as
13566         they have a final empty antic-in solution already.
13568 2016-04-25  Michael Collison  <michael.collison@linaro.org>
13570         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
13572 2016-04-25  Michael Collison  <michael.collison@linaro.org>
13574         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
13575         mode is VQI to improve mixed mode vectorization.
13576         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
13577         define_insn to match low half of signed vaddw.
13578         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
13579         define_insn to match high half of signed vaddw.
13580         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
13581         define_insn to match low half of unsigned vaddw.
13582         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
13583         define_insn to match high half of unsigned vaddw.
13584         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
13585         (arm_simd_check_vect_par_cnst_half_p): Likewise.
13586         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
13587         for new function.
13588         (arm_simd_check_vect_par_cnst_half_p): Likewise.
13589         * config/arm/predicates.md (vect_par_constant_high): Support
13590         big endian and simplify by calling
13591         arm_simd_check_vect_par_cnst_half
13592         (vect_par_constant_low): Likewise.
13594 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13596         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
13597         predicate for operand 2.
13599 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
13600             H.J. Lu  <hongjiu.lu@intel.com>
13602         * config/i386/i386-protos.h (standard_sse_constant_p): Add
13603         machine_mode argument.
13604         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
13605         constm1_rtx operands.  For VOIDmode constants, get mode from
13606         pred_mode.  Check mode size if the mode is supported by ABI.
13607         (standard_sse_constant_opcode): Do not use standard_constant_p.
13608         Strictly check ABI support for all-ones operands.
13609         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
13610         immediates. Update calls to standard_sse_constant_p.
13611         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
13612         (ix86_rtx_costs): Ditto.
13613         * config/i386/i386.md (*movxi_internal_avx512f): Use
13614         nonimmediate_or_sse_const_operand instead of vector_move_operand.
13615         Use (v,BC) alternative instead of (v,C). Use register_operand
13616         checks instead of MEM_P.
13617         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
13618         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
13619         isa attribute.  Use register_operand checks instead of MEM_P.
13620         (*movti_internal): Use nonimmediate_or_sse_const_operand for
13621         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
13622         alternative and corresponding sse2 isa attribute.
13623         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
13624         to standard_sse_constant_p.
13625         (FP constant splitters): Ditto.
13626         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
13627         (C): Ditto.
13628         * config/i386/predicates.md (constm1_operand): Remove.
13629         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
13630         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
13631         vector_all_ones_operand instead of constm1_operand.
13633 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13635         * print-rtl.c (print_rtx_insn_vec): New function.
13636         * print-rtl.h: New prototype.
13637         * store-motion.c (struct st_expr): Make avail_stores a vector.
13638         (st_expr_entry): Adjust.
13639         (free_st_expr_entry): Likewise.
13640         (print_store_motion_mems): Likewise.
13641         (find_moveable_store): Likewise.
13642         (compute_store_table): Likewise.
13643         (delete_store): Likewise.
13644         (build_store_vectors): Likewise.
13646 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13648         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
13650 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13652         * vec.h (vec_safe_contains): New function.
13653         (vec::contains): Likewise.
13654         (vec::begin): Likewise.
13655         (vec::end): Likewise.
13657 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
13659         PR sanitizer/70712
13660         * cfgexpand.c (expand_stack_vars): Fix typo.
13662 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13664         * system.h (list, map, set, vector): Include conditionally.
13665         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
13666         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
13667         * ipa-icf.c (INCLUDE_LIST): Define.
13668         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
13669         * config/sh/sh.c (INCLUDE_VECTOR): Define.
13670         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
13671         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
13672         * cp/logic.cc (INCLUDE_LIST): Define.
13673         * fortran/trans-common.c (INCLUDE_MAP): Define.
13675 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13677         * auto-profile.c: Remove <string.h> include.
13678         * ipa-icf-gimple.c: Remove <list> include.
13679         * diagnostic.c: Remove <new> include.
13680         * genmatch.c: Likewise.
13681         * pretty-print.c: Likewise.
13682         * toplev.c: Likewise
13683         * c/c-objc-common.c: Likewise.
13684         * cp/error.c: Likewise.
13685         * fortran/error.c: Likewise.
13687 2016-04-22  Richard Biener  <rguenther@suse.de>
13689         * lto-streamer-in.c (input_ssa_names): Do not allocate
13690         GIMPLE_NOP for all SSA names.
13691         * lto-streamer-out.c (output_ssa_names): Do not output
13692         SSA names that should have been released.
13694 2016-04-22  Richard Biener  <rguenther@suse.de>
13696         PR tree-optimization/70740
13697         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
13698         VDEF.
13700 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
13702         PR target/70750
13703         * config/i386/predicates.md (call_insn_operand): Replace
13704         sibcall_memory_operand with memory_operand.
13706 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
13708         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
13709         has_single_use() tests.
13710         (register_edge_assert_for_1): Likewise.
13711         (find_assert_locations_1): Check the liveness bitmap instead of
13712         checking has_single_use().
13714 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
13716         PR target/70728
13717         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
13718         Extract AVX-512BW constraint from AVX.
13720 2016-04-21  Richard Biener  <rguenther@suse.de>
13722         PR tree-optimization/70725
13723         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
13724         for phi_convertible_by_degenerating_args.
13725         (predicate_all_scalar_phis): Handle single-argument PHIs.
13727 2016-04-21  Richard Biener  <rguenther@suse.de>
13729         PR middle-end/70747
13730         * fold-const.c (fold_comparison): Return properly typed
13731         constant boolean.
13733 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
13735         PR tree-optimization/70715
13736         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
13737         after expanding BASE using expand_simple_operations.
13739 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
13741         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
13742         New transformations.
13744 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
13746         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
13748 2016-04-20  Jan Hubicka  <jh@suse.cz>
13750         * ipa-inline.c (can_inline_edge_p): Pass caller info to
13751         ultiimate_alias_target.
13752         (update_callee_keys): Likewise.
13753         (lookup_recursive_calls): Likewise.
13754         (speculation_useful_p): Likewise.
13756 2016-04-20  Jan Hubicka  <jh@suse.cz>
13758         PR ipa/70018
13759         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
13760         (set_nothrow_flag_1): ... this; handle interposition correctly;
13761         recurse on aliases and thunks.
13762         (cgraph_node::set_nothrow_flag): New.
13763         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
13764         functions compiled with non-call exceptions that binds to current
13765         def.
13766         (propagate_nothrow): Be safe WRT interposition.
13767         * cgraph.h (set_nothrow_flag): Update prototype.
13769 2016-04-18  Jan Hubicka  <jh@suse.cz>
13771         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
13772         max_loop_iterations_int.
13773         (tree_unswitch_outer_loop): Likewise.
13775 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13777         PR tree-optimization/69489
13778         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
13779         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
13780         Revise dump message.
13781         (if_convertible_bb_p): Remove check on edge count of basic block's
13782         predecessors.
13784 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13786         PR tree-optimization/56625
13787         PR tree-optimization/69489
13788         * tree-data-ref.h (DR_INNERMOST): New macro.
13789         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
13790         hashing struct innermost_loop_behavior.
13791         (ref_DR_map): Remove.
13792         (innermost_DR_map): New map.
13793         (baseref_DR_map): Revise comment.
13794         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
13795         to innermost_DR_map accroding to its innermost loop behavior.
13796         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
13797         to its innermost loop behavior.
13798         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
13799         Add initialization for innermost_DR_map.  Record memory reference
13800         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
13801         have innermost loop behavior.
13802         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
13803         innermost_DR_map.
13805 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
13807         * config/i386/i386.md (*lea<mode>_general_1): Rename from
13808         *lea_general_1.  Use explicit SWI12 mode interator.
13809         (*lea<mode>_general_2): Rename from *lea_general_2.
13810         Use explicit SWI12 mode interator.
13811         (*lea<mode>_general_3): Rename from *lea_general_3.
13812         Use explicit SWI12 mode interator.
13813         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
13814         Use explicit SWI12 mode interator.
13815         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
13816         Use explicit SWI48 mode interator.
13818 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
13820         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
13821         Short-cut unaligned load and store cases.  Handle all integer
13822         vector modes.
13823         (ix86_expand_vector_move_misalign): Short-cut unaligned load
13824         and store cases.  Call ix86_avx256_split_vector_move_misalign
13825         directly without checking mode class.
13827 2016-04-20  Andrew Pinski  <apinski@cavium.com>
13828             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13830         PR target/64971
13831         * config/aarch64/aarch64.md (sibcall): Force call
13832         address to be DImode for ILP32.
13833         (sibcall_value): Likewise.
13835 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
13837         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
13839 2016-04-20  Richard Biener  <rguenther@suse.de>
13841         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
13842         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
13843         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
13844         (maybe_push_res_to_seq): Adjust.
13845         * gimple-fold.c (maybe_build_generic_op): Likewise.
13847 2016-04-20  Marek Polacek  <polacek@redhat.com>
13849         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
13850         rather than true.
13852 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
13854         * config/i386/sse.md (vec_unpacks_lo_hi): Always
13855         use kmovw to support AVX512F target.
13857 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13859         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
13861 2016-04-20  Marek Polacek  <polacek@redhat.com>
13863         PR tree-optimization/70725
13864         * tree-if-conv.c (is_false_predicate): New function.
13865         (predicate_mem_writes): Use it.
13867 2016-04-20  Richard Biener  <rguenther@suse.de>
13869         PR tree-optimization/70726
13870         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
13871         shift amounts from a pattern stmt operand.
13873 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13875         PR target/70674
13876         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
13877         stack_restore_from_fpr pattern when restoring r15.
13878         (s390_optimize_prologue): Strip away the memory barrier in the
13879         parallel when trying to get rid of restore insns.
13880         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
13881         definition for loading the stack pointer from an FPR.  Compared to
13882         the normal move insn this pattern includes a full memory barrier.
13884 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
13886         PR middle-end/70680
13887         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
13888         implicitly linear or lastprivate iterator on the outer context.
13890 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
13892         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
13893         alignment check.
13894         * config/i386/i386.md (ssememalign): Removed.
13895         * config/i386/sse.md: Remove ssememalign attribute from patterns.
13897 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
13899         PR target/69201
13900         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
13901         const short * to __builtin_ia32_loaddquhi512_mask.
13902         (_mm512_maskz_loadu_epi16): Likewise.
13903         (_mm512_mask_storeu_epi16): Pass short * to
13904         __builtin_ia32_storedquhi512_mask.
13905         (_mm512_mask_loadu_epi8): Pass const char * to
13906         __builtin_ia32_loaddquqi512_mask.
13907         (_mm512_maskz_loadu_epi8): Likewise.
13908         (_mm512_mask_storeu_epi8): Pass char * to
13909         __builtin_ia32_storedquqi512_mask.
13910         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
13911         const double * to __builtin_ia32_loadupd512_mask.
13912         (_mm512_mask_loadu_pd): Likewise.
13913         (_mm512_maskz_loadu_pd): Likewise.
13914         (_mm512_storeu_pd): Pass double * to
13915         __builtin_ia32_storeupd512_mask.
13916         (_mm512_mask_storeu_pd): Likewise.
13917         (_mm512_loadu_ps): Pass const float * to
13918         __builtin_ia32_loadups512_mask.
13919         (_mm512_mask_loadu_ps): Likewise.
13920         (_mm512_maskz_loadu_ps): Likewise.
13921         (_mm512_storeu_ps): Pass float * to
13922         __builtin_ia32_storeups512_mask.
13923         (_mm512_mask_storeu_ps): Likewise.
13924         (_mm512_mask_loadu_epi64): Pass const long long * to
13925         __builtin_ia32_loaddqudi512_mask.
13926         (_mm512_maskz_loadu_epi64): Likewise.
13927         (_mm512_mask_storeu_epi64): Pass long long *
13928         to __builtin_ia32_storedqudi512_mask.
13929         (_mm512_loadu_si512): Pass const int * to
13930         __builtin_ia32_loaddqusi512_mask.
13931         (_mm512_mask_loadu_epi32): Likewise.
13932         (_mm512_maskz_loadu_epi32): Likewise.
13933         (_mm512_storeu_si512): Pass int * to
13934         __builtin_ia32_storedqusi512_mask.
13935         (_mm512_mask_storeu_epi32): Likewise.
13936         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
13937         char * to __builtin_ia32_storedquqi256_mask.
13938         (_mm_mask_storeu_epi8): Likewise.
13939         (_mm256_mask_loadu_epi16): Pass const short * to
13940         __builtin_ia32_loaddquhi256_mask.
13941         (_mm256_maskz_loadu_epi16): Likewise.
13942         (_mm_mask_loadu_epi16): Pass const short * to
13943         __builtin_ia32_loaddquhi128_mask.
13944         (_mm_maskz_loadu_epi16): Likewise.
13945         (_mm256_mask_loadu_epi8): Pass const char * to
13946         __builtin_ia32_loaddquqi256_mask.
13947         (_mm256_maskz_loadu_epi8): Likewise.
13948         (_mm_mask_loadu_epi8): Pass const char * to
13949         __builtin_ia32_loaddquqi128_mask.
13950         (_mm_maskz_loadu_epi8): Likewise.
13951         (_mm256_mask_storeu_epi16): Pass short * to.
13952         __builtin_ia32_storedquhi256_mask.
13953         (_mm_mask_storeu_epi16): Pass short * to.
13954         __builtin_ia32_storedquhi128_mask.
13955         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
13956         const double * to __builtin_ia32_loadupd256_mask.
13957         (_mm256_maskz_loadu_pd): Likewise.
13958         (_mm_mask_loadu_pd): Pass onst double * to
13959         __builtin_ia32_loadupd128_mask.
13960         (_mm_maskz_loadu_pd): Likewise.
13961         (_mm256_mask_storeu_pd): Pass double * to
13962         __builtin_ia32_storeupd256_mask.
13963         (_mm_mask_storeu_pd): Pass double * to
13964         __builtin_ia32_storeupd128_mask.
13965         (_mm256_mask_loadu_ps): Pass const float * to
13966         __builtin_ia32_loadups256_mask.
13967         (_mm256_maskz_loadu_ps): Likewise.
13968         (_mm_mask_loadu_ps): Pass const float * to
13969         __builtin_ia32_loadups128_mask.
13970         (_mm_maskz_loadu_ps): Likewise.
13971         (_mm256_mask_storeu_ps): Pass float * to
13972         __builtin_ia32_storeups256_mask.
13973         (_mm_mask_storeu_ps): ass float * to
13974         __builtin_ia32_storeups128_mask.
13975         (_mm256_mask_loadu_epi64): Pass const long long * to
13976         __builtin_ia32_loaddqudi256_mask.
13977         (_mm256_maskz_loadu_epi64): Likewise.
13978         (_mm_mask_loadu_epi64): Pass const long long * to
13979         __builtin_ia32_loaddqudi128_mask.
13980         (_mm_maskz_loadu_epi64): Likewise.
13981         (_mm256_mask_storeu_epi64): Pass long long * to
13982         __builtin_ia32_storedqudi256_mask.
13983         (_mm_mask_storeu_epi64): Pass long long * to
13984         __builtin_ia32_storedqudi128_mask.
13985         (_mm256_mask_loadu_epi32): Pass const int * to
13986         __builtin_ia32_loaddqusi256_mask.
13987         (_mm256_maskz_loadu_epi32): Likewise.
13988         (_mm_mask_loadu_epi32): Pass const int * to
13989         __builtin_ia32_loaddqusi128_mask.
13990         (_mm_maskz_loadu_epi32): Likewise.
13991         (_mm256_mask_storeu_epi32): Pass int * to
13992         __builtin_ia32_storedqusi256_mask.
13993         (_mm_mask_storeu_epi32): Pass int * to
13994         __builtin_ia32_storedqusi128_mask.
13995         * config/i386/i386-builtin-types.def (PCSHORT): New.
13996         (PINT64): Likewise.
13997         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
13998         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
13999         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
14000         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
14001         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
14002         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
14003         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
14004         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
14005         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
14006         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
14007         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
14008         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
14009         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
14010         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
14011         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
14012         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
14013         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
14014         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
14015         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
14016         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
14017         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
14018         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
14019         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
14020         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
14021         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
14022         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
14023         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
14024         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
14025         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
14026         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
14027         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
14028         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
14029         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
14030         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
14031         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
14032         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
14033         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
14034         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
14035         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
14036         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
14037         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
14038         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
14039         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
14040         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
14041         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
14042         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
14043         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
14044         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
14045         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
14046         use UNSPEC_STOREU.
14047         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
14048         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
14049         load nor store.
14050         (ix86_expand_vector_move_misalign): Likewise.
14051         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
14052         to scalar function prototype for unaligned load/store builtins.
14053         (ix86_expand_special_args_builtin): Updated.
14054         * config/i386/sse.md (UNSPEC_LOADU): Removed.
14055         (UNSPEC_STOREU): Likewise.
14056         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
14057         (VI_ULOADSTORE_F_AVX512VL): Likewise.
14058         (ssescalarsize): Handle V4TI, V2TI and V1TI.
14059         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14060         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14061         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
14062         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
14063         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
14064         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
14065         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
14066         (<avx512>_storedqu<mode>_mask): Likewise.
14067         (*sse4_2_pcmpestr_unaligned): Likewise.
14068         (*sse4_2_pcmpistr_unaligned): Likewise.
14069         (*mov<mode>_internal): Renamed to ...
14070         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
14071         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
14072         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
14073         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
14075 2016-04-19  Richard Biener  <rguenther@suse.de>
14077         PR tree-optimization/70171
14078         * tree-ssa-phiprop.c: Include stor-layout.h.
14079         (phiprop_insert_phi): Handle the aggregate copy case.
14080         (propagate_with_phi): Likewise.
14082 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
14084         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
14085         instead of simplify_gen_subreg (... , 0).
14086         (ix86_delegitimize_address): Ditto.
14087         (ix86_split_divmod): Ditto.
14088         (ix86_split_copysign_const): Ditto.
14089         (ix86_split_copysign_var): Ditto.
14090         (ix86_expand_args_builtin): Ditto.
14091         (ix86_expand_round_builtin): Ditto.
14092         (ix86_expand_special_args_builtin): Ditto.
14093         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
14094         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
14095         (udivmodqi4): Ditto.
14096         (absneg splitters): Ditto.
14097         (*jcc_bt<mode>_1): Ditto.
14099 2016-04-19  Richard Biener  <rguenther@suse.de>
14101         PR tree-optimization/70724
14102         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
14103         restoring out from ...
14104         (free_scc_vn): ... here.
14105         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
14106         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
14107         tail merging.
14108         (pass_fre::execute): Restore SSA info.
14110 2016-04-19  Richard Biener  <rguenther@suse.de>
14112         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
14113         * gimple-walk.c (walk_gimple_op): Initialize it.
14114         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
14115         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
14116         remapping SSA names of defs.
14117         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
14118         adjustment.
14120 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
14122         PR middle-end/70689
14123         * lra-constraints.c (equiv_substition_p): New.
14124         (process_alt_operands): Use it.
14125         (swap_operands): Swap it.
14126         (curr_insn_transform): Update it.
14128 2016-04-18  Michael Matz  <matz@suse.de>
14130         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
14131         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
14132         * tree-core.h (tree_type_common.align): Use bit-field.
14133         (tree_type_common.spare): New.
14134         (tree_decl_common.off_align): Make smaller.
14135         (tree_decl_common.align): Use bit-field.
14137         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
14138         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
14139         (scan_sharing_clauses): Ditto.
14140         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14141         (omp_finish_file): Ditto.
14142         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
14143         (layout_decl): Ditto.
14144         (relayout_decl): Ditto.
14145         (finalize_record_size): Use SET_TYPE_ALIGN.
14146         (finalize_type_size): Ditto.
14147         (finish_builtin_struct): Ditto.
14148         (layout_type): Ditto.
14149         (initialize_sizetypes): Ditto.
14150         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
14151         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
14152         (lookup_field_for_decl): Use SET_DECL_ALIGN.
14153         (get_chain_field): Ditto.
14154         (get_trampoline_type): Ditto.
14155         (get_nl_goto_field): Ditto.
14156         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
14157         SET_DECL_ALIGN.
14158         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
14159         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
14160         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14161         (build_qualified_type): Use SET_TYPE_ALIGN.
14162         (build_aligned_type, build_range_type_1): Ditto.
14163         (build_atomic_base): Ditto.
14164         (build_common_tree_nodes): Ditto.
14165         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
14166         (expand_one_stack_var_at): Ditto.
14167         * coverage.c (build_var): Use SET_DECL_ALIGN.
14168         * except.c (init_eh): Ditto.
14169         * function.c (assign_parm_setup_block): Ditto.
14170         * symtab.c (increase_alignment_1): Ditto.
14171         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
14172         * tree-vect-stmts.c (ensure_base_align): Ditto.
14173         * varasm.c (align_variable): Ditto.
14174         (assemble_variable): Ditto.
14175         (build_constant_desc): Ditto.
14176         (output_constant_def_contents): Ditto.
14178         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
14179         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
14180         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
14181         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
14182         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
14184 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
14186         PR target/70708
14187         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
14188         replace %vmovsd with "%vmovq".
14189         (vec_concatv2df): Likewise.
14191 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
14193         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
14194         (*vec_extractv2si_0): Ditto.
14195         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
14196         (zero_extended_scalar_load_operand splitters): Ditto.
14197         (vec_extract splitters): Ditto.
14198         (*vec_extractv4si_0_zext): Ditto.
14199         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
14200         and lowpart_subreg.
14201         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
14202         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
14203         (*sse4_1_extractps): Use lowpart_subreg.
14204         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
14206 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14208         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
14209         gld requirements.
14210         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
14211         Mention Solaris 11 packaging changes.
14212         Update gas and gld requirements.
14213         Remove reference to pre-Solaris 10 bug.
14214         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
14215         systems and bugs.
14216         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
14217         with cc.
14219 2016-04-17  Jan Hubicka  <jh@suse.cz>
14221         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
14222         max_loop_iterations_int.
14224 2016-04-18  Richard Biener  <rguenther@suse.de>
14226         PR tree-optimization/43434
14227         * tree-ssa-structalias.c (struct vls_data): New.
14228         (visit_loadstore): Handle all pointer-based accesses.
14229         (compute_dependence_clique): Compute a bitmap of restrict tags
14230         assigned bases and pass it to visit_loadstore.
14232 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
14234         PR target/70711
14235         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
14236         armv8.1-a and armv8.1-a+crc.
14238 2016-04-18  Richard Biener  <rguenther@suse.de>
14240         PR tree-optimization/70701
14241         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
14242         references after translating through a memcpy.
14244 2016-04-18  Richard Biener  <rguenther@suse.de>
14246         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
14247         (compute_antic): ... here.  For partial antic use regular
14248         postorder and scrap iteration.
14249         (compute_partial_antic_aux): Remove unused return value.
14250         (init_pre): Do not allocate postorder.
14251         (fini_pre): Do not free postorder.
14253 2016-04-18  Richard Biener  <rguenther@suse.de>
14255         PR middle-end/37870
14256         * expmed.c (extract_bit_field_1): Remove broken case
14257         using a wider MODE_INT mode.
14259 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
14261         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
14262         unless compiling with at least GCC-4.8.
14264 2016-04-17  Jan Hubicka  <jh@suse.cz>
14266         PR bootstrap/70706
14267         * graphite.c (graphite_finalize): Update call to
14268         tree_estimate_probability.
14269         * predict.h (tree_estimate_probability): Update prototype.
14271 2016-04-17  Jan Hubicka  <jh@suse.cz>
14273         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
14274         (tree_estimate_probability): Likewise.
14275         (pass_profile::execute): Update.
14276         (report_predictor_hitrates): New function.
14277         * profile.c (compute_branch_probabilities): Use it.
14278         * predict.h (report_predictor_hitrates): Declare.
14280 2016-04-17  Jan Hubicka  <jh@suse.cz>
14282         PR ipa/70018
14283         * cgraph.h (cgraph_node::set_const_flag,
14284         cgraph_node::set_pure_flag): Update prototype to return bool;
14285         update comment.
14286         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
14287         of interposable symbol are interposable, too.
14288         (cgraph_set_const_flag_1): Rename to ...
14289         (set_const_flag_1): ... this one; change to self recursive function
14290         instead of call_for_symbol_thunks_and_aliases. Handle correctly
14291         clearnig the flag in all variants and also virtual thunks of const
14292         functions are pure; track if any change was done.
14293         (cgraph_node::set_const_flag): Update.
14294         (struct set_pure_flag_info): New struct.
14295         (cgraph_set_pure_flag_1): Rename to ...
14296         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
14297         rather than pointer encoded flags; track if any changes was done;
14298         handle correctly clearning flag and setting flag of aliases already
14299         declared const.
14300         (cgraph_node::set_pure_flag): Update.
14301         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
14303 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14305         PR other/70433
14306         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
14307         backslash in label.
14309 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14311         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
14312         '{}<> ' as escape-for-record.
14314 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14316         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
14317         structure.
14319 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14321         PR other/70185
14322         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
14323         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
14324         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
14325         * passes.c (finish_optimization_passes): Only call
14326         finish_graph_dump_file if dfi->graph_dump_initialized.
14327         (execute_function_dump, pass_init_dump_file): Use
14328         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
14330 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14332         PR tree-optimization/70256
14333         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
14334         (debug_varmap): New function.
14336 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14338         PR other/70183
14339         * passes.c (pass_manager::register_pass): Propagate pflags.
14341 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14343         PR other/68875
14344         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
14345         * passes.c (pass_manager::pass_manager): Declare and init p_start in
14346         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
14347         check if it's equal to p_start.
14348         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
14350 2016-04-15  Jan Hubicka  <jh@suse.cz>
14352         PR ipa/70018
14353         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
14354         function does not bind to current def.
14355         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
14356         handle conservatively calls to functions that does not need to bind
14357         to current def.
14358         (check_call): Update call of worse_state.
14359         (ignore_edge_for_nothrow): Update.
14360         (ignore_edge_for_pure_const): Likewise.
14361         (propagate_pure_const): Update calls to worse_state.
14362         (skip_function_for_local_pure_const): Reformat comments.
14364 2016-04-15  Jan Hubicka  <jh@suse.cz>
14366         PR ipa/70018
14367         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
14368         (cgraph_node::function_symbol): Likewise.
14369         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14370         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
14371         (symtab_node::ultimate_alias_target): Add REF parameter.
14372         (symtab_node::binds_to_current_def_p): Declare.
14373         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
14374         (cgraph_node::function_symbol): Likewise.
14375         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14376         (cgraph_node::get_availability): Likewise.
14377         (cgraph_edge::binds_to_current_def_p): New inline function.
14378         (varpool_node::get_availability): Add REF parameter.
14379         (varpool_node::ultimate_alias_target): Likewise.
14380         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
14381         (symtab_node::binds_to_current_def_p): Likewise.
14382         * varpool.c (varpool_node::get_availability): Likewise.
14384 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
14386         PR target/70662
14387         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
14388         Fix mode size check.
14390 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
14392         * BASE-VER: Set to 7.0.0.
14394 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
14396         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
14398 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14400         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
14401         architecture revisions.
14403 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
14405         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
14406         * config/i386/i386.c (ix86_using_red_zone): No longer static.
14407         * config/i386/i386.md (stack decrement to push peepholes): Guard
14408         with !x86_using_red_zone ().
14410 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
14412         PR c++/70675
14413         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
14414         to dump_generic_node.
14415         (NIY): Pass also flags to do_niy.
14417 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
14419         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
14420         (simd_clone_vector_of_formal_parm_types)
14421         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
14422         (simd_clone_mangle, simd_clone_create)
14423         (simd_clone_adjust_return_type, create_tmp_simd_array)
14424         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
14425         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
14426         (ipa_simd_modify_function_body, simd_clone_linear_addend)
14427         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
14428         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
14429         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
14430         * omp-simd-clone.c: ... this new file.
14431         (simd_clone_vector_of_formal_parm_types): Make it static.
14432         * Makefile.in (OBJS): Add omp-simd-clone.o.
14434 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
14436         PR target/70662
14437         * config/i386/sse.md: Use proper memory operand modifiers.
14440 2016-04-15  Richard Biener  <rguenther@suse.de>
14441         Alan Modra  <amodra@gmail.com>
14443         PR tree-optimization/70130
14444         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
14445         when alignment stays not the same and no not use the realign
14446         scheme then.
14448 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
14450         PR target/70669
14451         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
14452         direct move handlers for KFmode. Change TFmode handlers test from
14453         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
14455 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
14457         PR c++/70594
14458         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
14459         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
14460         (inlined_polymorphic_ctor_dtor_block_p): Use it.
14461         * tree-ssa-live.c (remove_unused_scope_block_p): When
14462         in_ctor_dtor_block, avoid discarding not just BLOCKs with
14463         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
14464         block_ultimate_origin is FUNCTION_DECL.
14465         (remove_unused_locals): If current_function_decl is
14466         polymorphic_ctor_dtor_p, pass initial true to
14467         remove_unused_scope_block_p' is_ctor_dtor_block.
14469 2016-04-14  Martin Sebor  <msebor@redhat.com>
14471         PR c++/69517
14472         PR c++/70019
14473         PR c++/70588
14474         * doc/extend.texi (Variable Length): Revert.
14476 2016-04-14  Marek Polacek  <polacek@redhat.com>
14477             Jan Hubicka  <hubicka@ucw.cz>
14479         PR c++/70029
14480         * tree.c (verify_type): Disable the canonical type of main variant
14481         check.
14483 2016-04-14  Jason Merrill  <jason@redhat.com>
14485         * cfgexpand.c, expr.c: Revert previous change.
14487 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
14489         PR middle-end/70643
14490         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
14491         when building a mem ref for the incoming reduction variable.
14493 2016-04-14  Richard Biener  <rguenther@suse.de>
14495         PR tree-optimization/70614
14496         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
14497         loop if the evolution dropped to chrec_dont_know.
14498         (interpret_condition_phi): Likewise.
14500 2016-04-14  Richard Biener  <rguenther@suse.de>
14502         PR tree-optimization/70623
14503         * tree-ssa-pre.c (changed_blocks): Make global ...
14504         (compute_antic): ... local here.  Move and fix worklist
14505         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
14506         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
14507         worklist handling, dump when ANTIC_IN changed.
14508         (compute_partial_antic_aux): Remove worklist handling.
14509         (init_pre): Do not compute post dominators.  Add a comment about
14510         the CFG order chosen.
14511         (fini_pre): Do not free post dominators.
14513 2016-04-13  Martin Sebor  <msebor@redhat.com>
14515         PR c++/69517
14516         PR c++/70019
14517         PR c++/70588
14518         * doc/extend.texi (Variable Length): Document C++ specifics.
14520 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
14522         PR c++/70641
14523         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
14524         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
14525         eh edges have been purged.
14527         PR c++/70594
14528         * tree-sra.c (create_access_replacement,
14529         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
14530         gets fancy name.
14531         * tree-pretty-print.c (dump_fancy_name): New function.
14532         (dump_decl_name, dump_generic_node): Use it.
14534 2016-04-13  Jason Merrill  <jason@redhat.com>
14536         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
14537         * expr.c (expand_expr_real_1): Likewise.
14539 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
14541         * config/i386/i386.md (kunpckhi): Swap operands.
14542         (kunpcksi): Likewise.
14543         (kunpckdi): Likewise.
14544         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
14545         (vec_pack_trunc_<mode>): Likewise.
14547 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
14549         PR debug/70628
14550         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
14552         PR middle-end/70633
14553         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
14554         gimplification turns some element into non-constant.
14556         PR debug/70628
14557         * rtl.h (convert_memory_address_addr_space_1): New prototype.
14558         * explow.c (convert_memory_address_addr_space_1): No longer static,
14559         add NO_EMIT argument and don't call convert_modes if true, pass
14560         it down recursively, remove break after return.
14561         (convert_memory_address_addr_space): Adjust caller.
14562         * simplify-rtx.c (simplify_unary_operation_1): Call
14563         convert_memory_address_addr_space_1 instead of convert_memory_address,
14564         if it returns NULL, don't simplify.
14566 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
14568         PR target/70630
14569         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
14571 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14573         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14574         Bump the upper SIMDLEN limits, so that if the return type or
14575         characteristic type if the return type is void can be passed in
14576         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
14577         allowed.
14579 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
14581         PR target/70640
14582         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
14583         Do not use "=" constraint on an input constraint.
14584         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
14585         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
14586         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
14587         generates (neg (abs ...)) instead of (abs ...).
14589 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14591         PR rtl-optimization/70596
14592         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
14593         just invalidate LRA data and reset them.  Adjust dump wording.
14595 2016-04-12  Martin Liska  <mliska@suse.cz>
14597         Revert
14598         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
14600         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
14601         estimates here.
14602         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
14603         max_loop_iterations_int.
14604         (tree_unswitch_outer_loop): Likewise.
14605         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
14606         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
14608 2016-04-12  Tom de Vries  <tom@codesourcery.com>
14610         PR tree-optimization/68756
14611         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
14612         instead of new_name.
14614 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14616         PR tree-optimization/70602
14617         * tree-sra.c (generate_subtree_copies): Don't write anything into
14618         constant pool decls.
14620         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
14621         regardless whether there are depend clauses or not.
14623 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
14625         PR target/70381
14626         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
14627         target attribute and pragma from changing the -mfloat128
14628         and -mfloat128-hardware options.
14630         * doc/extend.texi (Additional Floating Types): Document PowerPC
14631         __float128 restrictions.
14633 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14635         PR target/70133
14636         * config/aarch64/driver-aarch64.c
14637         (aarch64_get_extension_string_for_isa_flags): New.
14638         (arch_extension): Rename to...
14639         (aarch64_arch_extension): ...This.
14640         (ext_to_feat_string): Rename to...
14641         (aarch64_extensions): ...This.
14642         (aarch64_core_data): Keep track of architecture extension flags.
14643         (cpu_data): Rename to...
14644         (aarch64_cpu_data): ...This.
14645         (aarch64_arch_driver_info): Keep track of architecture extension
14646         flags.
14647         (get_arch_name_from_id): Rename to...
14648         (get_arch_from_id): ...This, change return type.
14649         (host_detect_local_cpu): Update and reformat for renames, handle
14650         extensions through common infrastructure.
14652 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14654         PR target/70133
14655         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
14656         track of a canonical flag name.
14657         (all_extensions): Likewise.
14658         (arch_to_arch_name): Also track extension flags enabled by the arch.
14659         (all_architectures): Likewise.
14660         (aarch64_parse_extension): Move to here.
14661         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
14662         rework.
14663         (aarch64_rewrite_selected_cpu): Update for above change.
14664         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
14665         are handled, such that the single explicit value enabled by an
14666         extension is kept seperate from the implicit values it also enables.
14667         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
14668         to here.
14669         (aarch64_parse_extension): New.
14670         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
14671         here to config/aarch64/aarch64-protos.h.
14672         (aarch64_parse_extension): Move from here to
14673         common/config/aarch64/aarch64-common.c.
14674         (aarch64_option_print): Update.
14675         (aarch64_declare_function_name): Likewise.
14676         (aarch64_start_file): Likewise.
14677         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
14678         the canonical flag for extensions.
14679         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
14680         flags.
14682 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14684         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
14685         AARCH64_FL_CRC.
14687 2016-04-09  Tom de Vries  <tom@codesourcery.com>
14689         PR tree-optimization/68953
14690         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
14691         first to last subscript.
14693 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
14695         PR tree-optimization/70586
14696         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
14697         for any calls.
14699 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
14701         PR lto/70289
14702         PR ipa/70348
14703         PR tree-optimization/70373
14704         PR middle-end/70533
14705         PR middle-end/70534
14706         PR middle-end/70535
14707         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
14708         clauses for acc parallel reductions as necessary.  Error on those
14709         that are private.
14710         * omp-low.c (scan_sharing_clauses): Don't install variables which
14711         are used in acc parallel reductions.
14712         (lower_rec_input_clauses): Remove dead code.
14713         (lower_oacc_reductions): Add support for reference reductions.
14714         (lower_reduction_clauses): Remove dead code.
14715         (lower_omp_target): Don't remap variables appearing in acc parallel
14716         reductions.
14717         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
14719 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
14721         PR middle-end/70593
14722         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
14723         with multiple SSA_NAME defs, force the outputs other than first
14724         to be live before calling live_track_process_def on each output.
14726         PR rtl-optimization/70574
14727         * fwprop.c (forward_propagate_and_simplify): Don't add
14728         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
14729         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
14730         paradoxical subregs within *loc.
14732 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
14734         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
14735         -ftree-parallelize-loops={0,1}.
14736         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
14737         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
14738         * config/ia64/hpux.h (LIB_SPEC): Likewise.
14739         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
14740         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
14742 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
14744         PR sanitizer/70541
14745         * asan.c (instrument_derefs): If we get unknown location, extract it
14746         with EXPR_LOCATION.
14747         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
14749 2016-04-08  Tom de Vries  <tom@codesourcery.com>
14751         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
14752         implicit firstprivate clause.
14754 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14756         PR target/70566
14757         * config/arm/thumb2.md (tst + branch-> lsls + branch
14758         peephole below *orsi_not_shiftsi_si): Require that condition
14759         register is dead after the peephole.
14760         (second peephole after the above): Likewise.
14762 2016-04-08  Alan Modra  <amodra@gmail.com>
14764         PR target/70117
14765         * builtins.c (fold_builtin_classify): For IBM extended precision,
14766         look at just the high-order double to test for NaN.
14767         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
14768         test just the high double for Inf but both doubles for subnormal
14769         limit.
14771 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
14773         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
14774         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
14775         node->simdclone->mask_mode != VOIDmode masks.
14776         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
14777         earlier, use it instead of node->simdclone.
14778         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14779         Set clonei->mask_mode.
14781 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
14783         PR c/70436
14784         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
14785         Pass it through to cp_parser_already_scoped_statement.
14786         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
14787         it through to cp_parser_statement.
14788         (cp_parser_statement): Pass IF_P through to
14789         cp_parser_iteration_statement.
14790         (cp_parser_pragma): Adjust call to
14791         cp_parser_iteration_statement.
14793 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
14795         PR c/70436
14796         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
14797         resolve a future -Wparentheses warning.
14798         * omp-low.c (scan_sharing_clauses): Likewise.
14799         * tree-parloops.c (eliminate_local_variables): Likewise.
14801 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
14803         PR rtl-optimization/70398
14804         * lra-constraints.c (process_address_1): Check zero scale and code
14805         for reloading with zero scale.
14807 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
14809         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
14810         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
14812 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
14814         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14815         Add support for AVX512F clones, include them by default for
14816         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
14817         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
14818         up to 128.
14820         PR middle-end/70550
14821         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
14822         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
14823         firstprivate clauses.
14824         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
14825         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
14826         (lower_omp_target): Set TREE_NO_WARNING for
14827         non-addressable possibly uninitialized vars which are copied into
14828         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
14830 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
14832         * config/pa/predicates.md (integer_store_memory_operand): Accept
14833         REG+D operands with a large offset when reload_in_progress is true.
14834         (floating_point_store_memory_operand): Likewise.
14836 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14838         PR c++/70336
14839         * match.pd (nested int casts): Limit to GIMPLE.
14841 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
14843         PR ipa/66223
14844         * ipa-devirt.c (maybe_record_node): Fix comment; use
14845         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
14847 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14849         PR rtl-optimization/70542
14850         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
14851         if there are any uses other than insn or debug insns.
14853 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
14854             Jakub Jelinek  <jakub@redhat.com>
14856         PR tree-optimization/70509
14857         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
14858         Shift HOST_WIDE_INT_1U instead of 1.
14860 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
14862         PR tree-optimization/70509
14863         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
14864         of the vector base type for index.
14866 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
14868         PR target/70510
14869         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
14871 2016-04-05  Richard Biener  <rguenther@suse.de>
14873         PR tree-optimization/70526
14874         * tree-sra.c (build_ref_for_offset): Use prev_base to
14875         extract the alias pointer type.
14877 2016-04-05  Richard Biener  <rguenther@suse.de>
14879         * dse.c (struct store_info): Remove alias_set member.
14880         (struct read_info_type): Likewise.
14881         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
14882         spill_deleted, clear_alias_set_lookup): Remove.
14883         (get_group_info): Remove dead base == NULL_RTX case.
14884         (dse_step0): Remove initialization of removed variables.
14885         (delete_dead_store_insn): Reomve alias set dumping.
14886         (free_read_records): Remove alias_set handling.
14887         (canon_address): Remove alias_set_out parameter.
14888         (record_store): Remove spill_alias_set, it's always zero.
14889         (check_mem_read_rtx): Likewise.
14890         (dse_step2): Rename from ...
14891         (dse_step2_nospill): ... this.  Adjust.
14892         (scan_stores): Rename from ...
14893         (scan_stores_nospill): ... this.
14894         (scan_reads): Rename from ...
14895         (scan_reads_nospill): ... this.
14896         (scan_stores_spill, scan_reads_spill): Remove.
14897         (dse_step3_scan): Remove for_spills argument which is always false.
14898         (dse_step3): Likewise.
14899         (dse_step5): Rename from ...
14900         (dse_step5_nospill): ... this.  Remove alias_set handling.
14901         (rest_of_handle_dse): Adjust.
14903 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14905         PR target/70525
14906         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
14907         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
14908         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
14909         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
14911 2016-04-05  Richard Biener  <rguenther@suse.de>
14913         PR middle-end/70499
14914         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
14915         non-register type temporaries into SSA.
14917 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
14919         PR ipa/66223
14920         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
14921         calls when sanitizing.
14922         (possible_polymorphic_call_target_p): Fix formatting.
14924 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14925             Jakub Jelinek <jakub@redhat.com>
14927         PR middle-end/70457
14928         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
14929         to ensure a call statement is compatible with a built-in's
14930         prototype.
14931         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
14932         Likewise.
14934 2016-04-04  Richard Biener  <rguenther@suse.de>
14936         PR rtl-optimization/70484
14937         * rtl.h (canon_output_dependence): Declare.
14938         * alias.c (canon_output_dependence): New function.
14939         * dse.c (record_store): Use canon_output_dependence rather
14940         than canon_true_dependence.
14942 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
14944         PR ipa/68881
14945         * cgraph.h (symtab_node::copy_visibility_from): New function.
14946         * symtab.c (symtab_node::copy_visibility_from): New function.
14947         * ipa-visibility.c (optimize_weakref): New function.
14948         (function_and_variable_visibility): Use it.
14950 2016-04-04  Martin Liska  <mliska@suse.cz>
14952         PR hsa/70402
14953         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
14954         value that is really in range handled by SBR instruction.
14955         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
14956         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
14957         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
14959 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
14961         PR target/70416
14962         PR target/67391
14963         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
14964         set, but not for SP_REG operands.
14966 2016-04-02  Martin Sebor  <msebor@redhat.com>
14968         PR c++/67376
14969         * fold-const.c (maybe_nonzero_address): New function.
14970         (fold_comparison): Call it.  Fold equality and relational
14971         expressions involving null pointers.
14972         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
14974 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
14976         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
14977         the "Y" constraint (scalar FP 0.0 immediate).
14979         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
14980         Add the "const_double" to the list of operand constraints.
14982 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
14984         PR rtl-optimization/70467
14985         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
14986         If low word of the last operand is 0, just emit addition/subtraction
14987         for the high word.
14989 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14991         PR target/70404
14992         * config/s390/s390.c (s390_expand_insv): Check for everything
14993         constant instead of just VOIDmode stuff.
14995 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14997         PR target/70496
14998         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
15000 2016-04-01  Nathan Sidwell  <nathan@acm.org>
15002         * tree.def (TRY_CATCH_EXPR): Correct documentation.
15004 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
15006         PR rtl-optimization/70461
15007         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
15008         is necessary.
15010 2016-03-31  Martin Liska  <mliska@suse.cz>
15012         PR hsa/70399
15013         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
15014         a tree value or an immediate integer value to a buffer
15015         that is eventually copied to a BRIG section.
15016         (emit_immediate_operand): Call the function here.
15017         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
15018         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
15019         of class' fields that are removed.
15020         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
15021         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
15022         m_brig_repr_size fields.
15024 2016-03-31  Martin Liska  <mliska@suse.cz>
15026         PR hsa/70391
15027         * hsa-gen.c (hsa_function_representation::update_dominance): New
15028         function.
15029         (convert_addr_to_flat_segment): Likewise.
15030         (gen_hsa_memory_set): New alignment argument.
15031         (gen_hsa_ctor_assignment): Likewise.
15032         (gen_hsa_insns_for_single_assignment): Provide alignment
15033         to gen_hsa_ctor_assignment.
15034         (gen_hsa_insns_for_direct_call): Add new argument.
15035         (expand_lhs_of_string_op): New function.
15036         (expand_string_operation_builtin): Likewise.
15037         (expand_memory_copy): New function.
15038         (expand_memory_set): New function.
15039         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
15040         (convert_switch_statements): Change signature.
15041         (generate_hsa): Use a return value of the function.
15042         (pass_gen_hsail::execute): Do not call
15043         convert_switch_statements here.
15044         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
15045         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
15046         (hsa_function_representation::update_dominance): New function.
15048 2016-03-31  Martin Liska  <mliska@suse.cz>
15050         PR hsa/70391
15051         * hsa-brig.c (emit_directive_variable): Emit alignment
15052         according to hsa_symbol::m_align.
15053         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
15054         (dump_hsa_symbol): Dump alignment of HSA symbols.
15055         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
15056         (gen_hsa_addr_with_align): New function.
15057         (hsa_bitmemref_alignment): Use newly added function.
15058         (gen_hsa_insns_for_load): Likewise.
15059         (gen_hsa_insns_for_store): Likewise.
15060         (gen_hsa_memory_copy): New argument added.
15061         (gen_hsa_insns_for_single_assignment): Respect
15062         alignment for assignments processed via gen_hsa_memory_copy.
15063         (gen_hsa_insns_for_direct_call): Likewise.
15064         (gen_hsa_insns_for_return): Likewise.
15065         (gen_function_def_parameters): Set default alignment.
15066         * hsa.c (hsa_object_alignment): New function.
15067         (hsa_byte_alignment): Pasted function.
15068         * hsa.h (hsa_symbol::m_align): New field.
15070 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
15072         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
15073         scratch field for goto case.
15075 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
15077         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
15079 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
15081         PR target/70442
15082         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
15083         (scalar_chain::convert_insn): Call convert_op for reg
15084         moves to handle undefined registers.
15086 2016-03-31  Nathan Sidwell  <nathan@acm.org>
15088         PR c++/70393
15089         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
15090         Assert we don't want to move backwards.
15092 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
15094         PR target/70453
15095         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
15097 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
15099         PR rtl-optimization/70460
15100         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
15101         with operand from REG_LABEL_OPERAND, instead substitute
15102         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
15103         Don't do anything for REG_NON_LOCAL_GOTO jumps.
15105 2016-03-31  Martin Liska  <mliska@suse.cz>
15107         * passes.c (execute_one_pass): Do not call
15108         todo_after for a discarded function.
15110 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
15112         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
15113         (no_cost, infinite_cost): Initialize the new field.
15114         (get_computation_cost_at): Record setup cost.
15115         (determine_use_iv_cost_address): Skip cost computation for sub
15116         uses if we can estimate it without losing accuracy.
15118 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
15120         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
15121         estimates here.
15122         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15123         max_loop_iterations_int.
15124         (tree_unswitch_outer_loop): Likewise.
15125         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
15126         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
15128 2016-03-30  Richard Biener  <rguenther@suse.de>
15130         PR middle-end/70450
15131         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
15133 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
15135         PR target/70421
15136         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
15137         in gen_blendm expander.
15139 2016-03-30  Nick Clifton  <nickc@redhat.com>
15141         PR target/62254
15142         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
15143         case where we are already provided with an SImode SUBREG.
15145 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
15147         PR target/70439
15148         * config/i386/i386.c (ix86_expand_epilogue): Properly check
15149         conflict between DRAP register and __builtin_eh_return.
15151 2016-03-30  Michael Matz  <matz@suse.de>
15152             Richard Biener  <rguenther@suse.de>
15154         PR ipa/12392
15155         * ipa-polymorphic-call.c (struct type_change_info): Change
15156         speculative to an unsigned allowing to limit the work we do.
15157         (csftc_abort_walking_p): New inline function..
15158         (check_stmt_for_type_change): Limit the number of may-defs
15159         skipped for speculative devirtualization to
15160         max-speculative-devirt-maydefs.
15161         * params.def (max-speculative-devirt-maydefs): New param.
15162         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
15164 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
15166         PR target/63890
15167         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
15168         and TARGET_MACHO.
15170 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
15172         PR tree-optimization/59124
15173         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
15174         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
15176 2016-03-29  Jeff Law  <law@redhat.com>
15178         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
15180 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
15182         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
15183         to HOST_WIDE_INT.
15185 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
15187         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
15188         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
15189         gcrt0.o if linking dynamically.
15191 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
15193         PR ipa/70283
15194         * ipa-devirt.c (methods_equal_p): New function.
15195         (compare_virtual_tables): Use it.
15196         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
15197         * cgraphclones.c (clone_function_name_1): Use
15198         symbol_table::symbol_suffix_separator.
15199         * coverage.c (build_var): Likewise.
15200         * symtab.c (symbol_table::symbol_suffix_separator): New.
15202 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
15204         PR rtl-optimization/70429
15205         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
15206         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
15207         mode != result_mode.
15209         PR c++/70353
15210         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
15212         PR tree-optimization/70405
15213         * ssa-iterators.h (num_imm_uses): Add missing braces.
15215 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
15217         PR rtl-optimization/68695
15218         * ira-color.c (allocno_copy_cost_saving): New.
15219         (improve_allocation): Use it.
15221 2016-03-29  Richard Henderson  <rth@redhat.com>
15223         PR middle-end/70355
15224         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
15226 2016-03-29  Richard Biener  <rguenther@suse.de>
15228         PR middle-end/70424
15229         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
15230         use alignment returned by get_pointer_alignment_1 if it is
15231         bigger than BITS_PER_UNIT.
15232         * builtins.c (get_pointer_alignment_1): Do not return true
15233         for alignment extracted from SSA info.
15235 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
15237         * config/ft32/ft32.opt (mnodiv): New.
15238         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
15239         * doc/invoke.texi (FT32 Options -mnodiv): New.
15241 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
15243         PR target/70406
15244         * config/i386/i386.md (define_split, andn): Fix modes.
15246 2016-03-26  Richard Biener  <rguenther@suse.de>
15247             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15249         PR ipa/70366
15250         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
15251         instead of
15252         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
15253         as 2nd argument to cl_optimization_restore().
15255 2016-03-25  Richard Henderson  <rth@redhat.com>
15257         PR target/70120
15258         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
15259         * config/aarch64/aarch64-protos.h: Declare it.
15260         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
15262 2016-03-25  Alan Modra  <amodra@gmail.com>
15264         PR target/70052
15265         * config/rs6000/constraints.md (j): Simplify.
15266         * config/rs6000/predicates.md (easy_fp_constant): Exclude
15267         decimal float 0.D.
15268         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
15269         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
15270          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
15271         in all constraint alternatives.
15272         (movtd_64bit_nodm): Delete "j" constraint alternative.
15274 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
15276         * tree-ssa-propagate.c: Enhance docs for
15277         SSA_PROP_NOT_INTERESTING.
15279 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
15281         * doc/extend.texi: Fix typo in documentation to pure attribute.
15283 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
15285         PR target/70319
15286         * config/pa/pa.md (bswapdi2): Use a scratch register.
15288 2016-03-24  Richard Henderson  <rth@redhat.com>
15290         PR middle-end/69845
15291         * fold-const.c (extract_muldiv_1): Correct test for multiplication
15292         overflow.
15294 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
15296         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
15297         using ix86_expand_binary_operator instead of gen_andsi3.
15299 2016-03-24  Richard Biener  <rguenther@suse.de>
15301         PR tree-optimization/70396
15302         * tree-vect-stmts.c (vectorizable_comparison): Use
15303         get_vectype_for_scalar_type.
15305 2016-03-24  Richard Biener  <rguenther@suse.de>
15307         PR middle-end/70370
15308         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
15309         with register bases.
15311 2016-03-24  Richard Biener  <rguenther@suse.de>
15313         PR tree-optimization/70372
15314         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
15315         build_all_ones_cst to also handle vector types correctly.
15317 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
15319         PR target/70381
15320         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
15321         -mfloat128 here.
15323 2016-03-23  Marek Polacek  <polacek@redhat.com>
15325         PR c++/69884
15326         * doc/invoke.texi: Document -Wignored-attributes.
15328 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
15330         PR tree-optimization/69042
15331         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
15332         parameter from 30 to 40.
15334 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
15336         PR tree-optimization/69042
15337         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
15338         for use with constant offset stripped in base.
15340 2016-03-23  Richard Biener  <rguenther@suse.de>
15342         PR middle-end/70251
15343         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
15344         mode compatibility check.
15345         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15347 2016-03-23  Jeff Law  <law@redhat.com>
15349         PR tree-optimization/64058
15350         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
15351         CONFLICT_COUNT.
15352         (struct ssa_conflicts): Move up earlier in the file.
15353         (conflicts_, var_map_): New static variables.
15354         (initialize_conflict_count): New function to initialize the
15355         CONFLICT_COUNT field for each conflict pair.
15356         (compare_pairs): Lazily initialize the conflict count and use it
15357         as the first tie-breaker.
15358         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
15359         and wipe conflicts_ and map_ around the call to qsort.  Remove
15360         special case for 2 coalesce pairs.
15361         * bitmap.c (bitmap_count_unique_bits): New function.
15362         (bitmap_count_bits_in_word): New function, extracted from
15363         bitmap_count_bits.
15364         (bitmap_count_bits): Use bitmap_count_bits_in_word.
15365         * bitmap.h (bitmap_count_unique_bits): Declare it.
15367 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
15369         PR target/69917
15370         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
15371         transparent alias chain for decl assembler name.
15372         * config/sol2.c (solaris_assemble_visibility): Likewise.
15374 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15376         * config/arm/arm1020e.md (1020call_op): Reduce reservation
15377         duration.
15378         (v10_fdivs): Likewise.
15379         (v10_fdivd): Likewise.
15381 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15383         PR driver/70132
15384         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
15385         to not call fclose twice on file.
15387 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
15389         PR tree-optimization/70354
15390         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
15391         oprnd0 is wider than oprnd1 and there is a cast from the wider
15392         type to oprnd1, mask it with the mask of the narrower type.
15394         PR target/70321
15395         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
15396         Optimize TARGET_STV splitters, if high or low word of last argument
15397         is 0 or -1.
15399 2016-03-22  Jeff Law  <law@redhat.com>
15401         PR target/70232
15402         tree-ssa-threadbackward.c
15403         (fsm_find_control_statement_thread_paths): Correctly distinguish
15404         between old style jump threads vs FSM jump threads.
15406 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
15408         PR target/70302
15409         * config/i386/i386.c (scalar_chain::convert_op): Support
15410         uninitialized register usage case.
15412 2016-03-22  Richard Biener  <rguenther@suse.de>
15414         PR middle-end/70251
15415         * genmatch.c (gen_transform): Adjust last parameter to a three-state
15416         int...
15417         (capture::gen_transform): ... to change behavior when substituting
15418         a condition into cond or not-cond expr context.
15419         (dt_simplify::gen_1): Adjust.
15420         * gimple-match-head.c: Include gimplify.h for unshare_expr.
15421         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
15422         last change and instead change to
15423         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
15424         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15426 2016-03-22  Anthony Green  <green@moxielogic.com>
15428         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
15429         issue for moxiebox targets.
15430         (CC1PLUS_SPEC): Ditto.
15432 2016-03-22  Richard Biener  <rguenther@suse.de>
15434         PR middle-end/70333
15435         * fold-const.c (extract_muldiv_1): Properly perform multiplication
15436         in the wide type.
15438 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
15440         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
15442 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
15444         PR target/70325
15445         * config/i386/i386.c (def_builtin): Handle
15446         OPTION_MASK_ISA_AVX512VL to be and-ed with other
15447         bits.
15448         (const struct builtin_description bdesc_special_args[]):
15449         Remove duplicate ISA bits.
15451 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
15453         PR target/70329
15454         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
15455         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
15456         in a way that works also for AVX512BW.
15458         PR target/70300
15459         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
15460         instead of source if operands[1] is xmm16 and above and
15461         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
15462         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
15464         PR c++/70295
15465         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
15466         on assign if (*from_p) is a comparison, set it to
15467         TREE_NO_WARNING (*from_p).
15469 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
15471         PR middle-end/70326
15472         * lra.c (restore_scratches): Ignore deleted insns.
15474 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
15475             Jakub Jelinek  <jakub@redhat.com>
15477         PR tree-optimization/70317
15478         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
15479         to HONOR_NANS.
15481 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
15483         PR target/70327
15484         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
15485         of ix86_expand_move.
15486         (movoi): Ditto.
15487         (movti): Use general_operand for operand 1 predicate.
15489 2016-03-21  Martin Liska  <mliska@suse.cz>
15491         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
15492         insns.
15493         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
15495 2016-03-21  Martin Liska  <mliska@suse.cz>
15497         PR ipa/70306
15498         * ipa-icf.c (sem_function::parse): Skip static
15499         constructors and destructors.
15501 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
15503         PR target/70296
15504         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
15505         function-like macro, peek following token(s) if it is followed
15506         by CPP_OPEN_PAREN token with optional padding in between, and
15507         if not, don't treat it like a macro.
15509 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
15510             Alexander Monakov  <amonakov@ispras.ru>
15512         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
15513         for the stabs debug format.
15515 2016-03-21  Richard Biener  <rguenther@suse.de>
15517         PR tree-optimization/70310
15518         * tree-vect-generic.c (expand_vector_condition): Fold the built
15519         condition.
15521 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
15523         PR target/70293
15524         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
15525         Block third alternative for AVX-512VL target,
15527 2016-03-21  Martin Liska  <mliska@suse.cz>
15529         PR hsa/70234
15530         * hsa-brig.c (emit_function_directives): Mark unemitted
15531         global variables for emission.
15532         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
15533         (get_symbol_for_decl): Likewise.
15534         * hsa.h (struct hsa_symbol): New flag.
15536 2016-03-21  Richard Biener  <rguenther@suse.de>
15538         PR tree-optimization/70288
15539         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
15540         we do not estimate unsimplified all-constant conditionals or
15541         switches as optimized away.
15543 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
15545         PR rtl-optimization/69102
15546         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
15547         when we have a readonly dependency context.
15549 2016-03-18  Jeff Law  <law@redhat.com>
15551         PR rtl-optimization/70263
15552         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
15553         (update_equiv_regs): When trying to move a store to after the insn
15554         that sets the source of the store, make sure the store occurs after
15555         the insn that sets the source of the store.  When successful note
15556         the REG_EQUIV note created in the dump file.
15558 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
15559             Bernd Schmidt  <bschmidt@redhat.com>
15561         * doc/extend.texi: Document more potential problems with basic asms.
15563 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
15565         PR rtl-optimization/70278
15566         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
15567         VOIDmode.
15569 2016-03-18  Jason Merrill  <jason@redhat.com>
15571         * calls.c (load_register_parameters): Fix zero size sibcall logic.
15573 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
15575         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
15576         values to 128b regs.
15578 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
15580         PR tree-optimization/70252
15581         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
15582         boolean vector has a proper number of elements.
15583         (supportable_narrowing_operation): Likewise.
15585 2016-03-18  Tom de Vries  <tom@codesourcery.com>
15587         PR ipa/70269
15588         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
15590 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
15592         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
15593         instead of replace_rtx for DEBUG_INSNs.
15595 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
15597         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
15598         load type reservations.
15600 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
15602         PR target/70188
15603         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
15604         define_constraint for "Q" and "T" constraints.
15606 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
15608         Tweak the pipeline model for Exynos M1
15610         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
15611         model.
15613 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
15615         PR c/70264
15616         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
15617         where one or both locations aren't within a line_map.
15619 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
15621         PR driver/70192
15622         * opts.c (finish_options): Don't set flag_pie to the default if
15623         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
15624         if it is -1.
15626 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
15628         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
15629         true as ALL_REGS argument to replace_rtx.
15631 2016-03-17  Richard Biener  <rguenther@suse.de>
15633         PR debug/70271
15634         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
15635         last.
15637 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
15639         PR target/70245
15640         * rtl.h (replace_rtx): Add ALL_REGS argument.
15641         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
15642         equality and assert mode is the same, instead of just rtx pointer
15643         equality.
15644         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
15645         true as ALL_REGS argument to replace_rtx.
15647 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
15649         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
15650         for boolean vector with vector mode only.
15651         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15653 2016-03-17  Nick Clifton  <nickc@redhat.com>
15655         PR target/70162
15656         * config/rx/rx.c (rx_print_integer): Print negative constants in
15657         decimal.
15659 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
15661         PR target/70261
15662         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
15664 2016-03-16  Richard Henderson  <rth@redhat.com>
15665             Richard Biener  <rguenth@suse.de>
15667         PR middle-end/70240
15668         PR middle-end/68215
15669         PR tree-opt/68714
15670         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
15671         first operand as is_gimple_condexpr.
15673         PR middle-end/70240
15674         PR middle-end/68215
15675         Revert r231575
15676         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
15677         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
15678         Do not gimplify the result.
15679         (do_unop): Adjust call to tree_vec_extract.
15680         (do_binop): Likewise.
15681         (do_compare): Likewise.
15682         (do_plus_minus): Likewise.
15683         (do_negate): Likewise.
15684         (expand_vector_condition): Likewise.
15685         (do_cond): Likewise.
15687 2016-03-16  Richard Henderson  <rth@redhat.com>
15689         PR target/70048
15690         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
15691         (aarch64_classify_address): Use it.
15692         (aarch64_legitimize_address): Force all subexpressions of PLUS
15693         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
15695 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
15696             Richard Biener  <rguenth@suse.de>
15698         PR target/70245
15699         * rtlanal.c (replace_rtx): For REG, if from is a REG,
15700         return to even if only REGNO is equal, and assert
15701         mode is the same.
15703 2016-03-11  Jeff Law  <law@redhat.com>
15705         PR rtl-optimization/70224
15706         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
15708 2016-03-16  Richard Henderson  <rth@redhat.com>
15710         PR middle-end/70199
15711         * function.h (struct function): Add has_forced_label_in_static.
15712         * gimplify.c (force_labels_r): Set it.
15713         * lto-streamer-in.c (input_struct_function_base): Read it.
15714         * lto-streamer-out.c (output_struct_function_base): Write it.
15715         * tree-inline.c (has_label_address_in_static_1): Remove.
15716         (copy_forbidden): Remove fndecl parameter; test
15717         has_forced_label_in_static.
15718         (inline_forbidden_p): Update call to copy_forbidden.
15719         (tree_versionable_function_p): Likewise.
15720         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
15721         (chkp_versioning): Likewise.
15722         * tree-inline.h (copy_forbidden): Update decl.
15724 2016-03-16  Marek Polacek  <polacek@redhat.com>
15726         PR c/70093
15727         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
15728         function being thunked if the result type doesn't have fixed size.
15729         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
15730         doesn't have fixed size.
15732 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
15734         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
15735         reporting malformed loop nest.
15737 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15739         PR lto/70187
15740         * ipa-devirt.c (possible_polymorphic_call_targets): Move
15741         nodes.length () == 1 test to before first nodes[0] access.
15743 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15745         PR tree-optimization/68715
15746         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
15747         single_pred_p test.
15749 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15751         PR tree-optimization/68809
15752         * graphite-scop-detection.c (same_close_phi_node): Test if result types
15753         are the same.
15755 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
15756             Sandra Loosemore  <sandra@codesourcery.com>
15758         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
15759         on leaf attribute. Mention ELF interposition problems.
15761 2016-03-16  Alan Modra  <amodra@gmail.com>
15763         PR rtl-optimization/69195
15764         PR rtl-optimization/47992
15765         * ira.c (indirect_jump_optimize): Ignore artificial defs.
15766         Add comments.
15768 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
15770         PR bootstrap/69513
15771         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
15773 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
15775         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
15777 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
15779         PR rtl-optimization/70222
15780         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
15781         optimization if mode is different from result_mode, queue up masking
15782         of the result in outer_op.  Formatting fix.
15784         PR middle-end/70239
15785         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
15786         of safe_grow.
15788 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15790         PR rtl-optimization/69032
15791         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
15792         looping backwards over basic block insns.
15794 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15796         PR target/66660
15797         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
15798         to non-speculative when propagating trap bits.
15800 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15802         PR rtl-optimization/63384
15803         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
15804         DEBUG_INSN_P insns.
15806 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15808         PR target/64411
15809         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
15810         factored out from ...
15811         (sched_analyze_insn): ... here.
15812         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
15813         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
15814         get_implicit_reg_pending_clobbers in it.
15815         (setup_id_reg_sets): Use setup_id_implicit_regs.
15816         (deps_init_id): Ditto.
15818 2016-03-15  Tom de Vries  <tom@codesourcery.com>
15820         PR ipa/70161
15821         * cgraph.c (cgraph_node::get_body): Save, reset and restore
15822         dump_file_name.
15823         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
15824         execute_function_dump.
15825         (execute_one_pass): Don't dump function if it will be dumped after ipa
15826         transform.
15828 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
15830         * genrecog.c (match_pattern_2): If pred is NULL don't call
15831         safe_predicate_mode on it.
15833 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
15835         PR middle-end/70219
15836         * lra-constraints.c (delete_move_and_clobber): Change assertion
15837         to also allow dregno == 0.
15839 2016-03-14  Richard Henderson  <rth@redhat.com>
15841         PR tree-opt/68714
15842         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
15843         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
15844         (reassociate_bb): Use optimize_vec_cond_expr; avoid
15845         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
15846         on vectors.
15848 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
15850         PR target/70083
15851         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
15852         regs.
15853         (lra_create_live_ranges_1): initialize hard register biggest_mode to
15854         VOIDmode.
15855         * lra-constraints.c (split_reg): For hard regs, try to find the
15856         biggest single-register mode used in the function.
15858 2016-03-14  Richard Biener  <rguenther@suse.de>
15860         PR tree-optimization/56365
15861         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
15862         constants to compare against.
15864 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
15866         PR target/70098
15867         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
15868         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
15869         (define_split for the GPR case): Use int_reg_operand instead of
15870         gpc_reg_operand for the output.
15872 2016-03-14  Tom de Vries  <tom@codesourcery.com>
15874         PR tree-optimization/70045
15875         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
15876         create_empty_if_region_on_edge argument.
15878 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
15880         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
15881         (STACK_CHECK_PROTECT): Likewise.
15882         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
15883         (STACK_CHECK_PROTECT): Likewise.
15884         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
15885         (STACK_CHECK_PROTECT): Likewise.
15886         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
15887         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
15888         (STACK_CHECK_PROTECT): Likewise.
15890 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
15892         PR rtl-optimization/69307
15893         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
15894         registers in modes that span more than one register.
15896 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
15898         PR target/69614
15899         * lra-constraints.c (delete_move_and_clobber): New.
15900         (remove_inheritance_pseudos): Use it.
15902 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
15904         PR ada/70017
15905         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
15906         the libcall is LCT_THROW.
15907         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
15908         for the checking routine.
15910 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
15912         PR target/70131
15913         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
15914         optimization if we have direct move.
15915         (roundu32<mode>2_fprs): Likewise.
15917 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
15919         PR target/70123
15920         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
15921         be rematerialized.
15922         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
15923         Arguments swapped.  All callers changed.  Take reg_renumber into
15924         account, and Calculate and compare register ranges for hard regs.
15926 2016-03-11  Jeff Law  <law@redhat.com>
15928         PR tree-optimization/70190
15929         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
15930         Handle cases where we can not extract the taken edge, even though we
15931         found a constant value.
15933         PR tree-optimization/64058
15934         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
15935         (num_coalesce_pairs): Move up earlier in file.
15936         (find_coalesce_pair): Initialize the INDEX field for each pair
15937         discovered.
15938         (compare_pairs): No longer sort on the elements in each pair.
15939         Instead break ties with the index of the coalesce pair.
15941 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15943         PR target/70002
15944         * config/aarch64/aarch64-protos.h
15945         (aarch64_save_restore_target_globals): New prototype.
15946         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
15947         Call the above when popping pragma.
15948         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
15949         New function.
15950         (aarch64_set_current_function): Rewrite using the above.
15952 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
15954         PR tree-optimization/70177
15955         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
15956         (extract_ops_from_tree): ... this.  In the 2 argument
15957         overload remove _1 suffix.
15958         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
15959         (extract_ops_from_tree): ... this.
15960         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
15961         Adjust callers.
15962         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
15963         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
15964         extract_ops_from_tree instead of 2 operand one.
15966 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
15968         PR tree-optimization/70013
15969         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
15970         for constant-pool entries.
15972 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
15974         PR rtl-optimization/70174
15975         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
15976         followed by gen_lowpart on force_reg instead of just gen_lowpart.
15978         PR tree-optimization/70169
15979         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
15980         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
15981         for unknown codes.
15983 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
15984             Jakub Jelinek  <jakub@redhat.com>
15986         PR target/70160
15987         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
15988         of uninitialized values.
15990 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15992         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
15993         define_expand.
15994         ("*trunctddd2"): New pattern definition.
15995         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
15996         TD->DD truncation.
15998 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16000         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
16001         definitions for BFP and DFP rounding modes.
16002         ("fixuns_truncdddi2", "fixuns_trunctddi2")
16003         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
16004         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
16005         ("fix_trunctf<mode>2"): Use the new constants instead of magic
16006         numbers.
16008 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16010         * config/s390/constraints.md: Adjust comment.
16011         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
16012         s390_decompose_addrstyle_without_index.
16013         * config/s390/predicates.md (shift_count_or_setmem_operand):
16014         Rename to setmem_operand.
16015         * config/s390/s390-protos.h
16016         (s390_decompose_shift_count): Rename to
16017         s390_decompose_addrstyle_without_index.
16018         * config/s390/s390.c (s390_decompose_shift_count)
16019         (s390_mem_constraint, print_shift_count_operand)
16020         (print_operand_address, print_operand): Rename
16021         s390_decompose_shift_count to
16022         s390_decompose_addrstyle_without_index and rename
16023         print_shift_count_operand to print_addrstyle_operand troughout the
16024         file.
16025         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
16026         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
16027         Rename shift_count_or_setmem_operand to setmem_operand.
16028         * config/s390/vx-builtins.md ("vec_insert<mode>")
16029         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
16030         nonmemory_operand.
16032 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16034         PR target/70168
16035         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
16036         Handle overlapping retval and newval.
16038 2016-03-10  Nick Clifton  <nickc@redhat.com>
16040         PR target/7044
16041         * config/aarch64/aarch64.c
16042         (aarch64_override_options_after_change_1): When forcing
16043         flag_omit_frame_pointer to be true, use a special value that can
16044         be detected if this function is called again, thus preventing
16045         flag_omit_leaf_frame_pointer from being forced to be false.
16047 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16049         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
16050         Set x_flag_omit_leaf_frame_pointer when handling
16051         -momit-leaf-frame-pointer.
16053 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16055         PR lto/69589
16056         * cgraph.c (cgraph_node::dump): Dump split_part and
16057         indirect_call_target.
16058         * cgraph.h (cgraph_node): Add indirect_call_target flag.
16059         * ipa.c (has_addr_references_p): Cleanup.
16060         (is_indirect_call_target_p): New.
16061         (walk_polymorphic_call_targets): Do not mark virtuals that may be
16062         called indirectly as local.
16063         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
16065 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16067         PR ipa/69630
16068         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
16069         on cxa_pure_virtual.
16071 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16073         PR lto/69589
16074         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
16076 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16078         PR lto/69589
16079         * tree.c (need_assembler_name_p): Only record main variant type names.
16081 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
16083         PR target/70113.
16084         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
16085         Always define to 0 or 1.
16086         (TARGET_FIX_ERR_A53_843419): New macro.
16087         * config/aarch64/aarch64-elf-raw.h
16088         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
16089         * config/aarch64/aarch64-linux.h: Likewise.
16090         * config/aarch64/aarch64.c
16091         (aarch64_override_options_after_change_1): Do not default
16092         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
16093         843419 is on.
16094         (aarch64_attributes): Handle fix-cortex-a53-843419.
16095         (aarch64_can_inline_p): Likewise.
16096         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
16098 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
16099         Jakub Jelinek <jakub@redhat.com>
16101         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
16102         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
16103         DECL_COMMONS if flag_unconstrained_commons is set.
16104         * tree-dfa.c (get_ref_base_and_extent): Likewise.
16105         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
16106         (funconstrained-commons): Document.
16108 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
16110         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
16111         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
16113 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
16115         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
16116         has a proper number of elements.
16118 2016-03-10  Alan Modra  <amodra@gmail.com>
16120         PR rtl-optimization/69195
16121         PR rtl-optimization/47992
16122         * ira.c (recorded_label_ref): Delete.
16123         (update_equiv_regs): Return void.
16124         (indirect_jump_optimize): New function.
16125         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
16126         before regstat_compute_ri.  Don't rebuild_jump_labels here.
16127         Delete update_regstat.
16129 2016-03-10  Richard Biener  <rguenther@suse.de>
16131         PR tree-optimization/70128
16132         * tree-ssa-structalias.c (set_uids_in_ptset): Set
16133         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
16135 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
16137         PR tree-optimization/70152
16138         * tree-sra.c (replace_removed_params_ssa_names): Copy over
16139         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
16141         PR target/70086
16142         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
16143         instead of gen_sse2_loadlpd.
16144         * config/i386/sse.md (*vec_concatv2df): Rename to...
16145         (vec_concatv2df): ... this.
16147         PR tree-optimization/70127
16148         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
16150 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
16152         PR c/68473
16153         PR c++/70105
16154         * diagnostic-show-locus.c (compatible_locations_p): New function.
16155         (layout::layout): Sanitize ranges using compatible_locations_p.
16157 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
16159         PR c/68473
16160         PR c++/70105
16161         * diagnostic-show-locus.c (layout_range::layout_range): Replace
16162         location_range param with three const expanded_locations * and a
16163         bool.
16164         (layout::layout): Replace call to
16165         rich_location::lazily_expand_location with get_expanded_location.
16166         Extract the range and perform location expansion here, passing
16167         the results to the layout_range ctor.
16168         * diagnostic.c (source_range::debug): Delete.
16169         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
16170         of rich_location::get_expanded_location.
16171         * gcc-rich-location.c (get_range_for_expr): Delete.
16172         (gcc_rich_location::add_expr): Reimplement to avoid the
16173         rich_location::add_range overload that took a location_range,
16174         passing a location_t instead.
16176 2016-03-09  Richard Biener  <rguenther@suse.de>
16177         Jakub Jelinek  <jakub@redhat.com>
16179         PR tree-optimization/70138
16180         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
16181         Also skip vect_double_reduction_def.
16183 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
16185         PR target/70049
16186         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
16187         if the operand is "m".
16189 2016-03-09  Nathan Sidwell  <nathan@acm.org>
16191         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
16193 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
16195         * config/i386/i386.c (processor_target_table): Fix cost table
16196         intialization order for znver1.
16198 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
16200         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
16201         - becuase -> because.
16202         * ipa-reference.c (ignore_module_statics): Likewise.
16203         * cgraph.c (cgraph_node::get_body): Likewise.
16204         * ipa-inline.c (early_inliner): Likewise.
16205         * ipa-devirt.c (types_same_for_odr): Likewise.
16206         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
16207         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
16209 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16211         * tree-ssa-math-opts.c: Fix typo in comment.
16213 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
16215         PR target/70110
16216         * config/i386/i386.c (scalar_chain::make_vector_copies,
16217         scalar_chain::convert_reg): Call end_sequence in between
16218         get_insns and emit_conversion_insns rather than after both
16219         calls.
16221 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
16223         PR target/70064
16224         * config/i386/i386.h (machine_function): Add
16225         pc_thunk_call_expanded flag.
16226         (ix86_pc_thunk_call_expanded): New define.
16227         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
16228         (*set_got): Rename insn pattern from set_got.
16229         (*set_got_labelled): Rename inst pattern from set_got_labelled.
16230         * config/i386/i386.c (ix86_compute_frame_layout): Use
16231         ix86_pc_thunk_call_expanded to prevent red-zone.
16233 2016-03-07  Martin Jambor  <mjambor@suse.cz>
16235         * hsa.h (hsa_get_ctor_statements): Declare.
16236         (hsa_get_dtor_statements): Likewise.
16237         (hsa_get_kernel_dispatch_type): Likewise.
16238         * hsa.c (hsa_get_ctor_statements): New function.
16239         (hsa_get_dtor_statements): Likewise.
16240         (hsa_get_kernel_dispatch_type): Likewise.
16241         * hsa-brig.c (hsa_cdtor_statements): Removed.
16242         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
16243         hsa_get_dtor_statements.
16244         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
16245         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
16247 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16249         * config/arm/arm-cores.def (cortex-r8): New.
16250         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
16251         * config/arm/arm-tune.md: Likewise.
16252         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
16254 2016-03-07  Martin Sebor  <msebor@redhat.com>
16256         PR rtl-optimization/19705
16257         * doc/invoke.texi (Options That Control Optimization): Clarify
16258         -fno-branch-count-reg.
16260 2016-02-26  Richard Biener  <rguenther@suse.de>
16261             Jeff Law  <law@redhat.com>
16263         PR tree-optimization/69740
16264         * cfghooks.c (remove_edge): Request loop fixups if we delete
16265         an edge that might turn an irreducible loop into a natural
16266         loop.
16267         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
16268         Move after definition of loops_state_clear.
16270 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
16272         PR rtl-optimization/69052
16273         * rtlanal.c (commutative_operand_precedence): Set higher precedence
16274         to CONST_WIDE_INT.
16276 2016-03-07  Tom de Vries  <tom@codesourcery.com>
16278         PR tree-optimization/70116
16279         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
16280         is_tm_ending stmts and ubsan/asan internal functions.
16281         (find_duplicate): Use it.  Don't test is_tm_ending here.
16283 2016-03-07  Richard Biener  <rguenther@suse.de>
16285         PR tree-optimization/70115
16286         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
16287         (propagate_constants_for_unrolling): Use replace_uses_by.
16289 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
16291         PR middle-end/69916
16292         * omp-low.c (struct oacc_loop): Add ifns.
16293         (new_oacc_loop_raw): Initialize it.
16294         (finish_oacc_loop): Clear mask & flags if no ifns.
16295         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
16296         (oacc_loop_xform_loop): Add ifns arg & adjust.
16297         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
16299 2016-03-07  Richard Henderson  <rth@redhat.com>
16301         PR rtl-opt/70061
16302         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
16303         (insert_value_copy_on_edge): Likewise.
16305 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16307         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
16309 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16311         PR target/62281
16312         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
16314 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
16316         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
16318 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
16320         Fix sseimul type attribute.
16321         * config/i386/znver1.md
16322         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
16323         znver1_sseimul_avx256_load) : Fix the type attribute.
16324         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
16325         pipe usage and latency.
16327 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
16329         PR c++/70084
16330         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
16331         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
16332         to the right type.
16334 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
16336         PR c/69973
16337         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
16339         PR rtl-optimization/69941
16340         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
16341         the reg share its mode.
16343 2016-03-04  Jeff Law  <law@redhat.com>
16345         PR tree-optimization/69196
16346         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16347         If the both SSA_NAMEs are anonymous, then consider them unassociated
16348         and include the PHI in the statement count.
16350 2016-03-05  Tom de Vries  <tom@codesourcery.com>
16352         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
16353         construct in oacc routine.  Check for oacc region in oacc routine.
16355 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
16357         PR target/70062
16358         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
16359         2016-02-22 changes, instead don't recurse if RECUR is already true.
16360         Don't change *dynamic_check if RECUR.  Adjust recursive caller
16361         to pass true to the new argument.
16362         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
16364         PR target/70059
16365         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
16366         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
16367         fixes.
16368         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
16370 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
16372         PR rtl-optimization/57676
16373         * lra-assigns.c (lra_assign): Guard test for maximum iterations
16374         with flag_checking.
16376 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
16378         * tree-vect-patterns.c (search_type_for_mask): Handle
16379         comparison of booleans.
16381 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
16383         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
16384         Fix @xref usage.
16386         PR debug/69947
16387         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
16388         all other ops that have dw_val_class_die_ref operands,
16389         and DW_OP_GNU_entry_value.
16391 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16393         PR rtl-optimization/69904
16394         * config/arm/arm.c (arm_cannot_copy_insn_p):
16395         Return true for load-exclusive instructions.
16397 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
16399         PR target/70021
16400         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
16401         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
16402         the pattern no matter if it is used just by non-pattern, pattern
16403         or mix thereof.
16404         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
16405         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
16406         oprnd1 def_stmt is in pattern, don't look through it.
16408 2016-03-03  Marek Polacek  <polacek@redhat.com>
16410         PR middle-end/70050
16411         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
16413 2016-03-03  Martin Liska  <mliska@suse.cz>
16415         PR tree-optimization/70043
16416         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
16417         previous statement if we see a debug statement.
16419 2016-03-03  Richard Biener  <rguenther@suse.de>
16421         PR tree-optimization/55936
16422         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
16423         parameter and guard unsafe equivalence use.
16424         (vrp_evaluate_conditional_warnv_with_ops): Always use
16425         safe equivalences but not via the quadratic compare_names
16426         helper.
16428 2016-03-03  Michael Collison  <michael.collison@linaro.org>
16430         PR target/70014
16431         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
16432         for operand 1 to s_register_operand. Change predicate for operand
16433         2 to arm_not_immediate_operand.
16435 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
16437         * doc/tm.texi: Regenerated.
16439 2016-03-02  Richard Henderson  <rth@redhat.com>
16441         PR rtl-opt/67145
16442         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
16443         simplification when all args are positive non-fixed registers.
16445 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16447         * target.def (lra_p): Specify that new ports should use LRA.
16449 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
16451         PR libgomp/69555
16452         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
16453         gimplify_type_sizes the type they refer to.
16454         (omp_notice_variable): Handle reference vars to VLAs.
16455         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
16456         reference to VLA decls in the second pass instead of first pass.
16458 2016-03-02  Tom de Vries  <tom@codesourcery.com>
16460         PR tree-optimization/68659
16461         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
16462         new_expr == NULL_TREE.
16463         (get_new_name): Handle ADDR_EXPR.
16465 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
16467         PR rtl-optimization/69052
16468         * loop-invariant.c (canonicalize_address): New function.
16469         (inv_can_prop_to_addr_use): Check validity of address expression
16470         which is canonicalized by above function.
16472 2016-03-02  Alan Modra  <amodra@gmail.com>
16474         PR ipa/69990
16475         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
16476         larger alignment.
16478 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
16480         PR target/70028
16481         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
16482         (*movhi_internal): Put mask moves from and to memory separately
16483         from moves from/to GPRs.
16485 2016-03-02  Richard Biener  <rguenther@suse.de>
16487         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
16488         GENERIC expressions in GIMPLE.
16490 2016-03-02  Richard Biener  <rguenther@suse.de>
16492         * config/i386/i386.c (type_natural_mode): Fix typo.
16494 2016-03-02  Nick Clifton  <nickc@redhat.com>
16496         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
16498 2016-03-02  Richard Biener  <rguenther@suse.de>
16499             Uros Bizjak  <ubizjak@gmail.com>
16501         PR target/67278
16502         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
16504 2016-03-02  Richard Biener  <rguenther@suse.de>
16506         PR middle-end/67278
16507         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
16509 2016-03-02  Marek Polacek  <polacek@redhat.com>
16511         PR c/67854
16512         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
16513         "is promoted to" warning.
16515 2016-03-01  DJ Delorie  <dj@redhat.com>
16517         * config.gcc: Deprecate mep-*.
16519 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
16521         PR middle-end/70025
16522         * lra-constraints.c (regno_val_use_in): New.
16523         (match_reload): Use it instead of regno_use_in.
16525 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
16527         PR rtl-optimization/70007
16528         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
16529         references present in REG_EQUAL notes attached to non-SET patterns.
16531 2016-03-01  Jeff Law  <law@redhat.com>
16533         PR tree-optimization/69196
16534         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16535         Appropriately clamp the number of statements to copy when the
16536         thread path does not traverse a loop backedge.
16538         PR tree-optimization/69196
16539         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16540         Do count some PHIs in the thread path against the insn count.  Decrease
16541         final statement count by one as the control statement in the last
16542         block will get removed.  Remove special cased code for handling PHIs
16543         in the last block.
16545 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
16547         PR target/70027
16548         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
16549         asm dialect alternatives to explicit GOTPCREL calls.
16551 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
16553         PR ada/70017
16554         * ira.c (do_reload): Issue warning for generic stack checking here...
16555         * reload1.c (reload): ...instead of here and streamline it.
16557 2016-03-01  Nick Clifton  <nickc@redhat.com>
16559         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
16561 2016-03-01  Richard Biener  <rguenther@suse.de>
16563         PR tree-optimization/69983
16564         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
16565         types and fall back to operand_equal_p.
16567 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16569         Revert
16570         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16572         * config/s390/constraints.md ("jm8"): New constraint.
16573         * config/s390/predicates.md ("const_int_8bitset_operand"): New
16574         predicate.
16575         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
16576         into ...
16577         ("*setmem_long<setmem_and>"): New pattern.
16578         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
16579         into ...
16580         ("*setmem_long_31z<setmem_and>"): New pattern.
16581         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
16582         New substitution rules with the required attributes.
16585 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16587         Revert
16588         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16590         * gensupport.c (process_substs_on_one_elem): Split loop to
16591         complete mark_operands_used_in_match_dup on all expressions in the
16592         vector first.
16593         (adjust_operands_numbers): Inline into process_substs_on_one_elem
16594         and remove function.
16596 2016-03-01  Richard Biener  <rguenther@suse.de>
16598         PR middle-end/70022
16599         * fold-const.c (fold_indirect_ref_1): Fix range checking for
16600         vector BIT_FIELD_REF extract.
16602 2016-03-01  Richard Biener  <rguenther@suse.de>
16604         PR tree-optimization/69994
16605         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
16607 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
16609         PR tree-optimization/69956
16610         * tree-vect-stmts.c (supportable_widening_operation): Support
16611         multi-step conversion of boolean vectors.
16612         (supportable_narrowing_operation): Likewise.
16614 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16616         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
16617         anymore.
16619 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16621         * config/s390/subst.md (DSI_VI): New mode iterator.
16622         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
16623         * config/s390/vector.md ("vec_set<mode>"): Move expander before
16624         the insn definition.
16625         ("*vec_set<mode>"): Change predicate and add alternative to
16626         support only either register or const_int operands as element
16627         selector.
16628         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
16629         operands.
16630         ("vec_extract<mode>"): New expander.
16631         ("*vec_extract<mode>"): New insn definition supporting reg and
16632         const_int element selectors.
16633         ("*vec_extract<mode>_plus"): New insn definition supporting
16634         reg+const_int element selectors.
16635         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
16636         following expander+insn definition.
16637         ("<vec_shifts_name><mode>3"): New expander.
16638         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
16640 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16642         * config/s390/s390.md ("*tabort_1"): Change predicate to
16643         nonmemory_operand.  Add a second alternative to cover
16644         register as well as const int operands.
16645         ("*tabort_1_plus"): New pattern definition.
16647 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16649         * config/s390/s390.md ("*ashrdi3_cc_31")
16650         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
16651         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
16652         Merge insn definitions into ...
16653         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16654         New pattern definition.
16655         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
16656         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
16657         ("*ashr<mode>3_and"): Merge insn definitions into ...
16658         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16659         New pattern definition.
16660         * config/s390/subst.md ("addr_style_op_cc_subst")
16661         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
16662         substitutions patterns plus attributes.
16663         Add ashiftrt to SUBST iterator.
16665 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16667         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
16668         op2 to nonmemory_operand.
16669         ("*<shift>di3_31", "*<shift>di3_31_and"):
16670         Merge into single pattern definition ...
16671         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
16672         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
16673         pattern definition ...
16674         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
16675         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
16676         iterator.
16678 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16680         * config/s390/predicates.md (const_int_6bitset_operand): New
16681         predicate.
16682         * config/s390/s390.md: Include subst.md.
16683         ("rotl<mode>3"): New expander.
16684         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
16685         ...
16686         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
16687         * config/s390/subst.md: New file.
16689 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16691         * config/s390/s390.md ("op_type", "atype", "length" attributes):
16692         Remove RRR type.  It doesn't really exist.
16693         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
16694         attributes.
16695         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
16696         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
16697         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
16698         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
16699         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
16700         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
16701         `enabled' attribute.
16703 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16705         * gensupport.c (process_substs_on_one_elem): Split loop to
16706         complete mark_operands_used_in_match_dup on all expressions in the
16707         vector first.
16708         (adjust_operands_numbers): Inline into process_substs_on_one_elem
16709         and remove function.
16711 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
16713         PR target/69706
16714         * config/sparc/sparc.c (NWORDS_UP): Rename to...
16715         (CEIL_NWORDS): ...this.  Use CEIL macro.
16716         (compute_fp_layout): Adjust to above renaming.
16717         (function_arg_union_value): Likewise.
16718         (sparc_arg_partial_bytes): Likewise.
16719         (sparc_function_arg_advance): Likewise.
16721 2016-02-29  Jeff Law  <law@redhat.com>
16723         PR tree-optimization/70005
16724         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
16725         where an object with a boolean range is compared against a value
16726         outside [0..1].
16728         PR tree-optimization/69999
16729         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
16730         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
16731         loop cleanups.
16733 2016-02-29  Richard Biener  <rguenther@suse.de>
16735         PR tree-optimization/69994
16736         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
16737         (get_unary_op): Look through nop conversions.
16738         (ops_equal_values_p): New function, look for equality diregarding
16739         nop conversions.
16740         (eliminate_plus_minus_pair): Use ops_equal_values_p
16741         (repropagate_negates): Do not use get_unary_op here.
16743 2016-02-29  Martin Liska  <mliska@suse.cz>
16745         * system.h: Poison ENABLE_CHECKING macro.
16747 2016-02-29  Martin Liska  <mliska@suse.cz>
16749         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
16750         is presented in dump flags.
16751         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
16752         (hsa_regalloc): Likewise.
16754 2016-02-19  Richard Biener  <rguenther@suse.de>
16756         PR tree-optimization/69980
16757         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
16758         permutation of those we need to keep.
16760 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
16762         PR target/69706
16763         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
16764         (NWORDS_UP): ...this
16765         (init_cumulative_args): Minor tweaks.
16766         (sparc_promote_function_mode): Likewise.
16767         (scan_record_type): Delete.
16768         (traverse_record_type): New function template.
16769         (classify_data_t): New structure type.
16770         (classify_registers): New inline function.
16771         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
16772         exhausted.  Instantiate traverse_record_type on classify_registers and
16773         deal with the case of a structure passed in slot #15 with no FP field
16774         in the first word.
16775         (assign_data_t): New structure type.
16776         (compute_int_layout): New static function.
16777         (compute_fp_layout): Likewise.
16778         (count_registers): New inline function.
16779         (assign_int_registers): New static function.
16780         (assign_fp_registers): Likewise.
16781         (assign_registers): New inline function.
16782         (function_arg_record_value_1): Delete.
16783         (function_arg_record_value_2): Likewise.
16784         (function_arg_record_value_3): Likewise.
16785         (function_arg_record_value): Adjust to above changes.  Instantiate
16786         traverse_record_type on count_registers to first count the number of
16787         registers to be used and then on assign_registers to assign them.
16788         (function_arg_union_value): Adjust to above renaming.
16789         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
16790         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
16791         case of a structure passed in slot #15
16792         (sparc_function_arg_advance): Likewise.
16793         (function_arg_padding): Minor tweak.
16795 2016-02-29  Richard Biener  <rguenther@suse.de>
16797         PR tree-optimization/69720
16798         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
16799         the adjustment_def path for possibly vectorized defs.
16800         (vect_create_epilog_for_reduction): Handle vectorized initial
16801         defs properly.
16803 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
16805         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
16807 2016-02-27  Jeff Law  <law@redhat.com>
16809         Revert
16810         2016-02-26  Richard Biener  <rguenther@suse.de>
16811                     Jeff Law  <law@redhat.com>
16813         PR tree-optimization/69740
16814         * cfghooks.c (remove_edge): Request loop fixups if we delete
16815         an edge that might turn an irreducible loop into a natural
16816         loop.
16818 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
16820         PR rtl-optimization/69896
16821         * tree-vect-generic.c (get_compute_type): Avoid single element
16822         vector types.
16824 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
16826         Rename the AArch64 tuning option and related functions to enable the
16827         Newton series for the reciprocal square root to reflect its
16828         approximative characteristic.
16830         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
16831         function to "aarch64_emit_approx_rsqrt".
16832         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
16833         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
16834         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
16835         (xgene1_tunings): Likewise.
16836         (use_rsqrt_p): Likewise.
16837         (aarch64_emit_swrsqrt): Use new function name.
16838         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
16839         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
16840         text explaining this option.
16841         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
16843 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
16845         PR target/69969
16846         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
16847         complain about -mallow-movmisalign without -mvsx if
16848         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
16850 2016-02-26  Joel Sherrill  <joel@rtems.org>
16852         * config.gcc: Add x86_64-*-rtems*.
16853         * config/i386/rtems-64.h: New file.
16855 2016-02-26  Joel Sherrill  <joel@rtems.org>
16857         * config.gcc: Add aarch64-*-rtems*.
16858         * config/aarch64/rtems.h: New file.
16860 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
16862         PR target/69946
16863         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
16864         shift amount using %h.  Add comment.
16866 2016-02-26  Richard Biener  <rguenther@suse.de>
16867             Jeff Law  <law@redhat.com>
16869         PR tree-optimization/69740
16870         * cfghooks.c (remove_edge): Request loop fixups if we delete
16871         an edge that might turn an irreducible loop into a natural
16872         loop.
16874 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16876         PR middle-end/69920
16877         * tree-sra.c (sra_modify_assign): Do not remove loads of
16878         uninitialized aggregates to SSA_NAMEs.
16880 2016-02-26  Richard Henderson  <rth@redhat.com>
16882         PR target/69709
16883         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
16884         pseudo in case the target rtx matches the source of the left
16885         shift.
16887 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16889         PR hsa/69568
16890         * hsa.h (hsa_type_packed_p): Declare.
16891         * hsa.c (hsa_type_packed_p): New function.
16892         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
16893         loads.
16894         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
16895         * hsa-brig.c (emit_basic_insn): Likewise.
16897 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16899         pr hsa/69674
16900         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
16901         pointers.
16902         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
16904 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16906         * hsa.h (is_a_helper): New overload for hsa_op_immed for
16907         hsa_op_with_type operands.
16908         (hsa_unsigned_type_for_type): Declare.
16909         * hsa.c (hsa_unsigned_type_for_type): New function.
16910         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
16911         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
16912         the finalizer.  Do not emit extra move.
16914 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16916         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
16917         atomic operations in private segment.
16919 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16921         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
16922         statements to wi->info.  Also disallow omp simd constructs.
16923         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
16924         for not gridifying.  Dump special string for omp_for.
16926 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16928         PR target/69245
16929         * config/aarch64/aarch64.c (aarch64_set_current_function):
16930         Save/restore target globals when switching to
16931         target_option_default_node.
16933 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16935         PR target/69613
16936         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
16937         Return 0 if !SHIFT_COUNT_TRUNCATED.
16939 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
16940             Eric Botcazou  <ebotcazou@adacore.com>
16942         PR rtl-optimization/69891
16943         * dse.c (scan_insn): If we can't figure out memset arguments
16944         or they are non-constant, call clear_rhs_from_active_local_stores.
16946 2016-02-26  Martin Liska  <mliska@suse.cz>
16948         * doc/extend.texi: Mention clog10, clog10f an clog10l
16949         in Builtins section.
16951 2016-02-26  Martin Liska  <mliska@suse.cz>
16953         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
16954         CHECKING_P.
16955         (resolve_args_picking_1): Likewise.
16956         * dwarf2out.h (struct GTY): Likewise.
16958 2016-02-26  Martin Liska  <mliska@suse.cz>
16960         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
16961         with flag_checking.
16962         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
16964 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
16965             Martin Liska  <mliska@suse.cz>
16967         * doc/install.texi: Mention --enable-valgrind-annotations.
16969 2016-02-26  Richard Biener  <rguenther@suse.de>
16971         PR tree-optimization/69551
16972         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
16973         looking through aliases adjust DECL_PT_UID to refer to the
16974         ultimate alias target.
16976 2016-02-25  Martin Liska  <mliska@suse.cz>
16978         PR middle-end/69919
16979         * alloc-pool.c (after_memory_report): New variable.
16980         * alloc-pool.h (base_pool_allocator ::release): Do not use
16981         the infrastructure if after_memory_report.
16982         * toplev.c (toplev::main): Mark after memory report.
16984 2016-02-25  Richard Biener  <rguenther@suse.de>
16986         PR tree-optimization/48795
16987         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
16989 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
16991         PR driver/68463
16992         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
16993         offloading is enabled and -fopenacc or -fopenmp is specified.
16994         (CRTOFFLOADEND): Likewise.
16995         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
16996         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
16997         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
16998         (offload_objects_file_name): New static var.
16999         (tool_cleanup): Remove offload_objects_file_name file.
17000         (find_offloadbeginend): Replace with ...
17001         (find_crtoffloadtable): ... this.
17002         (run_gcc): Remove offload_argc and offload_argv.
17003         Get offload_objects_file_name from -foffload-objects=... option.
17004         Read names of object files with offload from this file, pass them to
17005         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
17006         don't pass offloadbegin and offloadend to the linker.  Don't pass
17007         offload non-LTO files to the linker, because now they're not claimed.
17009 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
17011         PR ipa/69630
17012         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
17013         on builtin_unreachable.
17015 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
17017         PR rtl-optimization/69896
17018         * regcprop.c: Include cfgrtl.h.
17019         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
17020         than remembered mode, either delete it (if noop_move_p), or
17021         treat like copy_p but not noop_p instruction.
17023 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17025         PR debug/69705
17026         * dwarf2out.c (gen_variable_die): Work around buggy LTO
17027         - allow NULL decl for Fortran DW_TAG_common_block variables.
17029 2016-02-24  Jason Merrill  <jason@redhat.com>
17031         * common.opt (flifetime-dse): Add -flifetime-dse=1.
17033 2016-02-24  Richard Biener  <rguenther@suse.de>
17034             Jakub Jelinek  <jakub@redhat.com>
17036         PR middle-end/69760
17037         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
17038         conditionally executed ops to well-defined overflow behavior.
17040 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17042         PR middle-end/69915
17043         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
17044         elements.
17046 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17048         PR rtl-optimization/69886
17049         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
17050         argument.  Use it when checking validity of set instructions.
17051         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
17052         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
17053         callsite.
17054         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
17055         * store-motion.c (find_moveable_store): Update
17056         can_assign_to_reg_without_clobbers_p callsite.
17058 2016-02-24  Richard Biener  <rguenther@suse.de>
17060         PR middle-end/68963
17061         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
17062         bogus check.
17063         (record_nonwrapping_iv): Do not fall back to the low/high bound
17064         for non-constant IV bases if the stmt is not always executed.
17066 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17068         * config/arm/arm-cores.def (cortex-a32): New entry.
17069         * config/arm/arm-tables.opt: Regenerate.
17070         * config/arm/arm-tune.md: Regenerate.
17071         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
17072         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
17073         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
17074         for -mcpu and -mtune.
17076 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17078         PR target/69875
17079         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
17080         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
17081         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
17082         (atomic_loaddi_1): Delete.
17083         (atomic_loaddi): Rewrite expander using the above changes.
17085 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17087         PR c/69918
17088         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
17089         2 to 3.
17091 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17092             Richard Biener  <rguenth@suse.de>
17094         PR middle-end/69909
17095         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
17096         set_mem_attributes if tem is SSA_NAME which got expanded
17097         as a MEM.
17099 2016-02-24  Richard Biener  <rguenther@suse.de>
17101         PR tree-optimization/69907
17102         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
17103         end of permutations for BB vectorization.
17105 2016-02-24  Christian Bruel  <christian.bruel@st.com>
17107         * config/arm/arm-c.c (arm_option_override): Initialize
17108         target_option_current_node.
17109         * config/arm/arm.c (arm_pragma_target_parse): Replace
17110         build_target_option_node call by target_option_current_node.
17111         Set target_option_current_node.
17112         Fix comments.
17114 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
17116         PR target/69810
17117         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
17118         define_insn_and_split to define_insn.
17119         (zero_extendqi<mode>2_dot2): Same.
17120         (extendqi<mode>2_dot): Same.
17121         (extendqi<mode>2_dot2): Same.
17123 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
17125         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
17126         and add bypass for AES{D,E} and AESMC pairs.
17127         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
17128         and AESMC pairs.
17130 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
17132         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
17133         series for reciprocal square root in Exynos M1.
17135 2016-02-23  Martin Sebor  <msebor@redhat.com>
17137         PR c/69759
17138         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
17139         __builtin_alloca_with_align.
17141 2016-02-23  Richard Henderson  <rth@redhat.com>
17143         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
17144         (ix86_register_pragmas): Remove __seg_tls.
17145         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
17146         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
17147         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
17148         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
17149         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
17150         * doc/extend.texi (__seg_tls): Remove item.
17152 2016-02-23  Richard Biener  <rguenther@suse.de>
17154         * alloc-pool.h (struct allocation_object): Make id member
17155         conditional on CHECKING_P again.
17156         (get_instance): Adjust.
17157         (base_pool_allocator): Likewise.
17159 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
17161         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
17162         (parallelize_loops): In OpenACC kernels mode, set n_threads to
17163         zero.
17164         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
17165         flag_openacc.
17166         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
17168 2016-02-23  Richard Biener  <rguenther@suse.de>
17170         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
17171         * bitmap.h (struct bitmap_usage): Likewise.
17172         (bitmap_move): Declare.
17173         * bitmap.c (register_overhead): Take size_t argument.
17174         (bitmap_move): New function.
17175         * df-problems.c (df_rd_transfer_function): Use bitmap_move
17176         to properly account overhead.
17177         * tree.c (free_node): Use tree_size.
17179 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
17181         PR c++/69902
17182         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
17183         when inverting comparison.
17185         PR c/69900
17186         * common.opt (Wunreachable-code): Add Warning flag.
17188 2016-02-23  Mark Wielaard  <mjw@redhat.com>
17189             Jakub Jelinek  <jakub@redhat.com>
17191         PR c/69911
17192         * cgraphunit.c (check_global_declaration): Check main_input_filename
17193         and DECL_SOURCE_FILE are not NULL.
17195 2016-02-23  Martin Jambor  <mjambor@suse.cz>
17197         PR tree-optimization/69666
17198         * tree-sra.c (sra_modify_assign): Do not attempt to create
17199         default_def replacements for unscalarizable regions.
17201 2016-02-20  Mark Wielaard  <mjw@redhat.com>
17203         PR c/28901
17204         * cgraphunit.c (check_global_declaration): Check level of
17205         warn_unused_const_variable and main_input_filename.
17206         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
17207         (-Wunused-variable): For C implies -Wunused-const-variable=1.
17208         (-Wunused-const-variable): Explain levels 1 and 2.
17210 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
17212         PR target/69888
17213         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
17214         identical arguments.  Formatting and spelling fixes.
17216         PR target/69885
17217         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
17218         be specified.
17220         PR target/69894
17221         PR target/69895
17222         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
17223         and m68k-devices.def.
17224         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
17225         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
17227 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
17229         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
17230         and HImode registers.
17232 2016-02-22  Richard Biener  <rguenther@suse.de>
17234         PR tree-optimization/69882
17235         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
17236         preserve permutations present because of gaps.
17237         (vect_supported_load_permutation_p): Always continue checking
17238         permutations after vect_attempt_slp_rearrange_stmts.
17240 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
17242         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
17243         min_profitable_estimate, rather than min_profitable_iters.
17245 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
17247         PR target/69885
17248         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
17249         SImode for last match_operand.
17251 2016-02-22  Martin Liska  <mliska@suse.cz>
17253         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
17254         return bitsize - 1 as the return value.
17256 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
17258         PR target/69806
17259         PR target/54089
17260         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
17261         Handle negative shift counts.
17262         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
17263         force_reg on the shift constant.
17264         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
17265         (lshrsi3_d): Handle negative shift counts.
17267 2016-02-22  Richard Biener  <rguenther@suse.de>
17268             Tom de Vries  <tom@codesourcery.com>
17270         * graph.c: Include dumpfile.h.
17271         (print_graph_cfg): Split into three overloads.
17272         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
17274 2016-02-22  Tom de Vries  <tom@codesourcery.com>
17276         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
17277         dump-fn.
17279 2016-02-22  Richard Biener  <rguenther@suse.de>
17281         PR ipa/37448
17282         * ipa-inline-transform.c (inline_call): When not updating
17283         overall summaries adjust self size by the growth estimate.
17284         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
17285         hash-set, do not update overall summaries here.  Renamed from ...
17286         (inline_to_all_callers): ... this which is now wrapping the
17287         above and performing delayed overall summary update.
17288         (early_inline_small_functions): Delay updating of the overall
17289         summary.
17291 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
17293         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
17294         variable.
17296 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
17298         PR driver/69805
17299         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
17300         :%* in %:gt() argument.
17301         (greater_than_spec_func): Adjust for expecting only numbers,
17302         if there are more than two numbers, compare the last two.
17304 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
17306         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
17307         -Wnarrowing with -std.
17309 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
17311         PR c++/69851
17312         * expr.c (store_field): Don't use bit-field path if exp is
17313         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
17314         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
17315         and the assignment can be performed by bitwise copy.  Formatting
17316         fix.
17318         PR middle-end/69838
17319         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
17320         call copy_reg_eh_region_note_forward on before and/or after sequences
17321         and remove note from insn if it no longer can throw.
17323         PR target/69820
17324         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
17325         if TARGET_AVX512BW.
17327 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17329         * config/s390/vector.md: Add missing commutative operand markers
17330         to the patterns which qualify for one.
17331         * config/s390/vx-builtins.md: Likewise.
17333 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17335         * config/s390/vector.md (VI, VI_QHS): Add single element vector
17336         types to mode iterators.
17337         (vec_double): ... and mode attribute.
17338         * config/s390/vx-builtins.md (non_vec_int): Likewise.
17340 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17342         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
17343         Change the predicate of op2 from nonimmediate to general and let
17344         reload fix it if necessary.
17346 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17348         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
17350 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17352         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
17353         mode.
17355 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17357         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
17358         * config/s390/s390.c (s390_expand_vec_movstr): New function.
17359         * config/s390/s390.md ("movstr<P:mode>"): Call
17360         s390_expand_vec_movstr.
17362 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17364         * config/s390/s390.md: Add missing output modifier for operand 1
17365         to print it as address properly.
17367 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17369         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
17370         * config/s390/2964.md: New file.
17371         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
17372         of insn grouping attributes depending on the CPU level.
17373         (s390_get_unit_mask): New function.
17374         (s390_sched_score): Remove the OOO from the scheduling macros.
17375         Add loop to calculate a score for the instruction mix.
17376         (s390_sched_reorder): Likewise plus improve debug output.
17377         (s390_sched_variable_issue): Rename macros as above.  Calculate
17378         the unit distances after actually scheduling an insn.  Improve
17379         debug output.
17380         (s390_sched_init): Clear last_scheduled_unit_distance array.
17381         * config/s390/s390.md: Include 2964.md.
17383 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
17385         PR target/69671
17386         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
17387         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
17388         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
17389         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
17390         *avx512f_<code>v8div16qi2_mask_1): New insns.
17392 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
17394         PR target/68404
17395         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
17396         2016-02-09 change.
17398         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
17399         earlyclobber from target.  Use wF constraint for fused memory
17400         address.
17401         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
17403 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
17404             Martin Liska  <mliska@suse.cz>
17406         PR sanitizer/69863
17407         * cfgexpand.c (asan_sanitize_stack_p): New function.
17408         (partition_stack_vars): Use the function.
17409         (expand_stack_vars): Likewise.
17410         (defer_stack_allocation): Likewise.
17411         (expand_used_vars): Likewise.
17413 2016-02-18  Richard Biener  <rguenther@suse.de>
17415         PR middle-end/69553
17416         * fold-const.c (operand_equal_p): Properly compare offsets for
17417         IMAGPART_EXPR and ARRAY_REF.
17419 2016-02-18  Nick Clifton  <nickc@redhat.com>
17421         PR target/62254
17422         PR target/69610
17423         * config/arm/arm.c (arm_option_override_internal): Disable
17424         interworking if the target does not support thumb instructions.
17425         (arm_reload_in_hi): Handle the case where a register to register
17426         move needs reloading because there is no simple pattern to handle
17427         it.
17428         (arm_reload_out_hi): Likewise.
17430 2016-02-18  Richard Biener  <rguenther@suse.de>
17432         PR middle-end/69854
17433         * match.pd: Don't use fold_binary or fold_unary for folding
17434         constants.
17436 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
17438         PR c++/69850
17439         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
17440         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
17441         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
17442         warn on gimple_no_warning_p statements.
17444 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
17446         * doc/extend.texi (C++ Attributes): Correct description of
17447         warn_unused type attribute.
17449 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17451         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
17452         correct instruction.
17454 2016-02-17  Richard Biener  <rguenther@suse.de>
17456         PR rtl-optimization/69609
17457         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
17458         (find_traces_1_round): When ending a trace update cached priority
17459         of successors.
17460         (bb_to_key): Use cached priority when available.
17461         (copy_bb): Initialize cached priority.
17462         (reorder_basic_blocks_software_trace_cache): Likewise.
17464 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17466         PR target/69161
17467         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
17468         New predicate.
17469         (aarch64_comparison_operator): Break overly long line into two.
17470         (aarch64_comparison_operation): Likewise.
17471         * config/aarch64/aarch64.md (cstorecc4): Use
17472         aarch64_comparison_operator_mode instead of
17473         aarch64_comparison_operator.
17474         (cstore<mode>4): Likewise.
17475         (aarch64_cstore<mode>): Likewise.
17476         (*cstoresi_insn_uxtw): Likewise.
17477         (cstore<mode>_neg): Likewise.
17478         (*cstoresi_neg_uxtw): Likewise.
17480 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17482         PR target/69161
17483         * config/arm/predicates.md (arm_comparison_operator_mode):
17484         New predicate.
17485         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
17486         instead of arm_comparison_operator.
17487         (*mov_negscc): Likewise.
17488         (*mov_notscc): Likewise.
17489         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
17490         (*thumb2_mov_negscc): Likewise.
17491         (*thumb2_mov_negscc_strict_it): Likewise.
17492         (*thumb2_mov_notscc): Likewise.
17493         (*thumb2_mov_notscc_strict_it): Likewise.
17495 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
17497         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
17498         Add missing return.
17500 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
17502         * config/visium/visium.c (machine_libfunc_index): New enum.
17503         (machine_libfuncs): New structure.
17504         (visium_libfuncs): New static variable.
17505         (TARGET_INIT_LIBFUNCS): Define to...
17506         (visium_init_libfuncs): ...this.  New function.
17507         (expand_block_move_4): Use the appropriate libfunc.
17508         (expand_block_move_2): Likewise.
17509         (expand_block_move_1): Likewise.
17510         (expand_block_set_4): Likewise.
17511         (expand_block_set_2): Likewise.
17512         (expand_block_set_1): Likewise.
17513         (visium_trampoline_init): Likewise.
17515 2016-02-17  Nick Clifton  <nickc@redhat.com>
17517         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
17518         TI's devices.csv file as of March 2016.
17520 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17522         PR Target/48344
17523         * opts-global.c (handle_common_deferred_options): Introduce and
17524         initialize two global variables to remember command-line options
17525         specifying a stack-limiting register.
17526         * opts.h: Add extern declarations of the two new global variables.
17527         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
17528         variable based on the values of the two new global variables.
17530 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17532         PR c/69835
17533         * common.opt (Wnonnull-compare): New warning.
17534         * doc/invoke.texi (-Wnonnull): Remove text about comparison
17535         of arguments against NULL.
17536         (-Wnonnull-compare): Document.
17537         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
17538         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
17539         * passes.def (pass_warn_nonnull_compare): Add.
17540         * gimple-ssa-nonnull-compare.c: New file.
17542 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17544         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
17545         AARCH64_EXTRA_TUNE_RECIP_SQRT.
17547 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17549         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
17550         reciprocal sqrt for -mlow-precision-recip-sqrt.
17552 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17553             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17555         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
17556         always use lane loads to construct non-constant vectors.
17558 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17560         * config/aarch64/aarch64.md
17561         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
17562         constraints for operand 3.
17563         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
17565 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17566             Richard Biener  <rguenther@suse.de>
17568         PR tree-optimization/69820
17569         * tree-vect-patterns.c (type_conversion_p): Return false if
17570         *orig_type is unsigned single precision or boolean.
17571         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
17572         Formatting fix.
17574 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17576         PR rtl-optimization/69764
17577         PR rtl-optimization/69771
17578         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
17579         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
17581 2016-02-16  Richard Biener  <rguenther@suse.de>
17583         PR tree-optimization/69776
17584         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
17585         sets from caller.
17586         (indirect_refs_may_alias_p): Likewise.
17587         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
17588         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
17589         according to tbaa_p.
17590         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
17591         (optimize_stmt): For redundant store discovery do not allow tbaa.
17593 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
17595         PR tree-optimization/69714
17596         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
17597         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
17599 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
17601         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
17602         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
17603         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
17604         * config/arc/arc.c (arc_init): Check FPU options.
17605         (get_arc_condition_code): Handle new CC_FPU* modes.
17606         (arc_select_cc_mode): Likewise.
17607         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
17608         register pair only. Allow access for ARCv2 accumulator.
17609         (gen_compare_reg): Whenever we have FPU support use FPU compare
17610         instructions.
17611         (arc_reorg): Don't generate brcc insns when FPU compare
17612         instructions are involved.
17613         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
17614         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
17615         floating point emulation.
17616         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
17617         (REVERSE_CONDITION): Add new CC_FPU* modes.
17618         (TARGET_FP_SP_BASE): Define.
17619         (TARGET_FP_DP_BASE): Likewise.
17620         (TARGET_FP_SP_FUSED): Likewise.
17621         (TARGET_FP_DP_FUSED): Likewise.
17622         (TARGET_FP_SP_CONV): Likewise.
17623         (TARGET_FP_DP_CONV): Likewise.
17624         (TARGET_FP_SP_SQRT): Likewise.
17625         (TARGET_FP_DP_SQRT): Likewise.
17626         (TARGET_FP_DP_AX): Likewise.
17627         * config/arc/arc.md (ARCV2_ACC): New constant.
17628         (type): New fpu type attribute.
17629         (SDF): Conditional iterator.
17630         (cstore<mode>, cbranch<mode>): Change expand condition.
17631         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
17632         handles FPU/FPX cases as well.
17633         * config/arc/arc.opt (mfpu): New option.
17634         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
17635         Renamed.
17636         (adddf3, muldf3, subdf3): Removed.
17637         * config/arc/predicates.md (proper_comparison_operator): Recognize
17638         CC_FPU* modes.
17639         * config/arc/fpu.md: New file.
17640         * doc/invoke.texi (ARC Options): Document mfpu option.
17642 2016-02-16  Richard Biener  <rguenther@suse.de>
17644         PR rtl-optimization/69291
17645         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
17646         noce_operand_ok check.
17648 2016-02-16  Tom de Vries  <tom@codesourcery.com>
17650         PR lto/67709
17651         * omp-low.c (simd_clone_create): Remove call to
17652         symtab->call_cgraph_insertion_hooks.
17654 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17656         PR tree-optimization/69802
17657         * tree-ssa-reassoc.c (update_range_test): If op is
17658         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
17659         op == 1 test of precision 1 integral op, otherwise handle
17660         that case as op itself.  Fix up formatting.
17661         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
17662         up formatting.
17664 2016-02-16  Richard Biener  <rguenther@suse.de>
17666         PR tree-optimization/69586
17667         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
17668         types for conversion sources.
17670 2016-02-16  Richard Biener  <rguenther@suse.de>
17672         PR middle-end/69801
17673         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
17674         mask OEP_ADDRESS_OF.
17676 2016-02-16  Alan Modra  <amodra@gmail.com>
17678         PR target/68973
17679         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
17680         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
17681         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
17682         (p8_mtvsrwz): New.
17683         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
17684         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
17685         (p8_fmrgow_<mode>): Likewise.
17686         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
17687         changes.
17688         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
17689         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
17690         to use movdi_internal64.  Remove op0_di.
17691         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
17693 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
17695         Add support for the FCCMP insn types
17697         * config/aarch64/aarch64.md (fccmp): Change insn type.
17698         (fccmpe): Likewise.
17699         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
17700         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
17701         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
17702         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
17703         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
17704         * config/arm/types.md (fccmps): Add new insn type.
17705         (fccmpd): Likewise.
17707 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17709         * alias.c (get_alias_set): Fix a typo in comment.
17711 2016-02-15  Richard Biener  <rguenther@suse.de>
17713         PR tree-optimization/69595
17714         * match.pd: Complete range test simplification to true.
17716 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
17718         PR rtl-optimization/69648
17719         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
17720         pic_offset_table_rtx.
17722         PR rtl-optimization/69752
17723         * ira.c (update_equiv_regs): When looking for more than a single SET,
17724         also take other side effects into account.
17726 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
17728         * config/s390/s390.c (s390_function_profiler): Add a new sequence
17729         for z900+ CPUs in 31-bit mode.
17731 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
17733         * common/config/s390/s390-common.c (s390_supports_split_stack):
17734         New function.
17735         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
17736         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
17737         * config/s390/s390.c (struct machine_function): New field
17738         split_stack_varargs_pointer.
17739         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
17740         in s390_emit_prologue.
17741         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
17742         vararg pointer.
17743         (morestack_ref): New global.
17744         (SPLIT_STACK_AVAILABLE): New macro.
17745         (s390_expand_split_stack_prologue): New function.
17746         (s390_live_on_entry): New function.
17747         (s390_va_start): Use split-stack vararg pointer if appropriate.
17748         (s390_asm_file_end): Emit the split-stack note sections.
17749         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
17750         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
17751         (UNSPECV_SPLIT_STACK_CALL): New unspec.
17752         (UNSPECV_SPLIT_STACK_DATA): New unspec.
17753         (split_stack_prologue): New expand.
17754         (split_stack_space_check): New expand.
17755         (split_stack_data): New insn.
17756         (split_stack_call): New expand.
17757         (split_stack_call_*): New insn.
17758         (split_stack_cond_call): New expand.
17759         (split_stack_cond_call_*): New insn.
17761 2016-02-15  Richard Biener  <rguenther@suse.de>
17763         PR tree-optimization/69783
17764         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
17765         Add trivially correct cases.
17767 2016-02-15  Tom de Vries  <tom@codesourcery.com>
17769         PR lto/69655
17770         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
17771         do_force_output.
17772         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
17774 2016-02-15  Richard Biener  <rguenther@suse.de>
17776         PR tree-optimization/69776
17777         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
17778         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
17779         indicate whether we can use TBAA to disambiguate against stores.
17780         Use alias-set zero if not.
17781         (visit_reference_op_store): Do not use TBAA when looking up
17782         redundant stores.
17783         * tree-ssa-pre.c (compute_avail): Use TBAA here.
17784         (eliminate_dom_walker::before_dom_children): But not when looking
17785         up redundant stores.
17787 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
17789         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
17791 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17793         *  config/i386/znver1.md
17794         (znver1_pop, znver1_pop_mem,
17795         znver1_load_imov_double_store,
17796         znver1_load_imov_direct_store,
17797         znver1_load_imov_direct_load,
17798         znver1_load_imov_double_load): Add new.
17799         (znver1_insn, znver1_insn_load): Add icmov type.
17800         (znver1_sseavx_fma,
17801         znver1_sseavx_fma_load,
17802         znver1_avx256_fma,
17803         znver1_avx256_fma_load): Fix pipe usage.
17805 2016-02-14  Alan Modra  <amodra@gmail.com>
17807         PR target/68973
17808         * reload.c (find_reloads_address_1): For pre/post-inc/dec
17809         with an invalid hard reg, reload just the reg not the entire
17810         pre/post-inc/dec address expression.
17812 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
17814         PR target/67260
17815         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
17816         fixed R1_REG scratch reg.
17817         (sibcall_value_pcrel_fdpic): Likewise.
17819 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
17821         PR target/67636
17822         PR target/64345
17823         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
17825 2016-02-12  Walter Lee  <walt@tilera.com>
17827         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
17828         * config/tilegx/t-tilegx: Likewise.
17830 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17832         PR other/69554
17833         * diagnostic-show-locus.c (struct line_span): New struct.
17834         (layout::get_first_line): Delete.
17835         (layout::get_last_line): Delete.
17836         (layout::get_num_line_spans): New member function.
17837         (layout::get_line_span): Likewise.
17838         (layout::print_heading_for_line_span_index_p): Likewise.
17839         (layout::get_expanded_location): Likewise.
17840         (layout::calculate_line_spans): Likewise.
17841         (layout::m_first_line): Delete.
17842         (layout::m_last_line): Delete.
17843         (layout::m_line_spans): New field.
17844         (layout::layout): Update comment.  Replace m_first_line and
17845         m_last_line with m_line_spans, replacing their initialization
17846         with a call to calculate_line_spans.
17847         (diagnostic_show_locus): When printing source lines and
17848         annotations, rather than looping over a single span
17849         of lines, instead loop over each line_span within
17850         the layout, with an inner loop over the lines within them.
17851         Call the context's start_span callback when changing line spans.
17852         * diagnostic.c (diagnostic_initialize): Initialize start_span.
17853         (diagnostic_build_prefix): Break out the building of the location
17854         part of the string into...
17855         (diagnostic_get_location_text): ...this new function, rewriting
17856         it from nested ternary expressions to a sequence of "if"
17857         statements.
17858         (default_diagnostic_start_span_fn): New function.
17859         * diagnostic.h (diagnostic_start_span_fn): New typedef.
17860         (diagnostic_context::start_span): New field.
17861         (default_diagnostic_start_span_fn): New prototype.
17863 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17865         PR driver/69779
17866         * gcc.c (driver::finalize): Fix cleanup of "specs".
17868 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17870         PR driver/69265
17871         PR driver/69453
17872         * gcc.c (driver::driver): Initialize m_option_suggestions.
17873         (driver::~driver): Clean up m_option_suggestions.
17874         (suggest_option): Convert to...
17875         (driver::suggest_option): ...this, and split out into
17876         driver::build_option_suggestions and find_closest_string.
17877         (driver::build_option_suggestions): New function, from
17878         first half of suggest_option.  Special-case
17879         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
17880         the sanitizer_opts array.  For options of enum types, add the
17881         various enum values to the candidate strings.
17882         (driver::handle_unrecognized_options): Remove "const".
17883         * gcc.h (driver::handle_unrecognized_options): Likewise.
17884         (driver::build_option_suggestions): New decl.
17885         (driver::suggest_option): New decl.
17886         (driver::m_option_suggestions): New field.
17887         * opts-common.c (add_misspelling_candidates): New function.
17888         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
17889         and make non-static.
17890         * opts.h (sanitizer_opts): New array decl.
17891         (add_misspelling_candidates): New function decl.
17892         * spellcheck.c (find_closest_string): New function.
17893         * spellcheck.h (find_closest_string): New function decl.
17895 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17897         PR rtl-optimization/69764
17898         PR rtl-optimization/69771
17899         * optabs.c (expand_binop_directly): For shift_optab_p, force
17900         convert_modes with VOIDmode if xop1 has VOIDmode.
17902 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
17904         PR target/69729
17905         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
17906         to correctly determine instrumentation thunks.
17908 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17910         PR ipa/69241
17911         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
17912         type by reference, force lhs on the call.
17914         PR ipa/68672
17915         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
17916         Compute retval and retbnd early in all cases if split_part_return_p
17917         and return_bb is not EXIT.  Remove all clobber stmts and reset
17918         all debug stmts that refer to SSA_NAMEs defined in split part,
17919         except if it is retval, in that case replace the old retval with the
17920         lhs of the call to the split part.
17922 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17924         revert:
17925         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17927         PR middle-end/66726
17928         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
17929         whose result is used in PHI.
17930         (maybe_optimize_range_tests): Likewise.
17931         (final_range_test_p): Likweise.
17933 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17935         PR middle-end/66726
17936         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
17937         whose result is used in PHI.
17938         (maybe_optimize_range_tests): Likewise.
17939         (final_range_test_p): Likweise.
17941 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17943         * cgraph.c: Spelling fixes - behaviour -> behavior and
17944         neighbour -> neighbor.
17945         * target.def: Likewise.
17946         * sel-sched.c: Likewise.
17947         * config/mips/mips.c: Likewise.
17948         * config/arc/arc.md: Likewise.
17949         * config/arm/cortex-a57.md: Likewise.
17950         * config/arm/arm.c: Likewise.
17951         * config/arm/neon.md: Likewise.
17952         * config/arm/arm-c.c: Likewise.
17953         * config/vms/vms-c.c: Likewise.
17954         * config/s390/s390.c: Likewise.
17955         * config/i386/znver1.md: Likewise.
17956         * config/i386/i386.c: Likewise.
17957         * config/ia64/hpux-unix2003.h: Likewise.
17958         * config/msp430/msp430.md: Likewise.
17959         * config/rx/rx.c: Likewise.
17960         * config/rx/rx.md: Likewise.
17961         * config/aarch64/aarch64-simd.md: Likewise.
17962         * config/aarch64/aarch64.c: Likewise.
17963         * config/nvptx/nvptx.c: Likewise.
17964         * config/bfin/bfin.c: Likewise.
17965         * config/cris/cris.opt: Likewise.
17966         * config/rs6000/rs6000.c: Likewise.
17967         * target.h: Likewise.
17968         * spellcheck.c: Likewise.
17969         * ira-build.c: Likewise.
17970         * tree-inline.c: Likewise.
17971         * builtins.c: Likewise.
17972         * lra-constraints.c: Likewise.
17973         * explow.c: Likewise.
17974         * hwint.h: Likewise.
17975         * targhooks.c: Likewise.
17976         * tree-vect-data-refs.c: Likewise.
17977         * expr.c: Likewise.
17978         * doc/tm.texi: Likewise.
17979         * doc/extend.texi: Likewise.
17980         * doc/install.texi: Likewise.
17981         * doc/md.texi: Likewise.
17982         * tree-ssa-tail-merge.c: Likewise.
17983         * sched-int.h: Likewise.
17984         * match.pd: Likewise.
17985         * sched-ebb.c: Likewise.
17986         * target.def (omit_struct_return_reg): Likewise.
17987         * gimple-ssa-isolate-paths.c: Likewise.
17988         (find_implicit_erroneous_behaviour): Renamed to...
17989         (find_implicit_erroneous_behavior): ... this.
17990         (find_explicit_erroneous_behaviour): Renamed to...
17991         (find_explicit_erroneous_behavior): ... this.
17992         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
17994 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
17996         PR rtl-optimization/64682
17997         PR rtl-optimization/69567
17998         PR rtl-optimization/69737
17999         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
18000         in I2 as well, just lose it.
18002 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18004         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
18005         New variable.
18006         (aarch64_last_printed_tune_string): Likewise.
18007         (aarch64_declare_function_name): Only output .arch assembler
18008         directive if it will be different from the previously output
18009         directive.  Same for .tune comment but only if -dA is set.
18010         (aarch64_start_file): New function.
18011         (TARGET_ASM_FILE_START): Define.
18013 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
18015         PR plugins/69758
18016         * Makefile.in (PLUGIN_HEADERS): Add params.list.
18018 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
18020         PR target/65313
18021         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
18022         -Wmaybe-uninitialized warning.
18024 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
18026         PR target/69713
18027         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
18029 2016-02-11  Richard Biener  <rguenther@suse.de>
18031         PR rtl-optimization/69291
18032         * ifcvt.c (noce_try_store_flag_constants): Do not allow
18033         subexpressions affected by changing the result.
18035 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
18037         PR target/69148
18038         * lra-constraints.c (curr_insn_transform): Find in/out operands
18039         for secondary memory moves.  Update dups.
18041 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
18043         PR tree-optimization/69652
18044         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
18045         to nested loop, did source re-formatting, skip debug statements,
18046         add check on statement with volatile operand, remove dead scalar
18047         statements.
18049 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
18050             Patrick Palka  <ppalka@gcc.gnu.org>
18052         PR ipa/69241
18053         PR c++/69649
18054         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
18055         calls if the return type is TREE_ADDRESSABLE.
18056         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
18057         * ipa-split.c (split_function): Fix doubled "we" in comment.
18058         Use void return type for the split part even if
18059         !split_point->split_part_set_retval.
18061 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
18063         PR tree-optimization/68021
18064         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
18065         when computing the value of biv cand by itself.
18067 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
18069         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
18070         (cortexa57_tunings): Likewise.
18071         (cortexa72_tunings): Likewise.
18072         (arch_macro_fusion_pair_p): Add support for AES fusion.
18073         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
18074         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
18075         Allow virtual registers before reload so early scheduling works.
18076         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
18077         correct latency and pipeline.
18078         (cortex_a57_crypto_complex): Likewise.
18079         (cortex_a57_crypto_xor): Likewise.
18080         (define_bypass): Add AES bypass.
18082 2016-02-10  Richard Biener  <rguenther@suse.de>
18084         PR tree-optimization/69726
18085         * passes.def: Add DCE pass before late uninit.
18086         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
18087         really fixup if-conversions job.
18089 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
18091         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
18092         (arm_cortex_a57_tune): Likewise.
18093         (aarch_macro_fusion_pair_p): Add support for AES fusion.
18094         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
18096 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
18098         * timevar.def (TV_PHASE_DBGINFO): Delete.
18099         (TV_PHASE_CHECK_DBGINFO): Likewise.
18100         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
18102 2016-02-10  Richard Biener  <rguenther@suse.de>
18104         PR tree-optimization/69719
18105         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18106         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
18108 2016-02-09  Andrew Pinski  <apinski@cavium.com>
18110         PR tree-opt/69282
18111         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
18112         get_vcond_mask_icode returns false.
18114 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
18116         PR target/68404
18117         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
18118         an ADDIS that adds a pointer to a large constant that sets the
18119         upper16 bits with a load operation.
18121 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
18123         PR target/68532
18124         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
18125         order.
18126         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
18127         endian.
18128         (vzipq_s16): Likewise.
18129         (vzipq_s32): Likewise.
18130         (vzipq_f32): Likewise.
18131         (vzipq_u8): Likewise.
18132         (vzipq_u16): Likewise.
18133         (vzipq_u32): Likewise.
18134         (vzipq_p8): Likewise.
18135         (vzipq_p16): Likewise.
18137 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
18139         PR target/68532
18140         * config/arm/arm.c (neon_endian_lane_map): New function.
18141         (neon_vector_pair_endian_lane_map): New function.
18142         (arm_evpc_neon_vuzp): Allow for big endian lane order.
18143         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
18144         endian.
18145         (vuzpq_s16): Likewise.
18146         (vuzpq_s32): Likewise.
18147         (vuzpq_f32): Likewise.
18148         (vuzpq_u8): Likewise.
18149         (vuzpq_u16): Likewise.
18150         (vuzpq_u32): Likewise.
18151         (vuzpq_p8): Likewise.
18152         (vuzpq_p16): Likewise.
18154 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
18156         PR target/69634
18157         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
18158         debug insns.
18160 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
18162         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
18163         truncate const_int operand 1 to QImode.
18165 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
18167         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
18168         corresponding to an abnormal edge.
18170 2016-02-09  Tom de Vries  <tom@codesourcery.com>
18172         PR tree-optimization/69599
18173         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
18174         function.
18175         (find_func_aliases_for_builtin_call, find_func_clobbers)
18176         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
18177         partition.
18179 2016-02-09  Richard Biener  <rguenther@suse.de>
18181         PR tree-optimization/69715
18182         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
18183         LHS on calls as non-rewritable.
18185 2016-02-09  Tom de Vries  <tom@codesourcery.com>
18187         PR lto/69707
18188         * lto-wrapper.c (append_diag_options): New function.
18189         (compile_offload_image): Call append_diag_options.
18191 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
18193         PR other/69722
18194         * doc/extend.texi (Flag Output Operands): Correct sectioning.
18195         Minor copy-edit to fix verb tenses.
18197 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
18199         PR tree-optimization/69209
18200         * ipa-split.c (split_function): If split part is not
18201         returning retval, retval has gimple type but is not
18202         gimple value, force it into a SSA_NAME first.
18204 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
18206         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
18207         outdated section.
18209 2016-02-08  Jason Merrill  <jason@redhat.com>
18211         PR c++/69631
18212         * convert.c (convert_to_integer_1): Check dofold on truncation
18213         distribution.
18214         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
18215         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
18216         Rename from *_nofold.
18217         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
18218         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
18220 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
18222         PR target/60410
18223         * tree.c (build_common_tree_nodes): Remove short_double argument.
18224         All callers changed.
18225         * tree.h (build_common_tree_nodes): Adjust declaration.
18226         * doc/invoke.texi (-fshort-double): Remove documentation.
18227         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
18228         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
18229         * lto-wrapper.c (merge_and_complain, append_compiler_options)
18230         (append_linker_options): Don't handle OPT_fshort_double.
18232         PR rtl-optimization/68730
18233         * lra-remat.c (insn_to_cand_activation): New static variable.
18234         (lra_remat): Allocate and free it.
18235         (create_cand): New arg activation. Initialize a field in
18236         insn_to_cand_activation if it is nonnull.
18237         (create_cands): Pass the activation insn to create_cand when making
18238         a candidate involving an output reload.  Reorganize code a little.
18239         (do_remat): Keep track of active status of candidates in a separate
18240         bitmap.
18242 2016-02-08  Richard Biener  <rguenther@suse.de>
18244         PR tree-optimization/69719
18245         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18246         Properly use absolute of the difference of the two offsets to
18247         compare or adjust the segment length.
18249 2016-02-08  Richard Biener  <rguenther@suse.de>
18250             Jeff Law  <law@redhat.com>
18252         PR target/68273
18253         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
18254         types for anonymous SSA names.
18256 2016-02-08   Richard Biener  <rguenther@suse.de>
18258         PR rtl-optimization/69274
18259         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
18261 2016-02-08  Jeff Law  <law@redhat.com>
18263         PR tree-optimization/65917
18264         * tree-ssa-dom.c (record_temporary_equivalences): Record both
18265         equivalences from if (x == y) style conditionals.
18266         (loop_depth_of_name): Remove.
18267         (record_equality): Remove loop depth check.
18268         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
18269         (const_and_copies::record_const_or_copy_raw): New member function.
18270         * tree-ssa-scopedtables.c
18271         (const_and_copies::record_const_or_copy_raw): New, factored out of
18272         (const_and_copies::record_const_or_copy): Call new member function.
18274 2016-02-05  Jeff Law  <law@redhat.com>
18276         PR tree-optimization/68541
18277         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
18278         (count_stmts_in_block): New function.
18279         (poor_ifcvt_candidate_code): Likewise.
18280         (is_feasible_trace): Add some heuristics to determine when path
18281         splitting is profitable.
18282         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
18283         is a diamond with a single exit.
18285 2016-02-05  Martin Sebor  <msebor@redhat.com>
18287         PR c++/69662
18288         * doc/invoke.texi: Update -Wplacement-new to take an optional
18289         argument.
18291 2016-02-06  Richard Henderson  <rth@redhat.com>
18293         PR c/69643
18294         * tree.c (tree_nop_conversion_p): Do not strip casts into or
18295         out of non-standard address spaces.
18297 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
18299         PR rtl-optimization/69691
18300         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
18302 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
18304         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
18305         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
18306         (*ieee128_mfvsrd_64bit): Likewise.
18307         (*ieee128_mfvsrd_32bit): Likewise.
18309 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
18311         PR target/69369
18312         Revert r232560:
18313         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18315         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
18316         instrumented_version.
18318 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
18320         * doc/invoke.texi (Optimize Options): In table of --param options
18321         rename second occurrence of tracer-min-branch-ratio to
18322         tracer-min-branch-probability, rename
18323         tracer-min-branch-ratio-feedback to
18324         tracer-min-branch-probability-feedback and clarify description,
18325         rename sched-spec-state-edge-prob-cutoff to
18326         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
18327         to selsched-insns-to-rename, rename lto-minpartition to
18328         lto-min-partition, delete reorder-blocks-duplicate and
18329         reorder-blocks-duplicate-feedback.
18331 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18333         * config/s390/s390.c (s390_register_info_set_ranges): Remove
18334         superfluous loops.
18336 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18338         * doc/extend.texi: S/390: Correct some typos.
18340 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18342         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
18344 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18346         PR target/69625
18347         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
18348         (s390_register_info_gprtofpr): Use new macros above.
18349         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
18350         its name.
18351         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
18352         its name.  Adjust restore and save gpr ranges.
18353         (s390_register_info_set_ranges): New function.
18354         (s390_register_info): Use new macros above.  Call
18355         s390_register_info_set_ranges.
18356         (s390_optimize_register_info): Likewise.
18357         (s390_hard_regno_rename_ok): Use new macros.
18358         (s390_hard_regno_scratch_ok): Likewise.
18359         (s390_emit_epilogue): Likewise.
18360         (s390_can_use_return_insn): Likewise.
18361         (s390_optimize_prologue): Likewise.
18362         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
18364 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
18366         PR bootstrap/69677
18367         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
18368         alignment fixes.
18369         (ix86_option_override_internal): Disable TARGET_STV even for
18370         -m{incoming,preferred}-stack-boundary=3.
18372 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18374         * config.gcc: Mark deprecated rtems targets as obsolete.
18376 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
18378         PR rtl-optimization/64682
18379         PR rtl-optimization/69567
18380         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
18381         before I2 only if the register is both used and set in I2.
18383 2016-02-04  DJ Delorie  <dj@redhat.com>
18385         * config/msp430/msp430.c (msp430_start_function): Add function type.
18387 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
18389         PR fortran/69368
18390         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
18392 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
18394         PR rtl-optimization/69577
18395         Revert:
18396         2015-10-29  Richard Henderson  <rth@redhat.com>
18398         PR target/68124
18399         PR rtl-opt/67609
18400         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
18401         sse check to the exact conditions of PR 67609.
18403 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
18405         PR target/69667
18406         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
18407         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
18408         not allowed into the traditional Altivec registers.
18409         (movtd_64bit_nodm): Likewise.
18410         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
18412 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
18414         * config/aarch64/cortex-a57-fma-steering.c
18415         (aarch64_register_fma_steering): Remove "static" from arguments
18416         to register_pass.
18418 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
18420         PR target/69619
18421         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
18422         twice when complex.
18424 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
18426         * doc/invoke.texi: Delete -mno-fma4.
18428 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
18430         PR rtl-optimization/69577
18431         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
18432         (find_subregs_of_mode): Update accordingly.  Iterate over partial
18433         definitions.
18435 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
18437         * config/arm/arm-protos.h (neon_reinterpret): Remove.
18438         * config/arm/arm.c (neon_reinterpret): Remove.
18439         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
18440         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
18441         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
18442         vreinterpretti): Remove.
18443         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
18444         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
18445         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
18446         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
18447         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
18448         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
18449         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
18450         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
18451         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
18452         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
18453         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
18454         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
18455         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
18456         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
18457         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
18458         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
18459         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
18460         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
18461         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
18462         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
18463         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
18464         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
18465         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
18466         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
18467         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
18468         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
18469         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
18470         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
18471         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
18472         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
18473         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
18474         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
18475         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
18476         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
18477         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
18478         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
18479         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
18480         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
18481         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
18482         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
18483         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
18484         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
18485         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
18486         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
18487         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
18488         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
18489         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
18490         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
18491         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
18492         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
18493         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
18494         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
18495         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
18496         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
18497         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
18498         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
18499         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
18500         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
18501         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
18502         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
18503         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
18504         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
18505         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
18506         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
18507         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
18508         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
18509         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
18510         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
18511         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
18512         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
18513         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
18514         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
18515         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
18516         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
18517         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
18518         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
18519         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
18520         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
18521         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
18522         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
18523         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
18524         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
18525         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
18526         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
18527         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
18528         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
18529         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
18530         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
18531         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
18532         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
18533         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
18534         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
18535         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
18536         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
18537         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
18538         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
18539         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
18540         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
18541         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
18542         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
18543         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
18544         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
18545         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
18547 2016-02-04  Martin Liska  <mliska@suse.cz>
18549         PR sanitizer/69276
18550         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
18551         that are gimple_store_p.
18552         (maybe_instrument_call): Likewise.
18554 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
18556         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
18557         register scaling out of memory reference and comment why.
18559 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18561         PR target/65932
18562         PR target/67714
18563         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
18564         folding the source of a SET.
18566 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18568         PR target/65932
18569         PR target/67714
18570         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
18571         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
18573 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
18575         PR target/65932
18576         PR target/67714
18577         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
18578         HImode.
18580 2016-02-04  Christian Bruel  <christian.bruel@st.com>
18582         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
18583         * config/arm/arm.c (arm_set_current_function): Likewise.
18585 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
18586             Ilya Enkovich  <enkovich.gnu@gmail.com>
18587             H.J. Lu  <hongjiu.lu@intel.com>
18589         PR target/69454
18590         * config/i386/i386.c (convert_scalars_to_vector): Remove
18591         stack alignment fixes.
18592         (ix86_option_override_internal): Disable TARGET_STV if stack
18593         might not be aligned enough.
18594         (ix86_minimum_alignment): Assert that TARGET_STV is false.
18596 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
18598         * config/i386/x86-tune.def: Disable default prefetching
18599         for -march=znver1.
18601 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
18602             Vladimir Makarov  <vmakarov@redhat.com>
18604         PR target/69461
18605         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
18606         in validating fused toc addresses.
18608 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
18610         PR c/69627
18611         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
18612         range->m_caret fields if range->m_show_caret_p is false.
18614         PR target/69644
18615         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
18616         Force oldval into register if it does not satisfy reg_or_short_operand
18617         predicate.  Fix up formatting.
18619 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
18620             Alexandre Oliva  <aoliva@redhat.com>
18622         PR target/69461
18623         * lra-constraints.c (simplify_operand_subreg): Check additionally
18624         address validity after potential reloading.
18625         (process_address_1): Check insns validity.  In case of failure do
18626         nothing.
18628 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
18630         PR target/69118
18631         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
18632         Fix target.
18634 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
18636         * wide-int.cc (canonize_uhwi): New function.
18637         (wi::divmod_internal): Use it.
18639 2016-02-02  James Norris  <jnorris@codesourcery.com
18641         * gimplify.c (omp_notice_variable): Add usage check.
18643 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
18645         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
18646         like LE, GE, LT, GT when emitting relational operator.
18648 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
18650         * ira-costs.c (find_costs_and_classes): Add extra argument.
18651         * target.def (ira_change_pseudo_allocno_class): Add parameter.
18652         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
18653         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
18654         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
18655         Add best_class parameter, and return it if not ALL_REGS.
18656         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
18657         Add parameter.
18658         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
18659         Update target hook.
18661 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
18663         * config/aarch64/aarch64.c
18664         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
18665         (aarch64_ira_change_pseudo_allocno_class): New function.
18667 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
18669         PR target/67032
18670         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
18672 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
18674         * config/avr/avr.c (avr_option_override): Set
18675         PARAM_ALLOW_STORE_DATA_RACES to 1.
18677 2016-02-02  Richard Biener  <rguenther@suse.de>
18679         PR tree-optimization/69595
18680         * match.pd: Add range test simplifications to true/false.
18682 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
18684         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
18685         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
18686         instead.
18688 2016-02-02  Richard Biener  <rguenther@suse.de>
18690         PR tree-optimization/69606
18691         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
18692         info on the result before moving a stmt.
18694 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
18696         PR middle-end/68542
18697         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
18698         branch with vector comparison.
18699         * config/i386/sse.md (VI48_AVX): New mode iterator.
18700         (define_expand "cbranch<mode>4): Add support for conditional branch
18701         with vector comparison.
18702         * tree-vect-loop.c (optimize_mask_stores): New function.
18703         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
18704         has_mask_store field of vect_info.
18705         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
18706         vectorized loops having masked stores after vec_info destroy.
18707         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
18708         correspondent macros.
18709         (optimize_mask_stores): Add prototype.
18711 2016-02-02  Alan Modra  <amodra@gmail.com>
18713         PR target/69548
18714         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
18715         allow subregs.
18717 2016-02-02  Alan Modra  <amodra@gmail.com>
18719         PR target/68662
18720         * config/rs6000/rs6000.c (need_toc_init): New var, set it
18721         whenever toc_label_name used.
18722         (rs6000_file_start): Don't set up toc section here,
18723         (rs6000_output_function_epilogue): do so here instead,
18724         (rs6000_xcoff_file_start): and here.
18725         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
18726         (load_toc_aix_di): Likewise.
18728 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18730         PR rtl-optimization/69592
18731         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
18732         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
18733         (num_sign_bit_copies_binary_arith_p): New inline function.
18734         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
18736 2016-02-01  Jeff Law  <law@redhat.com>
18738         PR tree-optimization/69580
18739         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
18740         * tree-ssa-threadbackward.c
18741         (fsm_find_control_statement_thread_paths): Do not try to walk
18742         through large PHI nodes.
18744 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18746         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
18747         when count is incremented above limit, don't analyze further
18748         insns afterwards.
18750         * omp-low.c (oacc_parse_default_dims): Avoid
18751         -Wsign-compare warning, make sure value fits into int
18752         rather than just unsigned int.
18754 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
18756         PR tree-optimization/67921
18757         * fold-const.c (split_tree): New parameters.  Convert pointer
18758         type variable part to proper type before negating.
18759         (fold_binary_loc): Pass new arguments to split_tree.
18761 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
18763         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
18764         (nvptx_goacc_validate_dims): Extend to handle global defaults.
18765         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
18766         * doc/tm.texti: Rebuilt.
18767         * doc/invoke.texi (fopenacc-dim): Document.
18768         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
18769         (append_compiler_options): Likewise.
18770         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
18771         (oacc_parse_default_dims): New.
18772         (oacc_validate_dims): Add USED arg.  Select non-unity default when
18773         possible.
18774         (oacc_loop_fixed_partitions): Return mask of used partitions.
18775         (oacc_loop_auto_partitions): Emit dump info.
18776         (oacc_loop_partition): Return mask of used partitions.
18777         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
18778         loop partitioning and validation calls.
18780 2016-02-01  Richard Biener  <rguenther@suse.de>
18782         PR middle-end/69556
18783         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
18785 2016-02-01  Richard Biener  <rguenther@suse.de>
18787         PR tree-optimization/69574
18788         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
18789         of asserting return chrec_dont_know.
18791 2016-02-01  Martin Liska  <mliska@suse.cz>
18793         * mem-stats-traits.h: Add copyright header.
18794         * mem-stats.h: Likewise.
18796 2016-02-01  Richard Biener  <rguenther@suse.de>
18798         PR tree-optimization/69579
18799         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
18800         Do not propagate through abnormal PHI results.
18802 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
18804         * postreload.c (reload_cse_simplify): Remove dead code.
18806 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18808         PR rtl-optimization/69570
18809         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
18810         if there is more than one set, not if there is a single set.
18812 2016-02-01  Richard Henderson  <rth@redhat.com>
18814         PR rtl-opt/69535
18815         * combine.c (make_compound_operation): When looking through a
18816         subreg, make sure to re-extend to the width of the outer mode.
18818 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
18820         PR tree-optimization/69546
18821         * wide-int.cc (wi::divmod_internal): For unsigned division
18822         where both operands fit into uhwi, if o1 is 1 and o0 has
18823         msb set, if divident_prec is larger than bits per hwi,
18824         clear another quotient word and return 2 instead of 1.
18825         Similarly for remainder with msb in HWI set, if dividend_prec
18826         is larger than bits per hwi.
18828 2016-01-29  Martin Jambor  <mjambor@suse.cz>
18830         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
18831         Use short lowercase names.
18832         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
18833         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
18834         acq_rel one.  Protect warning agains segfaults if
18835         get_memory_order_name returns NULL.
18836         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
18837         with release semantics.  Do not warn if get_memory_order already did.
18838         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
18839         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
18840         if get_memory_order already did.
18842 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
18844         * doc/install.texi: Document that isl-0.16 is supported.
18846 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
18848         PR target/69299
18849         * config/i386/constraints.md (Bm): Describe as special memory
18850         constraint.
18851         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
18852         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18853         * genpreds.c (struct constraint_data): Add is_special_memory.
18854         (have_special_memory_constraints, special_memory_start): New
18855         static vars.
18856         (special_memory_end): Ditto.
18857         (add_constraint): Add new arg is_special_memory.  Add code to
18858         process its true value.  Update have_special_memory_constraints.
18859         (process_define_constraint): Pass the new arg.
18860         (process_define_register_constraint): Ditto.
18861         (choose_enum_order): Process special memory.
18862         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
18863         function insn_extra_special_memory_constraint.
18864         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18865         * gensupport.c (process_rtx): Process
18866         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18867         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
18868         * ira-lives.c (single_reg_class): Use
18869         insn_extra_special_memory_constraint.
18870         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
18871         * lra-constraints.c (process_alt_operands): Ditto.
18872         (curr_insn_transform): Use insn_extra_special_memory_constraint.
18873         * recog.c (asm_operand_ok, preprocess_constraints): Process
18874         CT_SPECIAL_MEMORY.
18875         * reload.c (find_reloads): Ditto.
18876         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
18877         * stmt.c (parse_input_constraint): Use
18878         insn_extra_special_memory_constraint.
18880 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18882         PR target/69530
18883         * lra-splill.c (lra_final_code_change): Revert r229087 by
18884         removing all sub-registers.
18886 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
18888         PR target/65604
18889         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
18891 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
18893         PR target/69551
18894         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
18895         SSE1, copy target into the temporary reg first before recursing
18896         on it.
18898 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18900         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
18901         with vm.
18903 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
18905         * ginclude/stdarg.h: Test __cplusplus instead of
18906         __GXX_EXPERIMENTAL_CXX0X__.
18908 2016-01-29  Richard Biener  <rguenther@suse.de>
18910         PR tree-optimization/69547
18911         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
18912         Do not mark clobbers necessary.
18913         (mark_all_reaching_defs_necessary_1): Likewise.
18915 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18917         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
18918         declaration name with %qs and print it in both error messages.
18919         Also fix indentation.
18921 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18923         PR other/69006
18924         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
18925         trailing blank line from error message.
18927 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
18929         PR c++/69462
18930         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
18931         for C++-11.
18933 2016-01-29  Richard Biener  <rguenther@suse.de>
18935         PR middle-end/69537
18936         * match.pd: Allow all integral types when simplifying a
18937         widening or sign-changing conversion.
18939 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
18941         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
18942         back to setting codegen_error to fail codegen.
18944 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
18946         PR target/69459
18947         * config/i386/constraints.md (C): Only accept constant zero operand.
18948         (BC): New constraint.
18949         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
18950         instead of C constraint.
18951         * doc/md.texi (Machine Constraints): Update description
18952         of C constraint.
18954 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
18956         PR target/68400
18957         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
18959 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
18961         PR middle-end/69542
18962         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
18963         non-debug insns.
18965 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
18967         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
18968         branches if using guessed profile.
18970 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
18972         * graphite-optimize-isl.c (optimize_isl): Fix dump.
18974 2016-01-28  Richard Henderson  <rth@redhat.com>
18976         PR target/69305
18977         * config/aarch64/aarch64-modes.def (CC_Cmode): New
18978         * config/aarch64/aarch64-protos.h: Update.
18979         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
18980         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
18981         (aarch64_get_condition_code_1): Handle CC_Cmode.
18982         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
18983         (*add<mode>3_compareC_cconly_imm): New.
18984         (*add<mode>3_compareC_cconly): New.
18985         (*add<mode>3_compareC_imm): New.
18986         (add<mode>3_compareC): New.
18987         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
18988         to be first.  Use aarch64_carry_operation.
18989         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
18990         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
18991         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
18992         (subti3): Use subdi3_compare1.
18993         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
18994         (sub<mode>3_compare1): New.
18995         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
18996         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
18997         (*subsi3_carryin_uxtw): Likewise.
18998         (*ngc<mode>, *ngcsi_uxtw): Likewise.
18999         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
19000         * config/aarch64/iterators.md (DWI): New.
19001         * config/aarch64/predicates.md (aarch64_carry_operation): New.
19002         (aarch64_borrow_operation): New.
19004 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
19006         * graphite-optimize-isl.c (optimize_isl): Print a different debug
19007         message when isl does not return a valid schedule.
19009 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
19011         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
19012         Remove comments from class declarations: they are already in the code
19013         close by the defs.
19015 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
19017         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
19018         codegen_error_p.
19019         (ternary_op_to_tree): Same.
19020         (unary_op_to_tree): Same.
19021         (nary_op_to_tree): Same.
19022         (gcc_expression_from_isl_expr_op): Same.
19023         (gcc_expression_from_isl_expression): Same.
19024         (graphite_create_new_loop): Same.
19025         (graphite_create_new_loop_guard): Same.
19026         (build_iv_mapping): Same.
19027         (graphite_create_new_guard): Same.
19028         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
19029         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
19031 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
19033         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
19034         instead of setting codegen_error to fail codegen.
19036 2016-01-28  Jason Merrill  <jason@redhat.com>
19038         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
19040 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
19042         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
19043         Remove CONST_INT_P check in CCMP cost calculation.
19045 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
19047         * config/aarch64/aarch64.c (generic_vector_cost):
19048         Set vec_permute_cost.
19049         (cortexa57_vector_cost): Likewise.
19050         (exynosm1_vector_cost): Likewise.
19051         (xgene1_vector_cost): Likewise.
19052         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
19053         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
19054         Add vec_permute_cost entry.
19056 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
19058         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
19059         immediate as %1.
19060         (add<mode>3_compare0): Likewise.
19061         (addsi3_compare0_uxtw): Likewise.
19062         (add<mode>3nr_compare0): Likewise.
19063         (compare_neg<mode>): Likewise.
19064         (<optab><mode>3): Likewise.
19066 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
19068         * tree-vect-stmts.c (vectorizable_comparison): Add
19069         NULL check for vectype.
19071 2016-01-28  Richard Biener  <rguenther@suse.de>
19073         PR tree-optimization/69466
19074         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
19075         Account for PHIs we couldn't duplicate.
19077 2016-01-28  Martin Liska  <mliska@suse.cz>
19079         PR pch/68758
19080         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
19081         instead of ENABLE_VALGRIND_CHECKING.
19083 2016-01-27  Richard Henderson  <rth@redhat.com>
19085         PR rtl-opt/69447
19086         * lra-remat.c (subreg_regs): New.
19087         (dump_candidates_and_remat_bb_data): Dump it.
19088         (operand_to_remat): Reject if operand in subreg_regs.
19089         (set_bb_regs): Collect subreg_regs.
19090         (lra_remat): Init and free subreg_regs.  Compute
19091         calculate_local_reg_remat_bb_data before create_cands.
19093 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
19095         PR target/68986
19096         * config/i386/i386.c (ix86_update_stack_boundary): Don't
19097         change stack_alignment_needed for __tls_get_addr call.
19099 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
19101         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
19103 2016-01-27  Jeff Law  <law@redhat.com>
19105         PR tree-optimization/68398
19106         PR tree-optimization/69196
19107         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
19108         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
19109         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19110         Only count PHIs in the last block in the path.  The others will
19111         const/copy propagate away.  Add heuristic to allow more irreducible
19112         subloops to be created when it is likely profitable to do so.
19114         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19115         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
19116         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
19118 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
19120         PR lto/69254
19121         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
19122         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
19123         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
19124         * tree-streamer-in.c: Include asan.h.
19125         (streamer_get_builtin_tree): For builtins in sanitizer
19126         range call initialize_sanitizer_builtins and retry.
19128 2016-01-27  Ian Lance Taylor  <iant@google.com>
19130         * common.opt (fkeep-gc-roots-live): New undocumented option.
19131         * tree-ssa-loop-ivopts.c (add_candidate_1): If
19132         -fkeep-gc-roots-live, skip pointers.
19133         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
19134         NULL.
19136 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
19138         PR target/69512
19139         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
19140         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
19142 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
19144         PR target/68380
19145         * configure.ac: NetBSD provides SSP in its C library.
19146         * configure: Updated.
19148 2016-01-27  Richard Biener  <rguenther@suse.de>
19150         PR tree-optimization/69166
19151         * tree-vect-loop.c (vect_is_simple_reduction): Always check
19152         reduction code for commutativity / associativity.
19154 2016-01-27  Martin Jambor  <mjambor@suse.cz>
19156         PR tree-optimization/69355
19157         * tree-sra.c (analyze_access_subtree): Correct hole detection when
19158         total_scalarization fails.
19160 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
19162         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
19163         power9.
19165 2016-01-27  Christian Bruel  <christian.bruel@st.com>
19167         PR target/69245
19168         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
19169         Move arm_reset_previous_fndecl and set_target_option_current_node in
19170         the conditional part.  Call save_restore_target_globals.
19171         * config/arm/arm.c (arm_set_current_function):
19172         Refactor to better support #pragma target and attribute mix.
19173         Call save_restore_target_globals.
19174         * config/arm/arm-protos.h (save_restore_target_globals): New function.
19176 2016-01-27  Martin Liska  <mliska@suse.cz>
19178         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
19179         reference for an HSA kernel and its host function.
19181 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
19183         PR tree-optimization/69399
19184         * wide-int.h (wi::lrshift): For larger precisions, only
19185         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
19187 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
19189         * config/arc/predicates.md (proper_comparison_operator): Reject
19190         constant-constant comparison.
19192 2016-01-26  Tom de Vries  <tom@codesourcery.com>
19194         PR tree-optimization/69110
19195         * tree-data-ref.c (initialize_data_dependence_relation): Handle
19196         DR_NUM_DIMENSIONS == 0.
19198 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
19199             Sebastian Pop  <s.pop@samsung.com>
19201         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
19202         isl_ast_op_cond and isl_ast_op_select.
19203         (gcc_expression_from_isl_expr_op): Same.
19205 2016-01-26  Jason Merrill  <jason@redhat.com>
19207         PR c++/68782
19208         * tree.c (recompute_constructor_flags): Split out from
19209         build_constructor.
19210         (verify_constructor_flags): New.
19211         * tree.h: Declare them.
19213 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
19215         PR rtl-optimization/69217
19216         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
19217         are no TYPE_FIELDS set for the record type.
19219 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19221         PR target/68662
19222         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
19223         toc_label_name unconditionally.
19224         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
19225         SYMBOL_REF string.  Use toc_label_name instead of constructing
19226         LCTOC1.
19227         (rs6000_elf_declare_function_name): Use toc_label_name instead of
19228         constructing LCTOC1.
19230 2016-01-26  Martin Sebor  <msebor@redhat.com>
19232         PR other/69477
19233         * doc/extend.texi (Common Type Attributes): Move text that talks about
19234         attribute packed from attribute aligned to the section discussing
19235         the former attribute for clarity.
19237 2016-01-26  Richard Henderson  <rth@redhat.com>
19239         PR middle-end/60908
19240         * trans-mem.c (tm_region_init): Mark entry block as visited.
19242 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
19244         PR other/69006
19245         * diagnostic-show-locus.c (layout::print_source_line): Replace
19246         call to pp_newline with call to layout::print_newline.
19247         (layout::print_annotation_line): Likewise.
19248         (layout::move_to_column): Likewise.
19249         (layout::print_any_fixits): After printing any fixits, print a
19250         trailing newline, if necessary.
19251         (layout::print_newline): New method, resetting any colorization
19252         before a newline.
19253         (diagnostic_show_locus): Move the pp_newline to before the
19254         early bailout.  Remove dummy block enclosing the layout instance.
19255         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
19256         of pp_newline_and_flush with pp_flush.
19257         (diagnostic_append_note): Delete use of pp_newline.
19258         (diagnostic_append_note_at_rich_loc): Delete.
19259         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
19260         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
19261         when newline characters are added to the buffer.
19263 2016-01-26  Michael Matz  <matz@suse.de>
19265         * configure.ac (ac_cv_std_swap_in_utility): New test.
19266         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
19267         * configure: Regenerate.
19268         * config.in: Regenerate.
19270 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
19272         * config/arc/arc.md (cstoresi4): Force operand into register.
19273         (arcset<code>): Fix predicate.
19274         (arcsetltu): Likewise.
19275         (arcsetgeu): Likewise.
19276         (arcsethi): Likewise.
19277         (arcsetls): Likewise.
19279 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19281         PR tree-optimization/69483
19282         * gimple-fold.c (canonicalize_constructor_val): Return NULL
19283         if base has error_mark_node type.
19285 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
19287         PR target/68620
19288         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
19289         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
19290         New helper macros.
19291         (vget_lane_f16): Handle big-endian.
19292         (vgetq_lane_f16): Likewise.
19293         (vset_lane_f16): Likewise.
19294         (vsetq_lane_f16): Likewise.
19295         * config/arm/iterators.md (VQXMOV): Add V8HF.
19296         (VDQ): Add V4HF and V8HF.
19297         (V_reg): Handle V4HF and V8HF.
19298         (Is_float_mode): Likewise.
19299         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
19300         neon_vdup_nv8hf): New patterns.
19301         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
19302         Use VD_LANE iterator.
19303         (neon_vld1_dup<mode>): Use VQ2 iterator.
19305 2016-01-26  Nathan Sidwell  <nathan@acm.org>
19307         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
19308         (set_oacc_fn_attrib): Add IS_KERNEL arg.
19309         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
19310         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
19311         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
19312         (oacc_validate_dims): Add LEVEL arg, don't return level.
19313         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
19314         oacc_validate_dims.
19315         (execute_oacc_device_lower): Adjust, add more dump output.
19316         * tree-ssa-loop.c (gate_oacc_kernels): Use
19317         oacc_fn_attrib_kernels_p.
19318         * tree-parloops.c (create_parallel_loop): Adjust
19319         set_oacc_fn_attrib call.
19321 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19323         PR lto/69254
19324         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
19325         (append_compiler_options): Handle -fcilkplus.
19326         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
19328 2016-01-26  Nick Clifton  <nickc@redhat.com>
19330         PR target/66655
19331         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
19332         been marked as DECL_ONE_ONLY but we do not the means to make it
19333         so, then do not allow it to bind locally.
19335 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19337         PR lto/69254
19338         * opts.h (parse_sanitizer_options): New prototype.
19339         * opts.c (sanitizer_opts): New array.
19340         (parse_sanitizer_options): New function.
19341         (common_handle_option): Use parse_sanitizer_options.
19343 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
19345         PR target/68986
19346         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
19347         alignment adjustment to ...
19348         (ix86_update_stack_boundary): Here.  Don't over-align stack for
19349         __tls_get_addr.
19350         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
19351         if __tls_get_addr is called.
19353 2016-01-26  Christian Bruel  <christian.bruel@st.com>
19355         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
19357 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
19359         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
19361 2016-01-26  Richard Biener  <rguenther@suse.de>
19363         PR middle-end/69467
19364         * match.pd: Guard X * CST CMP 0 pattern with single_use.
19366 2016-01-26  Richard Biener  <rguenther@suse.de>
19368         PR tree-optimization/69452
19369         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
19370         (move_computations_dom_walker::before_dom_children): Rename
19371         to ...
19372         (move_computations_worker): This.
19373         (move_computations): Perform an RPO rather than a DOM walk.
19375 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19377         PR target/69442
19378         * combine.c (combine_instructions): For REG_EQUAL note with
19379         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
19380         to the underlying register.
19381         * doc/rtl.texi (REG_EQUAL): Document the behavior of
19382         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
19384 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
19386         PR target/67896
19387         * config/aarch64/aarch64-builtins.c
19388         (aarch64_init_simd_builtin_types): Do not set structural
19389         equality to __Poly{8,16,64,128}_t types.
19391 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
19393         PR tree-optimization/69400
19394         * wide-int.cc (wi_pack): Take the precision as argument and
19395         perform canonicalization here rather than in the callers.
19396         Use the main loop to handle all full-width HWIs.  Add a
19397         zero HWI if in_len isn't a full result.
19398         (wi::divmod_internal): Update accordingly.
19399         (wi::mul_internal): Likewise.  Simplify.
19401 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
19402             Sebastian Pop  <s.pop@samsung.com>
19404         * graphite-poly.c (apply_poly_transforms): Simplify.
19405         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
19406         (print_isl_map): Same.
19407         (print_isl_union_map): Same.
19408         (print_isl_schedule): New.
19409         (debug_isl_schedule): New.
19410         * graphite-dependences.c (scop_get_reads): Do not call
19411         isl_union_map_add_map that is undocumented isl functionality.
19412         (scop_get_must_writes): Same.
19413         (scop_get_may_writes): Same.
19414         (scop_get_original_schedule): Remove.
19415         (scop_get_dependences): Do not call isl_union_map_compute_flow that
19416         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
19417         (compute_deps): Remove.
19418         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
19419         (debug_schedule_ast): New.
19420         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
19421         set_separate_option.
19422         (graphite_regenerate_ast_isl): Add dump.
19423         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
19424         from scop->transformed_schedule.
19425         (graphite_regenerate_ast_isl): Add more dump.
19426         * graphite-optimize-isl.c (optimize_isl): Set
19427         scop->transformed_schedule.  Check whether schedules are equal.
19428         (apply_poly_transforms): Move here.
19429         * graphite-poly.c (apply_poly_transforms): ... from here.
19430         (free_poly_bb): Static.
19431         (free_scop): Static.
19432         (pbb_number_of_iterations_at_time): Remove.
19433         (print_isl_ast): New.
19434         (debug_isl_ast): New.
19435         (debug_scop_pbb): New.
19436         * graphite-scop-detection.c (print_edge): Move.
19437         (print_sese): Move.
19438         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
19439         (build_scop_scattering): Remove.
19440         (create_pw_aff_from_tree): Assert instead of bailing out.
19441         (add_condition_to_pbb): Remove unused code, do not fail.
19442         (add_conditions_to_domain): Same.
19443         (add_conditions_to_constraints): Remove.
19444         (build_scop_context): New.
19445         (add_iter_domain_dimension): New.
19446         (build_iteration_domains): Initialize pbb->iterators.
19447         Call add_conditions_to_domain.
19448         (nested_in): New.
19449         (loop_at): New.
19450         (index_outermost_in_loop): New.
19451         (index_pbb_in_loop): New.
19452         (outermost_pbb_in): New.
19453         (add_in_sequence): New.
19454         (add_outer_projection): New.
19455         (outer_projection_mupa): New.
19456         (add_loop_schedule): New.
19457         (build_schedule_pbb): New.
19458         (build_schedule_loop): New.
19459         (embed_in_surrounding_loops): New.
19460         (build_schedule_loop_nest): New.
19461         (build_original_schedule): New.
19462         (build_poly_scop): Call build_original_schedule.
19463         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
19464         (free_poly_dr): Remove.
19465         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
19466         (free_poly_bb): Remove.
19467         (debug_loop_vec): Remove.
19468         (print_isl_ast): Declare.
19469         (debug_isl_ast): Declare.
19470         (scop_do_interchange): Remove.
19471         (scop_do_strip_mine): Remove.
19472         (scop_do_block): Remove.
19473         (flatten_all_loops): Remove.
19474         (optimize_isl): Remove.
19475         (pbb_number_of_iterations_at_time): Remove.
19476         (debug_scop_pbb): Declare.
19477         (print_schedule_ast): Declare.
19478         (debug_schedule_ast): Declare.
19479         (struct scop): Remove schedule.  Add original_schedule,
19480         transformed_schedule.
19481         (free_gimple_poly_bb): Remove.
19482         (print_generated_program): Remove.
19483         (debug_generated_program): Remove.
19484         (unify_scattering_dimensions): Remove.
19485         * sese.c (print_edge): ... here.
19486         (print_sese): ... here.
19487         (debug_edge): ... here.
19488         (debug_sese): ... here.
19489         * sese.h (print_edge): Declare.
19490         (print_sese): Declare.
19491         (dump_edge): Declare.
19492         (dump_sese): Declare.
19494 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
19495             Sebastian Pop  <s.pop@samsung.com>
19497         * Makefile.in: Set ISLVER in site.exp.
19499 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
19501         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
19502         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
19503         through DECL_VALUE_EXPR for expansion.
19505 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19507         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
19508         the frame info after reload completed.
19510 2016-01-25  Jeff Law  <law@redhat.com>
19512         PR tree-optimization/69196
19513         PR tree-optimization/68398
19514         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
19515         tree-ssa-threadupdate.c.
19516         (determine_bb_domination_status): Prototype
19517         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
19518         (determine_bb_domination_status): No longer static.
19519         (valid_jump_thread_path): Remove code to detect characteristics
19520         of the jump thread path not associated with correctness.
19521         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
19522         Correct test for thread path length.  Count PHIs for real operands as
19523         statements that need to be copied.  Do not count ASSERT_EXPRs.
19524         Look at all the blocks in the thread path.  Compute and selectively
19525         filter thread paths based on threading through the latch, threading
19526         a multiway branch or crossing a multiway branch.
19528 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19530         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
19531         decl with __attribute__ ((unused)) annotation.
19533 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
19535         PR target/69421
19536         * tree-vect-stmts.c (vectorizable_condition): Check vectype
19537         of operands is compatible with a statement vectype.
19539 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
19541         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
19542         improve wording for mixed storage order support.
19544 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
19546         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
19547         (vcvt_u64_f64): Likewise.
19548         (vcvta_s64_f64): Likewise.
19549         (vcvta_u64_f64): Likewise.
19550         (vcvtm_s64_f64): Likewise.
19551         (vcvtm_u64_f64): Likewise.
19552         (vcvtn_s64_f64): Likewise.
19553         (vcvtn_u64_f64): Likewise.
19554         (vcvtp_s64_f64): Likewise.
19555         (vcvtp_u64_f64): Likewise.
19557 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
19559         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
19560         (arc_init): Check validity mll64 option.
19561         (arc_save_restore): Use double load/store instruction.
19562         (arc_expand_movmem): Likewise.
19563         (arc_split_move): Don't split if we have double load/store
19564         instructions. Returns a boolean.
19565         (arc_process_double_reg_moves): Change function to return boolean
19566         instead of a sequence of instructions.
19567         (arc_dwarf_register_span): New function.
19568         * config/arc/arc-protos.h (arc_split_move): Change prototype.
19569         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
19570         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
19571         (*movdf_insn): Likewise.
19572         * config/arc/arc.opt (mll64): New option.
19573         * config/arc/predicates.md (even_register_operand): New predicate.
19574         * doc/invoke.texi (ARC Options): Add mll64 documentation.
19576 2016-01-25  Richard Biener  <rguenther@suse.de>
19578         PR lto/69393
19579         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
19580         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
19581         DECL_NAMELESS.
19582         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
19584 2016-01-25  Richard Biener  <rguenther@suse.de>
19586         PR tree-optimization/69376
19587         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
19588         flag.
19589         (VN_INFO_ANTI_RANGE_P): New inline.
19590         (VN_INFO_RANGE_TYPE): Likewise.
19591         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
19592         SSA_NAME_ANTI_RANGE_P.
19593         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
19594         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19595         Properly query VN_INFO_RANGE_TYPE.
19597 2016-01-25  Nick Clifton  <nickc@redhat.com>
19599         PR target/66655
19600         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
19602 2016-01-23  Tom de Vries  <tom@codesourcery.com>
19604         PR tree-optimization/69426
19605         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
19606         removed clobber.
19608 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
19610         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
19611         "the the" with "the" in the comments.
19612         * ipa-devirt.c (build_type_inheritance_graph,
19613         update_type_inheritance_graph): Likewise.
19614         * tree.c (build_function_type_list_1): Likewise.
19615         * cfgloopmanip.c (scale_loop_profile): Likewise.
19616         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
19617         * gimple-ssa-split-paths.c
19618         (find_block_to_duplicate_for_splitting_paths): Likewise.
19619         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
19620         * expr.c (convert_move): Likewise.
19621         * var-tracking.c (vt_stack_adjustments): Likewise.
19622         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
19623         * tree-vrp.c (test_for_singularity): Likewise.
19625         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
19626         directly instead of building a temporary tree.
19628         PR bootstrap/69434
19629         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
19630         remove <algorithm> include.
19632 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
19634         PR target/69432
19635         * config/i386/i386.c: Include dojump.h.
19636         (expand_small_movmem_or_setmem,
19637         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
19638         fixes.
19639         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
19640         if dynamic_check != -1.
19642 2016-01-21  Jeff Law  <law@redhat.com>
19644         PR middle-end/69347
19645         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
19646         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
19647         into dominated_by_p.
19648         (cprop_into_successor_phis): Avoid unnecessary tests.
19650 2016-01-22  Richard Henderson  <rth@redhat.com>
19652         PR target/69416
19653         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
19654         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
19656 2016-01-22  Michael Matz  <matz@suse.de>
19658         * system.h (string, algorithm): Include only conditionally.
19659         (new): Include always under C++.
19660         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
19661         * final.c (toplevel): Ditto.
19662         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
19663         * genconditions.c (write_header): Make gencondmd.c define
19664         INCLUDE_STRING.
19665         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
19667         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
19668         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
19670 2016-01-22  Christian Bruel  <christian.bruel@st.com>
19672         PR target/68674
19673         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
19675 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19677         PR target/69403
19678         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
19679         define_insn_and_split.  Ensure operands[1] and operands[0] do not
19680         get assigned the same register.
19682 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
19684         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
19686 2016-01-22  Christian Bruel  <christian.bruel@st.com>
19688         * config/arm/arm-c.c (arm_pragma_target_parse):
19689         Remove warn_builtin_macro_redefined overwrite.
19691 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
19693         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
19694         flag_non_call_exceptions compatibility.
19696 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
19698         PR debug/66668
19699         * dwarf2out.c (add_child_die_after): New function.
19700         (dwarf_qual_info_t): New type.
19701         (dwarf_qual_info): New variable.
19702         (qualified_die_p): New function.
19703         (modified_type_die): For -fdebug-types-section, ensure
19704         canonical order of qualifiers.  Put qualified DIEs adjacent
19705         to the corresponding non-qualified type DIE and search there
19706         for existing qualified DIEs.
19708 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
19710         * doc/extend.texi (scalar_storage_order type attribute): Document
19711         restriction on type punning and aliasing, and remove future tense.
19713 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
19715         PR target/69252
19716         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
19717         first stage.
19719 2016-01-21  Jeff Law  <law@redhat.com>
19721         PR middle-end/69347
19722         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
19723         useless call to record_temporary_equivalences.
19724         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
19725         allocate 10 slots in the bb_path vector and let it grow as needed.
19726         (fsm_find_control_statement_thread_paths): Similarly for the next_path
19727         vector.
19729 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
19731         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
19732         Detangle.
19733         * configure: Regenerate.
19735 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
19737         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
19738         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
19740 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
19742         PR middle-end/66178
19743         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
19744         drop EXPAND_INITIALIZER.
19745         * rtl.h (contains_symbolic_reference_p): Declare.
19746         * rtlanal.c (contains_symbolic_reference_p): New function.
19747         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
19748         a subtraction into a NOT if symbolic constants are involved.
19750 2016-01-21  Anton Blanchard  <anton@samba.org>
19751             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19753         PR target/63354
19754         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
19755         #define.
19756         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
19757         function.
19759 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
19761         * config/microblaze/microblaze.c
19762         (get_branch_target): New.
19763         (insert_wic_for_ilb_runout): New.
19764         (insert_wic): New.
19765         (microblaze_machine_dependent_reorg): New.
19766         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
19767         * config/microblaze/microblaze.md
19768         (UNSPEC_IPREFETCH): Define.
19769         (iprefetch): New pattern
19770         * config/microblaze/microblaze.opt
19771         (mxl-prefetch): New flag.
19773 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
19775         * config/microblaze/microblaze.h
19776         (FIXED_REGISTERS): Update in macro.
19777         (CALL_USED_REGISTERS): Update in macro.
19779 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
19781         PR rtl-optimization/68920
19782         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
19783         moves.
19785 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
19787         PR rtl-optimization/68990
19788         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
19789         pseudo instead of inheritance ones.
19791 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19792             Nick Clifton  <nickc@redhat.com>
19794         PR target/69129
19795         PR target/69012
19796         * config/mips/mips.c (mips_compute_frame_info): Initialise
19797         args_size and hard_frame_pointer_offset fields of the frame
19798         structure before calling mips_global_pointer.
19800 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
19802         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
19803         label reference.
19804         * configure: Regenerate.
19806 2016-01-21  Richard Biener  <rguenther@suse.de>
19808         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
19810 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
19812         * config/s390/s390.c (s390_asm_declare_function_size): Add code
19813         to actually emit the .size directive.
19815 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
19816              Jakub Jelinek  <jakub@redhat.com>
19818         PR target/69187
19819         PR target/65624
19820         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
19821         args array size by one to avoid buffer overflow.
19823 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
19825         * config/s390/s390.md (pool_section_start): Use switch_to_section
19826         to select proper read-only data section instead of hardcoding
19827         .rodata.
19828         (pool_section_end): Use switch_to_section to match the above.
19830 2016-01-21  Richard Biener  <rguenther@suse.de>
19832         PR tree-optimization/69378
19833         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
19834         (set_ssa_val_to): Use it for dominance checks taking into
19835         account not executable edges.
19837 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
19839         PR c++/69355
19840         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
19841         for bitsize instead of GET_MODE_PRECISION (mode).
19843 2016-01-20  Martin Sebor  <msebor@redhat.com>
19845         PR c/52291
19846         * extend.texi (__sync Builtins): Clarify the semantics of
19847         __sync_fetch_and_OP built-ins on pointers.
19848         (__atomic Builtins): Same.
19850 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19851             Sebastian Pop  <s.pop@samsung.com>
19853         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
19854         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
19855         (is_valid_rename): Same.
19856         (translate_isl_ast_to_gimple::get_rename): Same.
19857         (translate_isl_ast_to_gimple::rename_all_uses): Same.
19858         (translate_isl_ast_to_gimple::rename_uses): Same.
19859         (get_new_name): Check for close_phi nodes.
19860         (copy_loop_phi_args): Use phi_node_kind.
19861         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
19862         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
19864 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19865             Sebastian Pop  <s.pop@samsung.com>
19867         Revert commit r229783.
19868         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
19869         Remove use of parameter_rename_map.
19870         (copy_def): Remove.
19871         (copy_internal_parameters): Remove.
19872         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
19873         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
19874         (free_sese_info): Do not free parameter_rename_map.
19875         (set_rename): Do not use parameter_rename_map.
19876         (rename_uses): Update call to set_rename.
19877         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
19878         * sese.h (parameter_rename_map_t): Remove.
19879         (struct sese_info_t): Remove field parameter_rename_map.
19881 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19882             Sebastian Pop  <s.pop@samsung.com>
19884         * graphite-isl-ast-to-gimple.c: Fix comment.
19885         * graphite-scop-detection.c (defined_in_loop_p): New.
19886         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
19887         names defined in loop.
19889 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19890             Sebastian Pop  <s.pop@samsung.com>
19892         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19893         Discard unstructured if-then-else regions.
19895 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19896             Sebastian Pop  <s.pop@samsung.com>
19898         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
19899         (cleanup_loop_iter_dom): Remove.
19900         (build_loop_iteration_domains): Remove.
19901         (build_scop_context): Remove.
19902         (build_scop_iteration_domain): Remove.
19903         (add_loop_constraints): New.
19904         (build_iteration_domains): New.
19905         (build_poly_scop): Call build_iteration_domains.
19907 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19908             Sebastian Pop  <s.pop@samsung.com>
19910         * graphite-scop-detection.c
19911         (scop_detection::harmful_loop_in_region): Free dom and loops.
19912         (scop_detection::loop_body_is_valid_scop): Free bbs.
19914 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19915             Sebastian Pop  <s.pop@samsung.com>
19917         * graphite-scop-detection.c (record_loop_in_sese): New.
19918         (gather_bbs::before_dom_children): Call record_loop_in_sese.
19919         (build_scops): Remove call to build_sese_loop_nests.
19920         * sese.c (sese_record_loop): Remove.
19921         (build_sese_loop_nests): Remove.
19922         (new_sese_info): Remove region->loops.
19923         (free_sese_info): Same.
19924         * sese.h (sese_contains_loop): Same.
19925         (build_sese_loop_nests): Remove.
19926         (sese_contains_loop): Remove.
19928 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19929             Sebastian Pop  <s.pop@samsung.com>
19931         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
19932         loop_is_valid_in_scop.
19933         (scop_detection::harmful_stmt_in_region): Renamed
19934         harmful_loop_in_region.
19935         Call loop_is_valid_in_scop.
19937 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19938             Sebastian Pop  <s.pop@samsung.com>
19940         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
19941         isl_ast_node_mark.
19943 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19944             Sebastian Pop  <s.pop@samsung.com>
19946         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
19947         * graphite.h (struct poly_bb): Remove field is_reduction.
19948         (PBB_IS_REDUCTION): Remove.
19950 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19951             Sebastian Pop  <s.pop@samsung.com>
19953         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
19954         (add_pdr_constraints): Same.
19955         (scop_get_reads): Same.
19956         (scop_get_must_writes): Same.
19957         (scop_get_may_writes): Same.
19958         (scop_get_original_schedule): Same.
19959         (extend_schedule): Same.
19960         (apply_schedule_on_deps): Same.
19961         (carries_deps): Same.
19962         (compute_deps): Same.
19963         (scop_get_dependences): Same.
19964         * graphite-isl-ast-to-gimple.c
19965         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
19966         * graphite-optimize-isl.c (get_schedule_for_band): Same.
19967         (get_schedule_for_band_list): Same.
19968         (get_schedule_map): Same.
19969         (apply_schedule_map_to_scop): Same.
19970         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
19971         (build_loop_iteration_domains): Same.
19972         (add_condition_to_pbb): Same.
19973         (add_param_constraints): Same.
19974         (pdr_add_memory_accesses): Same.
19975         (pdr_add_data_dimensions): Same.
19977 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
19979         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
19980         requirements.
19982 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
19984         * common.opt (feliminate-dwarf2-dups): Replace references to
19985         "DWARF 2" with just "DWARF".
19986         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
19987         * doc/extend.texi: Likewise.
19988         * doc/cpp.texi: Likewise.
19989         * doc/invoke.texi: Likewise.
19990         (Option Summary): Add -gdwarf to list of Debugging Options.
19991         (Debugging Options): Document -gdwarf.
19992         * doc/contrib.texi: Spell "DWARF" like that.
19994 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
19996         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
19997         warning.  Fix up formatting.
19999         PR middle-end/67653
20000         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
20001         attempt to mark memory input operand addressable and
20002         call prepare_gimple_addressable in that case.  Don't adjust
20003         input_location for diagnostics, use error_at instead.
20005 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
20007         * config/rs6000/ppc-auxv.h: New file.
20008         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
20009         (cpu_is): Likewise.
20010         (cpu_supports): Likewise.
20011         * config/rs6000/rs6000.c: include "ppc-auxv.h".
20012         (cpu_is_info): New variable.
20013         (cpu_supports_info): Likewise.
20014         (tcb_verification_symbol): Likewise.
20015         (cpu_builtin_p): Likewise.
20016         (cpu_expand_builtin): New function.
20017         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
20018         (rs6000_init_builtins): Likewise.
20019         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
20020         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
20021         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
20022         * configure: Regenerate.
20023         * config.in: Likewise.
20024         * doc/extend.texi (PowerPC Built-in Functions): Document
20025         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
20027 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
20029         PR target/68609
20030         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
20031         domain check.
20032         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
20033         for V4SFmode.
20035 2016-01-20  Richard Henderson  <rth@redhat.com>
20037         PR bootstrap/69343
20038         PR bootstrap/69339
20039         PR tree-opt/68964
20040         Revert:
20041         * tree.c (tm_define_builtin): New.
20042         (find_tm_vector_type): New.
20043         (build_tm_vector_builtins): New.
20044         (build_common_builtin_nodes): Call it.
20046 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
20048         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
20049         (arm_fp_ok): Likewise.
20050         (arm_fp): Likewise.
20051         (arm_crypto): Likewise.
20053 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
20054             Richard Biener  <rguenther@suse.de>
20056         PR tree-optimization/69328
20057         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
20058         vectors have same number of elements.
20059         (vectorizable_condition): Fix masked version recognition.
20061 2016-01-20  Richard Biener  <rguenther@suse.de>
20063         PR tree-optimization/69345
20064         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
20065         (VN_INFO_PTR_INFO): Likewise.
20066         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
20067         info when it is equal between non-dominating SSA names.
20068         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
20069         Make sure to look at original SSA infos.
20071 2016-01-20  Jeff Law  <law@redhat.com>
20073         PR target/25114
20074         * config/m68k/predicates.md (pow2_m1_operand): New predicate
20075         extracted from ...
20076         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
20077         (pc_or_label_operand): New predicate.
20078         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
20079         tests for small integers that are 2^n - 1.
20081 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
20083         * doc/invoke.texi (Options Summary): Add '.' after @xref.
20085 2016-01-19  Jeff Law  <law@redhat.com>
20087         PR middle-end/69347
20088         * tree-ssa-threadbackwards.c
20089         (fsm_find_control_statement_thread_paths): Do not try to lookup
20090         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
20092 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
20094         * doc/lto.texi: Remove text that says only Gold has linker plugin
20095         support.
20097 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
20099         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
20100         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
20101         the DIE accordingly.
20102         (modified_type_die): Add REVERSE parameter and pass it recursively,
20103         as well as to base_type_die.  Adjust presence check accordingly.
20104         (base_type_for_mode): Adjust call to modified_type_die.
20105         (add_type_attribute): Add REVERSE parameter and pass it to
20106         modified_type_die.
20107         (generic_parameter_die): Adjust call to add_type_attribute.
20108         (add_scalar_info): Likewise.
20109         (add_subscript_info): Likewise.
20110         (gen_array_type_die): Likewise.
20111         (gen_descr_array_type_die): Likewise.
20112         (gen_entry_point_die): Likewise.
20113         (gen_enumeration_type_die): Likewise.
20114         (gen_formal_parameter_die): Likewise.
20115         (gen_subprogram_die): Likewise.
20116         (gen_variable_die ): Likewise.
20117         (gen_const_die): Likewise.
20118         (gen_field_die): Likewise.
20119         (gen_pointer_type_die): Likewise.
20120         (gen_reference_type_die): Likewise.
20121         (gen_ptr_to_mbr_type_die): Likewise.
20122         (gen_inheritance_die): Likewise.
20123         (gen_subroutine_type_die): Likewise.
20124         (gen_typedef_die): Likewise.
20125         (force_type_die): Adjust call to modified_type_die.
20127 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
20129         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
20130         flow throughout the file.  Fix broken link to Objective-C 2.0
20131         documentation.
20132         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
20133         errors.
20135 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20137         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
20139 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20141         PR ipa/66223
20142         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
20143         (maybe_record_node): Record cxa_pure_virtual as the only possible
20144         target if there are not ohter candidates.
20145         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
20147 2016-01-19  Richard Biener  <rguenther@suse.de>
20149         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
20150         (get_memory_order): Likewise.
20152 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
20154         * tree-vect-stmts.c (vectorizable_store): Check
20155         rhs vectype.
20157 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
20159         PR jit/68446
20160         * gcc.c (driver::decode_argv): Add call to
20161         init_opts_obstack before init_options_struct.
20162         * opts.c (init_opts_obstack): Remove idempotency.
20163         (init_options_struct): Replace call to init_opts_obstack
20164         with a gcc_assert to verify that it has already been called.
20165         * toplev.c (toplev::main): Add call to init_opts_obstack before
20166         calls to init_options_struct.
20167         (toplev::finalize): Move cleanup of opts_obstack next to
20168         cleanup of save_decoded_options, clearing the latter, and
20169         save_decoded_options_count.
20171 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20173         PR target/69135
20174         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
20175         attribute to unconditional.  Remove %? from output template.
20177 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20178             Jiong Wang  <jiong.wang@arm.com>
20180         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
20181         generated from different expand order.
20183 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20185         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
20186         Add support for CCMP costing.
20188 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20190         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
20191         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
20192         (fccmpe<mode>): Likewise.
20193         (fcmp): Rename to fcmp and globalize pattern.
20194         (fcmpe): Likewise.
20195         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
20196         (aarch64_gen_ccmp_next): Add FP support.
20198 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20200         * target.def (gen_ccmp_first): Update documentation.
20201         (gen_ccmp_next): Likewise.
20202         * doc/tm.texi (gen_ccmp_first): Update documentation.
20203         (gen_ccmp_next): Likewise.
20204         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
20205         expand_ccmp_expr_1.  Improve comments.
20206         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
20207         (ccmp_ior<mode>): Remove pattern.
20208         (cmp<mode>): Remove expand.
20209         (cmp): Globalize pattern.
20210         (cstorecc4): Use cc_register.
20211         (mov<mode>cc): Remove ccmp_cc_register check.
20212         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
20213         Simplify after removal of CC_DNE/* modes.
20214         (aarch64_ccmp_mode_to_code): Remove.
20215         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
20216         In 'k' case use integer as condition.
20217         (aarch64_nzcv_codes): Remove inverted cases.
20218         (aarch64_code_to_ccmode): Remove.
20219         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
20220         comparison with CC register to be used in folowing CCMP/branch/CSEL.
20221         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
20222         pattern.  Return the comparison with CC register.  Invert conditions
20223         when bitcode is OR.
20224         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
20225         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
20227 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20229         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
20230         instrumented_version.
20232 2016-01-19  Richard Biener  <rguenther@suse.de>
20234         PR tree-optimization/69336
20235         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
20236         handled components with get_ref_base_and_extent.
20237         (equal_mem_array_ref_p): Adjust.
20239 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
20241         PR debug/65779
20242         * shrink-wrap.c: Include valtrack.h.
20243         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
20244         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
20245         in between insn and where it will be moved to.  Call
20246         dead_debug_insert_temp.
20247         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
20248         first and dead_debug_local_finish at the end.
20249         For uses and defs bitmap, handle all regs in between REGNO and
20250         END_REGNO, not just the first one.
20252 2016-01-19  Richard Biener  <rguenther@suse.de>
20254         PR tree-optimization/69352
20255         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
20256         (equal_mem_array_ref_p): Constrain size and max size properly.
20257         Compare the reverse flag.
20259 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
20261         * ira.c (ira): Update regstat data if we deleted insns.
20263 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
20265         PR rtl-optimization/68955
20266         PR rtl-optimization/64557
20267         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
20268         here.  Fix up formatting.
20269         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
20271 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20273         PR lto/69133
20274         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
20275         assume that the node has body.
20276         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
20277         check.
20279 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20281         * lto-streamer-out.c (lto_output): Do not stream instrumentation
20282         thunks.
20284 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20286         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
20287         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
20289 2016-01-19  Martin Jambor  <mjambor@suse.cz>
20290             Martin Liska  <mliska@suse.cz>
20291             Michael Matz  <matz@suse.de>
20293         * Makefile.in (OBJS): Add new source files.
20294         (GTFILES): Add hsa.c.
20295         * common.opt (disable_hsa): New variable.
20296         (-Whsa): New warning.
20297         * config.in (ENABLE_HSA): New.
20298         * configure.ac: Treat hsa differently from other accelerators.
20299         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
20300         $enable_offloading.
20301         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
20302         * doc/install.texi (Configuration): Document --with-hsa-runtime,
20303         --with-hsa-runtime-include, --with-hsa-runtime-lib and
20304         --with-hsa-kmt-lib.
20305         * doc/invoke.texi (-Whsa): Document.
20306         (hsa-gen-debug-stores): Likewise.
20307         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
20308         to invoke offload compiler for hsa acclerator.
20309         * opts.c (common_handle_option): Determine whether HSA offloading
20310         should be performed.
20311         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
20312         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
20313         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
20314         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
20315         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
20316         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
20317         GF_OMP_FOR_KIND_GRID_LOOP.
20318         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
20319         (pp_gimple_stmt_1): Likewise.
20320         * gimple-walk.c (walk_gimple_stmt): Likewise.
20321         * gimple.c (gimple_build_omp_grid_body): New function.
20322         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
20323         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
20324         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
20325         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
20326         GF_OMP_TEAMS_GRID_PHONY.
20327         (gimple_statement_omp_single_layout): Updated comments.
20328         (gimple_build_omp_grid_body): New function.
20329         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
20330         (gimple_omp_for_grid_phony): New function.
20331         (gimple_omp_for_set_grid_phony): Likewise.
20332         (gimple_omp_parallel_grid_phony): Likewise.
20333         (gimple_omp_parallel_set_grid_phony): Likewise.
20334         (gimple_omp_teams_grid_phony): Likewise.
20335         (gimple_omp_teams_set_grid_phony): Likewise.
20336         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
20337         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
20338         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
20339         (BUILT_IN_GOMP_TARGET): Updated type.
20340         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
20341         (adjust_for_condition): New function.
20342         (get_omp_for_step_from_incr): Likewise.
20343         (extract_omp_for_data): Moved parts to adjust_for_condition and
20344         get_omp_for_step_from_incr.
20345         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
20346         (fixup_child_record_type): Bail out if receiver_decl is NULL.
20347         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
20348         (scan_omp_parallel): Do not create child functions for phony
20349         constructs.
20350         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
20351         (scan_omp_1_op): Checking assert we are not remapping to
20352         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
20353         (parallel_needs_hsa_kernel_p): New function.
20354         (expand_parallel_call): Register apprpriate parallel child
20355         functions as HSA kernels.
20356         (grid_launch_attributes_trees): New type.
20357         (grid_attr_trees): New variable.
20358         (grid_create_kernel_launch_attr_types): New function.
20359         (grid_insert_store_range_dim): Likewise.
20360         (grid_get_kernel_launch_attributes): Likewise.
20361         (get_target_argument_identifier_1): Likewise.
20362         (get_target_argument_identifier): Likewise.
20363         (get_target_argument_value): Likewise.
20364         (push_target_argument_according_to_value): Likewise.
20365         (get_target_arguments): Likewise.
20366         (expand_omp_target): Call get_target_arguments instead of looking
20367         up for teams and thread limit.
20368         (grid_expand_omp_for_loop): New function.
20369         (grid_arg_decl_map): New type.
20370         (grid_remap_kernel_arg_accesses): New function.
20371         (grid_expand_target_kernel_body): New function.
20372         (expand_omp): Call it.
20373         (lower_omp_for): Do not emit phony constructs.
20374         (lower_omp_taskreg): Do not emit phony constructs but create for them
20375         a temporary variable receiver_decl.
20376         (lower_omp_taskreg): Do not emit phony constructs.
20377         (lower_omp_teams): Likewise.
20378         (lower_omp_grid_body): New function.
20379         (lower_omp_1): Call it.
20380         (grid_reg_assignment_to_local_var_p): New function.
20381         (grid_seq_only_contains_local_assignments): Likewise.
20382         (grid_find_single_omp_among_assignments_1): Likewise.
20383         (grid_find_single_omp_among_assignments): Likewise.
20384         (grid_find_ungridifiable_statement): Likewise.
20385         (grid_target_follows_gridifiable_pattern): Likewise.
20386         (grid_remap_prebody_decls): Likewise.
20387         (grid_copy_leading_local_assignments): Likewise.
20388         (grid_process_kernel_body_copy): Likewise.
20389         (grid_attempt_target_gridification): Likewise.
20390         (grid_gridify_all_targets_stmt): Likewise.
20391         (grid_gridify_all_targets): Likewise.
20392         (execute_lower_omp): Call grid_gridify_all_targets.
20393         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
20394         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
20395         (tree_omp_clause): Added union field dimension.
20396         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
20397         * tree.c (omp_clause_num_ops): Added number of arguments of
20398         OMP_CLAUSE__GRIDDIM_.
20399         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
20400         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
20401         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
20402         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
20403         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
20404         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
20405         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
20406         * tree-pass.h (make_pass_gen_hsail): Declare.
20407         (make_pass_ipa_hsa): Likewise.
20408         * ipa-hsa.c: New file.
20409         * lto-section-in.c (lto_section_name): Add hsa section name.
20410         * lto-streamer.h (lto_section_type): Add hsa section.
20411         * timevar.def (TV_IPA_HSA): New.
20412         * hsa-brig-format.h: New file.
20413         * hsa-brig.c: New file.
20414         * hsa-dump.c: Likewise.
20415         * hsa-gen.c: Likewise.
20416         * hsa.c: Likewise.
20417         * hsa.h: Likewise.
20418         * toplev.c (compile_file): Call hsa_output_brig.
20419         * hsa-regalloc.c: New file.
20421 2016-01-18  Jeff Law  <law@redhat.com>
20423         PR tree-optimization/69320
20424         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
20425         ranged object, do nothing if the RHS constant is not [0..1].
20426         (optimize_stmt): Comparing a boolean ranged object against a
20427         constant outside [0..1] results in a compile-time constant.
20429         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
20430         test.
20432 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
20434         * doc/invoke.texi (Invoking GCC): Add new section to menu.
20435         (Option Summary): Update to reflect new section and moved options.
20436         (C++ Dialect Options): Move -fstats to new section.
20437         (Debugging Options): Move all dump, statistics, and other GCC
20438         developer options to new section.  Rewrite section introduction
20439         and re-order remaining options to put the more basic ones first.
20440         (Optimization Options): Move -fira-verbose and -flto-report* to
20441         new section.
20442         (Developer Options): New section incorporating moved options.
20443         * doc/cppopts.texi (-dM): Update cross-reference.
20445 2016-01-18  Richard Henderson  <rth@redhat.com>
20447         PR target/69176
20448         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
20449         operands to pseudo only if CSE is expected.  Split long immediate
20450         operands only after reload, and for the stack pointer.
20451         (*add<GPI>3_pluslong): Remove.
20452         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
20453         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
20454         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
20455         (*add<GPI>3 peepholes): New.
20456         (*add<GPI>3 splitters): New.
20457         * config/aarch64/constraints.md (Upl): New.
20458         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
20460 2016-01-18  Richard Biener  <rguenther@suse.de>
20462         PR tree-optimization/69297
20463         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
20464         stmt at most once.
20465         (vect_bb_vectorization_profitable_p): Clear visited flag again.
20467 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
20469         PR middle-end/68542
20470         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
20471         of mixind vector and scalar types.
20472         (fold_relational_const): Add handling of vector
20473         comparison with boolean result.
20474         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
20475         comparison of vector operands with boolean result for EQ/NE only.
20476         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
20477         (verify_gimple_cond): Likewise.
20478         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
20479         valid type of VAL.
20481 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
20483         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
20484         !TARGET_OCTEON.
20486 2016-01-18  Richard Biener  <rguenther@suse.de>
20488         PR middle-end/69308
20489         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
20491 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20493         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
20495 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20497         * omp-low.c (set_oacc_fn_attrib): Make extern.
20498         * omp-low.h (set_oacc_fn_attrib): Declare.
20499         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
20500         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
20501         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
20502         Add and handle function parameter oacc_kernels_p.
20503         (find_reduc_addr, get_omp_data_i_param): New function.
20504         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
20505         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
20506         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
20507         Calculate dominance info.  Skip loops that are not in a kernels region
20508         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
20509         (pass_parallelize_loops::execute): Call parallelize_loops with
20510         oacc_kernels_p argument.
20511         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
20512         New member function.
20513         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
20514         * passes.def: Add argument to pass_parallelize_loops instantation.
20516 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20518         * tree-parloops.c (pass_parallelize_loops::execute): Allow
20519         pass_parallelize_loops to be run outside the loop pipeline.
20521 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20523         * tree-scalar-evolution.c (follow_copies_to_constant): New.
20524         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
20526 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20528         PR target/63679
20529         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
20530         using get_ref_base_and_extent.
20531         (equal_mem_array_ref_p): New.
20532         (hashable_expr_equal_p): Add call to previous.
20534 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20536         PR target/63679
20537         * tree-sra.c (disqualified_constants, constant_decl_p): New.
20538         (sra_initialize): Allocate disqualified_constants.
20539         (sra_deinitialize): Free disqualified_constants.
20540         (disqualify_candidate): Update disqualified_constants when appropriate.
20541         (create_access): Scan for constant-pool entries as we go along.
20542         (scalarizable_type_p): Add check against type_contains_placeholder_p.
20543         (maybe_add_sra_candidate): Allow constant-pool entries.
20544         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
20545         (initialize_constant_pool_replacements): New.
20546         (sra_modify_assign): Avoid mangling assignments created by previous,
20547         and don't generate writes into constant pool.
20548         (sra_modify_function_body): Call initialize_constant_pool_replacements.
20550 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
20552         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
20553         andnot instruction.
20554         (scalar_chain::convert_op): Likewise.
20555         * config/i386/i386.md (*andndi3_doubleword): New.
20557 2016-01-18  Richard Biener  <rguenther@suse.de>
20559         PR tree-optimization/69170
20560         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
20561         building a vector from scalar results of a pattern stmt.
20563 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
20565         * haifa-sched.c (autopref_multipass_init): Work around
20566         -Wmaybe-uninitialized warning.
20568 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20570         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
20571         against the constant 0.
20573 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20575         PR tree-optimization/68799
20576         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
20577         look up phi candidates in the statement-candidate map.
20578         (phi_add_costs): Likewise.
20579         (record_phi_increments): Likewise.
20580         (phi_incr_cost): Likewise.
20581         (ncd_with_phi): Likewise.
20582         (all_phi_incrs_profitable): Likewise.
20584 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
20586         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
20587         -Wmaybe-uninitialized warning.
20589 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
20591         * doc/invoke.texi (Invoking GCC): Add new section to menu.
20592         (Option Summary): Update to reflect new section and moved options.
20593         (C++ Dialect Options): Move -fvtable-verify and related options.
20594         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
20595         and profiling-related options.
20596         (Optimization Options): Move profile generation options and
20597         -fstack-protector and related options.
20598         (Instrumentation Options): New section incorporating moved options.
20599         (Code Generation Options): Move -finstrument-functions and
20600         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
20602 2016-01-16  Tom de Vries  <tom@codesourcery.com>
20604         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
20606 2016-01-16  Tom de Vries  <tom@codesourcery.com>
20608         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
20610 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
20612         * hash-table.h (hash_table::empty): Turn into an inline wrapper
20613         that checks whether the table is already empty.  Rename the
20614         original implementation to...
20615         (hash_table::empty_slot): ...this new private function.
20617 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
20619         PR diagnostic/68899
20620         * diagnostic-show-locus.c (layout::print_source_line): Move x
20621         offset of line until after call to
20622         get_line_width_without_trailing_whitespace.
20624 2016-01-15  Jeff Law  <law@redhat.com>
20626         PR tree-optimization/69270
20627         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
20628         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
20629         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
20630         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
20631         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
20632         ssa_name_has_boolean_range and constant_boolean_node.
20634 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
20636         PR rtl-optimization/69030
20637         * lra-spills.c (remove_pseudos): Check nrefs and make the function
20638         returning bool.
20639         (spill_pseudos): Delete debug insn for dead pseudo.
20640         (lra_spill): Initiate spill_hard_reg and slots memory separately.
20642 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
20644         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
20645         New.
20646         (TYPES_UNOPUS): Likewise.
20647         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
20648         builtin type, from UNOP to UNOPUS.
20649         (lbtruncuv4sf): Likewise.
20650         (lbtruncuv2df): Likewise.
20651         (lrounduv2sf): Likewise.
20652         (lrounduv4sf): Likewise.
20653         (lrounduv2df): Likewise.
20654         (lroundusf): Likewise.
20655         (lroundusf): Likewise.
20656         (lceiluv2sf): Likewise.
20657         (lceiluv4sf): Likewise.
20658         (lceiluv2df): Likewise.
20659         (lceilusf): Likewise.
20660         (lceiludf): Likewise.
20661         (lflooruv2sf): Likewise.
20662         (lflooruv4sf): Likewise.
20663         (lflooruv2df): Likewise.
20664         (lfloorusf): Likewise.
20665         (lfloorudf): Likewise.
20666         (lfrintnuv2sf): Likewise.
20667         (lfrintnuv4sf): Likewise.
20668         (lfrintnuv2df): Likewise.
20669         (lfrintnusf): Likewise.
20670         (lfrintnudf): Likewise.
20671         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
20672         conversion.
20673         (vcvtq_u32_f32): Likewise.
20674         (vcvtq_u64_f64): Likewise.
20675         (vcvta_u32_f32): Likewise.
20676         (vcvtaq_u32_f32): Likewise.
20677         (vcvtaq_u64_f64): Likewise.
20678         (vcvtm_u32_f32): Likewise.
20679         (vcvtmq_u32_f32): Likewise.
20680         (vcvtmq_u64_f64): Likewise.
20681         (vcvtn_u32_f32): Likwise.
20682         (vcvtnq_u32_f32): Likewise.
20683         (vcvtnq_u64_f64): Likewise.
20684         (vcvtp_u32_f32): Likewise.
20685         (vcvtpq_u32_f32): Likewise.
20686         (vcvtpq_u64_f64): Likewise.
20687         (vcvtmd_u64_f64): Likewise.
20688         (vcvtms_u32_f32): Likewise.
20689         (vcvtad_u64_f64): Likewise.
20690         (vcvtas_u32_f32): Likewise.
20691         (vcvtnd_u64_f64): Likewise.
20692         (vcvtns_u32_f32): Likewise.
20693         (vcvtpd_u64_f64): Likewise.
20694         (vcvtps_u32_f32): Likewise.
20696 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20698         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
20699         CSEL of zero_extended registers.
20701 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20703         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
20704         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
20706 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20708         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
20709         false when argument string is not found in the attributes table
20710         at all.
20712 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
20714         PR target/68609
20715         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
20716         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
20717         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
20718         precision estimate.
20720 2016-01-15  Richard Biener  <rguenther@suse.de>
20722         PR tree-optimization/66856
20723         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
20724         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
20725         (vect_create_new_slp_node): Increment stmt reference count.
20726         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
20727         an SLP tree before swapping operands.
20728         (vect_build_slp_tree): Likewise.
20729         (destroy_bb_vec_info): Free stmt info after SLP instances.
20730         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
20731         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
20732         (STMT_VINFO_NUM_SLP_USES): New macro.
20734 2016-01-15  Richard Biener  <rguenther@suse.de>
20736         PR debug/69137
20737         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
20738         (add_linkage_name): ... here.
20739         (gen_typedef_die): Use add_linkage_name_raw instead of
20740         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
20741         if necessary.
20743 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
20745         * gimplify.c (oacc_default_clause): Decode reference and pointer
20746         types for both kernels and parallel regions.
20748 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
20750         PR middle-end/69246
20751         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
20753 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
20755         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
20756         (convert_scalars_to_vector): Likewise.
20758 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
20760         * doc/extend.texi (Type Traits): Fix grammar.
20762 2016-01-15  Martin Jambor  <mjambor@suse.cz>
20764         * tree-inline.c (remap_decl): Use existing dclarations if
20765         remapping a type and prevent_decl_creation_for_types.
20766         (replace_locals_stmt): Do an initial remapping of non-VLA typed
20767         decls first.  Do real remapping with
20768         prevent_decl_creation_for_types set.
20769         * tree-inline.h (copy_body_data): New field
20770         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
20771         padding.
20773 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20775         * config/s390/s390.opt (mmvcle): More verbose help text.
20777 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20779         * config/s390/s390.opt: Add period to -mzvector option text.
20781 2016-01-15  Richard Biener  <rguenther@suse.de>
20783         PR tree-optimization/68961
20784         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
20785         of invariants in stores again.
20787 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20789         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
20791 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
20793         * config/i386/i386.c (ix86_expand_branch): Don't split
20794         DI mode xor instruction to SI mode.
20796 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
20798         PR ipa/68148
20799         * ipa-icf.c (sem_function::merge): Virtual functions may become
20800         reachable even if they address is not taken and there are no
20801         idrect calls.
20803 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
20805         * lto-streamer-out.c (subtract_estimated_size): New function.
20806         (get_symbol_initial_value): Use it.
20808 2016-01-15  Christian Bruel  <christian.bruel@st.com>
20810         PR target/65837
20811         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
20812         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
20813         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
20814         use add_builtin_function_ext_scope instead of add_builtin_function.
20815         (neon_set_p, neon_crypto_set_p): Remove.
20816         (arm_init_builtins): Always call arm_init_neon_builtins and
20817         arm_init_crypto_builtins.
20818         (arm_expand_builtin): Check that builtins are allowed for the arch.
20819         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
20820         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
20821         arm_init_neon_builtins call.
20823 2016-01-15  Richard Biener  <rguenther@suse.de>
20825         PR tree-optimization/69117
20826         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
20827         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
20828         of the leader conservatively.
20829         (free_scc_vn): Restore original SSA name infos.
20831 2016-01-14  Jeff Law  <law@redhat.com>
20833         PR tree-optimization/69270
20834         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
20835         single bit of precision, verify it's also unsigned.
20836         (record_edge_info): Use constant_boolean_node rather than fold_convert
20837         to convert boolean_true/boolean_false to the right type.
20839 2016-01-14  Richard Henderson  <rth@redhat.com>
20841         PR rtl-opt/69014
20842         * loop-doloop.c (record_reg_sets): New.
20843         (doloop_optimize): Reject the transform if the sequence
20844         clobbers registers live at the end of the loop block.
20845         (doloop_optimize_loops): Enable df_live if needed.
20847 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20849         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
20850         * config/rs6000/rs6000.c: Likewise.
20851         * config/rs6000/rs6000.h: Likewise.
20852         * config/rs6000/rs6000.md: Likewise.
20853         * doc/extend.texi: Likewsie.
20855 2016-01-14  Jeff Law  <law@redhat.com>
20857         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
20858         typo.
20860 2016-01-14  Richard Henderson  <rth@redhat.com>
20862         PR c/69272
20863         PR tree-opt/68964
20864         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
20865         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
20866         instead of builtin_decl_declared_p to test for declaration.
20868 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
20870         * doc/loop.texi (Loop Analysis and Representation): Document
20871         loop_depth function.
20873 2016-01-14  Tom de Vries  <tom@codesourcery.com>
20875         PR tree-optimization/68773
20876         * omp-low.c (expand_omp_target): Don't set force_output.
20877         * varpool.c (varpool_node::get_create): Same.
20878         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
20879         offload_funcs with force_output.
20881 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20883         PR debug/69244
20884         * lra-eliminations.c (move_plus_up): Don't change anything if either
20885         the outer or inner subreg mode is not MODE_INT.
20886         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
20887         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
20889 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
20891         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
20892         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
20893         reduc_uplus_@var{m}): Remove.
20894         * expr.c (expand_expr_real_2): Remove expansion path for
20895         reduc_[us](min|max|plus) optabs.
20896         * optabs-tree.c (scalar_reduc_to_vector): Remove.
20897         * optabs-tree.h (scalar_reduc_to_vector): Remove.
20898         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
20899         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
20900         * tree-vect-loop.c (vectorizable_reduction): Remove test for
20901         reduc_[us](min|max|plus) optabs.
20903 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
20905         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
20906         (reduc_plus_scal_v2sf): New.
20907         (reduc_smax_v2sf): Rename to...
20908         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
20909         (reduc_smin_v2sf): Rename to...
20910         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
20912 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
20914         * alias.c (compare_base_symbol_refs): New function.
20915         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
20916         it.
20918 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20920         PR middle-end/68146
20921         PR tree-optimization/69155
20922         * tree-complex.c: Include cfganal.h.
20923         (phis_to_revisit): New variable.
20924         (extract_component): Add phiarg_p argument.  Assert that returned
20925         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
20926         (update_phi_components): Partly rewrite to use loop over real/imag
20927         components instead of code duplication.  If extract_component returns
20928         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
20929         create_tmp_reg into the PHI node instead, and mention the phi triplet
20930         in phis_to_revisit.
20931         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
20932         in phis_to_revisit at the end.
20934 2016-01-14  Richard Biener  <rguenther@suse.de>
20936         PR tree-optimization/68060
20937         * tree-vect-loop.c (vect_is_simple_reduction): Check the
20938         outer loop reduction is only used in the inner loop before
20939         detecting a double reduction.
20941 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20943         PR target/68269
20944         * combine.c (expand_field_assignment): Punt if compute_mode is
20945         unsupported scalar mode.
20947 2016-01-14  Richard Biener  <rguenther@suse.de>
20949         PR tree-optimization/66856
20950         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
20951         SLP node only if it built successfully.
20952         (vect_analyze_slp_instance): Adjust.
20954 2016-01-14  Jeff Law  <law@redhat.com>
20956         PR tree-optimization/69270
20957         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
20958         (record_edge_info): Use it.  Convert boolean_{true,false}_node
20959         to the type of op0.
20961 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
20963         PR ipa/66487
20964         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
20965         use block_ultimate_origin
20966         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
20968 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
20970         * doc/invoke.texi (Submodel Options): Rename section to
20971         "Machine-Dependent Options" to better reflect its content.
20972         Rewrite introductory text to remove archaic CPU names.
20973         Update references.
20975 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
20977         * doc/invoke.texi (Code Gen Options): Move section up in file,
20978         before target-specific options.  Update menu and option summary
20979         to reflect the new section ordering.
20981 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
20983         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
20984         (C++ Dialect Options): Add cross-reference to -std option.
20985         * doc/standards.texi (C++ Language): Document C++14 support.
20987 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
20989         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
20990         for pack/unpack functions for __ibm128.
20991         (PACK_IF): Likewise.
20992         (UNPACK_IF): Likewise.
20994         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
20995         support for __ibm128 pack/unpack functions.
20996         (rs6000_invalid_builtin): Likewise.
20997         (rs6000_init_builtins): Likewise.
20998         (rs6000_opt_masks): Likewise.
21000         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
21001         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
21002         functions
21003         (RS6000_BTM_COMMON): Likewise.
21005         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
21006         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
21007         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
21008         128-bit floating point.  Add support for the double values to be
21009         in Altivec registers for TF/IF packing and unpacking, but restrict
21010         TD packing sub-fields to be FPR registers.  Don't allow overlapped
21011         register support for packing.  Allow pack inputs to be memory
21012         locations.  Don't build generator functions for unpack<mode>_dm
21013         and unpack<mode>_nodm.
21014         (unpack<mode>_dm): Likewise.
21015         (unpack<mode>_nodm): Likewise.
21016         (pack<mode>): Likewise.
21018         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
21019         built-in functions to pack/unpack explicit __ibm128 values.
21020         (__builtin_unpack_ibm128): Likewise.
21022         * doc/extend.texi (PowerPC Built-in Functions): Document
21023         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
21025 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
21027         PR c/66208
21028         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
21029         Add new arg loc and pass it down as context.
21030         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
21031         to the location to use for the warning.
21032         (check_function_arguments): New arg loc.  All callers changed.  Pass
21033         it to check_function_nonnull.
21034         * c-common.h (check_function_arguments): Adjust declaration.
21036 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
21038         PR tree-optimization/69156
21039         * gimple.c (validate_type): Removed.
21040         (gimple_builtin_call_types_compatible_p): Use
21041         useless_type_conversion_p instead of validate_type.
21042         * value-prof.c (gimple_stringop_fixed_value): Fold
21043         icall_size to correct type.
21045 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
21047         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
21048         effects.
21050 2016-01-13  Richard Henderson  <rth@redhat.com>
21052         PR tree-opt/68964
21053         * target.def (builtin_tm_load, builtin_tm_store): Remove.
21054         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
21055         (ix86_builtin_tm_store): Remove.
21056         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21057         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21058         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21059         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21060         * doc/tm.texi: Rebuild.
21062         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
21063         (BUILT_IN_TM_MEMCPY_RTWN): New.
21064         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
21065         fallback from vector to integer helpers.
21066         (build_tm_load): Handle vector types directly, instead of
21067         via target hook.
21068         (build_tm_store): Likewise.
21069         (expand_assign_tm): Prepare for register types not handled by
21070         the above.  Copy them to memory and use memcpy.
21071         * tree.c (tm_define_builtin): New.
21072         (find_tm_vector_type): New.
21073         (build_tm_vector_builtins): New.
21074         (build_common_builtin_nodes): Call it.
21076 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
21078         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
21079         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
21081 2016-01-13  Tom de Vries  <tom@codesourcery.com>
21083         PR tree-optimization/69169
21084         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
21085         handled_struct_type param.
21086         (create_variable_info_for, intra_create_variable_infos): Call
21087         create_variable_info_for_1 with extra arg.
21089 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
21091         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
21092         and "armv8.1-a+crc" entries.
21094 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
21096         PR target/69228
21097         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
21098         Change first operand predicate from register_or_constm1_operand
21099         to register_operand.
21100         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
21101         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
21102         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
21103         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
21104         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
21105         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
21106         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
21107         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
21108         comparison with constm1_rtx from vec_prefetch_gen part.
21110 2016-01-13  Richard Biener  <rguenther@suse.de>
21112         PR tree-optimization/69013
21113         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
21114         Exchange assert for a test.
21116 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21118         PR target/69247
21119         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
21121 2016-01-13  Richard Biener  <rguenther@suse.de>
21123         PR tree-optimization/69242
21124         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
21125         assert with a check.
21127 2016-01-13  Richard Biener  <rguenther@suse.de>
21129         PR tree-optimization/69186
21130         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
21131         Properly guard vect_update_misalignment_for_peel call.
21133 2016-01-12  Jeff Law  <law@redhat.com>
21135         PR tree-optimization/pr67755
21136         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
21137         "need_profile_correction".
21138         (thread_block_1): Initialize new field to false by default.  If we
21139         have multiple thread paths through a common joiner to different
21140         final targets, then set new field to true.
21141         (compute_path_counts): Only do count adjustment when it's really
21142         needed.
21144 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21146         * doc/invoke.texi (Spec Files): Move section down in file, past
21147         all command-line option descriptions.
21149 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21151         PR middle-end/54809
21152         * doc/gty.texi: Remove documentation of mark_hook.
21153         * gengtype.c (struct write_types_data): Remove code to support
21154         mark_hook attribute.
21155         (walk_type): Likewise.
21156         (write_func_for_structure): Likewise.
21158 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21160         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
21161         Directory Options, and -specs= to Overall Options.
21162         (Overall Options): Adjust similarly.  Reorder to group related
21163         options together.  Make -specs= cross-reference the spec file details.
21164         (Directory Options): Adjust similarly.
21166 2016-01-12  Jeff Law  <law@redhat.com>
21168         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
21170 2016-01-12  Olivier Hainque  <hainque@adacore.com>
21172         * gcc.c (spec_undefvar_allowed): New global.
21173         (process_command): Set to true when running for --version or --help,
21174         alone or together.
21175         (getenv_spec_function): When the variable is not defined, use the
21176         variable name as the variable value if we're allowed not to issue
21177         a fatal error.
21179 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
21181         PR tree-optimization/68911
21182         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
21183         information computed for expression "init + nit * step".
21185 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21187         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
21188         about name of GCC executable.  Remove deleted node from menu.
21189         (Directory Options) <-B>: Remove cross-reference to deleted node.
21190         (Target Options): Delete section.
21192 2016-01-12  Christian Bruel  <christian.bruel@st.com>
21194         PR target/69180
21195         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
21196         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
21198 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
21200         PR target/69198
21201         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
21202         aligned_mem is properly set for AVX512-VL floating point masked
21203         stores.
21205         PR target/69175
21206         * ifcvt.c (cond_exec_process_if_block): When removing the last
21207         insn from then_bb, remove also any possible barriers that follow it.
21209 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
21211         PR target/68456
21212         PR target/69226
21213         * config/i386/iamcu.h (SIZE_TYPE): New macro.
21214         (PTRDIFF_TYPE): Likewise.
21215         (WCHAR_TYPE): Likewise.
21216         (WCHAR_TYPE_SIZE): Likewise.
21217         (STDINT_LONG32): Likewise.
21219 2016-01-12  Richard Biener  <rguenther@suse.de>
21221         PR tree-optimization/69053
21222         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
21223         convert initial value for cond reductions.
21225 2016-01-12  Richard Biener  <rguenther@suse.de>
21227         PR tree-optimization/69007
21228         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
21229         widen_sum after dot_prod and sad.
21231 2016-01-12  Richard Biener  <rguenther@suse.de>
21233         PR tree-optimization/69168
21234         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
21235         pattern stmt SLP type.
21236         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
21237         end up unused so cope with that case.
21239 2016-01-12  Richard Biener  <rguenther@suse.de>
21241         PR tree-optimization/69157
21242         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
21243         stmts def type only during analyze phase.
21244         (vectorizable_call): Likewise.
21245         (vectorizable_simd_clone_call): Likewise.
21246         (vectorizable_conversion): Likewise.
21247         (vectorizable_assignment): Likewise.
21248         (vectorizable_shift): Likewise.
21249         (vectorizable_operation): Likewise.
21250         (vectorizable_store): Likewise.
21251         (vectorizable_load): Likewise.
21253 2016-01-12  Richard Biener  <rguenther@suse.de>
21255         PR tree-optimization/69174
21256         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
21257         space.
21258         (vectorizable_load): Properly compute the number of loads needed
21259         for permuted strided SLP loads and do not spuriously assign
21260         to SLP_TREE_VEC_STMTS.
21262 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
21264         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
21265         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
21266         (MD_EXEC_PREFIX): Remove.
21267         (MD_STARTFILE_PREFIX) Removee.
21268         (FILE_NAME_ABSOLUTE_P): Remove.
21269         (CPP_SPEC): Do not read macros from sys/version.h.
21270         (LINK_COMMAND_SPEC): Remove.
21271         (LOCAL_INCLUDE_DIR): Remove.
21272         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
21273         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
21274         (POST_LINK_SPEC): Define to invoke stubify after linker
21275         (LIBSTDCXX): Remove define
21276         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
21277         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
21278         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
21279         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
21280         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
21281         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
21282         (i386_djgpp_asm_named_section): Add propotype of new procedure
21284         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
21285         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
21286         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
21287         in config/i386/djgpp.h).
21288         (STANDARD_STARTFILE_PREFIX_2): Define identical to
21289         STANDARD_STARTFILE_PREFIX_1.
21290         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
21291         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
21292         installation errors.
21293         (MAX_OFILE_ALIGNMENT): Define to 128.
21294         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
21296         * config/i386/djgpp.c: New file. Add implementation of
21297         i386_djgpp_asm_named_section.
21299         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
21301         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
21302         Add rule for building djgpp.o.
21304 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21306         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
21307         (rtx_is_swappable_p): Reductions are swappable.
21308         (insn_is_swappable_p): V2DF reductions are swappable.
21310 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
21312         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
21313         reloads for other unsupported memory operands.
21315 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
21316             Jim Wilson  <jim.wilson@linaro.org>
21318         PR target/69194
21319         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
21320         copy_to_mode_reg instead of force_reg.
21322 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
21324         PR target/69225
21325         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
21326         TARGET_80387 is true.
21328 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
21330         PR target/69071
21331         * lra-eliminations.c (move_plus_up): Only move plus up
21332         if subreg of the constant can be simplified into constant
21333         and use the simplified subreg of the constant instead of
21334         the original constant.
21336         * fold-const.c (fold_convertible_p): Don't return true
21337         for conversion of VECTOR_TYPE to same sized integral type.
21338         (fold_convert_loc): Fix up formatting.  Fold conversion of
21339         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
21340         instead of NOP_EXPR.
21342         PR tree-optimization/69214
21343         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
21344         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
21345         Formatting fix.
21347         PR tree-optimization/69207
21348         * tree-vect-slp.c (vect_get_constant_vectors): For
21349         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
21350         fold_convertible_p to vector_type's element type, and always
21351         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
21353 2016-01-11  Richard Biener  <rguenther@suse.de>
21355         PR tree-optimization/69173
21356         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
21357         fixup the cycle if all stmts are in a pattern.
21359 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
21361         PR middle-end/68999
21362         * alias.c (base_alias_check): Move check for addresses with
21363         alignment ANDs before the call for compare_base_decls.
21364         (memrefs_conflict_p): Return -1 for different decls
21365         that went through alignment adjustments.
21367 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21369         PR rtl-optimization/68796
21370         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
21371         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
21372         and QImode comparisons against zero with CC_NZmode.
21373         * config/aarch64/iterators.md (short_mask): New mode_attr.
21375 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
21377         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
21378         (<avx512>_store<mode>_mask): Likewise.
21380 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
21381             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21383         PR rtl-optimization/68841
21384         * ifcvt.c (struct noce_if_info): Add orig_x field.
21385         (bbs_ok_for_cmove_arith): Add to_rename parameter.
21386         Don't record conflicts on to_rename if it's present.
21387         Allow memory destinations in sets.
21388         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
21389         blocks, passing orig_x to the checks.
21390         (noce_process_if_block): Set if_info->orig_x appropriately.
21392 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21394         PR tree-optimization/69069
21395         * tree-parloops.c (create_parallel_loop): Add missing phi args.
21397 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
21399         PR rtl-optimization/68920
21400         * config/i386/i386.c (ix86_option_override_internal): Restrict number
21401         of conditional moves for  RTL if-conversion to 1 for
21402         TARGET_ONE_IF_CONV_INSN.
21403         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
21404         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
21405         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
21406         parameter to restirct number of conditional moves for
21407         RTL if-conversion.
21408         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
21409         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
21410         conditionl moves.
21412 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
21414         PR bootstrap/69123
21415         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
21416         onepart vars.  Fix typo in comment.  Fix reversed condition in
21417         unshare test.
21418         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
21420         PR bootstrap/69123
21421         * var-tracking.c (dump_onepart_variable_differences): New.
21422         (dataflow_set_different): If a detailed dump is requested,
21423         delay early returns and dump differences between onepart
21424         variables present before and after, and added variables.
21426 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
21428         PR target/69010
21429         * expr.c (expand_expr_real_1): For boolean vector constants
21430         with a scalar mode use const_scalar_mask_from_tree.
21431         (const_scalar_mask_from_tree): New.
21432         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
21433         assigned to a mask type to handle constants.
21435 2016-01-11  Martin Jambor  <mjambor@suse.cz>
21437         PR ipa/69044
21438         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
21439         useless parameters if we cannot change function signature.
21441 2016-01-11  Martin Jambor  <mjambor@suse.cz>
21443         PR ipa/66616
21444         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
21445         flag.
21447 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21449         PR tree-optimization/69109
21450         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
21451         latch with phi.
21453 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21455         PR tree-optimization/69108
21456         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
21457         res is not used in a phi.
21459 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
21461         PR 67425
21462         * common.opt (frandom-seed): Fix parameter name.
21463         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
21465 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21467         PR tree-optimization/69058
21468         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
21469         not supported.
21471 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
21473         * config/arc/arc.opt (mdiv-rem): Add period to the end.
21474         (mcode-density): Likewise.
21476 2016-01-10  Tom de Vries  <tom@codesourcery.com>
21478         PR tree-optimization/69062
21479         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
21480         (parallelize_loops): Don't paralelize loop that has phi with address
21481         arg.
21483 2016-01-10  Tom de Vries  <tom@codesourcery.com>
21485         PR tree-optimization/69039
21486         * tree-parloops.c (try_create_reduction_list): Only allow single exit
21487         phi for reduction.
21489 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
21491         PR middle-end/68743
21492         * match.pd: Require target has function_c99_misc before doing
21493         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
21495 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
21497         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
21498         use GMPINC.
21499         * configure: Regenerate.
21501 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
21503         PR middle-end/50865
21504         PR tree-optimization/69097
21505         * fold-const.h (expr_not_equal_to): New prototype.
21506         * fold-const.c: Include stringpool.h and tree-ssanames.h.
21507         (expr_not_equal_to): New function.
21508         * match.pd (X % -Y is the same as X % Y): Don't optimize
21509         unless X is known not to be equal to minimum or Y is known
21510         not to be equal to -1.
21511         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
21512         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
21513         (simplify_stmt_using_ranges): Adjust caller.
21514         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
21515         substitute_and_fold.
21517 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
21519         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
21520         w/o DECL_NAME.
21522 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21524         PR tree-optimization/69167
21525         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
21526         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
21527         ops[0] comparison.
21528         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
21530 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
21531             Richard Biener  <rguenther@suse.de>
21533         PR tree-optimization/68707
21534         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
21535         instances that can be handled via vect_load_lanes.
21537 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
21539         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
21540         if we can't determine address equivalence.
21541         * alias.c (compare_base_decl): Update for changed return value of
21542         symtab_node::equal_address_to.
21544 2016-01-08  Jason Merrill  <jason@redhat.com>
21546         PR c++/68983
21547         PR c++/67557
21548         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
21549         * expr.c (store_field): Not here.
21550         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
21551         call with TREE_ADDRESSABLE type.
21552         * tree-cfg.c (verify_gimple_call): Adjust.
21554 2016-01-08  Olivier Hainque  <hainque@adacore.com>
21556         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
21557         libc_internal.
21559 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
21561         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
21562         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
21563         (reduc_smin_v2sf): Rename to...
21564         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
21565         (reduc_splus_v2sf): Rename to...
21566         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
21568 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21570         PR tree-optimization/69162
21571         * gimplify.c (gimplify_va_arg_expr): Encode original type of
21572         valist argument in another argument.
21573         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
21574         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
21575         to determine the va_list type, build a MEM_REF instead of
21576         build_fold_indirect_ref.
21578         PR tree-optimization/69172
21579         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
21580         gimple_build.
21582 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21584         PR tree-optimization/67781
21585         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
21586         and cmpnop in two steps: first the ones not accessed in original
21587         gimple expression in a endian independent way and then the ones not
21588         accessed in the final result in an endian-specific way.
21590 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21592         PR tree-optimization/69083
21593         * tree-vect-slp.c (vect_get_constant_vectors): For
21594         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
21595         element type.  If op is fold_convertible_p to vector_type's element
21596         type, use NOP_EXPR instead of VCE.
21598 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
21600         PR rtl-optimization/67778
21601         PR rtl-optimization/68634
21602         PR rtl-optimization/68909
21603         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
21604         block from the stack until done with it.  Remove a superfluous
21605         bitmap set.  Remove a superfluous bitmap test.
21607 2016-01-07  Martin Sebor  <msebor@redhat.com>
21609         PR c/68966
21610         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
21611         constraint on the type of arguments.
21613 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
21615         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
21616         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
21617         unaligned_access on the gcc_options set.
21618         * config/arm/arm.c (arm_option_override_internal): Use
21619         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
21621 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
21623         PR target/69140
21624         * config/i386/i386.c (ix86_frame_pointer_required): Enable
21625         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
21627 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
21629         Revert
21630         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
21632         PR target/69140
21633         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
21634         depending on frame_pointer_needed before remaining integer and SSE
21635         registers are saved.
21637 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
21639         PR 1078
21640         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
21642 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
21644         PR target/69171
21645         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
21646         Use the "xBm" constraint.
21647         (float<sseintvecmodelower><mode>2<mask_name><round_name):
21648         Likewise.
21649         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
21650         (sse_cvtsi2ssq<round_name>): Likewise.
21651         (sse_cvtss2si<round_name>): Likewise.
21652         (sse_cvtss2siq<round_name>): Likewise.
21653         (sse2_cvtsi2sdq<round_name>): Likewise.
21654         (sse2_cvtsd2si<round_name>): Likewise.
21655         (sse2_cvtsd2siq<round_name>): Likewise.
21656         * config/i386/subst.md (round_nimm_scalar_predicate): New
21657         predicate.
21659 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
21661         PR middle-end/67639
21662         * varasm.c (make_decl_rtl): Mark invalid register vars as
21663         DECL_EXTERNAL.
21665         PR rtl-optimization/66206
21666         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
21667         All callers changed.
21669 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
21671         PR tree-optimization/69141
21672         * tree-ssa-pre.c: Include langhooks.h.
21673         (eliminate_dom_walker::before_dom_children): Use
21674         lang_hooks.decl_printable_name instead of
21675         cgraph_node::get ()->name ().
21677         PR middle-end/68960
21678         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
21679         it and DECL_ALIGN too.
21681 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
21683         * config/mips/mips-ftypes.def: Sort to lexicographical order.
21685 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
21687         PR target/69140
21688         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
21689         depending on frame_pointer_needed before remaining integer and SSE
21690         registers are saved.
21692 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21694         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
21695         mode iterator with VSX_M2.
21696         (*p9_vecstore_<mode>): Likewise.
21697         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
21698         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
21699         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
21700         (define_split for VSX_LE128 stores): Likewise.
21701         (define_peephole2 for TImode LE swaps): Likewise.
21702         (define_split for VSX_LE128 post-reload stores): Likewise.
21704 2016-01-06  Marek Polacek  <polacek@redhat.com>
21706         PR sanitizer/69099
21707         * convert.c (convert_to_integer_1): Adjust call to
21708         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
21709         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
21710         EXPR instead of ARG.
21711         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
21713 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21715         PR 1078
21716         * doc/extend.texi (RL78 Variable Attributes): New section.
21718 2016-01-05  Marek Polacek  <polacek@redhat.com>
21720         PR c/69104
21721         * builtins.c (get_memmodel): Use expansion point location rather than
21722         the input location.  Call warning_at rather than warning.
21723         (expand_builtin_atomic_compare_exchange): Likewise.
21724         (expand_builtin_atomic_load): Likewise.
21725         (expand_builtin_atomic_store): Likewise.
21726         (expand_builtin_atomic_clear): Likewise.
21728 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21730         PR target/68991
21731         * config/i386/i386.c (ix86_expand_vector_logical_operator):
21732         Replace nonimmediate_operand with vector_operand.
21733         * config/i386/predicates.md (vector_operand): New predicate.
21734         (general_vector_operand): Replace nonimmediate_operand with
21735         vector_operand.
21736         * config/i386/sse.md: Replace nonimmediate_operand with
21737         vector_operand and m constraint with Bm constraint on SSE
21738         patterns with 16-byte memory operand.
21739         * config/i386/subst.md (round_nimm_predicate): Replace
21740         nonimmediate_operand with vector_operand.
21741         (round_saeonly_nimm_predicate): Likewise.
21742         (round_saeonly_nimm_scalar_predicate): New.
21744 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21746         PR target/68991
21747         * config/i386/constraints.md (Bm): New constraint.
21748         * config/i386/predicates.md (vector_memory_operand): New
21749         predicate.
21750         * config/i386/sse.md: Replace xm with xBm in plusminus and
21751         any_logic patterns.
21753 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21755         PR 1078
21756         * doc/extend.texi (V850 Function Attributes): New section.
21757         (V850 Variable Attributes): New section.
21759 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21761         PR 1078
21762         * doc/extend.texi (MicroBlaze Function Attributes): Document
21763         interrupt_handler and fast_interrupt attributes.
21765 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
21767         PR other/60465
21768         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
21769         for local symbolic operands.
21770         * config/ia64/predicates.md (local_symbolic_operand64): New
21771         predicate.
21773 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21775         PR rtl-optimization/68651
21776         * combine.c (combine_simplify_rtx): Canonicalize x + x into
21777         x << 1.
21779 2016-01-05  Nathan Sidwell  <nathan@acm.org>
21781         * alias.c (compare_base_decls): Use symtab_node::get.
21783 2016-01-05  Nick Clifton  <nickc@redhat.com>
21785         PR target/68770
21786         * ira-costs.c (copy_cost): Initialise the t_icode field of the
21787         secondary_reload_info structure.
21789         PR target/66655
21790         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
21791         decls if weak support is available.
21793 2016-01-04  Martin Sebor  <msebor@redhat.com>
21795         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
21797 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
21799         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
21800         OPTION_MASK_P9_DFORM.
21802         * config/rs6000/constraints.md (wo constraint): New constraint for
21803         ISA 3.0 (power9).
21805         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
21806         for wo constraint.
21807         (rs6000_init_hard_regno_mode_ok): Likewise.
21809         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
21810         wo constraint.
21812         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
21813         expanders not to have constraints.  Add support for ISA 3.0 xxperm
21814         instruction.  Add support for fusing xxlor with xxperm.
21815         (altivec_vperm_<mode>_internal): Likewise.
21816         (altivec_vperm_v8hiv16qi): Likewise.
21817         (altivec_vperm_<mode>v16q): Likewise.
21818         (altivec_vperm_<mode>_uns): Likewise.
21819         (vperm_v8hiv4si): Likewise.
21820         (vperm_v16qiv8hi): Likewise.
21822         * doc/md.texi (RS/6000 constraints): Document wo constraint.
21824 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
21826         Update copyright years.
21828         * gcc.c (process_command): Update copyright notice dates.
21829         * gcov-dump.c (print_version): Ditto.
21830         * gcov.c (print_version): Ditto.
21831         * gcov-tool.c (print_version): Ditto.
21832         * gengtype.c (create_file): Ditto.
21833         * doc/cpp.texi: Bump @copying's copyright year.
21834         * doc/cppinternals.texi: Ditto.
21835         * doc/gcc.texi: Ditto.
21836         * doc/gccint.texi: Ditto.
21837         * doc/gcov.texi: Ditto.
21838         * doc/install.texi: Ditto.
21839         * doc/invoke.texi: Ditto.
21841 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21843         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
21844         modes larger than TImode as TImode if NEON is not enabled.
21846 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21848         PR target/69100
21849         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
21850         mode for %f0-%f31 only if TARGET_FPU.
21852 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21854         PR target/69072
21855         * config/sparc/sparc.c (scan_record_type): Take into account subfields
21856         to compute the PACKED_P predicate.
21857         (function_arg_record_value): Minor tweaks.
21859 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21861         * doc/install.texi (--with-multilib-list): Describe the meaning of the
21862         option for arm*-*-* targets.
21864 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21866         * doc/extend.texi (Common Function Attributes): Move docs for
21867         MSP430-specific attributes to....
21868         (MSP430 Function Attributes): ...here.  Delete the redundant
21869         entries and copy-edit the remaining text.
21870         (MSP430 Variable Attributes): Use uniform format for index
21871         entries and add a cross-reference to the corresponding function
21872         attribute docs.
21874 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
21876         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
21877         -finite-math typo.
21878         (x86 Options): Likewise.
21880 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
21882         PR 1078
21884         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
21885         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
21886         to corresponding attribute.
21888 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
21890         * doc/extend.texi (Common Function Attributes) <noplt>: Move
21891         to correct alphabetization of table.  Copy-edit and correct
21892         markup.
21893         <stack_protect>: Likewise.
21894         <target_clones>: Likewise.
21895         <simd>: Likewise.
21896         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
21897         Correct punctuation.
21898         (Code Gen Options) <-fno-plt>: Copy-edit.
21900 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21902         PR target/68917
21903         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
21904         SI values.  Explicitly convert SI to DI and vice-versa.
21906 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
21908         PR tree-optimization/69070
21909         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
21910         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
21912         PR sanitizer/69055
21913         * ubsan.c (ubsan_instrument_float_cast): Call
21914         initialize_sanitizer_builtins.
21916         PR target/69015
21917         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
21919 Copyright (C) 2016 Free Software Foundation, Inc.
21921 Copying and distribution of this file, with or without modification,
21922 are permitted in any medium without royalty provided the copyright
21923 notice and this notice are preserved.