selftest: split out named_temp_file from temp_source_file
[official-gcc.git] / gcc / ChangeLog
blobfa764e86425aca217f8045b992695c85e987834b
1 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
3         * selftest.c (selftest::named_temp_file::named_temp_file): New
4         ctor.
5         (selftest::temp_source_file::~temp_source_file): Move to...
6         (selftest::named_temp_file::~named_temp_file): ...here.
7         (selftest::test_named_temp_file): New function.
8         (selftest::selftest_c_tests): Call test_named_temp_file.
9         * selftest.h (class named_temp_file): New class.
10         (class temp_source_file): Convert to a subclass of named_temp_file.
12 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
14         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
15         USEs of LR_REGNO in returns and sibcalls.
16         (rs6000_output_mi_thunk): Similar.
17         (rs6000_sibcall_aix): Similar.
18         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
19         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
20         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
21         Remove the USE of LR_REGNO from the patterns as well.  Delete an
22         obsolete comment.
23         (return_internal_<mode>): Delete.
25 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
27         * gcc/config/aarch64/aarch64-simd.md
28         (aarch64_ld2<mode>_dreg_le): New.
29         (aarch64_ld2<mode>_dreg_be): New.
30         (aarch64_ld2<mode>_dreg): Removed.
31         (aarch64_ld3<mode>_dreg_le): New.
32         (aarch64_ld3<mode>_dreg_be): New.
33         (aarch64_ld3<mode>_dreg): Removed.
34         (aarch64_ld4<mode>_dreg_le): New.
35         (aarch64_ld4<mode>_dreg_be): New.
36         (aarch64_ld4<mode>_dreg): Removed.
37         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
39 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
41         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
42         redundant location param.
43         (test_one_liner_fixit_remove): Likewise.
44         (test_one_liner_fixit_replace): Likewise.
45         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
46         * gcc-rich-location.c
47         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
48         get_range_from_loc.  Drop overload taking a const char *.
49         * gcc-rich-location.h
50         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
51         a const char *.
53 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
55         * config/linux.c (linux_libc_has_function): Return true on musl.
57 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
59         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
61 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
63         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
64         used for abnormal egdes.
66 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
68         PR tree-optimization/72866
69         * tree-vect-patterns.c (search_type_for_mask): Turn into
70         a small wrapper, move all code to ...
71         (search_type_for_mask_1): ... this new function.  Add caching
72         and adjust recursive calls.
74         PR debug/77363
75         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
76         instead of lookup_type_die (type_main_variant (type)) even for array
77         types.
79         PR middle-end/77377
80         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
81         constant pool reference return x instead of c.
83 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
85         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
86         include MQ.
88 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
90         * input.c
91         (selftest::test_make_location_nonpure_range_endpoints): Fix
92         header comment.
94 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
96         * diagnostic-show-locus.c
97         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
98         function.
99         (selftest::test_diagnostic_show_locus_one_liner): Call it.
100         * input.c (get_pure_location): Move to libcpp/line-map.c.
101         * input.h (get_pure_location): Convert decl to an inline function
102         calling implementation in libcpp.
104 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
106         PR target/77403
107         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
108         template for intel asm dialect.
109         (vec_set_hi_<mode><mask_name>): Ditto.
111 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
113         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
114         (selftest::fail_formatted): Likewise.
116 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
118         * input.c (make_location): Call get_start and get_finish
119         on the endpoints to avoid storing packed ranges or ad-hoc
120         ranges in them.
121         (selftest::test_make_location_nonpure_range_endpoints): New function.
122         (selftest::input_c_tests): Call it.
123         * input.h (get_start): New inline function.
125 2016-08-29  Tom de Vries  <tom@codesourcery.com>
127         PR c/77398
128         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
129         with assert.
131 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
133         * Makefile.in (gcov-iov.h): Add dummy recipe.
135 2016-08-29  Nathan Sidwell  <nathan@acm.org>
137         * config/nvptx/nvptx.c: #include tree-vrp.h.
139 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
141         PR target/77324
142         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
143         HIGH+LO construct during reload.
145 2016-08-28  Tom de Vries  <tom@codesourcery.com>
147         PR lto/70955
148         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
149         'sysv_abi va_list' attribute.
150         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
151         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
152         attributes.
154 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
156         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
157         * emit-rtl.c (unshare_all_rtl_1): Adjust.
158         (unshare_all_rtl_again): Likewise.
159         * function.c (assign_stack_local_1): Likewise.
160         (assign_stack_temp_for_type): Likewise.
162 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
164         * cfgbuild.c (make_edges): Adjust.
165         * cfgrtl.c (can_delete_label_p): Likewise.
166         * dwarf2cfi.c (create_trace_edges): Likewise.
167         * except.c (sjlj_emit_dispatch_table): Likewise.
168         * function.h (struct expr_status): make x_forced_labels a vector.
169         * jump.c (rebuild_jump_labels_1): Adjust.
170         * reload1.c (set_initial_label_offsets): Likewise.
171         * stmt.c (force_label_rtx): Likewise.
172         (expand_label): Likewise.
174 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
176         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
178 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
180         PR tree-optimization/71077
181         PR tree-optimization/68542
182         * fold-const.c (fold_relational_const): Fix folding of
183         VECTOR_CST comparisons that have a scalar boolean result type.
184         (selftest::test_vector_folding): New static function.
185         (selftest::fold_const_c_tests): Call it.
187 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
189         * doc/extend.texi (SPU Built-in Functions): Remove stale
190         references to material formerly at IBM and Sony.
192 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
194         PR target/77349
195         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
197 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
199         * diagnostic-show-locus.c
200         (selftest::test_fixit_consolidation): New function.
201         (selftest::diagnostic_show_locus_c_tests): Call it.
202         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
203         constructor based on source_range.
205 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
207         * diagnostic-color.c (color_dict): Add "fixit-insert" and
208         "fixit-delete".
209         (parse_gcc_colors): Update description of default GCC_COLORS.
210         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
211         (colorizer::set_fixit_insert): New method.
212         (colorizer::set_fixit_delete): New method.
213         (colorizer::get_color_by_name): New method.
214         (colorizer::STATE_FIXIT_INSERT): New constant.
215         (colorizer::STATE_FIXIT_DELETE): New constant.
216         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
217         fields in favor of new field "m_stop_color".  Add fields
218         "m_fixit_insert" and "m_fixit_delete".
219         (colorizer::colorizer): Update for above changes.  Replace
220         colorize_start calls with calls to get_color_by_name.
221         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
222         STATE_FIXIT_DELETE.  Update for field renamings.
223         (colorizer::finish_state): Simplify by using m_stop_color,
224         rather than multiple identical "*_ce" fields.
225         (colorizer::get_color_by_name): New method.
226         (layout::print_any_fixits): Print insertions and replacements
227         using the "fixit-insert" color, and deletions using the
228         "fixit-delete" color.
229         * doc/invoke.texi (-fdiagnostics-color): Update description of
230         default GCC_COLORS, and of the supported capabilities.
232 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
234         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
235         current_function_static_stack_size variable with the static
236         stack frame size of the current function when
237         flag_stack_usage_info is enabled.
239 2016-08-26  Nathan Sidwell  <nathan@acm.org>
241         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
242         assignment inside if condition.
244 2016-08-26  Richard Biener  <rguenther@suse.de>
246         PR tree-optimization/69047
247         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
248         extracts similar to what FRE does.
249         (non_rewritable_mem_ref_base): Likewise.
251 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
253         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
254         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
255         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
256         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
257         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
258         Likewise.
259         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
260         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
261         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
262         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
263         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
265 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
267         PR target/70473
268         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
269         reservation duration to 15 cycles.
270         (cortex_a8_vfp_macs): Likewise.
271         (cortex_a8_vfp_macd): Likewise.
272         (cortex_a8_vfp_divs): Likewise.
273         (cortex_a8_vfp_divd): Likewise.
275 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
277         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
278         (aarch_macro_fusion_pair_p): Use above to avoid early return.
280 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
281             Martin Jambhor  <mjambor@suse.cz>
283         * common.opt: New option -fipa-bit-cp.
284         * doc/invoke.texi: Document -fipa-bit-cp.
285         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
286         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
287         * tree-ssa-ccp.h: New header file.
288         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
289         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
290         Replace all occurences of tree parameter by two new params: signop, int.
291         (bit_value_unop_1): Change to bit_value_unop and export it.
292         Replace all occurences of tree parameter by two new params: signop,
293         int.
294         (bit_value_binop): Change call from bit_value_binop_1 to
295         bit_value_binop.
296         (bit_value_assume_aligned): Likewise.
297         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
298         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
299         to ccp_finalize.
300         (ccp_finalize): Skip processing if val->mask == 0.
301         * ipa-cp.c: Include tree-ssa-ccp.h
302         (ipcp_bits_lattice): New class.
303         (ipcp_param_lattice (bits_lattice): New member.
304         (print_all_lattices): Call ipcp_bits_lattice::print.
305         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
306         (initialize_node_lattices): Likewise.
307         (propagate_bits_accross_jump_function): New function.
308         (propagate_constants_accross_call): Call
309         propagate_bits_accross_jump_function.
310         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
311         (ipcp_store_bits_results): New function.
312         (ipcp_driver): Call ipcp_store_bits_results.
313         * ipa-prop.h (ipa_bits): New struct.
314         (ipa_jump_func): Add new member bits of type ipa_bits.
315         (ipa_param_descriptor): Change decl to decl_or_type.
316         (ipa_get_param): Change decl to decl_or_type and assert on
317         PARM_DECL.
318         (ipa_get_type): New function.
319         (ipcp_transformation_summary): New member bits.
320         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
321         (ipa_populate_param_decls): Likewise.
322         (ipa_dump_param): Likewise.
323         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
324         function.
325         (ipa_set_jf_unknown): Set ipa_bits::known to false.
326         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
327         propagation.
328         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
329         (ipa_write_jump_function): Add streaming for ipa_bits.
330         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
331         (write_ipcp_transformation_info): Add streaming for ipa_bits
332         summary for ltrans.
333         (read_ipcp_transfomration_info): Add support for reading streamed
334         ipa_bits.
335         (ipcp_update_bits): New function.
336         (ipcp_transform_function): Call ipcp_update_bits.
338 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
340         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
341         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
343 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
345         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
347 2016-08-25  Richard Biener  <rguenther@suse.de>
349         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
350         Only add locations in late dwarf.
351         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
352         (dwarf2out_early_finish): But do it here.
354 2016-08-24  Michael Collison <michael.collison@linaro.org>
355             Michael Collison <michael.collison@arm.com>
357         * config/arm/arm-modes.def: Add new condition code mode CC_V
358         to represent the overflow bit.
359         * config/arm/arm.c (maybe_get_arm_condition_code):
360         Add support for CC_Vmode.
361         (arm_gen_unlikely_cbranch): New function to generate common
362         rtl conditional branches for overflow patterns.
363         * config/arm/arm-protos.h: Add prototype for
364         arm_gen_unlikely_cbranch.
365         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
366         addsi3_compareV_upper): New patterns to support signed
367         builtin overflow add operations.
368         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
369         New patterns to support unsigned builtin add overflow operations.
370         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
371         builtin overflow subtract operations,
372         (usubv<mode>4): New patterns to support unsigned builtin subtract
373         overflow operations.
374         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
375         to support builtin overflow negate operations.
377 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
379         Revert
380         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
382         * explow.c (get_dynamic_stack_size): Take known alignment of stack
383         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
384         needed.
386 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
388         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
389         MULTILIB_OPTIONS should be used.  Small wording fixes.
390         * genmultilib: Memorize set of all option combinations in
391         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
392         found in MULTILIB_OPTIONS by checking if option set is listed in
393         combination_space.  Output new and existing error message to stderr.
395 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
397         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
398         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
399         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
400         (MULTILIB_REUSE): Remove reuse rules for option set including
401         -mfpu=fp-armv8 and -mfpu=vfpv4
403 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
405         * config/arm/t-rtems: Add vfp multilib.
407 2016-08-23  Ian Lance Taylor  <iant@golang.org>
409         * config/s390/s390.c (s390_asm_file_start): Call
410         default_file_start.
412 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
414         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
415         initialization of all 0's to the 0 constant, instead of directly
416         generating XOR.  Add support for V4SImode vector initialization on
417         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
418         initialization.  Change variables used in V4SFmode vector
419         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
420         any memory addresses are in index form.  Add support for using
421         VSPLTH/VSPLTB to initialize vector short and vector char vectors
422         with all of the same element.
423         (regno_or_subregno): New helper function to return a register
424         number for either REG or SUBREG.
425         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
426         Use regno_or_subregno where possible.
427         (rs6000_split_v4si_init_di_reg): New helper function to build up a
428         DImode value from two SImode values in order to generate V4SImode
429         vector initialization on 64-bit systems with direct move.
430         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
431         initialization.
432         (rtx_is_swappable_p): V4SImode vector initialization insn is not
433         swappable.
434         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
435         declaration.
436         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
437         attributes to initialize V8HImode and V16QImode vectors with the
438         same element.
439         (VSX_SPLAT_COUNT): Likewise.
440         (VSX_SPLAT_SUFFIX): Likewise.
441         (UNSPEC_VSX_VEC_INIT): New unspec.
442         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
443         Allow SFmode values to come from Altivec registers.
444         (vsx_init_v4si): New insn/split for V4SImode vector initialization
445         on 64-bit systems with direct move.
446         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
447         vector initializations, to allow V4SImode vector initializations
448         on 64-bit systems with direct move.
449         (vsx_splat_v4si): Likewise.
450         (vsx_splat_v4si_di): Likewise.
451         (vsx_splat_v4sf): Likewise.
452         (vsx_splat_v4sf_internal): Likewise.
453         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
454         register classes.
455         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
456         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
457         initializing V8HImode and V16QImode vectors with the same
458         element.
459         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
460         optimization if -maltivec=be.
462 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
464         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
465         attribute for alternatives 3 and 4.
467 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
469         * selftest.c (selftest::assert_str_contains): New function.
470         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
471         * selftest.h (selftest::assert_str_contains): New decl.
472         (ASSERT_STR_CONTAINS): New macro.
474 2016-08-23  Richard Biener  <rguenther@suse.de>
476         PR tree-optimization/77286
477         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
478         the CFG here.
479         (vect_transform_loop): Split exit edges of loop and scalar
480         loop if required and at the appropriate time.
482 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
484         * explow.c (get_dynamic_stack_size): Take known alignment of stack
485         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
486         needed.
487         Correct a typo in a comment.
489 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
491         * config/s390/s390.md ("*andc_split"): New splitter for and with
492         complement.
494 2016-08-23  Richard Biener  <rguenther@suse.de>
496         PR tree-optimization/27336
497         * tree-vrp.c (infer_value_range): Handle stmts that can throw
498         by looking for a non-EH edge.
499         (process_assert_insertions_for): Likewise.
501 2016-08-23  Richard Biener  <rguenther@suse.de>
503         PR middle-end/77305
504         * statistics.c (statistics_counter_event): Robustify against
505         NULL current_pass.
507 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
509         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
510         for targets amdfam10 and barcelona.
512 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
514         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
515         (zero_extend<mode>di2): Ditto.
516         (*zero_extend<mode>si2): Ditto.
517         (*zero_extendqihi2): Ditto.
519 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
521         PR middle-end/77269
522         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
523         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
525 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
527         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
528         identical consecutive elements.
529         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
530         the node's def stmt, avoid printing an unwanted trailing newline by
531         replacing the call to print_gimple_stmt() with its inlined body and
532         adjusting it to not set pp_needs_newline and to call pp_flush()
533         instead of pp_newline_and_flush().
535 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
537         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
538         (float32_type_node, float64_type_node, float32x_type_node)
539         (float128x_type_node): New macros.
540         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
541         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
542         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
543         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
544         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
545         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
546         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
547         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
548         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
549         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
550         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
551         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
552         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
553         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
554         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
555         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
556         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
557         (copysign, fabs, huge_val, inf, nan, nans): Use it.
558         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
559         and copysign.
560         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
561         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
562         * doc/extend.texi (Other Builtins): Document these built-in
563         functions.
564         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
565         for nan and nans.
567 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
569         * doc/install.texi (Binaries): www.opencsw.org now uses https.
571 2016-08-22  Richard Biener  <rguenther@suse.de>
573         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
575 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
577         PR target/77270
578         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
579         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
580         non-SSE2 athlons only, otherwise prefer SSE prefetches.
582 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
584         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
585         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
586         (vrp_visit_switch_stmt): Likewise.
587         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
588         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
589         (vrp_visit_stmt): Use extract_range_from_stmt.
590         (vrp_visit_phi_node): Use extract_range_from_phi_node.
592 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
594         * Makefile.in: Add tree-vrp.h to GTFILES.
595         * gengtype.c (open_base_files): Add tree-vrp.h.
596         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
597         * builtins.c: Likewise.
598         * fold-const.c: Likewise.
599         * gimple-builder.c: Likewise.
600         * gimple-laddress.c: Likewise.
601         * hsa-gen.c: Likewise.
602         * internal-fn.c: Likewise.
603         * ssa.h: Likewise.
604         * targhooks.c: Liewise,
605         * tree-ssa-address.c: Likewise.
606         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
607         * tree-vrp.c (struct value_range): Move to tree-vrp.h
608         * tree-vrp.h: New file.
610 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
612         PR tree-optimization/61839
613         * tree-vrp.c (two_valued_val_range_p): New.
614         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
615         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
616         Also Convert VAR BINOP CST where VAR is two-valued to
617         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
619 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
621         * diagnostic-show-locus.c
622         (layout::annotation_line_showed_range_p): New method.
623         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
624         Reimplement case fixit_hint::REPLACE to cover removals, and
625         replacements where the range of the replacement isn't one
626         of the ranges in the rich_location.
627         (test_one_liner_fixit_replace): Likewise.
628         (selftest::test_one_liner_fixit_replace_non_equal_range): New
629         function.
630         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
631         New function.
632         (selftest::test_diagnostic_show_locus_one_liner): Call the new
633         functions.
634         * diagnostic.c (print_parseable_fixits): Remove case
635         fixit_hint::REMOVE.
637 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
639         PR target/77270
640         * config/i386/i386.c (ix86_option_override_internal): Remove
641         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
642         Enable SSE prefetch also for TARGET_PREFETCHWT1.
643         Do not try to enable TARGET_PRFCHW ISA flag here.
644         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
645         Rewrite expander function body.
646         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
648 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
650         PR c/32187
651         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
652         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
653         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
654         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
655         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
656         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
657         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
658         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
659         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
660         tree_index values.
661         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
662         macros.
663         (struct floatn_type_info): New structure type.
664         (floatn_nx_types): New variable declaration.
665         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
666         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
667         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
668         * tree.c (floatn_nx_types): New variable.
669         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
670         corresponding complex types.
671         * target.def (floatn_mode): New hook.
672         * targhooks.c: Include "real.h".
673         (default_floatn_mode): New function.
674         * targhooks.h (default_floatn_mode): New prototype.
675         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
676         types.
677         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
678         effective-target and dg-add-options keywords.
679         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
680         Document new effective-target keywords.
681         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
682         * doc/tm.texi: Regenerate.
683         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
684         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
685         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
686         18661-3.
687         * real.h (struct real_format): Add field ieee_bits.
688         * real.c (ieee_single_format, mips_single_format)
689         (motorola_single_format, spu_single_format, ieee_double_format)
690         (mips_double_format, motorola_double_format)
691         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
692         (ieee_extended_intel_128_format)
693         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
694         (mips_extended_format, ieee_quad_format, mips_quad_format)
695         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
696         (decimal_double_format, decimal_quad_format, ieee_half_format)
697         (arm_half_format, real_internal_format: Initialize ieee_bits
698         field.
699         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
700         float128_type_node.  Set float80_type_node to float64x_type_node
701         if appropriate and long_double_type_node not appropriate.
702         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
703         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
704         Initialize ieee_bits field.
705         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
706         (rs6000_init_builtins): Set ieee128_float_type_node to
707         float128_type_node.
708         (rs6000_floatn_mode): New function.
710 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
712         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
713         _rdseed64_step): Uglify argument names and/or local variable names
714         in inline functions.
715         * config/i386/rtmintrin.h (_xabort): Likewise.
716         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
717         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
718         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
719         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
720         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
721         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
722         _mm_maskz_ternarylogic_epi32): Likewise.
723         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
724         __lwpins32, __lwpins64): Likewise.
725         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
726         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
727         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
728         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
729         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
730         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
731         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
732         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
733         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
734         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
735         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
736         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
737         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
738         _mm256_mask_i64gather_epi32): Likewise.
739         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
740         * config/i386/ia32intrin.h (__writeeflags): Likewise.
741         * config/i386/pkuintrin.h (_wrpkru): Likewise.
742         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
743         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
744         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
745         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
746         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
747         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
748         _mm512_mask_prefetch_i64scatter_ps): Likewise.
749         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
750         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
751         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
752         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
753         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
754         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
755         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
756         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
758         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
759         returning void.
760         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
761         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
762         Likewise.
763         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
764         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
765         function name.
766         (_rdpkru_u32): Add space after function name.
768         * config/i386/t-i386 (i386-c.o): Don't depend on
769         i386-builtin-types.inc.
770         (i386.o): Depend on i386-builtin-types.inc.
772 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
774         PR target/77281
775         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
776         Use const_vec_duplicate to check for duplicated elements.
778 2016-08-19  Richard Biener  <rguenther@suse.de>
780         PR tree-optimization/77290
781         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
782         Fix flag_tree_parallelize_loops check.
784 2016-08-19  Richard Biener  <rguenther@suse.de>
786         * match.pd (x | 0 -> x): Add.
788 2016-08-19  Richard Biener  <rguenther@suse.de>
790         PR tree-optimization/77286
791         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
792         Deal with virtual PHIs being out-of-order.
794 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
796         * doc/invoke.texi (fverbose-asm): Note that source code lines
797         are emitted, and provide an example.
798         * final.c (asm_show_source): New function.
799         (final_scan_insn): Call asm_show_source.
801 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
803         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
804         param with diagnostic_kind.
805         (class colorizer): Similarly replace field m_diagnostic with
806         m_diagnostic_kind.
807         (colorizer::colorizer): Replace diagnostic
808         param with diagnostic_kind.
809         (colorizer::begin_state): Update for above field change.
810         (layout::layout): Replace diagnostic param with rich_location *
811         and diagnostic_kind.
812         (diagnostic_show_locus): Replace diagnostic param with richloc
813         and diagnostic_kind.
814         (class selftest::test_diagnostic_context): New class.
815         (selftest::test_diagnostic_show_locus_unknown_location): New
816         function.
817         (selftest::test_one_liner_simple_caret): New function.
818         (selftest::test_one_liner_caret_and_range): New function.
819         (selftest::test_one_liner_multiple_carets_and_ranges): New
820         function.
821         (selftest::test_one_liner_fixit_remove): New function.
822         (selftest::test_one_liner_fixit_replace): New function.
823         (selftest::test_diagnostic_show_locus_one_liner): New function.
824         (selftest::diagnostic_show_locus_c_tests): Call the new test
825         functions.
826         * diagnostic.c (diagnostic_initialize): Initialize
827         colorize_source_p, show_ruler_p and parseable_fixits_p.
828         (default_diagnostic_finalizer): Update for change to
829         diagnostic_show_locus.
830         (diagnostic_append_note): Likewise.
831         * diagnostic.h (diagnostic_show_locus): Replace
832         const diagnostic_info * param with location * and diagnostic_t.
834 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
836         * input.c (saved_line_table): New global.
837         (class selftest::temp_line_table): Rename to line_table_test and
838         move declaration to selftest.h, and drop field m_old_line_table.
839         (selftest::temp_line_table::temp_line_table): Rename ctor to...
840         (selftest::line_table_test::line_table_test): ...this.  Add a
841         default ctor.  Store current value of line_table within
842         saved_line_table.
843         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
844         (selftest::line_table_test::~line_table_test): ...this, and
845         restore line_table from the saved_line_table, rather than
846         m_old_line_table.
847         (selftest::test_accessing_ordinary_linemaps): Update for above
848         renaming.
849         (selftest::test_lexer): Likewise.
850         (struct selftest::lexer_test): Likewise.
851         (selftest::lexer_test::lexer_test): Likewise.
852         (selftest::input_c_tests): Move the looping over test cases from
853         here into...
854         (selftest::for_each_line_table_case): New function.
855         * input.h (saved_line_table): New decl.
856         * selftest.h (struct selftest::line_table_case): New forward decl.
857         (class selftest::line_table_test): New class, moved here from
858         selftest::temp_line_table in input.c, and renamed.
859         (selftest::for_each_line_table_case): New decl.
861 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
863         PR target/72839
864         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
866 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
868         PR middle-end/70895
869         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
870         enclosing parallel construct for reduction variables on OpenACC loop
871         directives.
873 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
875         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
876         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
877         -gdwarf-3.
878         (function_to_dwarf_procedure): Update comment.
880 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
882         * input.c (diagnostics_file_cache_forcibly_evict_file): New
883         function.
884         * input.h (diagnostics_file_cache_forcibly_evict_file): New
885         declaration.
886         * selftest.c (selftest::temp_source_file::~temp_source_file):
887         Evict m_filename from the diagnostic file cache.
889 2016-08-18  Richard Biener  <rguenther@suse.de>
891         * tree-pass.h (make_pass_materialize_all_clones): Declare.
892         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
893         make_pass_materialize_all_clones): New simple IPA pass encapsulating
894         clone materialization.
895         * passes.def (all_late_ipa_passes): Start with
896         pass_materialize_all_clones.
897         * cgraphunit.c (symbol_table::compile): Remove call to
898         materialize_all_clones.
899         * tree-into-ssa.c: Include statistics.h.
900         (update_ssa): Count number of times we do incremental/rewrite
901         SSA update.
903 2016-08-18  Richard Biener  <rguenther@suse.de>
905         PR tree-optimization/77282
906         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
907         When doing auto-parallelizing also prevent use of PHIs that
908         carry dependences across loop backedges.
910 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
911             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
913         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
915 2016-08-18  Richard Biener  <rguenther@suse.de>
917         * ssa-iterators.h (ssa_vuse_operand): New inline.
918         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
919         (predicate_all_scalar_phis): Use remove_phi_node to remove
920         phi nodes predicated.  Delay removing virtual PHIs.
921         (predicate_mem_writes): Update virtual operands.
922         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
923         (tree_if_conversion): Do not rewrite virtual SSA form.
924         * tree-phinodes.c (release_phi_node): Make static.
925         * tree-phinodes.h (release_phi_node): Remove.
927 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
929         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
930         codes that appear in bdesc_* arrays, instead include i386-builtin.def
931         twice to define those.
932         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
933         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
934         bdesc_multi_arg): Define by including i386-builtin.def the third time.
935         * config/i386/i386-builtin.def: New file.
937 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
939         * input.c (get_source_range_for_char): Rename to...
940         (selftest::get_source_range_for_char): ...this, and move within
941         the #if CHECKING_P guard.
942         (get_num_source_ranges_for_substring): Rename to...
943         (selftest::get_num_source_ranges_for_substring): ...this, move
944         within the #if CHECKING_P guard, and make static.
945         (selftest::assert_num_substring_ranges): Initialize
946         actual_num_ranges.
948 2016-08-18  Alan Modra  <amodra@gmail.com>
950         PR rtl-optimization/72771
951         * reload.c (find_reloads): Don't assume that a subreg mem is OK
952         when find_reloads_toplev returns address_reloaded==-1.
953         (alternative_allows_const_pool_ref): Update comment.
955 2015-08-17  Alan Hayward <alan.hayward@arm.com>
957         PR tree-optimization/71752
958         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
959         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
961 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
963         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
964         instead of testing ECF_NORETURN bit in gimple_call_flags.
965         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
966         * predict.c (tree_bb_level_predictions): Likewise.
967         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
969         PR middle-end/77259
970         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
971         turning a call into __builtin_unreachable-like noreturn call, adjust
972         gimple_call_set_fntype.
973         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
974         gimple_call_fntype has void return type.
976 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
978         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
979         maybe_lookup_decl, to handle nested acc loop directives.
981 2016-08-17  Richard Biener  <rguenther@suse.de>
983         PR tree-optimization/76490
984         * tree-vrp.c (update_value_range): Preserve overflow infinities
985         when intersecting with ranges from get_range_info.
986         (operand_less_p): Handle overflow infinities correctly.
987         (value_range_constant_singleton): Use vrp_operand_equal_p
988         to handle overflow max/min correctly.
989         (vrp_valueize): Likewise.
990         (union_ranges): Likewise.
991         (intersect_ranges): Likewise.
992         (vrp_visit_phi_node): Improve iteration limitation to only
993         apply when we'll possibly re-visit the PHI via a changed argument
994         on the backedge.
996 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
998         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
999         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
1000         rather than those that should not be built.
1002 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
1004         PR target/66488
1005         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
1007 2016-08-17  Richard Biener  <rguenther@suse.de>
1009         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
1010         (verify_vssa): New function verifying virtual SSA form.
1011         (verify_ssa): Call it.
1012         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
1013         Do not apply loop-closed SSA handling to virtuals.
1014         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
1015         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
1016         when rewriting their symbol.
1017         (prepare_def_site_for): Likewise.
1018         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
1019         operands of moved stmts.
1021 2016-08-17  Richard Biener  <rguenther@suse.de>
1023         PR tree-optimization/23855
1024         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
1025         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
1026         find guards to hoist.  Do not update SSA form but rewrite virtuals
1027         into loop closed SSA.
1028         (find_loop_guard): Adjust to skip already hoisted guards.  Do
1029         not mark virtuals for renaming or update SSA form.
1031 2016-08-17  Martin Liska  <mliska@suse.cz>
1033         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
1034         a LONG_LONG_TYPE_SIZE comparison.
1035         * gcov-io.h: Remove macro definitions.
1036         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
1037         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
1038         comparison.
1040 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
1042         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
1043         that builtins not mentioned in bdesc_* arrays come first, then
1044         the ones mentioned in bdesc_* arrays in the order they appear in
1045         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
1046         IX86_BUILTIN__BDESC_*_LAST enumerator.
1047         (bdesc_mpx): Fix up a comment typo.
1048         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
1049         __builtin_ia32_vpcomneu[bwdq] builtins.
1050         (BDESC_VERIFY, BDESC_VERIFYS): Define.
1051         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
1052         enum ix86_builtins ordering.
1053         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
1054         for direct bdesc_* array member access instead of searching all the
1055         arrays until an fcode match is found.
1057 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
1059         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
1060         pattern as define_insn_and_split.  Split insn before reload to
1061         ashl<mode>3_1.
1062         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
1063         <shift_insn><mode>3_1.
1064         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
1065         <rotate_insn><mode>3_1.
1067 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
1069         PR c/72857
1070         * input.c (get_source_range_for_substring): Rename to...
1071         (get_source_location_for_substring): ...this, adding param
1072         "caret_idx", and converting output param from source_range * to
1073         location_t *.
1074         (get_source_range_for_char): New function.
1075         (get_num_source_ranges_for_substring): Update comment to reflect
1076         above renaming.
1077         (assert_char_at_range): Update to use get_source_range_for_char
1078         rather than get_source_range_for_substring.
1079         (test_lexer_string_locations_concatenation_2): Likewise.
1080         * substring-locations.h (get_source_range_for_substring): Rename
1081         to...
1082         (get_source_location_for_substring): ...this, and adding param
1083         "caret_idx", and converting output param from source_range * to
1084         location_t *.
1086 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
1088         * input.c (class selftest::temp_source_file): Move to
1089         selftest.h.
1090         (selftest::temp_source_file::temp_source_file): Move to
1091         selftest.c.
1092         (selftest::temp_source_file::~temp_source_file): Likewise.
1093         * selftest.c (selftest::temp_source_file::temp_source_file): Move
1094         here from input.c.
1095         (selftest::temp_source_file::~temp_source_file): Likewise.
1096         * selftest.h (class selftest::temp_source_file): Move here from
1097         input.c
1099 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
1101         PR target/71910
1102         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
1103         inlining, add cgraph edge for the added __builtin_unreachable call.
1105         PR middle-end/67485
1106         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
1107         only cast it to SHWI for the final comparison.
1109 2016-08-16  Martin Liska  <mliska@suse.cz>
1111         PR gcov-profile/36412
1112         * doc/gcov.texi: Document --hash-filenames(-x).
1113         * gcov.c (print_usage): Add the option.
1114         (process_args): Process the option, sort options alphabetically.
1115         (md5sum_to_hex): New function.
1116         (make_gcov_file_name): Do the md5sum and append it to a
1117         filename.
1119 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
1121         PR tree-optimization/69848
1122         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
1123         and swtich operands to avoid additional NOT instruction.
1124         (vcond<v_cmp_mixed><mode>): Ditto.
1125         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1127 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1129         * doc/install.texi (*-*-solaris2*): Adjust latest change.
1131 2016-08-16  Richard Biener  <rguenther@suse.de>
1133         PR tree-optimization/76783
1134         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
1135         BB visited flags at start.
1137 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
1139         PR tree-optimization/72817
1140         PR tree-optimization/73450
1141         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
1142         multiple_of_p for adjusted IV.base.
1144 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
1146         PR target/72867
1147         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
1148         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
1149         for !flag_finite_math_only or flag_signed_zeros.
1150         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
1151         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
1152         depend on flag_finite_math_only.
1153         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
1154         New insn pattern.
1155         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
1156         (*ieee_smin<mode>3): Ditto.
1157         (*ieee_smax<mode>3): Ditto.
1158         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
1159         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
1160         flag_signed_zeros.
1161         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
1162         depend on flag_finite_math_only.
1163         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
1164         (*mmx_<code>v2sf3): Remove.
1165         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
1166         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
1167         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
1169 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
1171         PR rtl-optimization/73650
1172         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
1173         it is not a simple move.
1175 2016-08-15  Martin Liska  <mliska@suse.cz>
1177         PR driver/72765
1178         * gcc.c (do_spec_1): Call save_string with the right size.
1179         (save_string): Do an assert about string we copy.
1181 2016-08-15  Richard Biener  <rguenther@suse.de>
1183         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
1184         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
1185         TV_MACH_DEP.
1186         (pass_data_stv): Likewise.
1188 2016-08-15  Richard Biener  <rguenther@suse.de>
1190         PR tree-optimization/73434
1191         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
1192         TBAA info on the base when forwarding a non-invariant address.
1194 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
1196         * dwarf2out.c (struct checksum_attributes): Add
1197         at_string_length_bit_size and at_string_length_byte_size fields.
1198         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
1199         and DW_AT_string_length_byte_size.
1200         (die_checksum_ordered): Handle at_string_length_bit_size and
1201         at_string_length_byte_size.
1202         (gen_array_type_die): For dwarf_version >= 5 emit
1203         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1204         (adjust_string_types): For dwarf_version >= 5 remove
1205         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
1206         (resolve_addr): Likewise.
1208         PR debug/71906
1209         * dwarf2out.c (string_types): New variable.
1210         (gen_array_type_die): Change early_dwarf handling of
1211         DW_AT_string_length, create DW_OP_call4 referencing the
1212         length var temporarily.  Handle parameters that are pointers
1213         to string length.
1214         (adjust_string_types): New function.
1215         (gen_subprogram_die): Temporarily set string_types to local var,
1216         call adjust_string_types if needed.
1217         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
1218         New functions.
1219         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
1221 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
1223         * doc/install.texi (*-*-solaris2*): Fix version number and document
1224         requirement on GNU make for building libjava with the Solaris linker.
1226 2016-08-15  Martin Liska  <mliska@suse.cz>
1227             Jakub Jelinek  <jakub@redhat.com>
1229         PR tree-optimization/72824
1230         * tree-loop-distribution.c (const_with_all_bytes_same)
1231         <case VECTOR_CST>: Fix a typo.
1233 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
1235         PR target/76342
1236         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
1237         Renamed from _mm512_undefined_si512.
1238         (_mm_undefined_si512): New definition.
1240 2016-08-13  Richard Biener  <rguenther@suse.de>
1242         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
1243         into PHIs and update the lattice for its def.
1245 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
1247         PR c/71512
1248         * ubsan.c (instrument_si_overflow): Pass true instead of false
1249         to gsi_replace.
1250         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
1251         of bbs.  Return TODO_cleanup_cfg if any returned true.
1253 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1255         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
1256         ISA 3.0 MTVSRDD instruction.
1257         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
1258         vecperm.
1260 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1262         PR tree-optimization/71083
1263         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
1264         bitfield access when possible.
1266 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
1268         PR middle-end/71654
1269         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
1270         sign-changing cast from a shorter unsigned type to a wider
1271         signed type.
1273 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
1275         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
1276         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
1277         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
1279 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1281         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1282         Correct costs for vec_construct.
1284 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
1286         PR tree-optimization/69848
1287         * tree-vectorizer.h (enum vect_def_type): New condition reduction
1288         type CONST_COND_REDUCTION.
1289         * tree-vect-loop.c (vectorizable_reduction): Support new condition
1290         reudction type CONST_COND_REDUCTION.
1292 2016-08-12  Richard Biener  <rguenther@suse.de>
1294         PR tree-optimization/57326
1295         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
1296         returning an SSA name.
1297         (phi_translate_1): When fully_constant_expression returns a NAME
1298         make sure we have a leader for it.
1300 2016-08-12  Martin Liska  <mliska@suse.cz>
1301             Adam Fineman  <afineman@afineman.com>
1303         * gcov.c (process_file): Create .gcov file when .gcda
1304         file is missing.
1306 2016-08-12  Marek Polacek  <polacek@redhat.com>
1308         PR c/7652
1309         * alias.c (find_base_value): Adjust fall through comment.
1310         * cfgexpand.c (expand_debug_expr): Likewise.
1311         * combine.c (find_split_point): Likewise.
1312         (expand_compound_operation): Likewise.  Add FALLTHRU.
1313         (make_compound_operation): Adjust fall through comment.
1314         (canon_reg_for_combine): Add FALLTHRU.
1315         (force_to_mode): Adjust fall through comment.
1316         (simplify_shift_const_1): Likewise.
1317         (simplify_comparison): Likewise.
1318         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
1319         FALLTHRU.
1320         * config/aarch64/predicates.md: Likewise.
1321         * config/i386/i386.c (function_arg_advance_32): Likewise.
1322         (ix86_gimplify_va_arg): Likewise.
1323         (print_reg): Likewise.
1324         (ix86_print_operand): Likewise.
1325         (ix86_build_const_vector): Likewise.
1326         (ix86_expand_branch): Likewise.
1327         (ix86_sched_init_global): Adjust fall through comment.
1328         (ix86_expand_args_builtin): Add FALLTHRU.
1329         (ix86_expand_builtin): Likewise.
1330         (ix86_expand_vector_init_one_var): Likewise.
1331         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
1332         (rs6000_adjust_cost): Likewise.
1333         (insn_must_be_first_in_group): Likewise.
1334         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
1335         * dbxout.c (dbxout_symbol): Adjust fall through comment.
1336         * df-scan.c (df_uses_record): Likewise.
1337         * dojump.c (do_jump): Add FALLTHRU.
1338         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
1339         comment.
1340         (resolve_args_picking_1): Adjust fall through comment.
1341         (loc_list_from_tree_1): Likewise.
1342         * expmed.c (make_tree): Likewise.
1343         * expr.c (expand_expr_real_2): Add FALLTHRU.
1344         (expand_expr_real_1): Likewise.  Adjust fall through comment.
1345         * fold-const.c (const_binop): Adjust fall through comment.
1346         (fold_truth_not_expr): Likewise.
1347         (fold_cond_expr_with_comparison): Add FALLTHRU.
1348         (fold_binary_loc): Likewise.
1349         (contains_label_1): Adjust fall through comment.
1350         (multiple_of_p): Likewise.
1351         * gcov-tool.c (process_args): Add FALLTHRU.
1352         * genattrtab.c (check_attr_test): Likewise.
1353         (write_test_expr): Likewise.
1354         * genconfig.c (walk_insn_part): Likewise.
1355         * genpreds.c (validate_exp): Adjust fall through comment.
1356         (needs_variable): Likewise.
1357         * gensupport.c (get_alternatives_number): Add FALLTHRU.
1358         (subst_dup): Likewise.
1359         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
1360         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
1361         (gimplify_scan_omp_clauses): Add FALLTHRU.
1362         (goa_stabilize_expr): Likewise.
1363         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
1364         through comment.
1365         * hsa-gen.c (get_address_from_value): Likewise.
1366         * ipa-icf.c (sem_function::hash_stmt): Likewise.
1367         * ira.c (ira_setup_alts): Add FALLTHRU.
1368         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
1369         comment.
1370         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
1371         * opts.c (common_handle_option): Likewise.
1372         * read-rtl.c (read_rtx_code): Likewise.
1373         * real.c (round_for_format): Likewise.
1374         * recog.c (asm_operand_ok): Likewise.
1375         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
1376         * reload1.c (set_label_offsets): Likewise.
1377         (eliminate_regs_1): Likewise.
1378         (reload_reg_reaches_end_p): Likewise.
1379         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
1380         (rtx_cost): Likewise.
1381         * sched-rgn.c (is_exception_free): Likewise.
1382         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
1383         * stor-layout.c (int_mode_for_mode): Likewise.
1384         * toplev.c (print_to_asm_out_file): Likewise.
1385         (print_to_stderr): Likewise.
1386         * tree-cfg.c (gimple_verify_flow_info): Likewise.
1387         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
1388         (chrec_fold_multiply): Likewise.
1389         (evolution_function_is_invariant_rec_p): Likewise.
1390         (for_each_scev_op): Likewise.
1391         * tree-data-ref.c (siv_subscript_p): Likewise.
1392         (get_references_in_stmt): Likewise.
1393         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
1394         (substitute_in_expr): Likewise.
1395         (type_cache_hasher::equal): Likewise.
1396         (walk_type_fields): Likewise.
1397         * var-tracking.c (adjust_mems): Add FALLTHRU.
1398         (set_dv_changed): Adjust fall through comment.
1399         * varasm.c (default_function_section): Add FALLTHRU.
1401 2016-08-12  Marek Polacek  <polacek@redhat.com>
1403         PR c/7652
1404         * tree-complex.c (expand_complex_division): Add missing break.
1406 2016-08-12  Richard Biener  <rguenther@suse.de>
1408         * passes.c (execute_todo): Do not push/pop TV_TODO.
1409         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
1410         (execute_one_pass): Likewise.
1411         * common.opt (ftime-report-details): New switch.
1412         * doc/invoke.texi (ftime-report-details): Document.
1413         * timevar.h (timer::print_row): Adjust signature.
1414         (timer::all_zero): New static helper.
1415         (timer::child_map_t): New typedef.
1416         (timer::time_var_def): Add children field.
1417         * timevar.c (timer::named_items::print): Adjust.
1418         (timer::~timer): Free timevar recorded children.
1419         (timer::pop_internal): When -ftime-report-details record
1420         time spent in sub-timevars.
1421         (timer::print_row): Adjust.
1422         (timer::print): Print sub-timevar stats, use all_zero.
1423         * timevar.def (TV_TODO): Remove.
1425 2016-08-12  Richard Biener  <rguenther@suse.de>
1427         PR tree-optimization/72851
1428         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
1429         worklists to use bitmaps indexed in execution order.
1430         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
1431         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
1432         (cfg_blocks): Make a bitmap.
1433         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
1434         New globals.
1435         (cfg_blocks_empty_p): Adjust.
1436         (cfg_blocks_add): Likewise.
1437         (cfg_blocks_get): Likewise.
1438         (add_ssa_edge): Likewise.
1439         (add_control_edge): Likewise.
1440         (simulate_stmt): Likewise.
1441         (process_ssa_edge_worklist): Likewise.
1442         (simulate_block): Likewise.
1443         (ssa_prop_init): Compute PRE order and stmt UIDs.
1444         (ssa_prop_fini): Adjust.
1445         (ssa_propagate): Adjust.
1447 2016-08-12  Richard Biener  <rguenther@suse.de>
1449         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
1450         the currently executable edges have fixed ranges.  Always
1451         go through update_value_range.
1453 2016-08-12  Alexandre Oliva <aoliva@redhat.com>
1455         PR debug/63240
1456         * langhooks-def.h
1457         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
1458         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
1459         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
1460         (LANG_HOOKS_DECLS): Add it.
1461         * langhooks.h (struct lang_hooks_for_decls): Add
1462         function_decl_defaulted.  Const_tree-ify
1463         function_decl_explicit_p and function_decl_deleted_p.
1464         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
1465         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
1466         also at strict DWARF v5.
1468         PR debug/55641
1469         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
1470         TYPE_QUAL_CONST in reference-typed decls.
1472         PR debug/49366
1473         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
1474         in DW_OP_pieces, just enough to handle pointers to member
1475         functions.
1476         (gen_remaining_tmpl_value_param_die_attribute): Use a location
1477         expression on DWARFv5 if a constant value doesn't work.
1479 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
1481         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
1482         * selftest.c (selftest::test_assertions): New function.
1483         (selftest::selftest_c_tests): New function.
1484         * selftest.h (selftest::selftest_c_tests): New declaration.
1486 2016-08-11  Richard Biener  <rguenther@suse.de>
1487             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1489         PR rtl-optimization/72855
1490         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
1492 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1494         PR target/72863
1495         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
1496         (vsx_store_<mode>): Likewise.
1498 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1500         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
1501         TImode CONST_WIDE_INT store.
1502         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
1504 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1506         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
1507         mode if unaligned SSE load and store are optimal.
1509 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1511         PR tree-optimization/71083
1512         * tree-predcom.c (ref_at_iteration): Correctly align the
1513         reference type.
1515 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1517         * config/s390/s390-builtin-types.def: Add INT128 types.
1518         * config/s390/s390-builtins.def: Add INT128 variants for the add
1519         sub low-level builtins dealing with TImode.
1520         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
1521         via subreg when expanding a builtin.
1522         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
1523         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
1524         Fix comment.
1525         * config/s390/vecintrin.h: Adjust builtin names accordingly.
1526         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
1527         ("vec_addc<mode>", "vec_addc_u128"): Merge to
1528         "vacc<bhfgq>_<mode>".
1529         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
1530         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
1531         ("vec_subc<mode>", "vec_subc_u128"): Merge to
1532         "vscbi<bhfgq>_<mode>".
1533         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
1534         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
1536 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1538         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
1540 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
1542         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
1543         unused declaration.
1544         (vcond<v_cmp_mixed><mode>): Ditto.
1545         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
1547 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
1549         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
1550         variable explicitly, also assert on it before use.
1552 2016-08-11  Richard Biener  <rguenther@suse.de>
1554         PR tree-optimization/72772
1555         * cfgloopmanip.c (create_preheader): Use split_edge if there
1556         is a single loop entry, avoiding degenerate PHIs.
1558 2016-08-11  Richard Biener  <rguenther@suse.de>
1560         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
1561         unconditional TODO_cleanup_cfg.
1562         (pass_thread_jumps::execute): Initialize loops, perform a CFG
1563         cleanup only if we threaded a jump.
1565 2016-08-11  Alan Modra  <amodra@gmail.com>
1567         PR target/71680
1568         * lra-constraints.c (simplify_operand_subreg): Allow subreg
1569         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
1570         slow.  Emit two reloads for slow mem case, first loading in
1571         fast innermode, then converting to required mode.
1573 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1575         * config/rs6000/altivec.h (vec_extract_exp): New macro.
1576         (vec_extract_sig): New macro.
1577         (vec_insert_exp): New macro.
1578         (vec_test_data_class): New macro.
1579         (scalar_extract_exp): New macro.
1580         (scalar_extract_sig): New macro.
1581         (scalar_insert_exp): New macro.
1582         (scalar_test_data_class): New macro.
1583         (scalar_test_neg): New macro.
1584         (scalar_cmp_exp_gt): New macro.
1585         (scalar_cmp_exp_lt): New macro.
1586         (scalar_cmp_exp_eq): New macro.
1587         (scalar_cmp_exp_unordered): New macro.
1588         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
1589         to enforce constraint that operand is a 7-bit unsigned literal.
1590         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
1591         for power9 built-ins.
1592         (BU_P9V_VSX_2): Likewise.
1593         (BU_P9V_64BIT_VSX_2): Likewise.
1594         (VSEEDP): Add scalar extract exponent support.
1595         (VSEESP): Add scalar extract signature support.
1596         (VSTDCNDP): Add scalar test negative support.
1597         (VSTDCNSP): Likewise.
1598         (VSIEDP): Add scalar insert exponent support.
1599         (VSCEDPGT): Add scalar compare exponent greater than support.
1600         (VSCEDPLT): Add scalar compare exponent less than support.
1601         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
1602         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
1603         (VSTDCDP): Add scalar test data class support.
1604         (VSTDCSP): Likewise.
1605         (VSEEDP): Add overload support for scalar extract exponent
1606         operation.
1607         (VSESDP): Add overload support for scalar extract signature
1608         operation.
1609         (VSTDCN): Add overload support for scalar test negative
1610         operation.
1611         (VSTDCNDP): Add overload support for scalar test negative
1612         operation.
1613         (VSTDCNSP): Add overload support for scalar test negative
1614         operation.
1615         (VSIEDP): Add overload support for scalar insert exponent
1616         operation.
1617         (VSTDC): Add overload support for scalar test data class
1618         operation.
1619         (VSTDCDP): Add overload support for scalar test data class
1620         operation.
1621         (VSTDCSP): Add overload support for scalar test data class
1622         opreation.
1623         (VSCEDPGT): Add overload support for scalar compare exponent
1624         greater than operation.
1625         (VSCEDPLT): Add overload support for scalar compare exponent
1626         less than operation.
1627         (VSCEDPEQ): Add overload support for scalar compare exponent
1628         test-for-equality operation.
1629         (VSCEDPUO): Add overload support for scalar compare exponent
1630         test-for-unordered operation.
1631         (VEEDP): Add vector extract exponent support.
1632         (VEESP): Likewise.
1633         (VESDP): Add vector extract significand support.
1634         (VESSP): Likewise.
1635         (VIEDP): Add vector insert exponent support.
1636         (VIESP): Likewise.
1637         (VTDCDP): Add vector test data class support.
1638         (VTDCSP): Likewise.
1639         (VES): Add overload support for vector extract significand operation.
1640         (VESDP): Likewise.
1641         (VESSP): Likewise
1642         (VEE): Add overload support for vector extract exponent operation.
1643         (VEEDP): Likewise.
1644         (VEESP): Likewise.
1645         (VTDC): Add overload support for vector test data class operation.
1646         (VTDCDP): Likewise.
1647         (VTDCSP): Likewise.
1648         (VIE): Add overload support for vector insert exponent operation.
1649         (VIEDP): Likewise.
1650         (VIESP): Likewise.
1651         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1652         overloaded binary floating point functions.
1653         (altivec_resolve_overloaded_builtin): Improve error messages to
1654         distinguish between functions not supported in the current
1655         compiler configuration and functions that were invoked with an
1656         invalid parameter combination, and include the built-in function
1657         name in both error messages.
1658         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
1659         New prototype.
1660         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
1661         function.
1662         (rs6000_expand_binop_builtin): Add check to enforce that argument
1663         2 of the test data class operations is a 7-bit unsigned literal.
1664         (rs6000_invalid_builtin): Add code to issue an error message if a
1665         built-in function that requires the power9_vector and -m32
1666         command-line options is compiled without these options.
1667         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
1668         (UNSPEC_VSX_SXSIGDP): New value.
1669         (UNSPEC_VSX_SXSIGPDP): New value.
1670         (UNSPEC_VSX_SIEXPDP): New value.
1671         (UNSPEC_VSX_SCMPEXPDP): New value.
1672         (UNSPEC_VSX_STSTDC): New value.
1673         (UNSPEC_VSX_VXEXP): New value.
1674         (UNSPEC_VSX_VXSIG): New value.
1675         (UNSPEC_VSX_VIEXP): New value.
1676         (UNSPEC_VSX_VTSTDC): New value.
1677         (xsxexpdp): New insn for scalar extract exponent.
1678         (xsxsigdp): New insn for scalar extract significand.
1679         (xsiexpdp): New insn for scalar insert exponent.
1680         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
1681         (*xscmpexpdp): New insn for scalar compare exponents.
1682         (xststdc<Fvsx): New expansion for both single- and
1683         double-precision scalar test data class operations.
1684         (xststdcneg<Fvsx>): New expansion for both single- and
1685         double-precision scalar test for negative value operations.
1686         (*xststdc<Fvsx>): New insn for scalar test data class
1687         operation.
1688         (xvxexp<VSs>): New insn for single- and double-precision
1689         vector extract exponent operation.
1690         (xvxsig<VSs>): New insn for single- and double-precision
1691         vector extract significand operation.
1692         (xviexp<VSs>): New insn for single- and double-precision
1693         vector insert exponent operation.
1694         (xvtstdc<VSs>): New insn for single- and double-precision
1695         vector test data class operation.
1696         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
1697         built-in functions to represent the Power9 binary floating-point
1698         support instructions.
1700 2016-08-10  bin cheng  <bin.cheng@arm.com>
1702         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
1704 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
1705             Renlin Li  <renlin.li@arm.com>
1706             Bin Cheng  <bin.cheng@arm.com>
1708         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
1709         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
1710         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
1711         (aarch64_vcond_internal<mode><mode>): Delete pattern.
1712         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
1713         (vcond<v_cmp_result><mode>): Ditto.
1714         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
1715         (vcondu<mode><mode>): Ditto.
1716         (vcond<v_cmp_mixed><mode>): New pattern.
1717         (vcondu<mode><v_cmp_mixed>): New pattern.
1718         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
1719         of aarch64_vcond_internal.
1721 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
1722             Renlin Li  <renlin.li@arm.com>
1723             Bin Cheng  <bin.cheng@arm.com>
1725         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
1726         (vec_cmp<mode><v_cmp_result>): New pattern.
1727         (vec_cmpu<mode><mode>): New pattern.
1728         (vcond_mask_<mode><v_cmp_result>): New pattern.
1730 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
1732         PR tree-optimization/71734
1733         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
1734         REF_LOOP, invoke ref_indep_loop_p_1.
1735         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
1736         to ref_indep_loop_p.
1737         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
1738         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
1739         is inside LOOP, do not cache dpendence value for loops with
1740         non-zero SAFELEN.
1741         (ref_indep_loop_p_2): Delete function.
1742         (can_sm_ref_p): Pass LOOP as additional argument to
1743         ref_indep_loop_p.
1745 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
1747         PR target/72853
1748         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
1749         being an offsettable address.
1751 2016-08-10  Martin Liska  <mliska@suse.cz>
1753         PR gcov-profile/58306
1754         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
1755         atomic variants of profile update functions.
1757 2016-08-10  Martin Liska  <mliska@suse.cz>
1759         Cherry picked (and modified) from google-4_7 branch
1760         2012-12-26  Rong Xu  <xur@google.com>
1761         * common.opt (fprofile-update): Add new flag.
1762         * coretypes.h: Define enum profile_update.
1763         * doc/invoke.texi: Document -fprofile-update.
1764         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
1765         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
1766         * tree-profile.c (gimple_init_edge_profiler): Generate
1767         also atomic profiler update.
1768         (gimple_gen_edge_profiler): Likewise.
1770 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
1772         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
1773         stack_usage_file to NULL after fclose calls.
1775 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1777         PR target/71873
1778         * reload.c (push_reload): Compute subreg_in_class for
1779         subregs of constants and plus expressions. Remove special
1780         handling of SYMBOL_REFs.
1782 2016-08-10  Alan Modra  <amodra@gmail.com>
1784         PR target/71680
1785         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
1786         SImode for TARGET_E500_DOUBLE when given SImode.
1788 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
1790         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
1791         unused variable __O.
1793 2016-08-09  Martin Liska  <mliska@suse.cz>
1795         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
1796         _gcov_reset to __gcov_reset.
1797         * doc/gcov-tool.texi: Fix typo.
1799 2016-08-09  Martin Liska  <mliska@suse.cz>
1801         * value-prof.c (gimple_divmod_values_to_profile): Do not
1802         instrument MOD histogram if a value is not a SSA name.
1804 2016-08-09  Martin Liska  <mliska@suse.cz>
1806         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
1807         values.
1809 2016-08-09  Renlin Li  <renlin.li@arm.com>
1811         PR middle-end/64971
1812         * calls.c (prepare_call_address): Convert funexp to Pmode when
1813         necessary.
1814         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
1815         (sibcall_value): Likewise.
1817 2016-08-09  Marek Polacek  <polacek@redhat.com>
1819         PR c/7652
1820         * cselib.c (cselib_expand_value_rtx_1): Add return.
1821         * gengtype.c (dbgprint_count_type_at): Likewise.
1822         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
1823         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
1825 2016-08-09  Martin Jambor  <mjambor@suse.cz>
1827         PR ipa/71981
1828         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
1829         if instance is a MEM_REF.
1831 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
1833         PR target/72843
1834         * config/i386/i386.md (*movtf_internal): Use
1835         lra_in_progress || reload_completed instead of !can_create_pseudo_p
1836         in the insn constraint.
1837         (*movxf_internal): Ditto.
1838         (*movdf_internal): Ditto.
1839         (*movsf_internal): Ditto.
1841 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
1843         PR tree-optimization/72772
1844         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
1845         for expanded base.
1847 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
1849         PR tree-optimization/72772
1850         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
1851         parameter STOP.
1852         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
1853         parameter STOP and update calls.  Move expand_simple_operations
1854         function call from here...
1855         (simplify_using_initial_conditions): ...to here.  Delete parameter
1856         STOP.
1857         (tree_simplify_using_condition): Delete parameter STOP.
1858         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
1859         simplify_using_initial_conditions.
1861 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
1863         PR c/65345
1864         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
1865         Use create_tmp_var_raw instead of create_tmp_var.
1867 2016-08-09  Richard Biener  <rguenther@suse.de>
1869         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
1870         Treat same SSA names related.
1872 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
1874         PR tree-optimization/72824
1875         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
1876         real_zerop is not negative.
1878 2016-08-09  Richard Biener  <rguenther@suse.de>
1880         PR tree-optimization/71802
1881         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
1882         all merge opportunities with the predecessor.
1884 2016-08-09  Richard Biener  <rguenther@suse.de>
1886         PR ipa/68273
1887         * ipa-prop.c (ipa_modify_formal_parameters): Build
1888         parameter types with natural alignment also for the
1889         over-aligned case.
1891 2016-08-08  Andi Kleen  <ak@linux.intel.com>
1893         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
1895 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
1897         PR c/64955
1898         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
1899         do-nothing langhook.
1900         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
1901         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
1902         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
1903         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
1905 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
1907         PR bootstrap/72844
1908         * input.c: Ensure that HAVE_ICONV is defined.
1910 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
1912         PR middle-end/72781
1913         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
1914         private vars for lastprivate and for linear iterator.
1916         PR middle-end/68762
1917         * omp-simd-clone.c: Include varasm.h.
1918         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
1919         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
1920         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
1921         update function name.
1923 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1925         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
1926         (avr_diagnose_devicespecs_error): Remove.
1927         (avr_devicespecs_file): Remove composing absolute path for specfile
1928         and its verbose info. Remove conditions to check specs-file,
1930 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
1932         PR rtl-optimization/72821
1933         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
1934         just return false for them.
1936 2016-08-08  Alan Modra  <amodra@gmail.com>
1938         PR target/72771
1939         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
1940         toc refs created during reload.  Update function comment.
1942 2016-08-08  Alan Modra  <amodra@gmail.com>
1944         PR target/72802
1945         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
1946         alternatives.  Put loads first, then stores, and reg/reg moves
1947         within same class later.  Delete attr length.
1949 2016-08-08  Alan Modra  <amodra@gmail.com>
1951         PR target/72802
1952         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
1953         (mem_operand_ds_form): New predicate.
1954         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
1955         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
1956         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
1957         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
1958         (extendsfdf2_fpr): Replace o constraint with wY.
1960 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
1962         * tree-ssa-threadbackward.c: Include tree-inline.h
1963         (profitable_jump_thread_path): Use estimate_num_insns to estimate
1964         size of copied block; for cold paths reduce duplication.
1965         (find_jump_threads_backwards): Remove redundant tests.
1966         (pass_thread_jumps::gate): Enable for -Os.
1968 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
1970         PR c/72816
1971         * stor-layout.c (layout_decl): Fix up formatting.
1972         (relayout_decl): Allow DECL to be FIELD_DECL.
1974 2016-08-07  Alan Modra  <amodra@gmail.com>
1976         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
1978 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
1980         * data-streamer-in.c (streamer_read_wide_int): New.
1981         (streamer_read_widest_int): Renamed function.
1982         * data-streamer-out.c (streamer_write_wide_int): New
1983         (streamer_write_widest_int): Renamed function.
1984         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
1985         data-stream-in.c.
1986         (input_cfg): Call renamed function.
1987         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
1988         data-stream-out.c.
1989         (output_cfg): Call renamed function.
1990         * data-streamer.h: Add declarations.
1992 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1994         * tree-ssa-ccp.c (extend_mask): New param sgn.
1995         Remove ORing with wi::mask.
1996         (get_default_value): Adjust call to extend_mask to pass sign.
1997         (evaluate_stmt): Likewise.
1999 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
2001         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
2002         INT64_MAX.
2004 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2006         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
2007         transform if operand's type is pointer to function or method.
2009 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
2011         PR tree-optimization/18046
2012         * tree-ssa-threadedge.c: Include cfganal.h.
2013         (simplify_control_statement_condition): If simplifying a
2014         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
2015         with the dominating ASSERT_EXPR before handing it off to VRP.
2016         Mention that a CASE_LABEL_EXPR may be returned.
2017         (thread_around_empty_blocks): Adjust to handle
2018         simplify_control_statement_condition() returning a
2019         CASE_LABEL_EXPR.
2020         (thread_through_normal_block): Likewise.
2021         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
2022         a switch statement by trying to determine which case label
2023         will be taken.
2025 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
2027         PR rtl-optimization/69847
2028         * lra-constraints.c (process_invariant_for_inheritance): Save
2029         pattern instead of src.
2030         (remove_inheritance_pseudos): Use the pattern.  Add assert.
2032 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
2034         * input.c (string_concat::string_concat): New constructor.
2035         (string_concat_db::string_concat_db): New constructor.
2036         (string_concat_db::record_string_concatenation): New method.
2037         (string_concat_db::get_string_concatenation): New method.
2038         (string_concat_db::get_key_loc): New method.
2039         (class auto_cpp_string_vec): New class.
2040         (get_substring_ranges_for_loc): New function.
2041         (get_source_range_for_substring): New function.
2042         (get_num_source_ranges_for_substring): New function.
2043         (class selftest::lexer_test_options): New class.
2044         (struct selftest::lexer_test): New struct.
2045         (class selftest::ebcdic_execution_charset): New class.
2046         (selftest::ebcdic_execution_charset::s_singleton): New variable.
2047         (selftest::lexer_test::lexer_test): New constructor.
2048         (selftest::lexer_test::~lexer_test): New destructor.
2049         (selftest::lexer_test::get_token): New method.
2050         (selftest::assert_char_at_range): New function.
2051         (ASSERT_CHAR_AT_RANGE): New macro.
2052         (selftest::assert_num_substring_ranges): New function.
2053         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
2054         (selftest::assert_has_no_substring_ranges): New function.
2055         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
2056         (selftest::test_lexer_string_locations_simple): New function.
2057         (selftest::test_lexer_string_locations_ebcdic): New function.
2058         (selftest::test_lexer_string_locations_hex): New function.
2059         (selftest::test_lexer_string_locations_oct): New function.
2060         (selftest::test_lexer_string_locations_letter_escape_1): New function.
2061         (selftest::test_lexer_string_locations_letter_escape_2): New function.
2062         (selftest::test_lexer_string_locations_ucn4): New function.
2063         (selftest::test_lexer_string_locations_ucn8): New function.
2064         (selftest::uint32_from_big_endian): New function.
2065         (selftest::test_lexer_string_locations_wide_string): New function.
2066         (selftest::uint16_from_big_endian): New function.
2067         (selftest::test_lexer_string_locations_string16): New function.
2068         (selftest::test_lexer_string_locations_string32): New function.
2069         (selftest::test_lexer_string_locations_u8): New function.
2070         (selftest::test_lexer_string_locations_utf8_source): New function.
2071         (selftest::test_lexer_string_locations_concatenation_1): New
2072         function.
2073         (selftest::test_lexer_string_locations_concatenation_2): New
2074         function.
2075         (selftest::test_lexer_string_locations_concatenation_3): New
2076         function.
2077         (selftest::test_lexer_string_locations_macro): New function.
2078         (selftest::test_lexer_string_locations_stringified_macro_argument):
2079         New function.
2080         (selftest::test_lexer_string_locations_non_string): New function.
2081         (selftest::test_lexer_string_locations_long_line): New function.
2082         (selftest::test_lexer_char_constants): New function.
2083         (selftest::input_c_tests): Call the new test functions once per
2084         case within the line_table test matrix.
2085         * input.h (struct string_concat): New struct.
2086         (struct location_hash): New struct.
2087         (class string_concat_db): New class.
2088         * substring-locations.h: New header.
2090 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
2092         PR tree-optimization/72810
2093         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
2094         the type of the case labels when truncating.
2096 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
2098         PR Target/72819
2099         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
2100         (aarch64_fp16_ptr_type_node): Likewise.
2101         * config/aarch64/aarch64-simd-builtins.c
2102         (aarch64_fp16_ptr_type_node): Define.
2103         (aarch64_init_fp16_types): New, refactored out of...
2104         (aarch64_init_builtins): ...here, update to call
2105         aarch64_init_fp16_types.
2106         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
2107         HFmode.
2108         (aapcs_vfp_sub_candidate): Likewise.
2110 2016-08-05  Martin Liska  <mliska@suse.cz>
2111             Joshua Cranmer  <Pidgeot18@gmail.com>
2113         * gcov.c (line_t::has_block): New function.
2114         (enum loop_type): New enum.
2115         (handle_cycle): New function.
2116         (unblock): Likewise.
2117         (circuit): Likewise.
2118         (get_cycles_count): Likewise.
2119         (accumulate_line_counts): Use new loop detection algorithm.
2121 2016-08-05  Martin Liska  <mliska@suse.cz>
2123         * gcov.c (output_intermediate_file): Rename
2124         function_info::line_next to next_file_fn.
2125         (process_file): Likewise.
2126         (read_graph_file): Likewise.
2127         (accumulate_line_counts): Likewise.
2128         (output_lines): Likewise.
2130 2016-08-05  Richard Biener  <rguenther@suse.de>
2132         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
2133         restriction on threading to a loop header.
2135 2016-08-05  Richard Biener  <rguenther@suse.de>
2137         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
2138         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
2139         adjust loop info accordingly.
2141 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
2143         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
2144         before folding call to __builtin_constant_p with parameters to false.
2146 2016-08-05  Alan Modra  <amodra@gmail.com>
2148         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
2149         code accidentally committed 2016-05-02 providing class when given
2150         NO_REGS.
2152 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
2154         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
2155         the case label ranges that partially overlap with OP's value
2156         range.
2158 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
2160         PR target/72805
2161         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
2162         Cast builtin function result to __mmask16 instead of __mmask8.
2163         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2164         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
2165         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
2167 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
2169         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
2170         (ASSERT_TRUE_AT): New macro.
2171         (ASSERT_FALSE): Reimplement in terms of...
2172         (ASSERT_FALSE_AT): New macro.
2173         (ASSERT_STREQ_AT): Fix typo in comment.
2175 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
2177         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
2178         labels are exhaustive, designate the label with the widest
2179         range to be the default label.
2181 2016-08-04  Andrew Pinski  <apinski@cavium.com>
2183         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
2184         (thunderx_tunings): Use thunderx_vector_cost instead of
2185         generic_vector_cost.
2187 2016-08-04  Martin Liska  <mliska@suse.cz>
2189         * gcov.c (main): Fix GNU coding style.
2190         (output_intermediate_file): Likewise.
2191         (process_file): Likewise.
2192         (generate_results): Likewise.
2193         (release_structures): Likewise.
2194         (create_file_names): Likewise.
2195         (find_source): Likewise.
2196         (read_graph_file): Likewise.
2197         (find_exception_blocks): Likewise.
2198         (canonicalize_name): Likewise.
2199         (make_gcov_file_name): Likewise.
2200         (mangle_name): Likewise.
2201         (accumulate_line_counts): Likewise.
2202         (output_branch_count): Likewise.
2203         (read_line): Likewise.
2205 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2207         PR rtl-optimization/71779
2208         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
2209         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
2210         or if it was truncated.
2212         PR rtl-optimization/70903
2213         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
2215 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
2217         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
2218         accessing SSA_NAME_PTR_INFO.
2220 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
2222         PR 70677
2223         * common/config/avr/avr-common.c (avr_option_optimization_table)
2224         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
2226 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
2228         PR 55181
2229         * config/avr/avr.md: New pattern to work around do_store_flag
2230         generating shift instructions for bit extractions.
2232 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
2234         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
2235         BITMAP_ALLOC.
2236         (add_equivalence): Likewise.
2237         (get_value_range): Allocate value range with vrp_value_range_pool.
2238         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
2239         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
2241 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
2243         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
2244         the default for the rs6000 port.
2246 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2248         PR middle-end/71876
2249         * calls.c (special_function_p): Remove special handling of
2250         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
2251         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
2252         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
2254 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
2256         PR middle-end/72778
2257         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
2258         Don't stop on regular insns.
2260 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
2262         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
2263         size to DImode boundary.
2264         (nvptx_propagate): Likewise.
2266 2016-08-03  Alan Modra  <amodra@gmail.com>
2268         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
2269         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
2270         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
2271         from -mefficient-unaligned-vector.  Note that this affects fp too.
2273 2016-08-03  Alan Modra  <amodra@gmail.com>
2275         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
2276         cost more.
2278 2016-08-03  Alan Modra  <amodra@gmail.com>
2280         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
2281         to a reg.  Localize vars.
2283 2016-08-03  Alan Modra  <amodra@gmail.com>
2285         * config/rs6000/rs6000.opt: Remove negatives from help strings
2286         and comments.
2288 2016-08-03  Alan Modra  <amodra@gmail.com>
2290         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
2291         Delete duplicated code.
2293 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
2295         PR middle-end/72778
2296         * lra-spills.c (regno_in_use_p): New.
2297         (lra_final_code_change): Use it.
2299 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
2301         PR rtl-optimization/69847
2302         * lra-int.h (struct lra-reg): Use restore_rtx instead of
2303         restore_regno.
2304         (lra_rtx_hash): New.
2305         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
2306         of restore_regno.
2307         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
2308         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
2309         * lra-spills.c (lra_final_code_change): Don't delete insn when the
2310         next insn is USE with the same reg as the current insn source.
2311         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
2312         of restore_regno.
2313         (lra_constraints_init): Call initiate_invariants.
2314         (lra_constraints_finish): Call finish_invariants.
2315         (struct invariant, invariant_t, invariant_ptr_t): New.
2316         (const_invariant_ptr_t, invariants, invariants_pool): New.
2317         (invariant_table, invariant_hash, invariant_eq_p): New.
2318         (insert_invariant, initiate_invariants, finish_invariants): New.
2319         (clear_invariants, invalid_invariant_regs): New.
2320         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
2321         instead of restore_regno.
2322         (invariant_p, process_invariant_for_inheritance): New.
2323         (inherit_in_ebb): Implement invariant inheritance.
2324         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
2325         (remove_inheritance_pseudos): Implement undoing invariant
2326         inheritance.
2327         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
2328         instead of restore_regno.
2329         * lra-assigns.c (regno_live_length): New.
2330         (reload_pseudo_compare_func): Use regno_live_length.
2331         (assign_by_spills): Use restore_rtx instead of restore_regno.
2332         (lra_assign): Ditto.  Initiate regno_live_length.
2334 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
2336         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
2337         __builtin_aarch64_fmindf.
2339 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
2341         PR tree-optimization/34114
2342         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
2343         information for more control IVs.
2345 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
2347         PR tree-optimization/34114
2348         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
2349         PLUS_EXPR case.  Handle SSA_NAME case.
2351 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
2353         * config/aarch64/aarch64-simd-builtins.def
2354         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
2355         (__builtin_aarch64_fmaxdf): Likewise.
2356         (__builtin_aarch64_smin_nandf): Likewise.
2357         (__builtin_aarch64_smax_nandf): Likewise.
2358         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
2359         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
2360         (<fmaxmin><mode>3): ...this.
2361         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
2362         (vminnm_f64): Likewise.
2363         (vmin_f64): Likewise.
2364         (vmax_f64): Likewise.
2365         * config/aarch64/iterators.md (FMAXMIN): Merge with...
2366         (FMAXMIN_UNS): ...this.
2367         (fmaxmin): Merged with
2368         (fmaxmin_op): ...this...
2369         (maxmin_uns_op): ...in to this.
2371 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2373         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2374         Add support for vec_extract on vector float, vector int, vector
2375         short, and vector char vector types.
2376         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2377         vector float, vector int, vector short, and vector char
2378         optimizations on 64-bit ISA 2.07 systems for both constant and
2379         variable element numbers.
2380         (rs6000_split_vec_extract_var): Likewise.
2381         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
2382         Altivec registers on ISA 2.07 and above.
2383         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
2384         which never was matched due to the split occuring before register
2385         allocation (and the code would not have worked on little endian
2386         systems if it did match).  Allow extracts to go to the Altivec
2387         registers if ISA 2.07 (power8).  Change from using "" around the
2388         C++ code to using {}'s.
2389         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
2390         vec_extracts when the vector is in memory.
2391         (vsx_extract_v4sf_var): New insn to optimize vector float
2392         vec_extracts when the element number is variable on 64-bit ISA
2393         2.07 systems.
2394         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
2395         for 64-bit ISA 2.07 as well as ISA 3.0.
2396         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
2397         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
2398         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
2399         optimize vector int, vector short, and vector char vec_extracts
2400         when the vector is in memory.
2401         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
2402         optimize vector int, vector short, and vector char vec_extracts
2403         when the element number is variable.
2405 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2407         PR target/71948
2408         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
2409         does not overlap with other symbol flags.
2411 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
2413         * config/aarch64/aarch64.h (aarch64_frame):
2414         Remove padding0 and hardfp_offset.  Add locals_offset,
2415         initial_adjust, callee_adjust, callee_offset and final_adjust.
2416         * config/aarch64/aarch64.c (aarch64_layout_frame):
2417         Remove unused padding0 and hardfp_offset initializations.
2418         Choose frame layout and set frame variables accordingly.
2419         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
2420         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
2421         (aarch64_pop_regs): Likewise.
2422         (aarch64_expand_prologue): Remove all decision code, just emit
2423         prolog according to frame variables.
2424         (aarch64_expand_epilogue): Remove all decision code, just emit
2425         epilog according to frame variables.
2426         (aarch64_initial_elimination_offset): Use offset to local/arg area.
2428 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2430         PR target/72748
2431         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
2432         fix_debug_reg_uses after changing source register mode to
2433         V1TImode if source register is undefined.
2435 2015-08-01  Alan Hayward <alan.hayward@arm.com>
2437         PR tree-optimization/71818
2438         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
2439         with non invariant evolutions
2441 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2443         PR target/72767
2444         * config/avr/avr.md (length) [branch]: Correct insn length
2445         attribute for forward branches.
2447 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
2449         * doc/extend.texi (AVR Built-in Functions): Document
2450         __builtin_avr_nops.
2451         * config/avr/builtins.def (NOPS): New.
2452         * config/avr/avr.c (avr_expand_nops): New static function.
2453         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
2455 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2457         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
2458         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
2459         addresses.
2461 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
2463         * config/aarch64/aarch64.c (vulcan_tunings): Update
2464         vulcan L1 cache_line_size.
2466 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
2468         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
2469         function that takes a vector memory address, a hard register, an
2470         element number and a temporary base register, and recreates an
2471         address that points to the appropriate element within the vector.
2472         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
2473         (rs6000_split_vec_extract_var): Add support for the target of a
2474         vec_extract with variable element number being a scalar memory
2475         location.
2476         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
2477         swappable.
2478         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
2479         vsx_extract_<mode>_load insn with a new insn that optimizes
2480         storing either element to a memory location, using scratch
2481         registers to pick apart the vector and reconstruct the address.
2482         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
2483         (vsx_extract_<mode>_store): Rework alternatives to more correctly
2484         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
2485         store instruction.
2486         (vsx_extract_<mode>_var): Add support for extracting a variable
2487         element number from memory.
2489 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
2491         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
2492         when testing for compares against constants of the form 0xabab.
2494 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
2496         PR tree-optimization/57558
2497         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
2498         function.
2499         (vect_loop_versioning): Support versioning with niter assumptions.
2500         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
2501         (vect_get_loop_niters): New parameter.  Reimplement to support
2502         assumptions in loop niter info.
2503         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
2504         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
2505         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
2506         Support loop versioning for niters.
2507         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
2508         (vect_free_loop_info_assumptions): New function.
2509         (vectorize_loops): Free loop niter info for loops with flag
2510         LOOP_F_ASSUMPTIONS set if vectorization failed.
2511         * tree-vectorizer.h (struct _loop_vec_info): New field
2512         num_iters_assumptions.
2513         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
2514         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
2515         (LOOP_REQUIRES_VERSIONING): New macro.
2516         (vect_free_loop_info_assumptions): New decl.
2518 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
2520         * cfgloop.h (struct loop): New field constraints.
2521         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
2522         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
2523         functions.
2524         * cfgloop.c (alloc_loop): Initialize new field.
2525         * cfgloopmanip.c (copy_loop_info): Copy constraints.
2526         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
2527         Adjust niter analysis wrto loop constraints.
2528         * doc/loop.texi (@node Number of iterations): Add description for loop
2529         constraints.
2531 2016-07-29  Marek Polacek  <polacek@redhat.com>
2533         PR c/7652
2534         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
2535         (ix86_expand_round_builtin): Likewise.
2537 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
2538             Georg-Johann Lay  <avr@gjlay.de>
2540         PR rtl-optimization/71976
2541         * combine.c (get_last_value): Return 0 if the argument for which
2542         the function is called has a wider mode than the recorded value.
2544 2016-07-29  Marek Polacek  <polacek@redhat.com>
2546         PR c/7652
2547         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
2548         (altivec_expand_st_builtin): Likewise.
2550 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
2552         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
2553         introduced in r238381.
2555 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
2557         PR middle-end/68217
2558         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
2559         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
2561 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2563         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
2564         New declaration.
2565         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2566         Add support for vec_extract of vector double or vector long having
2567         a variable element number on 64-bit ISA 2.07 systems or newer.
2568         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
2569         Likewise.
2570         (rs6000_split_vec_extract_var): New function to split a
2571         vec_extract built-in function with variable element number.
2572         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
2573         swappable.
2574         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
2575         (UNSPEC_VSX_EXTRACT): Likewise.
2576         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
2577         direct move instructions to be generated on 64-bit ISA 2.07
2578         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
2579         instruction.
2580         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
2581         arguments for vec_extract variable element.
2582         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
2583         vec_extract with variable element on V2DFmode and V2DImode
2584         vectors.
2585         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
2586         -mupper-regs-df requirement, since it isn't needed.
2587         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
2588         do direct moves on 64-bit systems, which allows optimization of
2589         vec_extract on 64-bit ISA 2.07 systems and newer.
2591 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
2592 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
2594          * config/aarch64/aarch64.md
2595         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
2596         statement and type.
2597         (<optab>qihi2_aarch64): Likewise, and split into two.
2598         (extendqihi2_aarch64): New.
2599         (zero_extendqihi2_aarch64): New.
2600         * config/aarch64/iterators.md (ldrxt): Remove.
2601         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
2602         uxtb/uxth.
2604 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
2606         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
2608 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
2610         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
2611         (aarch64_push_reg): New function to push 1 or 2 registers.
2612         (aarch64_pop_reg): New function to pop 1 or 2 registers.
2613         (aarch64_expand_prologue): Use aarch64_push_regs.
2614         (aarch64_expand_epilogue): Use aarch64_pop_regs.
2616 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
2618         PR tree-optimization/71734
2619         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
2620         attribute instead of REF_LOOP and use it.
2621         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
2622         set it for Loops having non-zero safelen attribute.
2623         (ref_indep_loop_p): Pass zero as initial value for safelen.
2625 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
2627         PR middle-end/72657
2628         PR target/72683
2629         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
2630         call using chkp_gimple_call_builtin_p.
2631         (chkp_copy_bounds_for_assign): Likewise.
2633 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2635         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
2636         * config/arm/arm-protos.h (struct tune_params): Likewise.
2637         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
2638         (cortex_a9_sched_adjust_cost): Likewise.
2639         (fa726te_sched_adjust_cost): Likewise.
2640         (arm_adjust_cost): Likewise.
2641         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
2642         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
2643         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
2644         * config/i386/i386.c (ix86_adjust_cost): Likewise.
2645         * config/ia64/ia64.c: Likewise.
2646         * config/m68k/m68k.c: Likewise.
2647         * config/mep/mep.c (mep_adjust_cost): Likewise.
2648         * config/microblaze/microblaze.c (microblaze_adjust_cost):
2649         * Likewise.
2650         * config/mips/mips.c (mips_adjust_cost): Likewise.
2651         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
2652         * Likewise.
2653         * config/pa/pa.c (pa_adjust_cost): Likewise.
2654         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
2655         (rs6000_debug_adjust_cost): Likewise.
2656         * config/sh/sh.c (sh_adjust_cost): Likewise.
2657         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
2658         (hypersparc_adjust_cost): Likewise.
2659         (sparc_adjust_cost): Likewise.
2660         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
2661         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
2662         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
2663         * Likewise.
2664         * config/visium/visium.c (visium_adjust_cost): Likewise.
2665         * doc/tm.texi: Regenerate.
2666         * haifa-sched.c (dep_cost_1): Adjust.
2667         * target.def: Merge adjust_cost and adjust_cost_2.
2669 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2671         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
2673 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2675         * store-motion.c (struct st_expr): Make pattern_regs a vector.
2676         (extract_mentioned_regs): Append to a vector instead of
2677         returning a rtx_expr_list.
2678         (st_expr_entry): Adjust.
2679         (free_st_expr_entry): Likewise.
2680         (store_ops_ok): Likewise.
2681         (store_killed_in_insn): Likewise.
2682         (find_moveable_store): Likewise.
2684 2016-07-28  Martin Liska  <mliska@suse.cz>
2686         PR gcov-profile/68025
2687         * tree-profile.c (tree_profiling): Respect
2688         no_profile_instrument_function attribute.
2689         * doc/extend.texi: Document no_profile_instrument_function
2690         attribute.
2692 2016-07-28  Martin Liska  <mliska@suse.cz>
2694         PR rtl-optimization/70944
2695         * combine.c (make_compound_operation):
2696         Do not allow make_compound_operation for vector mode
2698 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
2700         PR middle-end/71994
2701         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
2702          before calling get_ops.
2704 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2706         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
2707         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
2708         (BITS_PER_UNIT_LOG): Remove.
2709         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
2710         * expr.c (expand_assignment): Likewise.
2711         * stor-layout.c (initialize_sizetypes): Likewise.
2713 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
2715         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
2716         signature of rs6000_expand_vector_extract so that the element
2717         number is a RTX instead of a constant integer.
2718         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
2719         Likewise.
2720         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
2721         (altivec_expand_vec_ext_builtin): Likewise.
2722         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
2723         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
2724         MFVSRLD instruction.
2726 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
2728         * input.c (get_pure_location): Move here from tree.c.
2729         (make_location): Likewise.  Add header comment.
2730         (selftest::test_accessing_ordinary_linemaps): Verify
2731         pure_location_p, make_location, get_location_from_adhoc_loc and
2732         get_range_from_loc.
2733         * input.h (get_pure_location): Move declaration here from tree.h.
2734         (get_finish): Likewise for inline function.
2735         (make_location): Likewise for declaration.
2736         * tree.c (get_pure_location): Move to input.c.
2737         (make_location): Likewise.
2738         * tree.h (get_pure_location): Move declaration to tree.h.
2739         (get_finish): Likewise for inline function.
2740         (make_location): Likewise for declaration.
2742 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2744         PR middle-end/71078
2745         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
2747 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
2749         * system.h (STATIC_ASSERT): Use static_assert if building
2750         with C++11 onwards.
2752 2016-07-27  Richard Biener  <rguenther@suse.de>
2754         PR tree-optimization/72517
2755         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
2756         Revert change to not compute read-read dependences.
2758 2016-07-27  Richard Biener  <rguenther@suse.de>
2760         * predict.c (set_even_probabilities): Make nedges unsigned.
2762 2016-07-27  Martin Liska  <mliska@suse.cz>
2764         * predict.c (set_even_probabilities): Handle unlikely edges.
2765         (combine_predictions_for_bb): Likewise.
2767 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
2769         PR target/71869
2770         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
2771         __float128 support when we don't have hardware support, so that
2772         the IEEE built-in functions like isgreater, first call __unordkf3
2773         to make sure neither operand is a NaN, and if both operands are
2774         ordered, do the normal comparison.
2776 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
2778         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
2779         name.
2780         (extract_code_and_val_from_cond_with_ops): Verify that name is
2781         either cond_op0 or cond_op1.
2783 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
2785         PR tree-optimization/18046
2786         * genmodes.c (emit_mode_size_inline): Emit an assert that
2787         verifies that mode is a valid array index.
2788         (emit_mode_nuinits_inline): Likewise.
2789         (emit_mode_inner_inline): Likewise.
2790         (emit_mode_unit_size_inline): Likewise.
2791         (emit_mode_unit_precision_inline): Likewise.
2792         * tree-vrp.c: Include params.h.
2793         (find_switch_asserts): Register edge assertions for the default
2794         label which correspond to the anti-ranges of each case label.
2795         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
2796         * doc/invoke.texi: Document it.
2798 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2800         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
2801         and unnecessary call to gimple_bb.
2803 2016-07-26  Richard Biener  <rguenther@suse.de>
2805         PR rtl-optimization/71984
2806         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
2807         for VOIDmode.
2809 2016-07-26  Richard Biener  <rguenther@suse.de>
2811         PR middle-end/72517
2812         * expmed.c (extract_bit_field_1): Constrain the vector mode
2813         with element size matching the extraction mode size when
2814         choosing a better vector mode to do the extraction from.
2816 2016-07-26  Richard Biener  <rguenther@suse.de>
2817             Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2819         PR middle-end/70920
2820         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
2821         pattern.
2823 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2825         * tree-ssa-structalias.c (struct scc_info): Change types of
2826         members to auto_sbitmap and auto_vec.
2827         (scc_info::scc_info): New constructor.
2828         (scc_info::~scc_info): New destructor.
2829         (init_scc_info): Remove.
2830         (free_scc_info): Remove.
2831         (find_indirect_cycles): Adjust.
2832         (perform_var_substitution): Likewise.
2833         (free_var_substitution_info): Likewise.
2835 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2837         * tree-outof-ssa.c (struct elim_graph): Change type of members
2838         to auto_vec and auto_sbitmap.
2839         (elim_graph::elim_graph): New constructor.
2840         (delete_elim_graph): Remove.
2841         (expand_phi_nodes): Adjust.
2843 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2845         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
2846         (new_elim_graph): Adjust.
2847         (clear_elim_graph): Likewise.
2848         (delete_elim_graph): Likewise.
2849         (elim_graph_size): Likewise.
2850         (elim_graph_add_node): Likewise.
2851         (elim_graph_add_edge): Likewise.
2852         (elim_graph_remove_succ_edge): Likewise.
2853         (eliminate_name): Likewise.
2854         (eliminate_build): Likewise.
2855         (elim_forward): Likewise.
2856         (elim_unvisited_predecessor): Likewise.
2857         (elim_backward): Likewise.
2858         (elim_create): Likewise.
2859         (eliminate_phi): Likewise.
2860         (expand_phi_nodes): Likewise.
2862 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2864         * bt-load.c (compute_out): Use auto_sbitmap class.
2865         (link_btr_uses): Likewise.
2866         * cfganal.c (mark_dfs_back_edges): Likewise.
2867         (post_order_compute): Likewise.
2868         (inverted_post_order_compute): Likewise.
2869         (pre_and_rev_post_order_compute_fn): Likewise.
2870         (single_pred_before_succ_order): Likewise.
2871         * cfgexpand.c (pass_expand::execute): Likewise.
2872         * cfgloop.c (verify_loop_structure): Likewise.
2873         * cfgloopmanip.c (fix_bb_placements): Likewise.
2874         (remove_path): Likewise.
2875         (update_dominators_in_loop): Likewise.
2876         * cfgrtl.c (break_superblocks): Likewise.
2877         * ddg.c (check_sccs): Likewise.
2878         (create_ddg_all_sccs): Likewise.
2879         * df-core.c (df_worklist_dataflow): Likewise.
2880         * dse.c (dse_step3): Likewise.
2881         * except.c (eh_region_outermost): Likewise.
2882         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2883         * gcse.c (prune_expressions): Likewise.
2884         (prune_insertions_deletions): Likewise.
2885         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
2886         * graph.c (draw_cfg_nodes_no_loops): Likewise.
2887         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
2888         * lcm.c (compute_earliest): Likewise.
2889         (compute_farthest): Likewise.
2890         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
2891         (unroll_loop_runtime_iterations): Likewise.
2892         (unroll_loop_stupid): Likewise.
2893         * lower-subreg.c (decompose_multiword_subregs): Likewise.
2894         * lra-lives.c: Likewise.
2895         * lra.c (lra): Likewise.
2896         * modulo-sched.c (schedule_reg_moves): Likewise.
2897         (optimize_sc): Likewise.
2898         (get_sched_window): Likewise.
2899         (sms_schedule_by_order): Likewise.
2900         (check_nodes_order): Likewise.
2901         (order_nodes_of_sccs): Likewise.
2902         (order_nodes_in_scc): Likewise.
2903         * recog.c (split_all_insns): Likewise.
2904         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
2905         * reload1.c (reload): Likewise.
2906         * sched-rgn.c (haifa_find_rgns): Likewise.
2907         (split_edges): Likewise.
2908         (compute_trg_info): Likewise.
2909         * sel-sched.c (init_seqno): Likewise.
2910         * store-motion.c (remove_reachable_equiv_notes): Likewise.
2911         * tree-into-ssa.c (update_ssa): Likewise.
2912         * tree-ssa-live.c (live_worklist): Likewise.
2913         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
2914         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
2915         * Likewise.
2916         (try_peel_loop): Likewise.
2917         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
2918         * Likewise.
2919         * tree-ssa-pre.c (compute_antic): Likewise.
2920         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
2921         * tree-stdarg.c (reachable_at_most_once): Likewise.
2922         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
2923         * var-tracking.c (vt_find_locations): Likewise.
2925 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2927         * sbitmap.h (auto_sbitmap): New class.
2929 2016-07-26  Alan Modra  <amodra@gmail.com>
2931         PR target/72103
2932         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
2933         sri->t_icode.
2935 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
2937         * input.c (selftest::temp_source_file::temp_source_file): Fix
2938         missing "%s" in fprintf.
2940 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
2942         PR middle-end/71732
2943         * cselib.c (cselib_process_insn): Invalidate argument slots for
2944         const/pure calls.
2946 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
2948         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
2949         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
2950         vmulxh_lane_f16, vmulxh_laneq_f16): New.
2952 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
2954         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
2955         * config/aarch64/aarch64.md (fma, fnma): Support HF.
2956         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
2958 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
2960         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
2961         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
2962         New.
2963         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
2964         (add<mode>3): Likewise.
2965         (sub<mode>3): Likewise.
2966         (mul<mode>3): Likewise.
2967         (div<mode>3): Likewise.
2968         (*div<mode>3): Likewise.
2969         (<fmaxmin><mode>3): Extend to HF.
2970         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
2971         (fabd<mode>3): Likewise.
2972         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
2973         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
2974         (aarch64_fmulx<mode>): Likewise.
2975         (aarch64_fac<optab><mode>): Likewise.
2976         (aarch64_frecps<mode>): Likewise.
2977         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
2978         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
2979         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
2980         (VSDQ_HSDI): Support HI.
2981         (fcvt_target, FCVT_TARGET): Likewise.
2982         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
2983         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
2984         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
2985         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
2986         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
2987         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
2988         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
2989         vrsqrtsh_f16): New.
2991 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
2993         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
2994         * config/aarch64/aarch64-builtins.c (hi_UP): New.
2995         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
2996         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
2997         mode.
2998         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
2999         (aarch64_cm<optab><mode>): Likewise.
3000         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
3001         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
3002         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
3003         (sqrt<mode>2): Likewise.
3004         (*sqrt<mode>2): Likewise.
3005         (abs<mode>2): Likewise.
3006         (<optab><mode>hf2): New pattern for HF mode.
3007         (<optab>hihf2): Likewise.
3008         * config/aarch64/arm_neon.h: Include arm_fp16.h.
3009         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
3010         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
3011         Support HF mode.
3012         * config/aarch64/arm_fp16.h: New file.
3013         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
3014         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
3015         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
3016         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
3017         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
3018         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
3019         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
3020         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
3021         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
3022         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
3023         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
3024         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
3025         vsqrth_f16): New.
3027 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3029         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
3030         reduc_smin_scal_): Use VDQIF_F16.
3031         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
3032         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
3033         Use VHSDF.
3034         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
3035         * config/aarch64/iterators.md (VDQIF_F16): New.
3036         (vp): Support HF modes.
3037         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
3038         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
3040 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3042         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
3043         "*aarch64_mulx_elt_from_dup<mode>".
3044         (*aarch64_mul3_elt<mode>): Update schedule type.
3045         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
3046         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
3047         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
3048         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
3049         (f, fp): Support HF modes.
3050         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
3051         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
3052         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
3053         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
3054         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
3055         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
3057 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3059         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3060         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
3061         modes.
3062         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
3063         vfmsq_f16): New.
3065 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3067         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3068         * config/aarch64/aarch64-simd.md
3069         (aarch64_rsqrts<mode>): Extend to HF modes.
3070         (fabd<mode>3): Likewise.
3071         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
3072         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
3073         (aarch64_<maxmin_uns>p<mode>): Likewise.
3074         (<su><maxmin><mode>3): Likewise.
3075         (<maxmin_uns><mode>3): Likewise.
3076         (<fmaxmin><mode>3): Likewise.
3077         (aarch64_faddp<mode>): Likewise.
3078         (aarch64_fmulx<mode>): Likewise.
3079         (aarch64_frecps<mode>): Likewise.
3080         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
3081         (add<mode>3): Extend to HF modes.
3082         (sub<mode>3): Likewise.
3083         (mul<mode>3): Likewise.
3084         (div<mode>3): Likewise.
3085         (*div<mode>3): Likewise.
3086         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
3087         HF, V4HF and V8HF.
3088         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
3089         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
3090         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
3091         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
3092         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
3093         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
3094         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
3095         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
3096         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
3097         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
3098         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
3099         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
3100         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
3101         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
3103 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3105         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
3106         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
3107         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
3108         (neg<mode>2): Likewise.
3109         (abs<mode>2): Likewise.
3110         (<frint_pattern><mode>2): Likewise.
3111         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
3112         (<optab><VDQF:mode><fcvt_target>2): Likewise.
3113         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
3114         (ftrunc<VDQF:mode>2): Likewise.
3115         (<optab><fcvt_target><VDQF:mode>2): Likewise.
3116         (sqrt<mode>2): Likewise.
3117         (*sqrt<mode>2): Likewise.
3118         (aarch64_frecpe<mode>): Likewise.
3119         (aarch64_cm<optab><mode>): Likewise.
3120         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
3121         HF, V4HF and V8HF.
3122         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
3123         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
3124         (stype): New.
3125         * config/aarch64/arm_neon.h (vdup_n_f16): New.
3126         (vdupq_n_f16): Likewise.
3127         (vld1_dup_f16): Use vdup_n_f16.
3128         (vld1q_dup_f16): Use vdupq_n_f16.
3129         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
3130         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
3131         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
3132         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
3133         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
3134         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
3135         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
3136         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
3137         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
3138         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
3139         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
3140         vsqrt_f16, vsqrtq_f16): New.
3142 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3144         * config/aarch64/aarch64-simd.md
3145         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
3146         (aarch64_ext<mode>): Likewise.
3147         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
3148         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
3149         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
3150         and V8HFmode.
3151         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
3152         float16x8_t.
3153         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
3154         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
3155         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
3156         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
3157         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
3158         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
3159         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
3160         New.
3161         (vmov_n_f16): Reimplement using vdup_n_f16.
3162         (vmovq_n_f16): Reimplement using vdupq_n_f16..
3164 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3166         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
3167         "frame_related_p".  Generate CFA annotation when it's necessary.
3168         (aarch64_expand_prologue): Use aarch64_add_constant.
3169         (aarch64_expand_epilogue): Likewise.
3170         (aarch64_output_mi_thunk): Pass "false" when calling
3171         aarch64_add_constant.
3173 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3175         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
3176         sequences.
3178 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
3180         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
3181         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
3182         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
3183         (aarch64_build_constant): Delete.
3185 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
3187         Revert
3188         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
3190         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3191         flag_toplevel_reorder.
3193 2016-07-25  Richard Biener  <rguenther@suse.de>
3195         * cgraph.c (cgraph_node::verify_node): Compare against builtin
3196         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
3197         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
3198         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
3199         (streamer_get_builtin_tree): Likewise.
3200         (streamer_write_builtin): Likewise.
3201         * lto-streamer.h (LTO_builtin_decl): Remove.
3202         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
3203         (lto_input_scc): Remove LTO_builtin_decl handling.
3204         (lto_input_tree_1): Liekwise.
3205         * lto-streamer-out.c (lto_output_tree_1): Remove special
3206         handling of builtins.
3207         (DFS::DFS): Likewise.
3208         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
3209         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
3210         assert.
3211         (streamer_write_builtin): Remove.
3213 2016-07-25  Martin Liska  <mliska@suse.cz>
3215         * lto-cgraph.c (input_symtab): Don't call get_working_sets
3216         if flag_auto_profile is set to true.
3218 2016-07-25  Martin Liska  <mliska@suse.cz>
3220         PR gcov-profile/71868
3221         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
3222         have a function with multiple latches, count them all.
3224 2016-07-25  Martin Liska  <mliska@suse.cz>
3226         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
3228 2016-07-25  Martin Liska  <mliska@suse.cz>
3230         PR tree-optimization/71987
3231         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
3232         just for SSA_NAMEs. Fix GNU coding style.
3234 2016-07-25  Martin Liska  <mliska@suse.cz>
3236         PR gcov-profile/64874
3237         * gcov-io.h: Update command about file format.
3238         * gcov-iov.c (main): Adapt the numbering scheme.
3240 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3242         PR middle-end/66726
3243         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
3244         whose result is used in PHI.
3245         (final_range_test_p): Likewise.
3246         (maybe_optimize_range_tests): Likewise.
3248 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
3250         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3251         Reformat two multi-line strings.
3253 2016-07-22 Martin Sebor  <msebor@redhat.com>
3255         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
3257 2016-07-22 Martin Sebor  <msebor@redhat.com>
3259         PR c/71560
3260         * doc/extend.texi (Compound Literals): Correct and clarify.
3261         (Cast to Union): Same.
3263 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3265         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
3266         comments to explain why certain error messages make mention of
3267         undocumented options.
3268         (rs6000_invalid_builtin): Change error messages to replace mention
3269         of undocumented options with mention of the -mcpu=power9 option
3270         that enables those undocumented options.
3271         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
3272         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
3273         definition of this macro to correct an existing error.
3274         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
3275         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
3276         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
3277         descriptions of built-in functions so that they depend on
3278         -mcpu=power9 instead of on the corresponding undocumented flags.
3279         * doc/invoke.texi (Option Summary):  Remove all mention of newly
3280         undocumented flags.
3281         (IBM RS/6000 and PowerPC Options): Likewise.
3282         * doc/md.texi (Constraints for Particuliar Machines): Remove all
3283         mention of newly undocumented flags.
3285 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
3287         * ipa-cp.c (determine_versionability): Do not create constprop clones,
3288         when target_clones attribute is set.
3290 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
3292         * common.opt (funsafe-loop-optimizations): Mark ignore.
3293         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
3294         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
3295         related code.
3296         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
3297         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
3299 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
3301         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
3302         Parameter.
3303         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
3304         Parameter.
3305         (number_of_iterations_exit): Warn missed loop optimization for
3306         possible infinite loops.
3308 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
3310         PR target/71216
3311         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
3312         when to emit a ".machine" pseudo-op.
3314 2016-07-22  Martin Liska  <mliska@suse.cz>
3316         PR gcov-profile/69028
3317         PR gcov-profile/62047
3318         * coverage.c (coverage_compute_lineno_checksum): Do not
3319         calculate checksum for fns w/o xloc.file.
3320         (coverage_compute_profile_id): Likewise.
3322 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
3324         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
3325         (avr_secondary_reload): ...and implementation.
3326         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
3327         * config/avr/avr.md (reload_in<mode>): Remove insns.
3328         (adjust_len) [lpm]: Remove insn attribute value.
3329         * config/avr/predicates.md (flash_operand): Remove insn predicate.
3331 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3333         PR middle-end/71876
3334         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
3335         attribute.
3336         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
3337         * calls.c (special_function_p): Remove the special handling of the
3338         "__builtin_" prefix.
3340 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3342         PR middle-end/71876
3343         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
3344         if STMT may be an alloca call.
3345         (gimple_alloca_call_p, alloca_call_p): Return only true for the
3346         builtin alloca call.
3347         * calls.h (gimple_maybe_alloca_call_p): New function.
3348         * tree-inline.c (inline_forbidden_p_stmt): Use
3349         gimple_maybe_alloca_call_p here.
3351 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
3353         * spellcheck-tree.c (best_macro_match::best_macro_match):
3354         Explictly specify the template arguments when invoking the base
3355         class constructor, to help older C++ compilers.
3357 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
3359         PR sanitizer/71953
3360         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
3361         before builtin_decl_implicit.
3363 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3365         * optabs.c (emit_condiitonal_move): Short circuit for identical
3366         sources.
3368 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3370         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
3371         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
3372         (noce_conversion_profitable_p): New.
3373         (noce_try_store_flag_constants): Use it.
3374         (noce_try_addcc): Likewise.
3375         (noce_try_store_flag_mask): Likewise.
3376         (noce_try_cmove): Likewise.
3377         (noce_try_cmove_arith): Likewise.
3378         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
3379         overwriting it.
3380         (noce_convert_multiple_sets): Move cost model to here, from...
3381         (bb_ok_for_noce_convert_multiple_sets) ...here.
3382         (noce_process_if_block): Update calls for above changes.
3383         (noce_find_if_block): Record new noce_if_info parameters.
3385 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
3387         * target.def (max_noce_ifcvt_seq_cost): New.
3388         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
3389         * doc/tm.texi: Regenerate.
3390         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
3391         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
3392         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
3393         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
3394         * doc/invoke.texi: Document new params.
3396 2016-07-21  Richard Biener  <rguenther@suse.de>
3398         PR tree-optimization/71947
3399         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
3400         ranges have useful limit_vr information.
3402 2016-07-21  Richard Biener  <rguenther@suse.de>
3404         * function-tests.c (build_trivial_generic_function): Set
3405         BLOCK_SUPERCONTEXT of DECL_INITIAL.
3406         * omp-low.c (create_omp_child_function): Likewise.
3407         (grid_expand_target_grid_body): Likewise.
3408         * cgraphunit.c (init_lowered_empty_function): Likewise.
3409         (cgraph_node::expand_thunk): Likewise.
3410         * tree-parloops.c (create_loop_fn): Likewise.
3411         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
3413 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3415         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
3416         in comment.
3418 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
3420         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
3421         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
3422         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
3423         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
3424         values for insn attribute.
3425         * config/avr/avr.c (avr_out_insert_notbit): New function.
3426         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
3427         ADJUST_LEN_INSV_NOTBIT_0/_7.
3428         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
3430 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
3432         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
3433         (chrec_convert_1, chrec_convert): Ditto.
3434         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
3435         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
3436         * tree-vrp.c (adjust_range_with_scev): Ditto.
3437         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
3438         (scev_var_range_cant_overflow): New function.
3439         (scev_probably_wraps_p): New parameter.  Call above function.
3440         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
3442 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
3444         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
3445         by removing computation of may_be_zero.
3447 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
3449         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
3451 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
3453         Improving concepts performance and diagnostics.
3454         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
3455         for constraint satisfaction and subsumption.
3456         * timevar.h (auto_timevar): New constructor that matches the push/pop
3457         pattern of usage in pt.c.
3459 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
3461         * hwint.h (HOST_WIDE_INT_0): New define.
3462         (HOST_WIDE_INT_0U): Ditto.
3463         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
3464         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
3465         * simplify-rtx.c: Ditto.
3466         * tree-object-size.c: Ditto.
3468 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3470         * config/s390/s390.c (s390_encode_section_info): Remove mode size
3471         check.
3473 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
3475         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
3476         * combine.c: Use HOST_WIDE_INT_M1U instead of
3477         ~(unsigned HOST_WIDE_INT) 0.
3478         * double-int.h: Ditto.
3479         * dse.c: Ditto.
3480         * dwarf2asm.c:Ditto.
3481         * expmed.c: Ditto.
3482         * genmodes.c: Ditto.
3483         * match.pd: Ditto.
3484         * read-rtl.c: Ditto.
3485         * tree-ssa-loop-ivopts.c: Ditto.
3486         * tree-ssa-loop-prefetch.c: Ditto.
3487         * tree-vect-generic.c: Ditto.
3488         * tree-vect-patterns.c: Ditto.
3489         * tree.c: Ditto.
3491 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3493         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
3494         constant addresses outside [0,0xc0] into a register.
3495         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
3496         cases where the base address register is unused after.
3497         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
3498         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
3499         (avr_out_store_psi_reg_disp_tiny): Same.
3501 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3503         Implement attribute progmem on reduced Tiny cores by adding
3504         flash offset 0x4000 to respective symbols.
3506         PR target/71948
3507         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
3508         documentation how it works on reduced Tiny cores.
3509         (AVR Named Address Spaces): No support for reduced Tiny.
3510         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
3511         (avr_address_tiny_pm_p): New static function.
3512         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
3513         if the address is in progmem.
3514         (avr_assemble_integer): Same.
3515         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
3516         for symbol_ref in progmem.
3517         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
3518         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
3519         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
3521 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
3523         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
3524         * configure: Regenerate.
3525         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
3526         (USE_THIN_ARCHIVES): New variable.
3527         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
3528         this archive as a thin archive.
3530 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
3532         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
3533         same location as last time, don't skip if we have fix-it hints.
3534         Clarify the skipping logic by converting it from one "if" clause
3535         to repeated "if" clauses.
3536         * spellcheck-tree.c: Include "cpplib.h".
3537         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
3538         (best_macro_match::best_macro_match): New constructor.
3539         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
3540         Move here from c/c-decl.c.
3541         (class best_macro_match): Move here from c/c-decl.c, converting
3542         from a typedef to a subclass, gaining a ctor.
3544 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3546         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
3547         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
3548         define...
3549         (avr_addr_space_diagnose_usage): ...and implementation.
3550         (avr_addr_space_supported_p): New function.
3551         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
3552         report bad address space usage if that space is supported.
3553         (avr_insert_attributes): Same.  No more complain about unsupported
3554         address spaces.
3555         * config/avr/avr-c.c (tm_p.h): Include it.
3556         (avr_cpu_cpp_builtins): Only define addr-space related built-in
3557         macro if avr_addr_space_supported_p.
3559 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
3561         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
3562         flag_toplevel_reorder.
3564 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
3566         * gcc-rich-location.c
3567         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
3568         a const char *.
3569         * gcc-rich-location.h
3570         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
3572 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
3574         * target.def (addr_space): Add new diagnose_usage to hook vector.
3575         * targhooks.c (default_addr_space_diagnose_usage): Add default
3576         implementation and...
3577         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
3578         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
3579         is some address space, call targetm.addr_space.diagnose_usage.
3580         * doc/tm.texi.in (Named Address Spaces): Add anchor for
3581         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
3582         * doc/tm.texi: Regenerate.
3584 2016-07-20  Martin Liska  <mliska@suse.cz>
3586         PR middle-end/71898
3587         * graphite-isl-ast-to-gimple.c (later_of_the_two):
3588         Properly handly PHI stmts.
3590 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
3592         PR tree-optimization/71503
3593         PR tree-optimization/71683
3594         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
3595         and break.
3597 2016-07-20  Martin Liska  <mliska@suse.cz>
3599         * doc/invoke.texi (-fipa-ra): Document when the option is
3600         disabled. Fix a typo.
3602 2016-07-20  Martin Liska  <mliska@suse.cz>
3604         * Makefile.in: Include fibonacci_heap.c
3605         * fibonacci_heap.c: New file.
3606         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
3607         (fibonacci_heap::union_with): Fix deletion of the second heap.
3608         * selftest-run-tests.c (selftest::run_tests): Incorporate
3609         fibonacci heap tests.
3610         * selftest.h: Declare fibonacci_heap_c_tests.
3612 2016-07-20  Martin Liska  <mliska@suse.cz>
3614         * selftest-run-tests.c (selftest::run_tests): New function.
3615         * selftest.h (sreal_c_tests): Declare.
3616         * sreal.c (sreal_verify_basics): New function.
3617         (verify_aritmetics): Likewise.
3618         (sreal_verify_arithmetics): Likewise.
3619         (verify_shifting): Likewise.
3620         (sreal_verify_shifting): Likewise.
3621         (void sreal_c_tests): Likewise.
3623 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
3625         PR rtl-optimization/71916
3626         * cfgrtl.c (contains_no_active_insn_p): Return false also for
3627         bb which have a single succ fake edge.
3629 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
3631         PR debug/71855
3632         * dwarf2out.c (gen_subprogram_die): Only call
3633         gen_unspecified_parameters_die while dumping early dwarf.
3635 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
3637         PR middle-end/71874
3638         * gimple-fold.c (fold_builtin_memory_op): Use
3639         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
3641 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
3643         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
3644         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
3645         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
3646         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
3647         * combine.c: Ditto.
3648         * cse.c: Ditto.
3649         * dojump.c: Ditto.
3650         * double-int.c: Ditto.
3651         * dse.c: Ditto.
3652         * dwarf2out.c: Ditto.
3653         * expmed.c: Ditto.
3654         * expr.c: Ditto.
3655         * fold-const.c: Ditto.
3656         * function.c: Ditto.
3657         * fwprop.c: Ditto.
3658         * genmodes.c: Ditto.
3659         * hwint.c: Ditto.
3660         * hwint.h: Ditto.
3661         * ifcvt.c: Ditto.
3662         * loop-doloop.c: Ditto.
3663         * loop-invariant.c: Ditto.
3664         * loop-iv.c: Ditto.
3665         * match.pd: Ditto.
3666         * optabs.c: Ditto.
3667         * real.c: Ditto.
3668         * reload.c: Ditto.
3669         * rtlanal.c: Ditto.
3670         * simplify-rtx.c: Ditto.
3671         * stor-layout.c: Ditto.
3672         * toplev.c: Ditto.
3673         * tree-ssa-loop-ivopts.c: Ditto.
3674         * tree-vect-generic.c: Ditto.
3675         * tree-vect-patterns.c: Ditto.
3676         * tree.c: Ditto.
3677         * tree.h: Ditto.
3678         * ubsan.c: Ditto.
3679         * varasm.c: Ditto.
3680         * wide-int-print.cc: Ditto.
3681         * wide-int.cc: Ditto.
3682         * wide-int.h: Ditto.
3684 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
3686         * selftest.c (selftest::assert_streq): Handle NULL values of
3687         val_actual and val_expected.
3689 2016-07-19  Martin Jambor  <mjambor@suse.cz>
3691         PR fortran/71688
3692         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
3693         rather than cgraph_create_node to get a call graph node.
3695 2016-07-19  Richard Biener  <rguenther@suse.de>
3697         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
3698         handle all tcc_constant bases and valueize SSA names.
3699         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
3700         tcc_constant bases.
3702 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
3704         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
3705         the flags of the exit block and bb2, not just the entry block.
3707 2016-07-19  Richard Biener  <rguenther@suse.de>
3709         PR tree-optimization/71901
3710         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
3711         align member, group stuff with the bitfield.
3712         (vn_ref_op_align_unit): New inline.
3713         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
3714         record element alignment and operand 3 unchanged.
3715         (ao_ref_init_from_vn_reference): Adjust.
3716         (valueize_refs_1): Likewise.
3717         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
3719 2016-07-19  Richard Biener  <rguenther@suse.de>
3721         PR tree-optimization/71908
3722         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
3723         symbolic constants in a more reliable way.
3725 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
3727         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
3728         comment.
3729         (vect_update_inits_of_drs): Likewise.
3730         (vect_create_cond_for_alias_checks): Likewise.
3731         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
3733 2016-07-19  Richard Biener  <rguenther@suse.de>
3735         PR lto/71907
3736         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
3737         with an abstract origin that is not an inlined function outer
3738         scope add a self-reference as abstract origin.
3739         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
3741 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
3743         PR target/71493
3744         * config/rs6000/rs6000.c (rs6000_function_value): Fix
3745         unintentional System V.4 structure return breakage for structures
3746         with a single floating point element.
3748 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
3750         PR tree-optimization/71734
3751         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
3752         contains REF, use it to check safelen, assume that safelen value
3753         must be greater 1, fix style.
3754         (ref_indep_loop_p_2): Add REF_LOOP argument.
3755         (ref_indep_loop_p): Pass LOOP as additional argument to
3756         ref_indep_loop_p_2.
3758 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3760         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
3761         allocation in the prologue.
3762         * explow.c (get_dynamic_stack_base): New function to return an address
3763         expression for the dynamic stack base.
3764         (get_dynamic_stack_size): New function to do the required dynamic stack
3765         space size calculations.
3766         (allocate_dynamic_stack_space): Use new functions.
3767         (align_dynamic_address): Move some code from
3768         allocate_dynamic_stack_space to new function.
3769         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
3771 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3773         * config/s390/s390.c (s390_encode_section_info): Always set
3774         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
3775         found.
3777 2016-07-18  Richard Biener  <rguenther@suse.de>
3779         PR tree-optimization/71893
3780         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
3781         for sizetype cast added by array_ref_element_size.
3782         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
3784 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
3786         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
3787         register parameters.  Remove code to initialize argument pointer
3788         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
3789         using a pc-relative branch.  Cleanup conditional code.
3790         * config/pa/pa.md (call_mcount): New expander.
3791         (call_mcount_nonpic): New insn.
3792         (call_mcount_pic): New insn and split.
3793         (call_mcount_pic_post_reload): New insn.
3794         (call_mcount_64bit): New insn and split.
3795         (call_mcount_64bit_post_reload): New insn.
3797 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
3799         * config/avr/predicates.md (const_m255_to_m1_operand): New.
3800         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
3801         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
3802         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
3803         (*usum_widenqihi3, *udiff_widenqihi3)
3804         (*addhi3_zero_extend.const): New combiner insns.
3805         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
3806         just 1 bit is affected.
3807         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
3808         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
3810 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
3812         * omp-low.c (lower_omp_target): Mark data clauses with
3813         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
3814         zero-length subarrays.
3816 2016-07-15  Richard Biener  <rguenther@suse.de>
3818         PR tree-optimization/71881
3819         * tree-loop-distribution.c (destroy_loop): Remove blocks in
3820         reverse DOM order to make debug temp generation happy.
3822 2016-07-15  Richard Biener  <rguenther@suse.de>
3824         PR tree-optimization/71887
3825         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
3826         verify it is not zero for division / modulo handling.
3827         (value_replacement): Adjust.
3829 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
3830             Julian Brown  <julian@codesourcery.com>
3832         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
3833         * config/aarch64/aarch64-cost-tables.h
3834         (vulcan_extra_costs): New variable.
3835         * config/aarch64/aarch64.c
3836         (vulcan_addrcost_table): Likewise.
3837         (vulcan_regmove_cost): Likewise.
3838         (vulcan_vector_cost): Likewise.
3839         (vulcan_branch_cost): Likewise.
3840         (vulcan_tunings): Likewise.
3842 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
3844         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
3845         (output_in_order): Loop over undefined variables too.  Output them
3846         via assemble_undefined_decl.  Skip variables that correspond to hard
3847         registers or have value-exprs.
3848         * varpool.c (symbol_table::output_variables): Handle undefined
3849         variables together with defined ones.
3851 2016-07-15  Richard Biener  <rguenther@suse.de>
3853         * tree-ssa-pre.c (get_representative_for): Make sure to return
3854         the value number of SSA names.
3855         (phi_translate_1): get_representative_for cannot return NULL.
3856         (do_pre_regular_insertion): Remove redundant call to
3857         fully_constant_expression.
3858         (do_pre_partial_partial_insertion): Likewise.
3860 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
3862         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
3863         (derive_simple_iv_with_niters): New function.
3864         (simple_iv): Rewrite using simple_iv_with_niters.
3865         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
3866         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
3867         function.
3868         (number_of_iterations_exit): Rewrite using above function.
3869         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
3870         Decl.
3872 2016-07-15  Richard Biener  <rguenther@suse.de>
3874         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
3875         vec_construct cost.
3877 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
3879         PR tree-optimization/71872
3880         * tree-data-ref.c (get_references_in_stmt): Ignore references
3881         with is_gimple_constant get_base_address.
3883 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3885         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
3886         (TARGET_HAVE_LDACQD): New macro.
3887         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
3888         than TARGET_HAVE_LDACQ.
3889         (arm_load_acquire_exclusivedi): Likewise.
3890         (arm_store_release_exclusivedi): Likewise.
3892 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3894         PR rtl-optimization/71878
3895         * lra-constraints.c (match_reload): Pass information about other
3896         output operands.  Create new unique register value if matching input
3897         operand shares same register value as output operand being considered.
3898         (curr_insn_transform): Record output operands already processed.
3900 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3902         PR target/65951
3903         PR tree-optimization/70923
3904         * tree-vect-patterns.c: Include mult-synthesis.h.
3905         (target_supports_mult_synth_alg): New function.
3906         (synth_lshift_by_additions): Likewise.
3907         (apply_binop_and_append_stmt): Likewise.
3908         (vect_synth_mult_by_constant): Likewise.
3909         (target_has_vecop_for_code): Likewise.
3910         (vect_recog_mult_pattern): Use above functions to synthesize vector
3911         multiplication by integer constants.
3913 2016-07-14  Alan Modra  <amodra@gmail.com>
3915         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
3916         gpr alternatives.  Correct '*' placement on Y,r alternative.
3917         Add '*' on operand 1 of r,r alternative.
3919 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3921         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
3922         * expmed.h: ... Here.
3924 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
3926         * gimple.h (stmt_can_terminate_bb_p): New function.
3927         * tree-cfg.c (need_fake_edge_p): Rename to ...
3928         (stmt_can_terminate_bb_p): ... this; return true if stmt can
3929         throw external; handle const and pure calls.
3930         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
3932 2016-07-14  Richard Biener  <rguenther@suse.de>
3934         PR tree-optimization/71866
3935         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
3936         (do_hoist_insertion): Avoid endless recursion when we
3937         didn't insert anything because we managed to simplify
3938         things down to a constant or SSA name.
3939         (fully_constant_expression): Re-write in terms of ...
3940         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
3941         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
3942         vn_nary_build_or_lookup_1.
3943         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
3944         (vn_nary_build_or_lookup): ... this which now wraps it.
3946 2016-07-14  Alan Modra  <amodra@gmail.com>
3948         PR target/71733
3949         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
3950         with p9_vector override before power9-dform override.
3952 2016-07-13  Andi Kleen  <ak@linux.intel.com>
3954         * value-prof.c (gimple_value_profile_transformations): Don't run
3955         when auto_profile is on.
3957 2016-07-13  Andi Kleen  <ak@linux.intel.com>
3959         * auto-profile.c (update_inlined_ind_target,
3960         afdo_indirect_call): Print information to dump file.
3962 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3964         * genrecog.c (special_predicate_operand_p): New function.
3965         (predicate_name): Move function.
3966         (validate_pattern): Don't warn about missing mode for all
3967         define_special_predicate predicates.
3969 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
3971         * tree-vect-data-refs.c (vect_no_alias_p): New function.
3972         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
3973         resolve alias checks which are known at compilation time.
3974         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
3975         alias checks are resolved.  Move dump info for too many runtime
3976         alias checks to here...
3977         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
3979 2016-07-13  Richard Biener  <rguenther@suse.de>
3981         PR tree-optimization/24574
3982         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
3983         position and add shift, rotate, divison and modulo support
3984         for left zero.
3985         (value_replacement): Pass in argument position to absorbing_element_p.
3987 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
3989         PR ipa/71633
3990         * ipa-inline-transform.c (inline_call): Support
3991         instrumented thunks.
3993 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3995         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
3996         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
3997         divide feature.
3998         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
3999         Baseline.  Make initial alternative TARGET_32BIT only.
4000         (udivsi3): Likewise.
4001         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
4002         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
4003         target.
4005 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4007         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
4008         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
4009         availability with TARGET_HAVE_MOVT.
4010         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
4011         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
4012         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
4013         UINTVAL.
4014         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
4015         extra instruction if MOVW is available.  Use a cost variable
4016         incremented by COSTS_N_INSNS (1) when the condition match rather than
4017         returning an arithmetic expression based on COSTS_N_INSNS.  Make
4018         constant with bottom half word zero cost 2 instruction if MOVW is
4019         available.
4020         * config/arm/arm.md (define_attr "arch"): Add v8mb.
4021         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
4022         target is ARMv8-M Baseline.
4023         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
4024         (arm_movtas_ze): Likewise.
4025         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
4026         alternative for constants satisfying j constraint.
4027         (thumb1_movsi_insn): Likewise.
4028         (movsi splitter for K alternative): Tighten condition to not trigger
4029         if movt is available and j constraint is satisfied.
4030         (Pe immediate splitter): Likewise.
4031         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
4032         constant fitting in an halfword to use MOVW.
4033         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
4034         effective target.
4036 2016-07-13  Richard Biener  <rguenther@suse.de>
4038         PR middle-end/71104
4039         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
4040         gimplifying the LHS.  Make sure to gimplify a returning twice
4041         call LHS without using SSA names.
4043 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4045         * tree-data-ref.c (find_data_references_in_stmt): Remove
4046         unnecessary call to vec::release.
4047         (graphite_find_data_references_in_stmt): Likewise.
4048         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
4049         * tree-vect-stmts.c (vectorizable_condition): Likewise.
4051 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4053         * cfgexpand.c (expand_used_vars): Make the type of a local
4054         variable auto_vec.
4055         * genmatch.c (lower_for): Likewise.
4056         * haifa-sched.c (haifa_sched_init): Likewise.
4057         (add_to_speculative_block): Likewise.
4058         (create_check_block_twin): Likewise.
4059         * predict.c (handle_missing_profiles): Likewise.
4060         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
4061         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
4062         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
4063         Likewise.
4064         (maybe_lower_iteration_bound): Likewise.
4065         * tree-ssa-sccvn.c (DFS): Likewise.
4066         * tree-stdarg.c (reachable_at_most_once): Likewise.
4067         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
4068         (vectorizable_store): Likewise.
4070 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4072         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
4073         (sccvn_dom_walker): make cond_stack an auto_vec.
4075 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4077         * ree.c (struct ext_state): Make type of members auto_vec.
4078         (find_and_remove_re): Adjust.
4080 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4082         * cfgexpand.c (struct stack_vars_data): Make type of fields
4083         auto_vec.
4084         (expand_used_vars): Adjust.
4086 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4088         * ipa.c (record_cdtor_fn): Adjust.
4089         (build_cdtor_fns): Likewise.
4090         (ipa_cdtor_merge): Make static_ctors and static_dtors local
4091         variables.
4093 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4095         * genextract.c (struct accum_extract): Add constructor and make
4096         members auto_vec.
4097         (gen_insn): Adjust.
4099 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4101         * tree.c (struct free_lang_data_d): Add constructor and change
4102         types of members to ones that automatically manage resources.
4103         (fld_worklist_push): Adjust.
4104         (find_decls_types): Likewise.
4105         (find_decls_types_in_eh_region): Likewise.
4106         (free_lang_data_in_cgraph): Stop manually creating and
4107         destroying members of free_lang_data_d.
4109 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
4111         PR rtl-optimization/68961
4112         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
4113         peephole variant.  Use sse_reg_operand predicates.
4115 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
4117         * config/i386/predicates.md (x86_64_immediate_operand)
4118         <case CONST_INT>: Remove unneeded truncation to DImode.
4119         <case CONST>: Ditto.
4120         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4122 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
4124         PR target/71805
4125         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
4126         The xxperm and xxpermr instructions require that the 2nd input
4127         operand overlap with the output operand, and not the 1st.
4128         (altivec_vperm_v8hiv16qi): Likewise.
4129         (altivec_vperm_<mode>_uns_internal): Likewise.
4130         (altivec_vpermr_<mode>_internal): Likewise.
4131         (vperm_v8hiv4si): Likewise.
4132         (vperm_v16qiv8hi): Likewise.
4134 2016-07-12  Nathan Sidwell  <nathan@acm.org>
4136         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
4137         when -mno-pic-data-is-text-relative is in effect, by default.
4138         * doc/invoke.texi (mpic-data-is-text-relative): Document new
4139         behavior and clarify.
4141 2016-07-12  Martin Liska  <mliska@suse.cz>
4143         * params.def: Add avg-loop niter.
4144         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
4145         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
4146         * doc/invoke.texi: Document the new parameter.
4148 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4150         PR middle-end/71700
4151         * expr.c (store_constructor): Mask sign-extended bits when widening
4152         sub-word constructor element at the start of a word.
4154 2016-07-12  Martin Liska  <mliska@suse.cz>
4156         * Makefile.in: Append rule for params-options.h.
4157         * params-options.h: New file.
4159 2016-07-12  Martin Liska  <mliska@suse.cz>
4161         * ira-build.c (mark_loops_for_removal): Properly iterate
4162         loops.
4164 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
4165             Richard Biener  <rguenther@suse.de>
4167         PR tree-optimization/23286
4168         PR tree-optimization/70159
4169         * doc/invoke.texi: Document -fcode-hoisting.
4170         * common.opt (fcode-hoisting): New flag.
4171         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
4172         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
4173         (do_regular_insertion): Rename to ...
4174         (do_pre_regular_insertion): ... this and amend general comments
4175         on insertion strathegy.
4176         (do_partial_partial_insertion): Rename to ...
4177         (do_pre_partial_partial_insertion): ... this.
4178         (do_hoist_insertion): New function.
4179         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
4180         and call do_hoist_insertion properly.
4181         (insert): Adjust.
4182         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
4183         (pass_pre::execute): Register hoist_insert stats.
4185 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
4187         PR middle-end/71716
4188         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
4189         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
4190         is different from mode's bitsize.  Small cleanup.
4192 2016-07-12  Richard Biener  <rguenther@suse.de>
4194         PR rtl-optimization/68961
4195         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
4196         to simplify to a non-constant.
4198 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
4200         PR middle-end/71758
4201         * omp-low.c (expand_omp_target): Gimplify device.
4203         PR tree-optimization/71823
4204         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
4205         to get vec_oprnds2 from op2.
4207 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
4209         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
4210         Hoist common subexpressions.
4211         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
4213 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
4215         PR target/71800
4216         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
4217         prevent generation of 'stxsiwx' on pre Power8 hardware.
4219 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
4221         * input.c: Include cpplib.h.
4222         (selftest::temp_source_file): New class.
4223         (selftest::temp_source_file::temp_source_file): New ctor.
4224         (selftest::temp_source_file::~temp_source_file): New dtor.
4225         (selftest::should_have_column_data_p): New function.
4226         (selftest::test_should_have_column_data_p): New function.
4227         (selftest::temp_line_table): New class.
4228         (selftest::temp_line_table::temp_line_table): New ctor.
4229         (selftest::temp_line_table::~temp_line_table): New dtor.
4230         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
4231         it to create a temp_line_table.
4232         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
4233         locations that are known to have column data.
4234         (selftest::line_table_case): New struct.
4235         (selftest::test_reading_source_line): Move tempfile handling
4236         to class temp_source_file.
4237         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
4238         (selftest::assert_token_loc_eq): New function.
4239         (ASSERT_TOKEN_LOC_EQ): New macro.
4240         (selftest::test_lexer): New function.
4241         (selftest::boundary_locations): New array.
4242         (selftest::input_c_tests): Call test_should_have_column_data_p.
4243         Loop over a test matrix of interesting values of location and
4244         default_range_bits, calling test_lexer on each case in the matrix.
4245         Move call to test_accessing_ordinary_linemaps into the matrix.
4246         * selftest.h (ASSERT_EQ): Reimplement in terms of...
4247         (ASSERT_EQ_AT): New macro.
4249 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
4251         PR target/71801
4252         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
4253         Don't convert TImode in debug insn.
4255 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4257         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
4258         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
4259         (tree_type_common::lang_flag_7): New.
4260         (tree_type_common::spare): Reduce size.
4261         * tree.h (TYPE_ALIGN_OK): Remove.
4262         (TYPE_LANG_FLAG_7): New.
4263         (get_inner_reference): Adjust header.
4264         * print-tree.c (print_node): Adjust.
4265         * expr.c (get_inner_reference): Remove parameter keep_aligning.
4266         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
4267         calls to get_inner_reference.
4268         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
4269         handling of TYPE_ALIGN_OK.
4270         * builtins.c (get_object_alignment_2): Adjust call to
4271         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
4272         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
4273         TYPE_ALIGN_OK.
4274         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
4275         * cfgexpand.c (expand_debug_expr): Likewise.
4276         * dbxout.c (dbxout_expand_expr): Likewise.
4277         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
4278         loc_list_from_tree, fortran_common): Likewise.
4279         * fold-const.c (optimize_bit_field_compare,
4280         decode_field_reference, fold_unary_loc, fold_comparison,
4281         split_address_to_core_and_offset): Likewise.
4282         * gimple-laddress.c (execute): Likewise.
4283         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
4284         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
4285         * hsa-gen.c (gen_hsa_addr): Likewise.
4286         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
4287         * tsan.c (instrument_expr): Likewise.
4288         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
4289         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
4290         * tree-affine.c (tree_to_aff_combination,
4291         get_inner_reference_aff): Adjust calls to get_inner_reference.
4292         * tree-data-ref.c (split_constant_offset_1,
4293         dr_analyze_innermost): Likewise.
4294         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
4295         * tree-sra.c (ipa_sra_check_caller): Likewise.
4296         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
4297         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
4298         bswap_replace): Likewise.
4299         * tree-vect-data-refs.c (vect_check_gather,
4300         vect_analyze_data_refs): Likewise.
4301         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
4302         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
4303         TYPE_ALIGN_OK.
4305 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
4307         * Makefile.in (selftest-valgrind): New phony target.
4308         * function-tests.c (selftest::build_cfg): Delete pass instances
4309         created by the test.
4310         (selftest::convert_to_ssa): Likewise.
4311         (selftest::test_expansion_to_rtl): Likewise.
4312         * tree-cfg.c (selftest::test_linear_chain): Release dominator
4313         vectors.
4314         (selftest::test_diamond): Likewise.
4316 2016-07-11  Richard Biener  <rguenther@suse.de>
4318         PR tree-optimization/71816
4319         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
4320         than replacing all of its operands.
4322 2016-07-11  Alan Modra  <amodra@gmail.com>
4324         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
4325         (ctr<mode>): Add unspec.
4326         (ctr<mode>_internal*): Likewise.
4328 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
4330         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
4331         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
4333 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
4335         PR rtl-optimization/71621
4336         * lra-constraints.c (process_alt_operands): Check combination of
4337         reg class and mode.
4339 2016-07-08  Jason Merrill  <jason@redhat.com>
4340             Richard Biener  <rguenther@suse.de>
4342         P0145: Refining Expression Order for C++.
4343         * gimplify.c (initial_rhs_predicate_for): New.
4344         (gimplfy_modify_expr): Gimplify RHS before LHS.
4346 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4348         PR target/71297
4349         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4350         Allow standard error handling to take over when a wrong number
4351         of arguments is presented to __builtin_vec_ld () or
4352         __builtin_vec_st ().
4354 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
4356         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
4357         variants.
4358         (smin): Likewise.
4359         (fmax): New entry.
4360         (fmin): Likewise.
4361         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
4362         __builtin_aarch64_fmaxv2sf.
4363         (vmaxnmq_f32): Likewise.
4364         (vmaxnmq_f64): Likewise.
4365         (vminnm_f32): Likewise.
4366         (vminnmq_f32): Likewise.
4367         (vminnmq_f64): Likewise.
4369 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
4371         PR target/71806
4372         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
4373         enable -mfloat128-hardware by default.
4374         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
4375         that IEEE 128-bit hardware support needs.
4376         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
4377         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
4378         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
4379         floating point requires.
4380         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4381         -mfloat128 and -mfloat128-hardware changes.
4383 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
4385         PR tree-optimization/71667
4386         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
4388 2016-07-08  Martin Liska  <mliska@suse.cz>
4390         PR middle-end/71606
4391         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
4392         folding produces SAVE_EXPRs, thus return false for the type.
4394 2016-07-07  Martin Liska  <mliska@suse.cz>
4396         * file-find.c (remove_prefix): New function.
4397         * file-find.h (remove_prefix): Declare the function.
4398         * gcc-ar.c (main): Skip a folder of the wrapper if
4399         a wrapped binary would point to the same file.
4401 2016-07-07  Jan Hubicka  <jh@suse.cz>
4403         * tree-scalar-evolution.c (iv_can_overflow_p): export.
4404         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
4405         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
4407 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
4409         PR ipa/71624
4410         * ipa-inline-analysis.c (compute_inline_parameters): Set
4411         local.can_change_signature to false for intrumentation
4412         thunk callees.
4414 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4416         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
4417         with TARGET_HAVE_MOVT.
4418         (TARGET_HAVE_MOVT): Define.
4419         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
4420         availability with TARGET_HAVE_MOVT.
4421         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
4422         availability.
4423         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
4424         TARGET_THUMB2.
4425         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
4426         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
4427         * config/arm/constraints.md (define_constraint "j"): Use
4428         TARGET_HAVE_MOVT to check MOVT availability.
4430 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4432         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
4434 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4436         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
4437         (armv8-m.main): Likewise.
4438         (armv8-m.main+dsp): Likewise.
4439         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
4440         (FL_FOR_ARCH8M_MAIN): Likewise.
4441         * config/arm/arm-tables.opt: Regenerate.
4442         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
4443         armv8-m.main+dsp to BE8_LINK_SPEC.
4444         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
4445         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
4446         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
4447         Baseline and Mainline.
4448         (arm_option_override_internal): Also disable arm_restrict_it when
4449         !arm_arch_notm.  Update comment for -munaligned-access to also cover
4450         ARMv8-M Baseline.
4451         (arm_file_start): Increase buffer size for printing architecture name.
4452         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
4453         and armv8-m.main+dsp.
4454         (mno-unaligned-access): Clarify that this is disabled by default for
4455         ARMv8-M Baseline architectures as well.
4457 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4459         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
4460         decide whether to prevent some libgcc routines being included for some
4461         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
4462         link between this condition and the one in
4463         libgcc/config/arm/lib1func.S.
4465 2016-07-07  Richard Biener  <rguenther@suse.de>
4467         * tree-ssa-pre.c: Include alias.h.
4468         (compute_avail): If we have multiple VN_REFERENCEs with the
4469         same hashtable entry adjust that to make it a valid replacement
4470         for all of them with respect to alignment and aliasing
4471         when doing insertion.
4472         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
4473         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
4475 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
4477         PR target/70098
4478         PR target/71763
4479         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
4480         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
4481         constraint.
4483 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4485         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
4486         (adjust_mems): Adjust.
4487         (adjust_insn): Likewise.
4488         (prepare_call_arguments): Likewise.
4490 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4492         * gcse.c (struct ls_expr): Make stores field a vector.
4493         (ldst_entry): Adjust.
4494         (free_ldst_entry): Likewise.
4495         (print_ldst_list): Likewise.
4496         (compute_ld_motion_mems): Likewise.
4497         (update_ld_motion_stores): Likewise.
4499 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4501         * gcse.c (struct ls_expr): Remove loads field.
4502         (ldst_entry): Adjust.
4503         (free_ldst_entry): Likewise.
4504         (print_ldst_list): Likewise.
4505         (compute_ld_motion_mems): Likewise.
4507 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4509         * store-motion.c (struct st_expr): Make antic_stores a vector.
4510         (st_expr_entry): Adjust.
4511         (free_st_expr_entry): Likewise.
4512         (print_store_motion_mems): Likewise.
4513         (find_moveable_store): Likewise.
4514         (compute_store_table): Likewise.
4515         (remove_reachable_equiv_notes): Likewise.
4516         (replace_store_insn): Likewise.
4517         (build_store_vectors): Likewise.
4519 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4521         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
4522         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
4524 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
4526         PR tree-optimization/71518
4527         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
4528         misalign also for outer loops with negative step.
4530 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
4532         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
4533         (cortex_a53_shift): Add mov_shift.
4534         (cortex_a53_shift_reg): Add new reservation for register shifts.
4535         (cortex_a53_alu): Remove bfm.
4536         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
4537         (cortex_a53_alu_extr): Add new reservation for EXTR.
4538         (bypasses): Improve bypass modelling.
4540 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4542         PR target/50739
4543         * config/avr/avr.c (avr_asm_select_section): Strip off
4544         SECTION_DECLARED from flags when calling get_section.
4546 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4548         * tree-vectorizer.h (vect_memory_access_type): Add
4549         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
4550         * tree-vect-stmts.c (compare_step_with_zero): New function.
4551         (perm_mask_for_reverse): Move further up file.
4552         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
4553         step is negative.
4554         (get_negative_load_store_type): New function.
4555         (get_load_store_type): Call it.  Add an ncopies argument.
4556         (vectorizable_mask_load_store): Update call accordingly and
4557         remove tests for negative steps.
4558         (vectorizable_store, vectorizable_load): Likewise.  Handle new
4559         memory_access_types.
4561 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4563         * tree-vectorizer.h (vect_memory_access_type): New enum.
4564         (_stmt_vec_info): Add a memory_access_type field.
4565         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
4566         (vect_model_store_cost): Take an access type instead of a boolean.
4567         (vect_model_load_cost): Likewise.
4568         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
4569         vect_model_store_cost and vect_model_load_cost.
4570         * tree-vect-stmts.c (vec_load_store_type): New enum.
4571         (vect_model_store_cost): Take an access type instead of a
4572         store_lanes_p boolean.  Simplify tests.
4573         (vect_model_load_cost): Likewise, but for load_lanes_p.
4574         (get_group_load_store_type, get_load_store_type): New functions.
4575         (vectorizable_store): Use get_load_store_type.  Record the access
4576         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
4577         (vectorizable_load): Likewise.
4578         (vectorizable_mask_load_store): Likewise.  Replace is_store
4579         variable with vls_type.
4581 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4583         * tree-vectorizer.h (vect_grouped_load_supported): Add a
4584         single_element_p parameter.
4585         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
4586         Check the PR65518 case here rather than in vectorizable_load.
4587         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
4588         * tree-vect-stmts.c (vectorizable_load): Likewise.
4590 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4592         * tree-vectorizer.h (gather_scatter_info): New structure.
4593         (vect_check_gather_scatter): Return a bool rather than a decl.
4594         Replace return-by-pointer arguments with a single
4595         gather_scatter_info *.
4596         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
4597         (vect_analyze_data_refs): Update call accordingly.
4598         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
4599         (vectorizable_mask_load_store): Likewise.  Also record the
4600         offset dt and vectype in the gather_scatter_info.
4601         (vectorizable_store): Likewise.
4602         (vectorizable_load): Likewise.
4604 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4606         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
4607         strided groups, use the cost of N scalar accesses instead
4608         of ncopies vector accesses.
4609         (vect_model_load_cost): Likewise.
4611 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4613         * tree-vect-stmts.c (vect_cost_group_size): Delete.
4614         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
4615         variable to indicate when once-per-group costs are being used.
4616         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
4618 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
4620         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
4621         peeling-for-gaps condition.
4623 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4625         * config/s390/s390.c (s390_expand_vec_init): Force initializer
4626         element to register if it doesn't match general_operand.
4628 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
4629             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4631         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
4632         prototype.
4633         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
4634         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
4635         (SIGNBIT): New mode iterator.
4636         (Fsignbit): New mode attribute.
4637         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
4638         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
4639         when direct moves are available.
4640         (signbit<mode>2_dm): New define_insn_and_split).
4641         (signbit<mode>2_dm2): New define_insn.
4643 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4645         PR rtl-optimization/71594
4646         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
4647         into subregs of appropriate mode before trying to emit a conditional
4648         move.
4650 2016-07-05  Jan Hubicka  <jh@suse.cz>
4652         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
4653         (simple_iv): Use it.
4655 2016-07-05  Jan Hubicka  <jh@suse.cz>
4657         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
4659 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
4661         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
4662         "offmemok".
4664 2016-07-05  Jan Hubicka  <jh@suse.cz>
4666         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
4667         IV can overflow.
4669 2016-07-05  Richard Biener  <rguenther@suse.de>
4671         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
4672         Handle empty else block.
4673         (is_feasible_trace): Likewise.
4674         (split_paths): Likewise.
4676 2016-07-05  Richard Biener  <rguenther@suse.de>
4678         * tree-loop-distribution.c (distribute_loop): Fix issue with
4679         the cost model loop.
4681 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
4683         * config/arm/neon-testgen.ml: Delete.
4684         * config/arm/neon.ml: Delete.
4686 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
4688         PR c++/71739
4689         * tree.c (attribute_value_equal): Use get_attribute_name instead of
4690         directly using TREE_PURPOSE.
4692 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
4694         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
4695         * config/aarch64/aarch64_neon.h: Likewise.
4696         * config/aarch64/arm_neon.h: Likewise.
4697         * config/aarch64/atomics.md: Likewise.
4698         * config/aarch64/aarch64-simd-builtins.def: Likewise.
4699         * doc/invoke.texi: Likewise.
4701 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4703         * config/s390/s390.md: Add "z13" cpu_facility.
4704         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
4705         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
4706         condition" type instructions.
4708 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4709             Jeff Law  <law@redhat.com>
4711         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
4712         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
4714 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
4716         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
4717         permutation for TARGET_AVX512F.
4718         (ix86_expand_vec_one_operand_perm_avx512): New function.
4719         (expand_vec_perm_1): Invoke introduced function.
4720         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
4721         it may be not valid after vectorization.
4723 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4725         PR target/63874
4726         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
4727         typo in comment.  Only force to memory if it is a weak
4728         external reference.
4730 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
4731             Jiong Wang  <jiong.wang@arm.com>
4733         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
4734         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
4735         (AARCH64_FL_F16): New.
4736         (AARCH64_FL_FOR_ARCH8_2): New.
4737         (AARCH64_ISA_8_2): New.
4738         (AARCH64_ISA_F16): New.
4739         (TARGET_FP_F16INST): New.
4740         (TARGET_SIMD_F16INST): New.
4741         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
4742         ("fp"): Disabling "fp" also disables "fp16".
4743         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
4744         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
4745         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
4746         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
4748 2016-07-04  Jan Beulich  <jbeulich@suse.com>
4750         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
4752 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
4754         PR target/71720
4755         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
4756         the insns, use an insn form that does not adjust the offset on
4757         little endian systems.
4759 2016-07-01  Jan Beulich  <jbeulich@suse.com>
4761         * varasm.c (get_variable_section): Validate initializer in
4762         named .bss-like sections.
4764 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4766         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
4767         Exchange the order of the second and third operands in the vpermr
4768         instruction tmeplate.
4770 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
4772         PR target/71698
4773         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
4774         Disallow TDmode values.
4776 2016-07-01  Alan Modra  <amodra@gmail.com>
4778         PR rtl-optimization/71709
4779         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
4780         being set, not referenced.
4782 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
4784         PR tree-optimization/70729
4785         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
4786         of loop since it can be not valid after transformation.
4788 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4790         * config/arm/arm.c (thumb_reload_in_hi): Delete.
4791         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
4793 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
4795         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
4796         for NULL decl.
4798 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
4800         PR target/71677
4801         * config/rs6000/constraints.md (wY constraint): New constraint to
4802         match the requirements for the LXSD and STXSD instructions.
4803         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
4804         predicate to match the requirements for the LXSD and STXSD
4805         instructions.
4806         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
4807         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
4808         to make sure that the bottom 2 bits of offset are 0, the address
4809         form is offsettable, and no updating is done in the address mode.
4810         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
4811         (movdi_internal32): Likewise
4812         (movdi_internal64): Likewise.
4814 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
4816         PR tree-optimization/71707
4817         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
4818         strinfo even for ADDR_EXPR ptr.
4820 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4822         * config/rs6000/altivec.md (darn_32): Change the condition to
4823         TARGET_P9_MISC instead of TARGET_MODULO.
4824         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
4825         condition expression.
4826         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
4827         condition expression.
4828         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
4829         (DFP_TEST): New code iterator.
4830         (dfptstsfi_<code>_mode>): New define_expand.
4831         (*dfp_sgnfcnc_<mode>): New define_insn.
4832         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
4833         definition next to BU_P9_MISC_1 definition and change the MASK
4834         value to RS6000_BTM_P9_MISC.
4835         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
4836         (BU_P9_64BIT_MISC_0): Likewise.
4837         (BU_P9_DFP_MISC_0): New macro definition.
4838         (BU_P9_DFP_MISC_1): New macro definition.
4839         (BU_P9_DFP_MISC_2): New macro definition.
4840         (BU_P9_DFP_OVERLOAD_1): New macro definition.
4841         (BU_P9_DFP_OVERLOAD_2): New macro definition.
4842         (BU_P9_DFP_OVERLOAD_3): New macro definition.
4843         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
4844         (TSTSFI_LT_TD): Likewise.
4845         (TSTSFI_EQ_DD): Likewise.
4846         (TSTSFI_EQ_TD): Likewise.
4847         (TSTSFI_GT_DD): Likewise.
4848         (TSTSFI_GT_TD): Likewise.
4849         (TSTSFI_OV_DD): Likewise.
4850         (TSTSFI_OV_TD): Likewise.
4851         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
4852         (TSTSFI_LT_DD): Likewise.
4853         (TSTSFI_LT_TD): Likewise.
4854         (TSTSFI_EQ): Likewise.
4855         (TSTSFI_EQ_DD): Likewise.
4856         (TSTSFI_EQ_TD): Likewise.
4857         (TSTSFI_GT): Likewise.
4858         (TSTSFI_GT_DD): Likewise.
4859         (TSTSFI_GT_TD): Likewise.
4860         (TSTSFI_OV): Likewise.
4861         (TSTSFI_OV_DD): Likewise.
4862         (TSTSFI_OV_TD): Likewise.
4863         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4864         overloaded test significance functions.
4865         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
4866         OPTION_MASK_P9_MISC into the representation of this mask.
4867         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
4868         of this mask.
4869         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
4870         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
4871         non-zero.
4872         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
4873         argument is a 6-bit unsigned literal value if the icode argument
4874         represents a DFP test significance built-in call.
4875         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
4876         flag used independently and in combination with the
4877         RS6000_BTM_64BIT flag.
4878         (rs6000_opt_masks): Add entry for power9-misc command-line option.
4879         (rs6000_builtin_mask_names): Add entry for power9-misc
4880         command-line option.
4881         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
4882         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
4883         RS6000_BTM_P9_MISC macros.
4884         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
4885         option and change the description of the -mpower9-vector option to
4886         enable only vector instructions, removing its erroneously claimed
4887         support for scalar instructions.
4888         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4889         the ISA 3.0 digital floating point test significance built-in
4890         functions.
4892 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
4894         * config/aarch64/aarch64.c (cortexa35_tunings):
4895         Enable AES fusion.  Use cortexa57_branch_cost.
4896         (cortexa53_tunings): Use cortexa57_branch_cost.
4897         (cortexa72_tunings): Use cortexa57_branch_cost.
4898         Use AUTOPREFETCHER_WEAK.
4899         (cortexa73_tunings): Use cortexa57_branch_cost.
4901 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4902             James Greenhalgh  <james.greenhalgh@arm.com>
4904         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
4905         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
4906         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
4907         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
4908         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
4909         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
4910         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
4911         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
4912         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
4913         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
4914         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
4915         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
4916         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
4917         New intrinsics.
4919 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
4920             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4922         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
4923         New define_insn.
4924         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
4926 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
4928         PR driver/71651
4929         * gcc.c (driver::build_option_suggestions): Pass "option" to
4930         add_misspelling_candidates.
4931         * opts-common.c (add_misspelling_candidates): Add "option" param;
4932         use it to avoid adding negated forms for options marked with
4933         RejectNegative.
4934         * opts.h (add_misspelling_candidates): Add "option" param.
4936 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
4938         PR middle-end/71693
4939         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
4940         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
4941         first when permuting bitwise operation with rotate.  Cast
4942         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
4944 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
4946         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
4947         for misspelled param names.
4948         * params.c: Include spellcheck.h.
4949         (find_param_fuzzy): New function.
4950         * params.h (find_param_fuzzy): New prototype.
4951         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
4952         * spellcheck.h (struct edit_distance_traits<const char *>):
4953         ...here.
4955 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
4957         * config/rs6000/predicates.md (const_0_to_7_operand): New
4958         predicate, recognize 0..7.
4959         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
4960         support for doing extracts from V16QImode, V8HImode, V4SImode
4961         under ISA 3.0.
4962         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
4963         vector extract support.
4964         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
4965         for ISA 3.0 vector extract.
4966         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
4967         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
4968         extracts of a constant element number from small integer vectors
4969         on 64-bit ISA 3.0 systems.
4970         (vsx_extract_<mode>_di): Likewise.
4971         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
4972         say when we can do ISA 3.0 vector extracts.
4973         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
4974         registers, using the stxsiwx instruction.
4976 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
4978         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
4979         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
4980         qdf24xx_regmove_cost, qdf24xx_tunings): New.
4981         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
4982         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
4983         * config/arm/arm.c (arm_qdf24xx_tune): New.
4985 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
4987         * config/aarch64/aarch64.c (cortexa53_tunings):
4988         Increase loop alignment to 8.  Set function alignment to 16.
4989         (cortexa35_tunings): Likewise.
4990         (cortexa57_tunings): Increase loop alignment to 8.
4991         (cortexa72_tunings): Likewise.
4992         (cortexa73_tunings): Likewise.
4994 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4996         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
4997         for arm_fp16_ok and arm_fp16_hw.
4998         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
4999         arm_fp16_alternative.
5001 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
5003         PR tree-optimization/71655
5004         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
5005         types when swapping operands.
5007 2016-06-29  Martin Liska  <mliska@suse.cz>
5009         PR middle-end/71585
5010         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
5011         * ipa-inline-transform.c (inline_call): Remove unnecessary call
5012         of build_optimization_node.
5014 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
5016         PR tree-optimization/70729
5017         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
5018         independent in loops having positive safelen value.
5019         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
5020         it may be not valid after vectorization.
5022 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
5024         PR tree-optimization/71625
5025         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
5026         is sorted by ascending list->offset.  If PTR is non-NULL and there is
5027         previous strinfo, call get_stridx_plus_constant.
5028         (get_stridx): Pass exp as second argument to get_addr_stridx.
5029         (addr_stridxptr): Add missing list = list->next, so that there can be
5030         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
5031         the list is sorted by ascending list->offset.
5032         (get_stridx_plus_constant): Adjust so that it can be also called with
5033         ADDR_EXPR instead of SSA_NAME as PTR.
5034         (handle_char_store): Pass NULL_TREE as second argument to
5035         get_addr_stridx.
5037 2016-06-29  Richard Biener  <rguenther@suse.de>
5039         PR rtl-optimization/68961
5040         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
5042 2016-06-29  Richard Biener  <rguenther@suse.de>
5044         PR middle-end/71002
5045         * alias.c (component_uses_parent_alias_set_from): Handle
5046         type punning through union accesses by using the union alias set.
5047         * gimple.c (gimple_get_alias_set): Remove union type punning case.
5049 2016-07-29  Richard Biener  <rguenther@suse.de>
5051         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
5052         precision not matching mode precision.
5054 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
5056         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
5057         pa_output_arg_descriptor.
5058         (call_val_symref_64bit_post_reload): Likewise.
5059         (call_val_powf_64bit_post_reload): Likewise.
5060         (sibcall_internal_symref_64bit): Likewise.
5061         (sibcall_value_internal_symref_64bit): Likewise.
5063 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
5065         PR middle-end/71626
5066         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
5067         a constant, force its SUBREG_REG into memory or register instead
5068         of whole op1.
5070 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
5072         PR target/58655
5073         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
5074         * doc/invoke.texi (AVR Options): Document it.
5076 2016-06-28  Walter Lee  <walt@tilera.com>
5078         * config/tilegx/linux.h: Do not include arch/icache.h
5079         (CLEAR_INSN_CACHE): Provide inlined definition directly.
5080         * config/tilepro/linux.h: Do not include arch/icache.h
5081         (CLEAR_INSN_CACHE): Provide inlined definition directly.
5083 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
5085         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
5086         for big-endian BIT_FIELD_REF.
5088 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
5090         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
5091         ('size' attribute): Add '128'.
5092         Include power9.md.
5093         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
5094         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
5095         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
5096         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
5097         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
5098         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
5099         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
5100         *trunc<mode>df2_odd): Set size attribute to '128'.
5101         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
5102         * config/rs6000/power6.md (power6-fp): Include dfp type.
5103         * config/rs6000/power7.md (power7-fp): Likewise.
5104         * config/rs6000/power8.md (power8-fp): Likewise.
5105         * config/rs6000/power9.md: New file.
5106         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
5107         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
5108         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
5109         htmsimple.
5110         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
5111         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
5112         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
5113         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
5114         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
5115         dfp_dscri_<mode>): Change type attribute to dfp.
5116         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
5117         attribute to vecsimple.
5118         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
5119         and prefetch streams.
5120         (rs6000_option_override_internal): Remove temporary code setting
5121         tuning to power8.  Don't set rs6000_sched_groups for power9.
5122         (last_scheduled_insn): Change to rtx_insn *.
5123         (divide_cnt, vec_load_pendulum): New variables.
5124         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
5125         (rs6000_issue_rate): Set issue rate for Power9.
5126         (is_power9_pairable_vec_type): New.
5127         (power9_sched_reorder2): New.
5128         (rs6000_sched_reorder2): Call new function for Power9 specific
5129         reordering.
5130         (insn_must_be_first_in_group): Remove Power9.
5131         (insn_must_be_last_in_group): Likewise.
5132         (force_new_group): Likewise.
5133         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
5134         Initialize divide_cnt/vec_load_pendulum.
5135         (_rs6000_sched_context, rs6000_init_sched_context,
5136         rs6000_set_sched_context): Handle context save/restore of new
5137         variables.
5139 2016-06-28  Richard Biener  <rguenther@suse.de>
5141         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
5142         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
5143         COMPONENT_REF operand.
5144         (nonoverlapping_component_refs_p): Likewise.
5145         * stor-layout.c (start_bitfield_representative): Mark
5146         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
5148 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
5150         * Makefile.in: Don't cat ../stage_current if it does not exist.
5152         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
5153         last argument is a bit-field.
5155         PR rtl-optimization/71673
5156         * internal-fn.c (expand_arith_overflow_result_store): Use
5157         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
5158         expand_simple_binop.
5160         PR middle-end/66867
5161         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
5162         expand_ifn_atomic_compare_exchange): New functions.
5163         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
5164         * tree.h (build_call_expr_internal_loc): Rename to ...
5165         (build_call_expr_internal_loc_array): ... this.  Fix up type of
5166         last argument.
5167         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
5168         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
5169         ATOMIC_COMPARE_EXCHANGE result.
5170         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
5171         * gimple-fold.h (optimize_atomic_compare_exchange_p,
5172         fold_builtin_atomic_compare_exchange): New prototypes.
5173         * gimple-fold.c (optimize_atomic_compare_exchange_p,
5174         fold_builtin_atomic_compare_exchange): New functions..
5175         * tree-ssa.c (execute_update_addresses_taken): If
5176         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
5177         of call when finding addressable vars, and if such var becomes
5178         non-addressable, call fold_builtin_atomic_compare_exchange.
5180 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
5182         PR target/71670
5183         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
5184         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
5186 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
5188         * config/rs6000/rs6000.md ('type' attribute): Add
5189         veclogical,veccmpfx,vecexts,vecmove insn types.
5190         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
5191         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
5192         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
5193         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
5194         *nabs<mode>2_hw): Change type to vecmove.
5195         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
5196         *boolcc<mode>3_internal, *eqv<mode>3_internal,
5197         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
5198         *ieee_128bit_vsx_abs<mode>2_internal,
5199         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
5200         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
5201         *ieee128_mtvsrd_32bit): Change type to veclogical.
5202         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
5203         *movdi_internal32, *movdi_internal64): Update insn types.
5204         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
5205         vsx_extract_<mode>): Change type to veclogical.
5206         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
5207         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
5208         *vsx_sign_extend_si_v2di): Change type to vecexts.
5209         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
5210         type to veclogical.
5211         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
5212         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
5213         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
5214         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
5215         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
5216         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
5217         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
5218         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
5219         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
5220         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
5221         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
5222         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
5223         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
5224         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
5225         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
5226         (ppc7450-vecsimple): Add veclogical, vecmove.
5227         (ppc7450-veccmp): Add veccmpfx.
5228         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
5229         vecmove.
5230         (ppc8540_vector_compare): Add veccmpfx.
5231         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
5232         * config/rs6000/cell.md (cell-fp): Add fpsimple.
5233         (cell-vecsimple): Add veclogical, vecmove.
5234         (cell-veccmp): Add veccmpfx.
5235         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
5236         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
5237         veccmpfx.
5238         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
5239         * config/rs6000/power4.md (power4-fp): Add fpsimple.
5240         (power4-vecsimple): Add veclogical, vecmove.
5241         (power4-veccmp): Add veccmpfx.
5242         * config/rs6000/power5.md (power5-fp): Add fpsimple.
5243         * config/rs6000/power6.md (power6-fp): Add fpsimple.
5244         (power6-vecsimple): Add veclogical, vecmove.
5245         (power6-veccmp): Add veccmpfx.
5246         * config/rs6000/power7.md (power7-fp): Add fpsimple.
5247         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
5248         * config/rs6000/power8.md (power8-fp): Add fpsimple.
5249         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
5250         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
5251         * config/rs6000/titan.md (titan_fp): Add fpsimple.
5252         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
5253         fpsimple.
5254         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
5256 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
5258         PR target/71656
5259         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
5260         OPTION_MASK_P9_DFORM_VECTOR.
5261         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
5262         disable -mpower9-dform-vector when using reload.
5263         (quad_address_p): Remove 'gpr_p' argument and all associated code.
5264         New 'strict' argument.  Update all callers.  Add strict addressing
5265         support.
5266         (rs6000_legitimate_offset_address_p): Remove call to
5267         virtual_stack_registers_memory_p.
5268         (rs6000_legitimize_reload_address): Add quad address support.
5269         (rs6000_legitimate_address_p): Move call to quad_address_p above
5270         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
5271         to account for new strict usage.
5272         (rs6000_output_move_128bit): Adjust quad_address_p args to account
5273         for new strict usage.
5274         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
5276 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
5278         PR target/70902
5279         PR target/71453
5280         PR target/71555
5281         PR target/71596
5282         PR target/71657
5283         * config/i386/i386.c (ix86_spill_class): Disable condition to
5284         always return NO_REGS.
5286 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
5288         * predict.c: Include gimple-pretty-print.h
5289         (predicted_by_loop_heuristics_p): Check also
5290         PRED_LOOP_EXIT_WITH_RECURSION
5291         (predict_loops): Find self recursive calls and use special purpose
5292         predictors for them; dump log about decisions.
5293         (pass_profile::execute): Dump info about #of iterations.
5294         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
5295         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
5297 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
5299         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
5300         output_asm_insn calls and shorten long lines.  Output .CALL
5301         argument descriptor using pa_output_arg_descriptor.  Add various
5302         inline $$dyncall and other optimizations.
5303         (pa_attr_length_indirect_call): Adjust ordering and lengths.
5305 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
5307         PR tree-optimization/71643
5308         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
5309         EH preds.
5311         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
5312         leak a bitmap if dep_bb is NULL.
5314         PR tree-optimization/71631
5315         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
5316         to rewrite_expr_tree even if negate_result, move new_lhs var
5317         declaration and initialization earlier, for powi_result set afterwards
5318         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
5319         if new_lhs != lhs, and don't shadow gsi var.
5321 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
5323         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
5324         Add in_loop parameter.
5325         (predict_loops): Add loop guard heuristics.
5326         * predict.def (PRED_LOOP_GUARD): New heuristics.
5328 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
5330         * predict.c: Include ipa-utils.h
5331         (tree_bb_level_prediction): Predict recursive calls.
5332         (tree_estimate_probability_bb): Skip inexpensive calls for call
5333         predictor.
5334         * predict.def (PRED_RECURSIVE_CALL): New.
5336 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5338         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
5339         (BU_FLOAT128_1): Likewise.
5340         (FABSQ): Likewise.
5341         (COPYSIGNQ): Likewise.
5342         (RS6000_BUILTIN_NANQ): Likewise.
5343         (RS6000_BUILTIN_NANSQ): Likewise.
5344         (RS6000_BUILTIN_INFQ): Likewise.
5345         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
5346         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
5347         (TARGET_FOLD_BUILTIN): New #define.
5348         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
5349         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
5350         (rs6000_fold_builtin): New target hook implementation, handling
5351         folding of 128-bit NaNs and infinities.
5352         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
5353         entries are filled in to avoid problems during bootstrap
5354         self-test; define builtins for 128-bit NaNs and infinities.
5355         (rs6000_opt_mask): Add entry for float128.
5356         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
5357         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
5358         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
5359         (const_str_type_node): New #define.
5360         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
5361         to a define_expand that dispatches to either copysign<mode>3_soft
5362         or copysign<mode>3_hard.
5363         (copysign<mode>3_hard): Rename from copysign<mode>3.
5364         (copysign<mode>3_soft): New define_insn.
5365         * doc/extend.texi: Document new builtins.
5367 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5369         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
5370         PRIu64 instead of lu.
5372 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
5374         PR debug/71642
5375         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
5376         copy the type name.
5378 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5380         PR tree-optimization/71647
5381         * omp-low.c (lower_rec_input_clauses): Convert
5382         omp_clause_aligned_alignment (c) to size_type_node for the
5383         last argument of __builtin_assume_aligned.
5385 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
5387         * configure.ac (calling ___tls_get_addr via GOT): New
5388         assembler/linker check.
5389         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
5390         assembler and linker supports calling ___tls_get_addr via GOT.
5391         Otherise, defined to 0.
5392         * config.in: Regenerated.
5393         * configure: Likewise.
5394         * config/i386/constraints.md (Yb): New constraint.
5395         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
5396         (REG_CLASS_NAMES): Likewise.
5397         (REG_CLASS_CONTENTS): Likewise.
5398         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
5399         the b constraint with the Yb constraint.  Call ___tls_get_addr
5400         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
5401         is 1.
5402         (*tls_local_dynamic_base_32_gnu): Likewise.
5403         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
5404         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
5405         (*tls_local_dynamic_base_64_<mode>): Likewise.
5407 2016-06-24  Martin Liska  <mliska@suse.cz>
5409         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
5410         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
5411         few functions.
5412         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
5413         argument to true if the expected number of iterations is
5414         loop-based.
5416 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
5418         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
5419         assemble for 32bit target.
5420         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
5421         and $ld_ix86_gld_32_opt to link for 32bit target.
5422         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
5423         * configure: Regenerate.
5425 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5427         * config/arm/arm.c (int_log2): Delete definition and prototype.
5428         (shift_op): Use exact_log2 instead of int_log2.
5429         (vfp3_const_double_for_fract_bits): Likewise.
5431 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
5433         * internal-fn.c (expand_arith_set_overflow): New function.
5434         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
5435         Use it.
5436         (expand_arith_overflow_result_store): Likewise.  Handle precision
5437         smaller than mode precision.
5438         * tree-vrp.c (extract_range_basic): For imag part, handle
5439         properly signed 1-bit precision result.
5440         * doc/extend.texi (__builtin_add_overflow): Document that last
5441         argument can't be pointer to enumerated or boolean type.
5442         (__builtin_add_overflow_p): Document that last argument can't
5443         have enumerated or boolean type.
5445 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
5446             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5448         * config/rs6000/predicates.md (splat_input_operand): Rework.
5449         Don't allow constants, since the insns that use this predicate
5450         don't support constants.  Constants are handled by other insns
5451         that are created via combine.  During and after register
5452         allocation, only allow indexed or indirect addresses, and not
5453         general addresses.  Only allow modes supported by the hardware.
5454         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
5455         comment.  Move check for using VSPLTIS<x> to a common location,
5456         instead of doing it in two different places.
5458 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
5460         * config/i386/driver-i386.c (host_detect_local_cpu): Set
5461         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
5462         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
5463         signature_CENTAUR_ebx.
5465 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
5467         PR target/66232
5468         PR target/67400
5469         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
5470         (as_ix86_gas_32_opt): This.
5471         (ld_ix86_tls_ldm_opt): Renamed to ...
5472         (ld_ix86_gld_32_opt): This.
5473         (R_386_TLS_LDM reloc): Updated.
5474         (R_386_GOT32X reloc): New assembler/linker check.
5475         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
5476         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
5477         defined to 0.
5478         * config.in: Regenerated.
5479         * configure: Likewise.
5480         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
5481         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
5482         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
5483         if ix86_force_load_from_GOT_p returns true.
5484         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
5485         ix86_force_load_from_GOT_p returns true.
5486         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
5487         the external function address via the GOT slot.
5488         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
5489         HAVE_AS_IX86_GOT32X before returning false.
5490         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
5491         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
5493 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
5495         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
5497 2016-06-23  Andi Kleen  <ak@linux.intel.com>
5499         * Makefile.in: Regenerate.
5500         * doc/install.texi: Document autoprofiledbootstrap.
5502 2016-06-23  Andi Kleen  <ak@linux.intel.com>
5504         * config/i386/gcc-auto-profile: New file.
5506 2016-06-23  Martin Liska  <mliska@suse.cz>
5508         PR middle-end/71619
5509         * predict.c (predict_loops): Revert the hunk that was removed
5510         in r237103.
5512 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
5514         * config.gcc: Add support for arm*-*-phoenix* targets.
5515         * config/arm/t-phoenix: New.
5516         * config/phoenix.h: New.
5518 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
5519             H.J. Lu  <hongjiu.lu@intel.com>
5521         PR target/67400
5522         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
5523         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
5524         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
5525         ix86_force_load_from_GOT_p returns true.
5526         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
5527         ix86_force_load_from_GOT_p returns true.
5528         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
5529         ix86_force_load_from_GOT_p returns true.
5530         (ix86_expand_move): Load the external function address via the
5531         GOT slot if ix86_force_load_from_GOT_p returns true.
5532         * config/i386/predicates.md (x86_64_immediate_operand): Return
5533         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
5534         (x86_64_zext_immediate_operand): Ditto.
5536 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
5538         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
5540 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
5542         PR c/70339
5543         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
5544         * diagnostic.c (pedwarn_at_rich_loc): New function.
5545         * spellcheck.h (best_match::best_match): Add a
5546         "best_distance_so_far" optional parameter.
5547         (best_match::set_best_so_far): New method.
5548         (best_match::get_best_distance): New accessor.
5549         (best_match::get_best_candidate_length): New accessor.
5551 2016-06-22  Nick Clifton  <nickc@redhat.com>
5553         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
5554         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
5555         modes are accepted as well.
5556         (ucompare_loc_descriptor): Likewise.
5557         (minmax_loc_descriptor): Likewise.
5558         (clz_loc_descriptor): Likewise.
5559         (popcount_loc_descriptor): Likewise.
5560         (bswap_loc_descriptor): Likewise.
5561         (rotate_loc_descriptor): Likewise.
5562         (mem_loc_descriptor): Likewise.
5563         (loc_descriptor): Likewise.
5565 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
5567         * common.opt (fdiagnostics-parseable-fixits): New option.
5568         * diagnostic.c: Include "selftest.h".
5569         (print_escaped_string): New function.
5570         (print_parseable_fixits): New function.
5571         (diagnostic_report_diagnostic): Call print_parseable_fixits.
5572         (selftest::assert_print_escaped_string): New function.
5573         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
5574         (selftest::test_print_escaped_string): New function.
5575         (selftest::test_print_parseable_fixits_none): New function.
5576         (selftest::test_print_parseable_fixits_insert): New function.
5577         (selftest::test_print_parseable_fixits_remove): New function.
5578         (selftest::test_print_parseable_fixits_replace): New function.
5579         (selftest::diagnostic_c_tests): New function.
5580         * diagnostic.h (struct diagnostic_context): Add field
5581         "parseable_fixits_p".
5582         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
5583         -fdiagnostics-parseable-fixits.
5584         (-fdiagnostics-parseable-fixits): New option.
5585         * opts.c (common_handle_option): Handle
5586         -fdiagnostics-parseable-fixits.
5587         * selftest-run-tests.c (selftest::run_tests): Call
5588         selftest::diagnostic_c_tests.
5589         * selftest.h (selftest::diagnostic_c_tests): New prototype.
5591 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
5593         PR tree-optimization/71488
5594         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
5595         comparison of boolean vectors.
5596         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
5597         of boolean vectors using bitwise operations.
5599 2016-06-22  Andreas Schwab  <schwab@suse.de>
5601         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
5602         Remove declaration.
5604 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
5606         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
5608 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5610         * config/i386/i386.c (print_reg): Emit an error message on attempt to
5611         print FLAGS_REG.
5613 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5615         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
5616         * config/arm/arm-cores.def (cortex-a73): New entry.
5617         (cortex-a73.cortex-a35): Likewise.
5618         (cortex-a73.cortex-a53): Likewise.
5619         * config/arm/arm-tables.opt: Regenerate.
5620         * config/arm/arm-tune.md: Likewise.
5621         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
5622         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5623         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
5624         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
5625         * doc/invoke.texi (ARM Options): Document cortex-a73,
5626         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
5628 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5630         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
5631         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
5632         (cortex-a73.cortex-a35): Likewise.
5633         (cortex-a73.cortex-a53): Likewise.
5634         * config/aarch64/aarch64-tune.md: Regenerate.
5635         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
5636         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
5637         -mcpu and -mtune.
5639 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5641         * configure.ac (gcc_cv_as_compress_debug): Remove
5642         --compress-debug-sections as extra as switch.
5643         Handle gas --compress-debug-sections=type.
5644         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
5645         Handle gld --compress-debug-sections=type.
5646         * configure: Regenerate.
5648 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5650         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
5652 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
5654         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
5655         (do_rewrite): likewise.
5657 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5659         * common/config/mep/mep-common.c: Remove.
5660         * config.gcc: Remove mep-* support.
5661         * config/mep/constraints.md: Remove.
5662         * config/mep/default.h: Remove.
5663         * config/mep/intrinsics.h: Remove.
5664         * config/mep/intrinsics.md: Remove.
5665         * config/mep/ivc2-template.h: Remove.
5666         * config/mep/mep-c5.cpu: Remove.
5667         * config/mep/mep-core.cpu: Remove.
5668         * config/mep/mep-default.cpu: Remove.
5669         * config/mep/mep-ext-cop.cpu: Remove.
5670         * config/mep/mep-intrin.h: Remove.
5671         * config/mep/mep-ivc2.cpu: Remove.
5672         * config/mep/mep-pragma.c: Remove.
5673         * config/mep/mep-protos.h: Remove.
5674         * config/mep/mep.c: Remove.
5675         * config/mep/mep.cpu: Remove.
5676         * config/mep/mep.h: Remove.
5677         * config/mep/mep.md: Remove.
5678         * config/mep/mep.opt: Remove.
5679         * config/mep/predicates.md: Remove.
5680         * config/mep/t-mep: Remove.
5681         * doc/install.texi: Remove mep-* documentation.
5682         * doc/md.texi: Likewise.
5684 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5686         * config.gcc: Remove support for avr-rtems.
5687         * config/avr/gen-avr-mmcu-specs.c: Likewise.
5688         * config/avr/rtems.h: Remove.
5689         * config/avr/t-rtems: Remove.
5691 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5693         * config.gcc: Remove m32r-rtems support.
5694         * config/m32r/rtems.h: Remove.
5696 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5698         * config.gcc: Remove h8300-rtems support.
5699         * config/h8300/rtems.h: Remove.
5700         * config/h8300/t-rtems: Remove.
5702 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5704         * config.gcc: Remove support for knetbsd.
5705         * configure.ac: Likewise.
5706         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
5707         * config/knetbsd-gnu.h: Remove.
5708         * configure: Regenerate.
5710 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5712         * config.gcc: Remove support for openbsd 2 and 3.
5713         * config/openbsd-oldgas.h: Remove.
5715 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5717         * config.gcc: Remove interix support.
5718         * config/i386/i386-interix.h: Remove.
5719         * config/i386/interix.opt: Remove.
5720         * config/i386/t-interix: Remove.
5721         * configure: Regenerate.
5722         * configure.ac: Remove interix support.
5723         * doc/install.texi: Remove interix documentation.
5725 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5727         * config/rs6000/rs6000.h: Add conditional preprocessing directives
5728         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
5729         not defined.
5731 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
5733         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
5734         they are both PLACEHOLDER_EXPRs.
5736 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
5738         * stor-layout.c (layout_type): Move setting complex MODE to
5739         layout_type, instead of setting it ahead of time by the caller.
5740         * tree.c (build_complex_type): Likewise.
5742 2016-06-21  Martin Liska  <mliska@suse.cz>
5744         * predict.c (force_edge_cold): Replace imposisble with
5745         impossible.
5747 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
5749         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
5750         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
5752 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
5754         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
5756 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
5757             Ilya Enkovich  <ilya.enkovich@intel.com>
5759         PR target/71549
5760         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
5761         New member function to convert V1TImode register to SUBREG
5762         TImode in debug insn.
5763         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
5764         after changing register mode to V1TImode.
5766 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
5768         * config/aarch64/aarch64-cores.def (vulcan): New core.
5769         * config/aarch64/aarch64-tune.md: Regenerate.
5770         * doc/invoke.texi: Document vulcan as an available option.
5772 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
5774         * cse.c (canon_asm_operands): New function extracted from...
5775         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
5776         either standalone or member of a PARALLEL.
5778 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
5780         PR target/30417
5781         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
5782         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
5783         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
5785 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
5787         PR target/71103
5788         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
5789         constant addresses if can_create_pseudo_p.
5791 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
5793         PR tree-optimization/71588
5794         * tree-ssa-strlen.c (valid_builtin_call): New function.
5795         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
5796         it.
5798 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
5800         PR middle-end/71581
5801         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
5802         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
5803         for conversion of scalar user var to complex type and use the
5804         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
5805         punt.
5807         PR rtl-optimization/71591
5808         * toplev.c (toplev::run_self_tests): If no_backend, complain and
5809         don't run any tests.
5811 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
5813         PR target/71571
5814         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
5815         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
5816         space for PIC with non-v32 and the common non-PIC "jump".
5818 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
5820         PR target/71559
5821         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
5822         returned values and add UN*/LTGT/*ORDERED cases with values matching
5823         D operand modifier on vcmp for AVX.
5825 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5827         * config/aarch64/aarch64.opt
5828         (mpc-relative-literal-loads): Rename internal option name.
5829         * config/aarch64/aarch64.c
5830         (aarch64_nopcrelative_literal_loads): Rename to
5831         aarch64_pcrelative_literal_loads.
5832         (aarch64_expand_mov_immediate): Likewise.
5833         (aarch64_secondary_reload): Likewise.
5834         (aarch64_can_use_per_function_literal_pools_p): Likewise.
5835         (aarch64_override_options_after_change_1): Rename and simplify logic.
5836         (aarch64_classify_symbol): Merge large model checks into switch,
5837         remove pc-relative load check.
5839 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5841         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
5842         costs relative to the cost of a register move.
5844 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5846         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
5847         (vcvt_n_f64_u64): Likewise.
5848         (vcvt_n_s64_f64): Likewise.
5849         (vcvt_n_u64_f64): Likewise.
5850         (vcvt_f64_s64): Likewise.
5851         (vrecpe_f64): Likewise.
5852         (vcvt_f64_u64): Likewise.
5853         (vrecps_f64): Likewise.
5855 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5857         * config/aarch64/aarch64.md
5858         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
5859         iterators.
5860         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
5861         attributes.
5862         * config/aarch64/aarch64-builtins.c
5863         (aarch64_types_binop_uss_qualifiers): Delete.
5864         (TYPES_BINOP_USS): Likewise.
5865         (aarch64_types_binop_sus_qualifiers): Likewise.
5866         (TYPES_BINOP_SUS): Likewise.
5867         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
5868         (TYPES_FCVTIMM_SUS): Likewise.
5869         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
5870         rather than BINOP.
5871         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
5872         (fcvtzs): Use SHIFTIMM rather than BINOP.
5873         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
5875 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
5877         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
5878         costs relative to the cost of a register move.
5880 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5882         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
5883         Allow scalar/single vector modes to be tieable.
5885 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
5887         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
5889 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5891         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
5892         "alignement".
5893         * tree.h (TYPE_ALIGN): Likewise.
5895 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
5897         PR target/71103
5898         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
5900 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
5902         * config/avr/avr.c (avr_print_operand): Fix "format not a string
5903         literal" build warnings.
5904         (avr_print_operand_address): Dito.
5906 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
5908         PR target/71375
5909         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
5910         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
5912 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
5914         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
5916 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
5918         PR bootstrap/71435
5919         * reload1.c (reload): Pass 0 to finish_spills when called because
5920         update_eliminables_and_spill returns true and remove did_spill.
5921         (finish_spills): Adjust comment and document GLOBAL parameter.
5923 2016-06-17  DJ Delorie  <dj@redhat.com>
5925         PR target/71338
5926         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
5927         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
5928         (umulqihi3_virt): Likewise.
5929         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
5930         (umulqihi3_real): Likewise.
5932 2016-06-17  Martin Liska  <mliska@suse.cz>
5934         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
5936 2016-06-17  Martin Liska  <mliska@suse.cz>
5938         * predict.def: PRED_LOOP_EXIT from 92 to 85.
5940 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
5942         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
5943         __FAST_MATH__.
5944         (vaddq_f32): Likewise.
5945         (vmul_f32): Likewise.
5946         (vmulq_f32): Likewise.
5947         (vsub_f32): Likewise.
5948         (vsubq_f32): Likewise.
5950 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
5952         PR tree-optimization/71347
5953         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
5954         cost for all uses in group.
5956 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
5958         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
5959         insert gimple seq if it's not empty.
5961 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
5963         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
5964         member OFFSET.
5965         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
5966         rather than OFFSET.
5967         (comp_dr_with_seg_len_pair): Ditto.
5968         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
5969         struct dr_with_seg_len_pair against DR_OFFSET.
5970         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
5971         DR_OFFSET directly.
5973 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5975         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
5977 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
5979         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
5980         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
5981         (pa_output_millicode_call): Likewise.
5982         (pa_output_call): Likewise.
5983         (pa_output_indirect_call): Likewise.
5984         (pa_asm_output_mi_thunk): Likewise.
5986 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5988         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
5990 2016-06-16  Martin Liska  <mliska@suse.cz>
5992         * predict.c (combine_predictions_for_insn): When we find a first
5993         match predictor, we should consider just predictors with
5994         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
5995         DS theory predictor.
5996         (combine_predictions_for_bb): Likewise.
5998 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
6000         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
6001         with base of reference to struct.
6003 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
6005         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
6007 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6009         PR target/71151
6010         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
6011         progmem_swtable_section.
6012         (progmem_swtable_section): Remove.
6013         (avr_asm_function_rodata_section): Remove.
6014         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
6015         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
6017 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
6019         * config/i386/driver-i386.c (host_detect_local_cpu): Set
6020         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
6021         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
6022         signature_CENTAUR_ebx.
6023         * config/i386/i386.c (ix86_option_override_internal): Add
6024         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
6025         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
6026         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
6028 2016-06-16  Martin Liska  <mliska@suse.cz>
6030         * predict.def: Add fortran loop preheader predictor.
6031         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
6032         fold IFN_BUILTIN_EXPECT with a known constant argument.
6034 2016-06-16  Martin Liska  <mliska@suse.cz>
6036         * predict.def: Add 'Fortran' to display text of all
6037         PRED_FORTRAN_* predictors.
6039 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
6041         PR target/71242
6042         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
6043         [IA64_BUILTIN_NANSQ]: Ditto.
6044         (ia64_fold_builtin): New function.
6045         (TARGET_FOLD_BUILTIN): New define.
6046         (ia64_init_builtins) Declare const_string_type node.
6047         Add __builtin_nanq and __builtin_nansq builtin functions.
6048         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
6050 2016-06-16  Nick Clifton  <nickc@redhat.com>
6052         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
6053         MSP430_HWMULT_ prefix to enum values.
6054         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
6055         * config/msp430/msp430.c: Update use of enum values.
6056         * config/msp430/msp430.md: Likewise.
6057         * config/msp430/msp430.opt: Likewise.
6059 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
6061         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
6062         of comparsions in the last iteration.
6064 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
6065             Joern Rennecke  <joern.rennecke@embecosm.com>
6067         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
6068         addresses.
6069         (arc_needs_pcl_p): Add GOTOFFPC.
6070         (arc_legitimate_pic_addr_p): Likewise.
6071         (arc_output_pic_addr_const): Likewise.
6072         (arc_legitimize_pic_address): Generate a pc-relative address using
6073         GOTOFFPC.
6074         (arc_output_libcall): Use @pcl syntax.
6075         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
6076         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
6077         (*movsi_insn): Use @pcl syntax.
6078         (doloop_begin_i): Likewise.
6080 2016-06-16  Martin Liska  <mliska@suse.cz>
6082         * predict.def: Define a new predictor.
6084 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
6086         * config/arc/arc.opt (mtp-regno): Update text.
6088 2016-06-16  Renlin Li  <renlin.li@arm.com>
6090         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
6092 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
6094         PR target/71554
6095         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
6096         (setcc + and peephole2): Likewise.
6098         PR rtl-optimization/71532
6099         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
6100         memory slots.
6102 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
6104         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
6105         DImode constants with XXSPLTIB in vector registers.
6106         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
6107         vsx_extract_<mode>_internal{1,2} into a single insn that handles
6108         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
6109         extraction of the element at the top of the register as a scalar
6110         value.
6111         (vsx_extract_<mode>_internal1): Likewise.
6112         (vsx_extract_<mode>_internal2): Likewise.
6113         * config/rs6000/constraints.md (wi constraint): Remove a comment
6114         about DImode not being allowed in Altivec registers.
6115         (wB constraint): New constraint for constants that can be
6116         generated in Altivec registers with VSPLTISW/VUPKHSW.
6117         * config/rs6000/predicates.md (xxspltib_constant_split): Update
6118         comments.
6119         (xxspltib_constant_nosplit): Likewise.
6120         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
6121         support for -mupper-regs-di to enable DImode to go into Altivec
6122         registers.
6123         (POWERPC_MASKS): Likewise.
6124         (power7 cpu): Likewise.
6125         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
6126         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
6127         for DImode being allowed in Altivec registers.  Update wi/wj
6128         constraints.  Set scalar_in_vmx_p flag.
6129         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
6130         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
6131         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
6132         (rs6000_opt_masks): Add -mupper-regs-di.
6133         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
6134         direct move to use wi and not wj.
6135         (lfiwzx): Likewise.
6136         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
6137         alternative.
6138         (floatunssi<mode>2_lfiwzx_mem): Likewise.
6139         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
6140         any VSX register, instead of just Altivec registers, to allow
6141         either operand to be an Altivec register or both.
6142         (fixuns_trunc<mode>di2_fctiduz): Likewise.
6143         (movdi_internal32): Add support for -mupper-regs-di.  Add support
6144         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
6145         the alternatives and attributes to be lined up to be easier to
6146         read.
6147         (movdi_internal64): Likewise.
6148         (64-bit DImode splitters): Change predicates to only split loading
6149         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
6150         load constants in ISA 3.0 or ISA 2.07 respectively.
6151         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6152         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
6153         mention -mcpu=power9 sets these options.
6154         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
6155         wB constraint.
6157 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6159         PR target/67353
6160         * config/avr/avr.c (avr_set_current_function): Warn misspelled
6161         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
6162         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
6163         by default to warn misspelled interrupt/ signal handler.
6164         * doc/invoke.texi (AVR Options): Document it. Update description
6165         for -nodevicelib option.
6167 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6169         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
6170         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
6171         (aarch64_<sur>shll2_n<mode>): Likewise.
6173 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
6175         PR middle-end/71529
6176         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
6177         DECL_CONTEXT for copied arguments.
6179 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
6181         PR tree-optimization/71483
6182         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
6183         for slp
6185 2016-06-15  Martin Liska  <mliska@suse.cz>
6187         * predict.c (tree_predict_by_opcode): Call predict_edge_def
6188         instead of predict_edge w/o a probability.
6190 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
6192         PR tree-optimization/71439
6193         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
6194         live PHIs.
6196 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6198         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
6199         register subregs in SET_SRC.
6201 2016-06-15  Richard Biener  <rguenther@suse.de>
6203         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
6204         store restrictions.
6206 2016-06-15  Richard Biener  <rguenther@suse.de>
6208         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
6209         not consider dependences between accesses that belong to the
6210         same group.
6211         (vect_analyze_data_ref_dependences): Do not analyze read-read
6212         or self-dependences.
6214 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6216         * spellcheck-tree.c: Include spellcheck-tree.h rather than
6217         spellcheck.h.
6218         (find_closest_identifier): Reimplement in terms of
6219         best_match<tree,tree>.
6220         * spellcheck-tree.h: New file.
6221         * spellcheck.c (struct edit_distance_traits<const char *>): New
6222         struct.
6223         (find_closest_string): Reimplement in terms of
6224         best_match<const char *, const char *>.
6225         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
6226         overload to spellcheck-tree.h.
6227         (find_closest_identifier): Likewise.
6228         (struct edit_distance_traits<T>): New template.
6229         (class best_match): New class.
6231 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6233         * selftest-run-tests.c (selftest::run_tests): Call
6234         selftest::spellcheck_tree_c_tests.
6235         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
6236         * spellcheck-tree.c: Include selftest.h and stringpool.h.
6237         (selftest::test_find_closest_identifier): New function.
6238         (selftest::spellcheck_tree_c_tests): New function.
6239         * spellcheck.c (selftest::test_find_closest_string): Verify that
6240         the order of the vec does not affect the results for this case.
6241         (selftest::test_data): New array.
6242         (selftest::test_metric_conditions): New function.
6243         (selftest::spellcheck_c_tests): Add a test of case-comparison.
6244         Call selftest::test_metric_conditions.
6246 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6248         * config/rs6000/rs6000-builtin.def (commentary): Typo.
6249         (BU_P9_MISC_1): Likewise.
6250         (BU_P9_64BIT_MISC_0): Likewise.
6251         (BU_P9_MISC_0): Likewise.
6253 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
6255         * gcc-rich-location.c
6256         (gcc_rich_location::add_fixit_misspelled_id): New method.
6257         * gcc-rich-location.h
6258         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
6260 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
6262         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
6263         FreeBSD 11 and above.
6265 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
6267         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
6269 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6271         * expmed.h: Close parenthesis in "at your option" in copyright
6272         boilerplate.
6273         * lower-subreg.h: Likewise.
6275 2016-06-14  Richard Biener  <rguenther@suse.de>
6277         PR middle-end/71526
6278         * genmatch.c (expr::gen_transform): Use in_type for comparisons
6279         if available.
6281 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6283         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
6284         New function.
6285         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
6286         mask+shift version.
6287         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
6288         New prototype.
6289         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
6290         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
6292 2016-06-14  Richard Biener  <rguenther@suse.de>
6294         PR tree-optimization/71522
6295         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
6296         copying into float copying.
6298 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
6300         PR tree-optimization/71520
6301         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
6302         (replace_block_by): Move user labels from bb1 to bb2.
6304 2016-06-14  Richard Biener  <rguenther@suse.de>
6306         PR middle-end/71310
6307         PR bootstrap/71510
6308         * expr.h (get_bit_range): Declare.
6309         * expr.c (get_bit_range): Export.
6310         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
6311         word_mode again to constrain the bitfield access.
6313 2016-06-14  Richard Biener  <rguenther@suse.de>
6315         PR tree-optimization/71521
6316         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
6317         division int_const_binop against zero divisor.
6319 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6321         * config/i386/i386.md (signbittf2): New expander.
6322         * config/i386/sse.md (ptesttf2): New insn pattern.
6324 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6326         PR bootstrap/71481
6327         * input.c (selftest::test_reading_source_line): Avoid reading from
6328         __FILE__ by creating a tempfile with known content and reading
6329         from that instead.
6331 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6333         * pretty-print.c (assert_pp_format_colored): Skip the test if
6334         GCC_COLORS is set.
6335         (test_pp_format): Remove comment about GCC_COLORS.
6337 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6339         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
6340         * pretty-print.c (assert_pp_format_va): Add location param and use
6341         it with ASSERT_STREQ_AT.
6342         (assert_pp_format): Add location param and pass it to
6343         assert_pp_format_va.
6344         (assert_pp_format_colored): Likewise.
6345         (ASSERT_PP_FORMAT_1): New.
6346         (ASSERT_PP_FORMAT_2): New.
6347         (ASSERT_PP_FORMAT_3): New.
6348         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
6349         explicitly, or implicitly via the above macros.
6350         * selftest.c (selftest::pass): Use a selftest::location rather
6351         than file and line.
6352         (selftest::fail): Likewise.  Print the function name.
6353         (selftest::fail_formatted): Likewise.
6354         (selftest::assert_streq): Use a selftest::location rather than
6355         file and line.
6356         * selftest.h (selftest::location): New struct.
6357         (SELFTEST_LOCATION): New macro.
6358         (selftest::pass): Accept a const location & rather than file
6359         and line.
6360         (selftest::fail): Likewise.
6361         (selftest::fail_formatted): Likewise.
6362         (selftest::assert_streq): Likewise.
6363         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
6364         (ASSERT_FALSE): Likewise.
6365         (ASSERT_EQ): Likewise.
6366         (ASSERT_NE): Likewise.
6367         (ASSERT_STREQ): Likewise.
6368         (ASSERT_PRED1): Likewise.
6369         (ASSERT_STREQ_AT): New macro.
6371 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
6373         * selftest.c (selftest::fail_formatted): New function.
6374         (selftest::assert_streq): New function.
6375         * selftest.h (selftests::fail_formatted): New decl.
6376         (selftest::assert_streq): New decl.
6377         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
6379 2016-06-13  Jeff Law  <law@redhat.com>
6381         PR tree-optimization/71403
6382         * tree-ssa-threadbackward.c
6383         (convert_and_register_jump_thread_path): No longer accept reference
6384         to path.  Do not pop items off the path anymore.
6385         (fsm_find_control_statement_thread_paths): Do not allow threading
6386         to a deeper loop nest.  Pop the last item off the path here rather
6387         than in convert_and_register_jump_thread_path.
6389 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6390             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
6392         [AArch64] Emit division using the Newton series
6394         * config/aarch64/aarch64-protos.h
6395         (cpu_approx_modes): Add new member "division".
6396         (aarch64_emit_approx_div): Declare new function.
6397         * config/aarch64/aarch64.c
6398         (generic_approx_modes): New member "division".
6399         (exynosm1_approx_modes): Likewise.
6400         (xgene1_approx_modes): Likewise.
6401         (aarch64_emit_approx_div): Define new function.
6402         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
6403         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
6404         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
6405         * doc/invoke.texi (-mlow-precision-div): Describe new option.
6407 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6408             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6410         [AArch64] Emit square root using the Newton series
6412         * config/aarch64/aarch64-protos.h
6413         (aarch64_emit_approx_rsqrt): Replace with new function
6414         "aarch64_emit_approx_sqrt".
6415         (cpu_approx_modes): New member "sqrt".
6416         * config/aarch64/aarch64.c
6417         (generic_approx_modes): New member "sqrt".
6418         (exynosm1_approx_modes): Likewise.
6419         (xgene1_approx_modes): Likewise.
6420         (aarch64_emit_approx_rsqrt): Replace with new function
6421         "aarch64_emit_approx_sqrt".
6422         (aarch64_override_options_after_change_1): Handle new option.
6423         * config/aarch64/aarch64-simd.md
6424         (rsqrt<mode>2): Use new function instead.
6425         (sqrt<mode>2): New expansion and insn definitions.
6426         * config/aarch64/aarch64.md: Likewise.
6427         * config/aarch64/aarch64.opt
6428         (mlow-precision-sqrt): Add new option description.
6429         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
6431 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
6433         [AArch64] Add more choices for the reciprocal square root approximation
6435         Allow a target to prefer such operation depending on the operation mode.
6437         * config/aarch64/aarch64-protos.h
6438         (AARCH64_APPROX_MODE): New macro.
6439         (AARCH64_APPROX_{NONE,ALL}): Likewise.
6440         (cpu_approx_modes): New structure.
6441         (tune_params): New member "approx_modes".
6442         * config/aarch64/aarch64-tuning-flags.def
6443         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
6444         * config/aarch64/aarch64.c
6445         (generic_approx_modes): New core "cpu_approx_modes" structure.
6446         (exynosm1_approx_modes): Likewise.
6447         (xgene1_approx_modes): Likewise.
6448         (generic_tunings): New member "approx_modes".
6449         (cortexa35_tunings): Likewise.
6450         (cortexa53_tunings): Likewise.
6451         (cortexa57_tunings): Likewise.
6452         (cortexa72_tunings): Likewise.
6453         (exynosm1_tunings): Likewise.
6454         (thunderx_tunings): Likewise.
6455         (xgene1_tunings): Likewise.
6456         (use_rsqrt_p): New argument for the mode and use new member from
6457         "tune_params".
6458         (aarch64_builtin_reciprocal): Devise mode from builtin.
6459         (aarch64_optab_supported_p): New argument for the mode.
6460         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
6462 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6464         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
6465         RS6000_BTM_MODULO flag into the set of flags that are considered
6466         to be part of the common configuration.
6468 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6470         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
6471         difference unsigned.
6472         (vec_absdb): New macro for vector absolute difference unsigned
6473         byte.
6474         (vec_absdh): New macro for vector absolute difference unsigned
6475         half-word.
6476         (vec_absdw): New macro for vector absolute difference unsigned word.
6477         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
6478         (vadu<mode>3): New insn.
6479         (*p9_vadu<mode>3): New insn.
6480         * config/rs6000/rs6000-builtin.def (vadub): New built-in
6481         definition.
6482         (vaduh): New built-in definition.
6483         (vaduw): New built-in definition.
6484         (vadu): New overloaded built-in definition.
6485         (vadub): New overloaded built-in definition.
6486         (vaduh): New overloaded built-in definition.
6487         (vaduw): New overloaded built-in definition.
6488         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6489         overloaded vector absolute difference unsigned functions.
6490         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6491         the ISA 3.0 vector absolute difference unsigned built-in functions.
6493 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
6495         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
6496         update shared_lookup_references only once after changing operands.
6498 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
6500         PR middle-end/71373
6501         * tree-nested.c (convert_nonlocal_omp_clauses)
6502         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
6504         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
6505         * tree.def (CASE_LABEL_EXPR): Likewise.
6507 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6509         PR bootstrap/71481
6510         * input.c (test_builtins): Fix an assertion.
6512 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6514         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
6515         (paritysi2): Ditto.
6516         (isinfxf2): Ditto.
6517         (isinf<mode>2): Ditto.
6519 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
6521         * ggc-tests.c (test_finalization): Only test need_finalization_p
6522         for GCC_VERSION >= 4003.
6524 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6526         * config/s390/vecintrin.h: Fix file description in comment.
6528 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6530         * config/s390/s390-builtin-types.def: Change builtin type naming
6531         scheme to match builtin-types.def.
6533 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
6535         * fold-const.c (optimize_minmax_comparison): Remove.
6536         (fold_comparison): Remove call to the above.
6537         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
6538         New transformations.
6540 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
6542         PR tree-optimization/71416
6543         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
6544         multiple entries
6546 2016-06-13  Martin Liska  <mliska@suse.cz>
6548         * predict.c (enum predictor_reason): Prefix enum with REASON_.
6549         (combine_predictions_for_insn): Likewise.
6550         (prune_predictions_for_bb): Likewise.
6551         (combine_predictions_for_bb): Likewise.
6553 2016-06-13  Richard Biener  <rguenther@suse.de>
6555         PR tree-optimization/71505
6556         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
6557         assert match comment.
6559 2016-06-13  Marek Polacek  <polacek@redhat.com>
6561         PR middle-end/71476
6562         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
6563         gimplify_switch_expr.
6564         (warn_switch_unreachable_r): New function.
6566 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6568         PR target/71379
6569         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
6570         one.
6572 2016-06-13  Richard Biener  <rguenther@suse.de>
6574         PR middle-end/64516
6575         * fold-const.c (fold_unary_loc): Preserve alignment when
6576         folding a VIEW_CONVERT_EXPR into a MEM_REF.
6578 2016-06-13  Martin Liska  <mliska@suse.cz>
6580         PR sanitizer/71458
6581         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
6582         w/ -fsanitize=bounds.
6584 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
6586         * config/i386/i386.c (ix86_init_builtins): Calculate
6587         FLOAT128_FTYPE_CONST_STRING function type only once.
6588         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
6589         built-in functions are available for x86-32 and x86-64 targets.
6591 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
6593         PR target/71241
6594         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
6595         New primitive type.
6596         (FLOAT128_FTYPE_CONST_STRING): New function type.
6597         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
6598         [IX86_BUILTIN_NANSQ]: Ditto.
6599         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6600         (ix86_init_builtin_types): Declare const_string_type_node.
6601         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
6602         builtin functions.
6603         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
6604         * doc/extend.texi (x86 Built-in Functions): Document
6605         __builtin_nanq and __builtin_nansq.
6607 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
6609         PR target/71061
6610         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
6611         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
6612         length for pop patterns.
6613         (arm_attr_length_push_multi): Update comments.
6614         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
6615         attribute.
6616         (*pop_multiple_with_writeback_and_return): Likewise.
6617         (*pop_multiple_with_return): Likewise.
6619 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
6621         PR middle-end/71310
6622         * fold-const.c (optimize_bit_field_compare): Don't try to use
6623         word_mode unconditionally for reading the bit field, look at
6624         DECL_BIT_FIELD_REPRESENTATIVE instead.
6626 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
6628         PR middle-end/71478
6629         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
6630         vector integer type.
6632 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
6634         PR middle-end/71494
6635         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
6636         without LABEL_DECL, set *handled_ops_p to false instead of true.
6638 2016-06-10  Martin Sebor  <msebor@redhat.com>
6640         PR c/71392
6641         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
6642         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
6643         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
6644         them.
6645         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
6646         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
6647         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
6648         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
6649         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
6650         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
6651         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
6652         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
6654 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6656         * config/arm/arm.h (pool_vector_label,
6657         return_used_this_function): Remove.
6659 2016-06-10  Jeff Law  <law@redhat.com>
6661         PR tree-optimization/71335
6662         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
6663         zero length paths here.
6664         (convert_and_register_jump_thread_path): Remove hacks related to
6665         duplicated blocks in the jump thread path.
6666         (fsm_find_control_statement_thread_paths): Avoid putting the same
6667         block on the thread path twice, but ensure the thread path is
6668         unchanged from the caller's point of view.
6670 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
6672         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
6673         * predict.def (PRED_LOOP_BRANCH): Remove.
6675 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
6677         * Makefile.in (OBJS): Add ggc-tests.o.
6678         (GTFILES): Add ggc-tests.c.
6679         * ggc-tests.c: New file.
6680         * selftest-run-tests.c (selftest::run_tests): Call
6681         selftest::ggc_tests_c_tests.
6682         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
6684 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
6686         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
6688 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
6690         PR sanitizer/71480
6691         * varasm.c (place_block_symbol): Adjust alignment for asan protected
6692         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
6694 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
6696         * profile.c: Include cfgloop.h.
6697         (branch_prob): Compute estimated number of iterations.
6698         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
6699         recompute estimate number of iterations from profile.
6701 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6703         PR inline-asm/68843
6704         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
6705         must be grouped on top of stack.  Don't force early clobber
6706         on ordinary reg outputs.
6708 2016-06-10  Richard Biener  <rguenther@suse.de>
6710         * targhooks.c (default_builtin_vectorization_cost): Adjust
6711         vec_construct cost.
6713 2016-06-10  Richard Biener  <rguenther@suse.de>
6715         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
6716         to fold the RHS to a constant if possible.
6718 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
6720         PR middle-end/71373
6721         * tree-nested.c (convert_nonlocal_omp_clauses)
6722         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
6723         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
6724         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
6726         * gimplify.c (gimplify_adjust_omp_clauses): Discard
6727         OMP_CLAUSE_TILE.
6728         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
6730         * omp-low.c (scan_sharing_clauses): Don't expect
6731         OMP_CLAUSE__CACHE_.
6733 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
6735         PR tree-optimization/71407
6736         PR tree-optimization/71416
6737         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
6738         BIT_FIELD_REF type.
6740 2016-06-10  Richard Biener  <rguenther@suse.de>
6742         PR middle-end/71477
6743         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
6745 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
6747         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
6749 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
6750             Jiong Wang  <jiong.wang@arm.com>
6752         PR rtl-optimization/70751
6753         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
6754         spilled into memory.
6756 2016-06-09  Jonathan Yong  <10walls@gmail.com>
6758         Revert:
6759         2015-09-21  Jonathan Yong  <10walls@gmail.com>
6761         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
6762         sysroot/usr/lib/32api for additional win32 libraries,
6763         fixes failing Cygwin bootstrapping.
6765 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
6767         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
6768         Delete.
6770 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
6772         PR bootstrap/71471
6773         * pretty-print.c (pp_indent): Specify that %p is printed in a
6774         host-dependent manner.
6775         (test_pp_format): Remove the test for %p.
6777 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
6779         * config/mips/mips.c (mips_output_jump): Fix formatting.
6781 2016-06-09  Richard Biener  <rguenther@suse.de>
6783         PR tree-optimization/71462
6784         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
6785         removed blocks.
6787 2016-06-09  Martin Liska  <mliska@suse.cz>
6789         * predict.c (dump_prediction): Add new argument.
6790         (enum predictor_reason): New enum.
6791         (struct predictor_hash): New struct.
6792         (predictor_hash::hash): New function.
6793         (predictor_hash::equal): Likewise.
6794         (not_removed_prediction_p): New function.
6795         (prune_predictions_for_bb): Likewise.
6796         (combine_predictions_for_bb): Prune predictions.
6798 2016-06-09  Martin Liska  <mliska@suse.cz>
6800         * predict.c (filter_predictions): New function.
6801         (remove_predictions_associated_with_edge): Use the filter
6802         function.
6803         (equal_edge_p): New function.
6805 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
6807         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
6808         Correct usage of @samp vs @option, add @samp where appropriate.
6809         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
6810         Add armv6s-m and document it, as it is no official ARM name.
6812 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6814         * ifcvt.c (struct noce_if_info): Add transform_name field.
6815         (noce_try_move): Set if_info->transform_name to the function name.
6816         (noce_try_ifelse_collapse): Likewise.
6817         (noce_try_store_flag): Likewise.
6818         (noce_try_inverse_constants): Likewise.
6819         (noce_try_store_flag_constants): Likewise.
6820         (noce_try_addcc): Likewise.
6821         (noce_try_store_flag_mask): Likewise.
6822         (noce_try_cmove): Likewise.
6823         (noce_try_cmove_arith): Likewise.
6824         (noce_try_minmax): Likewise.
6825         (noce_try_abs): Likewise.
6826         (noce_try_sign_mask): Likewise.
6827         (noce_try_bitop): Likewise.
6828         (noce_convert_multiple_sets): Likewise.
6829         (noce_process_if_block): Print if_info->transform_name to
6830         dump_file if transformation succeeded.
6832 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6834         * config/arm/cortex-a57.md (cortex_a57_alu):
6835         Handle csel type.
6837 2016-06-08  Martin Sebor  <msebor@redhat.com>
6838             Jakub Jelinek  <jakub@redhat.com>
6840         PR c++/70507
6841         PR c/68120
6842         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
6843         BUILT_IN_MUL_OVERFLOW_P): New builtins.
6844         * builtins.c: Include gimple-fold.h.
6845         (fold_builtin_arith_overflow): Handle
6846         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
6847         (fold_builtin_3): Likewise.
6848         * doc/extend.texi (Integer Overflow Builtins): Document
6849         __builtin_{add,sub,mul}_overflow_p.
6851 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
6853         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
6854         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
6856 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
6858         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
6859         Rewrite, looking one level down for records and arrays.
6861 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
6863         * pretty-print.c: Include "selftest.h".
6864         (pp_format): Fix comment.
6865         (identifier_to_locale): Likewise.
6866         (selftest::test_basic_printing): New function.
6867         (selftest::assert_pp_format): New function.
6868         (selftest::test_pp_format): New function.
6869         (selftest::pretty_print_c_tests): New function.
6870         * selftest-run-tests.c (selftest::run_tests): Call
6871         selftest::pretty_print_c_tests.
6872         * selftest.h (pretty_print_c_tests): New declaration.
6874 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
6876         * invoke.texi (max-loop-headers-insns): Document.
6877         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
6878         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
6879         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
6881 2016-06-08  Richard Biener  <rguenther@suse.de>
6883         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
6884         on strided SLP loads and fall back to scalar loads in case
6885         we can't chunk them.
6887 2016-06-08  Richard Biener  <rguenther@suse.de>
6889         PR tree-optimization/71452
6890         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
6891         type used for the SSA rewrite has enough precision to cover
6892         the dynamic type of the location.
6894 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
6895             Richard Biener  <rguenther@suse.de>
6897         PR c++/71448
6898         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
6899         the same as DECL_P (base0) for indirect_base0.  Use equality_code
6900         in one further place.
6902 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
6904         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
6905         to one word if the field is known to overlap other words.
6906         (extract_bit_field_1): Likewise.
6907         (store_split_bit_field): Remove compensating code.
6908         (extract_split_bit_field): Likewise.
6910 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
6912         PR debug/71432
6913         PR ada/71413
6914         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
6916 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6918         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
6919         VDQF.
6920         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
6921         (arch64_addpv4sf): Delete.
6922         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
6923         "gen_aarch64_addpv4sf".
6924         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
6925         builtin.
6926         (vpadds_f32): Likewise.
6927         (vpaddq_f32): Likewise.
6928         (vpaddq_f64): Likewise.
6930 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6932         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
6933         VALLF.
6934         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
6935         to VALLF.  Rename to "fabd<mode>3".
6936         "*fabd_scalar<mode>3): Delete.
6937         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
6938         Use builtin.
6939         (vabdd_f64): Likewise.
6940         (vabd_f32): Likewise.
6941         (vabd_f64): Likewise.
6942         (vabdq_f32): Likewise.
6943         (vabdq_f64): Likewise.
6945 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6947         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
6948         VALLF.
6949         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
6950         "aarch64_rsqrts<mode>".
6951         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
6952         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
6953         builtin.
6954         (vrsqrtsd_f64): Likewise.
6955         (vrsqrts_f32): Likewise.
6956         (vrsqrts_f64): Likewise.
6957         (vrsqrtsq_f32): Likewise.
6958         (vrsqrtsq_f64): Likewise.
6960 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6962         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
6963         VALLF.
6964         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
6965         "aarch64_rsqrte<mode>".
6966         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
6967         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
6968         builtin.
6969         (vrsqrted_f64): Likewise.
6970         (vrsqrte_f32): Likewise.
6971         (vrsqrte_f64): Likewise.
6972         (vrsqrteq_f32): Likewise.
6973         (vrsqrteq_f64): Likewise.
6975 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
6977         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
6978         (ucvtf): Likewise.
6979         (fcvtzs): Likewise.
6980         (fcvtzu): Likewise.
6981         * config/aarch64/aarch64-simd.md
6982         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
6983         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
6984         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
6985         Use builtin.
6986         (vcvt_n_f32_u32): Likewise.
6987         (vcvt_n_s32_f32): Likewise.
6988         (vcvt_n_u32_f32): Likewise.
6989         (vcvtq_n_f32_s32): Likewise.
6990         (vcvtq_n_f32_u32): Likewise.
6991         (vcvtq_n_f64_s64): Likewise.
6992         (vcvtq_n_f64_u64): Likewise.
6993         (vcvtq_n_s32_f32): Likewise.
6994         (vcvtq_n_s64_f64): Likewise.
6995         (vcvtq_n_u32_f32): Likewise.
6996         (vcvtq_n_u64_f64): Likewise.
6997         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
6998         (VSDQ_SDI): Likewise.
6999         (fcvt_target): Support V4DI, V4SI and V2SI.
7000         (FCVT_TARGET): Likewise.
7002 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
7004         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
7005         (TYPES_BINOP_SUS): Likewise.
7006         (aarch64_simd_builtin_data): Update include file name.
7007         (aarch64_builtins): Likewise.
7008         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
7009         for conversion between scalar float-point and fixed-point.
7010         (ucvtf): Likewise.
7011         (fcvtzs): Likewise.
7012         (fcvtzu): Likewise.
7013         * config/aarch64/aarch64.md
7014         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
7015         pattern for conversion between scalar float to fixed-pointer.
7016         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
7017         (UNSPEC_FCVTZS): New UNSPEC enumeration.
7018         (UNSPEC_FCVTZU): Likewise.
7019         (UNSPEC_SCVTF): Likewise.
7020         (UNSPEC_UCVTF): Likewise.
7021         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
7022         Use builtin.
7023         (vcvtd_n_f64_u64): Likewise.
7024         (vcvtd_n_s64_f64): Likewise.
7025         (vcvtd_n_u64_f64): Likewise.
7026         (vcvtd_n_f32_s32): Likewise.
7027         (vcvts_n_f32_u32): Likewise.
7028         (vcvtd_n_s32_f32): Likewise.
7029         (vcvts_n_u32_f32): Likewise.
7030         * config/aarch64/iterators.md (fcvt_target): Support integer to float
7031         mapping.
7032         (FCVT_TARGET): Likewise.
7033         (FCVT_FIXED2F): New iterator.
7034         (FCVT_F2FIXED): Likewise.
7035         (fcvt_fixed_insn): New define_int_attr.
7037 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7039         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
7040         some statements was removed.
7042 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
7044         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
7045         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
7046         (vect_can_advance_ivs_p): likewise.
7047         (vect_update_ivs_after_vectorizer): likewise.
7048         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
7049         (vect_analyze_scalar_cycles_1): likewise.
7050         (vect_analyze_loop_operations): likewise.
7051         (report_vect_op): likewise.
7052         (vect_is_slp_reduction): likewise.
7053         (vect_is_simple_reduction): likewise.
7054         (get_initial_def_for_induction): likewise.
7055         (vect_transform_loop): likewise.
7056         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
7057         (vect_recog_sad_pattern): likewise.
7058         (vect_recog_widen_sum_pattern): likewise.
7059         (vect_recog_widening_pattern): likewise.
7060         (vect_recog_divmod_pattern): likewise.
7061         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
7062         (vect_analyze_slp_instance): likewise.
7063         (vect_transform_slp_perm_load): likewise.
7064         (vect_schedule_slp_instance): likewise.
7066 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7068         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
7069         (return_prediction): PRED_CONST_RETURN predict return as not taken.
7070         * predict.def (PRED_CONTINUE): Change hitrate 50->67
7071         (PRED_LOOP_BRANCH): Document predictor as broken.
7072         (PRED_LOOP_EXIT): Change hitrate 91->92.
7073         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
7074         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
7075         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
7076         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
7077         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
7078         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
7079         (PRED_CALL): Chane hitrate 71->67.
7080         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
7081         (PRED_GOTO): Document as unused right now.
7082         (PRED_CONST_RETURN): Change hitrate 67->69
7083         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
7084         (PRED_NULL_RETURN): Change hitrate 91->90.
7085         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
7086         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
7087         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
7089 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
7091         * config/rs6000/altivec.h: Add __builtin_vec_mul.
7092         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
7093         special case Altivec builtin.
7094         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
7095         VSX_BUILTIN_VEC_MUL (replaced with special case code).
7096         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
7097         code for ALTIVEC_BUILTIN_VEC_MUL.
7098         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
7099         for __builtin_vec_mul.
7101 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
7103         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
7104         -mno-htm.
7106 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
7108         * spellcheck.c (selftest::test_find_closest_string): New function.
7109         (spellcheck_c_tests): Call the above.
7111 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7113         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
7115 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
7117         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
7118         Yv=Yv,C alternatives.
7120 2016-06-07  Richard Biener  <rguenther@suse.de>
7122         PR c/61564
7123         * common.opt (ffast-math): Make Optimization.
7125 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
7126             Prachi Godbole  <prachi.godbole@imgtec.com>
7128         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
7129         `fabs' and `fneg' type attributes.
7130         (p5600_fpu_fabs): Add `fmove' to the comment.
7132 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
7134         * gimple.c: Include builtins.h
7135         (gimple_inexpensive_call_p): New function.
7136         * gimple.h (gimple_inexpensive_call_p): Declare.
7137         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
7138         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
7139         fix formatting.
7141 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
7143         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
7144         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
7145         warning_at_rich_loc, warning_n, pedwarn, permerror,
7146         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
7147         sorry, fatal_error, internal_error, internal_error_no_backtrace):
7148         Use the above.
7150 2016-06-07  Richard Biener  <rguenther@suse.de>
7152         PR tree-optimization/71428
7153         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
7154         BIT_FIELD_REF op vs. load.
7156 2016-06-07  Richard Biener  <rguenther@suse.de>
7158         PR middle-end/71423
7159         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
7160         for signed ops.
7162 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
7164         * config/pa/pa.md (call): Generate indirect long calls to non-local
7165         functions on TARGET_64BIT.
7166         (call_value): Likewise.
7168 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
7170         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
7171         pattern and subsequent splitters.
7172         (call_val_reg_64bit_post_reload): Likewise.
7174 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
7176         PR middle-end/71408
7177         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
7178         propagate_op_to_single_use.
7180 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
7182         PR middle-end/71281
7183         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
7185 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
7187         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
7188         (enum x86_dirflag_state): New enum.
7189         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
7190         (machine_function): Remove needs_cld.
7191         (ix86_current_function_needs_cld): Remove.
7192         * config/i386/i386.c (ix86_set_func_type): Set
7193         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
7194         (ix86_expand_prologue): Do not emit CLD here.
7195         (ix86_dirflag_mode_needed): New function.
7196         (ix86_dirflag_mode_entry): Ditto.
7197         (ix86_mode_needed): Handle X86_DIRFLAG entity.
7198         (ix86_mode_after): Ditto.
7199         (ix86_mode_entry): Ditto.
7200         (ix86_mode_exit): Ditto.
7201         (ix86_emit_mode_set): Ditto.
7202         * config/i386/i386.md (strmov_singleop): Set
7203         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
7204         Do not set ix86_current_function_needs_cld.
7205         (rep_mov): Ditto.
7206         (strset_singleop): Ditto.
7207         (rep_stos): Ditto.
7208         (cmpstrnqi_nz_1): Ditto.
7209         (cmpstrnqi_1): Ditto.
7210         (strlenqi_1): Ditto.
7212 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
7214         PR tree-optimization/71259
7215         * tree-vect-slp.c (vect_get_constant_vectors): For
7216         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
7217         one for constant op, and use COND_EXPR for non-constant.
7219 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
7221         * Makefile.in (OBJS): Add function-tests.o,
7222         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
7223         selftest-run-tests.o.
7224         (OBJS-libcommon): Add selftest.o.
7225         (OBJS-libcommon-target): Add selftest.o.
7226         (all.internal): Add "selftest".
7227         (all.cross): Likewise.
7228         (selftest): New phony target.
7229         (s-selftest): New target.
7230         (selftest-gdb): New phony target.
7231         (COLLECT2_OBJS): Add selftest.o.
7232         * bitmap.c: Include "selftest.h".
7233         (selftest::test_gc_alloc): New function.
7234         (selftest::test_set_range): New function.
7235         (selftest::test_clear_bit_in_middle): New function.
7236         (selftest::test_copying): New function.
7237         (selftest::test_bitmap_single_bit_set_p): New function.
7238         (selftest::bitmap_c_tests): New function.
7239         * common.opt (fself-test): New.
7240         * diagnostic-show-locus.c: Include "selftest.h".
7241         (make_range): New function.
7242         (test_range_contains_point_for_single_point): New function.
7243         (test_range_contains_point_for_single_line): New function.
7244         (test_range_contains_point_for_multiple_lines): New function.
7245         (assert_eq): New function.
7246         (test_get_line_width_without_trailing_whitespace): New function.
7247         (selftest::diagnostic_show_locus_c_tests): New function.
7248         * et-forest.c: Include "selftest.h".
7249         (selftest::test_single_node): New function.
7250         (selftest::test_simple_tree): New function.
7251         (selftest::test_disconnected_nodes): New function.
7252         (selftest::et_forest_c_tests): New function.
7253         * fold-const.c: Include "selftest.h".
7254         (selftest::assert_binop_folds_to_const): New function.
7255         (selftest::assert_binop_folds_to_nonlvalue): New function.
7256         (selftest::test_arithmetic_folding): New function.
7257         (selftest::fold_const_c_tests): New function.
7258         * function-tests.c: New file.
7259         * gimple.c: Include "selftest.h".
7260         Include "gimple-pretty-print.h".
7261         (selftest::verify_gimple_pp): New function.
7262         (selftest::test_assign_single): New function.
7263         (selftest::test_assign_binop): New function.
7264         (selftest::test_nop_stmt): New function.
7265         (selftest::test_return_stmt): New function.
7266         (selftest::test_return_without_value): New function.
7267         (selftest::gimple_c_tests): New function.
7268         * hash-map-tests.c: New file.
7269         * hash-set-tests.c: New file.
7270         * input.c: Include "selftest.h".
7271         (selftest::assert_loceq): New function.
7272         (selftest::test_accessing_ordinary_linemaps): New function.
7273         (selftest::test_unknown_location): New function.
7274         (selftest::test_builtins): New function.
7275         (selftest::test_reading_source_line): New function.
7276         (selftest::input_c_tests): New function.
7277         * rtl-tests.c: New file.
7278         * selftest-run-tests.c: New file.
7279         * selftest.c: New file.
7280         * selftest.h: New file.
7281         * spellcheck.c: Include "selftest.h".
7282         (selftest::levenshtein_distance_unit_test_oneway): New function,
7283         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
7284         (selftest::levenshtein_distance_unit_test): Likewise.
7285         (selftest::spellcheck_c_tests): Likewise.
7286         * toplev.c: Include selftest.h.
7287         (toplev::run_self_tests): New.
7288         (toplev::main): Handle -fself-test.
7289         * toplev.h (toplev::run_self_tests): New.
7290         * tree.c: Include "selftest.h".
7291         (selftest::test_integer_constants): New function.
7292         (selftest::test_identifiers): New function.
7293         (selftest::test_labels): New function.
7294         (selftest::tree_c_tests): New function.
7295         * tree-cfg.c: Include "selftest.h".
7296         (selftest::push_fndecl): New function.
7297         (selftest::test_linear_chain): New function.
7298         (selftest::test_diamond): New function.
7299         (selftest::test_fully_connected): New function.
7300         (selftest::tree_cfg_c_tests): New function.
7301         * vec.c: Include "selftest.h".
7302         (selftest::safe_push_range): New function.
7303         (selftest::test_quick_push): New function.
7304         (selftest::test_safe_push): New function.
7305         (selftest::test_truncate): New function.
7306         (selftest::test_safe_grow_cleared): New function.
7307         (selftest::test_pop): New function.
7308         (selftest::test_safe_insert): New function.
7309         (selftest::test_ordered_remove): New function.
7310         (selftest::test_unordered_remove): New function.
7311         (selftest::test_block_remove): New function.
7312         (selftest::reverse_cmp): New function.
7313         (selftest::test_qsort): New function.
7314         (selftest::vec_c_tests): New function.c.
7315         * wide-int.cc: Include selftest.h and wide-int-print.h.
7316         (selftest::from_int <wide_int>): New function.
7317         (selftest::from_int <offset_int>): New function.
7318         (selftest::from_int <widest_int>): New function.
7319         (selftest::assert_deceq): New function.
7320         (selftest::assert_hexeq): New function.
7321         (selftest::test_printing <VALUE_TYPE>): New function template.
7322         (selftest::test_ops <VALUE_TYPE>): New function template.
7323         (selftest::test_comparisons <VALUE_TYPE>): New function template.
7324         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
7325         template.
7326         (selftest::wide_int_cc_tests): New function.
7328 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7330         PR middle-end/37780
7331         * ifcvt.c (noce_try_ifelse_collapse): New function.
7332         Declare prototype.
7333         (noce_process_if_block): Call noce_try_ifelse_collapse.
7334         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
7335         (simplify_ternary_operation): Use the above to simplify
7336         conditional CLZ/CTZ expressions.
7338 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7340         PR middle-end/37780
7341         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
7342         define_insn_and_split.
7344 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7346         PR middle-end/37780
7347         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
7349 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7351         PR c/24414
7352         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
7353         Implicitly clobber memory for basic asm with non-empty assembler
7354         string.  Use targetm.md_asm_adjust also here.
7355         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
7356         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
7357         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
7358         non-empty assembler string.
7359         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
7360         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
7361         (decode_asm_operands): Handle basic asm in PARALLEL block.
7362         (extract_insn): Handle basic asm in PARALLEL block.
7363         * doc/extend.texi: Mention new behavior of basic asm.
7364         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
7365         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
7366         branch_needs_nop_p): Use asm_noperands.
7368 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
7370         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
7371         Include the M7 SPARC DFA scheduler.
7372         New attribute v3pipe.
7373         Annotate insns with v3pipe where appropriate.
7374         Define cpu_feature vis4.
7375         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
7376         Add (V8QI "8") to vbits.
7377         Add insns {add,sub}v8qi3
7378         Add insns ss{add,sub}v8qi3
7379         Add insns us{add,sub}{v8qi,v4hi}3
7380         Add insns {min,max}{v8qi,v4hi,v2si}3
7381         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
7382         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
7383         * config/sparc/niagara4.md: Add a comment explaining the
7384         discrepancy between the documented latenty numbers and the
7385         implemented ones.
7386         * config/sparc/niagara7.md: New file.
7387         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
7388         supports SPARC5 and VIS 4.0 instructions.
7389         * configure: Regenerate.
7390         * config.in: Likewise.
7391         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
7392         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
7393         TARGET_CPU_niagara7.
7394         (ASM_CPU64_DEFAULT_SPEC): Likewise.
7395         (CPP_CPU_SPEC): Handle niagara7.
7396         (ASM_CPU_SPEC): Likewise.
7397         * config/sparc/sparc-opts.h (processor_type): Add
7398         PROCESSOR_NIAGARA7.
7399         (mvis4): New option.
7400         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
7401         (AS_NIAGARA7_FLAG): Define.
7402         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
7403         (CPP_CPU64_DEFAULT_SPEC): Likewise.
7404         (CPP_CPU_SPEC): Handle niagara7.
7405         (ASM_CPU_SPEC): Likewise.
7406         * config/sparc/sparc.c (niagara7_costs): Define.
7407         (sparc_option_override): Handle niagara7 and adjust cache-related
7408         parameters with better values for niagara cpus.  Also support VIS4.
7409         (sparc32_initialize_trampoline): Likewise.
7410         (sparc_use_sched_lookahead): Likewise.
7411         (sparc_issue_rate): Likewise.
7412         (sparc_register_move_cost): Likewise.
7413         (dump_target_flag_bits): Support VIS4.
7414         (sparc_vis_init_builtins): Likewise.
7415         (sparc_builtins): Likewise.
7416         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
7417         VIS4 4.0.
7418         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
7419         UltraSparc M7.
7420         * config/sparc/sparc.opt (sparc_processor_type): New value
7421         niagara7.
7422         * config/sparc/visintrin.h (__attribute__): Prototypes for the
7423         VIS4 builtins.
7424         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
7425         -mvis4.
7426         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
7427         VIS4 builtins.
7429 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
7431         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
7433 2016-06-06  Richard Biener  <rguenther@suse.de>
7435         PR tree-optimization/71398
7436         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
7437         remove edges.
7439 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
7441         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
7442         ft32_expand_prolog, ft32_expand_epilogue):
7443         Handle pretend_args.
7444         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
7445         * config/ft32/ft32.md: Add pretend_returner.
7447 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
7449         PR target/71389
7450         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
7451         Copy op1 RTX to avoid invalid sharing.
7452         (ix86_expand_vector_move_misalign): Ditto.
7454 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
7456         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
7457         ATTRIBUTE_UNUSED.
7459 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
7461         * predict.c (predicted_by_loop_heuristics_p): New function.
7462         (predict_iv_comparison): Use it.
7463         (predict_loops): Walk from innermost loops; do not predict edges
7464         leaving multiple loops multiple times; implement
7465         PRED_LOOP_ITERATIONS_MAX heuristics.
7466         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
7468 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
7470         * cfg.c (check_bb_profile): Do not report mismatched profiles when
7471         only edges out of BB are EH edges.
7473 2016-06-04  Martin Sebor  <msebor@redhat.com>
7474             Marcin Baczyński  <marbacz@gmail.com>
7476         PR c/48116
7477         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
7478         a void expression in a void function.
7480 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
7482         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
7483         aux; dump reasons of decisions.
7484         (should_duplicate_loop_header_p): Likewise.
7485         (do_while_loop_p): Likewise.
7486         (ch_base::copy_headers): Dump asi num insns duplicated.
7488 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
7490         PR tree-optimization/71405
7491         * tree-ssa.c (execute_update_addresses_taken): For clobber with
7492         incompatible type, build a new clobber with the right type instead
7493         of building a VIEW_CONVERT_EXPR around it.
7495 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
7497         PR tree-optimization/52171
7498         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
7499         by_pieces_ninsns instead of move_by_pieces_ninsns.
7501 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
7503         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
7504         for reg+reg addressing mode.
7506 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7508         * rs6000-c.c (c/c-tree.h): Add #include.
7509         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
7510         in C++ when found in the base position of vec_ld or vec_st.
7512 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
7514         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
7515         use of profile unless profile status is PROFILE_READ.
7516         * profile.c (compute_branch_probabilities): Set profile status
7517         only after reporting predictor hitrates.
7519 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
7521         PR target/71276
7522         PR target/71277
7523         * common.opt (ffp-int-builtin-inexact): New option.
7524         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
7525         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
7526         (ceil@var{m}2): Document dependence on this option.
7527         * ipa-inline-transform.c (inline_call): Handle
7528         flag_fp_int_builtin_inexact.
7529         * ipa-inline.c (can_inline_edge_p): Likewise.
7530         * config/i386/i386.md (rintxf2): Do not test
7531         flag_unsafe_math_optimizations.
7532         (rint<mode>2_frndint): New define_insn.
7533         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
7534         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
7535         for 387 instead of extending and truncating.
7536         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
7537         !flag_trapping_math instead of flag_unsafe_math_optimizations.
7538         Change to frndint<mode>2_<rounding>.
7539         (frndintxf2_<rounding>_i387): Likewise.  Change to
7540         frndint<mode>2_<rounding>_i387.
7541         (<rounding_insn>xf2): Likewise.
7542         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
7543         !flag_trapping_math instead of flag_unsafe_math_optimizations for
7544         x87.  Test TARGET_ROUND || !flag_trapping_math ||
7545         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
7546         SSE.  Use ROUND_NO_EXC in constant operand of
7547         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
7548         for 387 instead of extending and truncating.
7550 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
7551             Julia Koval  <julia.koval@intel.com>
7553         PR target/66960
7554         PR target/67630
7555         PR target/67634
7556         PR target/67841
7557         PR target/68037
7558         PR target/68618
7559         PR target/68661
7560         PR target/69575
7561         PR target/69596
7562         PR target/69734
7563         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
7564         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
7565         all registers, except for function return registers if there are
7566         no caller-saved registers.
7567         (ix86_set_func_type): New function.
7568         (ix86_set_current_function): Call ix86_set_func_type to set
7569         no_caller_saved_registers and func_type.  Call reinit_regs if
7570         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
7571         nor x87 instructions in interrupt handler nor function with
7572         no_caller_saved_registers attribute.
7573         (ix86_function_ok_for_sibcall): Return false if there are no
7574         caller-saved registers.
7575         (type_natural_mode): Don't warn ABI change for MMX in interrupt
7576         handler.
7577         (ix86_function_arg_advance): Skip for callee in interrupt handler.
7578         (ix86_function_arg): Return special arguments in interrupt handler.
7579         (ix86_promote_function_mode): Promote pointer to word_mode only
7580         for normal functions.
7581         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
7582         interrupt handler.
7583         (ix86_epilogue_uses): New function.
7584         (ix86_hard_regno_scratch_ok): Likewise.
7585         (ix86_save_reg): Preserve all registers in interrupt handler
7586         after reload.  Preserve all registers, except for function return
7587         registers, if there are no caller-saved registers after reload.
7588         (find_drap_reg): Always use callee-saved register if there are
7589         no caller-saved registers.
7590         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
7591         for interrupt handler.
7592         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
7593         Emit cld instruction if stringops are used in interrupt handler
7594         or interrupt handler isn't a leaf function.
7595         (ix86_expand_epilogue): Generate interrupt return for interrupt
7596         handler and pop the 'ERROR_CODE' off the stack before interrupt
7597         return in exception handler.
7598         (ix86_expand_call): Disallow calling interrupt handler directly.
7599         If there are no caller-saved registers, mark all registers that
7600         are clobbered by the call which returns as clobbered.
7601         (ix86_handle_no_caller_saved_registers_attribute): New function.
7602         (ix86_handle_interrupt_attribute): Likewise.
7603         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
7604         attributes.
7605         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
7606         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
7607         accumulation in interrupt function if stack may be realigned to
7608         avoid DRAP.
7609         (EPILOGUE_USES): New.
7610         (function_type): New enum.
7611         (machine_function): Add func_type and no_caller_saved_registers.
7612         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
7613         (interrupt_return): New pattern.
7614         * doc/extend.texi: Document x86 interrupt and
7615         no_caller_saved_registers attributes.
7617 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
7619         PR tree-optimization/52171
7620         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
7621         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
7622         Look for constant strings.  Move some code to emit_block_cmp_hints
7623         and use it.
7624         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
7625         * defaults.h (COMPARE_MAX_PIECES): New macro.
7626         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
7627         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
7628         (clear_by_pieces_1): Don't declare.  Move definition before use.
7629         (can_do_by_pieces): New static function.
7630         (can_move_by_pieces): Use it.  Return bool.
7631         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
7632         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
7633         (class pieces_addr); New.
7634         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
7635         pieces_addr::adjust, pieces_addr::increment_address,
7636         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
7637         functions for it.
7638         (class op_by_pieces_d): New.
7639         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
7640         functions for it.
7641         (class move_by_pieces_d, class compare_by_pieces_d,
7642         class store_by_pieces_d): New subclasses of op_by_pieces_d.
7643         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
7644         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
7645         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
7646         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
7647         compare_by_pieces_d::finish_mode): New member functions.
7648         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
7649         functions.
7650         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
7651         (emit_block_cmp_hints): New function.
7652         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
7653         use the newly defined classes.
7654         * expr.h (by_pieces_constfn): New typedef.
7655         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
7656         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
7657         (move_by_pieces_ninsns): Don't declare.
7658         (can_move_by_pieces): Change return value to bool.
7659         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
7660         (compare_by_pieces_branch_ratio): New hook.
7661         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
7662         (by_pieces_ninsns): Declare.
7663         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
7664         COMPARE_BY_PIECES.
7665         (default_compare_by_pieces_branch_ratio): New function.
7666         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
7667         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
7668         * doc/tm.texi: Regenerate.
7669         * tree-ssa-strlen.c: Include "builtins.h".
7670         (handle_builtin_memcmp): New static function.
7671         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
7672         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
7674 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7676         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
7677         relevant stmts which are simple and invariant.
7678         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
7679         instead of simple and invariant
7681 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7683         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
7684         (vectorizable_reduction): Check for new relevant state.
7685         (vectorizable_live_operation): vectorize live stmts using
7686         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
7687         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
7688         (vect_stmt_relevant_p): Check for stmts which are only used live.
7689         (process_use): Use of a stmt does not inherit it's live value.
7690         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
7691         (vect_analyze_stmt): Check for new relevant state.
7692         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
7693         outside the loop, but not inside it.
7695 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7697         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
7698         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
7699         (vect_get_vec_def_for_operand): Split out code.
7701 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
7703         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
7705 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
7707         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
7709 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7711         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
7713 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
7715         PR middle-end/71387
7716         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
7717         to noreturn e->callee->decl that has void return type and void
7718         arguments, adjust gimple_call_fntype and remove lhs even if it had
7719         previously addressable type.
7721 2016-06-02  Jeff Law  <law@redhat.com>
7723         PR tree-optimization/71328
7724         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
7725         error when checking for a jump back onto the copied path.
7727 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
7729         * config/microblaze/microblaze.c (get_branch_target): Add return
7730         NULL_RTX for the non-CALL_P case.
7731         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
7732         (insert_wic): Remove unused local "j".
7734 2016-06-02  Martin Liska  <mliska@suse.cz>
7736         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
7738 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
7739             Julia Koval  <julia.koval@intel.com>
7741         * function.c (assign_parm_setup_stack): Force source into a
7742         register if needed.
7743         * target.def (function_incoming_arg): Update documentation to
7744         allow arbitrary address computation based on hard register.
7745         * doc/tm.texi: Regenerated.
7747 2016-06-02  Martin Liska  <mliska@suse.cz>
7749         * predict.c (combine_predictions_for_bb): Fix first match in
7750         cases where a first predictor contains more than one occurence
7751         in list of predictors.  Take the best value in such case.
7753 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7755         PR rtl-optimization/71295
7756         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
7757         offset would go over the size of the inner mode reject it.
7759 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
7761         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
7762         x=x,x and v=v,m instead of x=x,m.
7764         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
7765         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
7766         alternative to v=rm,C.
7768         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
7769         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
7770         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
7771         instead of vex for the last two above mentioned alternatives.
7773 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7775         PR target/70830
7776         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
7778 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
7780         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
7782 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
7784         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
7785         from int to unsigned.
7787 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
7789         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
7790         alternatives, eliminating preferred register class.  Add support
7791         for the MTVSRDD instruction in ISA 3.0.
7792         (vsx_splat_v4si_internal): Use splat_input_operand instead of
7793         reg_or_indexed_operand.
7794         (vsx_splat_v4sf_internal): Likewise.
7796 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
7798         PR target/71186
7799         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
7800         for loading up all 0's or all 1's.
7802 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7804         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
7806 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
7808         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
7809         extension.
7810         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
7811         * gcc.c (set_source_date_epoch_envvar): New function, sets
7812         the SOURCE_DATE_EPOCH environment variable to the current time.
7814 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7816         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
7817         the factor for live Phi nodes.
7819 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
7821         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
7822         * tree-parloops.c (parallelize_loops): likewise.
7823         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
7824         tree_unswitch_outer_loop): likewise.
7826 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
7828         PR middle-end/71371
7829         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
7830         around creation of the temporary.
7832 2016-06-01  Richard Biener  <rguenther@suse.de>
7834         PR tree-optimization/71366
7835         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
7836         (unloop_loops): Move removing edges here ...
7837         (try_unroll_loop_completely): ... from here.
7838         (try_peel_loop): ... and here.
7839         (tree_unroll_loops_completely_1): Track parent loops via
7840         bitmap of header BBs.
7841         (tree_unroll_loops_completely): Adjust for that.
7843 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7845         * config/rs6000/altivec.h (vec_slv): New macro.
7846         (vec_srv): New macro.
7847         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
7848         (UNSPEC_VSRV): New value.
7849         (vslv): New insn.
7850         (vsrv): New insn.
7851         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
7852         (vsrv): New builtin definition.
7853         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
7854         define argument types for new builtin.
7855         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
7856         new builtin.
7857         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
7858         functions.
7860 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
7861             Jocelyn Mayer  <l_indien@magic.fr>
7863         PR target/67310
7864         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
7865         detect processor family for signature_CENTAUR_ebx.
7866         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
7867         signature_CENTAUR_ebx.
7868         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
7869         <default>: Pass x86-64 for has_longmode.
7871 2016-06-01  Nathan Sidwell  <nathan@acm.org>
7873         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
7874         undefined weak.
7876 2016-06-01  Richard Biener  <rguenther@suse.de>
7878         PR tree-optimization/71261
7879         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
7880         of stmts successfully put in the bool pattern.  Remove
7881         single-use restriction.
7882         (adjust_bool_pattern_cast): Add cast at the use site via the
7883         pattern def sequence.
7884         (adjust_bool_pattern): Remove recursion, maintain a hash-map
7885         of patterned defs.  Use the pattern def seqence instead of
7886         multiple independent patterns.
7887         (sort_after_uid): New qsort compare function.
7888         (adjust_bool_stmts): New function to process stmts in the bool
7889         pattern in IL order.
7890         (vect_recog_bool_pattern): Adjust.
7891         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
7892         (ifcvt_walk_pattern_tree): Likewise.
7893         (stmt_is_root_of_bool_pattern): Likewise.
7894         (ifcvt_repair_bool_pattern): Likewise.
7895         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
7897 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
7899         * loop-unroll.c (decide_unroll_constant_iterations,
7900         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
7901         likely upper bounds.
7902         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
7904 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
7906         * tree-core.h (enum omp_clause_code): Remove
7907         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
7909 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7911         * config/arm/sync.md (arm_store_exclusive<mode>):
7912         Use 'H' output modifier on operands[2] rather than creating a new
7913         entry in out-of-bounds memory of the operands array.
7914         (arm_store_release_exclusivedi): Likewise.
7916 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7918         * config/arm/arm.c (arm_fusion_enabled_p): New function.
7919         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
7920         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
7921         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
7923 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7925         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
7926         into account live statements for mask producers.
7928 2016-06-01  Richard Biener  <rguenther@suse.de>
7930         PR tree-optimization/71311
7931         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
7932         restrict to non-INTEGER_CST @0.
7934 2016-06-01  Richard Biener  <rguenther@suse.de>
7936         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
7937         (relational patterns): Use :c to avoid pattern duplications.
7939 2016-06-01  Richard Biener  <rguenther@suse.de>
7941         * genmatch.c (comparison_code_p): New predicate.
7942         (swap_tree_comparison): New function.
7943         (commutate): Add for_vec parameter to append new for entries.
7944         Support commutating relational operators by swapping it alongside
7945         operands.
7946         (lower_commutative): Adjust.
7947         (dt_simplify::gen): Do not pass artificial operators to gen
7948         functions.
7949         (decision_tree::gen): Do not add artificial operators as parameters.
7950         (parser::parse_expr): Verify operator commutativity when :c is
7951         applied.  Allow :C to override this.
7952         * match.pd: Adjust patterns to use :C instead of :c where required.
7954 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
7956         PR tree-optimization/71077
7957         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
7958         the combining step, use boolean_false_node and boolean_true_node
7959         as the designated false/true return values.
7961 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
7963         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
7964         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
7965         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
7966         PRED_LOOP_EXIT.
7968 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
7970         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
7971         of flags impliying the register renaming.
7972         * toplev.c (process_options): Do not imply flag_rename_registers with
7973         loop peeling.
7975 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
7977         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
7978         default implementation.
7980 2016-05-31  Nathan Sidwell  <nathan@acm.org>
7982         * dwarf2out.c (cur_line_info_table): Add GTY marker.
7984 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
7986         * config/sh/constraints.md (b): Remove constraint.
7987         * config/sh/predicates.md (arith_reg_operand): Remove
7988         TARGET_REGISTER_P.
7989         * config/sh/sh-modes.def (PDI): Remove.
7990         * config/sh/sh.c (sh_target_reg_class,
7991         sh_optimize_target_register_callee_saved): Remove functions.
7992         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
7993         (sh_expand_epilogue): Update comment.
7994         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
7995         sh_secondary_reload): Remove TARGET_REGS related code.
7996         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
7997         TARGET_REGISTER_P): Remove macros.
7998         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
7999         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
8000         TR1_REG, TR2_REG): Remove constants.
8001         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
8003 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8005         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
8006         define_expand patterns.
8007         (adddi3_compact): Rename to adddi3.
8008         (subdi3_compact): Rename to subdi3.
8009         (*negdi2): Rename to negdi2.
8010         (*abs<mode>2): Rename to abs<mode>2.
8012 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
8014         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
8015         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
8016         (atomic_sub_fetchsi): ... this new pattern.
8017         (mvtc): Add CC_REG clobber.
8019 2016-05-31  Marek Polacek  <polacek@redhat.com>
8021         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
8023 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8025         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
8026         aarch64_fusion_enabled_p to check for fusion capabilities.
8028 2016-05-31  Richard Biener  <rguenther@suse.de>
8030         PR tree-optimization/71352
8031         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
8032         minus one and a negate.
8034 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8036         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
8037         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
8038         Delete prototype.
8039         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
8040         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
8041         Remove use of aarch64_simd_attr_length_move, set length attribute
8042         directly.
8043         (*aarch64_be_movoi): Likewise.
8044         (*aarch64_be_movci): Likewise.
8045         (*aarch64_be_movxi): Likewise.
8047 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
8049         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
8050         It no longer does that.
8051         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
8053 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
8055         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
8056         attribute __unused__.
8058 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8060         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
8061         * config/arm/arm.c (arm_arch_thumb1): Define.
8062         (arm_option_override): Initialize arm_arch_thumb1.
8063         * config/arm/arm.h (arm_arch_thumb1): Declare.
8064         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
8065         support Thumb-1 ISA.
8067 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
8069         PR target/71346
8070         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
8071         `Yv' for scalar operand.
8073 2016-05-31  Tom de Vries  <tom@codesourcery.com>
8075         PR tree-optimization/69068
8076         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
8077         phis with more than two args.
8079 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
8081         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
8082         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
8083         target.
8085 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
8087         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
8088         tune_64.
8089         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
8090         support on SPARC.
8091         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
8092         cpu_32, cpu_64, tune_32 and tune_64.
8093         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
8095 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
8097         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
8099 2016-05-30  Andi Kleen  <ak@linux.intel.com>
8101         * auto-profile.c (read_profile): Replace asserts with errors
8102         when file does not exist.
8103         * gcov-io.c (gcov_read_words): Dito.
8105 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8107         * tree-cfg.c (print_loop): Print likely upper bounds.
8109 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8111         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
8112         * opts.c (default_options): Enable peel loops at -O3.
8113         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
8114         (try_peel_loop): Do not re-peel already peeled loops;
8115         use likely upper bounds; fix profile updating.
8116         (pass_complete_unroll::execute): Initialize peeled_loops.
8118 2016-05-30  Martin Liska  <mliska@suse.cz>
8120         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
8121         computed costs by frequency of BB they belong to.
8122         (get_scaled_computation_cost_at): New function.
8124 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
8125             Marc Glisse  <marc.glisse@inria.fr>
8127         PR tree-optimization/71289
8128         * match.pd (-1 / B < A, A > -1 / B): New transformations.
8130 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8132         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
8134 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8136         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
8137         for peeled copies; avoid underflow when updating estimates; correctly
8138         scale loop profile.
8140 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8142         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
8143         r236875. Corrected oe3 to oe2 as obvious.
8145 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8147         PR middle-end/71269
8148         PR middle-end/71252
8149         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
8150         that inserted stmt will not dominate stmts that defines its operand.
8151         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
8152         (rewrite_expr_tree_parallel): Likewise.
8154 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
8156         PR middle-end/71252
8157         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
8158         all fields including stmt_to_insert are swapped.
8160 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8162         * predict.h (force_edge_cold): Declare.
8163         * predict.c (force_edge_cold): New function.
8164         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
8165         updating.
8166         (canonicalize_loop_induction_variables): Fix formating.
8168 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
8170         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
8171         (visium_expand_copysign): Use gen_int_mode directly.
8172         (visium_compute_frame_size): Minor tweaks.
8174 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
8176         * tree-vect-loop.c (vect_analyze_loop_2): Use
8177         likely_max_stmt_executions_int.
8179 2016-05-30  Tom de Vries  <tom@codesourcery.com>
8181         PR tree-optimization/69067
8182         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
8184 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
8186         PR target/71245
8187         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
8188         New peepholes to remove unneeded fild/fistp pairs.
8189         (define_peephole2 atomic_loaddi_fpu): Ditto.
8191 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8193         * predict.c (maybe_hot_frequency_p): Avoid division.
8195 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
8197         * doc/install.texi: Use https for shop.fsf.org.
8199 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8201         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
8202         likely_max_stmt_executions_int.
8204 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8206         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
8207         likely_max_stmt_executions_int.
8209 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8211         * profile.c (compute_branch_probabilities): Do not report hitrates
8212         here.
8213         (branch_prob): Report hitrates here.
8214         * predict.c (gimple_predict_edge): Do not assert profile status;
8215         fix formatting issues.
8217 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8219         * predict.c (edge_predicted_by_p): New function.
8220         (predict_paths_for_bb): Do not put multiple predictions of the same type
8221         on one edge.
8223 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8225         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
8226         commit.
8228 2016-05-28  Alan Modra  <amodra@gmail.com>
8230         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
8232 2016-05-28  Alan Modra  <amodra@gmail.com>
8234         PR rtl-optimization/71275
8235         * ira.c (ira): Free dominance info.
8237 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
8239         * doc/sourcebuild.texi: New address for upstream Go repository.
8241 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8243         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
8244         (TARGET_ARM_V7M): Likewise.
8246 2016-05-26  Jeff Law  <law@redhat.com>
8248         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
8249         (thread_across_edge): Remove calls to find_jump_threads_backwards.
8250         * passes.def: Add jump threading passes before DOM/VRP.
8251         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
8252         argument to a basic block from an edge.  Remove tests which are
8253         handled elsewhere.
8254         (pass_data_thread_jumps, class pass_thread_jumps): New.
8255         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
8256         (make_pass_thread_jumps): Likewise.
8257         * tree-pass.h (make_pass_thread_jumps): Declare.
8259 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
8261         * config/visium/visium-protos.h (split_double_move): Rename into...
8262         (visium_split_double_move): ...this.
8263         (visium_split_double_add): Declare.
8264         * config/visium/visium.c (split_double_move): Rename into...
8265         (visium_split_double_move): ...this.
8266         (visium_split_double_add): New function.
8267         (visium_expand_copysign): Renumber operands for consistency.
8268         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
8269         (DFmode move splitter): Likewise.
8270         (*addi3_insn): Split by means of visium_split_double_add.
8271         (*adddi3_insn_flags): Delete.
8272         (*plus_plus_sltu<subst_arith>): New insn.
8273         (*subdi3_insn): Split by means of visium_split_double_add.
8274         (subdi3_insn_flags): Delete.
8275         (*minus_minus_sltu<subst_arith>): New insn.
8276         (*negdi2_insn): Split by means of visium_split_double_add.
8277         (*negdi2_insn_flags): Delete.
8279 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
8281         * configure.ac: Treat a --with-headers option without argument
8282         the same as the default (i.e. consult sys-include directory).
8283         * configure: Regenerate.
8285 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8287         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
8288         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
8289         prototype.
8290         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
8291         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
8293 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
8295         PR target/63596
8296         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
8297         tree-stdarg analysis results.
8298         (aarch64_setup_incoming_varargs): Likewise.
8300 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
8302         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
8303         va_list_gpr_counter_field and va_list_fpr_counter_field.
8305 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
8307         PR67609
8308         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
8309         * config/aarch64/aarch64.c
8310         (aarch64_cannot_change_mode_class): Remove function.
8311         * config/aarch64/aarch64-protos.h
8312         (aarch64_cannot_change_mode_class): Remove.
8314 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
8316         * cfgloop.c (record_niter_bound): Record likely upper bounds.
8317         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
8318         get_likely_max_loop_iterations_int): New.
8319         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
8320         any_likely_upper_bound.
8321         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
8322         Declare.
8323         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
8324         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
8325         upper bound.
8326         (unroll_loop_constant_iterations): Likewise.
8327         (unroll_loop_runtime_iterations): Likewise.
8328         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
8329         * lto-streamer-out.c (output_cfg): Likewise.
8330         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
8331         bounds.
8332         (canonicalize_loop_induction_variables): Dump likely upper bounds.
8333         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
8334         (likely_max_loop_iterations): New.
8335         (likely_max_loop_iterations_int): New.
8336         (likely_max_stmt_executions): New.
8337         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
8338         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
8339         likely_max_stmt_executions): Declare.
8341 2016-05-27  Marek Polacek  <polacek@redhat.com>
8343         PR middle-end/71308
8344         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
8346 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8348         * config/s390/s390.md (2x risbg splitters): Use
8349         reg_overlap_mentioned_p instead of rtx_equal_p.
8351 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8353         * combine.c (make_compound_operation): Take known zero bits into
8354         account when checking for possible zero_extend.
8356 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8358         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
8359         Use const_int_operand for operand 2 predicate.  Simplify expand code
8360         as a result.
8362 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
8364         PR middle-end/71279
8365         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
8366         into comparison.
8368 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8370         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
8371         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
8372         that returns CC_SESWPmode and CC_ZESWPmode.
8373         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
8374         and CC_SESWPmode.
8375         (aarch64_rtx_costs): Likewise.
8377 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
8379         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
8380         for ISA 3.0 min/max support.
8381         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
8382         conditional move support.
8383         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
8384         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
8385         available.
8386         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
8387         conditional moves where the comparison type is different from move
8388         type.
8389         (fp_minmax): New code iterator for smin/smax.
8390         (minmax): New code attributes for min/max.
8391         (SMINMAX): Likewise.
8392         (smax<mode>3): Combine min, max insns into one insn using the
8393         fp_minmax code iterator.  Add support for ISA 3.0 min/max
8394         instructions that don't need -ffast-math.
8395         (s<minmax><mode>3): Likewise.
8396         (smax<mode>3_vsx): Likewise.
8397         (smin<mode>3): Likewise.
8398         (s<minmax><mode>3_vsx): Likewise.
8399         (smin<mode>3_vsx): Likewise.
8400         (pre-VSX min/max splitters): Likewise.
8401         (s<minmax><mode>3_fpr): Likewise.
8402         (movsfcc): Rewrite floating point conditional moves to combine
8403         SFmode/DFmode into a single insn.
8404         (mov<mode>cc): Likewise.
8405         (movdfcc): Likewise.
8406         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
8407         SFDF2 iterators to handle all combinations.
8408         (fseldfsf4): Likewise.
8409         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
8410         (fseldfdf4): Likewise.
8411         (fselsfdf4): Likewise.
8412         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
8413         comparison instructions that set a 0/-1 mask, and use it for
8414         floating point conditional move via XXSEL.
8415         (fpmask<mode>): Likewise.
8416         (xxsel<mode>): Likewise.
8417         * config/rs6000/predicates.md (min_max_operator): Delete, no
8418         longer used.
8419         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
8420         instructions that generate a 0/-1 mask for use with XXSEL.
8421         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
8422         say whether floating point min/max is available, either through
8423         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
8424         (TARGET_MINMAX_DF): Likewise.
8426 2016-05-27  Alan Modra  <amodra@gmail.com>
8428         PR rtl-optimization/71275
8429         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
8430         for update_equiv_regs and combine_and_move_insns.
8432 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
8434         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
8435         if_then_else or cond RTXes to calculate attribute value.
8436         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
8437         <attr "length_immediate>: Ditto.
8438         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
8439         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
8440         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
8441         <attr "type">: Ditto.
8442         <attr "prefix_data16">: Ditto.
8443         <attr "prefix_extra">: Ditto.
8444         <attr "length_immediate">: Ditto.
8445         <attr "prefix">: Ditto.
8446         (vec_set<mode>_0) <attr "isa">: Ditto.
8447         <attr "prefix_extra">: Ditto.
8448         <attr "length_immediate">: Ditto.
8449         <attr "prefix">: Ditto.
8450         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
8451         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
8452         (sse2_storelpd) <attr "prefix_data16">: Ditto.
8453         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
8454         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
8455         <attr "length_immediate">: Ditto.
8456         <attr "prefix">: Ditto.
8457         (sse2_movsd) <attr "length_immediate">: Ditto.
8458         <attr "prefix">: Ditto.
8459         (vec_concatv2df)  <attr "isa">: Ditto.
8460         <attr "prefix">: Ditto.
8461         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
8462         (*vec_extractv2di_1) <attr "isa">: Ditto.
8463         <attr "type">: Ditto.
8464         <attr "length_immediate">: Ditto.
8465         <attr "prefix_rex">: Ditto.
8466         <attr "prefix_extra">: Ditto.
8467         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
8468         <attr "prefix_extra">: Ditto.
8469         <attr "length_immediate">: Ditto.
8470         (vec_concatv2di) <attr "isa">: Ditto.
8471         <attr "prefix_extra">: Ditto.
8472         <attr "length_immediate">: Ditto.
8473         <attr "prefix">: Ditto.
8475 2016-05-26  Martin Liska  <mliska@suse.cz>
8477         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
8478         function.
8479         (operator+): Likewise.
8480         (operator-): Likewise.
8481         (comp_cost::operator+=): Likewise.
8482         (comp_cost::operator-=): Likewise.
8483         (comp_cost::operator/=): Likewise.
8484         (comp_cost::operator*=): Likewise.
8485         (operator<): Likewise.
8486         (operator==): Likewise.
8487         (operator<=): Likewise.
8488         (new_cost): Remove.
8489         (infinite_cost_p): Likewise.
8490         (add_costs): Likewise.
8491         (sub_costs): Likewise.
8492         (compare_costs): Likewise.
8493         (set_group_iv_cost): Use the newly introduced functions.
8494         (get_address_cost): Likewise.
8495         (get_shiftadd_cost): Likewise.
8496         (force_expr_to_var_cost): Likewise.
8497         (split_address_cost): Likewise.
8498         (ptr_difference_cost): Likewise.
8499         (difference_cost): Likewise.
8500         (get_computation_cost_at): Likewise.
8501         (determine_group_iv_cost_generic): Likewise.
8502         (determine_group_iv_cost_address): Likewise.
8503         (determine_group_iv_cost_cond): Likewise.
8504         (autoinc_possible_for_pair): Likewise.
8505         (determine_group_iv_costs): Likewise.
8506         (cheaper_cost_pair): Likewise.
8507         (iv_ca_recount_cost): Likewise.
8508         (iv_ca_set_no_cp): Likewise.
8509         (iv_ca_set_cp): Likewise.
8510         (iv_ca_cost): Likewise.
8511         (iv_ca_new): Likewise.
8512         (iv_ca_dump): Likewise.
8513         (iv_ca_narrow): Likewise.
8514         (iv_ca_prune): Likewise.
8515         (iv_ca_replace): Likewise.
8516         (try_add_cand_for): Likewise.
8517         (try_improve_iv_set): Likewise.
8518         (find_optimal_iv_set): Likewise.
8520 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
8522         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
8523         that internal functions will clobber all caller-saved registers.
8525 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
8527         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
8528         Return a better case_values_threshold when optimizing.
8530 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
8532         * config/aarch64/aarch64-simd.md (aarch64_combinez):
8533         Add ? to integer variant.
8534         (aarch64_combinez_be): Likewise.
8536 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
8538         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
8539         instead of x constraint.
8540         (vcvtps2ph256<mask_name>): Likewise.
8542         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
8543         alternative.  Formatting fix.
8545         * config/i386/sse.md
8546         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
8547         to ...
8548         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
8549         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
8550         maybe_evex prefix instead of vex.
8551         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
8552         EXT_REX_SSE_REG_P (op0) case in the splitter.
8554 2016-05-25  Jeff Law  <law@redhat.com>
8556         PR tree-optimization/71272
8557         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
8558         Update comments.  Add test for empty path.
8560 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
8562         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
8563         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
8564         special case builtin.
8565         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8566         code for ALTIVEC_BUILTIN_VEC_CMPNE.
8567         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8568         for __builtin_vec_cmpne.
8570 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
8572         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
8573         redundant test and bail out if the type of the new operand is not
8574         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
8576 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
8578         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
8579         (x_ix86_target_flags_explicit): Remove.
8580         * config/i386/i386.c (ix86_function_specific_save): Do not copy
8581         x_ix86_target_flags_explicit.
8582         (ix86_function_specific_restore): Ditto.
8584 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
8585             H.J. Lu  <hongjiu.lu@intel.com>
8587         PR target/70738
8588         * common/config/i386/i386-common.c
8589         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
8590         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
8591         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
8592         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
8593         (-mgeneral-regs-only): Add new option.
8594         * config/i386/i386.c (ix86_option_override_internal): Don't enable
8595         x87 instructions if only general registers are allowed.
8596         (ix86_target_string): Add ix86_flags argument. Handle additional
8597         flags options through ix86_flags argument.  Update all callers.
8598         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
8600 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8602         PR rtl-optimization/66940
8603         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
8604         decrementing desired_val will not overflow before performing these
8605         operations.
8607 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
8609         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
8610         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
8611         * config/i386/i386.c (enum ix86_builtins): Add
8612         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
8613         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
8614         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
8615         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
8616         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
8617         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
8618         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
8619         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
8620         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
8621         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
8622         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
8623         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
8624         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
8625         __builtin_ia32_cvtps2dq512_mask.
8626         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
8627         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
8628         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
8629         * config/i386/sse.md
8630         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
8631         Rename to ...
8632         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
8633         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
8634         to ...
8635         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
8636         (avx512f_vec_pack_sfix_v8df): New define_expand.
8637         (avx512f_roundpd512): Rename to ...
8638         (avx512f_round<castmode>512): ... this.  Change iterator.
8639         (avx512f_roundps512_sfix): New define_expand.
8640         (round<mode>2_sfix): Change iterator.
8642 2016-05-25  Nick Clifton  <nickc@redhat.com>
8644         * config/msp430/msp430.c (msp430_attr): Produce an error if a
8645         static interrupt handler is detected.
8646         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
8647         default linker script.
8648         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
8649         the low part of a symbolic pointer.
8651 2016-05-25  Richard Biener  <rguenther@suse.de>
8653         PR tree-optimization/71261
8654         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
8655         interesting stmt instead of immediate uses when looking
8656         for the use operand to replace.
8658 2016-05-25  Martin Liska  <mliska@suse.cz>
8660         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
8662 2016-05-25  Richard Biener  <rguenther@suse.de>
8664         PR tree-optimization/71264
8665         * tree-vect-stmts.c (vect_init_vector): Properly deal with
8666         vector type val.
8668 2016-05-25  Martin Liska  <mliska@suse.cz>
8670         PR tree-optimization/71239
8671         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
8672         if DECL_SIZE is NULL.
8674 2016-05-25  Richard Biener  <rguenther@suse.de>
8676         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
8677         * tree-if-conv.c (pass_data_if_conversion): Use it.
8679 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8681         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
8682         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
8683         * varpool.c (varpool_node::get_availability): Likewise.
8685 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8687         * config/rs6000/altivec.md (VNEG iterator): New iterator for
8688         VNEGW/VNEGD instructions.
8689         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
8690         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
8691         support for ISA 3.0 VNEGW/VNEGD instructions.
8693 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
8695         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
8696         pointers inside OACC_DATA regions.
8697         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
8698         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
8699         (gimplify_adjust_omp_clauses): Fix typo in comment.
8701 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8703         * config/rs6000/altivec.md (VParity): New mode iterator for vector
8704         parity built-in functions.
8705         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
8706         zeros.
8707         (p9v_parity<mode>2): Likewise.
8708         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
8709         parity.
8710         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
8711         (parity<mode>2): ISA 3.0 expander for vector parity.
8712         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
8713         power9 built-ins.
8714         (BU_P9_64BIT_MISC_0): Likewise.
8715         (BU_P9_MISC_0): Likewise.
8716         (BU_P9V_AV_1): Likewise.
8717         (BU_P9V_AV_2): Likewise.
8718         (BU_P9V_AV_3): Likewise.
8719         (BU_P9V_AV_P): Likewise.
8720         (BU_P9V_VSX_1): Likewise.
8721         (BU_P9V_OVERLOAD_1): Likewise.
8722         (BU_P9V_OVERLOAD_2): Likewise.
8723         (BU_P9V_OVERLOAD_3): Likewise.
8724         (VCTZB): Add vector count trailing zeros support.
8725         (VCTZH): Likewise.
8726         (VCTZW): Likewise.
8727         (VCTZD): Likewise.
8728         (VPRTYBD): Add vector parity support.
8729         (VPRTYBQ): Likewise.
8730         (VPRTYBW): Likewise.
8731         (VCTZ): Add overloaded vector count trailing zeros support.
8732         (VPRTYB): Add overloaded vector parity support.
8733         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8734         overloaded vector count trailing zeros and parity instructions.
8735         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
8736         vector parity support.
8737         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
8738         trailing zeros support.
8739         (vec_cntlz): Likewise.
8740         (vec_vctzb): Likewise.
8741         (vec_vctzd): Likewise.
8742         (vec_vctzh): Likewise.
8743         (vec_vctzw): Likewise.
8744         (vec_vprtyb): Add ISA 3.0 vector parity support.
8745         (vec_vprtybd): Likewise.
8746         (vec_vprtybw): Likewise.
8747         (vec_vprtybq): Likewise.
8748         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
8749         the ISA 3.0 vector count trailing zeros and vector parity built-in
8750         functions.
8752 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
8754         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
8755         when there is stmt_to_insert.
8757 2016-05-24  Martin Sebor  <msebor@redhat.com>
8759         PR c++/71147
8760         * tree.h (complete_or_array_type_p): New inline function.
8762 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
8764         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
8765         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
8766         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
8768         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
8769         Limit 1st alternative to noavx isa, split 2nd alternative into one
8770         noavx and one avx alternative, use *x and Bm in the former and
8771         x and m in the latter.
8773         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
8774         of sse4 for the first alternative, drop %v from the template
8775         and d operand modifier.  Split second alternative into one sse4_noavx
8776         and one avx alternative, use *x instead of *v in the former and v
8777         instead of *v in the latter.
8778         (*sse4_1_extractps): Use noavx isa instead of * for the first
8779         alternative, drop %v from the template.  Split second alternative into
8780         one noavx and one avx alternative, use *x instead of *v in the
8781         former and v instead of *v in the latter.
8782         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
8783         with noavx and the last one with avx.
8784         (sse4_1_phminposuw): Guard first alternative with noavx isa,
8785         split the second one into one noavx and one avx alternative,
8786         use *x and Bm in the former and x and m in the latter one.
8787         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
8788         alternatives.
8790         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
8791         first two alternatives to noavx, use *x instead of *v in the second
8792         one, add avx alternative without *.
8793         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
8794         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
8795         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
8797 2016-05-24  Jeff Law  <law@redhat.com>
8799         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
8800         New function, extracted from...
8801         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
8802         Allow simple copies and constant initializations in the SSA chain.
8804 2016-05-24  Marek Polacek  <polacek@redhat.com>
8806         PR c/71249
8807         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
8808         scope.
8810 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
8812         PR c++/71257
8813         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
8814         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
8815         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
8816         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
8817         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
8819 2016-05-24  Richard Biener  <rguenther@suse.de>
8821         PR tree-optimization/71240
8822         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
8823         has integral type.
8825 2016-05-24  Richard Biener  <rguenther@suse.de>
8827         PR tree-optimization/71230
8828         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
8830 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
8832         * tree-vectorizer.h (vectorizable_comparison): Delete.
8833         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
8834         PURE_SLP_STMT check.
8835         * tree-vect-stmts.c (vectorizable_call): Likewise.
8836         (vectorizable_simd_clone_call): Likewise.
8837         (vectorizable_conversion): Likewise.
8838         (vectorizable_assignment): Likewise.
8839         (vectorizable_shift): Likewise.
8840         (vectorizable_operation): Likewise.
8841         (vectorizable_load): Likewise.
8842         (vectorizable_condition): Likewise.
8843         (vectorizable_store): Likewise.  Assert that we don't have
8844         hybrid SLP.
8845         (vectorizable_comparison): Make static.  Remove redundant
8846         PURE_SLP_STMT check.
8847         (vect_transform_stmt): Assert that we always have an slp_node
8848         if PURE_SLP_STMT.
8850 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8852         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
8853         operands[2] against 1 with comparison against CONST1_RTX.
8854         (<shift>di3_neon): Likewise.
8855         * config/arm/predicates.md (const0_operand): Replace with comparison
8856         against CONST0_RTX.
8858 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8860         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
8861         operands[2] against 1 with comparison against CONST1_RTX.
8862         (ashrdi3): Likewise.
8863         (lshrdi3): Likewise.
8864         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
8865         UINTVAL.
8866         (ashrsi3): Likewise.
8867         (lshrsi3): Likewise.
8868         (rotrsi3): Likewise.
8869         (define_split above *compareqi_eq0): Likewise.
8870         (define_split above "prologue"): Likewise.
8871         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
8872         * config/arm/predicates.md (shift_operator): Likewise.
8873         (shift_nomul_operator): Likewise.
8874         (sat_shift_operator): Likewise.
8875         (thumb1_cmp_operand): Likewise.
8876         (const_neon_scalar_shift_amount_operand): Replace manual range
8877         check with IN_RANGE.
8878         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
8879         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
8881 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8883         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
8884         with HOST_WIDE_INT_1.
8885         (insv): Likewise.
8886         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
8887         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
8888         (arm_canonicalize_comparison): Likewise.
8889         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
8890         HOST_WIDE_INT_1.
8891         (thumb1_size_rtx_costs): Likewise.
8892         (vfp_const_double_index): Replace cast of 1 to unsigned
8893         HOST_WIDE_INT with HOST_WIDE_INT_1U.
8894         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
8895         HOST_WIDE_INT_1.
8896         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
8897         HOST_WIDE_INT with HOST_WIDE_INT_1U.
8898         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
8899         HOST_WIDE_INT with HOST_WIDE_INT_1.
8901 2016-05-24  Marek Polacek  <polacek@redhat.com>
8903         * tree-cfg.h (should_remove_lhs_p): New predicate.
8904         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
8905         * gimplify.c (gimplify_modify_expr): Likewise.
8906         * tree-cfg.c (verify_gimple_call): Likewise.
8907         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8908         * gimple-fold.c: Include "tree-cfg.h".
8909         (gimple_fold_call): Use should_remove_lhs_p.
8911 2016-05-24  Richard Biener  <rguenther@suse.de>
8913         PR tree-optimization/71253
8914         * cfganal.h (control_dependences): Make robust against edge
8915         and BB removal.
8916         (control_dependences::control_dependences): Remove edge_list argument.
8917         (control_dependences::get_edge): Remove.
8918         (control_dependences::get_edge_src): Add.
8919         (control_dependences::get_edge_dest): Likewise.
8920         (control_dependences::m_el): Make a vector of edge src/dest index.
8921         * cfganal.c (control_dependences::find_control_dependence): Adjust.
8922         (control_dependences::control_dependences): Likewise.
8923         (control_dependences::~control_dependence): Likewise.
8924         (control_dependences::get_edge): Remove.
8925         (control_dependences::get_edge_src): Add.
8926         (control_dependences::get_edge_dest): Likewise.
8927         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
8928         get_edge_src.
8929         (perform_tree_ssa_dce): Adjust.
8930         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
8931         get_edge_src.
8932         (pass_loop_distribution::execute): Adjust.  Do loop destroying
8933         conditional on changed.
8935 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8937         PR target/69857
8938         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
8939         return.  Reindent transformation comment and mention the ARM state
8940         behavior.
8942 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
8944         PR middle-end/71252
8945         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
8946         after build_and_add_sum creates new use stmt.
8948 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
8950         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
8951         load_lanes/grouped_load classification comes first.  Don't check
8952         whether the vectorization factor is a multiple of the group size
8953         for load_lanes.
8955 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
8957         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
8958         GROUP_GAP for single-element interleaving.
8959         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
8960         variable.
8962 2016-05-24  Richard Biener  <rguenther@suse.de>
8964         PR middle-end/70434
8965         PR c/69504
8966         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
8967         bases which are accessed with non-invariant indices.
8968         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
8969         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
8971 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
8973         PR middle-end/71170
8974         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
8975         (add_to_ops_vec): Add stmt_to_insert.
8976         (add_repeat_to_ops_vec): Init stmt_to_insert.
8977         (insert_stmt_before_use): New.
8978         (transform_add_to_multiply): Remove mult_stmt insertion and add it
8979         to ops vector.
8980         (get_ops): Init stmt_to_insert.
8981         (maybe_optimize_range_tests): Likewise.
8982         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
8983         (rewrite_expr_tree_parallel): Likewise.
8984         (reassociate_bb): Likewise.
8986 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
8988         PR target/71201
8989         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
8990         ISA 3.0 xxperm fusion alternative.
8991         (altivec_vperm_v8hiv16qi): Likewise.
8992         (altivec_vperm_<mode>_uns_internal): Likewise.
8993         (vperm_v8hiv4si): Likewise.
8994         (vperm_v16qiv8hi): Likewise.
8996 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
8997             Kelvin Nilsen  <kelvin@gcc.gnu.org>
8999         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
9000         vpermr/xxpermr on ISA 3.0.
9001         (altivec_expand_vec_perm_le): Likewise.
9002         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
9003         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
9004         ISA 3.0.
9006 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
9008         * config/i386/i386.h (IS_STACK_MODE): Enable for
9009         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
9010         SSE_FLOAT_MODE_P macros.
9011         * config/i386/i386.c (ix86_preferred_reload_class): Use
9012         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
9013         Cleanup regclass processing for CONST_DOUBLE_P.
9014         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
9015         (ix86_rtx_costs): Remove redundant TARGET_80387 check
9016         with IS_STACK_MODE macro.
9017         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
9018         with TARGET_SSE2.
9019         (*movdf_internal): Use IS_STACK_MODE macro.
9020         (*movsf_internal): Ditto.
9022 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
9024         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
9025         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
9027 2016-05-23  Jeff Law  <law@redhat.com>
9029         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
9030         extracted from ...
9031         (fsm_find_control_statement_thread_paths): Call it.
9033 2016-05-23  Martin Jambor  <mjambor@suse.cz>
9035         PR ipa/71234
9036         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
9037         from_global_constant if t is not NULL.
9039 2016-05-23  Marek Polacek  <polacek@redhat.com>
9041         PR c/49859
9042         * common.opt (Wswitch-unreachable): New option.
9043         * doc/invoke.texi: Document -Wswitch-unreachable.
9044         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
9045         warning.
9047 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
9049         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
9050         TMR_INDEX is non-NULL.
9052 2016-05-23  Richard Biener  <rguenther@suse.de>
9054         PR tree-optimization/71230
9055         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
9056         (try_special_add_to_ops): ... here.  Always test for single-use.
9058 2016-05-23  Martin Jambor  <mjambor@suse.cz>
9060         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
9061         default block if a PHI node in the original one would be resized.
9063 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9065         PR tree-optimization/58135
9066         * tree-vect-slp.c: When group size is not multiple
9067         of vector size, allow splitting of store group at
9068         vector boundary.
9070 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
9072         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
9074 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
9076         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
9077         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
9078         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
9079         of 64x2.
9081         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
9082         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
9083         v constraint instead of x and vinserti32x4 insn.
9085         * config/i386/sse.md (i128vldq): New mode iterator.
9086         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
9087         avx512dq and avx512vl alternatives.
9089         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
9090         constraint, use maybe_evex prefix instead of vex.
9091         (vec_dupv4sf): Use v constraint instead of x for output
9092         operand except for noavx alternative, use Yv constraint
9093         instead of x for input.  Use maybe_evex prefix instead of vex.
9094         (*vec_dupv4si): Likewise.
9095         (*vec_dupv2di): Likewise.
9097 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
9099         PR middle-end/40921
9100         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
9101         (linearize_expr_tree): Call try_special_add_to_ops.
9102         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
9104 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
9106         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
9107         to computed stack_usage.
9109 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
9111         PR target/71103
9112         * config/avr/avr.md (define_expand "mov<mode>"): If the source
9113         operand is subreg (symbol_ref) then move the symbol ref to register.
9115 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
9117         * tree.c (array_at_struct_end_p): Look through MEM_REF.
9119 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
9121         PR middle-end/71179
9122         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
9123         VECTOR type.
9125 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
9127         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
9128         ranges by calling get_single_symbol and tidy up.  Look more closely
9129         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
9131 2016-05-20  Jeff Law  <law@redhat.com>
9133         * bitmap.c (bitmap_find_bit): Remove useless test.
9135 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
9137         * function.c (thread_prologue_and_epilogue_insns): Commit the
9138         insertion of the epilogue.
9140 2016-05-20  Martin Jambor  <mjambor@suse.cz>
9142         PR tree-optimization/70884
9143         * tree-sra.c (initialize_constant_pool_replacements): Do not check
9144         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
9145         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
9146         of constant pool data as a reason for scalarization.
9148 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
9150         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
9151         for naked functions.
9152         (thumb1_expand_prologue): Likewise.
9154 2016-05-20  Nathan Sidwell  <nathan@acm.org>
9156         * config/nvptx/nptx.c (nvptx_option_override): Only set
9157         flag_toplevel_reorder, if not explicitly specified.  Set
9158         flag_no_common, unless explicitly specified.
9160 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9162         * calls.c (can_implement_as_sibling_call_p): Mark param
9163         reg_parm_stack_space with ATTRIBUTE_UNUSED.
9165 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
9167         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
9168         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
9169         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
9170         constants.
9171         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
9172         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
9173         and CASE_CONST_ANY.
9175 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
9177         * config/nvptx/nvptx.md (sincossf3): New pattern.
9179 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9181         * calls.c (maybe_complain_about_tail_call): New function.
9182         (initialize_argument_information): Call
9183         maybe_complain_about_tail_call when clearing *may_tailcall.
9184         (can_implement_as_sibling_call_p): Call
9185         maybe_complain_about_tail_call when returning false.
9186         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
9187         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
9188         if tail-call optimization fails.
9189         * cfgexpand.c (expand_call_stmt): Initialize
9190         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
9191         * gimple-pretty-print.c (dump_gimple_call): Dump
9192         gimple_call_must_tail_p.
9193         * gimple.c (gimple_build_call_from_tree): Call
9194         gimple_call_set_must_tail with the value of
9195         CALL_EXPR_MUST_TAIL_CALL.
9196         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
9197         (gimple_call_set_must_tail): New function.
9198         (gimple_call_must_tail_p): New function.
9199         * print-tree.c (print_node): Update printing of TREE_STATIC
9200         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
9201         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
9202         trailing comment listing applicable flags.
9203         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
9205 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
9207         * calls.c (expand_call): Move "Rest of purposes for tail call
9208         optimizations to fail" to...
9209         (can_implement_as_sibling_call_p): ...this new function, and
9210         split into multiple "if" statements.
9212 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9214         * cfgloop.h (expected_loop_iterations_unbounded,
9215         expected_loop_iterations): Unconstify.
9216         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
9217         profile with known upper bound; return 3 when profile is absent.
9218         (expected_loop_iterations): Update.
9220 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9222         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
9223         and get_max_loop_iterations_int.
9225 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
9227         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
9228         realistic upper bounds here.
9230 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
9232         PR c++/71210
9233         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
9234         calls if the LHS is variable length or has addressable type.
9235         If targets[0]->decl is a noreturn call with void return type and
9236         zero arguments, adjust fntype and remove lhs in that case.
9238 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
9240         PR tree-optimization/71079
9241         PR tree-optimization/71206
9242         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
9244 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9246         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
9247         (get_vec_alignment_for_array_decl): Likewise.
9248         (get_vec_alignment_for_record_decl): Likewise.
9249         (increase_alignment::execute): Move code to find alignment to
9250         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
9251         (type_align_map): New hash_map.
9253 2016-05-20  Richard Guenther  <rguenther@suse.de>
9255         PR tree-optimization/29756
9256         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
9257         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
9258         * fold-const.c (operand_equal_p): Likewise.
9259         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
9260         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
9261         * tree-inline.c (estimate_operator_cost): Likewise.
9262         * tree-pretty-print.c (dump_generic_node): Likewise.
9263         * tree-ssa-operands.c (get_expr_operands): Likewise.
9264         * cfgexpand.c (expand_debug_expr): Likewise.
9265         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
9266         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
9267         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
9268         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
9269         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
9270         (execute_update_addresses_taken): Do it.
9272 2016-05-20  Richard Biener  <rguenther@suse.de>
9274         PR tree-optimization/71185
9275         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
9276         register operations.
9278 2016-05-20  Richard Biener  <rguenther@suse.de>
9280         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
9281         gimple_seq_add_seq_without_update.
9282         (release_bb_predicate): Assert we have no operands to free.
9283         (if_convertible_loop_p_1): Calculate post dominators later.
9284         Do not free BB predicates here.
9285         (combine_blocks): Do not recompute BB predicates.
9286         (version_loop_for_if_conversion): Save BB predicates around
9287         loop versioning.
9289 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9291         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
9292         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
9293         code.  Ignore sibcalls on EDGE_IGNORE edges.
9294         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
9295         on edges for sibcalls that run without prologue.  The rest of the
9296         function is combined from...
9297         (fix_fake_fallthrough_edge): ... this, and ...
9298         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
9299         function argument, make it a local variable.
9301 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
9303         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
9304         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
9305         for 32-bit mode and SEH for 64-bit.
9306         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
9307         TARGET_64BIT_DEFAULT.
9309 2016-05-19  Ryan Burn  <contact@rnburn.com>
9311         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
9312         * gengtype.c (open_base_files): Add cilk.h to ifiles.
9314 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
9316         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
9317         force pending loads from memory.
9319 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9321         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
9322         (UNSPEC_DARN_32): New unspec constant.
9323         (UNSPEC_DARN_RAW): New unspec constant.
9324         (darn_32): New instruction.
9325         (darn_raw): New instruction.
9326         (darn): New instruction.
9327         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
9328         support and documentation for this macro.
9329         (BU_P9_MISC_1): New macro definition.
9330         (BU_P9_64BIT_MISC_0): New macro definition.
9331         (BU_P9_MISC_0): New macro definition.
9332         (darn_32): New builtin definition.
9333         (darn_raw): New builtin definition.
9334         (darn): New builtin definition.
9335         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
9336         RS6000_BUILTIN_0 directives to surround each occurrence of
9337         #include "rs6000-builtin.def".
9338         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
9339         RS6000_BTM_64BIT flags to the returned mask, depending on
9340         configuration.
9341         (def_builtin): Correct an error in the assignments made to the
9342         debugging variable attr_string.
9343         (rs6000_expand_builtin): Add support for no-operand built-in
9344         functions.
9345         (builtin_function_type): Remove fatal_error assertion that is no
9346         longer valid.
9347         (rs6000_common_init_builtins): Add support for no-operand built-in
9348         functions.
9349         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
9350         definition.
9351         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
9352         definition.
9353         (RS6000_BTM_64BIT): New macro definition.
9354         * doc/extend.texi: Document __builtin_darn (void),
9355         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
9356         functions.
9358 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
9360         * tree-vect-loop.c (vect_analyze_loop_2): Use also
9361         max_loop_iterations_int.
9363 2016-05-19  Marek Polacek  <polacek@redhat.com>
9365         PR tree-optimization/71031
9366         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
9367         condition and adjust the code a bit.
9369 2016-05-19  Martin Liska  <mliska@suse.cz>
9371         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
9372         auto_vec instead of vec.
9374 2016-05-19  Martin Liska  <mliska@suse.cz>
9376         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
9378 2016-05-19  Martin Liska  <mliska@suse.cz>
9380         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
9382 2016-05-19  Martin Liska  <mliska@suse.cz>
9384         * ipa-pure-const.c (set_function_state): Remove an existing
9385         funct_state.
9386         (remove_node_data): Do not free it as it's released
9387         in set_function_state.
9389 2016-05-19  Martin Liska  <mliska@suse.cz>
9391         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
9392         bitmap.
9394 2016-05-19  Martin Liska  <mliska@suse.cz>
9396         * omp-simd-clone.c (simd_clone_adjust): Release vector.
9398 2016-05-19  Martin Liska  <mliska@suse.cz>
9400         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
9401         an auto_vec instead of re-creating it.
9403 2016-05-19  Martin Liska  <mliska@suse.cz>
9405         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
9406         auto_vec instead of vec.
9408 2016-05-19  Martin Liska  <mliska@suse.cz>
9410         * lto-section-in.c (lto_get_section_data): Call
9411         lto_check_version with additional argument.
9412         * lto-streamer.c (lto_check_version): Add new argument.
9413         * lto-streamer.h (lto_check_version): Likewise.
9415 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9417         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
9418         Don't add cost of inner memory when handling sign-extended loads.
9420 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
9422         PR rtl-optimization/71148
9423         * cse.c (cse_main): Free dominance info.
9424         (rest_of_handle_cse): Don't free dominance info.
9425         (rest_of_handle_cse2): Likewise.
9426         (rest_of_handle_cse_after_global_opts): Likewise.
9428 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9430         PR target/71056
9431         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
9432         NULL_TREE early if NEON is not available.  Remove now redundant check
9433         in ARM_CHECK_BUILTIN_MODE.
9435 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
9437         PR sanitizer/64354
9438         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
9439         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
9440         * doc/cpp.texi: Document new macros.
9442 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
9444         PR tree-optimization/69848
9445         * tree-vect-loop.c (vectorizable_reduction): Don't factor
9446         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
9448 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
9450         * function.c (thread_prologue_and_epilogue_insn): Move the
9451         "goto epilogue_done" one block later.
9453 2016-05-19  Richard Biener  <rguenther@suse.de>
9455         PR tree-optimization/70729
9456         * passes.def: Move LIM pass before PRE.  Remove no longer
9457         required copyprop and move first DCE out of the loop pipeline.
9459 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
9461         PR driver/69265
9462         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
9463         (OBJS-libcommon-target): ...here.
9464         * opts-common.c: Include spellcheck.h.
9465         (cmdline_handle_error): Build a vec of valid options and use it
9466         to suggest provide hints for misspelled arguments.
9468 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
9470         PR c++/71100
9471         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
9472         lhs if it has TREE_ADDRESSABLE type.
9474 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
9476         PR target/71145
9477         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
9478         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
9480 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9482         PR ipa/69708
9483         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
9484         input for NOP_EXPR pass-through functions.
9485         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
9486         aggregate global constant VAR_DECLs in constant jump functions.
9488 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9490         PR ipa/69708
9491         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
9492         from TREE_READONLY parameters.
9494 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9496         PR ipa/69708
9497         * cgraph.h (cgraph_indirect_call_info): New field
9498         guaranteed_unmodified.
9499         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
9500         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9501         appropriate.
9502         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
9503         pass the parameter value to ipa_find_agg_cst_for_param.
9504         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
9505         guaranteed_unmodified, store AA results there instead of bailing out
9506         if present.
9507         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
9508         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
9509         (find_constructor_constant_at_offset): New function.
9510         (ipa_find_agg_cst_from_init): Likewise.
9511         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
9512         static initializers of contants, report back through a new paameter
9513         from_global_constant if that was the case.
9514         (try_make_edge_direct_simple_call): Also pass parameter value to
9515         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
9516         appropriate.
9517         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
9518         (ipa_read_indirect_edge_info): Likewise.
9519         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
9520         (ipa_load_from_parm_agg): Likewise.
9522 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
9524         PR rtl-optimization/71150
9525         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
9526         check.
9528 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9530         PR target/70915
9531         * config/rs6000/constraints.md (wE constraint): New constraint
9532         for a vector constant that can be loaded with XXSPLTIB.
9533         (wM constraint): New constraint for a vector constant of a 1's.
9534         (wS constraint): New constraint for a vector constant that can be
9535         loaded with XXSPLTIB and a vector sign extend instruction.
9536         * config/rs6000/predicates.md (xxspltib_constant_split): New
9537         predicates for wE/wS constraints.
9538         (xxspltib_constant_nosplit): Likewise.
9539         (easy_vector_constant): Add support for constants that can be
9540         loaded via XXSPLTIB.
9541         (all_ones_constant): New predicate for vector constant with all
9542         1's set.
9543         (splat_input_operand): Add support for ISA 3.0 word splat operations.
9544         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
9545         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
9546         instruction and possibly with a sign extension.
9547         (output_vec_const_move): Add support for XXSPLTIB. If we are
9548         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
9549         instead of XXLXOR/XXLORC.
9550         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
9551         operations.
9552         (rs6000_legitimize_reload_address): Likewise.
9553         (rs6000_output_move_128bit): Use output_vec_const_move to emit
9554         constants.
9555         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
9556         combine VSX_M and VSX_M2 into one iterator.
9557         (VSX_M2): Likewise.
9558         (VSINT_84): New iterators for loading constants with XXSPLTIB.
9559         (VSINT_842): Likewise.
9560         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
9561         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
9562         XXSPLTIB instruction.
9563         (xxspltib_<mode>_nosplit): Likewise.
9564         (xxspltib_<mode>_split): New insn to load up constants with
9565         XXSPLTIB and a sign extend instruction.
9566         (vsx_mov<mode>): Replace single move that handled all vector types
9567         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
9568         moves (when -mvsx-timode is in effect) into the main vector
9569         moves.  Eliminate separate moves for <VSr> <VSa>, where the
9570         preferred register class (<VSr>) is listed first, and the
9571         secondary register class (<VSa>) is listed second with a '?' to
9572         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
9573         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
9574         that if the register was involved in a slow operation, the
9575         clear/set operation does not wait for the slow operation to
9576         finish.  Adjust the length attributes for 32-bit mode.  Use
9577         rs6000_output_move_128bit and drop the use of the string
9578         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
9579         spacing so that the alternatives and attributes don't generate
9580         long lines, and put things in columns, so that it is easier to
9581         match up the operands and attributes with the insn alternatives.
9582         (vsx_mov<mode>_64bit): Likewise.
9583         (vsx_mov<mode>_32bit): Likewise.
9584         (vsx_movti_64bit): Fold movti into normal vector moves.
9585         (vsx_movti_32bit): Likewise.
9586         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
9587         splat instructions.
9588         (vsx_splat_v4si_internal): Likewise.
9589         (vsx_splat_v4sf_internal): Likewise.
9590         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
9591         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
9592         extend vector elements.
9593         (vsx_sign_extend_hi_<mode>): Likewise.
9594         (vsx_sign_extend_si_v2di): Likewise.
9595         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
9596         declaration.
9597         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
9598         constraints.  Add trailing period to wL documentation.
9600 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
9602         PR middle-end/71020
9603         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
9604         * tree-dfa.c (replace_abnormal_ssa_names): New function.
9605         * tree-call-cdce.c: Include tree-dfa.h.
9606         (can_guard_call_p): New function, extracted from...
9607         (can_use_internal_fn): ...here.
9608         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
9609         and return void.
9610         (shrink_wrap_one_built_in_call): Likewise.
9611         (use_internal_fn): Likewise.
9612         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
9613         and return void.  Call replace_abnormal_ssa_names.
9614         (pass_call_cdce::execute): Check can_guard_call_p during the
9615         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
9616         will always change something.
9618 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9620         PR ipa/70646
9621         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
9622         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
9624 2016-05-18  Martin Jambor  <mjambor@suse.cz>
9626         PR ipa/70646
9627         * ipa-inline.h (condition): New field size.
9628         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
9629         for comaprison and store it into the new condition.
9630         (evaluate_conditions_for_known_args): Use condition size to check
9631         access sizes for all but CHANGED conditions.
9632         (unmodified_parm_1): New parameter size_p, store access size into it.
9633         (unmodified_parm): Likewise.
9634         (unmodified_parm_or_parm_agg_item): Likewise.
9635         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
9636         (set_cond_stmt_execution_predicate): Extract access sizes and store
9637         them to conditions.
9638         (set_switch_stmt_execution_predicate): Likewise.
9639         (will_be_nonconstant_expr_predicate): Likewise.
9640         (will_be_nonconstant_predicate): Likewise.
9641         (inline_read_section): Stream condition size.
9642         (inline_write_summary): Likewise.
9644 2016-05-18  Richard Biener  <rguenther@suse.de>
9646         * tree-ssa-loop-im.c (determine_max_movement): Properly add
9647         condition cost to PHI cost instead of total_cost.
9649 2016-05-18  Martin Liska  <mliska@suse.cz>
9651         PR fortran/70856
9652         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
9653         merged variables.
9655 2016-05-18  Richard Biener  <rguenther@suse.de>
9657         * lto-streamer.h (LTO_major_version): Bump to 6.
9659 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9661         * function.c (make_split_prologue_seq, make_prologue_seq,
9662         make_epilogue_seq): New functions, factored out from...
9663         (thread_prologue_and_epilogue_insns): Here.
9665 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
9667         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
9668         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
9669         of before.  Add a comment.
9671 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
9673         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
9674         expression pointer, not pointer to the pointer.
9676 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
9678         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
9679         (avx2_pbroadcast<mode>): Add another alternative with v instead
9680         of x constraints in it, using <pbroadcast_evex_isa> isa.
9681         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
9683         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
9684         constraint x instead of v in second alternative, add avx512bw
9685         alternative.
9687         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
9688         constraint x instead of v in second alternative, add avx512bw
9689         alternative.
9691         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
9692         constraint x instead of v in second alternative, add avx512bw
9693         alternative.
9695         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
9696         avx512bw alternative.
9698 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9700         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
9701         array to 128 chars.
9702         (define_insn "*andnottf3"): Ditto.
9703         (define_insn "*<code><mode>3"/any_logic): Ditto.
9704         (define_insn "*<code>tf3"/any_logic): Ditto.
9705         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
9706         operand to block AVX-512VL insn variant emit when it is not enabled.
9708 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9710         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
9711         constraint fot SF mode.
9713 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
9714             Kirill Yukhin  <kirill.yukhin@intel.com>
9716         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
9717         modifiers.
9718         (define_insn "rsqrt14<mode>"): Ditto.
9719         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
9720         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
9721         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
9722         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
9723         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
9724         Ditto.
9725         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
9726         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
9727         * config/i386/i386.c (ix86_print_operand): Expand check for size
9728         override codes for Intel syntax.
9730 2016-05-18  Richard Biener  <rguenther@suse.de>
9732         PR tree-optimization/71168
9733         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
9734         initialization earlier.
9736 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
9738         * config/aarch64/aarch64-simd.md
9739         (aarch64_reduc_plus_internal<mode>): Rename to...
9740         (reduc_plus_scal): ...This, and remove previous implementation.
9742 2016-05-18  Richard Biener  <rguenther@suse.de>
9744         * passes.def: Put late dse and cd_dce in canonical order.
9746 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
9748         * ipa-inline-transform.c (preserve_function_body_p): Look for
9749         first non-thunk clone.
9750         (save_function_body): Save into first non-thunk.
9751         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
9752         up call stmt id.
9753         (lto_output_node): Inline thunks don't need body in every
9754         partition.
9755         * lto-streamer-in.c: Do not fixup thunk clones.
9756         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
9757         thunks.
9758         * tree-inline.c (copy_bb): Be prepared for target node to be new after
9759         folding suceeds.
9761 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
9763         PR middle-end/63586
9764         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
9765         (reassociate_bb): Call transform_add_to_multiply.
9767 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
9769         * config/aarch64/aarch64.c (all_extensions): Removed unused
9770         static variable.
9772 2016-05-17  Nathan Sidwell  <nathan@acm.org>
9774         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
9775         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
9777 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
9779         PR tree-optimization/54579
9780         PR middle-end/55299
9781         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
9783 2016-05-17  Marek Polacek  <polacek@redhat.com>
9785         PR ipa/71146
9786         * tree-inline.c (expand_call_inline): Call
9787         maybe_remove_unused_call_args.
9789 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
9791         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
9792         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
9793         * doc/md.texi (fmin@var{m}3): Likewise.
9795 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9797         * match.pd (X & C): New transformation.
9799 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9801         * match.pd (~X & Y): New transformation.
9803 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
9805         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
9806         information for new SSA_NAME.
9807         (simplify_conversion_using_ranges): Get range through get_range_info
9808         instead of get_value_range.
9810 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9812         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
9813         Remove inline assembly.
9814         (vmvn_s16): Likewise.
9815         (vmvn_s32): Likewise.
9816         (vmvn_u8): Likewise.
9817         (vmvn_u16): Likewise.
9818         (vmvn_u32): Likewise.
9819         (vmvnq_s8): Likewise.
9820         (vmvnq_s16): Likewise.
9821         (vmvnq_s32): Likewise.
9822         (vmvnq_u8): Likewise.
9823         (vmvnq_u16): Likewise.
9824         (vmvnq_u32): Likewise.
9825         (vmvn_p8): Likewise.
9826         (vmvnq_p16): Likewise.
9828 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9830         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
9831         Use builtin.
9832         (vmul_n_s16): Likewise.
9833         (vmul_n_s32): Likewise.
9834         (vmul_n_u16): Likewise.
9835         (vmul_n_u32): Likewise.
9836         (vmulq_n_f32): Likewise.
9837         (vmulq_n_f64): Likewise.
9838         (vmulq_n_s16): Likewise.
9839         (vmulq_n_s32): Likewise.
9840         (vmulq_n_u16): Likewise.
9841         (vmulq_n_u32): Likewise.
9843 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9845         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
9846         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
9848 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
9850         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
9851         to *aarch64_fma4_elt_from_dup<mode>.
9852         (*aarch64_fnma4_elt_to_128df): Rename to
9853         *aarch64_fnma4_elt_from_dup<mode>.
9854         * config/aarch64/arm_neon.h (vfma_n_f64): New.
9855         (vfms_n_f32): Likewise.
9856         (vfms_n_f64): Likewise.
9857         (vfmsq_n_f32): Likewise.
9858         (vfmsq_n_f64): Likewise.
9860 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
9862         * wide-int.h: Change fixed_wide_int_storage from class to struct.
9864 2016-05-17  Richard Biener  <rguenther@suse.de>
9866         PR tree-optimization/71132
9867         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
9868         Only add control dependences for blocks in the loop.
9869         (build_rdg): Adjust.
9870         (generate_code_for_partition): Return whether loop should
9871         be destroyed and delay that.
9872         (distribute_loop): Likewise.
9873         (pass_loop_distribution::execute): Record loops to be destroyed
9874         and perform delayed destroying of loops.
9876 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9878         PR target/70809
9879         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
9881 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9883         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
9885 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
9887         PR target/71114
9888         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
9889         insertion point for instructions generated by validize_mem.
9891 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9893         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
9894         in brackets.
9896 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
9898         * config/aarch64/aarch64.c
9899         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
9900         rather than a macro.
9902 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
9904         * doc/invoke.texi (AArch64 Options): Various updates.
9906 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
9908         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
9909         into instrumentation thunks.
9910         * cif-code.def (CIF_CHKP): New.
9912 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
9914         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
9916 2016-05-16  Martin Jambor  <mjambor@suse.cz>
9918         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
9919         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
9921 2016-05-16  Marek Polacek  <polacek@redhat.com>
9923         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
9924         commentary.
9926 2016-05-16  Martin Jambor  <mjambor@suse.cz>
9928         PR hsa/70857
9929         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
9930         the outlined kernel function.
9932 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
9934         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
9935         (ISA_HAS_DLSA): Ditto.
9937 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
9939         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
9941 2016-05-16  Nathan Sidwell  <nathan@acm.org>
9943         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
9944         (nvptx_name_replacement): Restore.  Add comment.
9945         (write_fn_proto, write_fn_proto_from_insn,
9946         nvptx_output_call_insn): Restore
9947         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
9949 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
9951         * config/aarch64/aarch64.md
9952         (add<mode>3_compareC_cconly_imm): Remove use of %w.
9953         (add<mode>3_compareC_imm): Likewise.
9954         (<optab>si3_uxtw): Split into register and immediate variants.
9955         (andsi3_compare0_uxtw): Likewise.
9956         (and<mode>3_compare0): Likewise.
9957         (and<mode>3nr_compare0): Likewise.
9958         (stack_protect_test_<mode>): Don't use %x for memory operands.
9960 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
9962         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
9964 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
9966         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
9967         Split integer shifts into shift_reg and bfm.
9968         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
9969         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
9970         (ror<mode>3_insn): Likewise.
9971         (<optab>si3_insn_uxtw): Likewise.
9972         (<optab><mode>3_insn): Change to rotate_imm.
9973         (extr<mode>5_insn_alt): Likewise.
9974         (extrsi5_insn_uxtw): Likewise.
9975         (extrsi5_insn_uxtw_alt): Likewise.
9977 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
9979         * doc/tm.texi: Regenerate.
9980         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
9981         (TARGET_INVALID_RETURN_TYPE): Remove.
9982         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
9983         TARGET_INVALID_RETURN_TYPE.
9984         * target.def (invalid_parameter_type): Remove.
9985         (invalid_return_type): Remove.
9987 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
9989         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
9990         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
9991         calls from thunk.
9992         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
9993         gimple body.
9994         (preserve_function_body_p): No need to preserve function body
9995         * cif-codes.def (CIF_THUNK): Remove.
9996         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
9998 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10000         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
10002 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10004         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
10005         for thunks.
10007 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10009         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
10010         (inline_small_functions): Do not look for function symbol when
10011         resetting caches.
10013 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
10015         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
10016         of inline thunks
10018 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10019             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10020             Jiong Wang  <jiong.wang@arm.com>
10022         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
10023         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
10024         Define __ARM_FP16_ARGS when appropriate.
10025         * config/arm/arm.c (arm_invalid_parameter_type): Remove
10026         declaration.
10027         (arm_invalid_return_type): Likewise.
10028         (TARGET_INVALID_PARAMETER_TYPE): Remove.
10029         (TARGET_INVALID_RETURN_TYPE): Remove.
10030         (aapcs_vfp_sub_candidate): Allow HFmode.
10031         (aapcs_vfp_allocate): Add comment.  Support HFmode.
10032         (aapcs_vfp_allocate_return_reg): Likewise.
10033         (struct aapcs_cp_arg_layout): Slightly reword comments for
10034         is_return_candidate and allocate_return_reg.
10035         (output_mov_vfp): Update assert.
10036         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
10037         condition.
10038         (arm_invalid_parameter_type): Remove.
10039         (amr_invalid_return_type): Remove.
10040         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
10041         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
10042         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
10044 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
10046         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
10047         * config/aarch64/arch64-protos.h
10048         (aarch64_legitimize_reload_address): Remove.
10049         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
10050         Remove.
10052 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
10054         * configure.ac: Add ACX_NONCANONICAL_HOST.
10055         * configure: Regenerate.
10056         * Makefile.in: Set host_noncanonical.
10058 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
10060         PR target/71097
10061         * config/i386/i386.md (*movtf_internal): Before register allocation,
10062         do not allow FP constants for CM_MEDIUM memory model, allow only
10063         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
10064         (*movxf_internal): Ditto.
10065         (*movdf_internal): Ditto.
10066         (*movsf_internal): Ditto.
10068 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
10070         PR rtl-optimization/67483
10071         * combine.c (make_compound_operation): Don't call extract_left_shift
10072         with negative shift amounts.
10074 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
10076         PR bootstrap/71071
10077         * fold-const.c (fold_checksum_tree): Allow modification
10078         of TYPE_ALIAS_SET during folding.
10080         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
10081         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
10082         (ix86_split_to_parts): Likewise.  Fix up formatting.
10084 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
10086         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
10087         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
10088         printf format.
10090 2016-05-13  Nathan Sidwell  <nathan@acm.org>
10092         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
10093         (nvptx_name_replacement): Delete.
10094         (write_fn_proto, write_fn_proto_from_insn,
10095         nvptx_output_call_insn): Remove nvptx_name_replacement call.
10096         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
10097         * langhooks.c (add_builtin_funcction_common): Call
10098         targetm.mangle_decl_assembler_name.
10100         * config/nvptx/nvptx.c (write_fn_proto): Handle
10101         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
10103 2016-05-13  Martin Liska  <mliska@suse.cz>
10105         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
10106         and PRIu64 in printf format.
10108 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10110         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
10111         comment.
10113 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10115         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
10116         Change --param max-completely-peeled-times to
10117         --param max-completely-peel-times in dump file printing.
10119 2016-05-13  Richard Biener  <rguenther@suse.de>
10121         PR tree-optimization/42587
10122         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
10123         (find_bswap_or_nop_1): Likewise.
10124         (bswap_replace): Likewise.
10126 2016-05-13  Martin Liska  <mliska@suse.cz>
10128         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
10129         Initialize a variable with default value.
10131 2016-05-13  Martin Liska  <mliska@suse.cz>
10133         * doc/invoke.texi: Enhance explanation of error recovery
10134         of sanitizers.
10136 2016-05-13  Martin Liska  <mliska@suse.cz>
10138         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
10139         (struct cost_pair): Change inv_expr_id (int) to inv_expr
10140         (iv_inv_expr_ent *).
10141         (struct iv_inv_expr_ent): Comment struct fields.
10142         (sort_iv_inv_expr_ent): New function.
10143         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
10144         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
10145         a hash_map between iv_inv_expr_ent and number of usages.
10146         (niter_for_exit): Fix coding style.
10147         (tree_ssa_iv_optimize_init): Use renamed variable.
10148         (determine_base_object): Fix coding style.
10149         (alloc_iv): Likewise.
10150         (find_interesting_uses_outside): Likewise.
10151         (add_candidate_1): Likewise.
10152         (add_standard_iv_candidates): Likewise.
10153         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
10154         (prepare_decl_rtl): Fix coding style.
10155         (get_address_cost): Likewise.
10156         (get_shiftadd_cost): Likewise.
10157         (force_expr_to_var_cost): Likewise.
10158         (compare_aff_trees): Likewise.
10159         (get_expr_id): Restructure the function.
10160         (get_loop_invariant_expr_id): Renamed to
10161         get_loop_invariant_expr.
10162         (get_computation_cost_at): Replace usage of inv_expr_id with
10163         inv_expr.
10164         (get_computation_cost): Likewise.
10165         (determine_group_iv_cost_generic): Likewise.
10166         (determine_group_iv_cost_address): Likewise.
10167         (iv_period): Fix coding style.
10168         (iv_elimination_compare_lt): Likewise.
10169         (may_eliminate_iv): Likewise.
10170         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
10171         inv_expr.
10172         (determine_group_iv_costs): Dump invariant expressions.
10173         (iv_ca_recount_cost): Use the newly added hash_map.
10174         (iv_ca_set_remove_invariants): Fix coding style.
10175         (iv_ca_set_add_invariants): Fix coding style.
10176         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
10177         invariants.
10178         (iv_ca_set_cp): Likewise.
10179         (iv_ca_new): Initialize the newly added hash_map and remove
10180         initialization of fields.
10181         (iv_ca_free): Delete the hash_map.
10182         (iv_ca_dump): Dump invariant expressions.
10183         (iv_ca_extend): Fix coding style.
10184         (try_add_cand_for): Likewise.
10185         (create_new_ivs): Dump information about # of avg iterations and
10186         # of used invariant expressions.
10187         (rewrite_use_compare): Fix coding style.
10188         (free_loop_data): Set default value for max_inv_expr_id.
10190 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
10192         * cse.c (rest_of_handle_cse): Use cleanup_cfg
10193         returned value cse_cfg_altered computation.
10194         (rest_of_handle_cse2): Likewise.
10195         (rest_of_handle_cse_after_global_opts): Likewise.
10197 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10199         PR target/53440
10200         * config/arm/arm.c (arm32_output_mi_thunk): New.
10201         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
10202         to split Thumb1 vs TARGET_32BIT functionality.
10203         (arm_thumb1_mi_thunk): New.
10205 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10207         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
10208         to true.
10210 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10212         PR target/71080
10213         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
10215 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
10217         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
10218         (expand_builtin_trap): Emit a regular call.
10219         (set_builtin_user_assembler_name): Remove obsolete cases.
10220         * dse.c (scan_insn): Adjust.
10221         * except.c: Include calls.h.
10222         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
10223         emit a regular call to setjmp.
10224         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
10225         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
10226         (emit_block_move_via_libcall): Delete.
10227         (block_move_fn): Delete.
10228         (init_block_move_fn): Likewise.
10229         (emit_block_move_libcall_fn): Likewise.
10230         (emit_block_op_via_libcall): New function.
10231         (set_storage_via_libcall): Tidy up and use memset builtin.
10232         (block_clear_fn): Delete.
10233         (init_block_clear_fn): Likewise.
10234         (clear_storage_libcall_fn): Likewise.
10235         (expand_assignment): Call emit_block_move_via_libcall.
10236         Do not include gt-expr.h.
10237         * expr.h (emit_block_op_via_libcall): Declare.
10238         (emit_block_copy_via_libcall): New inline function.
10239         (emit_block_move_via_libcall): Likewise.
10240         (emit_block_comp_via_libcall): Likewise.
10241         (block_clear_fn): Delete.
10242         (init_block_move_fn): Likewise.
10243         (init_block_clear_fn): Likewise.
10244         (emit_block_move_via_libcall): Likewise.
10245         (set_storage_via_libcall): Add default parameter value.
10246         * libfuncs.h (enum libfunc_index): Remove obsolete values.
10247         (abort_libfunc): Delete.
10248         (memcpy_libfunc): Likewise.
10249         (memmove_libfunc): Likewise.
10250         (memcmp_libfunc): Likewise.
10251         (memset_libfunc): Likewise.
10252         (setbits_libfunc): Likewise.
10253         (setjmp_libfunc): Likewise.
10254         (longjmp_libfunc): Likewise.
10255         (profile_function_entry_libfunc): Likewise.
10256         (profile_function_exit_libfunc): Likewise.
10257         (gcov_flush_libfunc): Likewise.
10258         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
10259         and DECL_VISIBILITY on the declaration.
10260         (init_optabs): Do not initialize obsolete libfuncs.
10261         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
10262         * tree-core.h (ECF_RET1): Define.
10263         (ECF_TM_PURE): Adjust.
10264         (ECF_TM_BUILTIN): Likewise.
10265         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
10266         (build_common_builtin_nodes): Initialize abort builtin.
10267         Add ECF_RET1 on memcpy, memmove and memset builtins.
10268         Pass final flags for alloca and alloca_with_align builtins.
10269         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
10270         obsolete builtins.
10271         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
10272         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
10273         set_storage_via_libcall and call emit_block_copy_via_libcall.
10275 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
10277         * config/i386/i386.md (*call_got_x32): Change operand 0 to
10278         DImode before it is passed to ix86_output_call_operand.
10279         (*call_value_got_x32): Ditto for operand 1.
10281 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
10283         PR rtl-optimization/70904
10284         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
10285         reload for wide mode.
10287 2016-05-12  Marek Polacek  <polacek@redhat.com>
10289         PR c/70756
10290         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
10291         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
10292         * langhooks.h (incomplete_type_error): Likewise.
10293         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
10294         parameter, pass it down to incomplete_type_error.
10295         * tree.h (size_in_bytes): New inline overload.
10296         (size_in_bytes_loc): Renamed from size_in_bytes.
10298 2016-05-12  Richard Biener  <rguenther@suse.de>
10300         PR tree-optimization/71059
10301         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
10302         nary before looking up or entering the expression into the VN
10303         hashes.
10304         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
10305         Make sure to re-use NARYs without result as inserted by
10306         phi-translation.
10308 2016-05-12  Richard Biener  <rguenther@suse.de>
10310         PR tree-optimization/71062
10311         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
10312         field.
10313         * tree-ssa-structalias.c (set_uids_in_ptset): Set
10314         vars_contains_restrict if the var is a restrict tag.
10315         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
10316         do not disambiguate pointers against it.
10317         (dump_points_to_solution): Re-structure and adjust for new
10318         vars_contains_restrict flag.
10319         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
10321 2016-05-12  Martin Liska  <mliska@suse.cz>
10323         * doc/invoke.texi: Explain connection between
10324         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
10326 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
10328         PR tree-optimization/71006
10329         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
10330         consider COND_EXPR as a mask producer.
10332 2016-05-12  Marek Polacek  <polacek@redhat.com>
10334         PR driver/71063
10335         * opts.c (common_handle_option): Detect missing argument for --help^.
10337 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10339         PR target/70830
10340         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
10341         when popping the PC and within an interrupt handler routine.
10342         Add missing tab to output of "ldmfd".
10343         (output_return_instruction): Output LDMFD with SP update rather
10344         than POP when returning from interrupt handler.
10346 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
10348         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
10349         TARGET_64BIT && TARGET_AVX512DQ.
10350         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
10351         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
10352         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
10353         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
10354         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
10355         (*vec_extractv4si_zext): Add avx512dq alternative.
10356         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
10357         use v instead of x constraint in other alternatives where possible.
10359         * config/i386/sse.md (sse2_loadld): Use v instead of x
10360         constraint in alternatives 0,1,4.
10362         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
10363         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
10364         v constraints instead of x and <pinsr_evex_isa> isa attribute.
10366         PR target/71019
10367         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
10368         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
10369         is not emitted unless TARGET_AVX512BW.
10370         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
10371         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
10372         for the result operand.
10374         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
10375         constraint instead of x in avx alternatives.  Use maybe_evex instead
10376         of vex prefix.
10378         * config/i386/constraints.md (Yv): New constraint.
10379         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
10380         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
10381         * config/i386/i386.md (avx512fvecmode): New mode attr.
10382         (*pushtf): Use v constraint instead of x.
10383         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
10384         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
10385         (*absneg<mode>2): Use Yv constraint instead of x constraint.
10386         (*absnegtf2_sse): Likewise.
10387         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
10388         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
10389         avx512f alternatives.
10390         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
10392 2016-05-12  Richard Biener  <rguenther@suse.de>
10394         PR tree-optimization/71060
10395         * tree-data-ref.c (initialize_data_dependence_relation): Do not
10396         require exact match of DR_BASE_OBJECT but only matching address and
10397         type.
10399 2016-05-12  Richard Biener  <rguenther@suse.de>
10401         PR tree-optimization/70986
10402         * cfganal.c: Include cfgloop.h.
10403         (dfs_find_deadend): Prefer to take edges exiting loops.
10405 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10407         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
10408         compile and run time.
10410 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
10412         PR c/43651
10413         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
10415 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
10417         * config/i386/i386.c (legitimize_pic_address): Use
10418         copy_to_suggested_reg instead of gen_movsi.
10420 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10422         * config/rs6000/predicates.md (quad_memory_operand): Move most of
10423         the code into quad_address_p and call it to share code with
10424         vsx_quad_dform_memory_operand.
10425         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
10426         d-form support.
10427         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
10428         bit instead of being a separate word.  Split -mpower9-dform into
10429         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10430         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
10431         for the register class supporting 128-bit quad word memory offsets.
10432         (mode_supports_vsx_dform_quad): Helper function to return if the
10433         register class uses quad word memory offsets.
10434         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
10435         (rs6000_debug_reg_global): Always print if we are using LRA or not.
10436         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
10437         instructions are enabled, set up the appropriate addr_masks for
10438         128-bit types.
10439         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
10440         -mpower9-dform-scalar, instead of -mpower9-dform.
10441         (rs6000_option_override_internal): Split -mpower9-dform into two
10442         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
10443         -mpower9-dform switch sets or clears both.  If we are not using
10444         the LRA register allocator, do not enable -mpower9-dform-vector by
10445         default.  If we are using LRA, enable -mpower9-dform-vector and
10446         -mvsx-timode if it is appropriate.  Issue a warning if either
10447         -mpower9-dform-vector or -mvsx-timode are explicitly used without
10448         enabling LRA.
10449         (quad_address_offset_p): New helper function to return if the
10450         offset is legal for quad word memory instructions.
10451         (quad_address_p): New function to determin if GPR or vector
10452         register quad word memory addresses are legal.
10453         (mem_operand_gpr): Validate quad word address offsets.
10454         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
10455         d-form (register + offset) instructions.
10456         (offsettable_ok_by_alignment): Likewise.
10457         (rs6000_legitimate_offset_address_p): Likewise.
10458         (legitimate_lo_sum_address_p): Likewise.
10459         (rs6000_legitimize_address): Likewise.
10460         (rs6000_legitimize_reload_address): Add more debug statements for
10461         -mdebug=addr.
10462         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
10463         d-form instructions.
10464         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
10465         d-form instructions.  Distinguish different cases in debug
10466         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
10467         d-form instructions.
10468         (rs6000_preferred_reload_class): Likewise.
10469         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
10470         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
10471         of the ISA 2.06 indexed memory instructions.
10472         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
10473         use them to save/restore the saved vector registers instead of
10474         using Altivec instructions.
10475         (rs6000_emit_epilogue): Likewise.
10476         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
10477         (rs6000_opt_masks): Split -mpower9-dform into
10478         -mpower9-dform-scalar and -mpower9-dform-vector.
10479         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
10480         was not selected.
10481         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
10482         ISA 3.0 vector indexed memory instructions, and fold the code into
10483         the normal mov<mode> patterns.
10484         (p9_vecstore_<mode>): Likewise.
10485         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
10486         instructions.
10487         (vsx_movti_64bit): Likewise.
10488         (vsx_movti_32bit): Likewise.
10489         * config/rs6000/constraints.md (wO constraint): New constraint for
10490         ISA 3.0 vector d-form support.
10491         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
10492         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
10493         include -mpower9-dform-vector until we switch over to LRA.
10494         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
10495         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
10496         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
10497         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
10498         for -mpower9-dform and -mlra.
10499         * doc/md.texi (wO constraint): Document wO constraint.
10501 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
10503         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
10504         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
10505         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
10506         Move handling of non-insn arguments inline into the sole user:
10507         (output_trans_func): ...here.
10508         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
10509         in emitted function prototype.
10510         (output_internal_insn_latency_func): Ditto.  Simplify.
10511         (output_internal_maximal_insn_latency_func): Ditto.  Delete
10512         always-unused argument.
10513         (output_insn_latency_func): Ditto.
10514         (output_maximal_insn_latency_func): Ditto.
10516 2016-05-11  Richard Biener  <rguenther@suse.de>
10518         PR tree-optimization/71055
10519         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
10520         sth with precision not equal to access size verify we don't chop
10521         off bits.
10523 2016-05-11  Richard Biener  <rguenther@suse.de>
10525         PR debug/71057
10526         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
10527         (dwarf2out_finish): Move retry_incomplete_types call ...
10528         (dwarf2out_early_finish): ... here.
10530 2016-05-11  Richard Biener  <rguenther@suse.de>
10532         PR middle-end/71002
10533         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
10534         if the langhook insists on it.
10535         * fold-const.c (make_bit_field_ref): Add arg for the original
10536         reference and preserve its alias-set.
10537         (decode_field_reference): Take exp by reference and adjust it
10538         to the original memory reference.
10539         (optimize_bit_field_compare): Adjust callers.
10540         (fold_truth_andor_1): Likewise.
10541         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
10543 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
10545         PR middle-end/70807
10546         * cfgrtl.h (delete_insn_and_edges): Now return bool.
10547         * cfgrtl.c (delete_insn_and_edges): Likewise.
10548         * config/i386/i386.c (convert_scalars_to_vector): Remove
10549         redundant code.
10550         * cse.c (cse_insn): Compute cse_cfg_altered.
10551         (delete_trivially_dead_insns): Likewise.
10552         (cse_cc_succs): Likewise.
10553         (rest_of_handle_cse): Free dominance info if required.
10554         (rest_of_handle_cse2): Likewise.
10555         (rest_of_handle_cse_after_global_opts): Likewise.
10557 2016-05-11  Alan Modra  <amodra@gmail.com>
10559         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
10560         abi_v4_pass_in_fpr): New functions.
10561         (rs6000_function_arg_boundary): Exclude complex IBM long double
10562         from 64-bit alignment when ABI_V4.
10563         (rs6000_function_arg, rs6000_function_arg_advance_1,
10564         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
10566 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
10568         PR rtl-optimization/71028
10569         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
10570         jump with just a return in the fallthrough block if the branch
10571         block contains just a return as well.
10573 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
10575         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
10576         * match.pd ((X & Y) ^ Y): ... this.
10577         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
10578         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
10580 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
10582         * read-md.c (require_char_ws): New function.
10583         (read_string): Simplify using require_char_ws.
10584         (handle_constants): Likewise.
10585         (handle_enum): Likewise.
10586         (handle_file): Likewise.
10587         * read-md.h (require_char_ws): New declaration.
10588         * read-rtl.c (read_conditions): Simplify using require_char_ws.
10589         (read_mapping): Likewise.
10590         (read_rtx_code): Likewise.
10591         (read_nested_rtx): Likewise.
10593 2016-05-10  James Norris  <jnorris@codesourcery.com>
10595         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
10596         if offloading is enabled and -fopenacc or -fopenmp is specified.
10597         (CRTOFFLOADEND): Likewise.
10598         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
10599         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
10601 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
10603         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
10604         gotoff_operand code paths.  Use copy_to_suggested_regs and
10605         expand_simple_binop where appropriate.  Cleanup.
10607 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10609         PR target/70799
10610         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
10611         integer constants.
10612         (dimode_scalar_chain::vector_const_cost): New.
10613         (dimode_scalar_chain::compute_convert_gain): Handle constants.
10614         (dimode_scalar_chain::convert_op): Likewise.
10615         (dimode_scalar_chain::convert_insn): Likewise.
10617 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
10619         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
10620         unary operation, not a binary one.
10622 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10624         PR middle-end/70877
10625         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
10626         calls with type casted fndecl.
10628 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
10630         PR tree-optimization/70786
10631         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
10632         * calls.c (initialize_argument_information): Bind bounds
10633         with corresponding args passed by reference.
10635 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
10637         PR target/70927
10638         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
10639         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
10640         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
10641         accordingly.
10643 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10645         PR target/70963
10646         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
10647         code for a zero scale factor.
10648         (vsx_xvcvdpuxds_scale): Likewise.
10650 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
10652         * diagnostic-show-locus.c (layout::layout): Call show_ruler
10653         if show_ruler_p was set on the context.
10654         (layout::show_ruler): New method.
10655         * diagnostic.h (struct diagnostic_context): Add field
10656         "show_ruler_p".
10658 2016-05-10  Richard Biener  <rguenther@suse.de>
10660         PR tree-optimization/71039
10661         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
10662         (chk_uses): New function.
10663         (propagate_with_phi): Verify we can safely replicate the lhs of an
10664         aggregate assignment on all incoming edges.
10666 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
10668         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
10669         Forward declare.
10670         (rx_atomic_sequence): New class.
10671         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
10672         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
10673         non-inline.
10674         (rx_atomic_sequence::rx_atomic_sequence,
10675         rx_atomic_sequence::~rx_atomic_sequence): New functions.
10676         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
10677         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
10678         CTRLREG_INTB): New constants.
10679         (FETCHOP): New code iterator.
10680         (fethcop_name, fetchop_name2): New iterator code attributes.
10681         (QIHI): New mode iterator.
10682         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
10683         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
10684         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
10686 2016-05-10  Martin Liska  <mliska@suse.cz>
10688         * tree-inline.c (remap_dependence_clique): Do not remap
10689         debugging statements.
10691 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10693         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
10694         ("*fixuns_truncdfdi2_z13")
10695         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
10696         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
10697         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
10699 2016-05-10  Richard Biener  <rguenther@suse.de>
10701         PR tree-optimization/70497
10702         PR tree-optimization/28367
10703         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
10704         split out from ...
10705         (visit_reference_op_load): ... here.
10706         (vn_reference_lookup_3): Use it to handle subreg-like accesses
10707         with simplified BIT_FIELD_REFs.
10708         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
10709         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
10710         correctly.
10712 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
10714         * dwarf2out.c (add_abstract_origin_attribute): Adjust
10715         documentation comment.  For BLOCK nodes, add a
10716         DW_AT_abstract_origin attribute that points to the DIE generated
10717         for the origin BLOCK.
10718         (gen_lexical_block_die): Call add_abstract_origin_attribute for
10719         blocks from inlined functions.
10721 2016-05-10  Alan Modra  <amodra@gmail.com>
10723         PR target/70947
10724         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
10725         regrename modifying insns saving lr before __morestack call.
10726         * config/rs6000/rs6000.md (split_stack_return): Similarly for
10727         insns restoring lr after __morestack call.
10729 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
10731         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
10732         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
10733         expanders.
10734         * config/i386/sse.md (vec_interleave_high<mode>,
10735         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
10736         <avx512>_vpermt2var<mode>3_maskz): Likewise.
10738 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10740         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
10741         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
10742         parallel reassociation for power8 and forward.
10744 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
10746         * config/i386/i386.md (absneg splitters with general regs): Use
10747         general_reg_operand predicate.
10748         (btsq peephole2): Use x86_64_immediate_operand to check if new
10749         value is suitable for immediate operand.  Generate emitted insn
10750         using RTL expressions.
10751         (btcq peephole2): Ditto.
10752         (btrq peephole2): Ditto.  Generate correct immediate operand
10753         for AND masking.
10755 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
10757         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
10758         bitpos.
10760 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
10762         * tree-affine.c (wide_int_constant_multiple_p): Add missing
10763         pointer dereference.
10765 2016-05-09  Richard Biener  <rguenther@suse.de>
10767         PR tree-optimization/70985
10768         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
10769         op0 isn't a gimple register.
10771 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
10773         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
10774         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
10775         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
10776         (i6400_fpu_mult): New cpu units.
10777         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
10778         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
10779         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
10780         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
10781         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
10782         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
10783         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
10784         (i6400_msa_long_float4, i6400_msa_long_float5)
10785         (i6400_msa_long_float8, i6400_msa_fdiv_df)
10786         (i6400_msa_fdiv_sf): New reservations.
10787         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
10788         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
10789         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
10790         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
10791         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
10792         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
10793         (msa_short_cmp, msa_short_float2, msa_short_logic3)
10794         (msa_short_store4, msa_long_load, msa_short_store)
10795         (msa_long_logic, msa_long_float2, msa_long_float4)
10796         (msa_long_float5, msa_long_float8, msa_long_mult)
10797         (msa_long_fdiv, msa_long_div): New reservations.
10799 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
10800             Sameera Deshpande  <sameera.deshpande@imgtec.com>
10801             Matthew Fortune  <matthew.fortune@imgtec.com>
10802             Graham Stott  <graham.stott@imgtec.com>
10803             Chao-ying Fu  <chao-ying.fu@imgtec.com>
10805         * config.gcc: Add MSA header file for mips*-*-* target.
10806         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
10807         (Ubv8i, Urv8):  New constraints.
10808         * config/mips/mips-ftypes.def: Add function types for MSA
10809         builtins.
10810         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
10811         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
10812         * config/mips/mips-msa.md: New file.
10813         * config/mips/mips-protos.h
10814         (mips_split_128bit_const_insns): New prototype.
10815         (mips_msa_idiv_insns): Likewise.
10816         (mips_split_128bit_move): Likewise.
10817         (mips_split_128bit_move_p): Likewise.
10818         (mips_split_msa_copy_d): Likewise.
10819         (mips_split_msa_insert_d): Likewise.
10820         (mips_split_msa_fill_d): Likewise.
10821         (mips_expand_msa_branch): Likewise.
10822         (mips_const_vector_same_val_p): Likewise.
10823         (mips_const_vector_same_bytes_p): Likewise.
10824         (mips_const_vector_same_int_p): Likewise.
10825         (mips_const_vector_shuffle_set_p): Likewise.
10826         (mips_const_vector_bitimm_set_p): Likewise.
10827         (mips_const_vector_bitimm_clr_p): Likewise.
10828         (mips_msa_vec_parallel_const_half): Likewise.
10829         (mips_msa_output_division): Likewise.
10830         (mips_ldst_scaled_shift): Likewise.
10831         (mips_expand_vec_cond_expr): Likewise.
10832         * config/mips/mips.c (enum mips_builtin_type): Add
10833         MIPS_BUILTIN_MSA_TEST_BRANCH.
10834         (mips_gen_const_int_vector_shuffle): New prototype.
10835         (mips_const_vector_bitimm_set_p): New function.
10836         (mips_const_vector_bitimm_clr_p): Likewise.
10837         (mips_const_vector_same_val_p): Likewise.
10838         (mips_const_vector_same_bytes_p): Likewise.
10839         (mips_const_vector_same_int_p): Likewise.
10840         (mips_const_vector_shuffle_set_p): Likewise.
10841         (mips_symbol_insns): Forbid loading symbols via immediate for
10842         MSA.
10843         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
10844         stores.
10845         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
10846         MSA.
10847         (mips_lx_address_p): Add support load indexed address for MSA.
10848         (mips_address_insns): Add calculation of instructions needed for
10849         stores and loads for MSA.
10850         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
10851         CONST_VECTOR for MSA and let it fall through.
10852         (mips_ldst_scaled_shift): New function.
10853         (mips_subword_at_byte): Likewise.
10854         (mips_msa_idiv_insns): Likewise.
10855         (mips_legitimize_move): Validate MSA moves.
10856         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
10857         calculation of costs for MSA division.
10858         (mips_split_move_p): Check if MSA moves need splitting.
10859         (mips_split_move): Split MSA moves if necessary.
10860         (mips_split_128bit_move_p): New function.
10861         (mips_split_128bit_move): Likewise.
10862         (mips_split_msa_copy_d): Likewise.
10863         (mips_split_msa_insert_d): Likewise.
10864         (mips_split_msa_fill_d): Likewise.
10865         (mips_output_move): Handle MSA moves.
10866         (mips_expand_msa_branch): New function.
10867         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
10868         Reinstate 'y' modifier.
10869         (mips_file_start): Add MSA .gnu_attribute.
10870         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
10871         FPRs.
10872         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
10873         (mips_class_max_nregs): Add register size for MSA supported mode.
10874         (mips_cannot_change_mode_class): Allow conversion between MSA
10875         vector modes and TImode.
10876         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
10877         instruction.
10878         (mips_secondary_reload_class): Force MSA loads/stores via memory.
10879         (mips_preferred_simd_mode): Add preffered modes for MSA.
10880         (mips_vector_mode_supported_p): Add MSA supported modes.
10881         (mips_autovectorize_vector_sizes): New function.
10882         (mips_msa_output_division): Likewise.
10883         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
10884         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
10885         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
10886         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
10887         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
10888         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
10889         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
10890         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
10891         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
10892         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
10893         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
10894         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
10895         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
10896         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
10897         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
10898         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
10899         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
10900         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
10901         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
10902         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
10903         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
10904         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
10905         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
10906         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
10907         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
10908         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
10909         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
10910         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
10911         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
10912         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
10913         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
10914         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
10915         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
10916         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
10917         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
10918         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
10919         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
10920         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
10921         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
10922         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
10923         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
10924         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
10925         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
10926         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
10927         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
10928         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
10929         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
10930         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
10931         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
10932         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
10933         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
10934         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
10935         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
10936         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
10937         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
10938         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
10939         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
10940         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
10941         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
10942         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
10943         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
10944         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
10945         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
10946         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
10947         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
10948         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
10949         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
10950         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
10951         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
10952         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
10953         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
10954         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
10955         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
10956         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
10957         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
10958         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
10959         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
10960         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
10961         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
10962         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
10963         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
10964         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
10965         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
10966         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
10967         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
10968         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
10969         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
10970         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
10971         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
10972         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
10973         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
10974         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
10975         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
10976         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
10977         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
10978         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
10979         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
10980         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
10981         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
10982         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
10983         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
10984         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
10985         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
10986         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
10987         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
10988         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
10989         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
10990         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
10991         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
10992         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
10993         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
10994         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
10995         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
10996         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
10997         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
10998         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
10999         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
11000         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
11001         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
11002         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
11003         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
11004         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
11005         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
11006         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
11007         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
11008         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
11009         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
11010         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
11011         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
11012         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
11013         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
11014         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
11015         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
11016         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
11017         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
11018         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
11019         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
11020         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
11021         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
11022         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
11023         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
11024         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
11025         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
11026         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
11027         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
11028         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
11029         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
11030         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
11031         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
11032         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
11033         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
11034         move_v builtins.
11035         (mips_get_builtin_decl_index): New array.
11036         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
11037         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
11038         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
11039         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
11040         (mips_init_builtins): Initialize mips_get_builtin_decl_index
11041         array.
11042         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
11043         hook.
11044         (mips_expand_builtin_insn): Prepare operands for
11045         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
11046         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
11047         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
11048         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
11049         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
11050         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
11051         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
11052         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
11053         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
11054         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
11055         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
11056         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
11057         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
11058         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
11059         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
11060         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
11061         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
11062         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
11063         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
11064         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
11065         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
11066         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
11067         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
11068         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
11069         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
11070         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
11071         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
11072         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
11073         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
11074         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
11075         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
11076         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
11077         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
11078         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
11079         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
11080         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
11081         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
11082         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
11083         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
11084         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
11085         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
11086         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
11087         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
11088         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
11089         These are set implicitly and an error is reported if overridden.
11090         (mips_expand_builtin_msa_test_branch): New function.
11091         (mips_expand_msa_shuffle): Likewise.
11092         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
11093         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
11094         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
11095         (mips_expand_vec_unpack): Add support for MSA.
11096         (mips_expand_vector_init): Likewise.
11097         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
11098         instead of const0_rtx.
11099         (mips_msa_vec_parallel_const_half): New function.
11100         (mips_gen_const_int_vector): Likewise.
11101         (mips_gen_const_int_vector_shuffle): Likewise.
11102         (mips_expand_msa_cmp): Likewise.
11103         (mips_expand_vec_cond_expr): Likewise.
11104         * config/mips/mips.h
11105         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
11106         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
11107         specified.
11108         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
11109         (ISA_HAS_MSA): New macro.
11110         (UNITS_PER_MSA_REG): Likewise.
11111         (BITS_PER_MSA_REG): Likewise.
11112         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
11113         (MSA_REG_FIRST): New macro.
11114         (MSA_REG_LAST): Likewise.
11115         (MSA_REG_NUM): Likewise.
11116         (MSA_REG_P): Likewise.
11117         (MSA_REG_RTX_P): Likewise.
11118         (MSA_SUPPORTED_MODE_P): Likewise.
11119         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
11120         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
11121         * config/mips/mips.md: Include mips-msa.md.
11122         (alu_type): Add simd_add.
11123         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
11124         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
11125         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
11126         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
11127         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
11128         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
11129         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
11130         simd_move, simd_load, simd_store.  Choose "multi" for moves
11131         for "qword_mode".
11132         (qword_mode): New attribute.
11133         (insn_count): Add instruction count for quad moves.
11134         Increase the count for MIPS SIMD division.
11135         (UNITMODE): Add UNITMODEs for vector types.
11136         (addsub): New code iterator.
11137         * config/mips/mips.opt (mmsa): New option.
11138         * config/mips/msa.h: New file.
11139         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
11140         specified.
11141         * config/mips/mti-linux.h: Likewise.
11142         * config/mips/predicates.md
11143         (const_msa_branch_operand): New constraint.
11144         (const_uimm3_operand): Likewise.
11145         (const_uimm4_operand): Likewise.
11146         (const_uimm5_operand): Likewise.
11147         (const_uimm8_operand): Likewise.
11148         (const_imm5_operand): Likewise.
11149         (aq10b_operand): Likewise.
11150         (aq10h_operand): Likewise.
11151         (aq10w_operand): Likewise.
11152         (aq10d_operand): Likewise.
11153         (const_m1_operand): Likewise.
11154         (reg_or_m1_operand): Likewise.
11155         (const_exp_2_operand): Likewise.
11156         (const_exp_4_operand): Likewise.
11157         (const_exp_8_operand): Likewise.
11158         (const_exp_16_operand): Likewise.
11159         (const_vector_same_val_operand): Likewise.
11160         (const_vector_same_simm5_operand): Likewise.
11161         (const_vector_same_uimm5_operand): Likewise.
11162         (const_vector_same_uimm6_operand): Likewise.
11163         (const_vector_same_uimm8_operand): Likewise.
11164         (par_const_vector_shf_set_operand): Likewise.
11165         (reg_or_vector_same_val_operand): Likewise.
11166         (reg_or_vector_same_simm5_operand): Likewise.
11167         (reg_or_vector_same_uimm6_operand): Likewise.
11168         * doc/extend.texi (MIPS SIMD Architecture Functions): New
11169         section.
11170         * doc/invoke.texi (-mmsa): Document new option.
11172 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11174         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
11175         * configure: Regenerate.
11176         * config.in: Regenerate.
11177         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
11178         on -fvtable-verify.
11179         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
11180         (ENDFILE_VTV_SPEC): Define.
11182 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
11184         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
11185         registers in all interrupt handlers if necessary.
11186         (rl78_option_override): Add warning.
11187         (MUST_SAVE_MDUC_REGISTERS): New macro.
11188         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
11189         * config/rl78/rl78.c (check_mduc_usage): New function.
11190         (mduc_regs): New structure to hold MDUC register data.
11191         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
11192         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
11193         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
11194         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
11195         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
11196         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
11198 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
11200         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
11201         (tree-ssa-loop-niter.h): Ditto.
11202         (idx_within_array_bound, ref_within_array_bound): New functions.
11203         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
11204         Factor out check on writable base object to ...
11205         (base_object_writable): ... here.
11207 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11209         * config/arm/arm.md (probe_stack): Add modes to set source
11210         and destination.
11212 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
11214         * regrename.c (base_reg_class_for_rename): New static function.
11215         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
11217 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
11219         * cgraph.c (thunk_adjust): Export.
11220         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
11221         * cgraphunit.c (thunk_adjust): Export.
11222         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
11223         thunks.
11224         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
11225         inlinable.
11226         * tree-inline.c (expand_call_inline): Expand thunks inline.
11228 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
11230         PR target/70998
11231         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
11232         (*sse2_vd_cvtss2sd): Ditto.
11233         * config/i386/i386.md
11234         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
11235         Generate *sse2_vd_cvtsd2ss pattern.
11236         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
11237         Generate *sse2_vd_cvtss2sd pattern.
11239 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
11241         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
11242         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
11243         users.
11245 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
11247         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
11248         * config/sh/sh.c: Define and declare variables on first use throughout
11249         the file.
11250         (current_function_interrupt): Change to bool type.
11251         (frame_insn): Rename to emit_frame_insn and update users.
11252         (push_regs): Use bool for 'interrupt_handler' argument.
11253         (save_schedule_s): Remove.
11254         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
11255         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
11256         targetm.asm_out.unaligned_op.di.
11257         (gen_far_branch): Remove redundant forward declaration.
11258         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
11259         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
11260         (sh_set_return_address, sh_function_ok_for_sibcall,
11261         scavenge_reg): Update comments.
11262         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
11263         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
11264         (sh_attr_renesas_p): Remove unnecessary parentheses.
11265         (branch_dest): Simplify.
11266         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
11267         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
11268         (CUMULATIVE_ARGS): Change macro to typedef.
11269         (current_function_interrupt): Change to bool type.
11270         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
11271         Surround with __cplusplus ifdef.
11272         (sh_compare_op0, sh_compare_op1): Remove.
11273         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
11275 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
11277         * config/arm/arm.md: (arch): Add neon.
11278         (arch_enabled): Return yes for arch neon when TARGET_NEON.
11279         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
11280         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
11281         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
11282         attributes for alt renumbering.  Mark alt 3 as non-predicable.
11283         (thumb2_movdf_vfp): Likewise.
11285 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
11287         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
11288         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
11289         (*andqi_1): Add preferred_for_speed attribute to disparage
11290         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
11291         (*<code>qi_1): Ditto.
11292         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
11293         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
11294         (*ashlqi3_1): Ditto.
11295         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
11296         Add preferred_for_size attribute to disparage alternative 0 and
11297         preferred_for_speed attribute to disparage alternative 1 for
11298         TARGET_PARTIAL_REG_STALL targets.
11300 2016-05-07  Tom de Vries  <tom@codesourcery.com>
11302         PR tree-optimization/70956
11303         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
11304         def.
11306 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
11308         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
11309         * config/sh/sh.c (sh_cbranch_distance): Implement it.
11310         * config/sh/sh.md (branch_zero): Remove define_attr.
11311         (define_delay): Disable delay slot if branch distance is one insn.
11313 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11315         * config/i386/i386.md (LEAMODE): New mode attribute.
11316         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
11317         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
11318         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
11319         operand 2 predicate.
11320         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
11321         (*lea<mode>_general_3): Ditto.
11322         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
11324 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
11326         * genmddump.c (main): Convert argv from char ** to const char **.
11328 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11330         * coretypes.h (OVERRIDE): New macro.
11331         (FINAL): New macro.
11333 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
11335         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
11336         allow coalescing if the types are compatible.
11338 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11340         * pass_manager.h (pass_manager::register_pass_name): New method.
11341         (pass_manager::get_pass_by_name): New method.
11342         (pass_manager::create_pass_tab): New method.
11343         (pass_manager::m_name_to_pass_map): New field.
11344         * passes.c (name_to_pass_map): Delete global in favor of field
11345         "m_name_to_pass_map" of pass_manager.
11346         (register_pass_name): Rename from a function to...
11347         (pass_manager::register_pass_name): ...this method, updating
11348         for renaming of global "name_to_pass_map" to field
11349         "m_name_to_pass_map".
11350         (create_pass_tab): Rename from a function to...
11351         (pass_manager::create_pass_tab): ...this method, updating
11352         for renaming of global "name_to_pass_map" to field.
11353         (get_pass_by_name): Rename from a function to...
11354         (pass_manager::get_pass_by_name): ...this method.
11355         (enable_disable_pass): Convert use of get_pass_by_name to
11356         a method call, locating the pass_manager singleton.
11358 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
11360         * genattr-common.c (main): Convert argv from char ** to const char **.
11361         * genattr.c (main): Likewise.
11362         * genattrtab.c (main): Likewise.
11363         * genautomata.c (initiate_automaton_gen): Likewise.
11364         (main): Likewise.
11365         * gencodes.c (main): Likewise.
11366         * genconditions.c (main): Likewise.
11367         * genconfig.c (main): Likewise.
11368         * genconstants.c (main): Likewise.
11369         * genemit.c (main): Likewise.
11370         * genenums.c (main): Likewise.
11371         * genextract.c (main): Likewise.
11372         * genflags.c (main): Likewise.
11373         * genmddeps.c (main): Likewise.
11374         * genopinit.c (main): Likewise.
11375         * genoutput.c (main): Likewise.
11376         * genpeep.c (main): Likewise.
11377         * genpreds.c (main): Likewise.
11378         * genrecog.c (main): Likewise.
11379         * gensupport.c (init_rtx_reader_args_cb): Likewise.
11380         (init_rtx_reader_args): Likewise.
11381         * gensupport.h (init_rtx_reader_args_cb): Likewise.
11382         (init_rtx_reader_args): Likewise.
11383         * gentarget-def.c (main): Likewise.
11384         * read-md.c (read_md_files): Likewise.
11385         * read-md.h (read_md_files): Likewise.
11387 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11389         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
11390         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
11391         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
11392         Remove unused predicate.
11393         (register_and_not_fp_reg_operand): Ditto.
11395 2016-05-06  Martin Liska  <mliska@suse.cz>
11397         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
11398         instead of vec as the vector is local to the function.
11400 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
11402         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
11403         avx512bw alternative.
11405         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
11406         before the ashr<mode>3 pattern.
11408         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
11409         v instead of x in vex or maybe_vex alternatives, use
11410         maybe_evex instead of vex in prefix.
11412         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
11413         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
11414         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
11415         in vex or maybe_vex alternatives, use maybe_evex instead of vex
11416         in prefix.
11418         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
11419         v instead of x in vex or maybe_vex alternatives, use
11420         maybe_evex instead of vex in prefix.
11422         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
11423         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
11424         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
11425         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
11426         alternatives, use maybe_evex instead of vex in prefix.
11428         * config/i386/sse.md (vec_interleave_lowv4sf,
11429         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
11430         v instead of x in vex or maybe_vex alternatives, use
11431         maybe_evex instead of vex in prefix.
11433         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
11434         v instead of x in vex or maybe_vex alternatives, use
11435         maybe_evex instead of vex in prefix.
11437         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
11438         v constraint instead of x.
11440 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
11442         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
11443         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
11444         equality first.
11446 2016-05-06  Richard Biener  <rguenther@suse.de>
11448         PR tree-optimization/70948
11449         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
11450         Properly clobber all fields of va_list for __builtin_va_start.
11452 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
11454         PR debug/70935
11455         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
11456         loop latch destination.
11458 2016-05-06  Martin Liska  <mliska@suse.cz>
11460         * tree-ssa-uninit.c: Apply manual changes
11461         to the GNU coding style.
11462         (prune_uninit_phi_opnds): Rename from
11463         prune_uninit_phi_opnds_in_unrealizable_paths.
11465 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11467         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
11468         mspace): Remove deprecated options.
11469         * doc/invoke.texi (SH options): Remove -mspace.
11471 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11473         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
11475 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11477         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
11478         corresponding combine split pattern.
11480 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11482         PR target/58219
11483         * config/sh/predicates.md (long_displacement_mem_operand): New.
11484         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
11485         Add movi20, movi20s alternatives.  Adjust length attribute for
11486         alternatives.
11487         (movsi_ie): Allow for any FPU.  Adjust length attribute for
11488         alternatives.
11489         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
11490         attribute for alternatives.
11491         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
11492         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
11493         length attribute for alternatives.
11495 2016-05-06  Richard Biener  <rguenther@suse.de>
11497         PR tree-optimization/70960
11498         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
11500 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11502         PR target/52933
11503         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
11504         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
11506 2016-05-06  Marek Polacek  <polacek@redhat.com>
11508         PR sanitizer/70875
11509         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
11511 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
11513         PR target/54089
11514         * config/sh/sh.md (*rotcr): Add another variant.
11516 2016-05-06  Richard Biener  <rguenther@suse.de>
11518         PR middle-end/70931
11519         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
11521 2016-05-06  Richard Biener  <rguenther@suse.de>
11523         PR middle-end/70941
11524         * fold-const.c (split_tree): Always convert to the original type
11525         before negating.
11527 2016-05-06  Richard Biener  <rguenther@suse.de>
11529         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
11530         (fwprop_addr): Likewise.
11532 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
11534         PR target/70873
11535         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
11536         New prototype.
11537         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
11538         * config/i386/i386.md (push mem splitter): Use find_constant_src in
11539         the splitter condition.
11540         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
11541         the splitter condition.
11542         (FP float_extend load splitter): Ditto.
11544 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
11546         * config/i386/i386.md (peehole2 patterns): Change true_regnum
11547         to REGNO in all peephole2 patterns.
11548         (post-reload splitters): Change true_regnum to REGNO in
11549         post-reload splitters.
11550         (zero_extend splitters): Use general_reg_operand and
11551         nonimmediate_gr_operand predicates.
11553 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
11555         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
11556         v constraint instead of x.
11558 2016-05-05  Alan Modra  <amodra@gmail.com>
11560         PR target/68662
11561         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
11562         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
11563         TARGET_NO_FP_IN_TOC for -mrelocatable.
11564         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
11565         TARGET_RELOCATABLE test.
11566         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11567         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11568         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11569         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11570         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11571         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
11572         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
11573         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
11574         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
11575         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
11576         Likewise.
11577         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
11578         (rs6000_stack_info): Likewise.
11579         (rs6000_elf_asm_out_constructor): Likewise.
11580         (rs6000_elf_asm_out_destructor): Likewise.
11581         (rs6000_elf_declare_function_name): Likewise.
11582         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
11583         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
11584         Don't define.
11586 2016-05-05  Alan Modra  <amodra@gmail.com>
11588         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
11590 2016-05-05  Alan Modra  <amodra@gmail.com>
11592         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
11593         out-of-line gpr restore for one or two regs if that would add
11594         a save of lr.
11596 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
11598         PR target/70873
11599         * config/i386/i386.md
11600         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
11601         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
11602         as operand 0 predicate.
11603         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
11604         Ditto.
11605         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
11606         Ditto.  Emit the pattern using RTX.
11608         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
11609         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
11610         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
11611         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
11612         Ditto.
11613         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
11614         sse_reg_operand as operand 0 predicate.
11616         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
11617         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
11618         instead of gen_rtx_REG.
11619         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
11620         Ditto.
11622 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11624         * function.c (emit_use_return_register_into_block): Delete.
11625         (gen_return_pattern): Delete.
11626         (emit_return_into_block): Delete.
11627         (active_insn_between): Delete.
11628         (convert_jumps_to_returns): Delete.
11629         (emit_return_for_exit): Delete.
11630         (thread_prologue_and_epilogue_insns): Delete all code dealing with
11631         simple_return for shrink-wrapped blocks.
11632         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
11633         end of blocks that need one.
11634         (get_unconverted_simple_return): Delete.
11635         (convert_to_simple_return): Delete.
11636         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
11637         (convert_to_simple_return): Ditto.
11639 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11641         * cfgcleanup.c (bb_is_just_return): New function.
11642         (try_optimize_cfg): Simplify jumps to return, branches to return,
11643         and branches around return.
11645 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
11647         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
11648         branch to a return.
11650 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
11652         PR c++/70906
11653         PR c++/70933
11654         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
11655         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
11656         assert flags & OEP_HASH_CHECK, instead of asserting it
11657         never happens.  Handle TARGET_EXPR.
11658         * fold-const.c (operand_equal_p): For hash verification,
11659         or in OEP_HASH_CHECK into flags.
11661 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
11663         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
11664         comment.
11665         (compute_samebase_partition_bases): Fix typo.
11667 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
11669         * config/i386/sse.md (vec_interleave_highv8sf,
11670         vec_interleave_lowv8sf, vec_interleave_highv4df,
11671         vec_interleave_lowv4df): Remove constraints from expanders.
11673         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
11675 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
11677         * tree-inline.c (expand_call_inline): Fix path dealing with
11678         making lhs of call statement undefined.
11680 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
11682         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
11683         Check availability on NODE, too.
11684         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
11685         (cgraph_node::call_for_symbol_and_aliases): Likewise.
11686         (varpool_node::call_for_symbol_and_aliase): Likewise.
11687         * ipa-pure-const.c (add_new_function): Analyze all bodies.
11688         (propagate_pure_const): Propagate across interposable functions, too.
11689         (skip_function_for_local_pure_const): Do not skip interposable bodies
11690         with aliases.
11691         (pass_local_pure_const::execute): Update.
11693 2016-05-04  Marek Polacek  <polacek@redhat.com>
11695         * doc/invoke.texi: Document -Wdangling-else.
11697 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11699         * config.gcc: Error out when conflicting multilib is detected.  Do not
11700         loop over multilibs since no combination is legal.
11702 2016-05-04  Alan Modra  <amodra@gmail.com>
11704         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
11705         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
11706         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
11707         Align .toc.
11709 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
11711         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
11712         Clean up p5600 comments.
11714 2016-05-04  Richard Biener  <rguenther@suse.de>
11716         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
11717         constructor simplifications.
11718         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
11720 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
11722         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
11723         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
11724         result.set_rtx is null instead of aborting.
11725         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
11726         Always enable.
11727         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
11728         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
11729         *mov<mode>_store_postinc): New patterns.
11731 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
11733         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
11734         as commutative.  Check both conversions are NOP.
11735         ((A & B) OP (C & B)): Remove.
11737 2016-05-04  Alan Modra  <amodra@gmail.com>
11739         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
11741 2016-05-04  Alan Modra  <amodra@gmail.com>
11743         PR target/70866
11744         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
11745         when cr2,3,4 are all fixed regs.
11747 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
11749         PR rtl-optimization/57193
11750         * opts.c (default_options_table): Revert OPT_frename_registers change.
11751         * doc/invoke.texi (-frename-registers, -O2): Likewise.
11753 2016-05-03  Martin Sebor  <msebor@redhat.com>
11755         PR c++/66561
11756         * builtins.c (fold_builtin_FILE): New function.
11757         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
11758         (fold_builtin_0): Call them.
11759         * gimplify.c (gimplify_call_expr): Remove the handling of
11760         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
11762         PR c++/66561
11763         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
11764         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
11765         constants.
11767         PR c++/66639
11768         * doc/extend.texi (Function Names as Strings): Update __func__,
11769         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
11770         constants.
11772 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11773             Richard Biener  <rguenther@suse.de>
11775         PR tree-optimization/70916
11776         * tree-if-conv.c: Include cfganal.h.
11777         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
11778         and remove_fake_exit_edges around the optimization pass.
11780 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
11782         * cgraph.c (symbol_table::create_edge): Set inline_failed.
11783         (cgraph_edge::make_direct): Likewise.
11784         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
11785         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
11786         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
11787         (CIF_THUNK): New code.
11788         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
11789         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
11790         (compute_inline_parameters): Set inline_failed for thunks.
11791         (inline_analyze_function): Cleanup.
11792         * ipa-inline.c (can_inline_edge_p): Do not deal with
11793         call_stmt_cannot_inline_p.
11794         (can_early_inline_edge_p): Likewise.
11795         (early_inliner): Initialize inline_failed.
11796         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
11798 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
11800         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
11801         from nonimm_ssenomem_operand.
11802         (nonimm_ssenomem_operand): New predicate.
11803         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
11804         as operand 0 predicate.
11805         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
11806         Disable unsupported alternatives using "enabled" attribute.
11807         Use register_ssemem_operand as operand 0 predicate.
11808         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
11810 2016-05-03  Marek Polacek  <polacek@redhat.com>
11812         PR c/70859
11813         * input.c (expansion_point_location): New function.
11814         * input.h (expansion_point_location): Declare.
11816 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11818         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
11819         occurence with frame_offset_ ones.
11821 2016-05-03  Alan Modra  <amodra@gmail.com>
11823         PR rtl-optimization/70890
11824         * ira.c (combine_and_move_insns): When moving def_insn, remove
11825         equivs on use_insn.
11827 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11829         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
11830         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
11831         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
11832         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
11834 2016-05-03  Alan Modra  <amodra@gmail.com>
11836         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
11837         for SAVE_MULTIPLE/STORE_MULTIPLE.
11839 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11841         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
11842         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
11844 2016-05-03  Richard Biener  <rguenther@suse.de>
11846         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
11847         default true.
11848         (gimplify_arg): Likewise.
11849         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
11850         re-writing the result to a decl if required.
11851         (internal_get_tmp_var): Add allow_ssa parameter
11852         and override into_ssa with it.
11853         (get_formal_tmp_var): Adjust.
11854         (get_initialized_tmp_var): Add allow_ssa parameter.
11855         (gimplify_arg): Add allow_ssa parameter and avoid generating
11856         SSA names for the result false.
11857         (gimplify_call_expr): If the call may return twice do not
11858         gimplify parameters into SSA.
11859         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
11860         (gimplify_modify_expr): Adjust assert.  For noreturn calls
11861         with a SSA name LHS adjust its def.
11862         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
11863         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
11864         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
11865         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
11866         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
11867         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
11868         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
11869         (optimize_target_teams): Do not allow SSA names for clause operands.
11870         (gimplify_expr): Likewise for where we mark the result addressable.
11871         * passes.def (pass_init_datastructures): Remove.
11872         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
11873         (rewrite_stmt): Likewise.
11874         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
11875         (replace_locals_op): Replace SSA names.
11876         (copy_gimple_seq_and_replace_locals): Init src_cfun.
11877         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
11878         * cgraph.c (release_function_body): Free CFG annotations only
11879         when we have a CFG.  Simplify.
11880         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
11881         force_gimple_operand instead of get_initialized_tmp_var.
11882         * tree-pass.h (make_pass_init_datastructures): Remove.
11883         * tree-ssa.c (execute_init_datastructures): Remove.
11884         (pass_data_init_datastructures): Likewise.
11885         (class pass_init_datastructures): Likewise.
11886         (make_pass_init_datastructures): Likewise.
11887         * omp-low.c (create_omp_child_function): Init SSA data structures.
11888         (grid_expand_target_grid_body): Likewise.
11889         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
11890         name before adding it to names_to_release.
11891         (remove_bb): Always release SSA defs.
11892         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
11893         before dereferencing it.
11894         * cgraphunit.c (init_lowered_empty_function): Always
11895         int SSA data structures.
11896         * tree-ssanames.c (release_defs): Remove assert that we are in
11897         SSA form.
11898         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
11900 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11901             Uros Bizjak  <ubizjak@gmail.com>
11903         PR rtl-optimization/70467
11904         * config/i386/predicates.md (x86_64_hilo_int_operand,
11905         x86_64_hilo_general_operand): New predicates.
11906         * config/i386/constraints.md (Wd): New constraint.
11907         * config/i386/i386.md (mode attr di): Use Wd instead of e.
11908         (general_hilo_operand): New mode attr.
11909         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
11910         instead of <general_operand>.
11911         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
11912         x86_64_hilo_general_operand instead of <general_operand>.
11914 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
11916         PR tree-optimization/70916
11917         * tree-if-conv.c (constant_or_ssa_name): Removed.
11918         (fold_build_cond_expr): Use is_gimple_val instead of
11919         constant_or_ssa_name.
11921         PR tree-optimization/70916
11922         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
11923         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
11925         PR target/49244
11926         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
11927         (optimize_atomic_bit_test_and): New function.
11928         (pass_fold_builtins::execute): Use it.
11929         * optabs.def (atomic_bit_test_and_set_optab,
11930         atomic_bit_test_and_complement_optab,
11931         atomic_bit_test_and_reset_optab): New optabs.
11932         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
11933         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
11934         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
11935         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
11936         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
11937         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
11938         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
11939         * doc/md.texi (atomic_bit_test_and_set@var{mode},
11940         atomic_bit_test_and_complement@var{mode},
11941         atomic_bit_test_and_reset@var{mode}): Document.
11942         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
11943         atomic_bit_test_and_complement<mode>,
11944         atomic_bit_test_and_reset<mode>): New expanders.
11945         (atomic_bit_test_and_set<mode>_1,
11946         atomic_bit_test_and_complement<mode>_1,
11947         atomic_bit_test_and_reset<mode>_1): New insns.
11949 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
11951         PR rtl-optimization/70687
11952         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
11953         instead of unsigned HOST_WIDE_INT.
11955 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
11957         PR rtl-optimization/44281
11958         * hard-reg-set.h (struct target_hard_regs): New field
11959         x_fixed_nonglobal_reg_set.
11960         (fixed_nonglobal_reg_set): New macro.
11961         * reginfo.c (init_reg_sets_1): Initialize it.
11962         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
11963         of fixed_reg_set.
11964         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
11966 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
11968         PR tree-optimization/56541
11969         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
11970         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
11971         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
11972         (any_complicated_phi): new static variable.
11973         (aggressive_if_conv): delete.
11974         (if_convertible_phi_p): support phis with more than two arguments.
11975         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
11976         critical pred edges.
11977         (ifcvt_split_critical_edges): support phis with more than two
11978         arguments by checking new parameter.  only split critical edges
11979         if needed.
11980         (tree_if_conversion): handle simd pragma marked loop using new
11981         local variable aggressive_if_conv.  check any_complicated_phi.
11983 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
11985         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
11986         before using it.
11988 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
11990         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
11991         cbase.
11993 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
11995         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
11996         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
11997         define_insn_and_split.
11998         (mulsi3_i): New define_insn_and_split.
11999         (mulsi3_call): Convert to define_insn.
12000         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
12001         Remove constraints.
12003 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
12005         * machmode.h (mode_complex): Add support to give the complex mode
12006         for a given mode.
12007         (GET_MODE_COMPLEX_MODE): Likewise.
12008         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
12009         stored by build_complex_type and gfc_build_complex_type instead of
12010         trying to figure out the appropriate mode based on the size. Raise
12011         an assertion error, if the type was not set.
12012         * genmodes.c (struct mode_data): Add field for the complex type of
12013         the given type.
12014         (blank_mode): Likewise.
12015         (make_complex_modes): Remember the complex mode created in the
12016         base type.
12017         (emit_mode_complex): Write out the mode_complex array to map a
12018         type mode to the complex version.
12019         (emit_insn_modes_c): Likewise.
12020         * tree.c (build_complex_type): Set the complex type to use before
12021         calling layout_type.
12022         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
12023         support for __float128 complex datatypes.
12024         (rs6000_hard_regno_mode_ok): Likewise.
12025         (rs6000_setup_reg_addr_masks): Likewise.
12026         (rs6000_complex_function_value): Likewise.
12027         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
12028         __float128 and __ibm128 complex.
12029         (FLOAT128_IBM_P): Likewise.
12030         (ALTIVEC_ARG_MAX_RETURN): Likewise.
12031         * doc/extend.texi (Additional Floating Types): Document that
12032         -mfloat128 must be used to enable __float128.  Document complex
12033         __float128 and __ibm128 support.
12035 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
12037         PR target/49244
12038         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
12039         char/short arguments promoted to int because of promote_prototypes.
12041 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
12043         * config/i386/predicates.md (register_ssemem_operand): New predicate.
12044         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
12045         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
12046         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
12047         alternatives using "enabled" attribute.  Use register_ssemem_operand
12048         as operand 1 predicate.
12049         (*cmpi<unord>xf_i387): Split XFmode pattern from
12050         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
12051         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
12052         *absneg<mode>2_i387.  Disable unsupported alternatives using
12053         "enabled" attribute.
12054         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
12056 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
12058         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
12059         marker.
12060         (oacc_loop_process): Check mask for loop termination.
12062 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
12064         * cif-code.def (CIF_THUNK): Add.
12065         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
12066         accidental change.
12068 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
12070         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
12071         (dump_inline_summary): Dump it.
12072         (fp_expression_p): New predicate.
12073         (estimate_function_body_sizes): Use it.
12074         (inline_merge_summary): Merge fp_expressions.
12075         (inline_read_section): Read fp_expressions.
12076         (inline_write_summary): Write fp_expressions.
12077         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
12078         codegen boundary if either caller or callee is !fp_expressions.
12079         * ipa-inline.h (inline_summary): Add fp_expressions.
12080         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
12081         to fp_expressions be sure the fp generation flags are updated.
12083 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
12085         PR rtl-optimization/70467
12086         * cse.c (cse_insn): Handle no-op MEM moves after folding.
12088         PR rtl-optimization/70467
12089         * ipa-pure-const.c (check_call): Handle internal calls even in
12090         ipa mode like in local mode.
12092 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12094         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
12096 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
12098         * match.pd (X u< X, X u> X): New transformations.
12100 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
12102         * flag-types.h (enum warn_strict_overflow_code): Move ...
12103         * coretypes.h: ... here.
12104         * fold-const.h (fold_overflow_warning): Declare.
12105         * fold-const.c (fold_overflow_warning): Make non-static.
12106         (fold_comparison): Move the transformation of X +- C1 CMP C2
12107         into X CMP C2 -+ C1 ...
12108         * match.pd: ... here.
12109         * gimple-fold.c (fold_stmt_1): Protect with
12110         fold_defer_overflow_warnings.
12112 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
12114         * omp-low.c (struct oacc_loop): Add 'inner' field.
12115         (new_oacc_loop_raw): Initialize it to zero.
12116         (oacc_loop_fixed_partitions): Initialize it.
12117         (oacc_loop_auto_partitions): Partition outermost loop to outermost
12118         available partitioning.
12120 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12122         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
12123         register_operand.
12124         (umulsidi3): Likewise.
12125         (indirect_jump): Fix jump instruction assembly patterns.
12127 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
12129         PR target/70860
12130         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
12131         (nvptx_function_value): Assert non-NULL cfun.
12133 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
12135         PR rtl-optimization/70886
12136         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
12138         * cselib.h (rtx_equal_for_cselib_1): Declare.
12139         (rtx_equal_for_cselib_p: New inline function.
12140         * cselib.c (rtx_equal_for_cselib_p): Delete.
12141         (rtx_equal_for_cselib_1): Make public.
12143 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
12145         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
12146         (register_mixssei387nonimm_operand): Remove predicate.
12147         * config/i386/i386.md (*fop_<mode>_comm): Merge from
12148         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
12149         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
12150         for TARGET_MIX_SSE_I387 alternatives.
12151         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
12152         Disable unsupported alternatives using "enabled" attribute.  Use
12153         nonimm_ssenomem_operand as operand 1 predicate.  Also check
12154         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
12156 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12158         * tree.c (cst_and_fits_in_hwi): Simplify.
12160 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12162         * tree.h (wi::to_wide): New function.
12163         * expr.c (expand_expr_real_1): Use wi::to_wide.
12164         * fold-const.c (int_const_binop_1): Likewise.
12165         (extract_muldiv_1): Likewise.
12167 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12169         * wide-int.h: Update offset_int and widest_int documentation.
12170         (WI_SIGNED_SHIFT_RESULT): New macro.
12171         (wi::binary_shift): Define signed_shift_result_type for
12172         shifts on offset_int- and widest_int-like types.
12173         (generic_wide_int): Support <<= and >>= if << and >> are supported.
12174         * tree.h (int_bit_position): Use shift operators instead of wi::
12175          shifts.
12176         * alias.c (adjust_offset_for_component_ref): Likewise.
12177         * expr.c (get_inner_reference): Likewise.
12178         * fold-const.c (fold_comparison): Likewise.
12179         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
12180         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
12181         * tree-dfa.c (get_ref_base_and_extent): Likewise.
12182         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
12183         (stmt_kills_ref_p): Likewise.
12184         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
12185         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
12186         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
12187         (ao_ref_init_from_vn_reference): Likewise.
12189 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
12191         * wide-int.h: Update offset_int and widest_int documentation.
12192         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
12193         (wi::binary_traits): Allow ordered comparisons between offset_int and
12194         offset_int, between widest_int and widest_int, and between either
12195         of these types and basic C types.
12196         (operator <, <=, >, >=): Define for the same combinations.
12197         * tree.h (tree_int_cst_lt): Use comparison operators instead
12198         of wi:: comparisons.
12199         (tree_int_cst_le): Likewise.
12200         * gimple-fold.c (fold_array_ctor_reference): Likewise.
12201         (fold_nonarray_ctor_reference): Likewise.
12202         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
12203         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
12204         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
12205         * tree-sra.c (completely_scalarize): Likewise.
12206         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
12207         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
12208         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
12209         (check_for_binary_op_overflow): Likewise.
12210         (search_for_addr_array): Likewise.
12211         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
12213 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12215         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
12216         (arc_save_restore): Likewise.
12217         (arc_dwarf_register_span): Likewise.
12218         (arc_output_pic_addr_const): Initialize suffix variable.
12220 2016-05-02  Martin Liska  <mliska@suse.cz>
12222         * symbol-summary.h (function_summary::function_summary):
12223         Remove checking assert for all cgraph nodes.
12224         (function_summary::get): Check summary_uid.
12225         (symtab_insertion): Check summary_uid.
12227 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
12229         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
12230         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
12231         bmaskn instruction.
12232         (arc_dwarf_register_span): Remove enum keyword.
12233         (compact_memory_operand_p): New function.
12234         * config/arc/arc.h (reg_class): Add code density register classes.
12235         (REG_CLASS_NAMES): Likewise.
12236         (REG_CLASS_CONTENTS): Likewise.
12237         * config/arc/arc.md (*movqi_insn): Add code density instructions.
12238         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
12239         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
12240         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
12241         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
12242         constraints.
12243         (h, Rcd, Rsd, Rzd): New register constraints.
12244         (T): Use compact_memory_operand_p function.
12245         * config/arc/predicates.md (compact_load_memory_operand): Remove.
12247 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
12249         * config/sh/sh.md (*negnegt, *movtt): Remove.
12251 2016-05-02  Marek Polacek  <polacek@redhat.com>
12252             Tom de Vries  <tom@codesourcery.com>
12254         PR tree-optimization/70700
12255         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
12256         bigger than FIRST_REF_NODE.
12258 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
12260         PR target/52898
12261         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
12262         TARGET_CMPEQDI_T.
12263         (prepare_cbranch_operands): Don't use scratch register.  Assume that
12264         function is used when pseudos can be created.
12265         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
12266         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
12267         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
12268         define_expand.  Allow it only when pseudos can be created.
12269         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
12271 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
12273         * config/i386/constraints.md (BC): Only allow -1 operands.
12274         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
12275         Add "enabled" attribute.  Update XI mode attribute calculation.
12276         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
12277         (*movoi_internal_avx): Update XI mode attribute calculation.
12278         (*movti_internal): Ditto.
12280 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12282         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
12283         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
12285 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
12287         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
12288         statement on instruction code.  Remove trailing spaces.
12289         (altivec_expand_stv_builtin): Likewise.
12291 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12293         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
12294         (TARGET_FPU_DOUBLE): Simplify.
12295         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
12296         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
12297         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
12298         with 'TARGET_FPU_DOUBLE'.
12299         * config/sh/sh.md: Likewise.
12301 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
12303         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
12304         SH_DIV_STR_FOR_SIZE): Remove.
12305         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
12306         SH_DIV_STR_FOR_SIZE): Remove.
12308 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
12310         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
12311         logical_reg_operand): Delete.
12312         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
12313         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
12314         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
12315         match_operand and match_test.
12316         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
12317         variables on their first use.  Return bool values.
12318         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
12319         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
12320         arith_reg_operand for input operand.  Remove empty constraints.
12321         (xorsi3): Delete.
12322         (*xorsi3_compact): Rename to xorsi3.
12323         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
12324         (*zero_extend<mode>si2_disp_mem): Update comment.
12325         (mov_nop): Delete.
12327 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
12329         * config/sh/t-sh: Remove SH5 support.
12330         * config.gcc: Likewise.
12331         * configure: Likewise.
12333 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12335         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
12337 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
12339         * config/sh/sh.c (register_sh_passes, sh_option_override,
12340         sh_print_operand, prepare_move_operands,
12341         sh_can_follow_jump): Remove TARGET_SH1 checks.
12342         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
12343         PROMOTE_MODE): Likewise.
12344         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
12345         movdi): Likewise.
12347 2016-04-30  Alan Modra  <amodra@gmail.com>
12349         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
12350         restoring when fixed_reg_p, but allow out-of-line or stmw save.
12351         Check for user regs later to avoid unnecessary looping over regs.
12352         Merge user reg check with non-saved reg check.  Don't force
12353         inline VR restore when static chain used.
12354         (rs6000_frame_related): Omit eh_frame info for user regs when
12355         saving.
12356         (fixed_regs_p): Delete.
12358 2016-04-30  Alan Modra  <amodra@gmail.com>
12360         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
12361         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
12362         Update all uses.
12364 2016-04-30  Alan Modra  <amodra@gmail.com>
12366         PR target/69645
12367         * config/rs6000/rs6000.c (fixed_reg_p): New function.
12368         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
12369         Update all uses.
12371 2016-04-30  Alan Modra  <amodra@gmail.com>
12373         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
12374         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
12375         flag_pic test for Darwin.
12377 2016-04-30  Alan Modra  <amodra@gmail.com>
12379         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
12380         throw_calls_crossed.
12381         (REG_FREQ_CALLS_CROSSED): Delete.
12382         (REG_N_THROWING_CALLS_CROSSED): Delete.
12383         * regstat.c (regstat_bb_compute_ri): Don't calculate
12384         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
12385         (dump_reg_info): Don't print call cross frequency.
12386         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
12387         and REG_N_THROWING_CALLS_CROSSED.
12389 2016-04-30  Alan Modra  <amodra@gmail.com>
12391         * regs.h (struct reg_info_t): Delete live_length.
12392         (REG_LIVE_LENGTH): Delete macro.
12393         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
12394         local_live, local_processed and local_live_last_luid params.
12395         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
12396         Formatting fixes.
12397         (regstat_compute_ri): Adjust for above.  Don't set
12398         REG_LIVE_LENGTH.
12399         (dump_reg_info): Don't print live length.
12400         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
12401         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
12402         Localize loop_depth var.
12404 2016-04-30  Alan Modra  <amodra@gmail.com>
12406         * ira.c (enum valid_equiv): New.
12407         (validate_equiv_mem): Return enum.
12408         (update_equiv_mem): Create replacement in more cases.
12409         (add_store_equivs): Update validate_equiv_mem call.
12411 2016-04-30  Alan Modra  <amodra@gmail.com>
12413         * ira.c (combine_and_move_insns): Rather than scanning insns,
12414         use DF infrastucture to find use and def insns.
12416 2016-04-30  Alan Modra  <amodra@gmail.com>
12418         ira.c (combine_and_move_insns): Move invariant conditions..
12419         (ira.c): ..to here.  Call combine_and_move_insns before
12420         add_store_equivs.  Call grow_reg_equivs later.  Allocate
12421         req_equiv later using max_reg_num() rather than global max_regno.
12422         (contains_replace_regs): Delete.
12423         (add_store_equivs): Remove contains_replace_regs test.
12425 2016-04-30  Alan Modra  <amodra@gmail.com>
12427         * ira.c (struct equiv_mem_data): New.
12428         (equiv_mem, equiv_mem_modified): Delete static vars.
12429         (validate_equiv_mem_from_store): Use "data" param to communicate..
12430         (validate_equiv_mem): ..from here.
12432 2016-04-30  Alan Modra  <amodra@gmail.com>
12434         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
12435         split out from..
12436         (update_reg_equivs): ..here.  Move allocation and freeing of
12437         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
12438         end_alias_analysis to..
12439         (ira): ..here.
12441 2016-04-30  Alan Modra  <amodra@gmail.com>
12443         * ira.c (pdx_subregs): Delete.
12444         (struct equivalence): Add pdx_subregs field.
12445         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
12446         pdx_subregs access.
12447         (update_equiv_regs): Don't create or free pdx_subregs.  Update
12448         pdx_subregs access.
12450 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12452         * config/rs6000/altivec.h: Change definitions of vec_xl and
12453         vec_xst.
12454         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
12455         (LD_ELEMREV_V2DI): New.
12456         (LD_ELEMREV_V4SF): New.
12457         (LD_ELEMREV_V4SI): New.
12458         (LD_ELEMREV_V8HI): New.
12459         (LD_ELEMREV_V16QI): New.
12460         (ST_ELEMREV_V2DF): New.
12461         (ST_ELEMREV_V2DI): New.
12462         (ST_ELEMREV_V4SF): New.
12463         (ST_ELEMREV_V4SI): New.
12464         (ST_ELEMREV_V8HI): New.
12465         (ST_ELEMREV_V16QI): New.
12466         (XL): New.
12467         (XST): New.
12468         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12469         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
12470         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
12471         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
12472         (altivec_expand_builtin): Add handling for
12473         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
12474         (rs6000_invalid_builtin): Add error-checking for
12475         RS6000_BTM_P9_VECTOR.
12476         (altivec_init_builtins): Define builtins used to implement vec_xl
12477         and vec_xst.
12478         (rs6000_builtin_mask_names): Define power9-vector.
12479         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
12480         (RS6000_BTM_P9_VECTOR): Define.
12481         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
12482         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
12483         (vsx_ld_elemrev_v2df): Likewise.
12484         (vsx_ld_elemrev_v4sf): Likewise.
12485         (vsx_ld_elemrev_v4si): Likewise.
12486         (vsx_ld_elemrev_v8hi): Likewise.
12487         (vsx_ld_elemrev_v16qi): Likewise.
12488         (vsx_st_elemrev_v2df): Likewise.
12489         (vsx_st_elemrev_v2di): Likewise.
12490         (vsx_st_elemrev_v4sf): Likewise.
12491         (vsx_st_elemrev_v4si): Likewise.
12492         (vsx_st_elemrev_v8hi): Likewise.
12493         (vsx_st_elemrev_v16qi): Likewise.
12494         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
12495         grammar.
12497 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
12499         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
12500         out into ...
12501         (simplify_control_stmt_condition_1): ... here.  Recurse into
12502         BIT_AND_EXPRs and BIT_IOR_EXPRs.
12504 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
12506         PR target/69810
12507         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
12508         (zero_extendqi<mode>2_dot): Revert earlier conversion from
12509         define_insn_and_split to define_insn.
12510         (zero_extendqi<mode>2_dot2): Same.
12511         (extendqi<mode>2_dot): Same.
12512         (extendqi<mode>2_dot2): Same.
12514 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12516         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
12517         (probe_stack): New expander.
12518         (probe_stack_<mode>): New insn pattern.
12520 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12522         * config/i386/i386.md
12523         (operations with memory inputs setting flags peephole2):
12524         Remove uneeded REG_P checks.  Cleanup pattern generation.
12526 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
12528         * tree-vect-loop.c (vect_transform_loop): Fix
12529         nb_iterations_upper_bound computation for vectorized loop.
12531 2016-04-29  Marek Polacek  <polacek@redhat.com>
12532             Jakub Jelinek  <jakub@redhat.com>
12534         PR sanitizer/70342
12535         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
12536         TARGET_EXPR_SLOT as a base.
12538 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
12540         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
12541         with 'rCm2' constraints to limit possible immediate size.
12542         (*load_zeroextendqisi_update): Likewise.
12543         (*load_signextendqisi_update): Likewise.
12544         (*loadhi_update): Likewise.
12545         (*load_zeroextendhisi_update): Likewise.
12546         (*load_signextendhisi_update): Likewise.
12547         (*loadsi_update): Likewise.
12548         (*loadsf_update): Likewise.
12550 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12552         * config/i386/predicates.md (constm1_operand): Fix comparison.
12554 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
12556         * testsuite/gcc.target/arc/ieee_eq.c: New test.
12558 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
12560         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
12561         remaining SH5 related settings.
12562         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
12563         shmedia_prepare_call_address): Delete.
12564         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
12565         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
12566         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
12567         UNSUPPORTED_SH2A): Remove m5 checks.
12568         (sh_divide_strategy_e): Remove SH5 division strategies.
12569         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
12570         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
12572 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12574         * config/s390/s390.c (s390_rtx_costs): Update documentation.
12576 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12578         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
12579         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
12580         Change lder to ldr.
12581         * config/s390/vector.md ("mov<mode>"): Likewise.
12583 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
12585         * config/s390/constraints.md ("U", "W"): Invoke
12586         s390_mem_constraint with "ZR" and "ZT".
12587         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
12588         addresses when using LRA.  Accept also short displacements for S
12589         and T constraints.  Do not check for long displacement target for
12590         S and T constraints.
12591         (s390_mem_constraint): Remove handling of U and W constraints.
12592         * config/s390/s390.md (various patterns): Remove the short
12593         displacement constraints (Q and R) if a long displacement
12594         constraint is present.  Add longdisp as required CPU capability.
12595         * config/s390/vector.md: Likewise.
12596         * config/s390/vx-builtins.md: Likewise.
12598 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12600         PR target/60040
12601         * reload1.c (reload): Call finish_spills before
12602         restarting reload loop. Skip select_reload_regs
12603         if update_eliminables_and_spill returns true.
12605 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
12607         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
12608         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
12609         (umulhisi3_imm): Update predicates and constraint letters.
12610         (umulhisi3_reg): Declare instruction as commutative.
12611         * config/arc/constraints.md (J12, J16): New constraints.
12612         * config/arc/predicates.md (short_unsigned_const_operand): New
12613         predicate.
12614         (arc_short_operand): Likewise.
12615         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
12617 2016-04-29  Richard Biener  <rguenther@suse.de>
12619         PR tree-optimization/13962
12620         PR tree-optimization/65686
12621         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
12622         * tree-ssa-alias.c (ptrs_compare_unequal): New function
12623         using PTA to compare pointers.
12624         * match.pd: Add pattern for pointer equality compare simplification
12625         using ptrs_compare_unequal.
12627 2016-04-29  Richard Biener  <rguenther@suse.de>
12629         * stor-layout.c (layout_type): Do not build a pointer-to-element
12630         type for arrays.
12632 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
12634         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
12635         Use SWI mode iterator.  Use general_reg_operand predicate.
12636         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
12637         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
12638         predicates.
12640 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
12642         PR middle-end/70843
12643         * fold-const.c (operand_equal_p): Don't verify hash value equality
12644         if arg0 == arg1.
12645         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
12646         and OMP_CLAUSE.
12648 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12650         PR target/70858
12651         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
12652         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
12653         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
12654         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
12655         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
12657 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12659         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
12660         to info.  Don't initialize separate fields to 0.  Clean up
12661         formatting a bit.
12663 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12665         * config/i386/i386.md (peephole2s for operations with memory inputs):
12666         Use SWI mode iterator.
12667         (peephole2s for operations with memory outputs): Ditto.
12668         Do not check for stack checking probe.
12670         (probe_stack): Remove expander.
12672 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12673             Andrew Burgess  <andrew.burgess@embecosm.com>
12675         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
12676         operands as 32-bits.
12678 2016-04-28  Jason Merrill  <jason@redhat.com>
12680         * gdbinit.in: Skip line-map.h.
12682 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12683             Andrew Burgess  <andrew.burgess@embecosm.com>
12685         * config/arc/arc.c (arc_conditional_register_usage): Take
12686         TARGET_RRQ_CLASS into account.
12687         (arc_print_operand): Support printing 'p' and 's' operands.
12688         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
12689         as 0.
12690         (TARGET_RRQ_CLASS): Define.
12691         (IS_POWEROF2_OR_0_P): Define.
12692         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
12693         alternatives.
12694         (*tst_movb): New define_insn.
12695         (*tst): Avoid recognition if it could prevent '*tst_movb'
12696         combination; replace c/CnL with c/Chs alternative.
12697         (*tst_bitfield_tst): New define_insn.
12698         (*tst_bitfield_asr): New define_insn.
12699         (*tst_bitfield): New define_insn.
12700         (andsi3_i): Add Rrq variant.
12701         (extzv): New define_expand.
12702         (insv): New define_expand.
12703         (*insv_i): New define_insn.
12704         (*movb): New define_insn.
12705         (*movb_signed): New define_insn.
12706         (*movb_high): New define_insn.
12707         (*movb_high_signed): New define_insn.
12708         (*movb_high_signed + 1): New define_split pattern.
12709         (*mrgb): New define_insn.
12710         (*mrgb + 1): New define_peephole2 pattern.
12711         (*mrgb + 2): New define_peephole2 pattern.
12712         * config/arc/arc.opt (mbitops): New option for nps400, uses
12713         TARGET_NPS_BITOPS_DEFAULT.
12714         * config/arc/constraints.md (q): Make register class conditional.
12715         (Rrq): New register constraint.
12716         (Chs): New constraint.
12717         (Clo): New constraint.
12718         (Chi): New constraint.
12719         (Cbf): New constraint.
12720         (Cbn): New constraint.
12721         (C18): New constraint.
12722         (Cbi): New constraint.
12724 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12726         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
12727         dst->popcount.
12728         (bitmap_intersection_of_preds): Ditto.
12729         (bitmap_union_of_succs): Ditto.
12730         (bitmap_union_of_preds): Ditto.
12731         * sbitmap.c (do_popcount): Delete.
12732         (BITMAP_DEBUGGING): Delete.
12733         (sbitmap_verify_popcount): Delete.
12734         (sbitmap_alloc): Don't initialize the popcount field.
12735         (sbitmap_alloc_with_popcount): Delete.
12736         (sbitmap_resize): Don't resize the popcount array.
12737         (sbitmap_vector_alloc): Don't initialize the popcount field.
12738         (bitmap_copy): Don't copy the popcount array.
12739         (bitmap_clear): Don't clear the popcount array.
12740         (bitmap_clear): Delete the popcount array handling.
12741         (bitmap_ior_and_compl): Delete the popcount assert.
12742         (bitmap_not): Ditto.
12743         (bitmap_and_compl): Ditto.
12744         (bitmap_and): Delete the popcount array handling.
12745         (bitmap_xor): Ditto.
12746         (bitmap_ior): Ditto.
12747         (bitmap_or_and): Delete the popcount assert.
12748         (bitmap_and_or): Ditto.
12749         (popcount_table): Delete.
12750         (sbitmap_elt_popcount): Delete.
12751         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
12752         (bitmap_set_bit): Delete the popcount assert.
12753         (bitmap_clear_bit): Ditto.
12754         (sbitmap_free): Don't free the popcount array.
12755         (sbitmap_alloc_with_popcount): Delete declaration.
12756         (sbitmap_popcount): Ditto.
12758 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12759             Andrew Burgess  <andrew.burgess@embecosm.com>
12761         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
12762         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
12763         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
12764         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
12765         * config/arc/arc.opt (mcmem): New option.
12766         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
12767         supply length for r/m alternative.
12768         (*extendqisi2_ac): Likewise.
12769         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
12770         r/Uex alternative.
12771         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
12772         (movhi_insn): Likewise.
12773         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
12774         (*zero_extendqihi2_i): Add r/Ucm alternative.
12775         (*zero_extendqisi2_ac): Likewise.
12776         (*zero_extendhisi2_i): Likewise.
12777         * config/arc/constraints.md (Uex): New memory constraint.
12778         (Ucm): New define_constraint.
12779         * config/arc/predicates.md (long_immediate_loadstore_operand):
12780         Return 0 for MEM with cmem_address address.
12781         (cmem_address_0): New predicates.
12782         (cmem_address_1): Likewise.
12783         (cmem_address_2): Likewise.
12784         (cmem_address): Likewise.
12786 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12788         * config/rs6000/rs6000.c (machine_function): Rename
12789         insn_chain_scanned_p to spe_insn_chain_scanned_p.
12790         (rs6000_stack_info): Adjust.
12792 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
12793             Andrew Burgess  <andrew.burgess@embecosm.com>
12795         * config/arc/constraints.md (Usd): Convert to define_constraint.
12796         (Us<): Likewise.
12797         (Us>): Likewise.
12799 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12801         PR target/70821
12802         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
12803         Add new peephole2 where the first insn is *mov<mode>_or instead of
12804         *mov<mode>_internal.
12806 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
12808         * tracer.c (bb_seen): Make static.
12810 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
12812         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
12813         support, setup defaults.
12814         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
12815         * config/arc/arc.c (arc_init): Add NPS400 support.
12816         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
12817         (TARGET_ARC700): NPS400 is also an ARC700.
12818         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
12820 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
12822         PR target/70668
12823         * config/nds32/nds32.md (casesi): Don't access the operands array
12824         out of bounds.
12826 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12828         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
12829         (or $-1,reg peephole2): Ditto.
12830         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
12832 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
12834         * doc/extend.texi (Common Function Attributes) [optimize]:
12835         Discourage use of the optimize attribute.
12837 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
12839         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
12840         special case builtin.
12841         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
12842         ALTIVEC_BUILTIN_VEC_ADDE.
12843         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
12844         support for ALTIVEC_BUILTIN_VEC_ADDE.
12845         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
12846         for __builtin_vec_adde.
12848 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
12850         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
12851         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
12853 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12855         PR testsuite/70595
12856         * doc/sourcebuild.texi (Effective-Target Keywords, Other
12857         attributes): Document cilkplus_runtime.
12859 2016-04-28  Martin Jambor  <mjambor@suse.cz>
12861         * tree-cfg.c (verify_expr): Verify that local declarations belong to
12862         this function.  Call verify_expr on MEM_REFs and bases of other
12863         handled_components.
12865 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12867         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
12868         for WORD_REGISTER_OPERATIONS to runtime check.
12870 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12872         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
12874 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12876         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
12877         big-endian compilation.
12878         * config/arc/arc.md (addf3): Likewise.
12879         (subdf3): Likewise.
12880         (muldf3): Likewise.
12882 2016-04-28  Richard Biener  <rguenther@suse.de>
12884         PR tree-optimization/70840
12885         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
12886         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
12887         Mark x * pow(x,c) -> pow(x,c+1) commutative.
12888         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
12890 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12892         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
12893         and explain why in a comment.
12895 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12897         * config/arc/arc.md (cpu_facility): Add fpx variant.
12898         (subdf3): Prohibit use reverse sub when assist operations option
12899         is enabled.
12900         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
12901         instructions only when FPX is enabled.
12902         * testsuite/gcc.target/arc/trsub.c: New test.
12904 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
12906         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
12907         mult_operator when calculating "type" attribute.
12908         (*fop_<mode>_1_i387): Ditto.
12909         (*fop_xf_1_i387): Ditto.
12910         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
12911         Use std::swap to swap operands.  Use RTL expressions to generate
12912         converted pattern.
12914 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12915             Joern Rennecke  <joern.rennecke@embecosm.com>
12917         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
12918         declaration.
12919         (emit_pic_move): Remove.
12920         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
12921         * config/arc/arc.c (emit_pic_move): Removed.
12922         (TARGET_HAVE_TLS): Define.
12923         (arc_conditional_register_usage): Test for arc_tp_regno.
12924         (arc_print_operand, arc_print_operand_address): Handle TLS
12925         unspecs.
12926         (arc_needs_pcl_p): New function.
12927         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
12928         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
12929         (arc_raw_symbolic_reference_mentioned_p): Likewise.
12930         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
12931         (arc_legitimize_tls_address): Likewise.
12932         (DTPOFF_ZERO_SYM): Define.
12933         (arc_legitimize_pic_address): Make it static, handle TLS cases.
12934         (arc_output_pic_addr_const): Print TLS unspecs.
12935         (prepare_pic_move): New function, replaces emit_pic_move.
12936         (arc_legitimate_constant_p): Handle TLS unspecs.
12937         (arc_legitimate_address_p): Likewise.
12938         (arc_rewrite_small_data_p): Use assert for TLS constants.
12939         (prepare_move_operands): Use prepare_pic_move.
12940         (arc_legitimize_address): Legitimize tls addresses.
12941         (arc_epilogue_uses): Check for arc_tp_regno.
12942         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
12943         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
12944         Define.
12945         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
12946         Likewise.
12947         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
12948         %(arc_tls_extra_start_spec).
12949         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
12950         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
12951         (EH_USES): Define.
12952         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
12953         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
12954         (UNSPEC_TLS_OFF): Add.
12955         (R10_REG): Define.
12956         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
12957         (get_thread_pointersi): New patterns.
12958         * config/arc/arc.opt (mtp-regno): New option.
12959         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
12960         (move_dest_operand): Likewise.
12961         * configure: Regenerate.
12962         * configure.ac: Add arc*-*-* case to test for tls.
12963         * doc/invoke.texi (ARC options): Document mtp-regno.
12965 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
12967         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
12968         the new ARC HS SIMD instructions.
12969         (arc_preferred_simd_mode): New function.
12970         (arc_autovectorize_vector_sizes): Likewise.
12971         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
12972         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
12973         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
12974         (arc_init_builtins): Add new SIMD builtin types.
12975         (arc_split_move): Handle 64 bit vector moves.
12976         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
12977         (TARGET_PLUS_QMACW): Define.
12978         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
12979         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
12980         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
12981         (VSUBADD4H): New builtins.
12982         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
12983         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
12985 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
12986             Matthias Klose  <doko@debian.org>
12988         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
12990 2016-04-28  Richard Biener  <rguenther@suse.de>
12992         PR middle-end/70777
12993         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
12994         canonicalization.
12996 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
12998         * common/config/sh/sh-common.c: Remove SH5 support.
12999         * config/sh/constraints.md: Likewise.
13000         * config/sh/config/sh/elf.h: Likewise.
13001         * config/sh/linux.h: Likewise.
13002         * config/sh/netbsd-elf.h: Likewise.
13003         * config/sh/predicates.md: Likewise.
13004         * config/sh/sh-c.c: Likewise.
13005         * config/sh/sh-protos.h: Likewise.
13006         * config/sh/sh.c: Likewise.
13007         * config/sh/sh.h: Likewise.
13008         * config/sh/sh.md: Likewise.
13009         * config/sh/sh.opt: Likewise.
13010         * config/sh/sync.md: Likewise.
13011         * config/sh/sh64.h: Delete.
13012         * config/sh/shmedia.h: Likewise.
13013         * config/sh/shmedia.md: Likewise.
13014         * config/sh/sshmedia.h: Likewise.
13015         * config/sh/t-netbsd-sh5-64: Likewise.
13016         * config/sh/t-sh64: Likewise.
13017         * config/sh/ushmedia.h: Likewise.
13019 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
13021         * config/i386/i386.md (sign_extend to memory peephole2s): Use
13022         general_reg_operand instead of register_operand predicate.
13024 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13026         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
13028 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
13030         * match.pd (A - B > A, A + B < A): New transformations.
13032 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
13034         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
13035         which defaults to true.  Emit an outer pair of parentheses only if
13036         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
13037         don't emit parentheses for the right-hand operand.
13039 2016-04-27  Jeff Law  <law@redhat.com>
13041         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
13043 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13045         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
13046         (altivec_lvx_<mode>_internal): Document.
13047         (altivec_lvx_<mode>_2op): New define_insn.
13048         (altivec_lvx_<mode>_1op): Likewise.
13049         (altivec_lvx_<mode>_2op_si): Likewise.
13050         (altivec_lvx_<mode>_1op_si): Likewise.
13051         (altivec_stvx_<mode>): Remove.
13052         (altivec_stvx_<mode>_internal): Document.
13053         (altivec_stvx_<mode>_2op): New define_insn.
13054         (altivec_stvx_<mode>_1op): Likewise.
13055         (altivec_stvx_<mode>_2op_si): Likewise.
13056         (altivec_stvx_<mode>_1op_si): Likewise.
13057         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
13058         Expand vec_ld and vec_st during parsing.
13059         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
13060         changes.
13061         (altivec_expand_stvx_be): Likewise.
13062         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
13063         address-masking behavior in RTL.
13064         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
13065         address-masking behavior in RTL.
13066         (altivec_expand_builtin): Change builtin code arguments for calls
13067         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
13068         (insn_is_swappable_p): Avoid incorrect swap optimization in the
13069         presence of lvx/stvx patterns.
13070         (alignment_with_canonical_addr): New function.
13071         (alignment_mask): Likewise.
13072         (find_alignment_op): Likewise.
13073         (recombine_lvx_pattern): Likewise.
13074         (recombine_stvx_pattern): Likewise.
13075         (recombine_lvx_stvx_patterns): Likewise.
13076         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
13077         stvx patterns from expand.
13078         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
13079         expansions.
13080         (vector_altivec_store_<mode>): Likewise.
13082 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
13084         * config/aarch64/aarch64.md
13085         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
13086         remove the "fp" attributes.
13087         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
13088         add the "simd" attributes.
13089         (*movdf_aarch64): Likewise.
13090         (*movtf_aarch64): Remove the "fp" attributes.
13091         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
13092         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
13094 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13096         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
13097         rtx to rtx_code_label *.
13098         * rtl.h (maybe_set_first_label_num): Likewise.
13100 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13102         * df-core.c (df_add_problem): Make the problem param be const.
13103         (df_remove_problem): Make local "problem" be const.
13104         * df-problems.c (problem_RD): Make const.
13105         (problem_LR): Likewise.
13106         (problem_LIVE): Likewise.
13107         (problem_MIR): Likewise.
13108         (problem_CHAIN): Likewise.
13109         (problem_WORD_LR): Likewise.
13110         (problem_NOTE): Likewise.
13111         (problem_MD): Likewise.
13112         * df-scan.c (problem_SCAN): Likewise.
13113         * df.h (struct df_problem): Make field "dependent_problem" be
13114         const.
13115         (struct dataflow): Likewise for field "problem".
13116         (df_add_problem): Make param const.
13118 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
13120         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
13121         inter-unit moves to/from vector registers are enabled.  Do not disable
13122         for TARGET_MMX.
13124 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13126         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
13127         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
13128         #define to...
13129         (enum df_problem_id): ...this new enum.
13130         (struct df_problem): Convert field "id" from "int" to
13131         enum df_problem_id.
13133 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
13135         * rtl.def: Update comment for "things in the instruction chain" to
13136         reflect the removal of the leading "i" field for INSN_UID in
13137         r210360.  Fix bogus apostrophe.
13139 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
13141         * config/i386/i386.md
13142         (lea arith with mem operand + setcc peephole2): Set operator mode.
13144 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13146         PR target/70155
13147         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
13148         (dimode_scalar_to_vector_candidate_p): This.
13149         (timode_scalar_to_vector_candidate_p): New function.
13150         (scalar_to_vector_candidate_p): Likewise.
13151         (timode_check_non_convertible_regs): Likewise.
13152         (timode_remove_non_convertible_regs): Likewise.
13153         (remove_non_convertible_regs): Likewise.
13154         (remove_non_convertible_regs): Renamed to ...
13155         (dimode_remove_non_convertible_regs): This.
13156         (scalar_chain::~scalar_chain): Make it virtual.
13157         (scalar_chain::compute_convert_gain): Make it pure virtual.
13158         (scalar_chain::mark_dual_mode_def): Likewise.
13159         (scalar_chain::convert_insn): Likewise.
13160         (scalar_chain::convert_registers): Likewise.
13161         (scalar_chain::add_to_queue): Make it protected.
13162         (scalar_chain::emit_conversion_insns): Likewise.
13163         (scalar_chain::replace_with_subreg): Likewise.
13164         (scalar_chain::replace_with_subreg_in_insn): Likewise.
13165         (scalar_chain::convert_op): Likewise.
13166         (scalar_chain::convert_reg): Likewise.
13167         (scalar_chain::make_vector_copies): Likewise.
13168         (scalar_chain::convert_registers): New pure virtual function.
13169         (class dimode_scalar_chain): New class.
13170         (class timode_scalar_chain): Likewise.
13171         (scalar_chain::mark_dual_mode_def): Renamed to ...
13172         (dimode_scalar_chain::mark_dual_mode_def): This.
13173         (timode_scalar_chain::mark_dual_mode_def): New function.
13174         (timode_scalar_chain::convert_insn): Likewise.
13175         (dimode_scalar_chain::convert_registers): Likewise.
13176         (scalar_chain::compute_convert_gain): Renamed to ...
13177         (dimode_scalar_chain::compute_convert_gain): This.
13178         (scalar_chain::replace_with_subreg): Renamed to ...
13179         (dimode_scalar_chain::replace_with_subreg): This.
13180         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
13181         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
13182         (scalar_chain::make_vector_copies): Renamed to ...
13183         (dimode_scalar_chain::make_vector_copies): This.
13184         (scalar_chain::convert_reg): Renamed to ...
13185         (dimode_scalar_chain::convert_reg ): This.
13186         (scalar_chain::convert_op): Renamed to ...
13187         (dimode_scalar_chain::convert_op): This.
13188         (scalar_chain::convert_insn): Renamed to ...
13189         (dimode_scalar_chain::convert_insn): This.
13190         (scalar_chain::convert): Call convert_registers.
13191         (convert_scalars_to_vector): Change to scalar_chain pointer to
13192         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
13193         in 32-bit mode.  Delete scalar_chain pointer.  Call
13194         free_dominance_info in 64-bit mode.
13195         (pass_stv::gate): Remove TARGET_64BIT check.
13196         (ix86_option_override): Put the 64-bit STV pass before the CSE
13197         pass.
13199 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
13201         * dwarf2out.h (struct dw_loc_descr_node): Remove the
13202         dw_loc_frame_offset field.
13203         * dwarf2out.c (new_loc_descr): Likewise.
13204         (resolve_args_picking_1): Turn the VISITED hash set into a
13205         FRAME_OFFSET hash map. Use it to associate a frame offset to
13206         visited nodes. Remove uses of the CHECKING_P macro.
13207         (resolve_args_picking): Update call to resolve_args_picking_1.
13209 2016-04-27  Martin Liska  <mliska@suse.cz>
13211         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
13212         (free_loop_data): Release vuses of groups.
13214 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
13216         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
13217         instead of redundant use_id and boolean have_use_for.
13218         (struct iv_use): Change sub_id into group_id.  Remove field next.
13219         Move fields: related_cands, n_map_members, cost_map and selected
13220         to ...
13221         (struct iv_group): ... here.  New structure.
13222         (struct iv_common_cand): Use structure declaration directly.
13223         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
13224         (MAX_CONSIDERED_USES): Rename macro to ...
13225         (MAX_CONSIDERED_GROUPS): ... here.
13226         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
13227         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
13228         (dump_uses): Rename to ...
13229         (dump_groups): ... here.  Update all uses.
13230         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
13231         (find_induction_variables): Refactor format of dump information.
13232         (record_sub_use): Delete.
13233         (record_use): Update all uses.
13234         (record_group): New function.
13235         (record_group_use, find_interesting_uses_op): Call above functions.
13236         Update all uses.
13237         (find_interesting_uses_cond): Ditto.
13238         (group_compare_offset): New function.
13239         (split_all_small_groups): Rename to ...
13240         (split_small_address_groups_p): ... here.  Update all uses.
13241         (split_address_groups):  Update all uses.
13242         (find_interesting_uses): Refactor format of dump information.
13243         (add_candidate_1): Update all uses.  Remove redundant check on iv,
13244         base and step.
13245         (add_candidate, record_common_cand): Remove redundant assert.
13246         (add_iv_candidate_for_biv): Update use.
13247         (add_iv_candidate_derived_from_uses): Update all uses.
13248         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
13249         (alloc_use_cost_map): Ditto.
13250         (set_use_iv_cost, get_use_iv_cost): Rename to ...
13251         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
13252         (determine_use_iv_cost_generic): Ditto.
13253         (determine_group_iv_cost_generic): Ditto.
13254         (determine_use_iv_cost_address): Ditto.
13255         (determine_group_iv_cost_address): Ditto.
13256         (determine_use_iv_cost_condition): Ditto.
13257         (determine_group_iv_cost_cond): Ditto.
13258         (determine_use_iv_cost): Ditto.
13259         (determine_group_iv_cost): Ditto.
13260         (set_autoinc_for_original_candidates): Update all uses.
13261         (find_iv_candidates): Update all uses.  Refactor dump information.
13262         (determine_use_iv_costs): Ditto.
13263         (determine_iv_costs): Ditto.
13264         (iv_ca_cand_for_use): Rename to ...
13265         (iv_ca_cand_for_group): ... here.  Update all uses.
13266         (iv_ca_add_use, iv_ca_add_group): Ditto.
13267         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
13268         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
13269         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
13270         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
13271         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
13272         (create_new_iv, adjust_iv_update_pos): Ditto.
13273         (rewrite_use_address): Delete.
13274         (rewrite_use_address_1): Rename to ...
13275         (rewrite_use_address): ... here.
13276         (rewrite_use_compare): Update all uses.
13277         (rewrite_use): Delete.
13278         (rewrite_uses): Rename to ...
13279         (rewrite_groups): ... here.  Update all uses.
13280         (remove_unused_ivs, free_loop_data): Update all uses.
13281         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
13283 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13285         * rtlanal.c (nonzero_bits1): Convert preprocessor check
13286         for WORD_REGISTER_OPERATIONS to runtime check.
13288 2016-04-27  Richard Biener  <rguenther@suse.de>
13290         PR ipa/70760
13291         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
13292         aggregate_value_p to determine if a function result is
13293         returned by reference.
13294         (ipa_pta_execute): Functions having their address taken are
13295         not automatically nonlocal.
13297 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
13299         PR sanitizer/70683
13300         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
13301         * fold-const.c (operand_equal_p): If flag_checking and
13302         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
13303         and if it returns non-zero, assert iterative_hash_expr on both
13304         args is the same.
13306 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
13308         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
13310 2016-04-27  Nick Clifton  <nickc@redhat.com>
13312         PR middle-end/49889
13313         * varasm.c (merge_weak): Generate an error if an attempt is made
13314         to convert a non-weak static function into a weak, public function.
13316 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13318         * params.def (MAX_PARTITION_SIZE): New param.
13319         * doc/invoke.texi: Document lto-max-partition.
13321 2016-04-27  Richard Biener  <rguenther@suse.de>
13323         PR ipa/70785
13324         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
13325         function cummulating used_from_other_partition, externally_visible
13326         and force_output from aliases.
13327         (refered_from_nonlocal_var): Likewise.
13328         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
13329         node flags properly.
13331 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
13333         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
13334         (-Wmemset-elt-size): New item.
13336 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13338         PR ada/70759
13339         * stor-layout.h (internal_reference_types): Delete.
13340         * stor-layout.c (reference_types_internal): Likewise.
13341         (internal_reference_types): Likewise.
13342         (layout_type) <REFERENCE_TYPE>: Adjust.
13344 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
13346         PR sanitizer/70683
13347         * tree.h (inchash::add_expr): Add FLAGS argument.
13348         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
13349         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
13350         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
13351         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
13352         if swap_tree_comparison (code) is smaller than code, hash that
13353         and arguments in the other order.  Hash CONVERT_EXPR the same
13354         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
13355         of ADDR_EXPR of decl as the decl itself.  Add or remove
13356         OEP_ADDRESS_OF from recursive flags as needed.  For
13357         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
13358         operands commutatively and only the third one normally.
13359         For internal CALL_EXPR hash in CALL_EXPR_IFN.
13361 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
13363         * config/rtems.h (LIB_SPEC): Add -latomic.
13365 2016-04-27  Joel Sherrill  <joel@rtems.org>
13367         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
13368         xilink.ld and flags not relevant to RTEMS.
13370 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
13372         * toplev.c (backend_init_target): Avoid calling init_reload when using
13373         LRA.
13375 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
13377         * reorg.c (try_merge_delay_insns): Declare i and j inside the
13378         for loops rather than one for the whole function.
13380 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
13382         * match.pd (X + CST CMP X): New transformation.
13384 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
13386         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
13387         * fold-const.c (fold_binary_loc): Remove 2 transformations
13388         superseded by match.pd.
13389         * match.pd (x+x -> x*2): Generalize to integers.
13391 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
13393         * config/i386/i386.md (operation on memory peephole): Duplicate an
13394         existing peephole and adapt it to match lea rather than an operation
13395         that clobbers CC.
13397         PR rtl-optimization/57193
13398         * opts.c (default_options_table): Add OPT_frename_registers at -O2
13399         and above.
13400         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
13402 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
13404         * tree-if-conv.c (any_pred_load_store): New static variable.
13405         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
13406         any_pred_load_store instead of and_mask_load_store.
13407         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
13408         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
13409         (combine_blocks, tree_if_conversion): Ditto.
13411 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
13413         PR tree-optimization/70771
13414         PR tree-optimization/70775
13415         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
13416         virtual PHI nodes.  Delete parameter.
13417         (if_convertible_loop_p_1): Delete argument to above function.
13418         (predicate_all_scalar_phis): Delete code handling single-argument
13419         PHIs.
13420         (tree_if_conversion): Mark and update virtual SSA.
13422 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13424         PR target/61821
13425         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
13426         (x86_elf_aligned_common): Rename to ...
13427         (x86_elf_aligned_decl_common): ... this.
13428         Add decl arg.  Switch to .lbss for largecomm object.  Use
13429         LARGECOMM_SECTION_ASM_OP.
13430         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
13431         renaming.
13432         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
13433         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
13434         Pass new decl arg.
13435         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
13436         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
13438 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13440         PR target/59407
13441         * config/i386/i386.c (SECTION_LARGE): Define.
13442         (x86_64_elf_select_section): Set it for large data/bss sections.
13443         Only clear SECTION_WRITE for .lrodata.
13444         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
13445         data/bss sections.
13446         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
13447         * varasm.c (default_elf_asm_named_section): Grow flagchars.
13448         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
13449         SECTION_MACH_DEP.
13450         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
13451         * doc/tm.texi: Regenerate.
13453 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
13455         PR bootstrap/70704
13456         * configure.ac (--enable-checking): Document extra flag, for
13457         non-release builds default to --enable-checking=yes,extra.
13458         If misc checking and extra checking, define CHECKING_P to 2 instead
13459         of 1.
13460         * common.opt (fchecking=): Add.
13461         * doc/invoke.texi (-fchecking=): Document.
13462         * doc/install.texi: Document --enable-checking changes.
13463         * configure: Regenerated.
13464         * config.in: Regenerated.
13466 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13468         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
13469         attribute instead of which_alternative.
13470         * config/i386/sse.md (*mov<mode>_internal): Ditto.
13471         Use EXT_REX_SSE_REG_P where appropriate.
13473 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13475         * config/i386/predicates.md (const0_operand): Do not match
13476         const_wide_int code.
13477         (const1_operand): Ditto.
13479 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13481         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
13482         for SSE constm1 operands and TARGET_AVX512VL.
13483         (*movti_internal): Ditto.
13484         (*mov<mode>_or): Use constm1_operand predicate.
13485         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
13486         for SSE vector_all_ones operands and TARGET_AVX512VL.
13487         * config/i386/predicates.md (constm1_operand): New predicate.
13488         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
13489         emission of constant -1 load.
13491 2016-04-25  Jason Merrill  <jason@redhat.com>
13493         * gdbinit.in: Skip is-a.h.
13495         * attribs.c (register_scoped_attributes): Fix logic.
13496         * attribs.h: Declare register_scoped_attributes.
13498 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13500         * config/rs6000/rs6000-builtin.def: Correct pasto error for
13501         stxvd2x and stxvw4x built-in functions.
13503 2016-04-25  DJ Delorie  <dj@redhat.com>
13505         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
13506         (ashrhi3): Likewise.
13507         (lshrhi3): Likewise.
13509 2016-04-25  Richard Biener  <rguenther@suse.de>
13511         PR tree-optimization/70780
13512         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
13513         wasn't visited yet.
13514         (compute_antic): Mark blocks with abnormal preds as visited as
13515         they have a final empty antic-in solution already.
13517 2016-04-25  Michael Collison  <michael.collison@linaro.org>
13519         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
13521 2016-04-25  Michael Collison  <michael.collison@linaro.org>
13523         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
13524         mode is VQI to improve mixed mode vectorization.
13525         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
13526         define_insn to match low half of signed vaddw.
13527         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
13528         define_insn to match high half of signed vaddw.
13529         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
13530         define_insn to match low half of unsigned vaddw.
13531         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
13532         define_insn to match high half of unsigned vaddw.
13533         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
13534         (arm_simd_check_vect_par_cnst_half_p): Likewise.
13535         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
13536         for new function.
13537         (arm_simd_check_vect_par_cnst_half_p): Likewise.
13538         * config/arm/predicates.md (vect_par_constant_high): Support
13539         big endian and simplify by calling
13540         arm_simd_check_vect_par_cnst_half
13541         (vect_par_constant_low): Likewise.
13543 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
13545         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
13546         predicate for operand 2.
13548 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
13549             H.J. Lu  <hongjiu.lu@intel.com>
13551         * config/i386/i386-protos.h (standard_sse_constant_p): Add
13552         machine_mode argument.
13553         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
13554         constm1_rtx operands.  For VOIDmode constants, get mode from
13555         pred_mode.  Check mode size if the mode is supported by ABI.
13556         (standard_sse_constant_opcode): Do not use standard_constant_p.
13557         Strictly check ABI support for all-ones operands.
13558         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
13559         immediates. Update calls to standard_sse_constant_p.
13560         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
13561         (ix86_rtx_costs): Ditto.
13562         * config/i386/i386.md (*movxi_internal_avx512f): Use
13563         nonimmediate_or_sse_const_operand instead of vector_move_operand.
13564         Use (v,BC) alternative instead of (v,C). Use register_operand
13565         checks instead of MEM_P.
13566         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
13567         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
13568         isa attribute.  Use register_operand checks instead of MEM_P.
13569         (*movti_internal): Use nonimmediate_or_sse_const_operand for
13570         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
13571         alternative and corresponding sse2 isa attribute.
13572         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
13573         to standard_sse_constant_p.
13574         (FP constant splitters): Ditto.
13575         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
13576         (C): Ditto.
13577         * config/i386/predicates.md (constm1_operand): Remove.
13578         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
13579         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
13580         vector_all_ones_operand instead of constm1_operand.
13582 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13584         * print-rtl.c (print_rtx_insn_vec): New function.
13585         * print-rtl.h: New prototype.
13586         * store-motion.c (struct st_expr): Make avail_stores a vector.
13587         (st_expr_entry): Adjust.
13588         (free_st_expr_entry): Likewise.
13589         (print_store_motion_mems): Likewise.
13590         (find_moveable_store): Likewise.
13591         (compute_store_table): Likewise.
13592         (delete_store): Likewise.
13593         (build_store_vectors): Likewise.
13595 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13597         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
13599 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13601         * vec.h (vec_safe_contains): New function.
13602         (vec::contains): Likewise.
13603         (vec::begin): Likewise.
13604         (vec::end): Likewise.
13606 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
13608         PR sanitizer/70712
13609         * cfgexpand.c (expand_stack_vars): Fix typo.
13611 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13613         * system.h (list, map, set, vector): Include conditionally.
13614         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
13615         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
13616         * ipa-icf.c (INCLUDE_LIST): Define.
13617         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
13618         * config/sh/sh.c (INCLUDE_VECTOR): Define.
13619         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
13620         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
13621         * cp/logic.cc (INCLUDE_LIST): Define.
13622         * fortran/trans-common.c (INCLUDE_MAP): Define.
13624 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13626         * auto-profile.c: Remove <string.h> include.
13627         * ipa-icf-gimple.c: Remove <list> include.
13628         * diagnostic.c: Remove <new> include.
13629         * genmatch.c: Likewise.
13630         * pretty-print.c: Likewise.
13631         * toplev.c: Likewise
13632         * c/c-objc-common.c: Likewise.
13633         * cp/error.c: Likewise.
13634         * fortran/error.c: Likewise.
13636 2016-04-22  Richard Biener  <rguenther@suse.de>
13638         * lto-streamer-in.c (input_ssa_names): Do not allocate
13639         GIMPLE_NOP for all SSA names.
13640         * lto-streamer-out.c (output_ssa_names): Do not output
13641         SSA names that should have been released.
13643 2016-04-22  Richard Biener  <rguenther@suse.de>
13645         PR tree-optimization/70740
13646         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
13647         VDEF.
13649 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
13651         PR target/70750
13652         * config/i386/predicates.md (call_insn_operand): Replace
13653         sibcall_memory_operand with memory_operand.
13655 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
13657         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
13658         has_single_use() tests.
13659         (register_edge_assert_for_1): Likewise.
13660         (find_assert_locations_1): Check the liveness bitmap instead of
13661         checking has_single_use().
13663 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
13665         PR target/70728
13666         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
13667         Extract AVX-512BW constraint from AVX.
13669 2016-04-21  Richard Biener  <rguenther@suse.de>
13671         PR tree-optimization/70725
13672         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
13673         for phi_convertible_by_degenerating_args.
13674         (predicate_all_scalar_phis): Handle single-argument PHIs.
13676 2016-04-21  Richard Biener  <rguenther@suse.de>
13678         PR middle-end/70747
13679         * fold-const.c (fold_comparison): Return properly typed
13680         constant boolean.
13682 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
13684         PR tree-optimization/70715
13685         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
13686         after expanding BASE using expand_simple_operations.
13688 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
13690         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
13691         New transformations.
13693 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
13695         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
13697 2016-04-20  Jan Hubicka  <jh@suse.cz>
13699         * ipa-inline.c (can_inline_edge_p): Pass caller info to
13700         ultiimate_alias_target.
13701         (update_callee_keys): Likewise.
13702         (lookup_recursive_calls): Likewise.
13703         (speculation_useful_p): Likewise.
13705 2016-04-20  Jan Hubicka  <jh@suse.cz>
13707         PR ipa/70018
13708         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
13709         (set_nothrow_flag_1): ... this; handle interposition correctly;
13710         recurse on aliases and thunks.
13711         (cgraph_node::set_nothrow_flag): New.
13712         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
13713         functions compiled with non-call exceptions that binds to current
13714         def.
13715         (propagate_nothrow): Be safe WRT interposition.
13716         * cgraph.h (set_nothrow_flag): Update prototype.
13718 2016-04-18  Jan Hubicka  <jh@suse.cz>
13720         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
13721         max_loop_iterations_int.
13722         (tree_unswitch_outer_loop): Likewise.
13724 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13726         PR tree-optimization/69489
13727         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
13728         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
13729         Revise dump message.
13730         (if_convertible_bb_p): Remove check on edge count of basic block's
13731         predecessors.
13733 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13735         PR tree-optimization/56625
13736         PR tree-optimization/69489
13737         * tree-data-ref.h (DR_INNERMOST): New macro.
13738         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
13739         hashing struct innermost_loop_behavior.
13740         (ref_DR_map): Remove.
13741         (innermost_DR_map): New map.
13742         (baseref_DR_map): Revise comment.
13743         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
13744         to innermost_DR_map accroding to its innermost loop behavior.
13745         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
13746         to its innermost loop behavior.
13747         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
13748         Add initialization for innermost_DR_map.  Record memory reference
13749         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
13750         have innermost loop behavior.
13751         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
13752         innermost_DR_map.
13754 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
13756         * config/i386/i386.md (*lea<mode>_general_1): Rename from
13757         *lea_general_1.  Use explicit SWI12 mode interator.
13758         (*lea<mode>_general_2): Rename from *lea_general_2.
13759         Use explicit SWI12 mode interator.
13760         (*lea<mode>_general_3): Rename from *lea_general_3.
13761         Use explicit SWI12 mode interator.
13762         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
13763         Use explicit SWI12 mode interator.
13764         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
13765         Use explicit SWI48 mode interator.
13767 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
13769         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
13770         Short-cut unaligned load and store cases.  Handle all integer
13771         vector modes.
13772         (ix86_expand_vector_move_misalign): Short-cut unaligned load
13773         and store cases.  Call ix86_avx256_split_vector_move_misalign
13774         directly without checking mode class.
13776 2016-04-20  Andrew Pinski  <apinski@cavium.com>
13777             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13779         PR target/64971
13780         * config/aarch64/aarch64.md (sibcall): Force call
13781         address to be DImode for ILP32.
13782         (sibcall_value): Likewise.
13784 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
13786         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
13788 2016-04-20  Richard Biener  <rguenther@suse.de>
13790         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
13791         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
13792         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
13793         (maybe_push_res_to_seq): Adjust.
13794         * gimple-fold.c (maybe_build_generic_op): Likewise.
13796 2016-04-20  Marek Polacek  <polacek@redhat.com>
13798         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
13799         rather than true.
13801 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
13803         * config/i386/sse.md (vec_unpacks_lo_hi): Always
13804         use kmovw to support AVX512F target.
13806 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
13808         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
13810 2016-04-20  Marek Polacek  <polacek@redhat.com>
13812         PR tree-optimization/70725
13813         * tree-if-conv.c (is_false_predicate): New function.
13814         (predicate_mem_writes): Use it.
13816 2016-04-20  Richard Biener  <rguenther@suse.de>
13818         PR tree-optimization/70726
13819         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
13820         shift amounts from a pattern stmt operand.
13822 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13824         PR target/70674
13825         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
13826         stack_restore_from_fpr pattern when restoring r15.
13827         (s390_optimize_prologue): Strip away the memory barrier in the
13828         parallel when trying to get rid of restore insns.
13829         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
13830         definition for loading the stack pointer from an FPR.  Compared to
13831         the normal move insn this pattern includes a full memory barrier.
13833 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
13835         PR middle-end/70680
13836         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
13837         implicitly linear or lastprivate iterator on the outer context.
13839 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
13841         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
13842         alignment check.
13843         * config/i386/i386.md (ssememalign): Removed.
13844         * config/i386/sse.md: Remove ssememalign attribute from patterns.
13846 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
13848         PR target/69201
13849         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
13850         const short * to __builtin_ia32_loaddquhi512_mask.
13851         (_mm512_maskz_loadu_epi16): Likewise.
13852         (_mm512_mask_storeu_epi16): Pass short * to
13853         __builtin_ia32_storedquhi512_mask.
13854         (_mm512_mask_loadu_epi8): Pass const char * to
13855         __builtin_ia32_loaddquqi512_mask.
13856         (_mm512_maskz_loadu_epi8): Likewise.
13857         (_mm512_mask_storeu_epi8): Pass char * to
13858         __builtin_ia32_storedquqi512_mask.
13859         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
13860         const double * to __builtin_ia32_loadupd512_mask.
13861         (_mm512_mask_loadu_pd): Likewise.
13862         (_mm512_maskz_loadu_pd): Likewise.
13863         (_mm512_storeu_pd): Pass double * to
13864         __builtin_ia32_storeupd512_mask.
13865         (_mm512_mask_storeu_pd): Likewise.
13866         (_mm512_loadu_ps): Pass const float * to
13867         __builtin_ia32_loadups512_mask.
13868         (_mm512_mask_loadu_ps): Likewise.
13869         (_mm512_maskz_loadu_ps): Likewise.
13870         (_mm512_storeu_ps): Pass float * to
13871         __builtin_ia32_storeups512_mask.
13872         (_mm512_mask_storeu_ps): Likewise.
13873         (_mm512_mask_loadu_epi64): Pass const long long * to
13874         __builtin_ia32_loaddqudi512_mask.
13875         (_mm512_maskz_loadu_epi64): Likewise.
13876         (_mm512_mask_storeu_epi64): Pass long long *
13877         to __builtin_ia32_storedqudi512_mask.
13878         (_mm512_loadu_si512): Pass const int * to
13879         __builtin_ia32_loaddqusi512_mask.
13880         (_mm512_mask_loadu_epi32): Likewise.
13881         (_mm512_maskz_loadu_epi32): Likewise.
13882         (_mm512_storeu_si512): Pass int * to
13883         __builtin_ia32_storedqusi512_mask.
13884         (_mm512_mask_storeu_epi32): Likewise.
13885         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
13886         char * to __builtin_ia32_storedquqi256_mask.
13887         (_mm_mask_storeu_epi8): Likewise.
13888         (_mm256_mask_loadu_epi16): Pass const short * to
13889         __builtin_ia32_loaddquhi256_mask.
13890         (_mm256_maskz_loadu_epi16): Likewise.
13891         (_mm_mask_loadu_epi16): Pass const short * to
13892         __builtin_ia32_loaddquhi128_mask.
13893         (_mm_maskz_loadu_epi16): Likewise.
13894         (_mm256_mask_loadu_epi8): Pass const char * to
13895         __builtin_ia32_loaddquqi256_mask.
13896         (_mm256_maskz_loadu_epi8): Likewise.
13897         (_mm_mask_loadu_epi8): Pass const char * to
13898         __builtin_ia32_loaddquqi128_mask.
13899         (_mm_maskz_loadu_epi8): Likewise.
13900         (_mm256_mask_storeu_epi16): Pass short * to.
13901         __builtin_ia32_storedquhi256_mask.
13902         (_mm_mask_storeu_epi16): Pass short * to.
13903         __builtin_ia32_storedquhi128_mask.
13904         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
13905         const double * to __builtin_ia32_loadupd256_mask.
13906         (_mm256_maskz_loadu_pd): Likewise.
13907         (_mm_mask_loadu_pd): Pass onst double * to
13908         __builtin_ia32_loadupd128_mask.
13909         (_mm_maskz_loadu_pd): Likewise.
13910         (_mm256_mask_storeu_pd): Pass double * to
13911         __builtin_ia32_storeupd256_mask.
13912         (_mm_mask_storeu_pd): Pass double * to
13913         __builtin_ia32_storeupd128_mask.
13914         (_mm256_mask_loadu_ps): Pass const float * to
13915         __builtin_ia32_loadups256_mask.
13916         (_mm256_maskz_loadu_ps): Likewise.
13917         (_mm_mask_loadu_ps): Pass const float * to
13918         __builtin_ia32_loadups128_mask.
13919         (_mm_maskz_loadu_ps): Likewise.
13920         (_mm256_mask_storeu_ps): Pass float * to
13921         __builtin_ia32_storeups256_mask.
13922         (_mm_mask_storeu_ps): ass float * to
13923         __builtin_ia32_storeups128_mask.
13924         (_mm256_mask_loadu_epi64): Pass const long long * to
13925         __builtin_ia32_loaddqudi256_mask.
13926         (_mm256_maskz_loadu_epi64): Likewise.
13927         (_mm_mask_loadu_epi64): Pass const long long * to
13928         __builtin_ia32_loaddqudi128_mask.
13929         (_mm_maskz_loadu_epi64): Likewise.
13930         (_mm256_mask_storeu_epi64): Pass long long * to
13931         __builtin_ia32_storedqudi256_mask.
13932         (_mm_mask_storeu_epi64): Pass long long * to
13933         __builtin_ia32_storedqudi128_mask.
13934         (_mm256_mask_loadu_epi32): Pass const int * to
13935         __builtin_ia32_loaddqusi256_mask.
13936         (_mm256_maskz_loadu_epi32): Likewise.
13937         (_mm_mask_loadu_epi32): Pass const int * to
13938         __builtin_ia32_loaddqusi128_mask.
13939         (_mm_maskz_loadu_epi32): Likewise.
13940         (_mm256_mask_storeu_epi32): Pass int * to
13941         __builtin_ia32_storedqusi256_mask.
13942         (_mm_mask_storeu_epi32): Pass int * to
13943         __builtin_ia32_storedqusi128_mask.
13944         * config/i386/i386-builtin-types.def (PCSHORT): New.
13945         (PINT64): Likewise.
13946         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
13947         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
13948         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
13949         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
13950         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
13951         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
13952         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
13953         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
13954         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
13955         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
13956         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
13957         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
13958         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
13959         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
13960         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
13961         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
13962         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
13963         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
13964         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
13965         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
13966         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
13967         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
13968         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
13969         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
13970         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
13971         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
13972         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
13973         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
13974         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
13975         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
13976         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
13977         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
13978         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
13979         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
13980         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
13981         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
13982         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
13983         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
13984         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
13985         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
13986         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
13987         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
13988         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
13989         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
13990         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
13991         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
13992         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
13993         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
13994         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
13995         use UNSPEC_STOREU.
13996         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
13997         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
13998         load nor store.
13999         (ix86_expand_vector_move_misalign): Likewise.
14000         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
14001         to scalar function prototype for unaligned load/store builtins.
14002         (ix86_expand_special_args_builtin): Updated.
14003         * config/i386/sse.md (UNSPEC_LOADU): Removed.
14004         (UNSPEC_STOREU): Likewise.
14005         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
14006         (VI_ULOADSTORE_F_AVX512VL): Likewise.
14007         (ssescalarsize): Handle V4TI, V2TI and V1TI.
14008         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14009         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
14010         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
14011         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
14012         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
14013         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
14014         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
14015         (<avx512>_storedqu<mode>_mask): Likewise.
14016         (*sse4_2_pcmpestr_unaligned): Likewise.
14017         (*sse4_2_pcmpistr_unaligned): Likewise.
14018         (*mov<mode>_internal): Renamed to ...
14019         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
14020         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
14021         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
14022         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
14024 2016-04-19  Richard Biener  <rguenther@suse.de>
14026         PR tree-optimization/70171
14027         * tree-ssa-phiprop.c: Include stor-layout.h.
14028         (phiprop_insert_phi): Handle the aggregate copy case.
14029         (propagate_with_phi): Likewise.
14031 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
14033         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
14034         instead of simplify_gen_subreg (... , 0).
14035         (ix86_delegitimize_address): Ditto.
14036         (ix86_split_divmod): Ditto.
14037         (ix86_split_copysign_const): Ditto.
14038         (ix86_split_copysign_var): Ditto.
14039         (ix86_expand_args_builtin): Ditto.
14040         (ix86_expand_round_builtin): Ditto.
14041         (ix86_expand_special_args_builtin): Ditto.
14042         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
14043         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
14044         (udivmodqi4): Ditto.
14045         (absneg splitters): Ditto.
14046         (*jcc_bt<mode>_1): Ditto.
14048 2016-04-19  Richard Biener  <rguenther@suse.de>
14050         PR tree-optimization/70724
14051         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
14052         restoring out from ...
14053         (free_scc_vn): ... here.
14054         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
14055         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
14056         tail merging.
14057         (pass_fre::execute): Restore SSA info.
14059 2016-04-19  Richard Biener  <rguenther@suse.de>
14061         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
14062         * gimple-walk.c (walk_gimple_op): Initialize it.
14063         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
14064         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
14065         remapping SSA names of defs.
14066         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
14067         adjustment.
14069 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
14071         PR middle-end/70689
14072         * lra-constraints.c (equiv_substition_p): New.
14073         (process_alt_operands): Use it.
14074         (swap_operands): Swap it.
14075         (curr_insn_transform): Update it.
14077 2016-04-18  Michael Matz  <matz@suse.de>
14079         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
14080         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
14081         * tree-core.h (tree_type_common.align): Use bit-field.
14082         (tree_type_common.spare): New.
14083         (tree_decl_common.off_align): Make smaller.
14084         (tree_decl_common.align): Use bit-field.
14086         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
14087         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
14088         (scan_sharing_clauses): Ditto.
14089         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14090         (omp_finish_file): Ditto.
14091         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
14092         (layout_decl): Ditto.
14093         (relayout_decl): Ditto.
14094         (finalize_record_size): Use SET_TYPE_ALIGN.
14095         (finalize_type_size): Ditto.
14096         (finish_builtin_struct): Ditto.
14097         (layout_type): Ditto.
14098         (initialize_sizetypes): Ditto.
14099         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
14100         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
14101         (lookup_field_for_decl): Use SET_DECL_ALIGN.
14102         (get_chain_field): Ditto.
14103         (get_trampoline_type): Ditto.
14104         (get_nl_goto_field): Ditto.
14105         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
14106         SET_DECL_ALIGN.
14107         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
14108         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
14109         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
14110         (build_qualified_type): Use SET_TYPE_ALIGN.
14111         (build_aligned_type, build_range_type_1): Ditto.
14112         (build_atomic_base): Ditto.
14113         (build_common_tree_nodes): Ditto.
14114         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
14115         (expand_one_stack_var_at): Ditto.
14116         * coverage.c (build_var): Use SET_DECL_ALIGN.
14117         * except.c (init_eh): Ditto.
14118         * function.c (assign_parm_setup_block): Ditto.
14119         * symtab.c (increase_alignment_1): Ditto.
14120         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
14121         * tree-vect-stmts.c (ensure_base_align): Ditto.
14122         * varasm.c (align_variable): Ditto.
14123         (assemble_variable): Ditto.
14124         (build_constant_desc): Ditto.
14125         (output_constant_def_contents): Ditto.
14127         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
14128         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
14129         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
14130         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
14131         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
14133 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
14135         PR target/70708
14136         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
14137         replace %vmovsd with "%vmovq".
14138         (vec_concatv2df): Likewise.
14140 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
14142         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
14143         (*vec_extractv2si_0): Ditto.
14144         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
14145         (zero_extended_scalar_load_operand splitters): Ditto.
14146         (vec_extract splitters): Ditto.
14147         (*vec_extractv4si_0_zext): Ditto.
14148         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
14149         and lowpart_subreg.
14150         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
14151         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
14152         (*sse4_1_extractps): Use lowpart_subreg.
14153         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
14155 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14157         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
14158         gld requirements.
14159         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
14160         Mention Solaris 11 packaging changes.
14161         Update gas and gld requirements.
14162         Remove reference to pre-Solaris 10 bug.
14163         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
14164         systems and bugs.
14165         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
14166         with cc.
14168 2016-04-17  Jan Hubicka  <jh@suse.cz>
14170         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
14171         max_loop_iterations_int.
14173 2016-04-18  Richard Biener  <rguenther@suse.de>
14175         PR tree-optimization/43434
14176         * tree-ssa-structalias.c (struct vls_data): New.
14177         (visit_loadstore): Handle all pointer-based accesses.
14178         (compute_dependence_clique): Compute a bitmap of restrict tags
14179         assigned bases and pass it to visit_loadstore.
14181 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
14183         PR target/70711
14184         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
14185         armv8.1-a and armv8.1-a+crc.
14187 2016-04-18  Richard Biener  <rguenther@suse.de>
14189         PR tree-optimization/70701
14190         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
14191         references after translating through a memcpy.
14193 2016-04-18  Richard Biener  <rguenther@suse.de>
14195         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
14196         (compute_antic): ... here.  For partial antic use regular
14197         postorder and scrap iteration.
14198         (compute_partial_antic_aux): Remove unused return value.
14199         (init_pre): Do not allocate postorder.
14200         (fini_pre): Do not free postorder.
14202 2016-04-18  Richard Biener  <rguenther@suse.de>
14204         PR middle-end/37870
14205         * expmed.c (extract_bit_field_1): Remove broken case
14206         using a wider MODE_INT mode.
14208 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
14210         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
14211         unless compiling with at least GCC-4.8.
14213 2016-04-17  Jan Hubicka  <jh@suse.cz>
14215         PR bootstrap/70706
14216         * graphite.c (graphite_finalize): Update call to
14217         tree_estimate_probability.
14218         * predict.h (tree_estimate_probability): Update prototype.
14220 2016-04-17  Jan Hubicka  <jh@suse.cz>
14222         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
14223         (tree_estimate_probability): Likewise.
14224         (pass_profile::execute): Update.
14225         (report_predictor_hitrates): New function.
14226         * profile.c (compute_branch_probabilities): Use it.
14227         * predict.h (report_predictor_hitrates): Declare.
14229 2016-04-17  Jan Hubicka  <jh@suse.cz>
14231         PR ipa/70018
14232         * cgraph.h (cgraph_node::set_const_flag,
14233         cgraph_node::set_pure_flag): Update prototype to return bool;
14234         update comment.
14235         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
14236         of interposable symbol are interposable, too.
14237         (cgraph_set_const_flag_1): Rename to ...
14238         (set_const_flag_1): ... this one; change to self recursive function
14239         instead of call_for_symbol_thunks_and_aliases. Handle correctly
14240         clearnig the flag in all variants and also virtual thunks of const
14241         functions are pure; track if any change was done.
14242         (cgraph_node::set_const_flag): Update.
14243         (struct set_pure_flag_info): New struct.
14244         (cgraph_set_pure_flag_1): Rename to ...
14245         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
14246         rather than pointer encoded flags; track if any changes was done;
14247         handle correctly clearning flag and setting flag of aliases already
14248         declared const.
14249         (cgraph_node::set_pure_flag): Update.
14250         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
14252 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14254         PR other/70433
14255         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
14256         backslash in label.
14258 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14260         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
14261         '{}<> ' as escape-for-record.
14263 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14265         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
14266         structure.
14268 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14270         PR other/70185
14271         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
14272         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
14273         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
14274         * passes.c (finish_optimization_passes): Only call
14275         finish_graph_dump_file if dfi->graph_dump_initialized.
14276         (execute_function_dump, pass_init_dump_file): Use
14277         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
14279 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14281         PR tree-optimization/70256
14282         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
14283         (debug_varmap): New function.
14285 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14287         PR other/70183
14288         * passes.c (pass_manager::register_pass): Propagate pflags.
14290 2016-04-17  Tom de Vries  <tom@codesourcery.com>
14292         PR other/68875
14293         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
14294         * passes.c (pass_manager::pass_manager): Declare and init p_start in
14295         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
14296         check if it's equal to p_start.
14297         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
14299 2016-04-15  Jan Hubicka  <jh@suse.cz>
14301         PR ipa/70018
14302         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
14303         function does not bind to current def.
14304         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
14305         handle conservatively calls to functions that does not need to bind
14306         to current def.
14307         (check_call): Update call of worse_state.
14308         (ignore_edge_for_nothrow): Update.
14309         (ignore_edge_for_pure_const): Likewise.
14310         (propagate_pure_const): Update calls to worse_state.
14311         (skip_function_for_local_pure_const): Reformat comments.
14313 2016-04-15  Jan Hubicka  <jh@suse.cz>
14315         PR ipa/70018
14316         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
14317         (cgraph_node::function_symbol): Likewise.
14318         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14319         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
14320         (symtab_node::ultimate_alias_target): Add REF parameter.
14321         (symtab_node::binds_to_current_def_p): Declare.
14322         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
14323         (cgraph_node::function_symbol): Likewise.
14324         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
14325         (cgraph_node::get_availability): Likewise.
14326         (cgraph_edge::binds_to_current_def_p): New inline function.
14327         (varpool_node::get_availability): Add REF parameter.
14328         (varpool_node::ultimate_alias_target): Likewise.
14329         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
14330         (symtab_node::binds_to_current_def_p): Likewise.
14331         * varpool.c (varpool_node::get_availability): Likewise.
14333 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
14335         PR target/70662
14336         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
14337         Fix mode size check.
14339 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
14341         * BASE-VER: Set to 7.0.0.
14343 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
14345         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
14347 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14349         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
14350         architecture revisions.
14352 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
14354         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
14355         * config/i386/i386.c (ix86_using_red_zone): No longer static.
14356         * config/i386/i386.md (stack decrement to push peepholes): Guard
14357         with !x86_using_red_zone ().
14359 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
14361         PR c++/70675
14362         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
14363         to dump_generic_node.
14364         (NIY): Pass also flags to do_niy.
14366 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
14368         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
14369         (simd_clone_vector_of_formal_parm_types)
14370         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
14371         (simd_clone_mangle, simd_clone_create)
14372         (simd_clone_adjust_return_type, create_tmp_simd_array)
14373         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
14374         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
14375         (ipa_simd_modify_function_body, simd_clone_linear_addend)
14376         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
14377         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
14378         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
14379         * omp-simd-clone.c: ... this new file.
14380         (simd_clone_vector_of_formal_parm_types): Make it static.
14381         * Makefile.in (OBJS): Add omp-simd-clone.o.
14383 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
14385         PR target/70662
14386         * config/i386/sse.md: Use proper memory operand modifiers.
14389 2016-04-15  Richard Biener  <rguenther@suse.de>
14390         Alan Modra  <amodra@gmail.com>
14392         PR tree-optimization/70130
14393         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
14394         when alignment stays not the same and no not use the realign
14395         scheme then.
14397 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
14399         PR target/70669
14400         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
14401         direct move handlers for KFmode. Change TFmode handlers test from
14402         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
14404 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
14406         PR c++/70594
14407         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
14408         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
14409         (inlined_polymorphic_ctor_dtor_block_p): Use it.
14410         * tree-ssa-live.c (remove_unused_scope_block_p): When
14411         in_ctor_dtor_block, avoid discarding not just BLOCKs with
14412         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
14413         block_ultimate_origin is FUNCTION_DECL.
14414         (remove_unused_locals): If current_function_decl is
14415         polymorphic_ctor_dtor_p, pass initial true to
14416         remove_unused_scope_block_p' is_ctor_dtor_block.
14418 2016-04-14  Martin Sebor  <msebor@redhat.com>
14420         PR c++/69517
14421         PR c++/70019
14422         PR c++/70588
14423         * doc/extend.texi (Variable Length): Revert.
14425 2016-04-14  Marek Polacek  <polacek@redhat.com>
14426             Jan Hubicka  <hubicka@ucw.cz>
14428         PR c++/70029
14429         * tree.c (verify_type): Disable the canonical type of main variant
14430         check.
14432 2016-04-14  Jason Merrill  <jason@redhat.com>
14434         * cfgexpand.c, expr.c: Revert previous change.
14436 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
14438         PR middle-end/70643
14439         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
14440         when building a mem ref for the incoming reduction variable.
14442 2016-04-14  Richard Biener  <rguenther@suse.de>
14444         PR tree-optimization/70614
14445         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
14446         loop if the evolution dropped to chrec_dont_know.
14447         (interpret_condition_phi): Likewise.
14449 2016-04-14  Richard Biener  <rguenther@suse.de>
14451         PR tree-optimization/70623
14452         * tree-ssa-pre.c (changed_blocks): Make global ...
14453         (compute_antic): ... local here.  Move and fix worklist
14454         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
14455         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
14456         worklist handling, dump when ANTIC_IN changed.
14457         (compute_partial_antic_aux): Remove worklist handling.
14458         (init_pre): Do not compute post dominators.  Add a comment about
14459         the CFG order chosen.
14460         (fini_pre): Do not free post dominators.
14462 2016-04-13  Martin Sebor  <msebor@redhat.com>
14464         PR c++/69517
14465         PR c++/70019
14466         PR c++/70588
14467         * doc/extend.texi (Variable Length): Document C++ specifics.
14469 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
14471         PR c++/70641
14472         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
14473         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
14474         eh edges have been purged.
14476         PR c++/70594
14477         * tree-sra.c (create_access_replacement,
14478         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
14479         gets fancy name.
14480         * tree-pretty-print.c (dump_fancy_name): New function.
14481         (dump_decl_name, dump_generic_node): Use it.
14483 2016-04-13  Jason Merrill  <jason@redhat.com>
14485         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
14486         * expr.c (expand_expr_real_1): Likewise.
14488 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
14490         * config/i386/i386.md (kunpckhi): Swap operands.
14491         (kunpcksi): Likewise.
14492         (kunpckdi): Likewise.
14493         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
14494         (vec_pack_trunc_<mode>): Likewise.
14496 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
14498         PR debug/70628
14499         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
14501         PR middle-end/70633
14502         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
14503         gimplification turns some element into non-constant.
14505         PR debug/70628
14506         * rtl.h (convert_memory_address_addr_space_1): New prototype.
14507         * explow.c (convert_memory_address_addr_space_1): No longer static,
14508         add NO_EMIT argument and don't call convert_modes if true, pass
14509         it down recursively, remove break after return.
14510         (convert_memory_address_addr_space): Adjust caller.
14511         * simplify-rtx.c (simplify_unary_operation_1): Call
14512         convert_memory_address_addr_space_1 instead of convert_memory_address,
14513         if it returns NULL, don't simplify.
14515 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
14517         PR target/70630
14518         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
14520 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14522         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14523         Bump the upper SIMDLEN limits, so that if the return type or
14524         characteristic type if the return type is void can be passed in
14525         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
14526         allowed.
14528 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
14530         PR target/70640
14531         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
14532         Do not use "=" constraint on an input constraint.
14533         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
14534         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
14535         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
14536         generates (neg (abs ...)) instead of (abs ...).
14538 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14540         PR rtl-optimization/70596
14541         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
14542         just invalidate LRA data and reset them.  Adjust dump wording.
14544 2016-04-12  Martin Liska  <mliska@suse.cz>
14546         Revert
14547         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
14549         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
14550         estimates here.
14551         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
14552         max_loop_iterations_int.
14553         (tree_unswitch_outer_loop): Likewise.
14554         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
14555         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
14557 2016-04-12  Tom de Vries  <tom@codesourcery.com>
14559         PR tree-optimization/68756
14560         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
14561         instead of new_name.
14563 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
14565         PR tree-optimization/70602
14566         * tree-sra.c (generate_subtree_copies): Don't write anything into
14567         constant pool decls.
14569         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
14570         regardless whether there are depend clauses or not.
14572 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
14574         PR target/70381
14575         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
14576         target attribute and pragma from changing the -mfloat128
14577         and -mfloat128-hardware options.
14579         * doc/extend.texi (Additional Floating Types): Document PowerPC
14580         __float128 restrictions.
14582 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14584         PR target/70133
14585         * config/aarch64/driver-aarch64.c
14586         (aarch64_get_extension_string_for_isa_flags): New.
14587         (arch_extension): Rename to...
14588         (aarch64_arch_extension): ...This.
14589         (ext_to_feat_string): Rename to...
14590         (aarch64_extensions): ...This.
14591         (aarch64_core_data): Keep track of architecture extension flags.
14592         (cpu_data): Rename to...
14593         (aarch64_cpu_data): ...This.
14594         (aarch64_arch_driver_info): Keep track of architecture extension
14595         flags.
14596         (get_arch_name_from_id): Rename to...
14597         (get_arch_from_id): ...This, change return type.
14598         (host_detect_local_cpu): Update and reformat for renames, handle
14599         extensions through common infrastructure.
14601 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14603         PR target/70133
14604         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
14605         track of a canonical flag name.
14606         (all_extensions): Likewise.
14607         (arch_to_arch_name): Also track extension flags enabled by the arch.
14608         (all_architectures): Likewise.
14609         (aarch64_parse_extension): Move to here.
14610         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
14611         rework.
14612         (aarch64_rewrite_selected_cpu): Update for above change.
14613         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
14614         are handled, such that the single explicit value enabled by an
14615         extension is kept seperate from the implicit values it also enables.
14616         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
14617         to here.
14618         (aarch64_parse_extension): New.
14619         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
14620         here to config/aarch64/aarch64-protos.h.
14621         (aarch64_parse_extension): Move from here to
14622         common/config/aarch64/aarch64-common.c.
14623         (aarch64_option_print): Update.
14624         (aarch64_declare_function_name): Likewise.
14625         (aarch64_start_file): Likewise.
14626         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
14627         the canonical flag for extensions.
14628         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
14629         flags.
14631 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
14633         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
14634         AARCH64_FL_CRC.
14636 2016-04-09  Tom de Vries  <tom@codesourcery.com>
14638         PR tree-optimization/68953
14639         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
14640         first to last subscript.
14642 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
14644         PR tree-optimization/70586
14645         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
14646         for any calls.
14648 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
14650         PR lto/70289
14651         PR ipa/70348
14652         PR tree-optimization/70373
14653         PR middle-end/70533
14654         PR middle-end/70534
14655         PR middle-end/70535
14656         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
14657         clauses for acc parallel reductions as necessary.  Error on those
14658         that are private.
14659         * omp-low.c (scan_sharing_clauses): Don't install variables which
14660         are used in acc parallel reductions.
14661         (lower_rec_input_clauses): Remove dead code.
14662         (lower_oacc_reductions): Add support for reference reductions.
14663         (lower_reduction_clauses): Remove dead code.
14664         (lower_omp_target): Don't remap variables appearing in acc parallel
14665         reductions.
14666         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
14668 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
14670         PR middle-end/70593
14671         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
14672         with multiple SSA_NAME defs, force the outputs other than first
14673         to be live before calling live_track_process_def on each output.
14675         PR rtl-optimization/70574
14676         * fwprop.c (forward_propagate_and_simplify): Don't add
14677         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
14678         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
14679         paradoxical subregs within *loc.
14681 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
14683         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
14684         -ftree-parallelize-loops={0,1}.
14685         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
14686         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
14687         * config/ia64/hpux.h (LIB_SPEC): Likewise.
14688         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
14689         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
14691 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
14693         PR sanitizer/70541
14694         * asan.c (instrument_derefs): If we get unknown location, extract it
14695         with EXPR_LOCATION.
14696         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
14698 2016-04-08  Tom de Vries  <tom@codesourcery.com>
14700         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
14701         implicit firstprivate clause.
14703 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14705         PR target/70566
14706         * config/arm/thumb2.md (tst + branch-> lsls + branch
14707         peephole below *orsi_not_shiftsi_si): Require that condition
14708         register is dead after the peephole.
14709         (second peephole after the above): Likewise.
14711 2016-04-08  Alan Modra  <amodra@gmail.com>
14713         PR target/70117
14714         * builtins.c (fold_builtin_classify): For IBM extended precision,
14715         look at just the high-order double to test for NaN.
14716         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
14717         test just the high double for Inf but both doubles for subnormal
14718         limit.
14720 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
14722         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
14723         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
14724         node->simdclone->mask_mode != VOIDmode masks.
14725         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
14726         earlier, use it instead of node->simdclone.
14727         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14728         Set clonei->mask_mode.
14730 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
14732         PR c/70436
14733         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
14734         Pass it through to cp_parser_already_scoped_statement.
14735         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
14736         it through to cp_parser_statement.
14737         (cp_parser_statement): Pass IF_P through to
14738         cp_parser_iteration_statement.
14739         (cp_parser_pragma): Adjust call to
14740         cp_parser_iteration_statement.
14742 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
14744         PR c/70436
14745         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
14746         resolve a future -Wparentheses warning.
14747         * omp-low.c (scan_sharing_clauses): Likewise.
14748         * tree-parloops.c (eliminate_local_variables): Likewise.
14750 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
14752         PR rtl-optimization/70398
14753         * lra-constraints.c (process_address_1): Check zero scale and code
14754         for reloading with zero scale.
14756 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
14758         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
14759         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
14761 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
14763         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
14764         Add support for AVX512F clones, include them by default for
14765         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
14766         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
14767         up to 128.
14769         PR middle-end/70550
14770         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
14771         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
14772         firstprivate clauses.
14773         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
14774         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
14775         (lower_omp_target): Set TREE_NO_WARNING for
14776         non-addressable possibly uninitialized vars which are copied into
14777         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
14779 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
14781         * config/pa/predicates.md (integer_store_memory_operand): Accept
14782         REG+D operands with a large offset when reload_in_progress is true.
14783         (floating_point_store_memory_operand): Likewise.
14785 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14787         PR c++/70336
14788         * match.pd (nested int casts): Limit to GIMPLE.
14790 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
14792         PR ipa/66223
14793         * ipa-devirt.c (maybe_record_node): Fix comment; use
14794         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
14796 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14798         PR rtl-optimization/70542
14799         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
14800         if there are any uses other than insn or debug insns.
14802 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
14803             Jakub Jelinek  <jakub@redhat.com>
14805         PR tree-optimization/70509
14806         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
14807         Shift HOST_WIDE_INT_1U instead of 1.
14809 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
14811         PR tree-optimization/70509
14812         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
14813         of the vector base type for index.
14815 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
14817         PR target/70510
14818         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
14820 2016-04-05  Richard Biener  <rguenther@suse.de>
14822         PR tree-optimization/70526
14823         * tree-sra.c (build_ref_for_offset): Use prev_base to
14824         extract the alias pointer type.
14826 2016-04-05  Richard Biener  <rguenther@suse.de>
14828         * dse.c (struct store_info): Remove alias_set member.
14829         (struct read_info_type): Likewise.
14830         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
14831         spill_deleted, clear_alias_set_lookup): Remove.
14832         (get_group_info): Remove dead base == NULL_RTX case.
14833         (dse_step0): Remove initialization of removed variables.
14834         (delete_dead_store_insn): Reomve alias set dumping.
14835         (free_read_records): Remove alias_set handling.
14836         (canon_address): Remove alias_set_out parameter.
14837         (record_store): Remove spill_alias_set, it's always zero.
14838         (check_mem_read_rtx): Likewise.
14839         (dse_step2): Rename from ...
14840         (dse_step2_nospill): ... this.  Adjust.
14841         (scan_stores): Rename from ...
14842         (scan_stores_nospill): ... this.
14843         (scan_reads): Rename from ...
14844         (scan_reads_nospill): ... this.
14845         (scan_stores_spill, scan_reads_spill): Remove.
14846         (dse_step3_scan): Remove for_spills argument which is always false.
14847         (dse_step3): Likewise.
14848         (dse_step5): Rename from ...
14849         (dse_step5_nospill): ... this.  Remove alias_set handling.
14850         (rest_of_handle_dse): Adjust.
14852 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
14854         PR target/70525
14855         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
14856         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
14857         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
14858         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
14860 2016-04-05  Richard Biener  <rguenther@suse.de>
14862         PR middle-end/70499
14863         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
14864         non-register type temporaries into SSA.
14866 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
14868         PR ipa/66223
14869         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
14870         calls when sanitizing.
14871         (possible_polymorphic_call_target_p): Fix formatting.
14873 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14874             Jakub Jelinek <jakub@redhat.com>
14876         PR middle-end/70457
14877         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
14878         to ensure a call statement is compatible with a built-in's
14879         prototype.
14880         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
14881         Likewise.
14883 2016-04-04  Richard Biener  <rguenther@suse.de>
14885         PR rtl-optimization/70484
14886         * rtl.h (canon_output_dependence): Declare.
14887         * alias.c (canon_output_dependence): New function.
14888         * dse.c (record_store): Use canon_output_dependence rather
14889         than canon_true_dependence.
14891 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
14893         PR ipa/68881
14894         * cgraph.h (symtab_node::copy_visibility_from): New function.
14895         * symtab.c (symtab_node::copy_visibility_from): New function.
14896         * ipa-visibility.c (optimize_weakref): New function.
14897         (function_and_variable_visibility): Use it.
14899 2016-04-04  Martin Liska  <mliska@suse.cz>
14901         PR hsa/70402
14902         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
14903         value that is really in range handled by SBR instruction.
14904         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
14905         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
14906         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
14908 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
14910         PR target/70416
14911         PR target/67391
14912         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
14913         set, but not for SP_REG operands.
14915 2016-04-02  Martin Sebor  <msebor@redhat.com>
14917         PR c++/67376
14918         * fold-const.c (maybe_nonzero_address): New function.
14919         (fold_comparison): Call it.  Fold equality and relational
14920         expressions involving null pointers.
14921         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
14923 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
14925         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
14926         the "Y" constraint (scalar FP 0.0 immediate).
14928         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
14929         Add the "const_double" to the list of operand constraints.
14931 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
14933         PR rtl-optimization/70467
14934         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
14935         If low word of the last operand is 0, just emit addition/subtraction
14936         for the high word.
14938 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14940         PR target/70404
14941         * config/s390/s390.c (s390_expand_insv): Check for everything
14942         constant instead of just VOIDmode stuff.
14944 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14946         PR target/70496
14947         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
14949 2016-04-01  Nathan Sidwell  <nathan@acm.org>
14951         * tree.def (TRY_CATCH_EXPR): Correct documentation.
14953 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
14955         PR rtl-optimization/70461
14956         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
14957         is necessary.
14959 2016-03-31  Martin Liska  <mliska@suse.cz>
14961         PR hsa/70399
14962         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
14963         a tree value or an immediate integer value to a buffer
14964         that is eventually copied to a BRIG section.
14965         (emit_immediate_operand): Call the function here.
14966         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
14967         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
14968         of class' fields that are removed.
14969         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
14970         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
14971         m_brig_repr_size fields.
14973 2016-03-31  Martin Liska  <mliska@suse.cz>
14975         PR hsa/70391
14976         * hsa-gen.c (hsa_function_representation::update_dominance): New
14977         function.
14978         (convert_addr_to_flat_segment): Likewise.
14979         (gen_hsa_memory_set): New alignment argument.
14980         (gen_hsa_ctor_assignment): Likewise.
14981         (gen_hsa_insns_for_single_assignment): Provide alignment
14982         to gen_hsa_ctor_assignment.
14983         (gen_hsa_insns_for_direct_call): Add new argument.
14984         (expand_lhs_of_string_op): New function.
14985         (expand_string_operation_builtin): Likewise.
14986         (expand_memory_copy): New function.
14987         (expand_memory_set): New function.
14988         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
14989         (convert_switch_statements): Change signature.
14990         (generate_hsa): Use a return value of the function.
14991         (pass_gen_hsail::execute): Do not call
14992         convert_switch_statements here.
14993         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
14994         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
14995         (hsa_function_representation::update_dominance): New function.
14997 2016-03-31  Martin Liska  <mliska@suse.cz>
14999         PR hsa/70391
15000         * hsa-brig.c (emit_directive_variable): Emit alignment
15001         according to hsa_symbol::m_align.
15002         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
15003         (dump_hsa_symbol): Dump alignment of HSA symbols.
15004         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
15005         (gen_hsa_addr_with_align): New function.
15006         (hsa_bitmemref_alignment): Use newly added function.
15007         (gen_hsa_insns_for_load): Likewise.
15008         (gen_hsa_insns_for_store): Likewise.
15009         (gen_hsa_memory_copy): New argument added.
15010         (gen_hsa_insns_for_single_assignment): Respect
15011         alignment for assignments processed via gen_hsa_memory_copy.
15012         (gen_hsa_insns_for_direct_call): Likewise.
15013         (gen_hsa_insns_for_return): Likewise.
15014         (gen_function_def_parameters): Set default alignment.
15015         * hsa.c (hsa_object_alignment): New function.
15016         (hsa_byte_alignment): Pasted function.
15017         * hsa.h (hsa_symbol::m_align): New field.
15019 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
15021         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
15022         scratch field for goto case.
15024 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
15026         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
15028 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
15030         PR target/70442
15031         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
15032         (scalar_chain::convert_insn): Call convert_op for reg
15033         moves to handle undefined registers.
15035 2016-03-31  Nathan Sidwell  <nathan@acm.org>
15037         PR c++/70393
15038         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
15039         Assert we don't want to move backwards.
15041 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
15043         PR target/70453
15044         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
15046 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
15048         PR rtl-optimization/70460
15049         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
15050         with operand from REG_LABEL_OPERAND, instead substitute
15051         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
15052         Don't do anything for REG_NON_LOCAL_GOTO jumps.
15054 2016-03-31  Martin Liska  <mliska@suse.cz>
15056         * passes.c (execute_one_pass): Do not call
15057         todo_after for a discarded function.
15059 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
15061         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
15062         (no_cost, infinite_cost): Initialize the new field.
15063         (get_computation_cost_at): Record setup cost.
15064         (determine_use_iv_cost_address): Skip cost computation for sub
15065         uses if we can estimate it without losing accuracy.
15067 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
15069         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
15070         estimates here.
15071         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15072         max_loop_iterations_int.
15073         (tree_unswitch_outer_loop): Likewise.
15074         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
15075         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
15077 2016-03-30  Richard Biener  <rguenther@suse.de>
15079         PR middle-end/70450
15080         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
15082 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
15084         PR target/70421
15085         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
15086         in gen_blendm expander.
15088 2016-03-30  Nick Clifton  <nickc@redhat.com>
15090         PR target/62254
15091         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
15092         case where we are already provided with an SImode SUBREG.
15094 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
15096         PR target/70439
15097         * config/i386/i386.c (ix86_expand_epilogue): Properly check
15098         conflict between DRAP register and __builtin_eh_return.
15100 2016-03-30  Michael Matz  <matz@suse.de>
15101             Richard Biener  <rguenther@suse.de>
15103         PR ipa/12392
15104         * ipa-polymorphic-call.c (struct type_change_info): Change
15105         speculative to an unsigned allowing to limit the work we do.
15106         (csftc_abort_walking_p): New inline function..
15107         (check_stmt_for_type_change): Limit the number of may-defs
15108         skipped for speculative devirtualization to
15109         max-speculative-devirt-maydefs.
15110         * params.def (max-speculative-devirt-maydefs): New param.
15111         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
15113 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
15115         PR target/63890
15116         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
15117         and TARGET_MACHO.
15119 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
15121         PR tree-optimization/59124
15122         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
15123         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
15125 2016-03-29  Jeff Law  <law@redhat.com>
15127         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
15129 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
15131         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
15132         to HOST_WIDE_INT.
15134 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
15136         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
15137         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
15138         gcrt0.o if linking dynamically.
15140 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
15142         PR ipa/70283
15143         * ipa-devirt.c (methods_equal_p): New function.
15144         (compare_virtual_tables): Use it.
15145         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
15146         * cgraphclones.c (clone_function_name_1): Use
15147         symbol_table::symbol_suffix_separator.
15148         * coverage.c (build_var): Likewise.
15149         * symtab.c (symbol_table::symbol_suffix_separator): New.
15151 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
15153         PR rtl-optimization/70429
15154         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
15155         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
15156         mode != result_mode.
15158         PR c++/70353
15159         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
15161         PR tree-optimization/70405
15162         * ssa-iterators.h (num_imm_uses): Add missing braces.
15164 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
15166         PR rtl-optimization/68695
15167         * ira-color.c (allocno_copy_cost_saving): New.
15168         (improve_allocation): Use it.
15170 2016-03-29  Richard Henderson  <rth@redhat.com>
15172         PR middle-end/70355
15173         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
15175 2016-03-29  Richard Biener  <rguenther@suse.de>
15177         PR middle-end/70424
15178         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
15179         use alignment returned by get_pointer_alignment_1 if it is
15180         bigger than BITS_PER_UNIT.
15181         * builtins.c (get_pointer_alignment_1): Do not return true
15182         for alignment extracted from SSA info.
15184 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
15186         * config/ft32/ft32.opt (mnodiv): New.
15187         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
15188         * doc/invoke.texi (FT32 Options -mnodiv): New.
15190 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
15192         PR target/70406
15193         * config/i386/i386.md (define_split, andn): Fix modes.
15195 2016-03-26  Richard Biener  <rguenther@suse.de>
15196             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15198         PR ipa/70366
15199         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
15200         instead of
15201         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
15202         as 2nd argument to cl_optimization_restore().
15204 2016-03-25  Richard Henderson  <rth@redhat.com>
15206         PR target/70120
15207         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
15208         * config/aarch64/aarch64-protos.h: Declare it.
15209         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
15211 2016-03-25  Alan Modra  <amodra@gmail.com>
15213         PR target/70052
15214         * config/rs6000/constraints.md (j): Simplify.
15215         * config/rs6000/predicates.md (easy_fp_constant): Exclude
15216         decimal float 0.D.
15217         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
15218         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
15219          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
15220         in all constraint alternatives.
15221         (movtd_64bit_nodm): Delete "j" constraint alternative.
15223 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
15225         * tree-ssa-propagate.c: Enhance docs for
15226         SSA_PROP_NOT_INTERESTING.
15228 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
15230         * doc/extend.texi: Fix typo in documentation to pure attribute.
15232 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
15234         PR target/70319
15235         * config/pa/pa.md (bswapdi2): Use a scratch register.
15237 2016-03-24  Richard Henderson  <rth@redhat.com>
15239         PR middle-end/69845
15240         * fold-const.c (extract_muldiv_1): Correct test for multiplication
15241         overflow.
15243 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
15245         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
15246         using ix86_expand_binary_operator instead of gen_andsi3.
15248 2016-03-24  Richard Biener  <rguenther@suse.de>
15250         PR tree-optimization/70396
15251         * tree-vect-stmts.c (vectorizable_comparison): Use
15252         get_vectype_for_scalar_type.
15254 2016-03-24  Richard Biener  <rguenther@suse.de>
15256         PR middle-end/70370
15257         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
15258         with register bases.
15260 2016-03-24  Richard Biener  <rguenther@suse.de>
15262         PR tree-optimization/70372
15263         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
15264         build_all_ones_cst to also handle vector types correctly.
15266 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
15268         PR target/70381
15269         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
15270         -mfloat128 here.
15272 2016-03-23  Marek Polacek  <polacek@redhat.com>
15274         PR c++/69884
15275         * doc/invoke.texi: Document -Wignored-attributes.
15277 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
15279         PR tree-optimization/69042
15280         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
15281         parameter from 30 to 40.
15283 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
15285         PR tree-optimization/69042
15286         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
15287         for use with constant offset stripped in base.
15289 2016-03-23  Richard Biener  <rguenther@suse.de>
15291         PR middle-end/70251
15292         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
15293         mode compatibility check.
15294         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15296 2016-03-23  Jeff Law  <law@redhat.com>
15298         PR tree-optimization/64058
15299         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
15300         CONFLICT_COUNT.
15301         (struct ssa_conflicts): Move up earlier in the file.
15302         (conflicts_, var_map_): New static variables.
15303         (initialize_conflict_count): New function to initialize the
15304         CONFLICT_COUNT field for each conflict pair.
15305         (compare_pairs): Lazily initialize the conflict count and use it
15306         as the first tie-breaker.
15307         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
15308         and wipe conflicts_ and map_ around the call to qsort.  Remove
15309         special case for 2 coalesce pairs.
15310         * bitmap.c (bitmap_count_unique_bits): New function.
15311         (bitmap_count_bits_in_word): New function, extracted from
15312         bitmap_count_bits.
15313         (bitmap_count_bits): Use bitmap_count_bits_in_word.
15314         * bitmap.h (bitmap_count_unique_bits): Declare it.
15316 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
15318         PR target/69917
15319         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
15320         transparent alias chain for decl assembler name.
15321         * config/sol2.c (solaris_assemble_visibility): Likewise.
15323 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15325         * config/arm/arm1020e.md (1020call_op): Reduce reservation
15326         duration.
15327         (v10_fdivs): Likewise.
15328         (v10_fdivd): Likewise.
15330 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15332         PR driver/70132
15333         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
15334         to not call fclose twice on file.
15336 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
15338         PR tree-optimization/70354
15339         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
15340         oprnd0 is wider than oprnd1 and there is a cast from the wider
15341         type to oprnd1, mask it with the mask of the narrower type.
15343         PR target/70321
15344         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
15345         Optimize TARGET_STV splitters, if high or low word of last argument
15346         is 0 or -1.
15348 2016-03-22  Jeff Law  <law@redhat.com>
15350         PR target/70232
15351         tree-ssa-threadbackward.c
15352         (fsm_find_control_statement_thread_paths): Correctly distinguish
15353         between old style jump threads vs FSM jump threads.
15355 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
15357         PR target/70302
15358         * config/i386/i386.c (scalar_chain::convert_op): Support
15359         uninitialized register usage case.
15361 2016-03-22  Richard Biener  <rguenther@suse.de>
15363         PR middle-end/70251
15364         * genmatch.c (gen_transform): Adjust last parameter to a three-state
15365         int...
15366         (capture::gen_transform): ... to change behavior when substituting
15367         a condition into cond or not-cond expr context.
15368         (dt_simplify::gen_1): Adjust.
15369         * gimple-match-head.c: Include gimplify.h for unshare_expr.
15370         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
15371         last change and instead change to
15372         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
15373         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15375 2016-03-22  Anthony Green  <green@moxielogic.com>
15377         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
15378         issue for moxiebox targets.
15379         (CC1PLUS_SPEC): Ditto.
15381 2016-03-22  Richard Biener  <rguenther@suse.de>
15383         PR middle-end/70333
15384         * fold-const.c (extract_muldiv_1): Properly perform multiplication
15385         in the wide type.
15387 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
15389         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
15391 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
15393         PR target/70325
15394         * config/i386/i386.c (def_builtin): Handle
15395         OPTION_MASK_ISA_AVX512VL to be and-ed with other
15396         bits.
15397         (const struct builtin_description bdesc_special_args[]):
15398         Remove duplicate ISA bits.
15400 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
15402         PR target/70329
15403         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
15404         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
15405         in a way that works also for AVX512BW.
15407         PR target/70300
15408         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
15409         instead of source if operands[1] is xmm16 and above and
15410         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
15411         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
15413         PR c++/70295
15414         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
15415         on assign if (*from_p) is a comparison, set it to
15416         TREE_NO_WARNING (*from_p).
15418 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
15420         PR middle-end/70326
15421         * lra.c (restore_scratches): Ignore deleted insns.
15423 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
15424             Jakub Jelinek  <jakub@redhat.com>
15426         PR tree-optimization/70317
15427         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
15428         to HONOR_NANS.
15430 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
15432         PR target/70327
15433         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
15434         of ix86_expand_move.
15435         (movoi): Ditto.
15436         (movti): Use general_operand for operand 1 predicate.
15438 2016-03-21  Martin Liska  <mliska@suse.cz>
15440         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
15441         insns.
15442         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
15444 2016-03-21  Martin Liska  <mliska@suse.cz>
15446         PR ipa/70306
15447         * ipa-icf.c (sem_function::parse): Skip static
15448         constructors and destructors.
15450 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
15452         PR target/70296
15453         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
15454         function-like macro, peek following token(s) if it is followed
15455         by CPP_OPEN_PAREN token with optional padding in between, and
15456         if not, don't treat it like a macro.
15458 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
15459             Alexander Monakov  <amonakov@ispras.ru>
15461         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
15462         for the stabs debug format.
15464 2016-03-21  Richard Biener  <rguenther@suse.de>
15466         PR tree-optimization/70310
15467         * tree-vect-generic.c (expand_vector_condition): Fold the built
15468         condition.
15470 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
15472         PR target/70293
15473         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
15474         Block third alternative for AVX-512VL target,
15476 2016-03-21  Martin Liska  <mliska@suse.cz>
15478         PR hsa/70234
15479         * hsa-brig.c (emit_function_directives): Mark unemitted
15480         global variables for emission.
15481         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
15482         (get_symbol_for_decl): Likewise.
15483         * hsa.h (struct hsa_symbol): New flag.
15485 2016-03-21  Richard Biener  <rguenther@suse.de>
15487         PR tree-optimization/70288
15488         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
15489         we do not estimate unsimplified all-constant conditionals or
15490         switches as optimized away.
15492 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
15494         PR rtl-optimization/69102
15495         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
15496         when we have a readonly dependency context.
15498 2016-03-18  Jeff Law  <law@redhat.com>
15500         PR rtl-optimization/70263
15501         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
15502         (update_equiv_regs): When trying to move a store to after the insn
15503         that sets the source of the store, make sure the store occurs after
15504         the insn that sets the source of the store.  When successful note
15505         the REG_EQUIV note created in the dump file.
15507 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
15508             Bernd Schmidt  <bschmidt@redhat.com>
15510         * doc/extend.texi: Document more potential problems with basic asms.
15512 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
15514         PR rtl-optimization/70278
15515         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
15516         VOIDmode.
15518 2016-03-18  Jason Merrill  <jason@redhat.com>
15520         * calls.c (load_register_parameters): Fix zero size sibcall logic.
15522 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
15524         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
15525         values to 128b regs.
15527 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
15529         PR tree-optimization/70252
15530         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
15531         boolean vector has a proper number of elements.
15532         (supportable_narrowing_operation): Likewise.
15534 2016-03-18  Tom de Vries  <tom@codesourcery.com>
15536         PR ipa/70269
15537         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
15539 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
15541         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
15542         instead of replace_rtx for DEBUG_INSNs.
15544 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
15546         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
15547         load type reservations.
15549 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
15551         PR target/70188
15552         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
15553         define_constraint for "Q" and "T" constraints.
15555 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
15557         Tweak the pipeline model for Exynos M1
15559         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
15560         model.
15562 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
15564         PR c/70264
15565         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
15566         where one or both locations aren't within a line_map.
15568 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
15570         PR driver/70192
15571         * opts.c (finish_options): Don't set flag_pie to the default if
15572         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
15573         if it is -1.
15575 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
15577         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
15578         true as ALL_REGS argument to replace_rtx.
15580 2016-03-17  Richard Biener  <rguenther@suse.de>
15582         PR debug/70271
15583         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
15584         last.
15586 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
15588         PR target/70245
15589         * rtl.h (replace_rtx): Add ALL_REGS argument.
15590         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
15591         equality and assert mode is the same, instead of just rtx pointer
15592         equality.
15593         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
15594         true as ALL_REGS argument to replace_rtx.
15596 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
15598         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
15599         for boolean vector with vector mode only.
15600         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
15602 2016-03-17  Nick Clifton  <nickc@redhat.com>
15604         PR target/70162
15605         * config/rx/rx.c (rx_print_integer): Print negative constants in
15606         decimal.
15608 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
15610         PR target/70261
15611         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
15613 2016-03-16  Richard Henderson  <rth@redhat.com>
15614             Richard Biener  <rguenth@suse.de>
15616         PR middle-end/70240
15617         PR middle-end/68215
15618         PR tree-opt/68714
15619         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
15620         first operand as is_gimple_condexpr.
15622         PR middle-end/70240
15623         PR middle-end/68215
15624         Revert r231575
15625         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
15626         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
15627         Do not gimplify the result.
15628         (do_unop): Adjust call to tree_vec_extract.
15629         (do_binop): Likewise.
15630         (do_compare): Likewise.
15631         (do_plus_minus): Likewise.
15632         (do_negate): Likewise.
15633         (expand_vector_condition): Likewise.
15634         (do_cond): Likewise.
15636 2016-03-16  Richard Henderson  <rth@redhat.com>
15638         PR target/70048
15639         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
15640         (aarch64_classify_address): Use it.
15641         (aarch64_legitimize_address): Force all subexpressions of PLUS
15642         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
15644 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
15645             Richard Biener  <rguenth@suse.de>
15647         PR target/70245
15648         * rtlanal.c (replace_rtx): For REG, if from is a REG,
15649         return to even if only REGNO is equal, and assert
15650         mode is the same.
15652 2016-03-11  Jeff Law  <law@redhat.com>
15654         PR rtl-optimization/70224
15655         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
15657 2016-03-16  Richard Henderson  <rth@redhat.com>
15659         PR middle-end/70199
15660         * function.h (struct function): Add has_forced_label_in_static.
15661         * gimplify.c (force_labels_r): Set it.
15662         * lto-streamer-in.c (input_struct_function_base): Read it.
15663         * lto-streamer-out.c (output_struct_function_base): Write it.
15664         * tree-inline.c (has_label_address_in_static_1): Remove.
15665         (copy_forbidden): Remove fndecl parameter; test
15666         has_forced_label_in_static.
15667         (inline_forbidden_p): Update call to copy_forbidden.
15668         (tree_versionable_function_p): Likewise.
15669         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
15670         (chkp_versioning): Likewise.
15671         * tree-inline.h (copy_forbidden): Update decl.
15673 2016-03-16  Marek Polacek  <polacek@redhat.com>
15675         PR c/70093
15676         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
15677         function being thunked if the result type doesn't have fixed size.
15678         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
15679         doesn't have fixed size.
15681 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
15683         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
15684         reporting malformed loop nest.
15686 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15688         PR lto/70187
15689         * ipa-devirt.c (possible_polymorphic_call_targets): Move
15690         nodes.length () == 1 test to before first nodes[0] access.
15692 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15694         PR tree-optimization/68715
15695         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
15696         single_pred_p test.
15698 2016-03-16  Tom de Vries  <tom@codesourcery.com>
15700         PR tree-optimization/68809
15701         * graphite-scop-detection.c (same_close_phi_node): Test if result types
15702         are the same.
15704 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
15705             Sandra Loosemore  <sandra@codesourcery.com>
15707         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
15708         on leaf attribute. Mention ELF interposition problems.
15710 2016-03-16  Alan Modra  <amodra@gmail.com>
15712         PR rtl-optimization/69195
15713         PR rtl-optimization/47992
15714         * ira.c (indirect_jump_optimize): Ignore artificial defs.
15715         Add comments.
15717 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
15719         PR bootstrap/69513
15720         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
15722 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
15724         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
15726 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
15728         PR rtl-optimization/70222
15729         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
15730         optimization if mode is different from result_mode, queue up masking
15731         of the result in outer_op.  Formatting fix.
15733         PR middle-end/70239
15734         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
15735         of safe_grow.
15737 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15739         PR rtl-optimization/69032
15740         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
15741         looping backwards over basic block insns.
15743 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15745         PR target/66660
15746         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
15747         to non-speculative when propagating trap bits.
15749 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15751         PR rtl-optimization/63384
15752         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
15753         DEBUG_INSN_P insns.
15755 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
15757         PR target/64411
15758         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
15759         factored out from ...
15760         (sched_analyze_insn): ... here.
15761         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
15762         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
15763         get_implicit_reg_pending_clobbers in it.
15764         (setup_id_reg_sets): Use setup_id_implicit_regs.
15765         (deps_init_id): Ditto.
15767 2016-03-15  Tom de Vries  <tom@codesourcery.com>
15769         PR ipa/70161
15770         * cgraph.c (cgraph_node::get_body): Save, reset and restore
15771         dump_file_name.
15772         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
15773         execute_function_dump.
15774         (execute_one_pass): Don't dump function if it will be dumped after ipa
15775         transform.
15777 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
15779         * genrecog.c (match_pattern_2): If pred is NULL don't call
15780         safe_predicate_mode on it.
15782 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
15784         PR middle-end/70219
15785         * lra-constraints.c (delete_move_and_clobber): Change assertion
15786         to also allow dregno == 0.
15788 2016-03-14  Richard Henderson  <rth@redhat.com>
15790         PR tree-opt/68714
15791         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
15792         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
15793         (reassociate_bb): Use optimize_vec_cond_expr; avoid
15794         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
15795         on vectors.
15797 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
15799         PR target/70083
15800         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
15801         regs.
15802         (lra_create_live_ranges_1): initialize hard register biggest_mode to
15803         VOIDmode.
15804         * lra-constraints.c (split_reg): For hard regs, try to find the
15805         biggest single-register mode used in the function.
15807 2016-03-14  Richard Biener  <rguenther@suse.de>
15809         PR tree-optimization/56365
15810         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
15811         constants to compare against.
15813 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
15815         PR target/70098
15816         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
15817         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
15818         (define_split for the GPR case): Use int_reg_operand instead of
15819         gpc_reg_operand for the output.
15821 2016-03-14  Tom de Vries  <tom@codesourcery.com>
15823         PR tree-optimization/70045
15824         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
15825         create_empty_if_region_on_edge argument.
15827 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
15829         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
15830         (STACK_CHECK_PROTECT): Likewise.
15831         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
15832         (STACK_CHECK_PROTECT): Likewise.
15833         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
15834         (STACK_CHECK_PROTECT): Likewise.
15835         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
15836         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
15837         (STACK_CHECK_PROTECT): Likewise.
15839 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
15841         PR rtl-optimization/69307
15842         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
15843         registers in modes that span more than one register.
15845 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
15847         PR target/69614
15848         * lra-constraints.c (delete_move_and_clobber): New.
15849         (remove_inheritance_pseudos): Use it.
15851 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
15853         PR ada/70017
15854         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
15855         the libcall is LCT_THROW.
15856         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
15857         for the checking routine.
15859 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
15861         PR target/70131
15862         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
15863         optimization if we have direct move.
15864         (roundu32<mode>2_fprs): Likewise.
15866 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
15868         PR target/70123
15869         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
15870         be rematerialized.
15871         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
15872         Arguments swapped.  All callers changed.  Take reg_renumber into
15873         account, and Calculate and compare register ranges for hard regs.
15875 2016-03-11  Jeff Law  <law@redhat.com>
15877         PR tree-optimization/70190
15878         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
15879         Handle cases where we can not extract the taken edge, even though we
15880         found a constant value.
15882         PR tree-optimization/64058
15883         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
15884         (num_coalesce_pairs): Move up earlier in file.
15885         (find_coalesce_pair): Initialize the INDEX field for each pair
15886         discovered.
15887         (compare_pairs): No longer sort on the elements in each pair.
15888         Instead break ties with the index of the coalesce pair.
15890 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15892         PR target/70002
15893         * config/aarch64/aarch64-protos.h
15894         (aarch64_save_restore_target_globals): New prototype.
15895         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
15896         Call the above when popping pragma.
15897         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
15898         New function.
15899         (aarch64_set_current_function): Rewrite using the above.
15901 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
15903         PR tree-optimization/70177
15904         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
15905         (extract_ops_from_tree): ... this.  In the 2 argument
15906         overload remove _1 suffix.
15907         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
15908         (extract_ops_from_tree): ... this.
15909         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
15910         Adjust callers.
15911         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
15912         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
15913         extract_ops_from_tree instead of 2 operand one.
15915 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
15917         PR tree-optimization/70013
15918         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
15919         for constant-pool entries.
15921 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
15923         PR rtl-optimization/70174
15924         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
15925         followed by gen_lowpart on force_reg instead of just gen_lowpart.
15927         PR tree-optimization/70169
15928         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
15929         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
15930         for unknown codes.
15932 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
15933             Jakub Jelinek  <jakub@redhat.com>
15935         PR target/70160
15936         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
15937         of uninitialized values.
15939 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15941         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
15942         define_expand.
15943         ("*trunctddd2"): New pattern definition.
15944         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
15945         TD->DD truncation.
15947 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15949         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
15950         definitions for BFP and DFP rounding modes.
15951         ("fixuns_truncdddi2", "fixuns_trunctddi2")
15952         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
15953         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
15954         ("fix_trunctf<mode>2"): Use the new constants instead of magic
15955         numbers.
15957 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15959         * config/s390/constraints.md: Adjust comment.
15960         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
15961         s390_decompose_addrstyle_without_index.
15962         * config/s390/predicates.md (shift_count_or_setmem_operand):
15963         Rename to setmem_operand.
15964         * config/s390/s390-protos.h
15965         (s390_decompose_shift_count): Rename to
15966         s390_decompose_addrstyle_without_index.
15967         * config/s390/s390.c (s390_decompose_shift_count)
15968         (s390_mem_constraint, print_shift_count_operand)
15969         (print_operand_address, print_operand): Rename
15970         s390_decompose_shift_count to
15971         s390_decompose_addrstyle_without_index and rename
15972         print_shift_count_operand to print_addrstyle_operand troughout the
15973         file.
15974         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
15975         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
15976         Rename shift_count_or_setmem_operand to setmem_operand.
15977         * config/s390/vx-builtins.md ("vec_insert<mode>")
15978         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
15979         nonmemory_operand.
15981 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15983         PR target/70168
15984         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
15985         Handle overlapping retval and newval.
15987 2016-03-10  Nick Clifton  <nickc@redhat.com>
15989         PR target/7044
15990         * config/aarch64/aarch64.c
15991         (aarch64_override_options_after_change_1): When forcing
15992         flag_omit_frame_pointer to be true, use a special value that can
15993         be detected if this function is called again, thus preventing
15994         flag_omit_leaf_frame_pointer from being forced to be false.
15996 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15998         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
15999         Set x_flag_omit_leaf_frame_pointer when handling
16000         -momit-leaf-frame-pointer.
16002 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16004         PR lto/69589
16005         * cgraph.c (cgraph_node::dump): Dump split_part and
16006         indirect_call_target.
16007         * cgraph.h (cgraph_node): Add indirect_call_target flag.
16008         * ipa.c (has_addr_references_p): Cleanup.
16009         (is_indirect_call_target_p): New.
16010         (walk_polymorphic_call_targets): Do not mark virtuals that may be
16011         called indirectly as local.
16012         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
16014 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16016         PR ipa/69630
16017         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
16018         on cxa_pure_virtual.
16020 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16022         PR lto/69589
16023         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
16025 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16027         PR lto/69589
16028         * tree.c (need_assembler_name_p): Only record main variant type names.
16030 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
16032         PR target/70113.
16033         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
16034         Always define to 0 or 1.
16035         (TARGET_FIX_ERR_A53_843419): New macro.
16036         * config/aarch64/aarch64-elf-raw.h
16037         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
16038         * config/aarch64/aarch64-linux.h: Likewise.
16039         * config/aarch64/aarch64.c
16040         (aarch64_override_options_after_change_1): Do not default
16041         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
16042         843419 is on.
16043         (aarch64_attributes): Handle fix-cortex-a53-843419.
16044         (aarch64_can_inline_p): Likewise.
16045         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
16047 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
16048         Jakub Jelinek <jakub@redhat.com>
16050         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
16051         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
16052         DECL_COMMONS if flag_unconstrained_commons is set.
16053         * tree-dfa.c (get_ref_base_and_extent): Likewise.
16054         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
16055         (funconstrained-commons): Document.
16057 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
16059         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
16060         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
16062 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
16064         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
16065         has a proper number of elements.
16067 2016-03-10  Alan Modra  <amodra@gmail.com>
16069         PR rtl-optimization/69195
16070         PR rtl-optimization/47992
16071         * ira.c (recorded_label_ref): Delete.
16072         (update_equiv_regs): Return void.
16073         (indirect_jump_optimize): New function.
16074         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
16075         before regstat_compute_ri.  Don't rebuild_jump_labels here.
16076         Delete update_regstat.
16078 2016-03-10  Richard Biener  <rguenther@suse.de>
16080         PR tree-optimization/70128
16081         * tree-ssa-structalias.c (set_uids_in_ptset): Set
16082         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
16084 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
16086         PR tree-optimization/70152
16087         * tree-sra.c (replace_removed_params_ssa_names): Copy over
16088         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
16090         PR target/70086
16091         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
16092         instead of gen_sse2_loadlpd.
16093         * config/i386/sse.md (*vec_concatv2df): Rename to...
16094         (vec_concatv2df): ... this.
16096         PR tree-optimization/70127
16097         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
16099 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
16101         PR c/68473
16102         PR c++/70105
16103         * diagnostic-show-locus.c (compatible_locations_p): New function.
16104         (layout::layout): Sanitize ranges using compatible_locations_p.
16106 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
16108         PR c/68473
16109         PR c++/70105
16110         * diagnostic-show-locus.c (layout_range::layout_range): Replace
16111         location_range param with three const expanded_locations * and a
16112         bool.
16113         (layout::layout): Replace call to
16114         rich_location::lazily_expand_location with get_expanded_location.
16115         Extract the range and perform location expansion here, passing
16116         the results to the layout_range ctor.
16117         * diagnostic.c (source_range::debug): Delete.
16118         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
16119         of rich_location::get_expanded_location.
16120         * gcc-rich-location.c (get_range_for_expr): Delete.
16121         (gcc_rich_location::add_expr): Reimplement to avoid the
16122         rich_location::add_range overload that took a location_range,
16123         passing a location_t instead.
16125 2016-03-09  Richard Biener  <rguenther@suse.de>
16126         Jakub Jelinek  <jakub@redhat.com>
16128         PR tree-optimization/70138
16129         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
16130         Also skip vect_double_reduction_def.
16132 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
16134         PR target/70049
16135         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
16136         if the operand is "m".
16138 2016-03-09  Nathan Sidwell  <nathan@acm.org>
16140         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
16142 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
16144         * config/i386/i386.c (processor_target_table): Fix cost table
16145         intialization order for znver1.
16147 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
16149         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
16150         - becuase -> because.
16151         * ipa-reference.c (ignore_module_statics): Likewise.
16152         * cgraph.c (cgraph_node::get_body): Likewise.
16153         * ipa-inline.c (early_inliner): Likewise.
16154         * ipa-devirt.c (types_same_for_odr): Likewise.
16155         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
16156         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
16158 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16160         * tree-ssa-math-opts.c: Fix typo in comment.
16162 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
16164         PR target/70110
16165         * config/i386/i386.c (scalar_chain::make_vector_copies,
16166         scalar_chain::convert_reg): Call end_sequence in between
16167         get_insns and emit_conversion_insns rather than after both
16168         calls.
16170 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
16172         PR target/70064
16173         * config/i386/i386.h (machine_function): Add
16174         pc_thunk_call_expanded flag.
16175         (ix86_pc_thunk_call_expanded): New define.
16176         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
16177         (*set_got): Rename insn pattern from set_got.
16178         (*set_got_labelled): Rename inst pattern from set_got_labelled.
16179         * config/i386/i386.c (ix86_compute_frame_layout): Use
16180         ix86_pc_thunk_call_expanded to prevent red-zone.
16182 2016-03-07  Martin Jambor  <mjambor@suse.cz>
16184         * hsa.h (hsa_get_ctor_statements): Declare.
16185         (hsa_get_dtor_statements): Likewise.
16186         (hsa_get_kernel_dispatch_type): Likewise.
16187         * hsa.c (hsa_get_ctor_statements): New function.
16188         (hsa_get_dtor_statements): Likewise.
16189         (hsa_get_kernel_dispatch_type): Likewise.
16190         * hsa-brig.c (hsa_cdtor_statements): Removed.
16191         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
16192         hsa_get_dtor_statements.
16193         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
16194         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
16196 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16198         * config/arm/arm-cores.def (cortex-r8): New.
16199         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
16200         * config/arm/arm-tune.md: Likewise.
16201         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
16203 2016-03-07  Martin Sebor  <msebor@redhat.com>
16205         PR rtl-optimization/19705
16206         * doc/invoke.texi (Options That Control Optimization): Clarify
16207         -fno-branch-count-reg.
16209 2016-02-26  Richard Biener  <rguenther@suse.de>
16210             Jeff Law  <law@redhat.com>
16212         PR tree-optimization/69740
16213         * cfghooks.c (remove_edge): Request loop fixups if we delete
16214         an edge that might turn an irreducible loop into a natural
16215         loop.
16216         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
16217         Move after definition of loops_state_clear.
16219 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
16221         PR rtl-optimization/69052
16222         * rtlanal.c (commutative_operand_precedence): Set higher precedence
16223         to CONST_WIDE_INT.
16225 2016-03-07  Tom de Vries  <tom@codesourcery.com>
16227         PR tree-optimization/70116
16228         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
16229         is_tm_ending stmts and ubsan/asan internal functions.
16230         (find_duplicate): Use it.  Don't test is_tm_ending here.
16232 2016-03-07  Richard Biener  <rguenther@suse.de>
16234         PR tree-optimization/70115
16235         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
16236         (propagate_constants_for_unrolling): Use replace_uses_by.
16238 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
16240         PR middle-end/69916
16241         * omp-low.c (struct oacc_loop): Add ifns.
16242         (new_oacc_loop_raw): Initialize it.
16243         (finish_oacc_loop): Clear mask & flags if no ifns.
16244         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
16245         (oacc_loop_xform_loop): Add ifns arg & adjust.
16246         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
16248 2016-03-07  Richard Henderson  <rth@redhat.com>
16250         PR rtl-opt/70061
16251         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
16252         (insert_value_copy_on_edge): Likewise.
16254 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16256         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
16258 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16260         PR target/62281
16261         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
16263 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
16265         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
16267 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
16269         Fix sseimul type attribute.
16270         * config/i386/znver1.md
16271         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
16272         znver1_sseimul_avx256_load) : Fix the type attribute.
16273         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
16274         pipe usage and latency.
16276 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
16278         PR c++/70084
16279         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
16280         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
16281         to the right type.
16283 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
16285         PR c/69973
16286         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
16288         PR rtl-optimization/69941
16289         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
16290         the reg share its mode.
16292 2016-03-04  Jeff Law  <law@redhat.com>
16294         PR tree-optimization/69196
16295         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16296         If the both SSA_NAMEs are anonymous, then consider them unassociated
16297         and include the PHI in the statement count.
16299 2016-03-05  Tom de Vries  <tom@codesourcery.com>
16301         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
16302         construct in oacc routine.  Check for oacc region in oacc routine.
16304 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
16306         PR target/70062
16307         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
16308         2016-02-22 changes, instead don't recurse if RECUR is already true.
16309         Don't change *dynamic_check if RECUR.  Adjust recursive caller
16310         to pass true to the new argument.
16311         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
16313         PR target/70059
16314         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
16315         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
16316         fixes.
16317         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
16319 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
16321         PR rtl-optimization/57676
16322         * lra-assigns.c (lra_assign): Guard test for maximum iterations
16323         with flag_checking.
16325 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
16327         * tree-vect-patterns.c (search_type_for_mask): Handle
16328         comparison of booleans.
16330 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
16332         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
16333         Fix @xref usage.
16335         PR debug/69947
16336         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
16337         all other ops that have dw_val_class_die_ref operands,
16338         and DW_OP_GNU_entry_value.
16340 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16342         PR rtl-optimization/69904
16343         * config/arm/arm.c (arm_cannot_copy_insn_p):
16344         Return true for load-exclusive instructions.
16346 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
16348         PR target/70021
16349         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
16350         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
16351         the pattern no matter if it is used just by non-pattern, pattern
16352         or mix thereof.
16353         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
16354         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
16355         oprnd1 def_stmt is in pattern, don't look through it.
16357 2016-03-03  Marek Polacek  <polacek@redhat.com>
16359         PR middle-end/70050
16360         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
16362 2016-03-03  Martin Liska  <mliska@suse.cz>
16364         PR tree-optimization/70043
16365         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
16366         previous statement if we see a debug statement.
16368 2016-03-03  Richard Biener  <rguenther@suse.de>
16370         PR tree-optimization/55936
16371         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
16372         parameter and guard unsafe equivalence use.
16373         (vrp_evaluate_conditional_warnv_with_ops): Always use
16374         safe equivalences but not via the quadratic compare_names
16375         helper.
16377 2016-03-03  Michael Collison  <michael.collison@linaro.org>
16379         PR target/70014
16380         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
16381         for operand 1 to s_register_operand. Change predicate for operand
16382         2 to arm_not_immediate_operand.
16384 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
16386         * doc/tm.texi: Regenerated.
16388 2016-03-02  Richard Henderson  <rth@redhat.com>
16390         PR rtl-opt/67145
16391         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
16392         simplification when all args are positive non-fixed registers.
16394 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16396         * target.def (lra_p): Specify that new ports should use LRA.
16398 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
16400         PR libgomp/69555
16401         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
16402         gimplify_type_sizes the type they refer to.
16403         (omp_notice_variable): Handle reference vars to VLAs.
16404         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
16405         reference to VLA decls in the second pass instead of first pass.
16407 2016-03-02  Tom de Vries  <tom@codesourcery.com>
16409         PR tree-optimization/68659
16410         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
16411         new_expr == NULL_TREE.
16412         (get_new_name): Handle ADDR_EXPR.
16414 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
16416         PR rtl-optimization/69052
16417         * loop-invariant.c (canonicalize_address): New function.
16418         (inv_can_prop_to_addr_use): Check validity of address expression
16419         which is canonicalized by above function.
16421 2016-03-02  Alan Modra  <amodra@gmail.com>
16423         PR ipa/69990
16424         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
16425         larger alignment.
16427 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
16429         PR target/70028
16430         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
16431         (*movhi_internal): Put mask moves from and to memory separately
16432         from moves from/to GPRs.
16434 2016-03-02  Richard Biener  <rguenther@suse.de>
16436         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
16437         GENERIC expressions in GIMPLE.
16439 2016-03-02  Richard Biener  <rguenther@suse.de>
16441         * config/i386/i386.c (type_natural_mode): Fix typo.
16443 2016-03-02  Nick Clifton  <nickc@redhat.com>
16445         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
16447 2016-03-02  Richard Biener  <rguenther@suse.de>
16448             Uros Bizjak  <ubizjak@gmail.com>
16450         PR target/67278
16451         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
16453 2016-03-02  Richard Biener  <rguenther@suse.de>
16455         PR middle-end/67278
16456         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
16458 2016-03-02  Marek Polacek  <polacek@redhat.com>
16460         PR c/67854
16461         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
16462         "is promoted to" warning.
16464 2016-03-01  DJ Delorie  <dj@redhat.com>
16466         * config.gcc: Deprecate mep-*.
16468 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
16470         PR middle-end/70025
16471         * lra-constraints.c (regno_val_use_in): New.
16472         (match_reload): Use it instead of regno_use_in.
16474 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
16476         PR rtl-optimization/70007
16477         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
16478         references present in REG_EQUAL notes attached to non-SET patterns.
16480 2016-03-01  Jeff Law  <law@redhat.com>
16482         PR tree-optimization/69196
16483         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16484         Appropriately clamp the number of statements to copy when the
16485         thread path does not traverse a loop backedge.
16487         PR tree-optimization/69196
16488         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16489         Do count some PHIs in the thread path against the insn count.  Decrease
16490         final statement count by one as the control statement in the last
16491         block will get removed.  Remove special cased code for handling PHIs
16492         in the last block.
16494 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
16496         PR target/70027
16497         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
16498         asm dialect alternatives to explicit GOTPCREL calls.
16500 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
16502         PR ada/70017
16503         * ira.c (do_reload): Issue warning for generic stack checking here...
16504         * reload1.c (reload): ...instead of here and streamline it.
16506 2016-03-01  Nick Clifton  <nickc@redhat.com>
16508         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
16510 2016-03-01  Richard Biener  <rguenther@suse.de>
16512         PR tree-optimization/69983
16513         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
16514         types and fall back to operand_equal_p.
16516 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16518         Revert
16519         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16521         * config/s390/constraints.md ("jm8"): New constraint.
16522         * config/s390/predicates.md ("const_int_8bitset_operand"): New
16523         predicate.
16524         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
16525         into ...
16526         ("*setmem_long<setmem_and>"): New pattern.
16527         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
16528         into ...
16529         ("*setmem_long_31z<setmem_and>"): New pattern.
16530         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
16531         New substitution rules with the required attributes.
16534 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16536         Revert
16537         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16539         * gensupport.c (process_substs_on_one_elem): Split loop to
16540         complete mark_operands_used_in_match_dup on all expressions in the
16541         vector first.
16542         (adjust_operands_numbers): Inline into process_substs_on_one_elem
16543         and remove function.
16545 2016-03-01  Richard Biener  <rguenther@suse.de>
16547         PR middle-end/70022
16548         * fold-const.c (fold_indirect_ref_1): Fix range checking for
16549         vector BIT_FIELD_REF extract.
16551 2016-03-01  Richard Biener  <rguenther@suse.de>
16553         PR tree-optimization/69994
16554         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
16556 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
16558         PR tree-optimization/69956
16559         * tree-vect-stmts.c (supportable_widening_operation): Support
16560         multi-step conversion of boolean vectors.
16561         (supportable_narrowing_operation): Likewise.
16563 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16565         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
16566         anymore.
16568 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16570         * config/s390/subst.md (DSI_VI): New mode iterator.
16571         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
16572         * config/s390/vector.md ("vec_set<mode>"): Move expander before
16573         the insn definition.
16574         ("*vec_set<mode>"): Change predicate and add alternative to
16575         support only either register or const_int operands as element
16576         selector.
16577         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
16578         operands.
16579         ("vec_extract<mode>"): New expander.
16580         ("*vec_extract<mode>"): New insn definition supporting reg and
16581         const_int element selectors.
16582         ("*vec_extract<mode>_plus"): New insn definition supporting
16583         reg+const_int element selectors.
16584         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
16585         following expander+insn definition.
16586         ("<vec_shifts_name><mode>3"): New expander.
16587         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
16589 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16591         * config/s390/s390.md ("*tabort_1"): Change predicate to
16592         nonmemory_operand.  Add a second alternative to cover
16593         register as well as const int operands.
16594         ("*tabort_1_plus"): New pattern definition.
16596 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16598         * config/s390/s390.md ("*ashrdi3_cc_31")
16599         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
16600         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
16601         Merge insn definitions into ...
16602         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16603         New pattern definition.
16604         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
16605         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
16606         ("*ashr<mode>3_and"): Merge insn definitions into ...
16607         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
16608         New pattern definition.
16609         * config/s390/subst.md ("addr_style_op_cc_subst")
16610         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
16611         substitutions patterns plus attributes.
16612         Add ashiftrt to SUBST iterator.
16614 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16616         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
16617         op2 to nonmemory_operand.
16618         ("*<shift>di3_31", "*<shift>di3_31_and"):
16619         Merge into single pattern definition ...
16620         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
16621         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
16622         pattern definition ...
16623         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
16624         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
16625         iterator.
16627 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16629         * config/s390/predicates.md (const_int_6bitset_operand): New
16630         predicate.
16631         * config/s390/s390.md: Include subst.md.
16632         ("rotl<mode>3"): New expander.
16633         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
16634         ...
16635         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
16636         * config/s390/subst.md: New file.
16638 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16640         * config/s390/s390.md ("op_type", "atype", "length" attributes):
16641         Remove RRR type.  It doesn't really exist.
16642         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
16643         attributes.
16644         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
16645         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
16646         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
16647         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
16648         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
16649         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
16650         `enabled' attribute.
16652 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16654         * gensupport.c (process_substs_on_one_elem): Split loop to
16655         complete mark_operands_used_in_match_dup on all expressions in the
16656         vector first.
16657         (adjust_operands_numbers): Inline into process_substs_on_one_elem
16658         and remove function.
16660 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
16662         PR target/69706
16663         * config/sparc/sparc.c (NWORDS_UP): Rename to...
16664         (CEIL_NWORDS): ...this.  Use CEIL macro.
16665         (compute_fp_layout): Adjust to above renaming.
16666         (function_arg_union_value): Likewise.
16667         (sparc_arg_partial_bytes): Likewise.
16668         (sparc_function_arg_advance): Likewise.
16670 2016-02-29  Jeff Law  <law@redhat.com>
16672         PR tree-optimization/70005
16673         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
16674         where an object with a boolean range is compared against a value
16675         outside [0..1].
16677         PR tree-optimization/69999
16678         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
16679         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
16680         loop cleanups.
16682 2016-02-29  Richard Biener  <rguenther@suse.de>
16684         PR tree-optimization/69994
16685         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
16686         (get_unary_op): Look through nop conversions.
16687         (ops_equal_values_p): New function, look for equality diregarding
16688         nop conversions.
16689         (eliminate_plus_minus_pair): Use ops_equal_values_p
16690         (repropagate_negates): Do not use get_unary_op here.
16692 2016-02-29  Martin Liska  <mliska@suse.cz>
16694         * system.h: Poison ENABLE_CHECKING macro.
16696 2016-02-29  Martin Liska  <mliska@suse.cz>
16698         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
16699         is presented in dump flags.
16700         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
16701         (hsa_regalloc): Likewise.
16703 2016-02-19  Richard Biener  <rguenther@suse.de>
16705         PR tree-optimization/69980
16706         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
16707         permutation of those we need to keep.
16709 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
16711         PR target/69706
16712         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
16713         (NWORDS_UP): ...this
16714         (init_cumulative_args): Minor tweaks.
16715         (sparc_promote_function_mode): Likewise.
16716         (scan_record_type): Delete.
16717         (traverse_record_type): New function template.
16718         (classify_data_t): New structure type.
16719         (classify_registers): New inline function.
16720         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
16721         exhausted.  Instantiate traverse_record_type on classify_registers and
16722         deal with the case of a structure passed in slot #15 with no FP field
16723         in the first word.
16724         (assign_data_t): New structure type.
16725         (compute_int_layout): New static function.
16726         (compute_fp_layout): Likewise.
16727         (count_registers): New inline function.
16728         (assign_int_registers): New static function.
16729         (assign_fp_registers): Likewise.
16730         (assign_registers): New inline function.
16731         (function_arg_record_value_1): Delete.
16732         (function_arg_record_value_2): Likewise.
16733         (function_arg_record_value_3): Likewise.
16734         (function_arg_record_value): Adjust to above changes.  Instantiate
16735         traverse_record_type on count_registers to first count the number of
16736         registers to be used and then on assign_registers to assign them.
16737         (function_arg_union_value): Adjust to above renaming.
16738         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
16739         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
16740         case of a structure passed in slot #15
16741         (sparc_function_arg_advance): Likewise.
16742         (function_arg_padding): Minor tweak.
16744 2016-02-29  Richard Biener  <rguenther@suse.de>
16746         PR tree-optimization/69720
16747         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
16748         the adjustment_def path for possibly vectorized defs.
16749         (vect_create_epilog_for_reduction): Handle vectorized initial
16750         defs properly.
16752 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
16754         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
16756 2016-02-27  Jeff Law  <law@redhat.com>
16758         Revert
16759         2016-02-26  Richard Biener  <rguenther@suse.de>
16760                     Jeff Law  <law@redhat.com>
16762         PR tree-optimization/69740
16763         * cfghooks.c (remove_edge): Request loop fixups if we delete
16764         an edge that might turn an irreducible loop into a natural
16765         loop.
16767 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
16769         PR rtl-optimization/69896
16770         * tree-vect-generic.c (get_compute_type): Avoid single element
16771         vector types.
16773 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
16775         Rename the AArch64 tuning option and related functions to enable the
16776         Newton series for the reciprocal square root to reflect its
16777         approximative characteristic.
16779         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
16780         function to "aarch64_emit_approx_rsqrt".
16781         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
16782         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
16783         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
16784         (xgene1_tunings): Likewise.
16785         (use_rsqrt_p): Likewise.
16786         (aarch64_emit_swrsqrt): Use new function name.
16787         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
16788         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
16789         text explaining this option.
16790         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
16792 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
16794         PR target/69969
16795         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
16796         complain about -mallow-movmisalign without -mvsx if
16797         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
16799 2016-02-26  Joel Sherrill  <joel@rtems.org>
16801         * config.gcc: Add x86_64-*-rtems*.
16802         * config/i386/rtems-64.h: New file.
16804 2016-02-26  Joel Sherrill  <joel@rtems.org>
16806         * config.gcc: Add aarch64-*-rtems*.
16807         * config/aarch64/rtems.h: New file.
16809 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
16811         PR target/69946
16812         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
16813         shift amount using %h.  Add comment.
16815 2016-02-26  Richard Biener  <rguenther@suse.de>
16816             Jeff Law  <law@redhat.com>
16818         PR tree-optimization/69740
16819         * cfghooks.c (remove_edge): Request loop fixups if we delete
16820         an edge that might turn an irreducible loop into a natural
16821         loop.
16823 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16825         PR middle-end/69920
16826         * tree-sra.c (sra_modify_assign): Do not remove loads of
16827         uninitialized aggregates to SSA_NAMEs.
16829 2016-02-26  Richard Henderson  <rth@redhat.com>
16831         PR target/69709
16832         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
16833         pseudo in case the target rtx matches the source of the left
16834         shift.
16836 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16838         PR hsa/69568
16839         * hsa.h (hsa_type_packed_p): Declare.
16840         * hsa.c (hsa_type_packed_p): New function.
16841         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
16842         loads.
16843         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
16844         * hsa-brig.c (emit_basic_insn): Likewise.
16846 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16848         pr hsa/69674
16849         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
16850         pointers.
16851         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
16853 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16855         * hsa.h (is_a_helper): New overload for hsa_op_immed for
16856         hsa_op_with_type operands.
16857         (hsa_unsigned_type_for_type): Declare.
16858         * hsa.c (hsa_unsigned_type_for_type): New function.
16859         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
16860         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
16861         the finalizer.  Do not emit extra move.
16863 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16865         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
16866         atomic operations in private segment.
16868 2016-02-26  Martin Jambor  <mjambor@suse.cz>
16870         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
16871         statements to wi->info.  Also disallow omp simd constructs.
16872         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
16873         for not gridifying.  Dump special string for omp_for.
16875 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16877         PR target/69245
16878         * config/aarch64/aarch64.c (aarch64_set_current_function):
16879         Save/restore target globals when switching to
16880         target_option_default_node.
16882 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16884         PR target/69613
16885         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
16886         Return 0 if !SHIFT_COUNT_TRUNCATED.
16888 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
16889             Eric Botcazou  <ebotcazou@adacore.com>
16891         PR rtl-optimization/69891
16892         * dse.c (scan_insn): If we can't figure out memset arguments
16893         or they are non-constant, call clear_rhs_from_active_local_stores.
16895 2016-02-26  Martin Liska  <mliska@suse.cz>
16897         * doc/extend.texi: Mention clog10, clog10f an clog10l
16898         in Builtins section.
16900 2016-02-26  Martin Liska  <mliska@suse.cz>
16902         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
16903         CHECKING_P.
16904         (resolve_args_picking_1): Likewise.
16905         * dwarf2out.h (struct GTY): Likewise.
16907 2016-02-26  Martin Liska  <mliska@suse.cz>
16909         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
16910         with flag_checking.
16911         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
16913 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
16914             Martin Liska  <mliska@suse.cz>
16916         * doc/install.texi: Mention --enable-valgrind-annotations.
16918 2016-02-26  Richard Biener  <rguenther@suse.de>
16920         PR tree-optimization/69551
16921         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
16922         looking through aliases adjust DECL_PT_UID to refer to the
16923         ultimate alias target.
16925 2016-02-25  Martin Liska  <mliska@suse.cz>
16927         PR middle-end/69919
16928         * alloc-pool.c (after_memory_report): New variable.
16929         * alloc-pool.h (base_pool_allocator ::release): Do not use
16930         the infrastructure if after_memory_report.
16931         * toplev.c (toplev::main): Mark after memory report.
16933 2016-02-25  Richard Biener  <rguenther@suse.de>
16935         PR tree-optimization/48795
16936         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
16938 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
16940         PR driver/68463
16941         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
16942         offloading is enabled and -fopenacc or -fopenmp is specified.
16943         (CRTOFFLOADEND): Likewise.
16944         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
16945         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
16946         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
16947         (offload_objects_file_name): New static var.
16948         (tool_cleanup): Remove offload_objects_file_name file.
16949         (find_offloadbeginend): Replace with ...
16950         (find_crtoffloadtable): ... this.
16951         (run_gcc): Remove offload_argc and offload_argv.
16952         Get offload_objects_file_name from -foffload-objects=... option.
16953         Read names of object files with offload from this file, pass them to
16954         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
16955         don't pass offloadbegin and offloadend to the linker.  Don't pass
16956         offload non-LTO files to the linker, because now they're not claimed.
16958 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
16960         PR ipa/69630
16961         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
16962         on builtin_unreachable.
16964 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
16966         PR rtl-optimization/69896
16967         * regcprop.c: Include cfgrtl.h.
16968         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
16969         than remembered mode, either delete it (if noop_move_p), or
16970         treat like copy_p but not noop_p instruction.
16972 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
16974         PR debug/69705
16975         * dwarf2out.c (gen_variable_die): Work around buggy LTO
16976         - allow NULL decl for Fortran DW_TAG_common_block variables.
16978 2016-02-24  Jason Merrill  <jason@redhat.com>
16980         * common.opt (flifetime-dse): Add -flifetime-dse=1.
16982 2016-02-24  Richard Biener  <rguenther@suse.de>
16983             Jakub Jelinek  <jakub@redhat.com>
16985         PR middle-end/69760
16986         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
16987         conditionally executed ops to well-defined overflow behavior.
16989 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
16991         PR middle-end/69915
16992         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
16993         elements.
16995 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16997         PR rtl-optimization/69886
16998         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
16999         argument.  Use it when checking validity of set instructions.
17000         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
17001         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
17002         callsite.
17003         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
17004         * store-motion.c (find_moveable_store): Update
17005         can_assign_to_reg_without_clobbers_p callsite.
17007 2016-02-24  Richard Biener  <rguenther@suse.de>
17009         PR middle-end/68963
17010         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
17011         bogus check.
17012         (record_nonwrapping_iv): Do not fall back to the low/high bound
17013         for non-constant IV bases if the stmt is not always executed.
17015 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17017         * config/arm/arm-cores.def (cortex-a32): New entry.
17018         * config/arm/arm-tables.opt: Regenerate.
17019         * config/arm/arm-tune.md: Regenerate.
17020         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
17021         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
17022         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
17023         for -mcpu and -mtune.
17025 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17027         PR target/69875
17028         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
17029         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
17030         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
17031         (atomic_loaddi_1): Delete.
17032         (atomic_loaddi): Rewrite expander using the above changes.
17034 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17036         PR c/69918
17037         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
17038         2 to 3.
17040 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
17041             Richard Biener  <rguenth@suse.de>
17043         PR middle-end/69909
17044         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
17045         set_mem_attributes if tem is SSA_NAME which got expanded
17046         as a MEM.
17048 2016-02-24  Richard Biener  <rguenther@suse.de>
17050         PR tree-optimization/69907
17051         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
17052         end of permutations for BB vectorization.
17054 2016-02-24  Christian Bruel  <christian.bruel@st.com>
17056         * config/arm/arm-c.c (arm_option_override): Initialize
17057         target_option_current_node.
17058         * config/arm/arm.c (arm_pragma_target_parse): Replace
17059         build_target_option_node call by target_option_current_node.
17060         Set target_option_current_node.
17061         Fix comments.
17063 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
17065         PR target/69810
17066         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
17067         define_insn_and_split to define_insn.
17068         (zero_extendqi<mode>2_dot2): Same.
17069         (extendqi<mode>2_dot): Same.
17070         (extendqi<mode>2_dot2): Same.
17072 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
17074         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
17075         and add bypass for AES{D,E} and AESMC pairs.
17076         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
17077         and AESMC pairs.
17079 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
17081         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
17082         series for reciprocal square root in Exynos M1.
17084 2016-02-23  Martin Sebor  <msebor@redhat.com>
17086         PR c/69759
17087         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
17088         __builtin_alloca_with_align.
17090 2016-02-23  Richard Henderson  <rth@redhat.com>
17092         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
17093         (ix86_register_pragmas): Remove __seg_tls.
17094         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
17095         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
17096         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
17097         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
17098         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
17099         * doc/extend.texi (__seg_tls): Remove item.
17101 2016-02-23  Richard Biener  <rguenther@suse.de>
17103         * alloc-pool.h (struct allocation_object): Make id member
17104         conditional on CHECKING_P again.
17105         (get_instance): Adjust.
17106         (base_pool_allocator): Likewise.
17108 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
17110         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
17111         (parallelize_loops): In OpenACC kernels mode, set n_threads to
17112         zero.
17113         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
17114         flag_openacc.
17115         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
17117 2016-02-23  Richard Biener  <rguenther@suse.de>
17119         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
17120         * bitmap.h (struct bitmap_usage): Likewise.
17121         (bitmap_move): Declare.
17122         * bitmap.c (register_overhead): Take size_t argument.
17123         (bitmap_move): New function.
17124         * df-problems.c (df_rd_transfer_function): Use bitmap_move
17125         to properly account overhead.
17126         * tree.c (free_node): Use tree_size.
17128 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
17130         PR c++/69902
17131         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
17132         when inverting comparison.
17134         PR c/69900
17135         * common.opt (Wunreachable-code): Add Warning flag.
17137 2016-02-23  Mark Wielaard  <mjw@redhat.com>
17138             Jakub Jelinek  <jakub@redhat.com>
17140         PR c/69911
17141         * cgraphunit.c (check_global_declaration): Check main_input_filename
17142         and DECL_SOURCE_FILE are not NULL.
17144 2016-02-23  Martin Jambor  <mjambor@suse.cz>
17146         PR tree-optimization/69666
17147         * tree-sra.c (sra_modify_assign): Do not attempt to create
17148         default_def replacements for unscalarizable regions.
17150 2016-02-20  Mark Wielaard  <mjw@redhat.com>
17152         PR c/28901
17153         * cgraphunit.c (check_global_declaration): Check level of
17154         warn_unused_const_variable and main_input_filename.
17155         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
17156         (-Wunused-variable): For C implies -Wunused-const-variable=1.
17157         (-Wunused-const-variable): Explain levels 1 and 2.
17159 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
17161         PR target/69888
17162         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
17163         identical arguments.  Formatting and spelling fixes.
17165         PR target/69885
17166         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
17167         be specified.
17169         PR target/69894
17170         PR target/69895
17171         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
17172         and m68k-devices.def.
17173         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
17174         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
17176 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
17178         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
17179         and HImode registers.
17181 2016-02-22  Richard Biener  <rguenther@suse.de>
17183         PR tree-optimization/69882
17184         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
17185         preserve permutations present because of gaps.
17186         (vect_supported_load_permutation_p): Always continue checking
17187         permutations after vect_attempt_slp_rearrange_stmts.
17189 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
17191         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
17192         min_profitable_estimate, rather than min_profitable_iters.
17194 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
17196         PR target/69885
17197         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
17198         SImode for last match_operand.
17200 2016-02-22  Martin Liska  <mliska@suse.cz>
17202         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
17203         return bitsize - 1 as the return value.
17205 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
17207         PR target/69806
17208         PR target/54089
17209         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
17210         Handle negative shift counts.
17211         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
17212         force_reg on the shift constant.
17213         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
17214         (lshrsi3_d): Handle negative shift counts.
17216 2016-02-22  Richard Biener  <rguenther@suse.de>
17217             Tom de Vries  <tom@codesourcery.com>
17219         * graph.c: Include dumpfile.h.
17220         (print_graph_cfg): Split into three overloads.
17221         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
17223 2016-02-22  Tom de Vries  <tom@codesourcery.com>
17225         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
17226         dump-fn.
17228 2016-02-22  Richard Biener  <rguenther@suse.de>
17230         PR ipa/37448
17231         * ipa-inline-transform.c (inline_call): When not updating
17232         overall summaries adjust self size by the growth estimate.
17233         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
17234         hash-set, do not update overall summaries here.  Renamed from ...
17235         (inline_to_all_callers): ... this which is now wrapping the
17236         above and performing delayed overall summary update.
17237         (early_inline_small_functions): Delay updating of the overall
17238         summary.
17240 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
17242         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
17243         variable.
17245 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
17247         PR driver/69805
17248         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
17249         :%* in %:gt() argument.
17250         (greater_than_spec_func): Adjust for expecting only numbers,
17251         if there are more than two numbers, compare the last two.
17253 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
17255         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
17256         -Wnarrowing with -std.
17258 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
17260         PR c++/69851
17261         * expr.c (store_field): Don't use bit-field path if exp is
17262         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
17263         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
17264         and the assignment can be performed by bitwise copy.  Formatting
17265         fix.
17267         PR middle-end/69838
17268         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
17269         call copy_reg_eh_region_note_forward on before and/or after sequences
17270         and remove note from insn if it no longer can throw.
17272         PR target/69820
17273         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
17274         if TARGET_AVX512BW.
17276 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17278         * config/s390/vector.md: Add missing commutative operand markers
17279         to the patterns which qualify for one.
17280         * config/s390/vx-builtins.md: Likewise.
17282 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17284         * config/s390/vector.md (VI, VI_QHS): Add single element vector
17285         types to mode iterators.
17286         (vec_double): ... and mode attribute.
17287         * config/s390/vx-builtins.md (non_vec_int): Likewise.
17289 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17291         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
17292         Change the predicate of op2 from nonimmediate to general and let
17293         reload fix it if necessary.
17295 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17297         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
17299 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17301         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
17302         mode.
17304 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17306         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
17307         * config/s390/s390.c (s390_expand_vec_movstr): New function.
17308         * config/s390/s390.md ("movstr<P:mode>"): Call
17309         s390_expand_vec_movstr.
17311 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17313         * config/s390/s390.md: Add missing output modifier for operand 1
17314         to print it as address properly.
17316 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17318         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
17319         * config/s390/2964.md: New file.
17320         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
17321         of insn grouping attributes depending on the CPU level.
17322         (s390_get_unit_mask): New function.
17323         (s390_sched_score): Remove the OOO from the scheduling macros.
17324         Add loop to calculate a score for the instruction mix.
17325         (s390_sched_reorder): Likewise plus improve debug output.
17326         (s390_sched_variable_issue): Rename macros as above.  Calculate
17327         the unit distances after actually scheduling an insn.  Improve
17328         debug output.
17329         (s390_sched_init): Clear last_scheduled_unit_distance array.
17330         * config/s390/s390.md: Include 2964.md.
17332 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
17334         PR target/69671
17335         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
17336         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
17337         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
17338         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
17339         *avx512f_<code>v8div16qi2_mask_1): New insns.
17341 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
17343         PR target/68404
17344         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
17345         2016-02-09 change.
17347         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
17348         earlyclobber from target.  Use wF constraint for fused memory
17349         address.
17350         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
17352 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
17353             Martin Liska  <mliska@suse.cz>
17355         PR sanitizer/69863
17356         * cfgexpand.c (asan_sanitize_stack_p): New function.
17357         (partition_stack_vars): Use the function.
17358         (expand_stack_vars): Likewise.
17359         (defer_stack_allocation): Likewise.
17360         (expand_used_vars): Likewise.
17362 2016-02-18  Richard Biener  <rguenther@suse.de>
17364         PR middle-end/69553
17365         * fold-const.c (operand_equal_p): Properly compare offsets for
17366         IMAGPART_EXPR and ARRAY_REF.
17368 2016-02-18  Nick Clifton  <nickc@redhat.com>
17370         PR target/62254
17371         PR target/69610
17372         * config/arm/arm.c (arm_option_override_internal): Disable
17373         interworking if the target does not support thumb instructions.
17374         (arm_reload_in_hi): Handle the case where a register to register
17375         move needs reloading because there is no simple pattern to handle
17376         it.
17377         (arm_reload_out_hi): Likewise.
17379 2016-02-18  Richard Biener  <rguenther@suse.de>
17381         PR middle-end/69854
17382         * match.pd: Don't use fold_binary or fold_unary for folding
17383         constants.
17385 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
17387         PR c++/69850
17388         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
17389         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
17390         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
17391         warn on gimple_no_warning_p statements.
17393 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
17395         * doc/extend.texi (C++ Attributes): Correct description of
17396         warn_unused type attribute.
17398 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17400         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
17401         correct instruction.
17403 2016-02-17  Richard Biener  <rguenther@suse.de>
17405         PR rtl-optimization/69609
17406         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
17407         (find_traces_1_round): When ending a trace update cached priority
17408         of successors.
17409         (bb_to_key): Use cached priority when available.
17410         (copy_bb): Initialize cached priority.
17411         (reorder_basic_blocks_software_trace_cache): Likewise.
17413 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17415         PR target/69161
17416         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
17417         New predicate.
17418         (aarch64_comparison_operator): Break overly long line into two.
17419         (aarch64_comparison_operation): Likewise.
17420         * config/aarch64/aarch64.md (cstorecc4): Use
17421         aarch64_comparison_operator_mode instead of
17422         aarch64_comparison_operator.
17423         (cstore<mode>4): Likewise.
17424         (aarch64_cstore<mode>): Likewise.
17425         (*cstoresi_insn_uxtw): Likewise.
17426         (cstore<mode>_neg): Likewise.
17427         (*cstoresi_neg_uxtw): Likewise.
17429 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17431         PR target/69161
17432         * config/arm/predicates.md (arm_comparison_operator_mode):
17433         New predicate.
17434         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
17435         instead of arm_comparison_operator.
17436         (*mov_negscc): Likewise.
17437         (*mov_notscc): Likewise.
17438         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
17439         (*thumb2_mov_negscc): Likewise.
17440         (*thumb2_mov_negscc_strict_it): Likewise.
17441         (*thumb2_mov_notscc): Likewise.
17442         (*thumb2_mov_notscc_strict_it): Likewise.
17444 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
17446         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
17447         Add missing return.
17449 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
17451         * config/visium/visium.c (machine_libfunc_index): New enum.
17452         (machine_libfuncs): New structure.
17453         (visium_libfuncs): New static variable.
17454         (TARGET_INIT_LIBFUNCS): Define to...
17455         (visium_init_libfuncs): ...this.  New function.
17456         (expand_block_move_4): Use the appropriate libfunc.
17457         (expand_block_move_2): Likewise.
17458         (expand_block_move_1): Likewise.
17459         (expand_block_set_4): Likewise.
17460         (expand_block_set_2): Likewise.
17461         (expand_block_set_1): Likewise.
17462         (visium_trampoline_init): Likewise.
17464 2016-02-17  Nick Clifton  <nickc@redhat.com>
17466         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
17467         TI's devices.csv file as of March 2016.
17469 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17471         PR Target/48344
17472         * opts-global.c (handle_common_deferred_options): Introduce and
17473         initialize two global variables to remember command-line options
17474         specifying a stack-limiting register.
17475         * opts.h: Add extern declarations of the two new global variables.
17476         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
17477         variable based on the values of the two new global variables.
17479 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17481         PR c/69835
17482         * common.opt (Wnonnull-compare): New warning.
17483         * doc/invoke.texi (-Wnonnull): Remove text about comparison
17484         of arguments against NULL.
17485         (-Wnonnull-compare): Document.
17486         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
17487         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
17488         * passes.def (pass_warn_nonnull_compare): Add.
17489         * gimple-ssa-nonnull-compare.c: New file.
17491 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17493         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
17494         AARCH64_EXTRA_TUNE_RECIP_SQRT.
17496 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17498         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
17499         reciprocal sqrt for -mlow-precision-recip-sqrt.
17501 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17502             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17504         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
17505         always use lane loads to construct non-constant vectors.
17507 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17509         * config/aarch64/aarch64.md
17510         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
17511         constraints for operand 3.
17512         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
17514 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17515             Richard Biener  <rguenther@suse.de>
17517         PR tree-optimization/69820
17518         * tree-vect-patterns.c (type_conversion_p): Return false if
17519         *orig_type is unsigned single precision or boolean.
17520         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
17521         Formatting fix.
17523 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17525         PR rtl-optimization/69764
17526         PR rtl-optimization/69771
17527         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
17528         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
17530 2016-02-16  Richard Biener  <rguenther@suse.de>
17532         PR tree-optimization/69776
17533         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
17534         sets from caller.
17535         (indirect_refs_may_alias_p): Likewise.
17536         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
17537         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
17538         according to tbaa_p.
17539         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
17540         (optimize_stmt): For redundant store discovery do not allow tbaa.
17542 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
17544         PR tree-optimization/69714
17545         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
17546         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
17548 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
17550         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
17551         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
17552         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
17553         * config/arc/arc.c (arc_init): Check FPU options.
17554         (get_arc_condition_code): Handle new CC_FPU* modes.
17555         (arc_select_cc_mode): Likewise.
17556         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
17557         register pair only. Allow access for ARCv2 accumulator.
17558         (gen_compare_reg): Whenever we have FPU support use FPU compare
17559         instructions.
17560         (arc_reorg): Don't generate brcc insns when FPU compare
17561         instructions are involved.
17562         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
17563         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
17564         floating point emulation.
17565         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
17566         (REVERSE_CONDITION): Add new CC_FPU* modes.
17567         (TARGET_FP_SP_BASE): Define.
17568         (TARGET_FP_DP_BASE): Likewise.
17569         (TARGET_FP_SP_FUSED): Likewise.
17570         (TARGET_FP_DP_FUSED): Likewise.
17571         (TARGET_FP_SP_CONV): Likewise.
17572         (TARGET_FP_DP_CONV): Likewise.
17573         (TARGET_FP_SP_SQRT): Likewise.
17574         (TARGET_FP_DP_SQRT): Likewise.
17575         (TARGET_FP_DP_AX): Likewise.
17576         * config/arc/arc.md (ARCV2_ACC): New constant.
17577         (type): New fpu type attribute.
17578         (SDF): Conditional iterator.
17579         (cstore<mode>, cbranch<mode>): Change expand condition.
17580         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
17581         handles FPU/FPX cases as well.
17582         * config/arc/arc.opt (mfpu): New option.
17583         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
17584         Renamed.
17585         (adddf3, muldf3, subdf3): Removed.
17586         * config/arc/predicates.md (proper_comparison_operator): Recognize
17587         CC_FPU* modes.
17588         * config/arc/fpu.md: New file.
17589         * doc/invoke.texi (ARC Options): Document mfpu option.
17591 2016-02-16  Richard Biener  <rguenther@suse.de>
17593         PR rtl-optimization/69291
17594         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
17595         noce_operand_ok check.
17597 2016-02-16  Tom de Vries  <tom@codesourcery.com>
17599         PR lto/67709
17600         * omp-low.c (simd_clone_create): Remove call to
17601         symtab->call_cgraph_insertion_hooks.
17603 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
17605         PR tree-optimization/69802
17606         * tree-ssa-reassoc.c (update_range_test): If op is
17607         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
17608         op == 1 test of precision 1 integral op, otherwise handle
17609         that case as op itself.  Fix up formatting.
17610         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
17611         up formatting.
17613 2016-02-16  Richard Biener  <rguenther@suse.de>
17615         PR tree-optimization/69586
17616         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
17617         types for conversion sources.
17619 2016-02-16  Richard Biener  <rguenther@suse.de>
17621         PR middle-end/69801
17622         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
17623         mask OEP_ADDRESS_OF.
17625 2016-02-16  Alan Modra  <amodra@gmail.com>
17627         PR target/68973
17628         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
17629         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
17630         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
17631         (p8_mtvsrwz): New.
17632         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
17633         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
17634         (p8_fmrgow_<mode>): Likewise.
17635         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
17636         changes.
17637         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
17638         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
17639         to use movdi_internal64.  Remove op0_di.
17640         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
17642 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
17644         Add support for the FCCMP insn types
17646         * config/aarch64/aarch64.md (fccmp): Change insn type.
17647         (fccmpe): Likewise.
17648         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
17649         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
17650         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
17651         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
17652         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
17653         * config/arm/types.md (fccmps): Add new insn type.
17654         (fccmpd): Likewise.
17656 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17658         * alias.c (get_alias_set): Fix a typo in comment.
17660 2016-02-15  Richard Biener  <rguenther@suse.de>
17662         PR tree-optimization/69595
17663         * match.pd: Complete range test simplification to true.
17665 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
17667         PR rtl-optimization/69648
17668         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
17669         pic_offset_table_rtx.
17671         PR rtl-optimization/69752
17672         * ira.c (update_equiv_regs): When looking for more than a single SET,
17673         also take other side effects into account.
17675 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
17677         * config/s390/s390.c (s390_function_profiler): Add a new sequence
17678         for z900+ CPUs in 31-bit mode.
17680 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
17682         * common/config/s390/s390-common.c (s390_supports_split_stack):
17683         New function.
17684         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
17685         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
17686         * config/s390/s390.c (struct machine_function): New field
17687         split_stack_varargs_pointer.
17688         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
17689         in s390_emit_prologue.
17690         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
17691         vararg pointer.
17692         (morestack_ref): New global.
17693         (SPLIT_STACK_AVAILABLE): New macro.
17694         (s390_expand_split_stack_prologue): New function.
17695         (s390_live_on_entry): New function.
17696         (s390_va_start): Use split-stack vararg pointer if appropriate.
17697         (s390_asm_file_end): Emit the split-stack note sections.
17698         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
17699         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
17700         (UNSPECV_SPLIT_STACK_CALL): New unspec.
17701         (UNSPECV_SPLIT_STACK_DATA): New unspec.
17702         (split_stack_prologue): New expand.
17703         (split_stack_space_check): New expand.
17704         (split_stack_data): New insn.
17705         (split_stack_call): New expand.
17706         (split_stack_call_*): New insn.
17707         (split_stack_cond_call): New expand.
17708         (split_stack_cond_call_*): New insn.
17710 2016-02-15  Richard Biener  <rguenther@suse.de>
17712         PR tree-optimization/69783
17713         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
17714         Add trivially correct cases.
17716 2016-02-15  Tom de Vries  <tom@codesourcery.com>
17718         PR lto/69655
17719         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
17720         do_force_output.
17721         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
17723 2016-02-15  Richard Biener  <rguenther@suse.de>
17725         PR tree-optimization/69776
17726         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
17727         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
17728         indicate whether we can use TBAA to disambiguate against stores.
17729         Use alias-set zero if not.
17730         (visit_reference_op_store): Do not use TBAA when looking up
17731         redundant stores.
17732         * tree-ssa-pre.c (compute_avail): Use TBAA here.
17733         (eliminate_dom_walker::before_dom_children): But not when looking
17734         up redundant stores.
17736 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
17738         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
17740 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17742         *  config/i386/znver1.md
17743         (znver1_pop, znver1_pop_mem,
17744         znver1_load_imov_double_store,
17745         znver1_load_imov_direct_store,
17746         znver1_load_imov_direct_load,
17747         znver1_load_imov_double_load): Add new.
17748         (znver1_insn, znver1_insn_load): Add icmov type.
17749         (znver1_sseavx_fma,
17750         znver1_sseavx_fma_load,
17751         znver1_avx256_fma,
17752         znver1_avx256_fma_load): Fix pipe usage.
17754 2016-02-14  Alan Modra  <amodra@gmail.com>
17756         PR target/68973
17757         * reload.c (find_reloads_address_1): For pre/post-inc/dec
17758         with an invalid hard reg, reload just the reg not the entire
17759         pre/post-inc/dec address expression.
17761 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
17763         PR target/67260
17764         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
17765         fixed R1_REG scratch reg.
17766         (sibcall_value_pcrel_fdpic): Likewise.
17768 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
17770         PR target/67636
17771         PR target/64345
17772         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
17774 2016-02-12  Walter Lee  <walt@tilera.com>
17776         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
17777         * config/tilegx/t-tilegx: Likewise.
17779 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17781         PR other/69554
17782         * diagnostic-show-locus.c (struct line_span): New struct.
17783         (layout::get_first_line): Delete.
17784         (layout::get_last_line): Delete.
17785         (layout::get_num_line_spans): New member function.
17786         (layout::get_line_span): Likewise.
17787         (layout::print_heading_for_line_span_index_p): Likewise.
17788         (layout::get_expanded_location): Likewise.
17789         (layout::calculate_line_spans): Likewise.
17790         (layout::m_first_line): Delete.
17791         (layout::m_last_line): Delete.
17792         (layout::m_line_spans): New field.
17793         (layout::layout): Update comment.  Replace m_first_line and
17794         m_last_line with m_line_spans, replacing their initialization
17795         with a call to calculate_line_spans.
17796         (diagnostic_show_locus): When printing source lines and
17797         annotations, rather than looping over a single span
17798         of lines, instead loop over each line_span within
17799         the layout, with an inner loop over the lines within them.
17800         Call the context's start_span callback when changing line spans.
17801         * diagnostic.c (diagnostic_initialize): Initialize start_span.
17802         (diagnostic_build_prefix): Break out the building of the location
17803         part of the string into...
17804         (diagnostic_get_location_text): ...this new function, rewriting
17805         it from nested ternary expressions to a sequence of "if"
17806         statements.
17807         (default_diagnostic_start_span_fn): New function.
17808         * diagnostic.h (diagnostic_start_span_fn): New typedef.
17809         (diagnostic_context::start_span): New field.
17810         (default_diagnostic_start_span_fn): New prototype.
17812 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17814         PR driver/69779
17815         * gcc.c (driver::finalize): Fix cleanup of "specs".
17817 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
17819         PR driver/69265
17820         PR driver/69453
17821         * gcc.c (driver::driver): Initialize m_option_suggestions.
17822         (driver::~driver): Clean up m_option_suggestions.
17823         (suggest_option): Convert to...
17824         (driver::suggest_option): ...this, and split out into
17825         driver::build_option_suggestions and find_closest_string.
17826         (driver::build_option_suggestions): New function, from
17827         first half of suggest_option.  Special-case
17828         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
17829         the sanitizer_opts array.  For options of enum types, add the
17830         various enum values to the candidate strings.
17831         (driver::handle_unrecognized_options): Remove "const".
17832         * gcc.h (driver::handle_unrecognized_options): Likewise.
17833         (driver::build_option_suggestions): New decl.
17834         (driver::suggest_option): New decl.
17835         (driver::m_option_suggestions): New field.
17836         * opts-common.c (add_misspelling_candidates): New function.
17837         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
17838         and make non-static.
17839         * opts.h (sanitizer_opts): New array decl.
17840         (add_misspelling_candidates): New function decl.
17841         * spellcheck.c (find_closest_string): New function.
17842         * spellcheck.h (find_closest_string): New function decl.
17844 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17846         PR rtl-optimization/69764
17847         PR rtl-optimization/69771
17848         * optabs.c (expand_binop_directly): For shift_optab_p, force
17849         convert_modes with VOIDmode if xop1 has VOIDmode.
17851 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
17853         PR target/69729
17854         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
17855         to correctly determine instrumentation thunks.
17857 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17859         PR ipa/69241
17860         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
17861         type by reference, force lhs on the call.
17863         PR ipa/68672
17864         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
17865         Compute retval and retbnd early in all cases if split_part_return_p
17866         and return_bb is not EXIT.  Remove all clobber stmts and reset
17867         all debug stmts that refer to SSA_NAMEs defined in split part,
17868         except if it is retval, in that case replace the old retval with the
17869         lhs of the call to the split part.
17871 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17873         revert:
17874         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17876         PR middle-end/66726
17877         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
17878         whose result is used in PHI.
17879         (maybe_optimize_range_tests): Likewise.
17880         (final_range_test_p): Likweise.
17882 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
17884         PR middle-end/66726
17885         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
17886         whose result is used in PHI.
17887         (maybe_optimize_range_tests): Likewise.
17888         (final_range_test_p): Likweise.
17890 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
17892         * cgraph.c: Spelling fixes - behaviour -> behavior and
17893         neighbour -> neighbor.
17894         * target.def: Likewise.
17895         * sel-sched.c: Likewise.
17896         * config/mips/mips.c: Likewise.
17897         * config/arc/arc.md: Likewise.
17898         * config/arm/cortex-a57.md: Likewise.
17899         * config/arm/arm.c: Likewise.
17900         * config/arm/neon.md: Likewise.
17901         * config/arm/arm-c.c: Likewise.
17902         * config/vms/vms-c.c: Likewise.
17903         * config/s390/s390.c: Likewise.
17904         * config/i386/znver1.md: Likewise.
17905         * config/i386/i386.c: Likewise.
17906         * config/ia64/hpux-unix2003.h: Likewise.
17907         * config/msp430/msp430.md: Likewise.
17908         * config/rx/rx.c: Likewise.
17909         * config/rx/rx.md: Likewise.
17910         * config/aarch64/aarch64-simd.md: Likewise.
17911         * config/aarch64/aarch64.c: Likewise.
17912         * config/nvptx/nvptx.c: Likewise.
17913         * config/bfin/bfin.c: Likewise.
17914         * config/cris/cris.opt: Likewise.
17915         * config/rs6000/rs6000.c: Likewise.
17916         * target.h: Likewise.
17917         * spellcheck.c: Likewise.
17918         * ira-build.c: Likewise.
17919         * tree-inline.c: Likewise.
17920         * builtins.c: Likewise.
17921         * lra-constraints.c: Likewise.
17922         * explow.c: Likewise.
17923         * hwint.h: Likewise.
17924         * targhooks.c: Likewise.
17925         * tree-vect-data-refs.c: Likewise.
17926         * expr.c: Likewise.
17927         * doc/tm.texi: Likewise.
17928         * doc/extend.texi: Likewise.
17929         * doc/install.texi: Likewise.
17930         * doc/md.texi: Likewise.
17931         * tree-ssa-tail-merge.c: Likewise.
17932         * sched-int.h: Likewise.
17933         * match.pd: Likewise.
17934         * sched-ebb.c: Likewise.
17935         * target.def (omit_struct_return_reg): Likewise.
17936         * gimple-ssa-isolate-paths.c: Likewise.
17937         (find_implicit_erroneous_behaviour): Renamed to...
17938         (find_implicit_erroneous_behavior): ... this.
17939         (find_explicit_erroneous_behaviour): Renamed to...
17940         (find_explicit_erroneous_behavior): ... this.
17941         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
17943 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
17945         PR rtl-optimization/64682
17946         PR rtl-optimization/69567
17947         PR rtl-optimization/69737
17948         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
17949         in I2 as well, just lose it.
17951 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17953         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
17954         New variable.
17955         (aarch64_last_printed_tune_string): Likewise.
17956         (aarch64_declare_function_name): Only output .arch assembler
17957         directive if it will be different from the previously output
17958         directive.  Same for .tune comment but only if -dA is set.
17959         (aarch64_start_file): New function.
17960         (TARGET_ASM_FILE_START): Define.
17962 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
17964         PR plugins/69758
17965         * Makefile.in (PLUGIN_HEADERS): Add params.list.
17967 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
17969         PR target/65313
17970         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
17971         -Wmaybe-uninitialized warning.
17973 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
17975         PR target/69713
17976         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
17978 2016-02-11  Richard Biener  <rguenther@suse.de>
17980         PR rtl-optimization/69291
17981         * ifcvt.c (noce_try_store_flag_constants): Do not allow
17982         subexpressions affected by changing the result.
17984 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
17986         PR target/69148
17987         * lra-constraints.c (curr_insn_transform): Find in/out operands
17988         for secondary memory moves.  Update dups.
17990 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
17992         PR tree-optimization/69652
17993         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
17994         to nested loop, did source re-formatting, skip debug statements,
17995         add check on statement with volatile operand, remove dead scalar
17996         statements.
17998 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
17999             Patrick Palka  <ppalka@gcc.gnu.org>
18001         PR ipa/69241
18002         PR c++/69649
18003         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
18004         calls if the return type is TREE_ADDRESSABLE.
18005         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
18006         * ipa-split.c (split_function): Fix doubled "we" in comment.
18007         Use void return type for the split part even if
18008         !split_point->split_part_set_retval.
18010 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
18012         PR tree-optimization/68021
18013         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
18014         when computing the value of biv cand by itself.
18016 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
18018         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
18019         (cortexa57_tunings): Likewise.
18020         (cortexa72_tunings): Likewise.
18021         (arch_macro_fusion_pair_p): Add support for AES fusion.
18022         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
18023         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
18024         Allow virtual registers before reload so early scheduling works.
18025         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
18026         correct latency and pipeline.
18027         (cortex_a57_crypto_complex): Likewise.
18028         (cortex_a57_crypto_xor): Likewise.
18029         (define_bypass): Add AES bypass.
18031 2016-02-10  Richard Biener  <rguenther@suse.de>
18033         PR tree-optimization/69726
18034         * passes.def: Add DCE pass before late uninit.
18035         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
18036         really fixup if-conversions job.
18038 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
18040         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
18041         (arm_cortex_a57_tune): Likewise.
18042         (aarch_macro_fusion_pair_p): Add support for AES fusion.
18043         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
18045 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
18047         * timevar.def (TV_PHASE_DBGINFO): Delete.
18048         (TV_PHASE_CHECK_DBGINFO): Likewise.
18049         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
18051 2016-02-10  Richard Biener  <rguenther@suse.de>
18053         PR tree-optimization/69719
18054         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18055         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
18057 2016-02-09  Andrew Pinski  <apinski@cavium.com>
18059         PR tree-opt/69282
18060         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
18061         get_vcond_mask_icode returns false.
18063 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
18065         PR target/68404
18066         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
18067         an ADDIS that adds a pointer to a large constant that sets the
18068         upper16 bits with a load operation.
18070 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
18072         PR target/68532
18073         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
18074         order.
18075         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
18076         endian.
18077         (vzipq_s16): Likewise.
18078         (vzipq_s32): Likewise.
18079         (vzipq_f32): Likewise.
18080         (vzipq_u8): Likewise.
18081         (vzipq_u16): Likewise.
18082         (vzipq_u32): Likewise.
18083         (vzipq_p8): Likewise.
18084         (vzipq_p16): Likewise.
18086 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
18088         PR target/68532
18089         * config/arm/arm.c (neon_endian_lane_map): New function.
18090         (neon_vector_pair_endian_lane_map): New function.
18091         (arm_evpc_neon_vuzp): Allow for big endian lane order.
18092         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
18093         endian.
18094         (vuzpq_s16): Likewise.
18095         (vuzpq_s32): Likewise.
18096         (vuzpq_f32): Likewise.
18097         (vuzpq_u8): Likewise.
18098         (vuzpq_u16): Likewise.
18099         (vuzpq_u32): Likewise.
18100         (vuzpq_p8): Likewise.
18101         (vuzpq_p16): Likewise.
18103 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
18105         PR target/69634
18106         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
18107         debug insns.
18109 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
18111         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
18112         truncate const_int operand 1 to QImode.
18114 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
18116         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
18117         corresponding to an abnormal edge.
18119 2016-02-09  Tom de Vries  <tom@codesourcery.com>
18121         PR tree-optimization/69599
18122         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
18123         function.
18124         (find_func_aliases_for_builtin_call, find_func_clobbers)
18125         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
18126         partition.
18128 2016-02-09  Richard Biener  <rguenther@suse.de>
18130         PR tree-optimization/69715
18131         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
18132         LHS on calls as non-rewritable.
18134 2016-02-09  Tom de Vries  <tom@codesourcery.com>
18136         PR lto/69707
18137         * lto-wrapper.c (append_diag_options): New function.
18138         (compile_offload_image): Call append_diag_options.
18140 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
18142         PR other/69722
18143         * doc/extend.texi (Flag Output Operands): Correct sectioning.
18144         Minor copy-edit to fix verb tenses.
18146 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
18148         PR tree-optimization/69209
18149         * ipa-split.c (split_function): If split part is not
18150         returning retval, retval has gimple type but is not
18151         gimple value, force it into a SSA_NAME first.
18153 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
18155         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
18156         outdated section.
18158 2016-02-08  Jason Merrill  <jason@redhat.com>
18160         PR c++/69631
18161         * convert.c (convert_to_integer_1): Check dofold on truncation
18162         distribution.
18163         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
18164         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
18165         Rename from *_nofold.
18166         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
18167         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
18169 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
18171         PR target/60410
18172         * tree.c (build_common_tree_nodes): Remove short_double argument.
18173         All callers changed.
18174         * tree.h (build_common_tree_nodes): Adjust declaration.
18175         * doc/invoke.texi (-fshort-double): Remove documentation.
18176         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
18177         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
18178         * lto-wrapper.c (merge_and_complain, append_compiler_options)
18179         (append_linker_options): Don't handle OPT_fshort_double.
18181         PR rtl-optimization/68730
18182         * lra-remat.c (insn_to_cand_activation): New static variable.
18183         (lra_remat): Allocate and free it.
18184         (create_cand): New arg activation. Initialize a field in
18185         insn_to_cand_activation if it is nonnull.
18186         (create_cands): Pass the activation insn to create_cand when making
18187         a candidate involving an output reload.  Reorganize code a little.
18188         (do_remat): Keep track of active status of candidates in a separate
18189         bitmap.
18191 2016-02-08  Richard Biener  <rguenther@suse.de>
18193         PR tree-optimization/69719
18194         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
18195         Properly use absolute of the difference of the two offsets to
18196         compare or adjust the segment length.
18198 2016-02-08  Richard Biener  <rguenther@suse.de>
18199             Jeff Law  <law@redhat.com>
18201         PR target/68273
18202         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
18203         types for anonymous SSA names.
18205 2016-02-08   Richard Biener  <rguenther@suse.de>
18207         PR rtl-optimization/69274
18208         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
18210 2016-02-08  Jeff Law  <law@redhat.com>
18212         PR tree-optimization/65917
18213         * tree-ssa-dom.c (record_temporary_equivalences): Record both
18214         equivalences from if (x == y) style conditionals.
18215         (loop_depth_of_name): Remove.
18216         (record_equality): Remove loop depth check.
18217         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
18218         (const_and_copies::record_const_or_copy_raw): New member function.
18219         * tree-ssa-scopedtables.c
18220         (const_and_copies::record_const_or_copy_raw): New, factored out of
18221         (const_and_copies::record_const_or_copy): Call new member function.
18223 2016-02-05  Jeff Law  <law@redhat.com>
18225         PR tree-optimization/68541
18226         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
18227         (count_stmts_in_block): New function.
18228         (poor_ifcvt_candidate_code): Likewise.
18229         (is_feasible_trace): Add some heuristics to determine when path
18230         splitting is profitable.
18231         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
18232         is a diamond with a single exit.
18234 2016-02-05  Martin Sebor  <msebor@redhat.com>
18236         PR c++/69662
18237         * doc/invoke.texi: Update -Wplacement-new to take an optional
18238         argument.
18240 2016-02-06  Richard Henderson  <rth@redhat.com>
18242         PR c/69643
18243         * tree.c (tree_nop_conversion_p): Do not strip casts into or
18244         out of non-standard address spaces.
18246 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
18248         PR rtl-optimization/69691
18249         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
18251 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
18253         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
18254         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
18255         (*ieee128_mfvsrd_64bit): Likewise.
18256         (*ieee128_mfvsrd_32bit): Likewise.
18258 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
18260         PR target/69369
18261         Revert r232560:
18262         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18264         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
18265         instrumented_version.
18267 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
18269         * doc/invoke.texi (Optimize Options): In table of --param options
18270         rename second occurrence of tracer-min-branch-ratio to
18271         tracer-min-branch-probability, rename
18272         tracer-min-branch-ratio-feedback to
18273         tracer-min-branch-probability-feedback and clarify description,
18274         rename sched-spec-state-edge-prob-cutoff to
18275         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
18276         to selsched-insns-to-rename, rename lto-minpartition to
18277         lto-min-partition, delete reorder-blocks-duplicate and
18278         reorder-blocks-duplicate-feedback.
18280 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18282         * config/s390/s390.c (s390_register_info_set_ranges): Remove
18283         superfluous loops.
18285 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18287         * doc/extend.texi: S/390: Correct some typos.
18289 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18291         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
18293 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18295         PR target/69625
18296         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
18297         (s390_register_info_gprtofpr): Use new macros above.
18298         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
18299         its name.
18300         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
18301         its name.  Adjust restore and save gpr ranges.
18302         (s390_register_info_set_ranges): New function.
18303         (s390_register_info): Use new macros above.  Call
18304         s390_register_info_set_ranges.
18305         (s390_optimize_register_info): Likewise.
18306         (s390_hard_regno_rename_ok): Use new macros.
18307         (s390_hard_regno_scratch_ok): Likewise.
18308         (s390_emit_epilogue): Likewise.
18309         (s390_can_use_return_insn): Likewise.
18310         (s390_optimize_prologue): Likewise.
18311         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
18313 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
18315         PR bootstrap/69677
18316         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
18317         alignment fixes.
18318         (ix86_option_override_internal): Disable TARGET_STV even for
18319         -m{incoming,preferred}-stack-boundary=3.
18321 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18323         * config.gcc: Mark deprecated rtems targets as obsolete.
18325 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
18327         PR rtl-optimization/64682
18328         PR rtl-optimization/69567
18329         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
18330         before I2 only if the register is both used and set in I2.
18332 2016-02-04  DJ Delorie  <dj@redhat.com>
18334         * config/msp430/msp430.c (msp430_start_function): Add function type.
18336 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
18338         PR fortran/69368
18339         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
18341 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
18343         PR rtl-optimization/69577
18344         Revert:
18345         2015-10-29  Richard Henderson  <rth@redhat.com>
18347         PR target/68124
18348         PR rtl-opt/67609
18349         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
18350         sse check to the exact conditions of PR 67609.
18352 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
18354         PR target/69667
18355         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
18356         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
18357         not allowed into the traditional Altivec registers.
18358         (movtd_64bit_nodm): Likewise.
18359         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
18361 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
18363         * config/aarch64/cortex-a57-fma-steering.c
18364         (aarch64_register_fma_steering): Remove "static" from arguments
18365         to register_pass.
18367 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
18369         PR target/69619
18370         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
18371         twice when complex.
18373 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
18375         * doc/invoke.texi: Delete -mno-fma4.
18377 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
18379         PR rtl-optimization/69577
18380         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
18381         (find_subregs_of_mode): Update accordingly.  Iterate over partial
18382         definitions.
18384 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
18386         * config/arm/arm-protos.h (neon_reinterpret): Remove.
18387         * config/arm/arm.c (neon_reinterpret): Remove.
18388         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
18389         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
18390         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
18391         vreinterpretti): Remove.
18392         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
18393         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
18394         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
18395         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
18396         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
18397         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
18398         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
18399         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
18400         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
18401         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
18402         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
18403         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
18404         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
18405         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
18406         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
18407         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
18408         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
18409         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
18410         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
18411         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
18412         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
18413         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
18414         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
18415         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
18416         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
18417         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
18418         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
18419         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
18420         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
18421         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
18422         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
18423         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
18424         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
18425         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
18426         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
18427         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
18428         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
18429         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
18430         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
18431         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
18432         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
18433         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
18434         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
18435         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
18436         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
18437         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
18438         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
18439         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
18440         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
18441         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
18442         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
18443         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
18444         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
18445         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
18446         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
18447         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
18448         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
18449         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
18450         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
18451         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
18452         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
18453         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
18454         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
18455         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
18456         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
18457         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
18458         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
18459         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
18460         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
18461         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
18462         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
18463         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
18464         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
18465         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
18466         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
18467         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
18468         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
18469         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
18470         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
18471         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
18472         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
18473         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
18474         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
18475         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
18476         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
18477         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
18478         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
18479         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
18480         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
18481         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
18482         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
18483         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
18484         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
18485         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
18486         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
18487         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
18488         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
18489         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
18490         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
18491         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
18492         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
18493         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
18494         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
18496 2016-02-04  Martin Liska  <mliska@suse.cz>
18498         PR sanitizer/69276
18499         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
18500         that are gimple_store_p.
18501         (maybe_instrument_call): Likewise.
18503 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
18505         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
18506         register scaling out of memory reference and comment why.
18508 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18510         PR target/65932
18511         PR target/67714
18512         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
18513         folding the source of a SET.
18515 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18517         PR target/65932
18518         PR target/67714
18519         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
18520         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
18522 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
18524         PR target/65932
18525         PR target/67714
18526         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
18527         HImode.
18529 2016-02-04  Christian Bruel  <christian.bruel@st.com>
18531         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
18532         * config/arm/arm.c (arm_set_current_function): Likewise.
18534 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
18535             Ilya Enkovich  <enkovich.gnu@gmail.com>
18536             H.J. Lu  <hongjiu.lu@intel.com>
18538         PR target/69454
18539         * config/i386/i386.c (convert_scalars_to_vector): Remove
18540         stack alignment fixes.
18541         (ix86_option_override_internal): Disable TARGET_STV if stack
18542         might not be aligned enough.
18543         (ix86_minimum_alignment): Assert that TARGET_STV is false.
18545 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
18547         * config/i386/x86-tune.def: Disable default prefetching
18548         for -march=znver1.
18550 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
18551             Vladimir Makarov  <vmakarov@redhat.com>
18553         PR target/69461
18554         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
18555         in validating fused toc addresses.
18557 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
18559         PR c/69627
18560         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
18561         range->m_caret fields if range->m_show_caret_p is false.
18563         PR target/69644
18564         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
18565         Force oldval into register if it does not satisfy reg_or_short_operand
18566         predicate.  Fix up formatting.
18568 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
18569             Alexandre Oliva  <aoliva@redhat.com>
18571         PR target/69461
18572         * lra-constraints.c (simplify_operand_subreg): Check additionally
18573         address validity after potential reloading.
18574         (process_address_1): Check insns validity.  In case of failure do
18575         nothing.
18577 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
18579         PR target/69118
18580         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
18581         Fix target.
18583 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
18585         * wide-int.cc (canonize_uhwi): New function.
18586         (wi::divmod_internal): Use it.
18588 2016-02-02  James Norris  <jnorris@codesourcery.com
18590         * gimplify.c (omp_notice_variable): Add usage check.
18592 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
18594         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
18595         like LE, GE, LT, GT when emitting relational operator.
18597 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
18599         * ira-costs.c (find_costs_and_classes): Add extra argument.
18600         * target.def (ira_change_pseudo_allocno_class): Add parameter.
18601         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
18602         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
18603         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
18604         Add best_class parameter, and return it if not ALL_REGS.
18605         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
18606         Add parameter.
18607         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
18608         Update target hook.
18610 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
18612         * config/aarch64/aarch64.c
18613         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
18614         (aarch64_ira_change_pseudo_allocno_class): New function.
18616 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
18618         PR target/67032
18619         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
18621 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
18623         * config/avr/avr.c (avr_option_override): Set
18624         PARAM_ALLOW_STORE_DATA_RACES to 1.
18626 2016-02-02  Richard Biener  <rguenther@suse.de>
18628         PR tree-optimization/69595
18629         * match.pd: Add range test simplifications to true/false.
18631 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
18633         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
18634         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
18635         instead.
18637 2016-02-02  Richard Biener  <rguenther@suse.de>
18639         PR tree-optimization/69606
18640         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
18641         info on the result before moving a stmt.
18643 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
18645         PR middle-end/68542
18646         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
18647         branch with vector comparison.
18648         * config/i386/sse.md (VI48_AVX): New mode iterator.
18649         (define_expand "cbranch<mode>4): Add support for conditional branch
18650         with vector comparison.
18651         * tree-vect-loop.c (optimize_mask_stores): New function.
18652         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
18653         has_mask_store field of vect_info.
18654         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
18655         vectorized loops having masked stores after vec_info destroy.
18656         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
18657         correspondent macros.
18658         (optimize_mask_stores): Add prototype.
18660 2016-02-02  Alan Modra  <amodra@gmail.com>
18662         PR target/69548
18663         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
18664         allow subregs.
18666 2016-02-02  Alan Modra  <amodra@gmail.com>
18668         PR target/68662
18669         * config/rs6000/rs6000.c (need_toc_init): New var, set it
18670         whenever toc_label_name used.
18671         (rs6000_file_start): Don't set up toc section here,
18672         (rs6000_output_function_epilogue): do so here instead,
18673         (rs6000_xcoff_file_start): and here.
18674         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
18675         (load_toc_aix_di): Likewise.
18677 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18679         PR rtl-optimization/69592
18680         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
18681         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
18682         (num_sign_bit_copies_binary_arith_p): New inline function.
18683         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
18685 2016-02-01  Jeff Law  <law@redhat.com>
18687         PR tree-optimization/69580
18688         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
18689         * tree-ssa-threadbackward.c
18690         (fsm_find_control_statement_thread_paths): Do not try to walk
18691         through large PHI nodes.
18693 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18695         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
18696         when count is incremented above limit, don't analyze further
18697         insns afterwards.
18699         * omp-low.c (oacc_parse_default_dims): Avoid
18700         -Wsign-compare warning, make sure value fits into int
18701         rather than just unsigned int.
18703 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
18705         PR tree-optimization/67921
18706         * fold-const.c (split_tree): New parameters.  Convert pointer
18707         type variable part to proper type before negating.
18708         (fold_binary_loc): Pass new arguments to split_tree.
18710 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
18712         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
18713         (nvptx_goacc_validate_dims): Extend to handle global defaults.
18714         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
18715         * doc/tm.texti: Rebuilt.
18716         * doc/invoke.texi (fopenacc-dim): Document.
18717         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
18718         (append_compiler_options): Likewise.
18719         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
18720         (oacc_parse_default_dims): New.
18721         (oacc_validate_dims): Add USED arg.  Select non-unity default when
18722         possible.
18723         (oacc_loop_fixed_partitions): Return mask of used partitions.
18724         (oacc_loop_auto_partitions): Emit dump info.
18725         (oacc_loop_partition): Return mask of used partitions.
18726         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
18727         loop partitioning and validation calls.
18729 2016-02-01  Richard Biener  <rguenther@suse.de>
18731         PR middle-end/69556
18732         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
18734 2016-02-01  Richard Biener  <rguenther@suse.de>
18736         PR tree-optimization/69574
18737         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
18738         of asserting return chrec_dont_know.
18740 2016-02-01  Martin Liska  <mliska@suse.cz>
18742         * mem-stats-traits.h: Add copyright header.
18743         * mem-stats.h: Likewise.
18745 2016-02-01  Richard Biener  <rguenther@suse.de>
18747         PR tree-optimization/69579
18748         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
18749         Do not propagate through abnormal PHI results.
18751 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
18753         * postreload.c (reload_cse_simplify): Remove dead code.
18755 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
18757         PR rtl-optimization/69570
18758         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
18759         if there is more than one set, not if there is a single set.
18761 2016-02-01  Richard Henderson  <rth@redhat.com>
18763         PR rtl-opt/69535
18764         * combine.c (make_compound_operation): When looking through a
18765         subreg, make sure to re-extend to the width of the outer mode.
18767 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
18769         PR tree-optimization/69546
18770         * wide-int.cc (wi::divmod_internal): For unsigned division
18771         where both operands fit into uhwi, if o1 is 1 and o0 has
18772         msb set, if divident_prec is larger than bits per hwi,
18773         clear another quotient word and return 2 instead of 1.
18774         Similarly for remainder with msb in HWI set, if dividend_prec
18775         is larger than bits per hwi.
18777 2016-01-29  Martin Jambor  <mjambor@suse.cz>
18779         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
18780         Use short lowercase names.
18781         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
18782         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
18783         acq_rel one.  Protect warning agains segfaults if
18784         get_memory_order_name returns NULL.
18785         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
18786         with release semantics.  Do not warn if get_memory_order already did.
18787         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
18788         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
18789         if get_memory_order already did.
18791 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
18793         * doc/install.texi: Document that isl-0.16 is supported.
18795 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
18797         PR target/69299
18798         * config/i386/constraints.md (Bm): Describe as special memory
18799         constraint.
18800         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
18801         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18802         * genpreds.c (struct constraint_data): Add is_special_memory.
18803         (have_special_memory_constraints, special_memory_start): New
18804         static vars.
18805         (special_memory_end): Ditto.
18806         (add_constraint): Add new arg is_special_memory.  Add code to
18807         process its true value.  Update have_special_memory_constraints.
18808         (process_define_constraint): Pass the new arg.
18809         (process_define_register_constraint): Ditto.
18810         (choose_enum_order): Process special memory.
18811         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
18812         function insn_extra_special_memory_constraint.
18813         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18814         * gensupport.c (process_rtx): Process
18815         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
18816         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
18817         * ira-lives.c (single_reg_class): Use
18818         insn_extra_special_memory_constraint.
18819         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
18820         * lra-constraints.c (process_alt_operands): Ditto.
18821         (curr_insn_transform): Use insn_extra_special_memory_constraint.
18822         * recog.c (asm_operand_ok, preprocess_constraints): Process
18823         CT_SPECIAL_MEMORY.
18824         * reload.c (find_reloads): Ditto.
18825         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
18826         * stmt.c (parse_input_constraint): Use
18827         insn_extra_special_memory_constraint.
18829 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18831         PR target/69530
18832         * lra-splill.c (lra_final_code_change): Revert r229087 by
18833         removing all sub-registers.
18835 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
18837         PR target/65604
18838         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
18840 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
18842         PR target/69551
18843         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
18844         SSE1, copy target into the temporary reg first before recursing
18845         on it.
18847 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18849         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
18850         with vm.
18852 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
18854         * ginclude/stdarg.h: Test __cplusplus instead of
18855         __GXX_EXPERIMENTAL_CXX0X__.
18857 2016-01-29  Richard Biener  <rguenther@suse.de>
18859         PR tree-optimization/69547
18860         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
18861         Do not mark clobbers necessary.
18862         (mark_all_reaching_defs_necessary_1): Likewise.
18864 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18866         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
18867         declaration name with %qs and print it in both error messages.
18868         Also fix indentation.
18870 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18872         PR other/69006
18873         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
18874         trailing blank line from error message.
18876 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
18878         PR c++/69462
18879         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
18880         for C++-11.
18882 2016-01-29  Richard Biener  <rguenther@suse.de>
18884         PR middle-end/69537
18885         * match.pd: Allow all integral types when simplifying a
18886         widening or sign-changing conversion.
18888 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
18890         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
18891         back to setting codegen_error to fail codegen.
18893 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
18895         PR target/69459
18896         * config/i386/constraints.md (C): Only accept constant zero operand.
18897         (BC): New constraint.
18898         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
18899         instead of C constraint.
18900         * doc/md.texi (Machine Constraints): Update description
18901         of C constraint.
18903 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
18905         PR target/68400
18906         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
18908 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
18910         PR middle-end/69542
18911         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
18912         non-debug insns.
18914 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
18916         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
18917         branches if using guessed profile.
18919 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
18921         * graphite-optimize-isl.c (optimize_isl): Fix dump.
18923 2016-01-28  Richard Henderson  <rth@redhat.com>
18925         PR target/69305
18926         * config/aarch64/aarch64-modes.def (CC_Cmode): New
18927         * config/aarch64/aarch64-protos.h: Update.
18928         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
18929         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
18930         (aarch64_get_condition_code_1): Handle CC_Cmode.
18931         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
18932         (*add<mode>3_compareC_cconly_imm): New.
18933         (*add<mode>3_compareC_cconly): New.
18934         (*add<mode>3_compareC_imm): New.
18935         (add<mode>3_compareC): New.
18936         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
18937         to be first.  Use aarch64_carry_operation.
18938         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
18939         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
18940         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
18941         (subti3): Use subdi3_compare1.
18942         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
18943         (sub<mode>3_compare1): New.
18944         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
18945         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
18946         (*subsi3_carryin_uxtw): Likewise.
18947         (*ngc<mode>, *ngcsi_uxtw): Likewise.
18948         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
18949         * config/aarch64/iterators.md (DWI): New.
18950         * config/aarch64/predicates.md (aarch64_carry_operation): New.
18951         (aarch64_borrow_operation): New.
18953 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
18955         * graphite-optimize-isl.c (optimize_isl): Print a different debug
18956         message when isl does not return a valid schedule.
18958 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
18960         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
18961         Remove comments from class declarations: they are already in the code
18962         close by the defs.
18964 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
18966         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
18967         codegen_error_p.
18968         (ternary_op_to_tree): Same.
18969         (unary_op_to_tree): Same.
18970         (nary_op_to_tree): Same.
18971         (gcc_expression_from_isl_expr_op): Same.
18972         (gcc_expression_from_isl_expression): Same.
18973         (graphite_create_new_loop): Same.
18974         (graphite_create_new_loop_guard): Same.
18975         (build_iv_mapping): Same.
18976         (graphite_create_new_guard): Same.
18977         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
18978         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
18980 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
18982         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
18983         instead of setting codegen_error to fail codegen.
18985 2016-01-28  Jason Merrill  <jason@redhat.com>
18987         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
18989 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
18991         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
18992         Remove CONST_INT_P check in CCMP cost calculation.
18994 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
18996         * config/aarch64/aarch64.c (generic_vector_cost):
18997         Set vec_permute_cost.
18998         (cortexa57_vector_cost): Likewise.
18999         (exynosm1_vector_cost): Likewise.
19000         (xgene1_vector_cost): Likewise.
19001         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
19002         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
19003         Add vec_permute_cost entry.
19005 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
19007         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
19008         immediate as %1.
19009         (add<mode>3_compare0): Likewise.
19010         (addsi3_compare0_uxtw): Likewise.
19011         (add<mode>3nr_compare0): Likewise.
19012         (compare_neg<mode>): Likewise.
19013         (<optab><mode>3): Likewise.
19015 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
19017         * tree-vect-stmts.c (vectorizable_comparison): Add
19018         NULL check for vectype.
19020 2016-01-28  Richard Biener  <rguenther@suse.de>
19022         PR tree-optimization/69466
19023         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
19024         Account for PHIs we couldn't duplicate.
19026 2016-01-28  Martin Liska  <mliska@suse.cz>
19028         PR pch/68758
19029         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
19030         instead of ENABLE_VALGRIND_CHECKING.
19032 2016-01-27  Richard Henderson  <rth@redhat.com>
19034         PR rtl-opt/69447
19035         * lra-remat.c (subreg_regs): New.
19036         (dump_candidates_and_remat_bb_data): Dump it.
19037         (operand_to_remat): Reject if operand in subreg_regs.
19038         (set_bb_regs): Collect subreg_regs.
19039         (lra_remat): Init and free subreg_regs.  Compute
19040         calculate_local_reg_remat_bb_data before create_cands.
19042 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
19044         PR target/68986
19045         * config/i386/i386.c (ix86_update_stack_boundary): Don't
19046         change stack_alignment_needed for __tls_get_addr call.
19048 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
19050         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
19052 2016-01-27  Jeff Law  <law@redhat.com>
19054         PR tree-optimization/68398
19055         PR tree-optimization/69196
19056         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
19057         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
19058         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19059         Only count PHIs in the last block in the path.  The others will
19060         const/copy propagate away.  Add heuristic to allow more irreducible
19061         subloops to be created when it is likely profitable to do so.
19063         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
19064         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
19065         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
19067 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
19069         PR lto/69254
19070         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
19071         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
19072         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
19073         * tree-streamer-in.c: Include asan.h.
19074         (streamer_get_builtin_tree): For builtins in sanitizer
19075         range call initialize_sanitizer_builtins and retry.
19077 2016-01-27  Ian Lance Taylor  <iant@google.com>
19079         * common.opt (fkeep-gc-roots-live): New undocumented option.
19080         * tree-ssa-loop-ivopts.c (add_candidate_1): If
19081         -fkeep-gc-roots-live, skip pointers.
19082         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
19083         NULL.
19085 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
19087         PR target/69512
19088         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
19089         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
19091 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
19093         PR target/68380
19094         * configure.ac: NetBSD provides SSP in its C library.
19095         * configure: Updated.
19097 2016-01-27  Richard Biener  <rguenther@suse.de>
19099         PR tree-optimization/69166
19100         * tree-vect-loop.c (vect_is_simple_reduction): Always check
19101         reduction code for commutativity / associativity.
19103 2016-01-27  Martin Jambor  <mjambor@suse.cz>
19105         PR tree-optimization/69355
19106         * tree-sra.c (analyze_access_subtree): Correct hole detection when
19107         total_scalarization fails.
19109 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
19111         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
19112         power9.
19114 2016-01-27  Christian Bruel  <christian.bruel@st.com>
19116         PR target/69245
19117         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
19118         Move arm_reset_previous_fndecl and set_target_option_current_node in
19119         the conditional part.  Call save_restore_target_globals.
19120         * config/arm/arm.c (arm_set_current_function):
19121         Refactor to better support #pragma target and attribute mix.
19122         Call save_restore_target_globals.
19123         * config/arm/arm-protos.h (save_restore_target_globals): New function.
19125 2016-01-27  Martin Liska  <mliska@suse.cz>
19127         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
19128         reference for an HSA kernel and its host function.
19130 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
19132         PR tree-optimization/69399
19133         * wide-int.h (wi::lrshift): For larger precisions, only
19134         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
19136 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
19138         * config/arc/predicates.md (proper_comparison_operator): Reject
19139         constant-constant comparison.
19141 2016-01-26  Tom de Vries  <tom@codesourcery.com>
19143         PR tree-optimization/69110
19144         * tree-data-ref.c (initialize_data_dependence_relation): Handle
19145         DR_NUM_DIMENSIONS == 0.
19147 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
19148             Sebastian Pop  <s.pop@samsung.com>
19150         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
19151         isl_ast_op_cond and isl_ast_op_select.
19152         (gcc_expression_from_isl_expr_op): Same.
19154 2016-01-26  Jason Merrill  <jason@redhat.com>
19156         PR c++/68782
19157         * tree.c (recompute_constructor_flags): Split out from
19158         build_constructor.
19159         (verify_constructor_flags): New.
19160         * tree.h: Declare them.
19162 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
19164         PR rtl-optimization/69217
19165         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
19166         are no TYPE_FIELDS set for the record type.
19168 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19170         PR target/68662
19171         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
19172         toc_label_name unconditionally.
19173         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
19174         SYMBOL_REF string.  Use toc_label_name instead of constructing
19175         LCTOC1.
19176         (rs6000_elf_declare_function_name): Use toc_label_name instead of
19177         constructing LCTOC1.
19179 2016-01-26  Martin Sebor  <msebor@redhat.com>
19181         PR other/69477
19182         * doc/extend.texi (Common Type Attributes): Move text that talks about
19183         attribute packed from attribute aligned to the section discussing
19184         the former attribute for clarity.
19186 2016-01-26  Richard Henderson  <rth@redhat.com>
19188         PR middle-end/60908
19189         * trans-mem.c (tm_region_init): Mark entry block as visited.
19191 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
19193         PR other/69006
19194         * diagnostic-show-locus.c (layout::print_source_line): Replace
19195         call to pp_newline with call to layout::print_newline.
19196         (layout::print_annotation_line): Likewise.
19197         (layout::move_to_column): Likewise.
19198         (layout::print_any_fixits): After printing any fixits, print a
19199         trailing newline, if necessary.
19200         (layout::print_newline): New method, resetting any colorization
19201         before a newline.
19202         (diagnostic_show_locus): Move the pp_newline to before the
19203         early bailout.  Remove dummy block enclosing the layout instance.
19204         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
19205         of pp_newline_and_flush with pp_flush.
19206         (diagnostic_append_note): Delete use of pp_newline.
19207         (diagnostic_append_note_at_rich_loc): Delete.
19208         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
19209         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
19210         when newline characters are added to the buffer.
19212 2016-01-26  Michael Matz  <matz@suse.de>
19214         * configure.ac (ac_cv_std_swap_in_utility): New test.
19215         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
19216         * configure: Regenerate.
19217         * config.in: Regenerate.
19219 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
19221         * config/arc/arc.md (cstoresi4): Force operand into register.
19222         (arcset<code>): Fix predicate.
19223         (arcsetltu): Likewise.
19224         (arcsetgeu): Likewise.
19225         (arcsethi): Likewise.
19226         (arcsetls): Likewise.
19228 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19230         PR tree-optimization/69483
19231         * gimple-fold.c (canonicalize_constructor_val): Return NULL
19232         if base has error_mark_node type.
19234 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
19236         PR target/68620
19237         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
19238         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
19239         New helper macros.
19240         (vget_lane_f16): Handle big-endian.
19241         (vgetq_lane_f16): Likewise.
19242         (vset_lane_f16): Likewise.
19243         (vsetq_lane_f16): Likewise.
19244         * config/arm/iterators.md (VQXMOV): Add V8HF.
19245         (VDQ): Add V4HF and V8HF.
19246         (V_reg): Handle V4HF and V8HF.
19247         (Is_float_mode): Likewise.
19248         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
19249         neon_vdup_nv8hf): New patterns.
19250         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
19251         Use VD_LANE iterator.
19252         (neon_vld1_dup<mode>): Use VQ2 iterator.
19254 2016-01-26  Nathan Sidwell  <nathan@acm.org>
19256         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
19257         (set_oacc_fn_attrib): Add IS_KERNEL arg.
19258         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
19259         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
19260         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
19261         (oacc_validate_dims): Add LEVEL arg, don't return level.
19262         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
19263         oacc_validate_dims.
19264         (execute_oacc_device_lower): Adjust, add more dump output.
19265         * tree-ssa-loop.c (gate_oacc_kernels): Use
19266         oacc_fn_attrib_kernels_p.
19267         * tree-parloops.c (create_parallel_loop): Adjust
19268         set_oacc_fn_attrib call.
19270 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19272         PR lto/69254
19273         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
19274         (append_compiler_options): Handle -fcilkplus.
19275         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
19277 2016-01-26  Nick Clifton  <nickc@redhat.com>
19279         PR target/66655
19280         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
19281         been marked as DECL_ONE_ONLY but we do not the means to make it
19282         so, then do not allow it to bind locally.
19284 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19286         PR lto/69254
19287         * opts.h (parse_sanitizer_options): New prototype.
19288         * opts.c (sanitizer_opts): New array.
19289         (parse_sanitizer_options): New function.
19290         (common_handle_option): Use parse_sanitizer_options.
19292 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
19294         PR target/68986
19295         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
19296         alignment adjustment to ...
19297         (ix86_update_stack_boundary): Here.  Don't over-align stack for
19298         __tls_get_addr.
19299         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
19300         if __tls_get_addr is called.
19302 2016-01-26  Christian Bruel  <christian.bruel@st.com>
19304         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
19306 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
19308         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
19310 2016-01-26  Richard Biener  <rguenther@suse.de>
19312         PR middle-end/69467
19313         * match.pd: Guard X * CST CMP 0 pattern with single_use.
19315 2016-01-26  Richard Biener  <rguenther@suse.de>
19317         PR tree-optimization/69452
19318         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
19319         (move_computations_dom_walker::before_dom_children): Rename
19320         to ...
19321         (move_computations_worker): This.
19322         (move_computations): Perform an RPO rather than a DOM walk.
19324 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
19326         PR target/69442
19327         * combine.c (combine_instructions): For REG_EQUAL note with
19328         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
19329         to the underlying register.
19330         * doc/rtl.texi (REG_EQUAL): Document the behavior of
19331         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
19333 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
19335         PR target/67896
19336         * config/aarch64/aarch64-builtins.c
19337         (aarch64_init_simd_builtin_types): Do not set structural
19338         equality to __Poly{8,16,64,128}_t types.
19340 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
19342         PR tree-optimization/69400
19343         * wide-int.cc (wi_pack): Take the precision as argument and
19344         perform canonicalization here rather than in the callers.
19345         Use the main loop to handle all full-width HWIs.  Add a
19346         zero HWI if in_len isn't a full result.
19347         (wi::divmod_internal): Update accordingly.
19348         (wi::mul_internal): Likewise.  Simplify.
19350 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
19351             Sebastian Pop  <s.pop@samsung.com>
19353         * graphite-poly.c (apply_poly_transforms): Simplify.
19354         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
19355         (print_isl_map): Same.
19356         (print_isl_union_map): Same.
19357         (print_isl_schedule): New.
19358         (debug_isl_schedule): New.
19359         * graphite-dependences.c (scop_get_reads): Do not call
19360         isl_union_map_add_map that is undocumented isl functionality.
19361         (scop_get_must_writes): Same.
19362         (scop_get_may_writes): Same.
19363         (scop_get_original_schedule): Remove.
19364         (scop_get_dependences): Do not call isl_union_map_compute_flow that
19365         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
19366         (compute_deps): Remove.
19367         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
19368         (debug_schedule_ast): New.
19369         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
19370         set_separate_option.
19371         (graphite_regenerate_ast_isl): Add dump.
19372         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
19373         from scop->transformed_schedule.
19374         (graphite_regenerate_ast_isl): Add more dump.
19375         * graphite-optimize-isl.c (optimize_isl): Set
19376         scop->transformed_schedule.  Check whether schedules are equal.
19377         (apply_poly_transforms): Move here.
19378         * graphite-poly.c (apply_poly_transforms): ... from here.
19379         (free_poly_bb): Static.
19380         (free_scop): Static.
19381         (pbb_number_of_iterations_at_time): Remove.
19382         (print_isl_ast): New.
19383         (debug_isl_ast): New.
19384         (debug_scop_pbb): New.
19385         * graphite-scop-detection.c (print_edge): Move.
19386         (print_sese): Move.
19387         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
19388         (build_scop_scattering): Remove.
19389         (create_pw_aff_from_tree): Assert instead of bailing out.
19390         (add_condition_to_pbb): Remove unused code, do not fail.
19391         (add_conditions_to_domain): Same.
19392         (add_conditions_to_constraints): Remove.
19393         (build_scop_context): New.
19394         (add_iter_domain_dimension): New.
19395         (build_iteration_domains): Initialize pbb->iterators.
19396         Call add_conditions_to_domain.
19397         (nested_in): New.
19398         (loop_at): New.
19399         (index_outermost_in_loop): New.
19400         (index_pbb_in_loop): New.
19401         (outermost_pbb_in): New.
19402         (add_in_sequence): New.
19403         (add_outer_projection): New.
19404         (outer_projection_mupa): New.
19405         (add_loop_schedule): New.
19406         (build_schedule_pbb): New.
19407         (build_schedule_loop): New.
19408         (embed_in_surrounding_loops): New.
19409         (build_schedule_loop_nest): New.
19410         (build_original_schedule): New.
19411         (build_poly_scop): Call build_original_schedule.
19412         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
19413         (free_poly_dr): Remove.
19414         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
19415         (free_poly_bb): Remove.
19416         (debug_loop_vec): Remove.
19417         (print_isl_ast): Declare.
19418         (debug_isl_ast): Declare.
19419         (scop_do_interchange): Remove.
19420         (scop_do_strip_mine): Remove.
19421         (scop_do_block): Remove.
19422         (flatten_all_loops): Remove.
19423         (optimize_isl): Remove.
19424         (pbb_number_of_iterations_at_time): Remove.
19425         (debug_scop_pbb): Declare.
19426         (print_schedule_ast): Declare.
19427         (debug_schedule_ast): Declare.
19428         (struct scop): Remove schedule.  Add original_schedule,
19429         transformed_schedule.
19430         (free_gimple_poly_bb): Remove.
19431         (print_generated_program): Remove.
19432         (debug_generated_program): Remove.
19433         (unify_scattering_dimensions): Remove.
19434         * sese.c (print_edge): ... here.
19435         (print_sese): ... here.
19436         (debug_edge): ... here.
19437         (debug_sese): ... here.
19438         * sese.h (print_edge): Declare.
19439         (print_sese): Declare.
19440         (dump_edge): Declare.
19441         (dump_sese): Declare.
19443 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
19444             Sebastian Pop  <s.pop@samsung.com>
19446         * Makefile.in: Set ISLVER in site.exp.
19448 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
19450         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
19451         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
19452         through DECL_VALUE_EXPR for expansion.
19454 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19456         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
19457         the frame info after reload completed.
19459 2016-01-25  Jeff Law  <law@redhat.com>
19461         PR tree-optimization/69196
19462         PR tree-optimization/68398
19463         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
19464         tree-ssa-threadupdate.c.
19465         (determine_bb_domination_status): Prototype
19466         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
19467         (determine_bb_domination_status): No longer static.
19468         (valid_jump_thread_path): Remove code to detect characteristics
19469         of the jump thread path not associated with correctness.
19470         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
19471         Correct test for thread path length.  Count PHIs for real operands as
19472         statements that need to be copied.  Do not count ASSERT_EXPRs.
19473         Look at all the blocks in the thread path.  Compute and selectively
19474         filter thread paths based on threading through the latch, threading
19475         a multiway branch or crossing a multiway branch.
19477 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19479         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
19480         decl with __attribute__ ((unused)) annotation.
19482 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
19484         PR target/69421
19485         * tree-vect-stmts.c (vectorizable_condition): Check vectype
19486         of operands is compatible with a statement vectype.
19488 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
19490         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
19491         improve wording for mixed storage order support.
19493 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
19495         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
19496         (vcvt_u64_f64): Likewise.
19497         (vcvta_s64_f64): Likewise.
19498         (vcvta_u64_f64): Likewise.
19499         (vcvtm_s64_f64): Likewise.
19500         (vcvtm_u64_f64): Likewise.
19501         (vcvtn_s64_f64): Likewise.
19502         (vcvtn_u64_f64): Likewise.
19503         (vcvtp_s64_f64): Likewise.
19504         (vcvtp_u64_f64): Likewise.
19506 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
19508         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
19509         (arc_init): Check validity mll64 option.
19510         (arc_save_restore): Use double load/store instruction.
19511         (arc_expand_movmem): Likewise.
19512         (arc_split_move): Don't split if we have double load/store
19513         instructions. Returns a boolean.
19514         (arc_process_double_reg_moves): Change function to return boolean
19515         instead of a sequence of instructions.
19516         (arc_dwarf_register_span): New function.
19517         * config/arc/arc-protos.h (arc_split_move): Change prototype.
19518         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
19519         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
19520         (*movdf_insn): Likewise.
19521         * config/arc/arc.opt (mll64): New option.
19522         * config/arc/predicates.md (even_register_operand): New predicate.
19523         * doc/invoke.texi (ARC Options): Add mll64 documentation.
19525 2016-01-25  Richard Biener  <rguenther@suse.de>
19527         PR lto/69393
19528         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
19529         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
19530         DECL_NAMELESS.
19531         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
19533 2016-01-25  Richard Biener  <rguenther@suse.de>
19535         PR tree-optimization/69376
19536         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
19537         flag.
19538         (VN_INFO_ANTI_RANGE_P): New inline.
19539         (VN_INFO_RANGE_TYPE): Likewise.
19540         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
19541         SSA_NAME_ANTI_RANGE_P.
19542         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
19543         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19544         Properly query VN_INFO_RANGE_TYPE.
19546 2016-01-25  Nick Clifton  <nickc@redhat.com>
19548         PR target/66655
19549         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
19551 2016-01-23  Tom de Vries  <tom@codesourcery.com>
19553         PR tree-optimization/69426
19554         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
19555         removed clobber.
19557 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
19559         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
19560         "the the" with "the" in the comments.
19561         * ipa-devirt.c (build_type_inheritance_graph,
19562         update_type_inheritance_graph): Likewise.
19563         * tree.c (build_function_type_list_1): Likewise.
19564         * cfgloopmanip.c (scale_loop_profile): Likewise.
19565         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
19566         * gimple-ssa-split-paths.c
19567         (find_block_to_duplicate_for_splitting_paths): Likewise.
19568         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
19569         * expr.c (convert_move): Likewise.
19570         * var-tracking.c (vt_stack_adjustments): Likewise.
19571         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
19572         * tree-vrp.c (test_for_singularity): Likewise.
19574         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
19575         directly instead of building a temporary tree.
19577         PR bootstrap/69434
19578         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
19579         remove <algorithm> include.
19581 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
19583         PR target/69432
19584         * config/i386/i386.c: Include dojump.h.
19585         (expand_small_movmem_or_setmem,
19586         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
19587         fixes.
19588         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
19589         if dynamic_check != -1.
19591 2016-01-21  Jeff Law  <law@redhat.com>
19593         PR middle-end/69347
19594         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
19595         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
19596         into dominated_by_p.
19597         (cprop_into_successor_phis): Avoid unnecessary tests.
19599 2016-01-22  Richard Henderson  <rth@redhat.com>
19601         PR target/69416
19602         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
19603         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
19605 2016-01-22  Michael Matz  <matz@suse.de>
19607         * system.h (string, algorithm): Include only conditionally.
19608         (new): Include always under C++.
19609         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
19610         * final.c (toplevel): Ditto.
19611         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
19612         * genconditions.c (write_header): Make gencondmd.c define
19613         INCLUDE_STRING.
19614         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
19616         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
19617         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
19619 2016-01-22  Christian Bruel  <christian.bruel@st.com>
19621         PR target/68674
19622         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
19624 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19626         PR target/69403
19627         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
19628         define_insn_and_split.  Ensure operands[1] and operands[0] do not
19629         get assigned the same register.
19631 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
19633         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
19635 2016-01-22  Christian Bruel  <christian.bruel@st.com>
19637         * config/arm/arm-c.c (arm_pragma_target_parse):
19638         Remove warn_builtin_macro_redefined overwrite.
19640 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
19642         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
19643         flag_non_call_exceptions compatibility.
19645 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
19647         PR debug/66668
19648         * dwarf2out.c (add_child_die_after): New function.
19649         (dwarf_qual_info_t): New type.
19650         (dwarf_qual_info): New variable.
19651         (qualified_die_p): New function.
19652         (modified_type_die): For -fdebug-types-section, ensure
19653         canonical order of qualifiers.  Put qualified DIEs adjacent
19654         to the corresponding non-qualified type DIE and search there
19655         for existing qualified DIEs.
19657 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
19659         * doc/extend.texi (scalar_storage_order type attribute): Document
19660         restriction on type punning and aliasing, and remove future tense.
19662 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
19664         PR target/69252
19665         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
19666         first stage.
19668 2016-01-21  Jeff Law  <law@redhat.com>
19670         PR middle-end/69347
19671         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
19672         useless call to record_temporary_equivalences.
19673         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
19674         allocate 10 slots in the bb_path vector and let it grow as needed.
19675         (fsm_find_control_statement_thread_paths): Similarly for the next_path
19676         vector.
19678 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
19680         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
19681         Detangle.
19682         * configure: Regenerate.
19684 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
19686         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
19687         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
19689 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
19691         PR middle-end/66178
19692         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
19693         drop EXPAND_INITIALIZER.
19694         * rtl.h (contains_symbolic_reference_p): Declare.
19695         * rtlanal.c (contains_symbolic_reference_p): New function.
19696         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
19697         a subtraction into a NOT if symbolic constants are involved.
19699 2016-01-21  Anton Blanchard  <anton@samba.org>
19700             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19702         PR target/63354
19703         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
19704         #define.
19705         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
19706         function.
19708 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
19710         * config/microblaze/microblaze.c
19711         (get_branch_target): New.
19712         (insert_wic_for_ilb_runout): New.
19713         (insert_wic): New.
19714         (microblaze_machine_dependent_reorg): New.
19715         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
19716         * config/microblaze/microblaze.md
19717         (UNSPEC_IPREFETCH): Define.
19718         (iprefetch): New pattern
19719         * config/microblaze/microblaze.opt
19720         (mxl-prefetch): New flag.
19722 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
19724         * config/microblaze/microblaze.h
19725         (FIXED_REGISTERS): Update in macro.
19726         (CALL_USED_REGISTERS): Update in macro.
19728 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
19730         PR rtl-optimization/68920
19731         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
19732         moves.
19734 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
19736         PR rtl-optimization/68990
19737         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
19738         pseudo instead of inheritance ones.
19740 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19741             Nick Clifton  <nickc@redhat.com>
19743         PR target/69129
19744         PR target/69012
19745         * config/mips/mips.c (mips_compute_frame_info): Initialise
19746         args_size and hard_frame_pointer_offset fields of the frame
19747         structure before calling mips_global_pointer.
19749 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
19751         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
19752         label reference.
19753         * configure: Regenerate.
19755 2016-01-21  Richard Biener  <rguenther@suse.de>
19757         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
19759 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
19761         * config/s390/s390.c (s390_asm_declare_function_size): Add code
19762         to actually emit the .size directive.
19764 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
19765              Jakub Jelinek  <jakub@redhat.com>
19767         PR target/69187
19768         PR target/65624
19769         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
19770         args array size by one to avoid buffer overflow.
19772 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
19774         * config/s390/s390.md (pool_section_start): Use switch_to_section
19775         to select proper read-only data section instead of hardcoding
19776         .rodata.
19777         (pool_section_end): Use switch_to_section to match the above.
19779 2016-01-21  Richard Biener  <rguenther@suse.de>
19781         PR tree-optimization/69378
19782         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
19783         (set_ssa_val_to): Use it for dominance checks taking into
19784         account not executable edges.
19786 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
19788         PR c++/69355
19789         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
19790         for bitsize instead of GET_MODE_PRECISION (mode).
19792 2016-01-20  Martin Sebor  <msebor@redhat.com>
19794         PR c/52291
19795         * extend.texi (__sync Builtins): Clarify the semantics of
19796         __sync_fetch_and_OP built-ins on pointers.
19797         (__atomic Builtins): Same.
19799 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19800             Sebastian Pop  <s.pop@samsung.com>
19802         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
19803         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
19804         (is_valid_rename): Same.
19805         (translate_isl_ast_to_gimple::get_rename): Same.
19806         (translate_isl_ast_to_gimple::rename_all_uses): Same.
19807         (translate_isl_ast_to_gimple::rename_uses): Same.
19808         (get_new_name): Check for close_phi nodes.
19809         (copy_loop_phi_args): Use phi_node_kind.
19810         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
19811         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
19813 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19814             Sebastian Pop  <s.pop@samsung.com>
19816         Revert commit r229783.
19817         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
19818         Remove use of parameter_rename_map.
19819         (copy_def): Remove.
19820         (copy_internal_parameters): Remove.
19821         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
19822         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
19823         (free_sese_info): Do not free parameter_rename_map.
19824         (set_rename): Do not use parameter_rename_map.
19825         (rename_uses): Update call to set_rename.
19826         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
19827         * sese.h (parameter_rename_map_t): Remove.
19828         (struct sese_info_t): Remove field parameter_rename_map.
19830 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19831             Sebastian Pop  <s.pop@samsung.com>
19833         * graphite-isl-ast-to-gimple.c: Fix comment.
19834         * graphite-scop-detection.c (defined_in_loop_p): New.
19835         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
19836         names defined in loop.
19838 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19839             Sebastian Pop  <s.pop@samsung.com>
19841         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19842         Discard unstructured if-then-else regions.
19844 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19845             Sebastian Pop  <s.pop@samsung.com>
19847         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
19848         (cleanup_loop_iter_dom): Remove.
19849         (build_loop_iteration_domains): Remove.
19850         (build_scop_context): Remove.
19851         (build_scop_iteration_domain): Remove.
19852         (add_loop_constraints): New.
19853         (build_iteration_domains): New.
19854         (build_poly_scop): Call build_iteration_domains.
19856 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19857             Sebastian Pop  <s.pop@samsung.com>
19859         * graphite-scop-detection.c
19860         (scop_detection::harmful_loop_in_region): Free dom and loops.
19861         (scop_detection::loop_body_is_valid_scop): Free bbs.
19863 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19864             Sebastian Pop  <s.pop@samsung.com>
19866         * graphite-scop-detection.c (record_loop_in_sese): New.
19867         (gather_bbs::before_dom_children): Call record_loop_in_sese.
19868         (build_scops): Remove call to build_sese_loop_nests.
19869         * sese.c (sese_record_loop): Remove.
19870         (build_sese_loop_nests): Remove.
19871         (new_sese_info): Remove region->loops.
19872         (free_sese_info): Same.
19873         * sese.h (sese_contains_loop): Same.
19874         (build_sese_loop_nests): Remove.
19875         (sese_contains_loop): Remove.
19877 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19878             Sebastian Pop  <s.pop@samsung.com>
19880         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
19881         loop_is_valid_in_scop.
19882         (scop_detection::harmful_stmt_in_region): Renamed
19883         harmful_loop_in_region.
19884         Call loop_is_valid_in_scop.
19886 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19887             Sebastian Pop  <s.pop@samsung.com>
19889         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
19890         isl_ast_node_mark.
19892 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19893             Sebastian Pop  <s.pop@samsung.com>
19895         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
19896         * graphite.h (struct poly_bb): Remove field is_reduction.
19897         (PBB_IS_REDUCTION): Remove.
19899 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
19900             Sebastian Pop  <s.pop@samsung.com>
19902         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
19903         (add_pdr_constraints): Same.
19904         (scop_get_reads): Same.
19905         (scop_get_must_writes): Same.
19906         (scop_get_may_writes): Same.
19907         (scop_get_original_schedule): Same.
19908         (extend_schedule): Same.
19909         (apply_schedule_on_deps): Same.
19910         (carries_deps): Same.
19911         (compute_deps): Same.
19912         (scop_get_dependences): Same.
19913         * graphite-isl-ast-to-gimple.c
19914         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
19915         * graphite-optimize-isl.c (get_schedule_for_band): Same.
19916         (get_schedule_for_band_list): Same.
19917         (get_schedule_map): Same.
19918         (apply_schedule_map_to_scop): Same.
19919         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
19920         (build_loop_iteration_domains): Same.
19921         (add_condition_to_pbb): Same.
19922         (add_param_constraints): Same.
19923         (pdr_add_memory_accesses): Same.
19924         (pdr_add_data_dimensions): Same.
19926 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
19928         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
19929         requirements.
19931 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
19933         * common.opt (feliminate-dwarf2-dups): Replace references to
19934         "DWARF 2" with just "DWARF".
19935         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
19936         * doc/extend.texi: Likewise.
19937         * doc/cpp.texi: Likewise.
19938         * doc/invoke.texi: Likewise.
19939         (Option Summary): Add -gdwarf to list of Debugging Options.
19940         (Debugging Options): Document -gdwarf.
19941         * doc/contrib.texi: Spell "DWARF" like that.
19943 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
19945         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
19946         warning.  Fix up formatting.
19948         PR middle-end/67653
19949         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
19950         attempt to mark memory input operand addressable and
19951         call prepare_gimple_addressable in that case.  Don't adjust
19952         input_location for diagnostics, use error_at instead.
19954 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
19956         * config/rs6000/ppc-auxv.h: New file.
19957         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
19958         (cpu_is): Likewise.
19959         (cpu_supports): Likewise.
19960         * config/rs6000/rs6000.c: include "ppc-auxv.h".
19961         (cpu_is_info): New variable.
19962         (cpu_supports_info): Likewise.
19963         (tcb_verification_symbol): Likewise.
19964         (cpu_builtin_p): Likewise.
19965         (cpu_expand_builtin): New function.
19966         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
19967         (rs6000_init_builtins): Likewise.
19968         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
19969         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
19970         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
19971         * configure: Regenerate.
19972         * config.in: Likewise.
19973         * doc/extend.texi (PowerPC Built-in Functions): Document
19974         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
19976 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
19978         PR target/68609
19979         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
19980         domain check.
19981         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
19982         for V4SFmode.
19984 2016-01-20  Richard Henderson  <rth@redhat.com>
19986         PR bootstrap/69343
19987         PR bootstrap/69339
19988         PR tree-opt/68964
19989         Revert:
19990         * tree.c (tm_define_builtin): New.
19991         (find_tm_vector_type): New.
19992         (build_tm_vector_builtins): New.
19993         (build_common_builtin_nodes): Call it.
19995 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
19997         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
19998         (arm_fp_ok): Likewise.
19999         (arm_fp): Likewise.
20000         (arm_crypto): Likewise.
20002 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
20003             Richard Biener  <rguenther@suse.de>
20005         PR tree-optimization/69328
20006         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
20007         vectors have same number of elements.
20008         (vectorizable_condition): Fix masked version recognition.
20010 2016-01-20  Richard Biener  <rguenther@suse.de>
20012         PR tree-optimization/69345
20013         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
20014         (VN_INFO_PTR_INFO): Likewise.
20015         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
20016         info when it is equal between non-dominating SSA names.
20017         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
20018         Make sure to look at original SSA infos.
20020 2016-01-20  Jeff Law  <law@redhat.com>
20022         PR target/25114
20023         * config/m68k/predicates.md (pow2_m1_operand): New predicate
20024         extracted from ...
20025         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
20026         (pc_or_label_operand): New predicate.
20027         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
20028         tests for small integers that are 2^n - 1.
20030 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
20032         * doc/invoke.texi (Options Summary): Add '.' after @xref.
20034 2016-01-19  Jeff Law  <law@redhat.com>
20036         PR middle-end/69347
20037         * tree-ssa-threadbackwards.c
20038         (fsm_find_control_statement_thread_paths): Do not try to lookup
20039         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
20041 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
20043         * doc/lto.texi: Remove text that says only Gold has linker plugin
20044         support.
20046 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
20048         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
20049         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
20050         the DIE accordingly.
20051         (modified_type_die): Add REVERSE parameter and pass it recursively,
20052         as well as to base_type_die.  Adjust presence check accordingly.
20053         (base_type_for_mode): Adjust call to modified_type_die.
20054         (add_type_attribute): Add REVERSE parameter and pass it to
20055         modified_type_die.
20056         (generic_parameter_die): Adjust call to add_type_attribute.
20057         (add_scalar_info): Likewise.
20058         (add_subscript_info): Likewise.
20059         (gen_array_type_die): Likewise.
20060         (gen_descr_array_type_die): Likewise.
20061         (gen_entry_point_die): Likewise.
20062         (gen_enumeration_type_die): Likewise.
20063         (gen_formal_parameter_die): Likewise.
20064         (gen_subprogram_die): Likewise.
20065         (gen_variable_die ): Likewise.
20066         (gen_const_die): Likewise.
20067         (gen_field_die): Likewise.
20068         (gen_pointer_type_die): Likewise.
20069         (gen_reference_type_die): Likewise.
20070         (gen_ptr_to_mbr_type_die): Likewise.
20071         (gen_inheritance_die): Likewise.
20072         (gen_subroutine_type_die): Likewise.
20073         (gen_typedef_die): Likewise.
20074         (force_type_die): Adjust call to modified_type_die.
20076 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
20078         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
20079         flow throughout the file.  Fix broken link to Objective-C 2.0
20080         documentation.
20081         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
20082         errors.
20084 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20086         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
20088 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20090         PR ipa/66223
20091         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
20092         (maybe_record_node): Record cxa_pure_virtual as the only possible
20093         target if there are not ohter candidates.
20094         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
20096 2016-01-19  Richard Biener  <rguenther@suse.de>
20098         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
20099         (get_memory_order): Likewise.
20101 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
20103         * tree-vect-stmts.c (vectorizable_store): Check
20104         rhs vectype.
20106 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
20108         PR jit/68446
20109         * gcc.c (driver::decode_argv): Add call to
20110         init_opts_obstack before init_options_struct.
20111         * opts.c (init_opts_obstack): Remove idempotency.
20112         (init_options_struct): Replace call to init_opts_obstack
20113         with a gcc_assert to verify that it has already been called.
20114         * toplev.c (toplev::main): Add call to init_opts_obstack before
20115         calls to init_options_struct.
20116         (toplev::finalize): Move cleanup of opts_obstack next to
20117         cleanup of save_decoded_options, clearing the latter, and
20118         save_decoded_options_count.
20120 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20122         PR target/69135
20123         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
20124         attribute to unconditional.  Remove %? from output template.
20126 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20127             Jiong Wang  <jiong.wang@arm.com>
20129         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
20130         generated from different expand order.
20132 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20134         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
20135         Add support for CCMP costing.
20137 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20139         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
20140         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
20141         (fccmpe<mode>): Likewise.
20142         (fcmp): Rename to fcmp and globalize pattern.
20143         (fcmpe): Likewise.
20144         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
20145         (aarch64_gen_ccmp_next): Add FP support.
20147 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
20149         * target.def (gen_ccmp_first): Update documentation.
20150         (gen_ccmp_next): Likewise.
20151         * doc/tm.texi (gen_ccmp_first): Update documentation.
20152         (gen_ccmp_next): Likewise.
20153         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
20154         expand_ccmp_expr_1.  Improve comments.
20155         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
20156         (ccmp_ior<mode>): Remove pattern.
20157         (cmp<mode>): Remove expand.
20158         (cmp): Globalize pattern.
20159         (cstorecc4): Use cc_register.
20160         (mov<mode>cc): Remove ccmp_cc_register check.
20161         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
20162         Simplify after removal of CC_DNE/* modes.
20163         (aarch64_ccmp_mode_to_code): Remove.
20164         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
20165         In 'k' case use integer as condition.
20166         (aarch64_nzcv_codes): Remove inverted cases.
20167         (aarch64_code_to_ccmode): Remove.
20168         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
20169         comparison with CC register to be used in folowing CCMP/branch/CSEL.
20170         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
20171         pattern.  Return the comparison with CC register.  Invert conditions
20172         when bitcode is OR.
20173         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
20174         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
20176 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20178         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
20179         instrumented_version.
20181 2016-01-19  Richard Biener  <rguenther@suse.de>
20183         PR tree-optimization/69336
20184         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
20185         handled components with get_ref_base_and_extent.
20186         (equal_mem_array_ref_p): Adjust.
20188 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
20190         PR debug/65779
20191         * shrink-wrap.c: Include valtrack.h.
20192         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
20193         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
20194         in between insn and where it will be moved to.  Call
20195         dead_debug_insert_temp.
20196         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
20197         first and dead_debug_local_finish at the end.
20198         For uses and defs bitmap, handle all regs in between REGNO and
20199         END_REGNO, not just the first one.
20201 2016-01-19  Richard Biener  <rguenther@suse.de>
20203         PR tree-optimization/69352
20204         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
20205         (equal_mem_array_ref_p): Constrain size and max size properly.
20206         Compare the reverse flag.
20208 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
20210         * ira.c (ira): Update regstat data if we deleted insns.
20212 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
20214         PR rtl-optimization/68955
20215         PR rtl-optimization/64557
20216         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
20217         here.  Fix up formatting.
20218         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
20220 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20222         PR lto/69133
20223         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
20224         assume that the node has body.
20225         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
20226         check.
20228 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20230         * lto-streamer-out.c (lto_output): Do not stream instrumentation
20231         thunks.
20233 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
20235         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
20236         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
20238 2016-01-19  Martin Jambor  <mjambor@suse.cz>
20239             Martin Liska  <mliska@suse.cz>
20240             Michael Matz  <matz@suse.de>
20242         * Makefile.in (OBJS): Add new source files.
20243         (GTFILES): Add hsa.c.
20244         * common.opt (disable_hsa): New variable.
20245         (-Whsa): New warning.
20246         * config.in (ENABLE_HSA): New.
20247         * configure.ac: Treat hsa differently from other accelerators.
20248         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
20249         $enable_offloading.
20250         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
20251         * doc/install.texi (Configuration): Document --with-hsa-runtime,
20252         --with-hsa-runtime-include, --with-hsa-runtime-lib and
20253         --with-hsa-kmt-lib.
20254         * doc/invoke.texi (-Whsa): Document.
20255         (hsa-gen-debug-stores): Likewise.
20256         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
20257         to invoke offload compiler for hsa acclerator.
20258         * opts.c (common_handle_option): Determine whether HSA offloading
20259         should be performed.
20260         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
20261         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
20262         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
20263         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
20264         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
20265         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
20266         GF_OMP_FOR_KIND_GRID_LOOP.
20267         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
20268         (pp_gimple_stmt_1): Likewise.
20269         * gimple-walk.c (walk_gimple_stmt): Likewise.
20270         * gimple.c (gimple_build_omp_grid_body): New function.
20271         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
20272         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
20273         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
20274         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
20275         GF_OMP_TEAMS_GRID_PHONY.
20276         (gimple_statement_omp_single_layout): Updated comments.
20277         (gimple_build_omp_grid_body): New function.
20278         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
20279         (gimple_omp_for_grid_phony): New function.
20280         (gimple_omp_for_set_grid_phony): Likewise.
20281         (gimple_omp_parallel_grid_phony): Likewise.
20282         (gimple_omp_parallel_set_grid_phony): Likewise.
20283         (gimple_omp_teams_grid_phony): Likewise.
20284         (gimple_omp_teams_set_grid_phony): Likewise.
20285         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
20286         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
20287         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
20288         (BUILT_IN_GOMP_TARGET): Updated type.
20289         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
20290         (adjust_for_condition): New function.
20291         (get_omp_for_step_from_incr): Likewise.
20292         (extract_omp_for_data): Moved parts to adjust_for_condition and
20293         get_omp_for_step_from_incr.
20294         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
20295         (fixup_child_record_type): Bail out if receiver_decl is NULL.
20296         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
20297         (scan_omp_parallel): Do not create child functions for phony
20298         constructs.
20299         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
20300         (scan_omp_1_op): Checking assert we are not remapping to
20301         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
20302         (parallel_needs_hsa_kernel_p): New function.
20303         (expand_parallel_call): Register apprpriate parallel child
20304         functions as HSA kernels.
20305         (grid_launch_attributes_trees): New type.
20306         (grid_attr_trees): New variable.
20307         (grid_create_kernel_launch_attr_types): New function.
20308         (grid_insert_store_range_dim): Likewise.
20309         (grid_get_kernel_launch_attributes): Likewise.
20310         (get_target_argument_identifier_1): Likewise.
20311         (get_target_argument_identifier): Likewise.
20312         (get_target_argument_value): Likewise.
20313         (push_target_argument_according_to_value): Likewise.
20314         (get_target_arguments): Likewise.
20315         (expand_omp_target): Call get_target_arguments instead of looking
20316         up for teams and thread limit.
20317         (grid_expand_omp_for_loop): New function.
20318         (grid_arg_decl_map): New type.
20319         (grid_remap_kernel_arg_accesses): New function.
20320         (grid_expand_target_kernel_body): New function.
20321         (expand_omp): Call it.
20322         (lower_omp_for): Do not emit phony constructs.
20323         (lower_omp_taskreg): Do not emit phony constructs but create for them
20324         a temporary variable receiver_decl.
20325         (lower_omp_taskreg): Do not emit phony constructs.
20326         (lower_omp_teams): Likewise.
20327         (lower_omp_grid_body): New function.
20328         (lower_omp_1): Call it.
20329         (grid_reg_assignment_to_local_var_p): New function.
20330         (grid_seq_only_contains_local_assignments): Likewise.
20331         (grid_find_single_omp_among_assignments_1): Likewise.
20332         (grid_find_single_omp_among_assignments): Likewise.
20333         (grid_find_ungridifiable_statement): Likewise.
20334         (grid_target_follows_gridifiable_pattern): Likewise.
20335         (grid_remap_prebody_decls): Likewise.
20336         (grid_copy_leading_local_assignments): Likewise.
20337         (grid_process_kernel_body_copy): Likewise.
20338         (grid_attempt_target_gridification): Likewise.
20339         (grid_gridify_all_targets_stmt): Likewise.
20340         (grid_gridify_all_targets): Likewise.
20341         (execute_lower_omp): Call grid_gridify_all_targets.
20342         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
20343         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
20344         (tree_omp_clause): Added union field dimension.
20345         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
20346         * tree.c (omp_clause_num_ops): Added number of arguments of
20347         OMP_CLAUSE__GRIDDIM_.
20348         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
20349         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
20350         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
20351         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
20352         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
20353         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
20354         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
20355         * tree-pass.h (make_pass_gen_hsail): Declare.
20356         (make_pass_ipa_hsa): Likewise.
20357         * ipa-hsa.c: New file.
20358         * lto-section-in.c (lto_section_name): Add hsa section name.
20359         * lto-streamer.h (lto_section_type): Add hsa section.
20360         * timevar.def (TV_IPA_HSA): New.
20361         * hsa-brig-format.h: New file.
20362         * hsa-brig.c: New file.
20363         * hsa-dump.c: Likewise.
20364         * hsa-gen.c: Likewise.
20365         * hsa.c: Likewise.
20366         * hsa.h: Likewise.
20367         * toplev.c (compile_file): Call hsa_output_brig.
20368         * hsa-regalloc.c: New file.
20370 2016-01-18  Jeff Law  <law@redhat.com>
20372         PR tree-optimization/69320
20373         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
20374         ranged object, do nothing if the RHS constant is not [0..1].
20375         (optimize_stmt): Comparing a boolean ranged object against a
20376         constant outside [0..1] results in a compile-time constant.
20378         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
20379         test.
20381 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
20383         * doc/invoke.texi (Invoking GCC): Add new section to menu.
20384         (Option Summary): Update to reflect new section and moved options.
20385         (C++ Dialect Options): Move -fstats to new section.
20386         (Debugging Options): Move all dump, statistics, and other GCC
20387         developer options to new section.  Rewrite section introduction
20388         and re-order remaining options to put the more basic ones first.
20389         (Optimization Options): Move -fira-verbose and -flto-report* to
20390         new section.
20391         (Developer Options): New section incorporating moved options.
20392         * doc/cppopts.texi (-dM): Update cross-reference.
20394 2016-01-18  Richard Henderson  <rth@redhat.com>
20396         PR target/69176
20397         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
20398         operands to pseudo only if CSE is expected.  Split long immediate
20399         operands only after reload, and for the stack pointer.
20400         (*add<GPI>3_pluslong): Remove.
20401         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
20402         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
20403         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
20404         (*add<GPI>3 peepholes): New.
20405         (*add<GPI>3 splitters): New.
20406         * config/aarch64/constraints.md (Upl): New.
20407         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
20409 2016-01-18  Richard Biener  <rguenther@suse.de>
20411         PR tree-optimization/69297
20412         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
20413         stmt at most once.
20414         (vect_bb_vectorization_profitable_p): Clear visited flag again.
20416 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
20418         PR middle-end/68542
20419         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
20420         of mixind vector and scalar types.
20421         (fold_relational_const): Add handling of vector
20422         comparison with boolean result.
20423         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
20424         comparison of vector operands with boolean result for EQ/NE only.
20425         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
20426         (verify_gimple_cond): Likewise.
20427         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
20428         valid type of VAL.
20430 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
20432         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
20433         !TARGET_OCTEON.
20435 2016-01-18  Richard Biener  <rguenther@suse.de>
20437         PR middle-end/69308
20438         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
20440 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20442         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
20444 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20446         * omp-low.c (set_oacc_fn_attrib): Make extern.
20447         * omp-low.h (set_oacc_fn_attrib): Declare.
20448         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
20449         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
20450         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
20451         Add and handle function parameter oacc_kernels_p.
20452         (find_reduc_addr, get_omp_data_i_param): New function.
20453         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
20454         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
20455         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
20456         Calculate dominance info.  Skip loops that are not in a kernels region
20457         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
20458         (pass_parallelize_loops::execute): Call parallelize_loops with
20459         oacc_kernels_p argument.
20460         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
20461         New member function.
20462         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
20463         * passes.def: Add argument to pass_parallelize_loops instantation.
20465 2016-01-18  Tom de Vries  <tom@codesourcery.com>
20467         * tree-parloops.c (pass_parallelize_loops::execute): Allow
20468         pass_parallelize_loops to be run outside the loop pipeline.
20470 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20472         * tree-scalar-evolution.c (follow_copies_to_constant): New.
20473         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
20475 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20477         PR target/63679
20478         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
20479         using get_ref_base_and_extent.
20480         (equal_mem_array_ref_p): New.
20481         (hashable_expr_equal_p): Add call to previous.
20483 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
20485         PR target/63679
20486         * tree-sra.c (disqualified_constants, constant_decl_p): New.
20487         (sra_initialize): Allocate disqualified_constants.
20488         (sra_deinitialize): Free disqualified_constants.
20489         (disqualify_candidate): Update disqualified_constants when appropriate.
20490         (create_access): Scan for constant-pool entries as we go along.
20491         (scalarizable_type_p): Add check against type_contains_placeholder_p.
20492         (maybe_add_sra_candidate): Allow constant-pool entries.
20493         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
20494         (initialize_constant_pool_replacements): New.
20495         (sra_modify_assign): Avoid mangling assignments created by previous,
20496         and don't generate writes into constant pool.
20497         (sra_modify_function_body): Call initialize_constant_pool_replacements.
20499 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
20501         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
20502         andnot instruction.
20503         (scalar_chain::convert_op): Likewise.
20504         * config/i386/i386.md (*andndi3_doubleword): New.
20506 2016-01-18  Richard Biener  <rguenther@suse.de>
20508         PR tree-optimization/69170
20509         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
20510         building a vector from scalar results of a pattern stmt.
20512 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
20514         * haifa-sched.c (autopref_multipass_init): Work around
20515         -Wmaybe-uninitialized warning.
20517 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20519         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
20520         against the constant 0.
20522 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20524         PR tree-optimization/68799
20525         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
20526         look up phi candidates in the statement-candidate map.
20527         (phi_add_costs): Likewise.
20528         (record_phi_increments): Likewise.
20529         (phi_incr_cost): Likewise.
20530         (ncd_with_phi): Likewise.
20531         (all_phi_incrs_profitable): Likewise.
20533 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
20535         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
20536         -Wmaybe-uninitialized warning.
20538 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
20540         * doc/invoke.texi (Invoking GCC): Add new section to menu.
20541         (Option Summary): Update to reflect new section and moved options.
20542         (C++ Dialect Options): Move -fvtable-verify and related options.
20543         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
20544         and profiling-related options.
20545         (Optimization Options): Move profile generation options and
20546         -fstack-protector and related options.
20547         (Instrumentation Options): New section incorporating moved options.
20548         (Code Generation Options): Move -finstrument-functions and
20549         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
20551 2016-01-16  Tom de Vries  <tom@codesourcery.com>
20553         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
20555 2016-01-16  Tom de Vries  <tom@codesourcery.com>
20557         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
20559 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
20561         * hash-table.h (hash_table::empty): Turn into an inline wrapper
20562         that checks whether the table is already empty.  Rename the
20563         original implementation to...
20564         (hash_table::empty_slot): ...this new private function.
20566 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
20568         PR diagnostic/68899
20569         * diagnostic-show-locus.c (layout::print_source_line): Move x
20570         offset of line until after call to
20571         get_line_width_without_trailing_whitespace.
20573 2016-01-15  Jeff Law  <law@redhat.com>
20575         PR tree-optimization/69270
20576         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
20577         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
20578         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
20579         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
20580         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
20581         ssa_name_has_boolean_range and constant_boolean_node.
20583 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
20585         PR rtl-optimization/69030
20586         * lra-spills.c (remove_pseudos): Check nrefs and make the function
20587         returning bool.
20588         (spill_pseudos): Delete debug insn for dead pseudo.
20589         (lra_spill): Initiate spill_hard_reg and slots memory separately.
20591 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
20593         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
20594         New.
20595         (TYPES_UNOPUS): Likewise.
20596         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
20597         builtin type, from UNOP to UNOPUS.
20598         (lbtruncuv4sf): Likewise.
20599         (lbtruncuv2df): Likewise.
20600         (lrounduv2sf): Likewise.
20601         (lrounduv4sf): Likewise.
20602         (lrounduv2df): Likewise.
20603         (lroundusf): Likewise.
20604         (lroundusf): Likewise.
20605         (lceiluv2sf): Likewise.
20606         (lceiluv4sf): Likewise.
20607         (lceiluv2df): Likewise.
20608         (lceilusf): Likewise.
20609         (lceiludf): Likewise.
20610         (lflooruv2sf): Likewise.
20611         (lflooruv4sf): Likewise.
20612         (lflooruv2df): Likewise.
20613         (lfloorusf): Likewise.
20614         (lfloorudf): Likewise.
20615         (lfrintnuv2sf): Likewise.
20616         (lfrintnuv4sf): Likewise.
20617         (lfrintnuv2df): Likewise.
20618         (lfrintnusf): Likewise.
20619         (lfrintnudf): Likewise.
20620         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
20621         conversion.
20622         (vcvtq_u32_f32): Likewise.
20623         (vcvtq_u64_f64): Likewise.
20624         (vcvta_u32_f32): Likewise.
20625         (vcvtaq_u32_f32): Likewise.
20626         (vcvtaq_u64_f64): Likewise.
20627         (vcvtm_u32_f32): Likewise.
20628         (vcvtmq_u32_f32): Likewise.
20629         (vcvtmq_u64_f64): Likewise.
20630         (vcvtn_u32_f32): Likwise.
20631         (vcvtnq_u32_f32): Likewise.
20632         (vcvtnq_u64_f64): Likewise.
20633         (vcvtp_u32_f32): Likewise.
20634         (vcvtpq_u32_f32): Likewise.
20635         (vcvtpq_u64_f64): Likewise.
20636         (vcvtmd_u64_f64): Likewise.
20637         (vcvtms_u32_f32): Likewise.
20638         (vcvtad_u64_f64): Likewise.
20639         (vcvtas_u32_f32): Likewise.
20640         (vcvtnd_u64_f64): Likewise.
20641         (vcvtns_u32_f32): Likewise.
20642         (vcvtpd_u64_f64): Likewise.
20643         (vcvtps_u32_f32): Likewise.
20645 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20647         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
20648         CSEL of zero_extended registers.
20650 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20652         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
20653         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
20655 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20657         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
20658         false when argument string is not found in the attributes table
20659         at all.
20661 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
20663         PR target/68609
20664         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
20665         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
20666         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
20667         precision estimate.
20669 2016-01-15  Richard Biener  <rguenther@suse.de>
20671         PR tree-optimization/66856
20672         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
20673         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
20674         (vect_create_new_slp_node): Increment stmt reference count.
20675         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
20676         an SLP tree before swapping operands.
20677         (vect_build_slp_tree): Likewise.
20678         (destroy_bb_vec_info): Free stmt info after SLP instances.
20679         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
20680         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
20681         (STMT_VINFO_NUM_SLP_USES): New macro.
20683 2016-01-15  Richard Biener  <rguenther@suse.de>
20685         PR debug/69137
20686         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
20687         (add_linkage_name): ... here.
20688         (gen_typedef_die): Use add_linkage_name_raw instead of
20689         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
20690         if necessary.
20692 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
20694         * gimplify.c (oacc_default_clause): Decode reference and pointer
20695         types for both kernels and parallel regions.
20697 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
20699         PR middle-end/69246
20700         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
20702 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
20704         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
20705         (convert_scalars_to_vector): Likewise.
20707 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
20709         * doc/extend.texi (Type Traits): Fix grammar.
20711 2016-01-15  Martin Jambor  <mjambor@suse.cz>
20713         * tree-inline.c (remap_decl): Use existing dclarations if
20714         remapping a type and prevent_decl_creation_for_types.
20715         (replace_locals_stmt): Do an initial remapping of non-VLA typed
20716         decls first.  Do real remapping with
20717         prevent_decl_creation_for_types set.
20718         * tree-inline.h (copy_body_data): New field
20719         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
20720         padding.
20722 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20724         * config/s390/s390.opt (mmvcle): More verbose help text.
20726 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20728         * config/s390/s390.opt: Add period to -mzvector option text.
20730 2016-01-15  Richard Biener  <rguenther@suse.de>
20732         PR tree-optimization/68961
20733         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
20734         of invariants in stores again.
20736 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20738         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
20740 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
20742         * config/i386/i386.c (ix86_expand_branch): Don't split
20743         DI mode xor instruction to SI mode.
20745 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
20747         PR ipa/68148
20748         * ipa-icf.c (sem_function::merge): Virtual functions may become
20749         reachable even if they address is not taken and there are no
20750         idrect calls.
20752 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
20754         * lto-streamer-out.c (subtract_estimated_size): New function.
20755         (get_symbol_initial_value): Use it.
20757 2016-01-15  Christian Bruel  <christian.bruel@st.com>
20759         PR target/65837
20760         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
20761         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
20762         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
20763         use add_builtin_function_ext_scope instead of add_builtin_function.
20764         (neon_set_p, neon_crypto_set_p): Remove.
20765         (arm_init_builtins): Always call arm_init_neon_builtins and
20766         arm_init_crypto_builtins.
20767         (arm_expand_builtin): Check that builtins are allowed for the arch.
20768         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
20769         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
20770         arm_init_neon_builtins call.
20772 2016-01-15  Richard Biener  <rguenther@suse.de>
20774         PR tree-optimization/69117
20775         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
20776         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
20777         of the leader conservatively.
20778         (free_scc_vn): Restore original SSA name infos.
20780 2016-01-14  Jeff Law  <law@redhat.com>
20782         PR tree-optimization/69270
20783         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
20784         single bit of precision, verify it's also unsigned.
20785         (record_edge_info): Use constant_boolean_node rather than fold_convert
20786         to convert boolean_true/boolean_false to the right type.
20788 2016-01-14  Richard Henderson  <rth@redhat.com>
20790         PR rtl-opt/69014
20791         * loop-doloop.c (record_reg_sets): New.
20792         (doloop_optimize): Reject the transform if the sequence
20793         clobbers registers live at the end of the loop block.
20794         (doloop_optimize_loops): Enable df_live if needed.
20796 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20798         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
20799         * config/rs6000/rs6000.c: Likewise.
20800         * config/rs6000/rs6000.h: Likewise.
20801         * config/rs6000/rs6000.md: Likewise.
20802         * doc/extend.texi: Likewsie.
20804 2016-01-14  Jeff Law  <law@redhat.com>
20806         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
20807         typo.
20809 2016-01-14  Richard Henderson  <rth@redhat.com>
20811         PR c/69272
20812         PR tree-opt/68964
20813         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
20814         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
20815         instead of builtin_decl_declared_p to test for declaration.
20817 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
20819         * doc/loop.texi (Loop Analysis and Representation): Document
20820         loop_depth function.
20822 2016-01-14  Tom de Vries  <tom@codesourcery.com>
20824         PR tree-optimization/68773
20825         * omp-low.c (expand_omp_target): Don't set force_output.
20826         * varpool.c (varpool_node::get_create): Same.
20827         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
20828         offload_funcs with force_output.
20830 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20832         PR debug/69244
20833         * lra-eliminations.c (move_plus_up): Don't change anything if either
20834         the outer or inner subreg mode is not MODE_INT.
20835         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
20836         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
20838 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
20840         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
20841         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
20842         reduc_uplus_@var{m}): Remove.
20843         * expr.c (expand_expr_real_2): Remove expansion path for
20844         reduc_[us](min|max|plus) optabs.
20845         * optabs-tree.c (scalar_reduc_to_vector): Remove.
20846         * optabs-tree.h (scalar_reduc_to_vector): Remove.
20847         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
20848         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
20849         * tree-vect-loop.c (vectorizable_reduction): Remove test for
20850         reduc_[us](min|max|plus) optabs.
20852 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
20854         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
20855         (reduc_plus_scal_v2sf): New.
20856         (reduc_smax_v2sf): Rename to...
20857         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
20858         (reduc_smin_v2sf): Rename to...
20859         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
20861 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
20863         * alias.c (compare_base_symbol_refs): New function.
20864         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
20865         it.
20867 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20869         PR middle-end/68146
20870         PR tree-optimization/69155
20871         * tree-complex.c: Include cfganal.h.
20872         (phis_to_revisit): New variable.
20873         (extract_component): Add phiarg_p argument.  Assert that returned
20874         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
20875         (update_phi_components): Partly rewrite to use loop over real/imag
20876         components instead of code duplication.  If extract_component returns
20877         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
20878         create_tmp_reg into the PHI node instead, and mention the phi triplet
20879         in phis_to_revisit.
20880         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
20881         in phis_to_revisit at the end.
20883 2016-01-14  Richard Biener  <rguenther@suse.de>
20885         PR tree-optimization/68060
20886         * tree-vect-loop.c (vect_is_simple_reduction): Check the
20887         outer loop reduction is only used in the inner loop before
20888         detecting a double reduction.
20890 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
20892         PR target/68269
20893         * combine.c (expand_field_assignment): Punt if compute_mode is
20894         unsupported scalar mode.
20896 2016-01-14  Richard Biener  <rguenther@suse.de>
20898         PR tree-optimization/66856
20899         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
20900         SLP node only if it built successfully.
20901         (vect_analyze_slp_instance): Adjust.
20903 2016-01-14  Jeff Law  <law@redhat.com>
20905         PR tree-optimization/69270
20906         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
20907         (record_edge_info): Use it.  Convert boolean_{true,false}_node
20908         to the type of op0.
20910 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
20912         PR ipa/66487
20913         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
20914         use block_ultimate_origin
20915         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
20917 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
20919         * doc/invoke.texi (Submodel Options): Rename section to
20920         "Machine-Dependent Options" to better reflect its content.
20921         Rewrite introductory text to remove archaic CPU names.
20922         Update references.
20924 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
20926         * doc/invoke.texi (Code Gen Options): Move section up in file,
20927         before target-specific options.  Update menu and option summary
20928         to reflect the new section ordering.
20930 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
20932         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
20933         (C++ Dialect Options): Add cross-reference to -std option.
20934         * doc/standards.texi (C++ Language): Document C++14 support.
20936 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
20938         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
20939         for pack/unpack functions for __ibm128.
20940         (PACK_IF): Likewise.
20941         (UNPACK_IF): Likewise.
20943         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
20944         support for __ibm128 pack/unpack functions.
20945         (rs6000_invalid_builtin): Likewise.
20946         (rs6000_init_builtins): Likewise.
20947         (rs6000_opt_masks): Likewise.
20949         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
20950         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
20951         functions
20952         (RS6000_BTM_COMMON): Likewise.
20954         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
20955         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
20956         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
20957         128-bit floating point.  Add support for the double values to be
20958         in Altivec registers for TF/IF packing and unpacking, but restrict
20959         TD packing sub-fields to be FPR registers.  Don't allow overlapped
20960         register support for packing.  Allow pack inputs to be memory
20961         locations.  Don't build generator functions for unpack<mode>_dm
20962         and unpack<mode>_nodm.
20963         (unpack<mode>_dm): Likewise.
20964         (unpack<mode>_nodm): Likewise.
20965         (pack<mode>): Likewise.
20967         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
20968         built-in functions to pack/unpack explicit __ibm128 values.
20969         (__builtin_unpack_ibm128): Likewise.
20971         * doc/extend.texi (PowerPC Built-in Functions): Document
20972         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
20974 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
20976         PR c/66208
20977         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
20978         Add new arg loc and pass it down as context.
20979         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
20980         to the location to use for the warning.
20981         (check_function_arguments): New arg loc.  All callers changed.  Pass
20982         it to check_function_nonnull.
20983         * c-common.h (check_function_arguments): Adjust declaration.
20985 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
20987         PR tree-optimization/69156
20988         * gimple.c (validate_type): Removed.
20989         (gimple_builtin_call_types_compatible_p): Use
20990         useless_type_conversion_p instead of validate_type.
20991         * value-prof.c (gimple_stringop_fixed_value): Fold
20992         icall_size to correct type.
20994 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
20996         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
20997         effects.
20999 2016-01-13  Richard Henderson  <rth@redhat.com>
21001         PR tree-opt/68964
21002         * target.def (builtin_tm_load, builtin_tm_store): Remove.
21003         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
21004         (ix86_builtin_tm_store): Remove.
21005         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21006         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21007         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
21008         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
21009         * doc/tm.texi: Rebuild.
21011         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
21012         (BUILT_IN_TM_MEMCPY_RTWN): New.
21013         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
21014         fallback from vector to integer helpers.
21015         (build_tm_load): Handle vector types directly, instead of
21016         via target hook.
21017         (build_tm_store): Likewise.
21018         (expand_assign_tm): Prepare for register types not handled by
21019         the above.  Copy them to memory and use memcpy.
21020         * tree.c (tm_define_builtin): New.
21021         (find_tm_vector_type): New.
21022         (build_tm_vector_builtins): New.
21023         (build_common_builtin_nodes): Call it.
21025 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
21027         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
21028         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
21030 2016-01-13  Tom de Vries  <tom@codesourcery.com>
21032         PR tree-optimization/69169
21033         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
21034         handled_struct_type param.
21035         (create_variable_info_for, intra_create_variable_infos): Call
21036         create_variable_info_for_1 with extra arg.
21038 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
21040         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
21041         and "armv8.1-a+crc" entries.
21043 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
21045         PR target/69228
21046         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
21047         Change first operand predicate from register_or_constm1_operand
21048         to register_operand.
21049         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
21050         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
21051         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
21052         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
21053         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
21054         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
21055         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
21056         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
21057         comparison with constm1_rtx from vec_prefetch_gen part.
21059 2016-01-13  Richard Biener  <rguenther@suse.de>
21061         PR tree-optimization/69013
21062         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
21063         Exchange assert for a test.
21065 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21067         PR target/69247
21068         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
21070 2016-01-13  Richard Biener  <rguenther@suse.de>
21072         PR tree-optimization/69242
21073         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
21074         assert with a check.
21076 2016-01-13  Richard Biener  <rguenther@suse.de>
21078         PR tree-optimization/69186
21079         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
21080         Properly guard vect_update_misalignment_for_peel call.
21082 2016-01-12  Jeff Law  <law@redhat.com>
21084         PR tree-optimization/pr67755
21085         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
21086         "need_profile_correction".
21087         (thread_block_1): Initialize new field to false by default.  If we
21088         have multiple thread paths through a common joiner to different
21089         final targets, then set new field to true.
21090         (compute_path_counts): Only do count adjustment when it's really
21091         needed.
21093 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21095         * doc/invoke.texi (Spec Files): Move section down in file, past
21096         all command-line option descriptions.
21098 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21100         PR middle-end/54809
21101         * doc/gty.texi: Remove documentation of mark_hook.
21102         * gengtype.c (struct write_types_data): Remove code to support
21103         mark_hook attribute.
21104         (walk_type): Likewise.
21105         (write_func_for_structure): Likewise.
21107 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21109         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
21110         Directory Options, and -specs= to Overall Options.
21111         (Overall Options): Adjust similarly.  Reorder to group related
21112         options together.  Make -specs= cross-reference the spec file details.
21113         (Directory Options): Adjust similarly.
21115 2016-01-12  Jeff Law  <law@redhat.com>
21117         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
21119 2016-01-12  Olivier Hainque  <hainque@adacore.com>
21121         * gcc.c (spec_undefvar_allowed): New global.
21122         (process_command): Set to true when running for --version or --help,
21123         alone or together.
21124         (getenv_spec_function): When the variable is not defined, use the
21125         variable name as the variable value if we're allowed not to issue
21126         a fatal error.
21128 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
21130         PR tree-optimization/68911
21131         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
21132         information computed for expression "init + nit * step".
21134 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
21136         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
21137         about name of GCC executable.  Remove deleted node from menu.
21138         (Directory Options) <-B>: Remove cross-reference to deleted node.
21139         (Target Options): Delete section.
21141 2016-01-12  Christian Bruel  <christian.bruel@st.com>
21143         PR target/69180
21144         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
21145         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
21147 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
21149         PR target/69198
21150         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
21151         aligned_mem is properly set for AVX512-VL floating point masked
21152         stores.
21154         PR target/69175
21155         * ifcvt.c (cond_exec_process_if_block): When removing the last
21156         insn from then_bb, remove also any possible barriers that follow it.
21158 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
21160         PR target/68456
21161         PR target/69226
21162         * config/i386/iamcu.h (SIZE_TYPE): New macro.
21163         (PTRDIFF_TYPE): Likewise.
21164         (WCHAR_TYPE): Likewise.
21165         (WCHAR_TYPE_SIZE): Likewise.
21166         (STDINT_LONG32): Likewise.
21168 2016-01-12  Richard Biener  <rguenther@suse.de>
21170         PR tree-optimization/69053
21171         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
21172         convert initial value for cond reductions.
21174 2016-01-12  Richard Biener  <rguenther@suse.de>
21176         PR tree-optimization/69007
21177         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
21178         widen_sum after dot_prod and sad.
21180 2016-01-12  Richard Biener  <rguenther@suse.de>
21182         PR tree-optimization/69168
21183         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
21184         pattern stmt SLP type.
21185         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
21186         end up unused so cope with that case.
21188 2016-01-12  Richard Biener  <rguenther@suse.de>
21190         PR tree-optimization/69157
21191         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
21192         stmts def type only during analyze phase.
21193         (vectorizable_call): Likewise.
21194         (vectorizable_simd_clone_call): Likewise.
21195         (vectorizable_conversion): Likewise.
21196         (vectorizable_assignment): Likewise.
21197         (vectorizable_shift): Likewise.
21198         (vectorizable_operation): Likewise.
21199         (vectorizable_store): Likewise.
21200         (vectorizable_load): Likewise.
21202 2016-01-12  Richard Biener  <rguenther@suse.de>
21204         PR tree-optimization/69174
21205         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
21206         space.
21207         (vectorizable_load): Properly compute the number of loads needed
21208         for permuted strided SLP loads and do not spuriously assign
21209         to SLP_TREE_VEC_STMTS.
21211 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
21213         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
21214         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
21215         (MD_EXEC_PREFIX): Remove.
21216         (MD_STARTFILE_PREFIX) Removee.
21217         (FILE_NAME_ABSOLUTE_P): Remove.
21218         (CPP_SPEC): Do not read macros from sys/version.h.
21219         (LINK_COMMAND_SPEC): Remove.
21220         (LOCAL_INCLUDE_DIR): Remove.
21221         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
21222         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
21223         (POST_LINK_SPEC): Define to invoke stubify after linker
21224         (LIBSTDCXX): Remove define
21225         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
21226         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
21227         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
21228         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
21229         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
21230         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
21231         (i386_djgpp_asm_named_section): Add propotype of new procedure
21233         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
21234         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
21235         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
21236         in config/i386/djgpp.h).
21237         (STANDARD_STARTFILE_PREFIX_2): Define identical to
21238         STANDARD_STARTFILE_PREFIX_1.
21239         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
21240         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
21241         installation errors.
21242         (MAX_OFILE_ALIGNMENT): Define to 128.
21243         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
21245         * config/i386/djgpp.c: New file. Add implementation of
21246         i386_djgpp_asm_named_section.
21248         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
21250         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
21251         Add rule for building djgpp.o.
21253 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21255         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
21256         (rtx_is_swappable_p): Reductions are swappable.
21257         (insn_is_swappable_p): V2DF reductions are swappable.
21259 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
21261         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
21262         reloads for other unsupported memory operands.
21264 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
21265             Jim Wilson  <jim.wilson@linaro.org>
21267         PR target/69194
21268         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
21269         copy_to_mode_reg instead of force_reg.
21271 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
21273         PR target/69225
21274         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
21275         TARGET_80387 is true.
21277 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
21279         PR target/69071
21280         * lra-eliminations.c (move_plus_up): Only move plus up
21281         if subreg of the constant can be simplified into constant
21282         and use the simplified subreg of the constant instead of
21283         the original constant.
21285         * fold-const.c (fold_convertible_p): Don't return true
21286         for conversion of VECTOR_TYPE to same sized integral type.
21287         (fold_convert_loc): Fix up formatting.  Fold conversion of
21288         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
21289         instead of NOP_EXPR.
21291         PR tree-optimization/69214
21292         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
21293         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
21294         Formatting fix.
21296         PR tree-optimization/69207
21297         * tree-vect-slp.c (vect_get_constant_vectors): For
21298         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
21299         fold_convertible_p to vector_type's element type, and always
21300         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
21302 2016-01-11  Richard Biener  <rguenther@suse.de>
21304         PR tree-optimization/69173
21305         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
21306         fixup the cycle if all stmts are in a pattern.
21308 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
21310         PR middle-end/68999
21311         * alias.c (base_alias_check): Move check for addresses with
21312         alignment ANDs before the call for compare_base_decls.
21313         (memrefs_conflict_p): Return -1 for different decls
21314         that went through alignment adjustments.
21316 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21318         PR rtl-optimization/68796
21319         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
21320         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
21321         and QImode comparisons against zero with CC_NZmode.
21322         * config/aarch64/iterators.md (short_mask): New mode_attr.
21324 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
21326         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
21327         (<avx512>_store<mode>_mask): Likewise.
21329 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
21330             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21332         PR rtl-optimization/68841
21333         * ifcvt.c (struct noce_if_info): Add orig_x field.
21334         (bbs_ok_for_cmove_arith): Add to_rename parameter.
21335         Don't record conflicts on to_rename if it's present.
21336         Allow memory destinations in sets.
21337         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
21338         blocks, passing orig_x to the checks.
21339         (noce_process_if_block): Set if_info->orig_x appropriately.
21341 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21343         PR tree-optimization/69069
21344         * tree-parloops.c (create_parallel_loop): Add missing phi args.
21346 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
21348         PR rtl-optimization/68920
21349         * config/i386/i386.c (ix86_option_override_internal): Restrict number
21350         of conditional moves for  RTL if-conversion to 1 for
21351         TARGET_ONE_IF_CONV_INSN.
21352         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
21353         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
21354         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
21355         parameter to restirct number of conditional moves for
21356         RTL if-conversion.
21357         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
21358         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
21359         conditionl moves.
21361 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
21363         PR bootstrap/69123
21364         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
21365         onepart vars.  Fix typo in comment.  Fix reversed condition in
21366         unshare test.
21367         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
21369         PR bootstrap/69123
21370         * var-tracking.c (dump_onepart_variable_differences): New.
21371         (dataflow_set_different): If a detailed dump is requested,
21372         delay early returns and dump differences between onepart
21373         variables present before and after, and added variables.
21375 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
21377         PR target/69010
21378         * expr.c (expand_expr_real_1): For boolean vector constants
21379         with a scalar mode use const_scalar_mask_from_tree.
21380         (const_scalar_mask_from_tree): New.
21381         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
21382         assigned to a mask type to handle constants.
21384 2016-01-11  Martin Jambor  <mjambor@suse.cz>
21386         PR ipa/69044
21387         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
21388         useless parameters if we cannot change function signature.
21390 2016-01-11  Martin Jambor  <mjambor@suse.cz>
21392         PR ipa/66616
21393         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
21394         flag.
21396 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21398         PR tree-optimization/69109
21399         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
21400         latch with phi.
21402 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21404         PR tree-optimization/69108
21405         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
21406         res is not used in a phi.
21408 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
21410         PR 67425
21411         * common.opt (frandom-seed): Fix parameter name.
21412         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
21414 2016-01-11  Tom de Vries  <tom@codesourcery.com>
21416         PR tree-optimization/69058
21417         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
21418         not supported.
21420 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
21422         * config/arc/arc.opt (mdiv-rem): Add period to the end.
21423         (mcode-density): Likewise.
21425 2016-01-10  Tom de Vries  <tom@codesourcery.com>
21427         PR tree-optimization/69062
21428         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
21429         (parallelize_loops): Don't paralelize loop that has phi with address
21430         arg.
21432 2016-01-10  Tom de Vries  <tom@codesourcery.com>
21434         PR tree-optimization/69039
21435         * tree-parloops.c (try_create_reduction_list): Only allow single exit
21436         phi for reduction.
21438 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
21440         PR middle-end/68743
21441         * match.pd: Require target has function_c99_misc before doing
21442         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
21444 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
21446         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
21447         use GMPINC.
21448         * configure: Regenerate.
21450 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
21452         PR middle-end/50865
21453         PR tree-optimization/69097
21454         * fold-const.h (expr_not_equal_to): New prototype.
21455         * fold-const.c: Include stringpool.h and tree-ssanames.h.
21456         (expr_not_equal_to): New function.
21457         * match.pd (X % -Y is the same as X % Y): Don't optimize
21458         unless X is known not to be equal to minimum or Y is known
21459         not to be equal to -1.
21460         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
21461         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
21462         (simplify_stmt_using_ranges): Adjust caller.
21463         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
21464         substitute_and_fold.
21466 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
21468         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
21469         w/o DECL_NAME.
21471 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21473         PR tree-optimization/69167
21474         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
21475         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
21476         ops[0] comparison.
21477         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
21479 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
21480             Richard Biener  <rguenther@suse.de>
21482         PR tree-optimization/68707
21483         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
21484         instances that can be handled via vect_load_lanes.
21486 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
21488         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
21489         if we can't determine address equivalence.
21490         * alias.c (compare_base_decl): Update for changed return value of
21491         symtab_node::equal_address_to.
21493 2016-01-08  Jason Merrill  <jason@redhat.com>
21495         PR c++/68983
21496         PR c++/67557
21497         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
21498         * expr.c (store_field): Not here.
21499         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
21500         call with TREE_ADDRESSABLE type.
21501         * tree-cfg.c (verify_gimple_call): Adjust.
21503 2016-01-08  Olivier Hainque  <hainque@adacore.com>
21505         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
21506         libc_internal.
21508 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
21510         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
21511         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
21512         (reduc_smin_v2sf): Rename to...
21513         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
21514         (reduc_splus_v2sf): Rename to...
21515         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
21517 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21519         PR tree-optimization/69162
21520         * gimplify.c (gimplify_va_arg_expr): Encode original type of
21521         valist argument in another argument.
21522         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
21523         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
21524         to determine the va_list type, build a MEM_REF instead of
21525         build_fold_indirect_ref.
21527         PR tree-optimization/69172
21528         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
21529         gimple_build.
21531 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21533         PR tree-optimization/67781
21534         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
21535         and cmpnop in two steps: first the ones not accessed in original
21536         gimple expression in a endian independent way and then the ones not
21537         accessed in the final result in an endian-specific way.
21539 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
21541         PR tree-optimization/69083
21542         * tree-vect-slp.c (vect_get_constant_vectors): For
21543         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
21544         element type.  If op is fold_convertible_p to vector_type's element
21545         type, use NOP_EXPR instead of VCE.
21547 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
21549         PR rtl-optimization/67778
21550         PR rtl-optimization/68634
21551         PR rtl-optimization/68909
21552         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
21553         block from the stack until done with it.  Remove a superfluous
21554         bitmap set.  Remove a superfluous bitmap test.
21556 2016-01-07  Martin Sebor  <msebor@redhat.com>
21558         PR c/68966
21559         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
21560         constraint on the type of arguments.
21562 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
21564         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
21565         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
21566         unaligned_access on the gcc_options set.
21567         * config/arm/arm.c (arm_option_override_internal): Use
21568         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
21570 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
21572         PR target/69140
21573         * config/i386/i386.c (ix86_frame_pointer_required): Enable
21574         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
21576 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
21578         Revert
21579         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
21581         PR target/69140
21582         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
21583         depending on frame_pointer_needed before remaining integer and SSE
21584         registers are saved.
21586 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
21588         PR 1078
21589         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
21591 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
21593         PR target/69171
21594         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
21595         Use the "xBm" constraint.
21596         (float<sseintvecmodelower><mode>2<mask_name><round_name):
21597         Likewise.
21598         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
21599         (sse_cvtsi2ssq<round_name>): Likewise.
21600         (sse_cvtss2si<round_name>): Likewise.
21601         (sse_cvtss2siq<round_name>): Likewise.
21602         (sse2_cvtsi2sdq<round_name>): Likewise.
21603         (sse2_cvtsd2si<round_name>): Likewise.
21604         (sse2_cvtsd2siq<round_name>): Likewise.
21605         * config/i386/subst.md (round_nimm_scalar_predicate): New
21606         predicate.
21608 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
21610         PR middle-end/67639
21611         * varasm.c (make_decl_rtl): Mark invalid register vars as
21612         DECL_EXTERNAL.
21614         PR rtl-optimization/66206
21615         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
21616         All callers changed.
21618 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
21620         PR tree-optimization/69141
21621         * tree-ssa-pre.c: Include langhooks.h.
21622         (eliminate_dom_walker::before_dom_children): Use
21623         lang_hooks.decl_printable_name instead of
21624         cgraph_node::get ()->name ().
21626         PR middle-end/68960
21627         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
21628         it and DECL_ALIGN too.
21630 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
21632         * config/mips/mips-ftypes.def: Sort to lexicographical order.
21634 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
21636         PR target/69140
21637         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
21638         depending on frame_pointer_needed before remaining integer and SSE
21639         registers are saved.
21641 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21643         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
21644         mode iterator with VSX_M2.
21645         (*p9_vecstore_<mode>): Likewise.
21646         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
21647         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
21648         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
21649         (define_split for VSX_LE128 stores): Likewise.
21650         (define_peephole2 for TImode LE swaps): Likewise.
21651         (define_split for VSX_LE128 post-reload stores): Likewise.
21653 2016-01-06  Marek Polacek  <polacek@redhat.com>
21655         PR sanitizer/69099
21656         * convert.c (convert_to_integer_1): Adjust call to
21657         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
21658         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
21659         EXPR instead of ARG.
21660         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
21662 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21664         PR 1078
21665         * doc/extend.texi (RL78 Variable Attributes): New section.
21667 2016-01-05  Marek Polacek  <polacek@redhat.com>
21669         PR c/69104
21670         * builtins.c (get_memmodel): Use expansion point location rather than
21671         the input location.  Call warning_at rather than warning.
21672         (expand_builtin_atomic_compare_exchange): Likewise.
21673         (expand_builtin_atomic_load): Likewise.
21674         (expand_builtin_atomic_store): Likewise.
21675         (expand_builtin_atomic_clear): Likewise.
21677 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21679         PR target/68991
21680         * config/i386/i386.c (ix86_expand_vector_logical_operator):
21681         Replace nonimmediate_operand with vector_operand.
21682         * config/i386/predicates.md (vector_operand): New predicate.
21683         (general_vector_operand): Replace nonimmediate_operand with
21684         vector_operand.
21685         * config/i386/sse.md: Replace nonimmediate_operand with
21686         vector_operand and m constraint with Bm constraint on SSE
21687         patterns with 16-byte memory operand.
21688         * config/i386/subst.md (round_nimm_predicate): Replace
21689         nonimmediate_operand with vector_operand.
21690         (round_saeonly_nimm_predicate): Likewise.
21691         (round_saeonly_nimm_scalar_predicate): New.
21693 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21695         PR target/68991
21696         * config/i386/constraints.md (Bm): New constraint.
21697         * config/i386/predicates.md (vector_memory_operand): New
21698         predicate.
21699         * config/i386/sse.md: Replace xm with xBm in plusminus and
21700         any_logic patterns.
21702 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21704         PR 1078
21705         * doc/extend.texi (V850 Function Attributes): New section.
21706         (V850 Variable Attributes): New section.
21708 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21710         PR 1078
21711         * doc/extend.texi (MicroBlaze Function Attributes): Document
21712         interrupt_handler and fast_interrupt attributes.
21714 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
21716         PR other/60465
21717         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
21718         for local symbolic operands.
21719         * config/ia64/predicates.md (local_symbolic_operand64): New
21720         predicate.
21722 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21724         PR rtl-optimization/68651
21725         * combine.c (combine_simplify_rtx): Canonicalize x + x into
21726         x << 1.
21728 2016-01-05  Nathan Sidwell  <nathan@acm.org>
21730         * alias.c (compare_base_decls): Use symtab_node::get.
21732 2016-01-05  Nick Clifton  <nickc@redhat.com>
21734         PR target/68770
21735         * ira-costs.c (copy_cost): Initialise the t_icode field of the
21736         secondary_reload_info structure.
21738         PR target/66655
21739         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
21740         decls if weak support is available.
21742 2016-01-04  Martin Sebor  <msebor@redhat.com>
21744         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
21746 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
21748         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
21749         OPTION_MASK_P9_DFORM.
21751         * config/rs6000/constraints.md (wo constraint): New constraint for
21752         ISA 3.0 (power9).
21754         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
21755         for wo constraint.
21756         (rs6000_init_hard_regno_mode_ok): Likewise.
21758         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
21759         wo constraint.
21761         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
21762         expanders not to have constraints.  Add support for ISA 3.0 xxperm
21763         instruction.  Add support for fusing xxlor with xxperm.
21764         (altivec_vperm_<mode>_internal): Likewise.
21765         (altivec_vperm_v8hiv16qi): Likewise.
21766         (altivec_vperm_<mode>v16q): Likewise.
21767         (altivec_vperm_<mode>_uns): Likewise.
21768         (vperm_v8hiv4si): Likewise.
21769         (vperm_v16qiv8hi): Likewise.
21771         * doc/md.texi (RS/6000 constraints): Document wo constraint.
21773 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
21775         Update copyright years.
21777         * gcc.c (process_command): Update copyright notice dates.
21778         * gcov-dump.c (print_version): Ditto.
21779         * gcov.c (print_version): Ditto.
21780         * gcov-tool.c (print_version): Ditto.
21781         * gengtype.c (create_file): Ditto.
21782         * doc/cpp.texi: Bump @copying's copyright year.
21783         * doc/cppinternals.texi: Ditto.
21784         * doc/gcc.texi: Ditto.
21785         * doc/gccint.texi: Ditto.
21786         * doc/gcov.texi: Ditto.
21787         * doc/install.texi: Ditto.
21788         * doc/invoke.texi: Ditto.
21790 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21792         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
21793         modes larger than TImode as TImode if NEON is not enabled.
21795 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21797         PR target/69100
21798         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
21799         mode for %f0-%f31 only if TARGET_FPU.
21801 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
21803         PR target/69072
21804         * config/sparc/sparc.c (scan_record_type): Take into account subfields
21805         to compute the PACKED_P predicate.
21806         (function_arg_record_value): Minor tweaks.
21808 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21810         * doc/install.texi (--with-multilib-list): Describe the meaning of the
21811         option for arm*-*-* targets.
21813 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21815         * doc/extend.texi (Common Function Attributes): Move docs for
21816         MSP430-specific attributes to....
21817         (MSP430 Function Attributes): ...here.  Delete the redundant
21818         entries and copy-edit the remaining text.
21819         (MSP430 Variable Attributes): Use uniform format for index
21820         entries and add a cross-reference to the corresponding function
21821         attribute docs.
21823 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
21825         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
21826         -finite-math typo.
21827         (x86 Options): Likewise.
21829 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
21831         PR 1078
21833         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
21834         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
21835         to corresponding attribute.
21837 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
21839         * doc/extend.texi (Common Function Attributes) <noplt>: Move
21840         to correct alphabetization of table.  Copy-edit and correct
21841         markup.
21842         <stack_protect>: Likewise.
21843         <target_clones>: Likewise.
21844         <simd>: Likewise.
21845         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
21846         Correct punctuation.
21847         (Code Gen Options) <-fno-plt>: Copy-edit.
21849 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21851         PR target/68917
21852         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
21853         SI values.  Explicitly convert SI to DI and vice-versa.
21855 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
21857         PR tree-optimization/69070
21858         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
21859         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
21861         PR sanitizer/69055
21862         * ubsan.c (ubsan_instrument_float_cast): Call
21863         initialize_sanitizer_builtins.
21865         PR target/69015
21866         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
21868 Copyright (C) 2016 Free Software Foundation, Inc.
21870 Copying and distribution of this file, with or without modification,
21871 are permitted in any medium without royalty provided the copyright
21872 notice and this notice are preserved.