/cp
[official-gcc.git] / gcc / ChangeLog
blob42850c61b44d4beb71d33e6d5b310dfa01f0028a
1 2016-06-17  Martin Liska  <mliska@suse.cz>
3         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
5 2016-06-17  Martin Liska  <mliska@suse.cz>
7         * predict.def: PRED_LOOP_EXIT from 92 to 85.
9 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
11         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
12         __FAST_MATH__.
13         (vaddq_f32): Likewise.
14         (vmul_f32): Likewise.
15         (vmulq_f32): Likewise.
16         (vsub_f32): Likewise.
17         (vsubq_f32): Likewise.
19 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
21         PR tree-optimization/71347
22         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
23         cost for all uses in group.
25 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
27         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
28         insert gimple seq if it's not empty.
30 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
32         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
33         member OFFSET.
34         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
35         rather than OFFSET.
36         (comp_dr_with_seg_len_pair): Ditto.
37         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
38         struct dr_with_seg_len_pair against DR_OFFSET.
39         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
40         DR_OFFSET directly.
42 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
44         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
46 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
48         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
49         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
50         (pa_output_millicode_call): Likewise.
51         (pa_output_call): Likewise.
52         (pa_output_indirect_call): Likewise.
53         (pa_asm_output_mi_thunk): Likewise.
55 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
57         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
59 2016-06-16  Martin Liska  <mliska@suse.cz>
61         * predict.c (combine_predictions_for_insn): When we find a first
62         match predictor, we should consider just predictors with
63         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
64         DS theory predictor.
65         (combine_predictions_for_bb): Likewise.
67 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
69         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
70         with base of reference to struct.
72 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
74         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
76 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
78         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
79         progmem_swtable_section.
80         (progmem_swtable_section): Remove.
81         (avr_asm_function_rodata_section): Remove.
82         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
83         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
85 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
87         * config/i386/driver-i386.c (host_detect_local_cpu): Set
88         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
89         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
90         signature_CENTAUR_ebx.
91         * config/i386/i386.c (ix86_option_override_internal): Add
92         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
93         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
94         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
96 2016-06-16  Martin Liska  <mliska@suse.cz>
98         * predict.def: Add fortran loop preheader predictor.
99         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
100         fold IFN_BUILTIN_EXPECT with a known constant argument.
102 2016-06-16  Martin Liska  <mliska@suse.cz>
104         * predict.def: Add 'Fortran' to display text of all
105         PRED_FORTRAN_* predictors.
107 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
109         PR target/71242
110         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
111         [IA64_BUILTIN_NANSQ]: Ditto.
112         (ia64_fold_builtin): New function.
113         (TARGET_FOLD_BUILTIN): New define.
114         (ia64_init_builtins) Declare const_string_type node.
115         Add __builtin_nanq and __builtin_nansq builtin functions.
116         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
118 2016-06-16  Nick Clifton  <nickc@redhat.com>
120         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
121         MSP430_HWMULT_ prefix to enum values.
122         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
123         * config/msp430/msp430.c: Update use of enum values.
124         * config/msp430/msp430.md: Likewise.
125         * config/msp430/msp430.opt: Likewise.
127 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
129         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
130         of comparsions in the last iteration.
132 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
133             Joern Rennecke  <joern.rennecke@embecosm.com>
135         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
136         addresses.
137         (arc_needs_pcl_p): Add GOTOFFPC.
138         (arc_legitimate_pic_addr_p): Likewise.
139         (arc_output_pic_addr_const): Likewise.
140         (arc_legitimize_pic_address): Generate a pc-relative address using
141         GOTOFFPC.
142         (arc_output_libcall): Use @pcl syntax.
143         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
144         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
145         (*movsi_insn): Use @pcl syntax.
146         (doloop_begin_i): Likewise.
148 2016-06-16  Martin Liska  <mliska@suse.cz>
150         * predict.def: Define a new predictor.
152 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
154         * config/arc/arc.opt (mtp-regno): Update text.
156 2016-06-16  Renlin Li  <renlin.li@arm.com>
158         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
160 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
162         PR target/71554
163         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
164         (setcc + and peephole2): Likewise.
166         PR rtl-optimization/71532
167         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
168         memory slots.
170 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
172         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
173         DImode constants with XXSPLTIB in vector registers.
174         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
175         vsx_extract_<mode>_internal{1,2} into a single insn that handles
176         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
177         extraction of the element at the top of the register as a scalar
178         value.
179         (vsx_extract_<mode>_internal1): Likewise.
180         (vsx_extract_<mode>_internal2): Likewise.
181         * config/rs6000/constraints.md (wi constraint): Remove a comment
182         about DImode not being allowed in Altivec registers.
183         (wB constraint): New constraint for constants that can be
184         generated in Altivec registers with VSPLTISW/VUPKHSW.
185         * config/rs6000/predicates.md (xxspltib_constant_split): Update
186         comments.
187         (xxspltib_constant_nosplit): Likewise.
188         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
189         support for -mupper-regs-di to enable DImode to go into Altivec
190         registers.
191         (POWERPC_MASKS): Likewise.
192         (power7 cpu): Likewise.
193         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
194         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
195         for DImode being allowed in Altivec registers.  Update wi/wj
196         constraints.  Set scalar_in_vmx_p flag.
197         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
198         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
199         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
200         (rs6000_opt_masks): Add -mupper-regs-di.
201         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
202         direct move to use wi and not wj.
203         (lfiwzx): Likewise.
204         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
205         alternative.
206         (floatunssi<mode>2_lfiwzx_mem): Likewise.
207         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
208         any VSX register, instead of just Altivec registers, to allow
209         either operand to be an Altivec register or both.
210         (fixuns_trunc<mode>di2_fctiduz): Likewise.
211         (movdi_internal32): Add support for -mupper-regs-di.  Add support
212         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
213         the alternatives and attributes to be lined up to be easier to
214         read.
215         (movdi_internal64): Likewise.
216         (64-bit DImode splitters): Change predicates to only split loading
217         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
218         load constants in ISA 3.0 or ISA 2.07 respectively.
219         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
220         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
221         mention -mcpu=power9 sets these options.
222         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
223         wB constraint.
225 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
227         PR target/67353
228         * config/avr/avr.c (avr_set_current_function): Warn misspelled
229         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
230         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
231         by default to warn misspelled interrupt/ signal handler.
232         * doc/invoke.texi (AVR Options): Document it. Update description
233         for -nodevicelib option.
235 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
237         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
238         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
239         (aarch64_<sur>shll2_n<mode>): Likewise.
241 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
243         PR middle-end/71529
244         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
245         DECL_CONTEXT for copied arguments.
247 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
249         PR tree-optimization/71483
250         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
251         for slp
253 2016-06-15  Martin Liska  <mliska@suse.cz>
255         * predict.c (tree_predict_by_opcode): Call predict_edge_def
256         instead of predict_edge w/o a probability.
258 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
260         PR tree-optimization/71439
261         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
262         live PHIs.
264 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
266         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
267         register subregs in SET_SRC.
269 2016-06-15  Richard Biener  <rguenther@suse.de>
271         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
272         store restrictions.
274 2016-06-15  Richard Biener  <rguenther@suse.de>
276         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
277         not consider dependences between accesses that belong to the
278         same group.
279         (vect_analyze_data_ref_dependences): Do not analyze read-read
280         or self-dependences.
282 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
284         * spellcheck-tree.c: Include spellcheck-tree.h rather than
285         spellcheck.h.
286         (find_closest_identifier): Reimplement in terms of
287         best_match<tree,tree>.
288         * spellcheck-tree.h: New file.
289         * spellcheck.c (struct edit_distance_traits<const char *>): New
290         struct.
291         (find_closest_string): Reimplement in terms of
292         best_match<const char *, const char *>.
293         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
294         overload to spellcheck-tree.h.
295         (find_closest_identifier): Likewise.
296         (struct edit_distance_traits<T>): New template.
297         (class best_match): New class.
299 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
301         * selftest-run-tests.c (selftest::run_tests): Call
302         selftest::spellcheck_tree_c_tests.
303         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
304         * spellcheck-tree.c: Include selftest.h and stringpool.h.
305         (selftest::test_find_closest_identifier): New function.
306         (selftest::spellcheck_tree_c_tests): New function.
307         * spellcheck.c (selftest::test_find_closest_string): Verify that
308         the order of the vec does not affect the results for this case.
309         (selftest::test_data): New array.
310         (selftest::test_metric_conditions): New function.
311         (selftest::spellcheck_c_tests): Add a test of case-comparison.
312         Call selftest::test_metric_conditions.
314 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
316         * config/rs6000/rs6000-builtin.def (commentary): Typo.
317         (BU_P9_MISC_1): Likewise.
318         (BU_P9_64BIT_MISC_0): Likewise.
319         (BU_P9_MISC_0): Likewise.
321 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
323         * gcc-rich-location.c
324         (gcc_rich_location::add_fixit_misspelled_id): New method.
325         * gcc-rich-location.h
326         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
328 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
330         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
331         FreeBSD 11 and above.
333 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
335         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
337 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
339         * expmed.h: Close parenthesis in "at your option" in copyright
340         boilerplate.
341         * lower-subreg.h: Likewise.
343 2016-06-14  Richard Biener  <rguenther@suse.de>
345         PR middle-end/71526
346         * genmatch.c (expr::gen_transform): Use in_type for comparisons
347         if available.
349 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
351         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
352         New function.
353         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
354         mask+shift version.
355         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
356         New prototype.
357         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
358         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
360 2016-06-14  Richard Biener  <rguenther@suse.de>
362         PR tree-optimization/71522
363         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
364         copying into float copying.
366 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
368         PR tree-optimization/71520
369         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
370         (replace_block_by): Move user labels from bb1 to bb2.
372 2016-06-14  Richard Biener  <rguenther@suse.de>
374         PR middle-end/71310
375         PR bootstrap/71510
376         * expr.h (get_bit_range): Declare.
377         * expr.c (get_bit_range): Export.
378         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
379         word_mode again to constrain the bitfield access.
381 2016-06-14  Richard Biener  <rguenther@suse.de>
383         PR tree-optimization/71521
384         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
385         division int_const_binop against zero divisor.
387 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
389         * config/i386/i386.md (signbittf2): New expander.
390         * config/i386/sse.md (ptesttf2): New insn pattern.
392 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
394         PR bootstrap/71481
395         * input.c (selftest::test_reading_source_line): Avoid reading from
396         __FILE__ by creating a tempfile with known content and reading
397         from that instead.
399 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
401         * pretty-print.c (assert_pp_format_colored): Skip the test if
402         GCC_COLORS is set.
403         (test_pp_format): Remove comment about GCC_COLORS.
405 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
407         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
408         * pretty-print.c (assert_pp_format_va): Add location param and use
409         it with ASSERT_STREQ_AT.
410         (assert_pp_format): Add location param and pass it to
411         assert_pp_format_va.
412         (assert_pp_format_colored): Likewise.
413         (ASSERT_PP_FORMAT_1): New.
414         (ASSERT_PP_FORMAT_2): New.
415         (ASSERT_PP_FORMAT_3): New.
416         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
417         explicitly, or implicitly via the above macros.
418         * selftest.c (selftest::pass): Use a selftest::location rather
419         than file and line.
420         (selftest::fail): Likewise.  Print the function name.
421         (selftest::fail_formatted): Likewise.
422         (selftest::assert_streq): Use a selftest::location rather than
423         file and line.
424         * selftest.h (selftest::location): New struct.
425         (SELFTEST_LOCATION): New macro.
426         (selftest::pass): Accept a const location & rather than file
427         and line.
428         (selftest::fail): Likewise.
429         (selftest::fail_formatted): Likewise.
430         (selftest::assert_streq): Likewise.
431         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
432         (ASSERT_FALSE): Likewise.
433         (ASSERT_EQ): Likewise.
434         (ASSERT_NE): Likewise.
435         (ASSERT_STREQ): Likewise.
436         (ASSERT_PRED1): Likewise.
437         (ASSERT_STREQ_AT): New macro.
439 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
441         * selftest.c (selftest::fail_formatted): New function.
442         (selftest::assert_streq): New function.
443         * selftest.h (selftests::fail_formatted): New decl.
444         (selftest::assert_streq): New decl.
445         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
447 2016-06-13  Jeff Law  <law@redhat.com>
449         PR tree-optimization/71403
450         * tree-ssa-threadbackward.c
451         (convert_and_register_jump_thread_path): No longer accept reference
452         to path.  Do not pop items off the path anymore.
453         (fsm_find_control_statement_thread_paths): Do not allow threading
454         to a deeper loop nest.  Pop the last item off the path here rather
455         than in convert_and_register_jump_thread_path.
457 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
458             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
460         [AArch64] Emit division using the Newton series
462         * config/aarch64/aarch64-protos.h
463         (cpu_approx_modes): Add new member "division".
464         (aarch64_emit_approx_div): Declare new function.
465         * config/aarch64/aarch64.c
466         (generic_approx_modes): New member "division".
467         (exynosm1_approx_modes): Likewise.
468         (xgene1_approx_modes): Likewise.
469         (aarch64_emit_approx_div): Define new function.
470         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
471         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
472         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
473         * doc/invoke.texi (-mlow-precision-div): Describe new option.
475 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
476             Wilco Dijkstra  <wilco.dijkstra@arm.com>
478         [AArch64] Emit square root using the Newton series
480         * config/aarch64/aarch64-protos.h
481         (aarch64_emit_approx_rsqrt): Replace with new function
482         "aarch64_emit_approx_sqrt".
483         (cpu_approx_modes): New member "sqrt".
484         * config/aarch64/aarch64.c
485         (generic_approx_modes): New member "sqrt".
486         (exynosm1_approx_modes): Likewise.
487         (xgene1_approx_modes): Likewise.
488         (aarch64_emit_approx_rsqrt): Replace with new function
489         "aarch64_emit_approx_sqrt".
490         (aarch64_override_options_after_change_1): Handle new option.
491         * config/aarch64/aarch64-simd.md
492         (rsqrt<mode>2): Use new function instead.
493         (sqrt<mode>2): New expansion and insn definitions.
494         * config/aarch64/aarch64.md: Likewise.
495         * config/aarch64/aarch64.opt
496         (mlow-precision-sqrt): Add new option description.
497         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
499 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
501         [AArch64] Add more choices for the reciprocal square root approximation
503         Allow a target to prefer such operation depending on the operation mode.
505         * config/aarch64/aarch64-protos.h
506         (AARCH64_APPROX_MODE): New macro.
507         (AARCH64_APPROX_{NONE,ALL}): Likewise.
508         (cpu_approx_modes): New structure.
509         (tune_params): New member "approx_modes".
510         * config/aarch64/aarch64-tuning-flags.def
511         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
512         * config/aarch64/aarch64.c
513         (generic_approx_modes): New core "cpu_approx_modes" structure.
514         (exynosm1_approx_modes): Likewise.
515         (xgene1_approx_modes): Likewise.
516         (generic_tunings): New member "approx_modes".
517         (cortexa35_tunings): Likewise.
518         (cortexa53_tunings): Likewise.
519         (cortexa57_tunings): Likewise.
520         (cortexa72_tunings): Likewise.
521         (exynosm1_tunings): Likewise.
522         (thunderx_tunings): Likewise.
523         (xgene1_tunings): Likewise.
524         (use_rsqrt_p): New argument for the mode and use new member from
525         "tune_params".
526         (aarch64_builtin_reciprocal): Devise mode from builtin.
527         (aarch64_optab_supported_p): New argument for the mode.
528         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
530 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
532         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
533         RS6000_BTM_MODULO flag into the set of flags that are considered
534         to be part of the common configuration.
536 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
538         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
539         difference unsigned.
540         (vec_absdb): New macro for vector absolute difference unsigned
541         byte.
542         (vec_absdh): New macro for vector absolute difference unsigned
543         half-word.
544         (vec_absdw): New macro for vector absolute difference unsigned word.
545         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
546         (vadu<mode>3): New insn.
547         (*p9_vadu<mode>3): New insn.
548         * config/rs6000/rs6000-builtin.def (vadub): New built-in
549         definition.
550         (vaduh): New built-in definition.
551         (vaduw): New built-in definition.
552         (vadu): New overloaded built-in definition.
553         (vadub): New overloaded built-in definition.
554         (vaduh): New overloaded built-in definition.
555         (vaduw): New overloaded built-in definition.
556         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
557         overloaded vector absolute difference unsigned functions.
558         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
559         the ISA 3.0 vector absolute difference unsigned built-in functions.
561 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
563         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
564         update shared_lookup_references only once after changing operands.
566 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
568         PR middle-end/71373
569         * tree-nested.c (convert_nonlocal_omp_clauses)
570         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
572         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
573         * tree.def (CASE_LABEL_EXPR): Likewise.
575 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
577         PR bootstrap/71481
578         * input.c (test_builtins): Fix an assertion.
580 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
582         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
583         (paritysi2): Ditto.
584         (isinfxf2): Ditto.
585         (isinf<mode>2): Ditto.
587 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
589         * ggc-tests.c (test_finalization): Only test need_finalization_p
590         for GCC_VERSION >= 4003.
592 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
594         * config/s390/vecintrin.h: Fix file description in comment.
596 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
598         * config/s390/s390-builtin-types.def: Change builtin type naming
599         scheme to match builtin-types.def.
601 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
603         * fold-const.c (optimize_minmax_comparison): Remove.
604         (fold_comparison): Remove call to the above.
605         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
606         New transformations.
608 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
610         PR tree-optimization/71416
611         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
612         multiple entries
614 2016-06-13  Martin Liska  <mliska@suse.cz>
616         * predict.c (enum predictor_reason): Prefix enum with REASON_.
617         (combine_predictions_for_insn): Likewise.
618         (prune_predictions_for_bb): Likewise.
619         (combine_predictions_for_bb): Likewise.
621 2016-06-13  Richard Biener  <rguenther@suse.de>
623         PR tree-optimization/71505
624         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
625         assert match comment.
627 2016-06-13  Marek Polacek  <polacek@redhat.com>
629         PR middle-end/71476
630         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
631         gimplify_switch_expr.
632         (warn_switch_unreachable_r): New function.
634 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
636         PR target/71379
637         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
638         one.
640 2016-06-13  Richard Biener  <rguenther@suse.de>
642         PR middle-end/64516
643         * fold-const.c (fold_unary_loc): Preserve alignment when
644         folding a VIEW_CONVERT_EXPR into a MEM_REF.
646 2016-06-13  Martin Liska  <mliska@suse.cz>
648         PR sanitizer/71458
649         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
650         w/ -fsanitize=bounds.
652 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
654         * config/i386/i386.c (ix86_init_builtins): Calculate
655         FLOAT128_FTYPE_CONST_STRING function type only once.
656         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
657         built-in functions are available for x86-32 and x86-64 targets.
659 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
661         PR target/71241
662         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
663         New primitive type.
664         (FLOAT128_FTYPE_CONST_STRING): New function type.
665         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
666         [IX86_BUILTIN_NANSQ]: Ditto.
667         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
668         (ix86_init_builtin_types): Declare const_string_type_node.
669         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
670         builtin functions.
671         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
672         * doc/extend.texi (x86 Built-in Functions): Document
673         __builtin_nanq and __builtin_nansq.
675 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
677         PR target/71061
678         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
679         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
680         length for pop patterns.
681         (arm_attr_length_push_multi): Update comments.
682         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
683         attribute.
684         (*pop_multiple_with_writeback_and_return): Likewise.
685         (*pop_multiple_with_return): Likewise.
687 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
689         PR middle-end/71310
690         * fold-const.c (optimize_bit_field_compare): Don't try to use
691         word_mode unconditionally for reading the bit field, look at
692         DECL_BIT_FIELD_REPRESENTATIVE instead.
694 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
696         PR middle-end/71478
697         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
698         vector integer type.
700 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
702         PR middle-end/71494
703         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
704         without LABEL_DECL, set *handled_ops_p to false instead of true.
706 2016-06-10  Martin Sebor  <msebor@redhat.com>
708         PR c/71392
709         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
710         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
711         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
712         them.
713         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
714         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
715         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
716         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
717         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
718         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
719         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
720         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
722 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
724         * config/arm/arm.h (pool_vector_label,
725         return_used_this_function): Remove.
727 2016-06-10  Jeff Law  <law@redhat.com>
729         PR tree-optimization/71335
730         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
731         zero length paths here.
732         (convert_and_register_jump_thread_path): Remove hacks related to
733         duplicated blocks in the jump thread path.
734         (fsm_find_control_statement_thread_paths): Avoid putting the same
735         block on the thread path twice, but ensure the thread path is
736         unchanged from the caller's point of view.
738 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
740         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
741         * predict.def (PRED_LOOP_BRANCH): Remove.
743 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
745         * Makefile.in (OBJS): Add ggc-tests.o.
746         (GTFILES): Add ggc-tests.c.
747         * ggc-tests.c: New file.
748         * selftest-run-tests.c (selftest::run_tests): Call
749         selftest::ggc_tests_c_tests.
750         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
752 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
754         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
756 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
758         PR sanitizer/71480
759         * varasm.c (place_block_symbol): Adjust alignment for asan protected
760         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
762 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
764         * profile.c: Include cfgloop.h.
765         (branch_prob): Compute estimated number of iterations.
766         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
767         recompute estimate number of iterations from profile.
769 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
771         PR inline-asm/68843
772         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
773         must be grouped on top of stack.  Don't force early clobber
774         on ordinary reg outputs.
776 2016-06-10  Richard Biener  <rguenther@suse.de>
778         * targhooks.c (default_builtin_vectorization_cost): Adjust
779         vec_construct cost.
781 2016-06-10  Richard Biener  <rguenther@suse.de>
783         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
784         to fold the RHS to a constant if possible.
786 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
788         PR middle-end/71373
789         * tree-nested.c (convert_nonlocal_omp_clauses)
790         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
791         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
792         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
794         * gimplify.c (gimplify_adjust_omp_clauses): Discard
795         OMP_CLAUSE_TILE.
796         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
798         * omp-low.c (scan_sharing_clauses): Don't expect
799         OMP_CLAUSE__CACHE_.
801 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
803         PR tree-optimization/71407
804         PR tree-optimization/71416
805         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
806         BIT_FIELD_REF type.
808 2016-06-10  Richard Biener  <rguenther@suse.de>
810         PR middle-end/71477
811         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
813 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
815         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
817 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
818             Jiong Wang  <jiong.wang@arm.com>
820         PR rtl-optimization/70751
821         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
822         spilled into memory.
824 2016-06-09  Jonathan Yong  <10walls@gmail.com>
826         Revert:
827         2015-09-21  Jonathan Yong  <10walls@gmail.com>
829         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
830         sysroot/usr/lib/32api for additional win32 libraries,
831         fixes failing Cygwin bootstrapping.
833 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
835         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
836         Delete.
838 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
840         PR bootstrap/71471
841         * pretty-print.c (pp_indent): Specify that %p is printed in a
842         host-dependent manner.
843         (test_pp_format): Remove the test for %p.
845 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
847         * config/mips/mips.c (mips_output_jump): Fix formatting.
849 2016-06-09  Richard Biener  <rguenther@suse.de>
851         PR tree-optimization/71462
852         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
853         removed blocks.
855 2016-06-09  Martin Liska  <mliska@suse.cz>
857         * predict.c (dump_prediction): Add new argument.
858         (enum predictor_reason): New enum.
859         (struct predictor_hash): New struct.
860         (predictor_hash::hash): New function.
861         (predictor_hash::equal): Likewise.
862         (not_removed_prediction_p): New function.
863         (prune_predictions_for_bb): Likewise.
864         (combine_predictions_for_bb): Prune predictions.
866 2016-06-09  Martin Liska  <mliska@suse.cz>
868         * predict.c (filter_predictions): New function.
869         (remove_predictions_associated_with_edge): Use the filter
870         function.
871         (equal_edge_p): New function.
873 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
875         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
876         Correct usage of @samp vs @option, add @samp where appropriate.
877         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
878         Add armv6s-m and document it, as it is no official ARM name.
880 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
882         * ifcvt.c (struct noce_if_info): Add transform_name field.
883         (noce_try_move): Set if_info->transform_name to the function name.
884         (noce_try_ifelse_collapse): Likewise.
885         (noce_try_store_flag): Likewise.
886         (noce_try_inverse_constants): Likewise.
887         (noce_try_store_flag_constants): Likewise.
888         (noce_try_addcc): Likewise.
889         (noce_try_store_flag_mask): Likewise.
890         (noce_try_cmove): Likewise.
891         (noce_try_cmove_arith): Likewise.
892         (noce_try_minmax): Likewise.
893         (noce_try_abs): Likewise.
894         (noce_try_sign_mask): Likewise.
895         (noce_try_bitop): Likewise.
896         (noce_convert_multiple_sets): Likewise.
897         (noce_process_if_block): Print if_info->transform_name to
898         dump_file if transformation succeeded.
900 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
902         * config/arm/cortex-a57.md (cortex_a57_alu):
903         Handle csel type.
905 2016-06-08  Martin Sebor  <msebor@redhat.com>
906             Jakub Jelinek  <jakub@redhat.com>
908         PR c++/70507
909         PR c/68120
910         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
911         BUILT_IN_MUL_OVERFLOW_P): New builtins.
912         * builtins.c: Include gimple-fold.h.
913         (fold_builtin_arith_overflow): Handle
914         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
915         (fold_builtin_3): Likewise.
916         * doc/extend.texi (Integer Overflow Builtins): Document
917         __builtin_{add,sub,mul}_overflow_p.
919 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
921         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
922         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
924 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
926         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
927         Rewrite, looking one level down for records and arrays.
929 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
931         * pretty-print.c: Include "selftest.h".
932         (pp_format): Fix comment.
933         (identifier_to_locale): Likewise.
934         (selftest::test_basic_printing): New function.
935         (selftest::assert_pp_format): New function.
936         (selftest::test_pp_format): New function.
937         (selftest::pretty_print_c_tests): New function.
938         * selftest-run-tests.c (selftest::run_tests): Call
939         selftest::pretty_print_c_tests.
940         * selftest.h (pretty_print_c_tests): New declaration.
942 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
944         * invoke.texi (max-loop-headers-insns): Document.
945         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
946         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
947         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
949 2016-06-08  Richard Biener  <rguenther@suse.de>
951         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
952         on strided SLP loads and fall back to scalar loads in case
953         we can't chunk them.
955 2016-06-08  Richard Biener  <rguenther@suse.de>
957         PR tree-optimization/71452
958         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
959         type used for the SSA rewrite has enough precision to cover
960         the dynamic type of the location.
962 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
963             Richard Biener  <rguenther@suse.de>
965         PR c++/71448
966         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
967         the same as DECL_P (base0) for indirect_base0.  Use equality_code
968         in one further place.
970 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
972         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
973         to one word if the field is known to overlap other words.
974         (extract_bit_field_1): Likewise.
975         (store_split_bit_field): Remove compensating code.
976         (extract_split_bit_field): Likewise.
978 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
980         PR debug/71432
981         PR ada/71413
982         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
984 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
986         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
987         VDQF.
988         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
989         (arch64_addpv4sf): Delete.
990         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
991         "gen_aarch64_addpv4sf".
992         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
993         builtin.
994         (vpadds_f32): Likewise.
995         (vpaddq_f32): Likewise.
996         (vpaddq_f64): Likewise.
998 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1000         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
1001         VALLF.
1002         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
1003         to VALLF.  Rename to "fabd<mode>3".
1004         "*fabd_scalar<mode>3): Delete.
1005         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
1006         Use builtin.
1007         (vabdd_f64): Likewise.
1008         (vabd_f32): Likewise.
1009         (vabd_f64): Likewise.
1010         (vabdq_f32): Likewise.
1011         (vabdq_f64): Likewise.
1013 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1015         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
1016         VALLF.
1017         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
1018         "aarch64_rsqrts<mode>".
1019         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
1020         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
1021         builtin.
1022         (vrsqrtsd_f64): Likewise.
1023         (vrsqrts_f32): Likewise.
1024         (vrsqrts_f64): Likewise.
1025         (vrsqrtsq_f32): Likewise.
1026         (vrsqrtsq_f64): Likewise.
1028 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1030         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
1031         VALLF.
1032         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
1033         "aarch64_rsqrte<mode>".
1034         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
1035         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
1036         builtin.
1037         (vrsqrted_f64): Likewise.
1038         (vrsqrte_f32): Likewise.
1039         (vrsqrte_f64): Likewise.
1040         (vrsqrteq_f32): Likewise.
1041         (vrsqrteq_f64): Likewise.
1043 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1045         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
1046         (ucvtf): Likewise.
1047         (fcvtzs): Likewise.
1048         (fcvtzu): Likewise.
1049         * config/aarch64/aarch64-simd.md
1050         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
1051         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
1052         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
1053         Use builtin.
1054         (vcvt_n_f32_u32): Likewise.
1055         (vcvt_n_s32_f32): Likewise.
1056         (vcvt_n_u32_f32): Likewise.
1057         (vcvtq_n_f32_s32): Likewise.
1058         (vcvtq_n_f32_u32): Likewise.
1059         (vcvtq_n_f64_s64): Likewise.
1060         (vcvtq_n_f64_u64): Likewise.
1061         (vcvtq_n_s32_f32): Likewise.
1062         (vcvtq_n_s64_f64): Likewise.
1063         (vcvtq_n_u32_f32): Likewise.
1064         (vcvtq_n_u64_f64): Likewise.
1065         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
1066         (VSDQ_SDI): Likewise.
1067         (fcvt_target): Support V4DI, V4SI and V2SI.
1068         (FCVT_TARGET): Likewise.
1070 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
1072         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
1073         (TYPES_BINOP_SUS): Likewise.
1074         (aarch64_simd_builtin_data): Update include file name.
1075         (aarch64_builtins): Likewise.
1076         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
1077         for conversion between scalar float-point and fixed-point.
1078         (ucvtf): Likewise.
1079         (fcvtzs): Likewise.
1080         (fcvtzu): Likewise.
1081         * config/aarch64/aarch64.md
1082         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
1083         pattern for conversion between scalar float to fixed-pointer.
1084         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
1085         (UNSPEC_FCVTZS): New UNSPEC enumeration.
1086         (UNSPEC_FCVTZU): Likewise.
1087         (UNSPEC_SCVTF): Likewise.
1088         (UNSPEC_UCVTF): Likewise.
1089         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
1090         Use builtin.
1091         (vcvtd_n_f64_u64): Likewise.
1092         (vcvtd_n_s64_f64): Likewise.
1093         (vcvtd_n_u64_f64): Likewise.
1094         (vcvtd_n_f32_s32): Likewise.
1095         (vcvts_n_f32_u32): Likewise.
1096         (vcvtd_n_s32_f32): Likewise.
1097         (vcvts_n_u32_f32): Likewise.
1098         * config/aarch64/iterators.md (fcvt_target): Support integer to float
1099         mapping.
1100         (FCVT_TARGET): Likewise.
1101         (FCVT_FIXED2F): New iterator.
1102         (FCVT_F2FIXED): Likewise.
1103         (fcvt_fixed_insn): New define_int_attr.
1105 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1107         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
1108         some statements was removed.
1110 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
1112         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
1113         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
1114         (vect_can_advance_ivs_p): likewise.
1115         (vect_update_ivs_after_vectorizer): likewise.
1116         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
1117         (vect_analyze_scalar_cycles_1): likewise.
1118         (vect_analyze_loop_operations): likewise.
1119         (report_vect_op): likewise.
1120         (vect_is_slp_reduction): likewise.
1121         (vect_is_simple_reduction): likewise.
1122         (get_initial_def_for_induction): likewise.
1123         (vect_transform_loop): likewise.
1124         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
1125         (vect_recog_sad_pattern): likewise.
1126         (vect_recog_widen_sum_pattern): likewise.
1127         (vect_recog_widening_pattern): likewise.
1128         (vect_recog_divmod_pattern): likewise.
1129         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
1130         (vect_analyze_slp_instance): likewise.
1131         (vect_transform_slp_perm_load): likewise.
1132         (vect_schedule_slp_instance): likewise.
1134 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1136         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
1137         (return_prediction): PRED_CONST_RETURN predict return as not taken.
1138         * predict.def (PRED_CONTINUE): Change hitrate 50->67
1139         (PRED_LOOP_BRANCH): Document predictor as broken.
1140         (PRED_LOOP_EXIT): Change hitrate 91->92.
1141         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
1142         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
1143         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
1144         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
1145         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
1146         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
1147         (PRED_CALL): Chane hitrate 71->67.
1148         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
1149         (PRED_GOTO): Document as unused right now.
1150         (PRED_CONST_RETURN): Change hitrate 67->69
1151         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
1152         (PRED_NULL_RETURN): Change hitrate 91->90.
1153         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
1154         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
1155         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
1157 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
1159         * config/rs6000/altivec.h: Add __builtin_vec_mul.
1160         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
1161         special case Altivec builtin.
1162         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
1163         VSX_BUILTIN_VEC_MUL (replaced with special case code).
1164         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1165         code for ALTIVEC_BUILTIN_VEC_MUL.
1166         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1167         for __builtin_vec_mul.
1169 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
1171         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
1172         -mno-htm.
1174 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
1176         * spellcheck.c (selftest::test_find_closest_string): New function.
1177         (spellcheck_c_tests): Call the above.
1179 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1181         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
1183 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
1185         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
1186         Yv=Yv,C alternatives.
1188 2016-06-07  Richard Biener  <rguenther@suse.de>
1190         PR c/61564
1191         * common.opt (ffast-math): Make Optimization.
1193 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
1194             Prachi Godbole  <prachi.godbole@imgtec.com>
1196         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
1197         `fabs' and `fneg' type attributes.
1198         (p5600_fpu_fabs): Add `fmove' to the comment.
1200 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
1202         * gimple.c: Include builtins.h
1203         (gimple_inexpensive_call_p): New function.
1204         * gimple.h (gimple_inexpensive_call_p): Declare.
1205         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
1206         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
1207         fix formatting.
1209 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
1211         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
1212         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
1213         warning_at_rich_loc, warning_n, pedwarn, permerror,
1214         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
1215         sorry, fatal_error, internal_error, internal_error_no_backtrace):
1216         Use the above.
1218 2016-06-07  Richard Biener  <rguenther@suse.de>
1220         PR tree-optimization/71428
1221         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
1222         BIT_FIELD_REF op vs. load.
1224 2016-06-07  Richard Biener  <rguenther@suse.de>
1226         PR middle-end/71423
1227         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
1228         for signed ops.
1230 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
1232         * config/pa/pa.md (call): Generate indirect long calls to non-local
1233         functions on TARGET_64BIT.
1234         (call_value): Likewise.
1236 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
1238         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
1239         pattern and subsequent splitters.
1240         (call_val_reg_64bit_post_reload): Likewise.
1242 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
1244         PR middle-end/71408
1245         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
1246         propagate_op_to_single_use.
1248 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
1250         PR middle-end/71281
1251         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
1253 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
1255         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
1256         (enum x86_dirflag_state): New enum.
1257         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
1258         (machine_function): Remove needs_cld.
1259         (ix86_current_function_needs_cld): Remove.
1260         * config/i386/i386.c (ix86_set_func_type): Set
1261         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
1262         (ix86_expand_prologue): Do not emit CLD here.
1263         (ix86_dirflag_mode_needed): New function.
1264         (ix86_dirflag_mode_entry): Ditto.
1265         (ix86_mode_needed): Handle X86_DIRFLAG entity.
1266         (ix86_mode_after): Ditto.
1267         (ix86_mode_entry): Ditto.
1268         (ix86_mode_exit): Ditto.
1269         (ix86_emit_mode_set): Ditto.
1270         * config/i386/i386.md (strmov_singleop): Set
1271         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
1272         Do not set ix86_current_function_needs_cld.
1273         (rep_mov): Ditto.
1274         (strset_singleop): Ditto.
1275         (rep_stos): Ditto.
1276         (cmpstrnqi_nz_1): Ditto.
1277         (cmpstrnqi_1): Ditto.
1278         (strlenqi_1): Ditto.
1280 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
1282         PR tree-optimization/71259
1283         * tree-vect-slp.c (vect_get_constant_vectors): For
1284         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
1285         one for constant op, and use COND_EXPR for non-constant.
1287 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
1289         * Makefile.in (OBJS): Add function-tests.o,
1290         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
1291         selftest-run-tests.o.
1292         (OBJS-libcommon): Add selftest.o.
1293         (OBJS-libcommon-target): Add selftest.o.
1294         (all.internal): Add "selftest".
1295         (all.cross): Likewise.
1296         (selftest): New phony target.
1297         (s-selftest): New target.
1298         (selftest-gdb): New phony target.
1299         (COLLECT2_OBJS): Add selftest.o.
1300         * bitmap.c: Include "selftest.h".
1301         (selftest::test_gc_alloc): New function.
1302         (selftest::test_set_range): New function.
1303         (selftest::test_clear_bit_in_middle): New function.
1304         (selftest::test_copying): New function.
1305         (selftest::test_bitmap_single_bit_set_p): New function.
1306         (selftest::bitmap_c_tests): New function.
1307         * common.opt (fself-test): New.
1308         * diagnostic-show-locus.c: Include "selftest.h".
1309         (make_range): New function.
1310         (test_range_contains_point_for_single_point): New function.
1311         (test_range_contains_point_for_single_line): New function.
1312         (test_range_contains_point_for_multiple_lines): New function.
1313         (assert_eq): New function.
1314         (test_get_line_width_without_trailing_whitespace): New function.
1315         (selftest::diagnostic_show_locus_c_tests): New function.
1316         * et-forest.c: Include "selftest.h".
1317         (selftest::test_single_node): New function.
1318         (selftest::test_simple_tree): New function.
1319         (selftest::test_disconnected_nodes): New function.
1320         (selftest::et_forest_c_tests): New function.
1321         * fold-const.c: Include "selftest.h".
1322         (selftest::assert_binop_folds_to_const): New function.
1323         (selftest::assert_binop_folds_to_nonlvalue): New function.
1324         (selftest::test_arithmetic_folding): New function.
1325         (selftest::fold_const_c_tests): New function.
1326         * function-tests.c: New file.
1327         * gimple.c: Include "selftest.h".
1328         Include "gimple-pretty-print.h".
1329         (selftest::verify_gimple_pp): New function.
1330         (selftest::test_assign_single): New function.
1331         (selftest::test_assign_binop): New function.
1332         (selftest::test_nop_stmt): New function.
1333         (selftest::test_return_stmt): New function.
1334         (selftest::test_return_without_value): New function.
1335         (selftest::gimple_c_tests): New function.
1336         * hash-map-tests.c: New file.
1337         * hash-set-tests.c: New file.
1338         * input.c: Include "selftest.h".
1339         (selftest::assert_loceq): New function.
1340         (selftest::test_accessing_ordinary_linemaps): New function.
1341         (selftest::test_unknown_location): New function.
1342         (selftest::test_builtins): New function.
1343         (selftest::test_reading_source_line): New function.
1344         (selftest::input_c_tests): New function.
1345         * rtl-tests.c: New file.
1346         * selftest-run-tests.c: New file.
1347         * selftest.c: New file.
1348         * selftest.h: New file.
1349         * spellcheck.c: Include "selftest.h".
1350         (selftest::levenshtein_distance_unit_test_oneway): New function,
1351         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
1352         (selftest::levenshtein_distance_unit_test): Likewise.
1353         (selftest::spellcheck_c_tests): Likewise.
1354         * toplev.c: Include selftest.h.
1355         (toplev::run_self_tests): New.
1356         (toplev::main): Handle -fself-test.
1357         * toplev.h (toplev::run_self_tests): New.
1358         * tree.c: Include "selftest.h".
1359         (selftest::test_integer_constants): New function.
1360         (selftest::test_identifiers): New function.
1361         (selftest::test_labels): New function.
1362         (selftest::tree_c_tests): New function.
1363         * tree-cfg.c: Include "selftest.h".
1364         (selftest::push_fndecl): New function.
1365         (selftest::test_linear_chain): New function.
1366         (selftest::test_diamond): New function.
1367         (selftest::test_fully_connected): New function.
1368         (selftest::tree_cfg_c_tests): New function.
1369         * vec.c: Include "selftest.h".
1370         (selftest::safe_push_range): New function.
1371         (selftest::test_quick_push): New function.
1372         (selftest::test_safe_push): New function.
1373         (selftest::test_truncate): New function.
1374         (selftest::test_safe_grow_cleared): New function.
1375         (selftest::test_pop): New function.
1376         (selftest::test_safe_insert): New function.
1377         (selftest::test_ordered_remove): New function.
1378         (selftest::test_unordered_remove): New function.
1379         (selftest::test_block_remove): New function.
1380         (selftest::reverse_cmp): New function.
1381         (selftest::test_qsort): New function.
1382         (selftest::vec_c_tests): New function.c.
1383         * wide-int.cc: Include selftest.h and wide-int-print.h.
1384         (selftest::from_int <wide_int>): New function.
1385         (selftest::from_int <offset_int>): New function.
1386         (selftest::from_int <widest_int>): New function.
1387         (selftest::assert_deceq): New function.
1388         (selftest::assert_hexeq): New function.
1389         (selftest::test_printing <VALUE_TYPE>): New function template.
1390         (selftest::test_ops <VALUE_TYPE>): New function template.
1391         (selftest::test_comparisons <VALUE_TYPE>): New function template.
1392         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
1393         template.
1394         (selftest::wide_int_cc_tests): New function.
1396 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1398         PR middle-end/37780
1399         * ifcvt.c (noce_try_ifelse_collapse): New function.
1400         Declare prototype.
1401         (noce_process_if_block): Call noce_try_ifelse_collapse.
1402         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
1403         (simplify_ternary_operation): Use the above to simplify
1404         conditional CLZ/CTZ expressions.
1406 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1408         PR middle-end/37780
1409         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
1410         define_insn_and_split.
1412 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1414         PR middle-end/37780
1415         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
1417 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1419         PR c/24414
1420         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
1421         Implicitly clobber memory for basic asm with non-empty assembler
1422         string.  Use targetm.md_asm_adjust also here.
1423         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
1424         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
1425         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
1426         non-empty assembler string.
1427         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
1428         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
1429         (decode_asm_operands): Handle basic asm in PARALLEL block.
1430         (extract_insn): Handle basic asm in PARALLEL block.
1431         * doc/extend.texi: Mention new behavior of basic asm.
1432         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
1433         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
1434         branch_needs_nop_p): Use asm_noperands.
1436 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
1438         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
1439         Include the M7 SPARC DFA scheduler.
1440         New attribute v3pipe.
1441         Annotate insns with v3pipe where appropriate.
1442         Define cpu_feature vis4.
1443         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
1444         Add (V8QI "8") to vbits.
1445         Add insns {add,sub}v8qi3
1446         Add insns ss{add,sub}v8qi3
1447         Add insns us{add,sub}{v8qi,v4hi}3
1448         Add insns {min,max}{v8qi,v4hi,v2si}3
1449         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
1450         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
1451         * config/sparc/niagara4.md: Add a comment explaining the
1452         discrepancy between the documented latenty numbers and the
1453         implemented ones.
1454         * config/sparc/niagara7.md: New file.
1455         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
1456         supports SPARC5 and VIS 4.0 instructions.
1457         * configure: Regenerate.
1458         * config.in: Likewise.
1459         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
1460         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
1461         TARGET_CPU_niagara7.
1462         (ASM_CPU64_DEFAULT_SPEC): Likewise.
1463         (CPP_CPU_SPEC): Handle niagara7.
1464         (ASM_CPU_SPEC): Likewise.
1465         * config/sparc/sparc-opts.h (processor_type): Add
1466         PROCESSOR_NIAGARA7.
1467         (mvis4): New option.
1468         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
1469         (AS_NIAGARA7_FLAG): Define.
1470         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
1471         (CPP_CPU64_DEFAULT_SPEC): Likewise.
1472         (CPP_CPU_SPEC): Handle niagara7.
1473         (ASM_CPU_SPEC): Likewise.
1474         * config/sparc/sparc.c (niagara7_costs): Define.
1475         (sparc_option_override): Handle niagara7 and adjust cache-related
1476         parameters with better values for niagara cpus.  Also support VIS4.
1477         (sparc32_initialize_trampoline): Likewise.
1478         (sparc_use_sched_lookahead): Likewise.
1479         (sparc_issue_rate): Likewise.
1480         (sparc_register_move_cost): Likewise.
1481         (dump_target_flag_bits): Support VIS4.
1482         (sparc_vis_init_builtins): Likewise.
1483         (sparc_builtins): Likewise.
1484         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
1485         VIS4 4.0.
1486         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
1487         UltraSparc M7.
1488         * config/sparc/sparc.opt (sparc_processor_type): New value
1489         niagara7.
1490         * config/sparc/visintrin.h (__attribute__): Prototypes for the
1491         VIS4 builtins.
1492         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
1493         -mvis4.
1494         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
1495         VIS4 builtins.
1497 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
1499         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
1501 2016-06-06  Richard Biener  <rguenther@suse.de>
1503         PR tree-optimization/71398
1504         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
1505         remove edges.
1507 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
1509         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
1510         ft32_expand_prolog, ft32_expand_epilogue):
1511         Handle pretend_args.
1512         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
1513         * config/ft32/ft32.md: Add pretend_returner.
1515 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
1517         PR target/71389
1518         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
1519         Copy op1 RTX to avoid invalid sharing.
1520         (ix86_expand_vector_move_misalign): Ditto.
1522 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
1524         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
1525         ATTRIBUTE_UNUSED.
1527 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1529         * predict.c (predicted_by_loop_heuristics_p): New function.
1530         (predict_iv_comparison): Use it.
1531         (predict_loops): Walk from innermost loops; do not predict edges
1532         leaving multiple loops multiple times; implement
1533         PRED_LOOP_ITERATIONS_MAX heuristics.
1534         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
1536 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1538         * cfg.c (check_bb_profile): Do not report mismatched profiles when
1539         only edges out of BB are EH edges.
1541 2016-06-04  Martin Sebor  <msebor@redhat.com>
1542             Marcin Baczyński  <marbacz@gmail.com>
1544         PR c/48116
1545         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
1546         a void expression in a void function.
1548 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1550         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
1551         aux; dump reasons of decisions.
1552         (should_duplicate_loop_header_p): Likewise.
1553         (do_while_loop_p): Likewise.
1554         (ch_base::copy_headers): Dump asi num insns duplicated.
1556 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
1558         PR tree-optimization/71405
1559         * tree-ssa.c (execute_update_addresses_taken): For clobber with
1560         incompatible type, build a new clobber with the right type instead
1561         of building a VIEW_CONVERT_EXPR around it.
1563 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1565         PR tree-optimization/52171
1566         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
1567         by_pieces_ninsns instead of move_by_pieces_ninsns.
1569 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1571         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
1572         for reg+reg addressing mode.
1574 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1576         * rs6000-c.c (c/c-tree.h): Add #include.
1577         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
1578         in C++ when found in the base position of vec_ld or vec_st.
1580 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1582         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
1583         use of profile unless profile status is PROFILE_READ.
1584         * profile.c (compute_branch_probabilities): Set profile status
1585         only after reporting predictor hitrates.
1587 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
1589         PR target/71276
1590         PR target/71277
1591         * common.opt (ffp-int-builtin-inexact): New option.
1592         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
1593         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
1594         (ceil@var{m}2): Document dependence on this option.
1595         * ipa-inline-transform.c (inline_call): Handle
1596         flag_fp_int_builtin_inexact.
1597         * ipa-inline.c (can_inline_edge_p): Likewise.
1598         * config/i386/i386.md (rintxf2): Do not test
1599         flag_unsafe_math_optimizations.
1600         (rint<mode>2_frndint): New define_insn.
1601         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
1602         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
1603         for 387 instead of extending and truncating.
1604         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
1605         !flag_trapping_math instead of flag_unsafe_math_optimizations.
1606         Change to frndint<mode>2_<rounding>.
1607         (frndintxf2_<rounding>_i387): Likewise.  Change to
1608         frndint<mode>2_<rounding>_i387.
1609         (<rounding_insn>xf2): Likewise.
1610         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
1611         !flag_trapping_math instead of flag_unsafe_math_optimizations for
1612         x87.  Test TARGET_ROUND || !flag_trapping_math ||
1613         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
1614         SSE.  Use ROUND_NO_EXC in constant operand of
1615         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
1616         for 387 instead of extending and truncating.
1618 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
1619             Julia Koval  <julia.koval@intel.com>
1621         PR target/66960
1622         PR target/67630
1623         PR target/67634
1624         PR target/67841
1625         PR target/68037
1626         PR target/68618
1627         PR target/68661
1628         PR target/69575
1629         PR target/69596
1630         PR target/69734
1631         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
1632         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
1633         all registers, except for function return registers if there are
1634         no caller-saved registers.
1635         (ix86_set_func_type): New function.
1636         (ix86_set_current_function): Call ix86_set_func_type to set
1637         no_caller_saved_registers and func_type.  Call reinit_regs if
1638         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
1639         nor x87 instructions in interrupt handler nor function with
1640         no_caller_saved_registers attribute.
1641         (ix86_function_ok_for_sibcall): Return false if there are no
1642         caller-saved registers.
1643         (type_natural_mode): Don't warn ABI change for MMX in interrupt
1644         handler.
1645         (ix86_function_arg_advance): Skip for callee in interrupt handler.
1646         (ix86_function_arg): Return special arguments in interrupt handler.
1647         (ix86_promote_function_mode): Promote pointer to word_mode only
1648         for normal functions.
1649         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
1650         interrupt handler.
1651         (ix86_epilogue_uses): New function.
1652         (ix86_hard_regno_scratch_ok): Likewise.
1653         (ix86_save_reg): Preserve all registers in interrupt handler
1654         after reload.  Preserve all registers, except for function return
1655         registers, if there are no caller-saved registers after reload.
1656         (find_drap_reg): Always use callee-saved register if there are
1657         no caller-saved registers.
1658         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
1659         for interrupt handler.
1660         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
1661         Emit cld instruction if stringops are used in interrupt handler
1662         or interrupt handler isn't a leaf function.
1663         (ix86_expand_epilogue): Generate interrupt return for interrupt
1664         handler and pop the 'ERROR_CODE' off the stack before interrupt
1665         return in exception handler.
1666         (ix86_expand_call): Disallow calling interrupt handler directly.
1667         If there are no caller-saved registers, mark all registers that
1668         are clobbered by the call which returns as clobbered.
1669         (ix86_handle_no_caller_saved_registers_attribute): New function.
1670         (ix86_handle_interrupt_attribute): Likewise.
1671         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
1672         attributes.
1673         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
1674         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
1675         accumulation in interrupt function if stack may be realigned to
1676         avoid DRAP.
1677         (EPILOGUE_USES): New.
1678         (function_type): New enum.
1679         (machine_function): Add func_type and no_caller_saved_registers.
1680         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
1681         (interrupt_return): New pattern.
1682         * doc/extend.texi: Document x86 interrupt and
1683         no_caller_saved_registers attributes.
1685 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
1687         PR tree-optimization/52171
1688         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
1689         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
1690         Look for constant strings.  Move some code to emit_block_cmp_hints
1691         and use it.
1692         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
1693         * defaults.h (COMPARE_MAX_PIECES): New macro.
1694         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
1695         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
1696         (clear_by_pieces_1): Don't declare.  Move definition before use.
1697         (can_do_by_pieces): New static function.
1698         (can_move_by_pieces): Use it.  Return bool.
1699         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
1700         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
1701         (class pieces_addr); New.
1702         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
1703         pieces_addr::adjust, pieces_addr::increment_address,
1704         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
1705         functions for it.
1706         (class op_by_pieces_d): New.
1707         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
1708         functions for it.
1709         (class move_by_pieces_d, class compare_by_pieces_d,
1710         class store_by_pieces_d): New subclasses of op_by_pieces_d.
1711         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
1712         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
1713         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
1714         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
1715         compare_by_pieces_d::finish_mode): New member functions.
1716         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
1717         functions.
1718         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
1719         (emit_block_cmp_hints): New function.
1720         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
1721         use the newly defined classes.
1722         * expr.h (by_pieces_constfn): New typedef.
1723         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
1724         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
1725         (move_by_pieces_ninsns): Don't declare.
1726         (can_move_by_pieces): Change return value to bool.
1727         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
1728         (compare_by_pieces_branch_ratio): New hook.
1729         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
1730         (by_pieces_ninsns): Declare.
1731         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
1732         COMPARE_BY_PIECES.
1733         (default_compare_by_pieces_branch_ratio): New function.
1734         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
1735         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
1736         * doc/tm.texi: Regenerate.
1737         * tree-ssa-strlen.c: Include "builtins.h".
1738         (handle_builtin_memcmp): New static function.
1739         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
1740         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
1742 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1744         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
1745         relevant stmts which are simple and invariant.
1746         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
1747         instead of simple and invariant
1749 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1751         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
1752         (vectorizable_reduction): Check for new relevant state.
1753         (vectorizable_live_operation): vectorize live stmts using
1754         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
1755         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
1756         (vect_stmt_relevant_p): Check for stmts which are only used live.
1757         (process_use): Use of a stmt does not inherit it's live value.
1758         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
1759         (vect_analyze_stmt): Check for new relevant state.
1760         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
1761         outside the loop, but not inside it.
1763 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1765         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
1766         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
1767         (vect_get_vec_def_for_operand): Split out code.
1769 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
1771         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
1773 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1775         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
1777 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1779         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
1781 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
1783         PR middle-end/71387
1784         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
1785         to noreturn e->callee->decl that has void return type and void
1786         arguments, adjust gimple_call_fntype and remove lhs even if it had
1787         previously addressable type.
1789 2016-06-02  Jeff Law  <law@redhat.com>
1791         PR tree-optimization/71328
1792         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
1793         error when checking for a jump back onto the copied path.
1795 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
1797         * config/microblaze/microblaze.c (get_branch_target): Add return
1798         NULL_RTX for the non-CALL_P case.
1799         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
1800         (insert_wic): Remove unused local "j".
1802 2016-06-02  Martin Liska  <mliska@suse.cz>
1804         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
1806 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1807             Julia Koval  <julia.koval@intel.com>
1809         * function.c (assign_parm_setup_stack): Force source into a
1810         register if needed.
1811         * target.def (function_incoming_arg): Update documentation to
1812         allow arbitrary address computation based on hard register.
1813         * doc/tm.texi: Regenerated.
1815 2016-06-02  Martin Liska  <mliska@suse.cz>
1817         * predict.c (combine_predictions_for_bb): Fix first match in
1818         cases where a first predictor contains more than one occurence
1819         in list of predictors.  Take the best value in such case.
1821 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1823         PR rtl-optimization/71295
1824         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
1825         offset would go over the size of the inner mode reject it.
1827 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
1829         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
1830         x=x,x and v=v,m instead of x=x,m.
1832         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
1833         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
1834         alternative to v=rm,C.
1836         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
1837         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
1838         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
1839         instead of vex for the last two above mentioned alternatives.
1841 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1843         PR target/70830
1844         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
1846 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
1848         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
1850 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
1852         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
1853         from int to unsigned.
1855 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
1857         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
1858         alternatives, eliminating preferred register class.  Add support
1859         for the MTVSRDD instruction in ISA 3.0.
1860         (vsx_splat_v4si_internal): Use splat_input_operand instead of
1861         reg_or_indexed_operand.
1862         (vsx_splat_v4sf_internal): Likewise.
1864 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
1866         PR target/71186
1867         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
1868         for loading up all 0's or all 1's.
1870 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1872         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
1874 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
1876         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
1877         extension.
1878         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
1879         * gcc.c (set_source_date_epoch_envvar): New function, sets
1880         the SOURCE_DATE_EPOCH environment variable to the current time.
1882 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1884         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
1885         the factor for live Phi nodes.
1887 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
1889         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
1890         * tree-parloops.c (parallelize_loops): likewise.
1891         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
1892         tree_unswitch_outer_loop): likewise.
1894 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
1896         PR middle-end/71371
1897         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
1898         around creation of the temporary.
1900 2016-06-01  Richard Biener  <rguenther@suse.de>
1902         PR tree-optimization/71366
1903         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
1904         (unloop_loops): Move removing edges here ...
1905         (try_unroll_loop_completely): ... from here.
1906         (try_peel_loop): ... and here.
1907         (tree_unroll_loops_completely_1): Track parent loops via
1908         bitmap of header BBs.
1909         (tree_unroll_loops_completely): Adjust for that.
1911 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1913         * config/rs6000/altivec.h (vec_slv): New macro.
1914         (vec_srv): New macro.
1915         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
1916         (UNSPEC_VSRV): New value.
1917         (vslv): New insn.
1918         (vsrv): New insn.
1919         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
1920         (vsrv): New builtin definition.
1921         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
1922         define argument types for new builtin.
1923         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
1924         new builtin.
1925         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
1926         functions.
1928 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
1929             Jocelyn Mayer  <l_indien@magic.fr>
1931         PR target/67310
1932         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
1933         detect processor family for signature_CENTAUR_ebx.
1934         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
1935         signature_CENTAUR_ebx.
1936         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
1937         <default>: Pass x86-64 for has_longmode.
1939 2016-06-01  Nathan Sidwell  <nathan@acm.org>
1941         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
1942         undefined weak.
1944 2016-06-01  Richard Biener  <rguenther@suse.de>
1946         PR tree-optimization/71261
1947         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
1948         of stmts successfully put in the bool pattern.  Remove
1949         single-use restriction.
1950         (adjust_bool_pattern_cast): Add cast at the use site via the
1951         pattern def sequence.
1952         (adjust_bool_pattern): Remove recursion, maintain a hash-map
1953         of patterned defs.  Use the pattern def seqence instead of
1954         multiple independent patterns.
1955         (sort_after_uid): New qsort compare function.
1956         (adjust_bool_stmts): New function to process stmts in the bool
1957         pattern in IL order.
1958         (vect_recog_bool_pattern): Adjust.
1959         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
1960         (ifcvt_walk_pattern_tree): Likewise.
1961         (stmt_is_root_of_bool_pattern): Likewise.
1962         (ifcvt_repair_bool_pattern): Likewise.
1963         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
1965 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
1967         * loop-unroll.c (decide_unroll_constant_iterations,
1968         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
1969         likely upper bounds.
1970         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
1972 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
1974         * tree-core.h (enum omp_clause_code): Remove
1975         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
1977 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1979         * config/arm/sync.md (arm_store_exclusive<mode>):
1980         Use 'H' output modifier on operands[2] rather than creating a new
1981         entry in out-of-bounds memory of the operands array.
1982         (arm_store_release_exclusivedi): Likewise.
1984 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1986         * config/arm/arm.c (arm_fusion_enabled_p): New function.
1987         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
1988         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
1989         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
1991 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1993         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
1994         into account live statements for mask producers.
1996 2016-06-01  Richard Biener  <rguenther@suse.de>
1998         PR tree-optimization/71311
1999         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
2000         restrict to non-INTEGER_CST @0.
2002 2016-06-01  Richard Biener  <rguenther@suse.de>
2004         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
2005         (relational patterns): Use :c to avoid pattern duplications.
2007 2016-06-01  Richard Biener  <rguenther@suse.de>
2009         * genmatch.c (comparison_code_p): New predicate.
2010         (swap_tree_comparison): New function.
2011         (commutate): Add for_vec parameter to append new for entries.
2012         Support commutating relational operators by swapping it alongside
2013         operands.
2014         (lower_commutative): Adjust.
2015         (dt_simplify::gen): Do not pass artificial operators to gen
2016         functions.
2017         (decision_tree::gen): Do not add artificial operators as parameters.
2018         (parser::parse_expr): Verify operator commutativity when :c is
2019         applied.  Allow :C to override this.
2020         * match.pd: Adjust patterns to use :C instead of :c where required.
2022 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
2024         PR tree-optimization/71077
2025         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
2026         the combining step, use boolean_false_node and boolean_true_node
2027         as the designated false/true return values.
2029 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2031         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
2032         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
2033         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
2034         PRED_LOOP_EXIT.
2036 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2038         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
2039         of flags impliying the register renaming.
2040         * toplev.c (process_options): Do not imply flag_rename_registers with
2041         loop peeling.
2043 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2045         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
2046         default implementation.
2048 2016-05-31  Nathan Sidwell  <nathan@acm.org>
2050         * dwarf2out.c (cur_line_info_table): Add GTY marker.
2052 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2054         * config/sh/constraints.md (b): Remove constraint.
2055         * config/sh/predicates.md (arith_reg_operand): Remove
2056         TARGET_REGISTER_P.
2057         * config/sh/sh-modes.def (PDI): Remove.
2058         * config/sh/sh.c (sh_target_reg_class,
2059         sh_optimize_target_register_callee_saved): Remove functions.
2060         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
2061         (sh_expand_epilogue): Update comment.
2062         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
2063         sh_secondary_reload): Remove TARGET_REGS related code.
2064         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
2065         TARGET_REGISTER_P): Remove macros.
2066         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
2067         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
2068         TR1_REG, TR2_REG): Remove constants.
2069         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
2071 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2073         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
2074         define_expand patterns.
2075         (adddi3_compact): Rename to adddi3.
2076         (subdi3_compact): Rename to subdi3.
2077         (*negdi2): Rename to negdi2.
2078         (*abs<mode>2): Rename to abs<mode>2.
2080 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
2082         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
2083         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
2084         (atomic_sub_fetchsi): ... this new pattern.
2085         (mvtc): Add CC_REG clobber.
2087 2016-05-31  Marek Polacek  <polacek@redhat.com>
2089         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
2091 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2093         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
2094         aarch64_fusion_enabled_p to check for fusion capabilities.
2096 2016-05-31  Richard Biener  <rguenther@suse.de>
2098         PR tree-optimization/71352
2099         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
2100         minus one and a negate.
2102 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2104         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
2105         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
2106         Delete prototype.
2107         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
2108         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
2109         Remove use of aarch64_simd_attr_length_move, set length attribute
2110         directly.
2111         (*aarch64_be_movoi): Likewise.
2112         (*aarch64_be_movci): Likewise.
2113         (*aarch64_be_movxi): Likewise.
2115 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
2117         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
2118         It no longer does that.
2119         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
2121 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
2123         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
2124         attribute __unused__.
2126 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2128         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
2129         * config/arm/arm.c (arm_arch_thumb1): Define.
2130         (arm_option_override): Initialize arm_arch_thumb1.
2131         * config/arm/arm.h (arm_arch_thumb1): Declare.
2132         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
2133         support Thumb-1 ISA.
2135 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
2137         PR target/71346
2138         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
2139         `Yv' for scalar operand.
2141 2016-05-31  Tom de Vries  <tom@codesourcery.com>
2143         PR tree-optimization/69068
2144         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
2145         phis with more than two args.
2147 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
2149         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
2150         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
2151         target.
2153 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
2155         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
2156         tune_64.
2157         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
2158         support on SPARC.
2159         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
2160         cpu_32, cpu_64, tune_32 and tune_64.
2161         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
2163 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
2165         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
2167 2016-05-30  Andi Kleen  <ak@linux.intel.com>
2169         * auto-profile.c (read_profile): Replace asserts with errors
2170         when file does not exist.
2171         * gcov-io.c (gcov_read_words): Dito.
2173 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2175         * tree-cfg.c (print_loop): Print likely upper bounds.
2177 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2179         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
2180         * opts.c (default_options): Enable peel loops at -O3.
2181         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
2182         (try_peel_loop): Do not re-peel already peeled loops;
2183         use likely upper bounds; fix profile updating.
2184         (pass_complete_unroll::execute): Initialize peeled_loops.
2186 2016-05-30  Martin Liska  <mliska@suse.cz>
2188         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
2189         computed costs by frequency of BB they belong to.
2190         (get_scaled_computation_cost_at): New function.
2192 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
2193             Marc Glisse  <marc.glisse@inria.fr>
2195         PR tree-optimization/71289
2196         * match.pd (-1 / B < A, A > -1 / B): New transformations.
2198 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2200         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
2202 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2204         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
2205         for peeled copies; avoid underflow when updating estimates; correctly
2206         scale loop profile.
2208 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2210         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
2211         r236875. Corrected oe3 to oe2 as obvious.
2213 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2215         PR middle-end/71269
2216         PR middle-end/71252
2217         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
2218         that inserted stmt will not dominate stmts that defines its operand.
2219         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
2220         (rewrite_expr_tree_parallel): Likewise.
2222 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
2224         PR middle-end/71252
2225         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
2226         all fields including stmt_to_insert are swapped.
2228 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2230         * predict.h (force_edge_cold): Declare.
2231         * predict.c (force_edge_cold): New function.
2232         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
2233         updating.
2234         (canonicalize_loop_induction_variables): Fix formating.
2236 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
2238         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
2239         (visium_expand_copysign): Use gen_int_mode directly.
2240         (visium_compute_frame_size): Minor tweaks.
2242 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
2244         * tree-vect-loop.c (vect_analyze_loop_2): Use
2245         likely_max_stmt_executions_int.
2247 2016-05-30  Tom de Vries  <tom@codesourcery.com>
2249         PR tree-optimization/69067
2250         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
2252 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
2254         PR target/71245
2255         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
2256         New peepholes to remove unneeded fild/fistp pairs.
2257         (define_peephole2 atomic_loaddi_fpu): Ditto.
2259 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2261         * predict.c (maybe_hot_frequency_p): Avoid division.
2263 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
2265         * doc/install.texi: Use https for shop.fsf.org.
2267 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2269         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
2270         likely_max_stmt_executions_int.
2272 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2274         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
2275         likely_max_stmt_executions_int.
2277 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2279         * profile.c (compute_branch_probabilities): Do not report hitrates
2280         here.
2281         (branch_prob): Report hitrates here.
2282         * predict.c (gimple_predict_edge): Do not assert profile status;
2283         fix formatting issues.
2285 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2287         * predict.c (edge_predicted_by_p): New function.
2288         (predict_paths_for_bb): Do not put multiple predictions of the same type
2289         on one edge.
2291 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2293         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
2294         commit.
2296 2016-05-28  Alan Modra  <amodra@gmail.com>
2298         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
2300 2016-05-28  Alan Modra  <amodra@gmail.com>
2302         PR rtl-optimization/71275
2303         * ira.c (ira): Free dominance info.
2305 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
2307         * doc/sourcebuild.texi: New address for upstream Go repository.
2309 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2311         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
2312         (TARGET_ARM_V7M): Likewise.
2314 2016-05-26  Jeff Law  <law@redhat.com>
2316         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
2317         (thread_across_edge): Remove calls to find_jump_threads_backwards.
2318         * passes.def: Add jump threading passes before DOM/VRP.
2319         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
2320         argument to a basic block from an edge.  Remove tests which are
2321         handled elsewhere.
2322         (pass_data_thread_jumps, class pass_thread_jumps): New.
2323         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
2324         (make_pass_thread_jumps): Likewise.
2325         * tree-pass.h (make_pass_thread_jumps): Declare.
2327 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2329         * config/visium/visium-protos.h (split_double_move): Rename into...
2330         (visium_split_double_move): ...this.
2331         (visium_split_double_add): Declare.
2332         * config/visium/visium.c (split_double_move): Rename into...
2333         (visium_split_double_move): ...this.
2334         (visium_split_double_add): New function.
2335         (visium_expand_copysign): Renumber operands for consistency.
2336         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
2337         (DFmode move splitter): Likewise.
2338         (*addi3_insn): Split by means of visium_split_double_add.
2339         (*adddi3_insn_flags): Delete.
2340         (*plus_plus_sltu<subst_arith>): New insn.
2341         (*subdi3_insn): Split by means of visium_split_double_add.
2342         (subdi3_insn_flags): Delete.
2343         (*minus_minus_sltu<subst_arith>): New insn.
2344         (*negdi2_insn): Split by means of visium_split_double_add.
2345         (*negdi2_insn_flags): Delete.
2347 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
2349         * configure.ac: Treat a --with-headers option without argument
2350         the same as the default (i.e. consult sys-include directory).
2351         * configure: Regenerate.
2353 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2355         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
2356         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
2357         prototype.
2358         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
2359         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
2361 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2363         PR target/63596
2364         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
2365         tree-stdarg analysis results.
2366         (aarch64_setup_incoming_varargs): Likewise.
2368 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2370         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
2371         va_list_gpr_counter_field and va_list_fpr_counter_field.
2373 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
2375         PR67609
2376         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
2377         * config/aarch64/aarch64.c
2378         (aarch64_cannot_change_mode_class): Remove function.
2379         * config/aarch64/aarch64-protos.h
2380         (aarch64_cannot_change_mode_class): Remove.
2382 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2384         * cfgloop.c (record_niter_bound): Record likely upper bounds.
2385         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
2386         get_likely_max_loop_iterations_int): New.
2387         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
2388         any_likely_upper_bound.
2389         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
2390         Declare.
2391         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
2392         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
2393         upper bound.
2394         (unroll_loop_constant_iterations): Likewise.
2395         (unroll_loop_runtime_iterations): Likewise.
2396         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
2397         * lto-streamer-out.c (output_cfg): Likewise.
2398         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
2399         bounds.
2400         (canonicalize_loop_induction_variables): Dump likely upper bounds.
2401         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
2402         (likely_max_loop_iterations): New.
2403         (likely_max_loop_iterations_int): New.
2404         (likely_max_stmt_executions): New.
2405         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
2406         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
2407         likely_max_stmt_executions): Declare.
2409 2016-05-27  Marek Polacek  <polacek@redhat.com>
2411         PR middle-end/71308
2412         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
2414 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2416         * config/s390/s390.md (2x risbg splitters): Use
2417         reg_overlap_mentioned_p instead of rtx_equal_p.
2419 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2421         * combine.c (make_compound_operation): Take known zero bits into
2422         account when checking for possible zero_extend.
2424 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2426         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
2427         Use const_int_operand for operand 2 predicate.  Simplify expand code
2428         as a result.
2430 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
2432         PR middle-end/71279
2433         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
2434         into comparison.
2436 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2438         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
2439         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
2440         that returns CC_SESWPmode and CC_ZESWPmode.
2441         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
2442         and CC_SESWPmode.
2443         (aarch64_rtx_costs): Likewise.
2445 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
2447         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
2448         for ISA 3.0 min/max support.
2449         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
2450         conditional move support.
2451         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
2452         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
2453         available.
2454         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
2455         conditional moves where the comparison type is different from move
2456         type.
2457         (fp_minmax): New code iterator for smin/smax.
2458         (minmax): New code attributes for min/max.
2459         (SMINMAX): Likewise.
2460         (smax<mode>3): Combine min, max insns into one insn using the
2461         fp_minmax code iterator.  Add support for ISA 3.0 min/max
2462         instructions that don't need -ffast-math.
2463         (s<minmax><mode>3): Likewise.
2464         (smax<mode>3_vsx): Likewise.
2465         (smin<mode>3): Likewise.
2466         (s<minmax><mode>3_vsx): Likewise.
2467         (smin<mode>3_vsx): Likewise.
2468         (pre-VSX min/max splitters): Likewise.
2469         (s<minmax><mode>3_fpr): Likewise.
2470         (movsfcc): Rewrite floating point conditional moves to combine
2471         SFmode/DFmode into a single insn.
2472         (mov<mode>cc): Likewise.
2473         (movdfcc): Likewise.
2474         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
2475         SFDF2 iterators to handle all combinations.
2476         (fseldfsf4): Likewise.
2477         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
2478         (fseldfdf4): Likewise.
2479         (fselsfdf4): Likewise.
2480         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
2481         comparison instructions that set a 0/-1 mask, and use it for
2482         floating point conditional move via XXSEL.
2483         (fpmask<mode>): Likewise.
2484         (xxsel<mode>): Likewise.
2485         * config/rs6000/predicates.md (min_max_operator): Delete, no
2486         longer used.
2487         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
2488         instructions that generate a 0/-1 mask for use with XXSEL.
2489         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
2490         say whether floating point min/max is available, either through
2491         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
2492         (TARGET_MINMAX_DF): Likewise.
2494 2016-05-27  Alan Modra  <amodra@gmail.com>
2496         PR rtl-optimization/71275
2497         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
2498         for update_equiv_regs and combine_and_move_insns.
2500 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
2502         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
2503         if_then_else or cond RTXes to calculate attribute value.
2504         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
2505         <attr "length_immediate>: Ditto.
2506         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
2507         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
2508         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
2509         <attr "type">: Ditto.
2510         <attr "prefix_data16">: Ditto.
2511         <attr "prefix_extra">: Ditto.
2512         <attr "length_immediate">: Ditto.
2513         <attr "prefix">: Ditto.
2514         (vec_set<mode>_0) <attr "isa">: Ditto.
2515         <attr "prefix_extra">: Ditto.
2516         <attr "length_immediate">: Ditto.
2517         <attr "prefix">: Ditto.
2518         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
2519         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
2520         (sse2_storelpd) <attr "prefix_data16">: Ditto.
2521         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
2522         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
2523         <attr "length_immediate">: Ditto.
2524         <attr "prefix">: Ditto.
2525         (sse2_movsd) <attr "length_immediate">: Ditto.
2526         <attr "prefix">: Ditto.
2527         (vec_concatv2df)  <attr "isa">: Ditto.
2528         <attr "prefix">: Ditto.
2529         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
2530         (*vec_extractv2di_1) <attr "isa">: Ditto.
2531         <attr "type">: Ditto.
2532         <attr "length_immediate">: Ditto.
2533         <attr "prefix_rex">: Ditto.
2534         <attr "prefix_extra">: Ditto.
2535         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
2536         <attr "prefix_extra">: Ditto.
2537         <attr "length_immediate">: Ditto.
2538         (vec_concatv2di) <attr "isa">: Ditto.
2539         <attr "prefix_extra">: Ditto.
2540         <attr "length_immediate">: Ditto.
2541         <attr "prefix">: Ditto.
2543 2016-05-26  Martin Liska  <mliska@suse.cz>
2545         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
2546         function.
2547         (operator+): Likewise.
2548         (operator-): Likewise.
2549         (comp_cost::operator+=): Likewise.
2550         (comp_cost::operator-=): Likewise.
2551         (comp_cost::operator/=): Likewise.
2552         (comp_cost::operator*=): Likewise.
2553         (operator<): Likewise.
2554         (operator==): Likewise.
2555         (operator<=): Likewise.
2556         (new_cost): Remove.
2557         (infinite_cost_p): Likewise.
2558         (add_costs): Likewise.
2559         (sub_costs): Likewise.
2560         (compare_costs): Likewise.
2561         (set_group_iv_cost): Use the newly introduced functions.
2562         (get_address_cost): Likewise.
2563         (get_shiftadd_cost): Likewise.
2564         (force_expr_to_var_cost): Likewise.
2565         (split_address_cost): Likewise.
2566         (ptr_difference_cost): Likewise.
2567         (difference_cost): Likewise.
2568         (get_computation_cost_at): Likewise.
2569         (determine_group_iv_cost_generic): Likewise.
2570         (determine_group_iv_cost_address): Likewise.
2571         (determine_group_iv_cost_cond): Likewise.
2572         (autoinc_possible_for_pair): Likewise.
2573         (determine_group_iv_costs): Likewise.
2574         (cheaper_cost_pair): Likewise.
2575         (iv_ca_recount_cost): Likewise.
2576         (iv_ca_set_no_cp): Likewise.
2577         (iv_ca_set_cp): Likewise.
2578         (iv_ca_cost): Likewise.
2579         (iv_ca_new): Likewise.
2580         (iv_ca_dump): Likewise.
2581         (iv_ca_narrow): Likewise.
2582         (iv_ca_prune): Likewise.
2583         (iv_ca_replace): Likewise.
2584         (try_add_cand_for): Likewise.
2585         (try_improve_iv_set): Likewise.
2586         (find_optimal_iv_set): Likewise.
2588 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
2590         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
2591         that internal functions will clobber all caller-saved registers.
2593 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2595         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
2596         Return a better case_values_threshold when optimizing.
2598 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2600         * config/aarch64/aarch64-simd.md (aarch64_combinez):
2601         Add ? to integer variant.
2602         (aarch64_combinez_be): Likewise.
2604 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
2606         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
2607         instead of x constraint.
2608         (vcvtps2ph256<mask_name>): Likewise.
2610         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
2611         alternative.  Formatting fix.
2613         * config/i386/sse.md
2614         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
2615         to ...
2616         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
2617         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
2618         maybe_evex prefix instead of vex.
2619         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
2620         EXT_REX_SSE_REG_P (op0) case in the splitter.
2622 2016-05-25  Jeff Law  <law@redhat.com>
2624         PR tree-optimization/71272
2625         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
2626         Update comments.  Add test for empty path.
2628 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
2630         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
2631         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
2632         special case builtin.
2633         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2634         code for ALTIVEC_BUILTIN_VEC_CMPNE.
2635         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2636         for __builtin_vec_cmpne.
2638 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2640         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
2641         redundant test and bail out if the type of the new operand is not
2642         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
2644 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2646         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
2647         (x_ix86_target_flags_explicit): Remove.
2648         * config/i386/i386.c (ix86_function_specific_save): Do not copy
2649         x_ix86_target_flags_explicit.
2650         (ix86_function_specific_restore): Ditto.
2652 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2653             H.J. Lu  <hongjiu.lu@intel.com>
2655         PR target/70738
2656         * common/config/i386/i386-common.c
2657         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
2658         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
2659         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
2660         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
2661         (-mgeneral-regs-only): Add new option.
2662         * config/i386/i386.c (ix86_option_override_internal): Don't enable
2663         x87 instructions if only general registers are allowed.
2664         (ix86_target_string): Add ix86_flags argument. Handle additional
2665         flags options through ix86_flags argument.  Update all callers.
2666         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
2668 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2670         PR rtl-optimization/66940
2671         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
2672         decrementing desired_val will not overflow before performing these
2673         operations.
2675 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
2677         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
2678         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
2679         * config/i386/i386.c (enum ix86_builtins): Add
2680         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
2681         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
2682         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
2683         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
2684         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
2685         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
2686         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
2687         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
2688         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
2689         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
2690         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
2691         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
2692         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
2693         __builtin_ia32_cvtps2dq512_mask.
2694         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
2695         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
2696         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
2697         * config/i386/sse.md
2698         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
2699         Rename to ...
2700         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
2701         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
2702         to ...
2703         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
2704         (avx512f_vec_pack_sfix_v8df): New define_expand.
2705         (avx512f_roundpd512): Rename to ...
2706         (avx512f_round<castmode>512): ... this.  Change iterator.
2707         (avx512f_roundps512_sfix): New define_expand.
2708         (round<mode>2_sfix): Change iterator.
2710 2016-05-25  Nick Clifton  <nickc@redhat.com>
2712         * config/msp430/msp430.c (msp430_attr): Produce an error if a
2713         static interrupt handler is detected.
2714         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
2715         default linker script.
2716         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
2717         the low part of a symbolic pointer.
2719 2016-05-25  Richard Biener  <rguenther@suse.de>
2721         PR tree-optimization/71261
2722         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
2723         interesting stmt instead of immediate uses when looking
2724         for the use operand to replace.
2726 2016-05-25  Martin Liska  <mliska@suse.cz>
2728         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
2730 2016-05-25  Richard Biener  <rguenther@suse.de>
2732         PR tree-optimization/71264
2733         * tree-vect-stmts.c (vect_init_vector): Properly deal with
2734         vector type val.
2736 2016-05-25  Martin Liska  <mliska@suse.cz>
2738         PR tree-optimization/71239
2739         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
2740         if DECL_SIZE is NULL.
2742 2016-05-25  Richard Biener  <rguenther@suse.de>
2744         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
2745         * tree-if-conv.c (pass_data_if_conversion): Use it.
2747 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2749         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
2750         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
2751         * varpool.c (varpool_node::get_availability): Likewise.
2753 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2755         * config/rs6000/altivec.md (VNEG iterator): New iterator for
2756         VNEGW/VNEGD instructions.
2757         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
2758         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
2759         support for ISA 3.0 VNEGW/VNEGD instructions.
2761 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
2763         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
2764         pointers inside OACC_DATA regions.
2765         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
2766         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
2767         (gimplify_adjust_omp_clauses): Fix typo in comment.
2769 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2771         * config/rs6000/altivec.md (VParity): New mode iterator for vector
2772         parity built-in functions.
2773         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
2774         zeros.
2775         (p9v_parity<mode>2): Likewise.
2776         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
2777         parity.
2778         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
2779         (parity<mode>2): ISA 3.0 expander for vector parity.
2780         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
2781         power9 built-ins.
2782         (BU_P9_64BIT_MISC_0): Likewise.
2783         (BU_P9_MISC_0): Likewise.
2784         (BU_P9V_AV_1): Likewise.
2785         (BU_P9V_AV_2): Likewise.
2786         (BU_P9V_AV_3): Likewise.
2787         (BU_P9V_AV_P): Likewise.
2788         (BU_P9V_VSX_1): Likewise.
2789         (BU_P9V_OVERLOAD_1): Likewise.
2790         (BU_P9V_OVERLOAD_2): Likewise.
2791         (BU_P9V_OVERLOAD_3): Likewise.
2792         (VCTZB): Add vector count trailing zeros support.
2793         (VCTZH): Likewise.
2794         (VCTZW): Likewise.
2795         (VCTZD): Likewise.
2796         (VPRTYBD): Add vector parity support.
2797         (VPRTYBQ): Likewise.
2798         (VPRTYBW): Likewise.
2799         (VCTZ): Add overloaded vector count trailing zeros support.
2800         (VPRTYB): Add overloaded vector parity support.
2801         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2802         overloaded vector count trailing zeros and parity instructions.
2803         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
2804         vector parity support.
2805         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
2806         trailing zeros support.
2807         (vec_cntlz): Likewise.
2808         (vec_vctzb): Likewise.
2809         (vec_vctzd): Likewise.
2810         (vec_vctzh): Likewise.
2811         (vec_vctzw): Likewise.
2812         (vec_vprtyb): Add ISA 3.0 vector parity support.
2813         (vec_vprtybd): Likewise.
2814         (vec_vprtybw): Likewise.
2815         (vec_vprtybq): Likewise.
2816         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
2817         the ISA 3.0 vector count trailing zeros and vector parity built-in
2818         functions.
2820 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
2822         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
2823         when there is stmt_to_insert.
2825 2016-05-24  Martin Sebor  <msebor@redhat.com>
2827         PR c++/71147
2828         * tree.h (complete_or_array_type_p): New inline function.
2830 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
2832         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
2833         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
2834         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
2836         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
2837         Limit 1st alternative to noavx isa, split 2nd alternative into one
2838         noavx and one avx alternative, use *x and Bm in the former and
2839         x and m in the latter.
2841         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
2842         of sse4 for the first alternative, drop %v from the template
2843         and d operand modifier.  Split second alternative into one sse4_noavx
2844         and one avx alternative, use *x instead of *v in the former and v
2845         instead of *v in the latter.
2846         (*sse4_1_extractps): Use noavx isa instead of * for the first
2847         alternative, drop %v from the template.  Split second alternative into
2848         one noavx and one avx alternative, use *x instead of *v in the
2849         former and v instead of *v in the latter.
2850         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
2851         with noavx and the last one with avx.
2852         (sse4_1_phminposuw): Guard first alternative with noavx isa,
2853         split the second one into one noavx and one avx alternative,
2854         use *x and Bm in the former and x and m in the latter one.
2855         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
2856         alternatives.
2858         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
2859         first two alternatives to noavx, use *x instead of *v in the second
2860         one, add avx alternative without *.
2861         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
2862         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
2863         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
2865 2016-05-24  Jeff Law  <law@redhat.com>
2867         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
2868         New function, extracted from...
2869         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
2870         Allow simple copies and constant initializations in the SSA chain.
2872 2016-05-24  Marek Polacek  <polacek@redhat.com>
2874         PR c/71249
2875         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
2876         scope.
2878 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
2880         PR c++/71257
2881         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
2882         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
2883         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
2884         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
2885         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
2887 2016-05-24  Richard Biener  <rguenther@suse.de>
2889         PR tree-optimization/71240
2890         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
2891         has integral type.
2893 2016-05-24  Richard Biener  <rguenther@suse.de>
2895         PR tree-optimization/71230
2896         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
2898 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
2900         * tree-vectorizer.h (vectorizable_comparison): Delete.
2901         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
2902         PURE_SLP_STMT check.
2903         * tree-vect-stmts.c (vectorizable_call): Likewise.
2904         (vectorizable_simd_clone_call): Likewise.
2905         (vectorizable_conversion): Likewise.
2906         (vectorizable_assignment): Likewise.
2907         (vectorizable_shift): Likewise.
2908         (vectorizable_operation): Likewise.
2909         (vectorizable_load): Likewise.
2910         (vectorizable_condition): Likewise.
2911         (vectorizable_store): Likewise.  Assert that we don't have
2912         hybrid SLP.
2913         (vectorizable_comparison): Make static.  Remove redundant
2914         PURE_SLP_STMT check.
2915         (vect_transform_stmt): Assert that we always have an slp_node
2916         if PURE_SLP_STMT.
2918 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2920         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
2921         operands[2] against 1 with comparison against CONST1_RTX.
2922         (<shift>di3_neon): Likewise.
2923         * config/arm/predicates.md (const0_operand): Replace with comparison
2924         against CONST0_RTX.
2926 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2928         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
2929         operands[2] against 1 with comparison against CONST1_RTX.
2930         (ashrdi3): Likewise.
2931         (lshrdi3): Likewise.
2932         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
2933         UINTVAL.
2934         (ashrsi3): Likewise.
2935         (lshrsi3): Likewise.
2936         (rotrsi3): Likewise.
2937         (define_split above *compareqi_eq0): Likewise.
2938         (define_split above "prologue"): Likewise.
2939         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
2940         * config/arm/predicates.md (shift_operator): Likewise.
2941         (shift_nomul_operator): Likewise.
2942         (sat_shift_operator): Likewise.
2943         (thumb1_cmp_operand): Likewise.
2944         (const_neon_scalar_shift_amount_operand): Replace manual range
2945         check with IN_RANGE.
2946         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
2947         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
2949 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2951         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
2952         with HOST_WIDE_INT_1.
2953         (insv): Likewise.
2954         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
2955         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
2956         (arm_canonicalize_comparison): Likewise.
2957         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
2958         HOST_WIDE_INT_1.
2959         (thumb1_size_rtx_costs): Likewise.
2960         (vfp_const_double_index): Replace cast of 1 to unsigned
2961         HOST_WIDE_INT with HOST_WIDE_INT_1U.
2962         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
2963         HOST_WIDE_INT_1.
2964         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
2965         HOST_WIDE_INT with HOST_WIDE_INT_1U.
2966         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
2967         HOST_WIDE_INT with HOST_WIDE_INT_1.
2969 2016-05-24  Marek Polacek  <polacek@redhat.com>
2971         * tree-cfg.h (should_remove_lhs_p): New predicate.
2972         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
2973         * gimplify.c (gimplify_modify_expr): Likewise.
2974         * tree-cfg.c (verify_gimple_call): Likewise.
2975         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
2976         * gimple-fold.c: Include "tree-cfg.h".
2977         (gimple_fold_call): Use should_remove_lhs_p.
2979 2016-05-24  Richard Biener  <rguenther@suse.de>
2981         PR tree-optimization/71253
2982         * cfganal.h (control_dependences): Make robust against edge
2983         and BB removal.
2984         (control_dependences::control_dependences): Remove edge_list argument.
2985         (control_dependences::get_edge): Remove.
2986         (control_dependences::get_edge_src): Add.
2987         (control_dependences::get_edge_dest): Likewise.
2988         (control_dependences::m_el): Make a vector of edge src/dest index.
2989         * cfganal.c (control_dependences::find_control_dependence): Adjust.
2990         (control_dependences::control_dependences): Likewise.
2991         (control_dependences::~control_dependence): Likewise.
2992         (control_dependences::get_edge): Remove.
2993         (control_dependences::get_edge_src): Add.
2994         (control_dependences::get_edge_dest): Likewise.
2995         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
2996         get_edge_src.
2997         (perform_tree_ssa_dce): Adjust.
2998         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
2999         get_edge_src.
3000         (pass_loop_distribution::execute): Adjust.  Do loop destroying
3001         conditional on changed.
3003 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3005         PR target/69857
3006         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
3007         return.  Reindent transformation comment and mention the ARM state
3008         behavior.
3010 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3012         PR middle-end/71252
3013         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
3014         after build_and_add_sum creates new use stmt.
3016 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
3018         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
3019         load_lanes/grouped_load classification comes first.  Don't check
3020         whether the vectorization factor is a multiple of the group size
3021         for load_lanes.
3023 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
3025         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
3026         GROUP_GAP for single-element interleaving.
3027         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
3028         variable.
3030 2016-05-24  Richard Biener  <rguenther@suse.de>
3032         PR middle-end/70434
3033         PR c/69504
3034         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
3035         bases which are accessed with non-invariant indices.
3036         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
3037         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
3039 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
3041         PR middle-end/71170
3042         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
3043         (add_to_ops_vec): Add stmt_to_insert.
3044         (add_repeat_to_ops_vec): Init stmt_to_insert.
3045         (insert_stmt_before_use): New.
3046         (transform_add_to_multiply): Remove mult_stmt insertion and add it
3047         to ops vector.
3048         (get_ops): Init stmt_to_insert.
3049         (maybe_optimize_range_tests): Likewise.
3050         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
3051         (rewrite_expr_tree_parallel): Likewise.
3052         (reassociate_bb): Likewise.
3054 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3056         PR target/71201
3057         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
3058         ISA 3.0 xxperm fusion alternative.
3059         (altivec_vperm_v8hiv16qi): Likewise.
3060         (altivec_vperm_<mode>_uns_internal): Likewise.
3061         (vperm_v8hiv4si): Likewise.
3062         (vperm_v16qiv8hi): Likewise.
3064 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3065             Kelvin Nilsen  <kelvin@gcc.gnu.org>
3067         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
3068         vpermr/xxpermr on ISA 3.0.
3069         (altivec_expand_vec_perm_le): Likewise.
3070         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
3071         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
3072         ISA 3.0.
3074 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
3076         * config/i386/i386.h (IS_STACK_MODE): Enable for
3077         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
3078         SSE_FLOAT_MODE_P macros.
3079         * config/i386/i386.c (ix86_preferred_reload_class): Use
3080         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
3081         Cleanup regclass processing for CONST_DOUBLE_P.
3082         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
3083         (ix86_rtx_costs): Remove redundant TARGET_80387 check
3084         with IS_STACK_MODE macro.
3085         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
3086         with TARGET_SSE2.
3087         (*movdf_internal): Use IS_STACK_MODE macro.
3088         (*movsf_internal): Ditto.
3090 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
3092         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
3093         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
3095 2016-05-23  Jeff Law  <law@redhat.com>
3097         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
3098         extracted from ...
3099         (fsm_find_control_statement_thread_paths): Call it.
3101 2016-05-23  Martin Jambor  <mjambor@suse.cz>
3103         PR ipa/71234
3104         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
3105         from_global_constant if t is not NULL.
3107 2016-05-23  Marek Polacek  <polacek@redhat.com>
3109         PR c/49859
3110         * common.opt (Wswitch-unreachable): New option.
3111         * doc/invoke.texi: Document -Wswitch-unreachable.
3112         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
3113         warning.
3115 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
3117         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
3118         TMR_INDEX is non-NULL.
3120 2016-05-23  Richard Biener  <rguenther@suse.de>
3122         PR tree-optimization/71230
3123         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
3124         (try_special_add_to_ops): ... here.  Always test for single-use.
3126 2016-05-23  Martin Jambor  <mjambor@suse.cz>
3128         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
3129         default block if a PHI node in the original one would be resized.
3131 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3133         PR tree-optimization/58135
3134         * tree-vect-slp.c: When group size is not multiple
3135         of vector size, allow splitting of store group at
3136         vector boundary.
3138 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
3140         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
3142 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
3144         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
3145         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
3146         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
3147         of 64x2.
3149         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
3150         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
3151         v constraint instead of x and vinserti32x4 insn.
3153         * config/i386/sse.md (i128vldq): New mode iterator.
3154         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
3155         avx512dq and avx512vl alternatives.
3157         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
3158         constraint, use maybe_evex prefix instead of vex.
3159         (vec_dupv4sf): Use v constraint instead of x for output
3160         operand except for noavx alternative, use Yv constraint
3161         instead of x for input.  Use maybe_evex prefix instead of vex.
3162         (*vec_dupv4si): Likewise.
3163         (*vec_dupv2di): Likewise.
3165 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
3167         PR middle-end/40921
3168         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
3169         (linearize_expr_tree): Call try_special_add_to_ops.
3170         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
3172 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3174         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
3175         to computed stack_usage.
3177 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3179         PR target/71103
3180         * config/avr/avr.md (define_expand "mov<mode>"): If the source
3181         operand is subreg (symbol_ref) then move the symbol ref to register.
3183 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
3185         * tree.c (array_at_struct_end_p): Look through MEM_REF.
3187 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
3189         PR middle-end/71179
3190         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
3191         VECTOR type.
3193 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
3195         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
3196         ranges by calling get_single_symbol and tidy up.  Look more closely
3197         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
3199 2016-05-20  Jeff Law  <law@redhat.com>
3201         * bitmap.c (bitmap_find_bit): Remove useless test.
3203 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
3205         * function.c (thread_prologue_and_epilogue_insns): Commit the
3206         insertion of the epilogue.
3208 2016-05-20  Martin Jambor  <mjambor@suse.cz>
3210         PR tree-optimization/70884
3211         * tree-sra.c (initialize_constant_pool_replacements): Do not check
3212         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
3213         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
3214         of constant pool data as a reason for scalarization.
3216 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
3218         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
3219         for naked functions.
3220         (thumb1_expand_prologue): Likewise.
3222 2016-05-20  Nathan Sidwell  <nathan@acm.org>
3224         * config/nvptx/nptx.c (nvptx_option_override): Only set
3225         flag_toplevel_reorder, if not explicitly specified.  Set
3226         flag_no_common, unless explicitly specified.
3228 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3230         * calls.c (can_implement_as_sibling_call_p): Mark param
3231         reg_parm_stack_space with ATTRIBUTE_UNUSED.
3233 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
3235         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
3236         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
3237         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
3238         constants.
3239         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
3240         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
3241         and CASE_CONST_ANY.
3243 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
3245         * config/nvptx/nvptx.md (sincossf3): New pattern.
3247 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3249         * calls.c (maybe_complain_about_tail_call): New function.
3250         (initialize_argument_information): Call
3251         maybe_complain_about_tail_call when clearing *may_tailcall.
3252         (can_implement_as_sibling_call_p): Call
3253         maybe_complain_about_tail_call when returning false.
3254         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
3255         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
3256         if tail-call optimization fails.
3257         * cfgexpand.c (expand_call_stmt): Initialize
3258         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
3259         * gimple-pretty-print.c (dump_gimple_call): Dump
3260         gimple_call_must_tail_p.
3261         * gimple.c (gimple_build_call_from_tree): Call
3262         gimple_call_set_must_tail with the value of
3263         CALL_EXPR_MUST_TAIL_CALL.
3264         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
3265         (gimple_call_set_must_tail): New function.
3266         (gimple_call_must_tail_p): New function.
3267         * print-tree.c (print_node): Update printing of TREE_STATIC
3268         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
3269         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
3270         trailing comment listing applicable flags.
3271         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
3273 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
3275         * calls.c (expand_call): Move "Rest of purposes for tail call
3276         optimizations to fail" to...
3277         (can_implement_as_sibling_call_p): ...this new function, and
3278         split into multiple "if" statements.
3280 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3282         * cfgloop.h (expected_loop_iterations_unbounded,
3283         expected_loop_iterations): Unconstify.
3284         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
3285         profile with known upper bound; return 3 when profile is absent.
3286         (expected_loop_iterations): Update.
3288 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3290         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
3291         and get_max_loop_iterations_int.
3293 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3295         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
3296         realistic upper bounds here.
3298 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
3300         PR c++/71210
3301         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
3302         calls if the LHS is variable length or has addressable type.
3303         If targets[0]->decl is a noreturn call with void return type and
3304         zero arguments, adjust fntype and remove lhs in that case.
3306 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
3308         PR tree-optimization/71079
3309         PR tree-optimization/71206
3310         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
3312 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3314         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
3315         (get_vec_alignment_for_array_decl): Likewise.
3316         (get_vec_alignment_for_record_decl): Likewise.
3317         (increase_alignment::execute): Move code to find alignment to
3318         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
3319         (type_align_map): New hash_map.
3321 2016-05-20  Richard Guenther  <rguenther@suse.de>
3323         PR tree-optimization/29756
3324         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
3325         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
3326         * fold-const.c (operand_equal_p): Likewise.
3327         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
3328         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
3329         * tree-inline.c (estimate_operator_cost): Likewise.
3330         * tree-pretty-print.c (dump_generic_node): Likewise.
3331         * tree-ssa-operands.c (get_expr_operands): Likewise.
3332         * cfgexpand.c (expand_debug_expr): Likewise.
3333         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
3334         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
3335         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
3336         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
3337         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
3338         (execute_update_addresses_taken): Do it.
3340 2016-05-20  Richard Biener  <rguenther@suse.de>
3342         PR tree-optimization/71185
3343         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
3344         register operations.
3346 2016-05-20  Richard Biener  <rguenther@suse.de>
3348         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
3349         gimple_seq_add_seq_without_update.
3350         (release_bb_predicate): Assert we have no operands to free.
3351         (if_convertible_loop_p_1): Calculate post dominators later.
3352         Do not free BB predicates here.
3353         (combine_blocks): Do not recompute BB predicates.
3354         (version_loop_for_if_conversion): Save BB predicates around
3355         loop versioning.
3357 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3359         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
3360         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
3361         code.  Ignore sibcalls on EDGE_IGNORE edges.
3362         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
3363         on edges for sibcalls that run without prologue.  The rest of the
3364         function is combined from...
3365         (fix_fake_fallthrough_edge): ... this, and ...
3366         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
3367         function argument, make it a local variable.
3369 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
3371         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
3372         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
3373         for 32-bit mode and SEH for 64-bit.
3374         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
3375         TARGET_64BIT_DEFAULT.
3377 2016-05-19  Ryan Burn  <contact@rnburn.com>
3379         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
3380         * gengtype.c (open_base_files): Add cilk.h to ifiles.
3382 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
3384         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
3385         force pending loads from memory.
3387 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3389         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
3390         (UNSPEC_DARN_32): New unspec constant.
3391         (UNSPEC_DARN_RAW): New unspec constant.
3392         (darn_32): New instruction.
3393         (darn_raw): New instruction.
3394         (darn): New instruction.
3395         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
3396         support and documentation for this macro.
3397         (BU_P9_MISC_1): New macro definition.
3398         (BU_P9_64BIT_MISC_0): New macro definition.
3399         (BU_P9_MISC_0): New macro definition.
3400         (darn_32): New builtin definition.
3401         (darn_raw): New builtin definition.
3402         (darn): New builtin definition.
3403         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
3404         RS6000_BUILTIN_0 directives to surround each occurrence of
3405         #include "rs6000-builtin.def".
3406         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
3407         RS6000_BTM_64BIT flags to the returned mask, depending on
3408         configuration.
3409         (def_builtin): Correct an error in the assignments made to the
3410         debugging variable attr_string.
3411         (rs6000_expand_builtin): Add support for no-operand built-in
3412         functions.
3413         (builtin_function_type): Remove fatal_error assertion that is no
3414         longer valid.
3415         (rs6000_common_init_builtins): Add support for no-operand built-in
3416         functions.
3417         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
3418         definition.
3419         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
3420         definition.
3421         (RS6000_BTM_64BIT): New macro definition.
3422         * doc/extend.texi: Document __builtin_darn (void),
3423         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
3424         functions.
3426 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
3428         * tree-vect-loop.c (vect_analyze_loop_2): Use also
3429         max_loop_iterations_int.
3431 2016-05-19  Marek Polacek  <polacek@redhat.com>
3433         PR tree-optimization/71031
3434         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
3435         condition and adjust the code a bit.
3437 2016-05-19  Martin Liska  <mliska@suse.cz>
3439         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
3440         auto_vec instead of vec.
3442 2016-05-19  Martin Liska  <mliska@suse.cz>
3444         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
3446 2016-05-19  Martin Liska  <mliska@suse.cz>
3448         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
3450 2016-05-19  Martin Liska  <mliska@suse.cz>
3452         * ipa-pure-const.c (set_function_state): Remove an existing
3453         funct_state.
3454         (remove_node_data): Do not free it as it's released
3455         in set_function_state.
3457 2016-05-19  Martin Liska  <mliska@suse.cz>
3459         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
3460         bitmap.
3462 2016-05-19  Martin Liska  <mliska@suse.cz>
3464         * omp-simd-clone.c (simd_clone_adjust): Release vector.
3466 2016-05-19  Martin Liska  <mliska@suse.cz>
3468         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
3469         an auto_vec instead of re-creating it.
3471 2016-05-19  Martin Liska  <mliska@suse.cz>
3473         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
3474         auto_vec instead of vec.
3476 2016-05-19  Martin Liska  <mliska@suse.cz>
3478         * lto-section-in.c (lto_get_section_data): Call
3479         lto_check_version with additional argument.
3480         * lto-streamer.c (lto_check_version): Add new argument.
3481         * lto-streamer.h (lto_check_version): Likewise.
3483 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3485         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
3486         Don't add cost of inner memory when handling sign-extended loads.
3488 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
3490         PR rtl-optimization/71148
3491         * cse.c (cse_main): Free dominance info.
3492         (rest_of_handle_cse): Don't free dominance info.
3493         (rest_of_handle_cse2): Likewise.
3494         (rest_of_handle_cse_after_global_opts): Likewise.
3496 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3498         PR target/71056
3499         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
3500         NULL_TREE early if NEON is not available.  Remove now redundant check
3501         in ARM_CHECK_BUILTIN_MODE.
3503 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
3505         PR sanitizer/64354
3506         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
3507         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
3508         * doc/cpp.texi: Document new macros.
3510 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
3512         PR tree-optimization/69848
3513         * tree-vect-loop.c (vectorizable_reduction): Don't factor
3514         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
3516 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3518         * function.c (thread_prologue_and_epilogue_insn): Move the
3519         "goto epilogue_done" one block later.
3521 2016-05-19  Richard Biener  <rguenther@suse.de>
3523         PR tree-optimization/70729
3524         * passes.def: Move LIM pass before PRE.  Remove no longer
3525         required copyprop and move first DCE out of the loop pipeline.
3527 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
3529         PR driver/69265
3530         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
3531         (OBJS-libcommon-target): ...here.
3532         * opts-common.c: Include spellcheck.h.
3533         (cmdline_handle_error): Build a vec of valid options and use it
3534         to suggest provide hints for misspelled arguments.
3536 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3538         PR c++/71100
3539         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
3540         lhs if it has TREE_ADDRESSABLE type.
3542 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
3544         PR target/71145
3545         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
3546         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
3548 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3550         PR ipa/69708
3551         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
3552         input for NOP_EXPR pass-through functions.
3553         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
3554         aggregate global constant VAR_DECLs in constant jump functions.
3556 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3558         PR ipa/69708
3559         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
3560         from TREE_READONLY parameters.
3562 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3564         PR ipa/69708
3565         * cgraph.h (cgraph_indirect_call_info): New field
3566         guaranteed_unmodified.
3567         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
3568         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3569         appropriate.
3570         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
3571         pass the parameter value to ipa_find_agg_cst_for_param.
3572         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
3573         guaranteed_unmodified, store AA results there instead of bailing out
3574         if present.
3575         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
3576         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
3577         (find_constructor_constant_at_offset): New function.
3578         (ipa_find_agg_cst_from_init): Likewise.
3579         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
3580         static initializers of contants, report back through a new paameter
3581         from_global_constant if that was the case.
3582         (try_make_edge_direct_simple_call): Also pass parameter value to
3583         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3584         appropriate.
3585         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
3586         (ipa_read_indirect_edge_info): Likewise.
3587         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
3588         (ipa_load_from_parm_agg): Likewise.
3590 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
3592         PR rtl-optimization/71150
3593         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
3594         check.
3596 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
3598         PR target/70915
3599         * config/rs6000/constraints.md (wE constraint): New constraint
3600         for a vector constant that can be loaded with XXSPLTIB.
3601         (wM constraint): New constraint for a vector constant of a 1's.
3602         (wS constraint): New constraint for a vector constant that can be
3603         loaded with XXSPLTIB and a vector sign extend instruction.
3604         * config/rs6000/predicates.md (xxspltib_constant_split): New
3605         predicates for wE/wS constraints.
3606         (xxspltib_constant_nosplit): Likewise.
3607         (easy_vector_constant): Add support for constants that can be
3608         loaded via XXSPLTIB.
3609         (all_ones_constant): New predicate for vector constant with all
3610         1's set.
3611         (splat_input_operand): Add support for ISA 3.0 word splat operations.
3612         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
3613         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
3614         instruction and possibly with a sign extension.
3615         (output_vec_const_move): Add support for XXSPLTIB. If we are
3616         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
3617         instead of XXLXOR/XXLORC.
3618         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
3619         operations.
3620         (rs6000_legitimize_reload_address): Likewise.
3621         (rs6000_output_move_128bit): Use output_vec_const_move to emit
3622         constants.
3623         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
3624         combine VSX_M and VSX_M2 into one iterator.
3625         (VSX_M2): Likewise.
3626         (VSINT_84): New iterators for loading constants with XXSPLTIB.
3627         (VSINT_842): Likewise.
3628         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
3629         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
3630         XXSPLTIB instruction.
3631         (xxspltib_<mode>_nosplit): Likewise.
3632         (xxspltib_<mode>_split): New insn to load up constants with
3633         XXSPLTIB and a sign extend instruction.
3634         (vsx_mov<mode>): Replace single move that handled all vector types
3635         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
3636         moves (when -mvsx-timode is in effect) into the main vector
3637         moves.  Eliminate separate moves for <VSr> <VSa>, where the
3638         preferred register class (<VSr>) is listed first, and the
3639         secondary register class (<VSa>) is listed second with a '?' to
3640         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
3641         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
3642         that if the register was involved in a slow operation, the
3643         clear/set operation does not wait for the slow operation to
3644         finish.  Adjust the length attributes for 32-bit mode.  Use
3645         rs6000_output_move_128bit and drop the use of the string
3646         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
3647         spacing so that the alternatives and attributes don't generate
3648         long lines, and put things in columns, so that it is easier to
3649         match up the operands and attributes with the insn alternatives.
3650         (vsx_mov<mode>_64bit): Likewise.
3651         (vsx_mov<mode>_32bit): Likewise.
3652         (vsx_movti_64bit): Fold movti into normal vector moves.
3653         (vsx_movti_32bit): Likewise.
3654         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
3655         splat instructions.
3656         (vsx_splat_v4si_internal): Likewise.
3657         (vsx_splat_v4sf_internal): Likewise.
3658         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
3659         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
3660         extend vector elements.
3661         (vsx_sign_extend_hi_<mode>): Likewise.
3662         (vsx_sign_extend_si_v2di): Likewise.
3663         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
3664         declaration.
3665         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
3666         constraints.  Add trailing period to wL documentation.
3668 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
3670         PR middle-end/71020
3671         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
3672         * tree-dfa.c (replace_abnormal_ssa_names): New function.
3673         * tree-call-cdce.c: Include tree-dfa.h.
3674         (can_guard_call_p): New function, extracted from...
3675         (can_use_internal_fn): ...here.
3676         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
3677         and return void.
3678         (shrink_wrap_one_built_in_call): Likewise.
3679         (use_internal_fn): Likewise.
3680         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
3681         and return void.  Call replace_abnormal_ssa_names.
3682         (pass_call_cdce::execute): Check can_guard_call_p during the
3683         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
3684         will always change something.
3686 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3688         PR ipa/70646
3689         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
3690         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
3692 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3694         PR ipa/70646
3695         * ipa-inline.h (condition): New field size.
3696         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
3697         for comaprison and store it into the new condition.
3698         (evaluate_conditions_for_known_args): Use condition size to check
3699         access sizes for all but CHANGED conditions.
3700         (unmodified_parm_1): New parameter size_p, store access size into it.
3701         (unmodified_parm): Likewise.
3702         (unmodified_parm_or_parm_agg_item): Likewise.
3703         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
3704         (set_cond_stmt_execution_predicate): Extract access sizes and store
3705         them to conditions.
3706         (set_switch_stmt_execution_predicate): Likewise.
3707         (will_be_nonconstant_expr_predicate): Likewise.
3708         (will_be_nonconstant_predicate): Likewise.
3709         (inline_read_section): Stream condition size.
3710         (inline_write_summary): Likewise.
3712 2016-05-18  Richard Biener  <rguenther@suse.de>
3714         * tree-ssa-loop-im.c (determine_max_movement): Properly add
3715         condition cost to PHI cost instead of total_cost.
3717 2016-05-18  Martin Liska  <mliska@suse.cz>
3719         PR fortran/70856
3720         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
3721         merged variables.
3723 2016-05-18  Richard Biener  <rguenther@suse.de>
3725         * lto-streamer.h (LTO_major_version): Bump to 6.
3727 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3729         * function.c (make_split_prologue_seq, make_prologue_seq,
3730         make_epilogue_seq): New functions, factored out from...
3731         (thread_prologue_and_epilogue_insns): Here.
3733 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3735         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
3736         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
3737         of before.  Add a comment.
3739 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
3741         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
3742         expression pointer, not pointer to the pointer.
3744 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3746         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
3747         (avx2_pbroadcast<mode>): Add another alternative with v instead
3748         of x constraints in it, using <pbroadcast_evex_isa> isa.
3749         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
3751         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
3752         constraint x instead of v in second alternative, add avx512bw
3753         alternative.
3755         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
3756         constraint x instead of v in second alternative, add avx512bw
3757         alternative.
3759         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
3760         constraint x instead of v in second alternative, add avx512bw
3761         alternative.
3763         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
3764         avx512bw alternative.
3766 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3768         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
3769         array to 128 chars.
3770         (define_insn "*andnottf3"): Ditto.
3771         (define_insn "*<code><mode>3"/any_logic): Ditto.
3772         (define_insn "*<code>tf3"/any_logic): Ditto.
3773         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
3774         operand to block AVX-512VL insn variant emit when it is not enabled.
3776 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3778         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
3779         constraint fot SF mode.
3781 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
3782             Kirill Yukhin  <kirill.yukhin@intel.com>
3784         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
3785         modifiers.
3786         (define_insn "rsqrt14<mode>"): Ditto.
3787         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3788         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
3789         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
3790         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
3791         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
3792         Ditto.
3793         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
3794         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
3795         * config/i386/i386.c (ix86_print_operand): Expand check for size
3796         override codes for Intel syntax.
3798 2016-05-18  Richard Biener  <rguenther@suse.de>
3800         PR tree-optimization/71168
3801         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
3802         initialization earlier.
3804 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
3806         * config/aarch64/aarch64-simd.md
3807         (aarch64_reduc_plus_internal<mode>): Rename to...
3808         (reduc_plus_scal): ...This, and remove previous implementation.
3810 2016-05-18  Richard Biener  <rguenther@suse.de>
3812         * passes.def: Put late dse and cd_dce in canonical order.
3814 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
3816         * ipa-inline-transform.c (preserve_function_body_p): Look for
3817         first non-thunk clone.
3818         (save_function_body): Save into first non-thunk.
3819         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
3820         up call stmt id.
3821         (lto_output_node): Inline thunks don't need body in every
3822         partition.
3823         * lto-streamer-in.c: Do not fixup thunk clones.
3824         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
3825         thunks.
3826         * tree-inline.c (copy_bb): Be prepared for target node to be new after
3827         folding suceeds.
3829 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3831         PR middle-end/63586
3832         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
3833         (reassociate_bb): Call transform_add_to_multiply.
3835 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3837         * config/aarch64/aarch64.c (all_extensions): Removed unused
3838         static variable.
3840 2016-05-17  Nathan Sidwell  <nathan@acm.org>
3842         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
3843         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
3845 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
3847         PR tree-optimization/54579
3848         PR middle-end/55299
3849         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
3851 2016-05-17  Marek Polacek  <polacek@redhat.com>
3853         PR ipa/71146
3854         * tree-inline.c (expand_call_inline): Call
3855         maybe_remove_unused_call_args.
3857 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
3859         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
3860         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
3861         * doc/md.texi (fmin@var{m}3): Likewise.
3863 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3865         * match.pd (X & C): New transformation.
3867 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3869         * match.pd (~X & Y): New transformation.
3871 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3873         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
3874         information for new SSA_NAME.
3875         (simplify_conversion_using_ranges): Get range through get_range_info
3876         instead of get_value_range.
3878 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3880         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
3881         Remove inline assembly.
3882         (vmvn_s16): Likewise.
3883         (vmvn_s32): Likewise.
3884         (vmvn_u8): Likewise.
3885         (vmvn_u16): Likewise.
3886         (vmvn_u32): Likewise.
3887         (vmvnq_s8): Likewise.
3888         (vmvnq_s16): Likewise.
3889         (vmvnq_s32): Likewise.
3890         (vmvnq_u8): Likewise.
3891         (vmvnq_u16): Likewise.
3892         (vmvnq_u32): Likewise.
3893         (vmvn_p8): Likewise.
3894         (vmvnq_p16): Likewise.
3896 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3898         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
3899         Use builtin.
3900         (vmul_n_s16): Likewise.
3901         (vmul_n_s32): Likewise.
3902         (vmul_n_u16): Likewise.
3903         (vmul_n_u32): Likewise.
3904         (vmulq_n_f32): Likewise.
3905         (vmulq_n_f64): Likewise.
3906         (vmulq_n_s16): Likewise.
3907         (vmulq_n_s32): Likewise.
3908         (vmulq_n_u16): Likewise.
3909         (vmulq_n_u32): Likewise.
3911 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3913         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
3914         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
3916 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3918         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
3919         to *aarch64_fma4_elt_from_dup<mode>.
3920         (*aarch64_fnma4_elt_to_128df): Rename to
3921         *aarch64_fnma4_elt_from_dup<mode>.
3922         * config/aarch64/arm_neon.h (vfma_n_f64): New.
3923         (vfms_n_f32): Likewise.
3924         (vfms_n_f64): Likewise.
3925         (vfmsq_n_f32): Likewise.
3926         (vfmsq_n_f64): Likewise.
3928 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
3930         * wide-int.h: Change fixed_wide_int_storage from class to struct.
3932 2016-05-17  Richard Biener  <rguenther@suse.de>
3934         PR tree-optimization/71132
3935         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
3936         Only add control dependences for blocks in the loop.
3937         (build_rdg): Adjust.
3938         (generate_code_for_partition): Return whether loop should
3939         be destroyed and delay that.
3940         (distribute_loop): Likewise.
3941         (pass_loop_distribution::execute): Record loops to be destroyed
3942         and perform delayed destroying of loops.
3944 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3946         PR target/70809
3947         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
3949 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3951         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
3953 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
3955         PR target/71114
3956         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
3957         insertion point for instructions generated by validize_mem.
3959 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3961         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
3962         in brackets.
3964 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3966         * config/aarch64/aarch64.c
3967         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
3968         rather than a macro.
3970 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
3972         * doc/invoke.texi (AArch64 Options): Various updates.
3974 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3976         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
3977         into instrumentation thunks.
3978         * cif-code.def (CIF_CHKP): New.
3980 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
3982         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
3984 2016-05-16  Martin Jambor  <mjambor@suse.cz>
3986         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
3987         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
3989 2016-05-16  Marek Polacek  <polacek@redhat.com>
3991         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
3992         commentary.
3994 2016-05-16  Martin Jambor  <mjambor@suse.cz>
3996         PR hsa/70857
3997         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
3998         the outlined kernel function.
4000 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
4002         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
4003         (ISA_HAS_DLSA): Ditto.
4005 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
4007         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
4009 2016-05-16  Nathan Sidwell  <nathan@acm.org>
4011         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
4012         (nvptx_name_replacement): Restore.  Add comment.
4013         (write_fn_proto, write_fn_proto_from_insn,
4014         nvptx_output_call_insn): Restore
4015         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
4017 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
4019         * config/aarch64/aarch64.md
4020         (add<mode>3_compareC_cconly_imm): Remove use of %w.
4021         (add<mode>3_compareC_imm): Likewise.
4022         (<optab>si3_uxtw): Split into register and immediate variants.
4023         (andsi3_compare0_uxtw): Likewise.
4024         (and<mode>3_compare0): Likewise.
4025         (and<mode>3nr_compare0): Likewise.
4026         (stack_protect_test_<mode>): Don't use %x for memory operands.
4028 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
4030         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
4032 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
4034         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
4035         Split integer shifts into shift_reg and bfm.
4036         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
4037         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
4038         (ror<mode>3_insn): Likewise.
4039         (<optab>si3_insn_uxtw): Likewise.
4040         (<optab><mode>3_insn): Change to rotate_imm.
4041         (extr<mode>5_insn_alt): Likewise.
4042         (extrsi5_insn_uxtw): Likewise.
4043         (extrsi5_insn_uxtw_alt): Likewise.
4045 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4047         * doc/tm.texi: Regenerate.
4048         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
4049         (TARGET_INVALID_RETURN_TYPE): Remove.
4050         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
4051         TARGET_INVALID_RETURN_TYPE.
4052         * target.def (invalid_parameter_type): Remove.
4053         (invalid_return_type): Remove.
4055 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4057         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
4058         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
4059         calls from thunk.
4060         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
4061         gimple body.
4062         (preserve_function_body_p): No need to preserve function body
4063         * cif-codes.def (CIF_THUNK): Remove.
4064         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
4066 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4068         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
4070 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4072         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
4073         for thunks.
4075 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4077         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
4078         (inline_small_functions): Do not look for function symbol when
4079         resetting caches.
4081 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
4083         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
4084         of inline thunks
4086 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4087             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4088             Jiong Wang  <jiong.wang@arm.com>
4090         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
4091         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
4092         Define __ARM_FP16_ARGS when appropriate.
4093         * config/arm/arm.c (arm_invalid_parameter_type): Remove
4094         declaration.
4095         (arm_invalid_return_type): Likewise.
4096         (TARGET_INVALID_PARAMETER_TYPE): Remove.
4097         (TARGET_INVALID_RETURN_TYPE): Remove.
4098         (aapcs_vfp_sub_candidate): Allow HFmode.
4099         (aapcs_vfp_allocate): Add comment.  Support HFmode.
4100         (aapcs_vfp_allocate_return_reg): Likewise.
4101         (struct aapcs_cp_arg_layout): Slightly reword comments for
4102         is_return_candidate and allocate_return_reg.
4103         (output_mov_vfp): Update assert.
4104         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
4105         condition.
4106         (arm_invalid_parameter_type): Remove.
4107         (amr_invalid_return_type): Remove.
4108         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
4109         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
4110         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
4112 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
4114         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
4115         * config/aarch64/arch64-protos.h
4116         (aarch64_legitimize_reload_address): Remove.
4117         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
4118         Remove.
4120 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
4122         * configure.ac: Add ACX_NONCANONICAL_HOST.
4123         * configure: Regenerate.
4124         * Makefile.in: Set host_noncanonical.
4126 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
4128         PR target/71097
4129         * config/i386/i386.md (*movtf_internal): Before register allocation,
4130         do not allow FP constants for CM_MEDIUM memory model, allow only
4131         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
4132         (*movxf_internal): Ditto.
4133         (*movdf_internal): Ditto.
4134         (*movsf_internal): Ditto.
4136 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
4138         PR rtl-optimization/67483
4139         * combine.c (make_compound_operation): Don't call extract_left_shift
4140         with negative shift amounts.
4142 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
4144         PR bootstrap/71071
4145         * fold-const.c (fold_checksum_tree): Allow modification
4146         of TYPE_ALIAS_SET during folding.
4148         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
4149         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
4150         (ix86_split_to_parts): Likewise.  Fix up formatting.
4152 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
4154         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
4155         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
4156         printf format.
4158 2016-05-13  Nathan Sidwell  <nathan@acm.org>
4160         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
4161         (nvptx_name_replacement): Delete.
4162         (write_fn_proto, write_fn_proto_from_insn,
4163         nvptx_output_call_insn): Remove nvptx_name_replacement call.
4164         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
4165         * langhooks.c (add_builtin_funcction_common): Call
4166         targetm.mangle_decl_assembler_name.
4168         * config/nvptx/nvptx.c (write_fn_proto): Handle
4169         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
4171 2016-05-13  Martin Liska  <mliska@suse.cz>
4173         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
4174         and PRIu64 in printf format.
4176 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4178         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
4179         comment.
4181 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4183         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
4184         Change --param max-completely-peeled-times to
4185         --param max-completely-peel-times in dump file printing.
4187 2016-05-13  Richard Biener  <rguenther@suse.de>
4189         PR tree-optimization/42587
4190         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
4191         (find_bswap_or_nop_1): Likewise.
4192         (bswap_replace): Likewise.
4194 2016-05-13  Martin Liska  <mliska@suse.cz>
4196         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
4197         Initialize a variable with default value.
4199 2016-05-13  Martin Liska  <mliska@suse.cz>
4201         * doc/invoke.texi: Enhance explanation of error recovery
4202         of sanitizers.
4204 2016-05-13  Martin Liska  <mliska@suse.cz>
4206         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
4207         (struct cost_pair): Change inv_expr_id (int) to inv_expr
4208         (iv_inv_expr_ent *).
4209         (struct iv_inv_expr_ent): Comment struct fields.
4210         (sort_iv_inv_expr_ent): New function.
4211         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
4212         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
4213         a hash_map between iv_inv_expr_ent and number of usages.
4214         (niter_for_exit): Fix coding style.
4215         (tree_ssa_iv_optimize_init): Use renamed variable.
4216         (determine_base_object): Fix coding style.
4217         (alloc_iv): Likewise.
4218         (find_interesting_uses_outside): Likewise.
4219         (add_candidate_1): Likewise.
4220         (add_standard_iv_candidates): Likewise.
4221         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
4222         (prepare_decl_rtl): Fix coding style.
4223         (get_address_cost): Likewise.
4224         (get_shiftadd_cost): Likewise.
4225         (force_expr_to_var_cost): Likewise.
4226         (compare_aff_trees): Likewise.
4227         (get_expr_id): Restructure the function.
4228         (get_loop_invariant_expr_id): Renamed to
4229         get_loop_invariant_expr.
4230         (get_computation_cost_at): Replace usage of inv_expr_id with
4231         inv_expr.
4232         (get_computation_cost): Likewise.
4233         (determine_group_iv_cost_generic): Likewise.
4234         (determine_group_iv_cost_address): Likewise.
4235         (iv_period): Fix coding style.
4236         (iv_elimination_compare_lt): Likewise.
4237         (may_eliminate_iv): Likewise.
4238         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
4239         inv_expr.
4240         (determine_group_iv_costs): Dump invariant expressions.
4241         (iv_ca_recount_cost): Use the newly added hash_map.
4242         (iv_ca_set_remove_invariants): Fix coding style.
4243         (iv_ca_set_add_invariants): Fix coding style.
4244         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
4245         invariants.
4246         (iv_ca_set_cp): Likewise.
4247         (iv_ca_new): Initialize the newly added hash_map and remove
4248         initialization of fields.
4249         (iv_ca_free): Delete the hash_map.
4250         (iv_ca_dump): Dump invariant expressions.
4251         (iv_ca_extend): Fix coding style.
4252         (try_add_cand_for): Likewise.
4253         (create_new_ivs): Dump information about # of avg iterations and
4254         # of used invariant expressions.
4255         (rewrite_use_compare): Fix coding style.
4256         (free_loop_data): Set default value for max_inv_expr_id.
4258 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
4260         * cse.c (rest_of_handle_cse): Use cleanup_cfg
4261         returned value cse_cfg_altered computation.
4262         (rest_of_handle_cse2): Likewise.
4263         (rest_of_handle_cse_after_global_opts): Likewise.
4265 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4267         PR target/53440
4268         * config/arm/arm.c (arm32_output_mi_thunk): New.
4269         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
4270         to split Thumb1 vs TARGET_32BIT functionality.
4271         (arm_thumb1_mi_thunk): New.
4273 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4275         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
4276         to true.
4278 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4280         PR target/71080
4281         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
4283 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4285         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
4286         (expand_builtin_trap): Emit a regular call.
4287         (set_builtin_user_assembler_name): Remove obsolete cases.
4288         * dse.c (scan_insn): Adjust.
4289         * except.c: Include calls.h.
4290         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
4291         emit a regular call to setjmp.
4292         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
4293         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
4294         (emit_block_move_via_libcall): Delete.
4295         (block_move_fn): Delete.
4296         (init_block_move_fn): Likewise.
4297         (emit_block_move_libcall_fn): Likewise.
4298         (emit_block_op_via_libcall): New function.
4299         (set_storage_via_libcall): Tidy up and use memset builtin.
4300         (block_clear_fn): Delete.
4301         (init_block_clear_fn): Likewise.
4302         (clear_storage_libcall_fn): Likewise.
4303         (expand_assignment): Call emit_block_move_via_libcall.
4304         Do not include gt-expr.h.
4305         * expr.h (emit_block_op_via_libcall): Declare.
4306         (emit_block_copy_via_libcall): New inline function.
4307         (emit_block_move_via_libcall): Likewise.
4308         (emit_block_comp_via_libcall): Likewise.
4309         (block_clear_fn): Delete.
4310         (init_block_move_fn): Likewise.
4311         (init_block_clear_fn): Likewise.
4312         (emit_block_move_via_libcall): Likewise.
4313         (set_storage_via_libcall): Add default parameter value.
4314         * libfuncs.h (enum libfunc_index): Remove obsolete values.
4315         (abort_libfunc): Delete.
4316         (memcpy_libfunc): Likewise.
4317         (memmove_libfunc): Likewise.
4318         (memcmp_libfunc): Likewise.
4319         (memset_libfunc): Likewise.
4320         (setbits_libfunc): Likewise.
4321         (setjmp_libfunc): Likewise.
4322         (longjmp_libfunc): Likewise.
4323         (profile_function_entry_libfunc): Likewise.
4324         (profile_function_exit_libfunc): Likewise.
4325         (gcov_flush_libfunc): Likewise.
4326         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
4327         and DECL_VISIBILITY on the declaration.
4328         (init_optabs): Do not initialize obsolete libfuncs.
4329         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
4330         * tree-core.h (ECF_RET1): Define.
4331         (ECF_TM_PURE): Adjust.
4332         (ECF_TM_BUILTIN): Likewise.
4333         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
4334         (build_common_builtin_nodes): Initialize abort builtin.
4335         Add ECF_RET1 on memcpy, memmove and memset builtins.
4336         Pass final flags for alloca and alloca_with_align builtins.
4337         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
4338         obsolete builtins.
4339         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
4340         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
4341         set_storage_via_libcall and call emit_block_copy_via_libcall.
4343 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
4345         * config/i386/i386.md (*call_got_x32): Change operand 0 to
4346         DImode before it is passed to ix86_output_call_operand.
4347         (*call_value_got_x32): Ditto for operand 1.
4349 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
4351         PR rtl-optimization/70904
4352         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
4353         reload for wide mode.
4355 2016-05-12  Marek Polacek  <polacek@redhat.com>
4357         PR c/70756
4358         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
4359         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
4360         * langhooks.h (incomplete_type_error): Likewise.
4361         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
4362         parameter, pass it down to incomplete_type_error.
4363         * tree.h (size_in_bytes): New inline overload.
4364         (size_in_bytes_loc): Renamed from size_in_bytes.
4366 2016-05-12  Richard Biener  <rguenther@suse.de>
4368         PR tree-optimization/71059
4369         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
4370         nary before looking up or entering the expression into the VN
4371         hashes.
4372         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
4373         Make sure to re-use NARYs without result as inserted by
4374         phi-translation.
4376 2016-05-12  Richard Biener  <rguenther@suse.de>
4378         PR tree-optimization/71062
4379         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
4380         field.
4381         * tree-ssa-structalias.c (set_uids_in_ptset): Set
4382         vars_contains_restrict if the var is a restrict tag.
4383         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
4384         do not disambiguate pointers against it.
4385         (dump_points_to_solution): Re-structure and adjust for new
4386         vars_contains_restrict flag.
4387         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
4389 2016-05-12  Martin Liska  <mliska@suse.cz>
4391         * doc/invoke.texi: Explain connection between
4392         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
4394 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
4396         PR tree-optimization/71006
4397         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
4398         consider COND_EXPR as a mask producer.
4400 2016-05-12  Marek Polacek  <polacek@redhat.com>
4402         PR driver/71063
4403         * opts.c (common_handle_option): Detect missing argument for --help^.
4405 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4407         PR target/70830
4408         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
4409         when popping the PC and within an interrupt handler routine.
4410         Add missing tab to output of "ldmfd".
4411         (output_return_instruction): Output LDMFD with SP update rather
4412         than POP when returning from interrupt handler.
4414 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
4416         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
4417         TARGET_64BIT && TARGET_AVX512DQ.
4418         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
4419         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
4420         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
4421         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
4422         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
4423         (*vec_extractv4si_zext): Add avx512dq alternative.
4424         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
4425         use v instead of x constraint in other alternatives where possible.
4427         * config/i386/sse.md (sse2_loadld): Use v instead of x
4428         constraint in alternatives 0,1,4.
4430         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
4431         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
4432         v constraints instead of x and <pinsr_evex_isa> isa attribute.
4434         PR target/71019
4435         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
4436         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
4437         is not emitted unless TARGET_AVX512BW.
4438         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
4439         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
4440         for the result operand.
4442         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
4443         constraint instead of x in avx alternatives.  Use maybe_evex instead
4444         of vex prefix.
4446         * config/i386/constraints.md (Yv): New constraint.
4447         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
4448         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
4449         * config/i386/i386.md (avx512fvecmode): New mode attr.
4450         (*pushtf): Use v constraint instead of x.
4451         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
4452         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
4453         (*absneg<mode>2): Use Yv constraint instead of x constraint.
4454         (*absnegtf2_sse): Likewise.
4455         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
4456         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
4457         avx512f alternatives.
4458         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
4460 2016-05-12  Richard Biener  <rguenther@suse.de>
4462         PR tree-optimization/71060
4463         * tree-data-ref.c (initialize_data_dependence_relation): Do not
4464         require exact match of DR_BASE_OBJECT but only matching address and
4465         type.
4467 2016-05-12  Richard Biener  <rguenther@suse.de>
4469         PR tree-optimization/70986
4470         * cfganal.c: Include cfgloop.h.
4471         (dfs_find_deadend): Prefer to take edges exiting loops.
4473 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4475         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
4476         compile and run time.
4478 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
4480         PR c/43651
4481         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
4483 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
4485         * config/i386/i386.c (legitimize_pic_address): Use
4486         copy_to_suggested_reg instead of gen_movsi.
4488 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
4490         * config/rs6000/predicates.md (quad_memory_operand): Move most of
4491         the code into quad_address_p and call it to share code with
4492         vsx_quad_dform_memory_operand.
4493         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
4494         d-form support.
4495         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
4496         bit instead of being a separate word.  Split -mpower9-dform into
4497         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4498         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
4499         for the register class supporting 128-bit quad word memory offsets.
4500         (mode_supports_vsx_dform_quad): Helper function to return if the
4501         register class uses quad word memory offsets.
4502         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
4503         (rs6000_debug_reg_global): Always print if we are using LRA or not.
4504         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
4505         instructions are enabled, set up the appropriate addr_masks for
4506         128-bit types.
4507         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
4508         -mpower9-dform-scalar, instead of -mpower9-dform.
4509         (rs6000_option_override_internal): Split -mpower9-dform into two
4510         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
4511         -mpower9-dform switch sets or clears both.  If we are not using
4512         the LRA register allocator, do not enable -mpower9-dform-vector by
4513         default.  If we are using LRA, enable -mpower9-dform-vector and
4514         -mvsx-timode if it is appropriate.  Issue a warning if either
4515         -mpower9-dform-vector or -mvsx-timode are explicitly used without
4516         enabling LRA.
4517         (quad_address_offset_p): New helper function to return if the
4518         offset is legal for quad word memory instructions.
4519         (quad_address_p): New function to determin if GPR or vector
4520         register quad word memory addresses are legal.
4521         (mem_operand_gpr): Validate quad word address offsets.
4522         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
4523         d-form (register + offset) instructions.
4524         (offsettable_ok_by_alignment): Likewise.
4525         (rs6000_legitimate_offset_address_p): Likewise.
4526         (legitimate_lo_sum_address_p): Likewise.
4527         (rs6000_legitimize_address): Likewise.
4528         (rs6000_legitimize_reload_address): Add more debug statements for
4529         -mdebug=addr.
4530         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
4531         d-form instructions.
4532         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
4533         d-form instructions.  Distinguish different cases in debug
4534         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
4535         d-form instructions.
4536         (rs6000_preferred_reload_class): Likewise.
4537         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
4538         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
4539         of the ISA 2.06 indexed memory instructions.
4540         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
4541         use them to save/restore the saved vector registers instead of
4542         using Altivec instructions.
4543         (rs6000_emit_epilogue): Likewise.
4544         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
4545         (rs6000_opt_masks): Split -mpower9-dform into
4546         -mpower9-dform-scalar and -mpower9-dform-vector.
4547         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
4548         was not selected.
4549         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
4550         ISA 3.0 vector indexed memory instructions, and fold the code into
4551         the normal mov<mode> patterns.
4552         (p9_vecstore_<mode>): Likewise.
4553         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
4554         instructions.
4555         (vsx_movti_64bit): Likewise.
4556         (vsx_movti_32bit): Likewise.
4557         * config/rs6000/constraints.md (wO constraint): New constraint for
4558         ISA 3.0 vector d-form support.
4559         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
4560         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
4561         include -mpower9-dform-vector until we switch over to LRA.
4562         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
4563         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4564         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
4565         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
4566         for -mpower9-dform and -mlra.
4567         * doc/md.texi (wO constraint): Document wO constraint.
4569 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
4571         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
4572         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
4573         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
4574         Move handling of non-insn arguments inline into the sole user:
4575         (output_trans_func): ...here.
4576         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
4577         in emitted function prototype.
4578         (output_internal_insn_latency_func): Ditto.  Simplify.
4579         (output_internal_maximal_insn_latency_func): Ditto.  Delete
4580         always-unused argument.
4581         (output_insn_latency_func): Ditto.
4582         (output_maximal_insn_latency_func): Ditto.
4584 2016-05-11  Richard Biener  <rguenther@suse.de>
4586         PR tree-optimization/71055
4587         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
4588         sth with precision not equal to access size verify we don't chop
4589         off bits.
4591 2016-05-11  Richard Biener  <rguenther@suse.de>
4593         PR debug/71057
4594         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
4595         (dwarf2out_finish): Move retry_incomplete_types call ...
4596         (dwarf2out_early_finish): ... here.
4598 2016-05-11  Richard Biener  <rguenther@suse.de>
4600         PR middle-end/71002
4601         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
4602         if the langhook insists on it.
4603         * fold-const.c (make_bit_field_ref): Add arg for the original
4604         reference and preserve its alias-set.
4605         (decode_field_reference): Take exp by reference and adjust it
4606         to the original memory reference.
4607         (optimize_bit_field_compare): Adjust callers.
4608         (fold_truth_andor_1): Likewise.
4609         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
4611 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
4613         PR middle-end/70807
4614         * cfgrtl.h (delete_insn_and_edges): Now return bool.
4615         * cfgrtl.c (delete_insn_and_edges): Likewise.
4616         * config/i386/i386.c (convert_scalars_to_vector): Remove
4617         redundant code.
4618         * cse.c (cse_insn): Compute cse_cfg_altered.
4619         (delete_trivially_dead_insns): Likewise.
4620         (cse_cc_succs): Likewise.
4621         (rest_of_handle_cse): Free dominance info if required.
4622         (rest_of_handle_cse2): Likewise.
4623         (rest_of_handle_cse_after_global_opts): Likewise.
4625 2016-05-11  Alan Modra  <amodra@gmail.com>
4627         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
4628         abi_v4_pass_in_fpr): New functions.
4629         (rs6000_function_arg_boundary): Exclude complex IBM long double
4630         from 64-bit alignment when ABI_V4.
4631         (rs6000_function_arg, rs6000_function_arg_advance_1,
4632         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
4634 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
4636         PR rtl-optimization/71028
4637         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
4638         jump with just a return in the fallthrough block if the branch
4639         block contains just a return as well.
4641 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
4643         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
4644         * match.pd ((X & Y) ^ Y): ... this.
4645         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
4646         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
4648 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4650         * read-md.c (require_char_ws): New function.
4651         (read_string): Simplify using require_char_ws.
4652         (handle_constants): Likewise.
4653         (handle_enum): Likewise.
4654         (handle_file): Likewise.
4655         * read-md.h (require_char_ws): New declaration.
4656         * read-rtl.c (read_conditions): Simplify using require_char_ws.
4657         (read_mapping): Likewise.
4658         (read_rtx_code): Likewise.
4659         (read_nested_rtx): Likewise.
4661 2016-05-10  James Norris  <jnorris@codesourcery.com>
4663         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
4664         if offloading is enabled and -fopenacc or -fopenmp is specified.
4665         (CRTOFFLOADEND): Likewise.
4666         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
4667         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
4669 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
4671         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
4672         gotoff_operand code paths.  Use copy_to_suggested_regs and
4673         expand_simple_binop where appropriate.  Cleanup.
4675 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4677         PR target/70799
4678         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
4679         integer constants.
4680         (dimode_scalar_chain::vector_const_cost): New.
4681         (dimode_scalar_chain::compute_convert_gain): Handle constants.
4682         (dimode_scalar_chain::convert_op): Likewise.
4683         (dimode_scalar_chain::convert_insn): Likewise.
4685 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4687         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
4688         unary operation, not a binary one.
4690 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4692         PR middle-end/70877
4693         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
4694         calls with type casted fndecl.
4696 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4698         PR tree-optimization/70786
4699         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
4700         * calls.c (initialize_argument_information): Bind bounds
4701         with corresponding args passed by reference.
4703 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
4705         PR target/70927
4706         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
4707         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
4708         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
4709         accordingly.
4711 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4713         PR target/70963
4714         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
4715         code for a zero scale factor.
4716         (vsx_xvcvdpuxds_scale): Likewise.
4718 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4720         * diagnostic-show-locus.c (layout::layout): Call show_ruler
4721         if show_ruler_p was set on the context.
4722         (layout::show_ruler): New method.
4723         * diagnostic.h (struct diagnostic_context): Add field
4724         "show_ruler_p".
4726 2016-05-10  Richard Biener  <rguenther@suse.de>
4728         PR tree-optimization/71039
4729         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
4730         (chk_uses): New function.
4731         (propagate_with_phi): Verify we can safely replicate the lhs of an
4732         aggregate assignment on all incoming edges.
4734 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
4736         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
4737         Forward declare.
4738         (rx_atomic_sequence): New class.
4739         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
4740         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
4741         non-inline.
4742         (rx_atomic_sequence::rx_atomic_sequence,
4743         rx_atomic_sequence::~rx_atomic_sequence): New functions.
4744         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
4745         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
4746         CTRLREG_INTB): New constants.
4747         (FETCHOP): New code iterator.
4748         (fethcop_name, fetchop_name2): New iterator code attributes.
4749         (QIHI): New mode iterator.
4750         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
4751         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
4752         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
4754 2016-05-10  Martin Liska  <mliska@suse.cz>
4756         * tree-inline.c (remap_dependence_clique): Do not remap
4757         debugging statements.
4759 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4761         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
4762         ("*fixuns_truncdfdi2_z13")
4763         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
4764         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
4765         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
4767 2016-05-10  Richard Biener  <rguenther@suse.de>
4769         PR tree-optimization/70497
4770         PR tree-optimization/28367
4771         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
4772         split out from ...
4773         (visit_reference_op_load): ... here.
4774         (vn_reference_lookup_3): Use it to handle subreg-like accesses
4775         with simplified BIT_FIELD_REFs.
4776         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
4777         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
4778         correctly.
4780 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4782         * dwarf2out.c (add_abstract_origin_attribute): Adjust
4783         documentation comment.  For BLOCK nodes, add a
4784         DW_AT_abstract_origin attribute that points to the DIE generated
4785         for the origin BLOCK.
4786         (gen_lexical_block_die): Call add_abstract_origin_attribute for
4787         blocks from inlined functions.
4789 2016-05-10  Alan Modra  <amodra@gmail.com>
4791         PR target/70947
4792         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
4793         regrename modifying insns saving lr before __morestack call.
4794         * config/rs6000/rs6000.md (split_stack_return): Similarly for
4795         insns restoring lr after __morestack call.
4797 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
4799         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
4800         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
4801         expanders.
4802         * config/i386/sse.md (vec_interleave_high<mode>,
4803         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
4804         <avx512>_vpermt2var<mode>3_maskz): Likewise.
4806 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4808         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
4809         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
4810         parallel reassociation for power8 and forward.
4812 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
4814         * config/i386/i386.md (absneg splitters with general regs): Use
4815         general_reg_operand predicate.
4816         (btsq peephole2): Use x86_64_immediate_operand to check if new
4817         value is suitable for immediate operand.  Generate emitted insn
4818         using RTL expressions.
4819         (btcq peephole2): Ditto.
4820         (btrq peephole2): Ditto.  Generate correct immediate operand
4821         for AND masking.
4823 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
4825         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
4826         bitpos.
4828 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
4830         * tree-affine.c (wide_int_constant_multiple_p): Add missing
4831         pointer dereference.
4833 2016-05-09  Richard Biener  <rguenther@suse.de>
4835         PR tree-optimization/70985
4836         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
4837         op0 isn't a gimple register.
4839 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
4841         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
4842         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
4843         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
4844         (i6400_fpu_mult): New cpu units.
4845         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
4846         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
4847         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
4848         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
4849         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
4850         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
4851         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
4852         (i6400_msa_long_float4, i6400_msa_long_float5)
4853         (i6400_msa_long_float8, i6400_msa_fdiv_df)
4854         (i6400_msa_fdiv_sf): New reservations.
4855         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
4856         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
4857         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
4858         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
4859         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
4860         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
4861         (msa_short_cmp, msa_short_float2, msa_short_logic3)
4862         (msa_short_store4, msa_long_load, msa_short_store)
4863         (msa_long_logic, msa_long_float2, msa_long_float4)
4864         (msa_long_float5, msa_long_float8, msa_long_mult)
4865         (msa_long_fdiv, msa_long_div): New reservations.
4867 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
4868             Sameera Deshpande  <sameera.deshpande@imgtec.com>
4869             Matthew Fortune  <matthew.fortune@imgtec.com>
4870             Graham Stott  <graham.stott@imgtec.com>
4871             Chao-ying Fu  <chao-ying.fu@imgtec.com>
4873         * config.gcc: Add MSA header file for mips*-*-* target.
4874         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
4875         (Ubv8i, Urv8):  New constraints.
4876         * config/mips/mips-ftypes.def: Add function types for MSA
4877         builtins.
4878         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
4879         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
4880         * config/mips/mips-msa.md: New file.
4881         * config/mips/mips-protos.h
4882         (mips_split_128bit_const_insns): New prototype.
4883         (mips_msa_idiv_insns): Likewise.
4884         (mips_split_128bit_move): Likewise.
4885         (mips_split_128bit_move_p): Likewise.
4886         (mips_split_msa_copy_d): Likewise.
4887         (mips_split_msa_insert_d): Likewise.
4888         (mips_split_msa_fill_d): Likewise.
4889         (mips_expand_msa_branch): Likewise.
4890         (mips_const_vector_same_val_p): Likewise.
4891         (mips_const_vector_same_bytes_p): Likewise.
4892         (mips_const_vector_same_int_p): Likewise.
4893         (mips_const_vector_shuffle_set_p): Likewise.
4894         (mips_const_vector_bitimm_set_p): Likewise.
4895         (mips_const_vector_bitimm_clr_p): Likewise.
4896         (mips_msa_vec_parallel_const_half): Likewise.
4897         (mips_msa_output_division): Likewise.
4898         (mips_ldst_scaled_shift): Likewise.
4899         (mips_expand_vec_cond_expr): Likewise.
4900         * config/mips/mips.c (enum mips_builtin_type): Add
4901         MIPS_BUILTIN_MSA_TEST_BRANCH.
4902         (mips_gen_const_int_vector_shuffle): New prototype.
4903         (mips_const_vector_bitimm_set_p): New function.
4904         (mips_const_vector_bitimm_clr_p): Likewise.
4905         (mips_const_vector_same_val_p): Likewise.
4906         (mips_const_vector_same_bytes_p): Likewise.
4907         (mips_const_vector_same_int_p): Likewise.
4908         (mips_const_vector_shuffle_set_p): Likewise.
4909         (mips_symbol_insns): Forbid loading symbols via immediate for
4910         MSA.
4911         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
4912         stores.
4913         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
4914         MSA.
4915         (mips_lx_address_p): Add support load indexed address for MSA.
4916         (mips_address_insns): Add calculation of instructions needed for
4917         stores and loads for MSA.
4918         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
4919         CONST_VECTOR for MSA and let it fall through.
4920         (mips_ldst_scaled_shift): New function.
4921         (mips_subword_at_byte): Likewise.
4922         (mips_msa_idiv_insns): Likewise.
4923         (mips_legitimize_move): Validate MSA moves.
4924         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
4925         calculation of costs for MSA division.
4926         (mips_split_move_p): Check if MSA moves need splitting.
4927         (mips_split_move): Split MSA moves if necessary.
4928         (mips_split_128bit_move_p): New function.
4929         (mips_split_128bit_move): Likewise.
4930         (mips_split_msa_copy_d): Likewise.
4931         (mips_split_msa_insert_d): Likewise.
4932         (mips_split_msa_fill_d): Likewise.
4933         (mips_output_move): Handle MSA moves.
4934         (mips_expand_msa_branch): New function.
4935         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
4936         Reinstate 'y' modifier.
4937         (mips_file_start): Add MSA .gnu_attribute.
4938         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
4939         FPRs.
4940         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
4941         (mips_class_max_nregs): Add register size for MSA supported mode.
4942         (mips_cannot_change_mode_class): Allow conversion between MSA
4943         vector modes and TImode.
4944         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
4945         instruction.
4946         (mips_secondary_reload_class): Force MSA loads/stores via memory.
4947         (mips_preferred_simd_mode): Add preffered modes for MSA.
4948         (mips_vector_mode_supported_p): Add MSA supported modes.
4949         (mips_autovectorize_vector_sizes): New function.
4950         (mips_msa_output_division): Likewise.
4951         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
4952         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
4953         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
4954         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
4955         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
4956         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
4957         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
4958         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
4959         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
4960         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
4961         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
4962         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
4963         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
4964         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
4965         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
4966         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
4967         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
4968         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
4969         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
4970         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
4971         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
4972         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
4973         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
4974         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
4975         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
4976         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
4977         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
4978         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
4979         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
4980         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
4981         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
4982         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
4983         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
4984         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
4985         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
4986         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
4987         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
4988         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
4989         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
4990         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
4991         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
4992         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
4993         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
4994         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
4995         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
4996         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
4997         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
4998         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
4999         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
5000         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
5001         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
5002         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
5003         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
5004         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
5005         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
5006         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
5007         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
5008         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
5009         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
5010         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
5011         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
5012         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
5013         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
5014         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
5015         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
5016         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
5017         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
5018         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
5019         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
5020         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
5021         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
5022         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
5023         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
5024         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
5025         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
5026         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
5027         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
5028         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
5029         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
5030         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
5031         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
5032         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
5033         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
5034         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
5035         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
5036         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
5037         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
5038         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
5039         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
5040         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
5041         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
5042         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
5043         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
5044         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
5045         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
5046         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
5047         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
5048         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
5049         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
5050         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
5051         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
5052         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
5053         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
5054         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
5055         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
5056         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
5057         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
5058         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
5059         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
5060         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
5061         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
5062         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
5063         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
5064         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
5065         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
5066         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
5067         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
5068         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
5069         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
5070         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
5071         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
5072         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
5073         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
5074         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
5075         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
5076         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
5077         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
5078         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
5079         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
5080         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
5081         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
5082         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
5083         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
5084         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
5085         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
5086         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
5087         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
5088         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
5089         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
5090         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
5091         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
5092         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
5093         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
5094         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
5095         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
5096         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
5097         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
5098         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
5099         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
5100         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
5101         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
5102         move_v builtins.
5103         (mips_get_builtin_decl_index): New array.
5104         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
5105         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
5106         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
5107         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
5108         (mips_init_builtins): Initialize mips_get_builtin_decl_index
5109         array.
5110         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
5111         hook.
5112         (mips_expand_builtin_insn): Prepare operands for
5113         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
5114         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
5115         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
5116         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
5117         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
5118         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
5119         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
5120         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
5121         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
5122         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
5123         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
5124         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
5125         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
5126         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
5127         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
5128         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
5129         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
5130         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
5131         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
5132         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
5133         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
5134         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
5135         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
5136         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
5137         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
5138         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
5139         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
5140         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
5141         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
5142         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
5143         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
5144         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
5145         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
5146         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
5147         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
5148         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
5149         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
5150         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
5151         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
5152         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
5153         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
5154         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
5155         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
5156         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
5157         These are set implicitly and an error is reported if overridden.
5158         (mips_expand_builtin_msa_test_branch): New function.
5159         (mips_expand_msa_shuffle): Likewise.
5160         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
5161         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
5162         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
5163         (mips_expand_vec_unpack): Add support for MSA.
5164         (mips_expand_vector_init): Likewise.
5165         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
5166         instead of const0_rtx.
5167         (mips_msa_vec_parallel_const_half): New function.
5168         (mips_gen_const_int_vector): Likewise.
5169         (mips_gen_const_int_vector_shuffle): Likewise.
5170         (mips_expand_msa_cmp): Likewise.
5171         (mips_expand_vec_cond_expr): Likewise.
5172         * config/mips/mips.h
5173         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
5174         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
5175         specified.
5176         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
5177         (ISA_HAS_MSA): New macro.
5178         (UNITS_PER_MSA_REG): Likewise.
5179         (BITS_PER_MSA_REG): Likewise.
5180         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
5181         (MSA_REG_FIRST): New macro.
5182         (MSA_REG_LAST): Likewise.
5183         (MSA_REG_NUM): Likewise.
5184         (MSA_REG_P): Likewise.
5185         (MSA_REG_RTX_P): Likewise.
5186         (MSA_SUPPORTED_MODE_P): Likewise.
5187         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
5188         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
5189         * config/mips/mips.md: Include mips-msa.md.
5190         (alu_type): Add simd_add.
5191         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
5192         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
5193         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
5194         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
5195         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
5196         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
5197         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
5198         simd_move, simd_load, simd_store.  Choose "multi" for moves
5199         for "qword_mode".
5200         (qword_mode): New attribute.
5201         (insn_count): Add instruction count for quad moves.
5202         Increase the count for MIPS SIMD division.
5203         (UNITMODE): Add UNITMODEs for vector types.
5204         (addsub): New code iterator.
5205         * config/mips/mips.opt (mmsa): New option.
5206         * config/mips/msa.h: New file.
5207         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
5208         specified.
5209         * config/mips/mti-linux.h: Likewise.
5210         * config/mips/predicates.md
5211         (const_msa_branch_operand): New constraint.
5212         (const_uimm3_operand): Likewise.
5213         (const_uimm4_operand): Likewise.
5214         (const_uimm5_operand): Likewise.
5215         (const_uimm8_operand): Likewise.
5216         (const_imm5_operand): Likewise.
5217         (aq10b_operand): Likewise.
5218         (aq10h_operand): Likewise.
5219         (aq10w_operand): Likewise.
5220         (aq10d_operand): Likewise.
5221         (const_m1_operand): Likewise.
5222         (reg_or_m1_operand): Likewise.
5223         (const_exp_2_operand): Likewise.
5224         (const_exp_4_operand): Likewise.
5225         (const_exp_8_operand): Likewise.
5226         (const_exp_16_operand): Likewise.
5227         (const_vector_same_val_operand): Likewise.
5228         (const_vector_same_simm5_operand): Likewise.
5229         (const_vector_same_uimm5_operand): Likewise.
5230         (const_vector_same_uimm6_operand): Likewise.
5231         (const_vector_same_uimm8_operand): Likewise.
5232         (par_const_vector_shf_set_operand): Likewise.
5233         (reg_or_vector_same_val_operand): Likewise.
5234         (reg_or_vector_same_simm5_operand): Likewise.
5235         (reg_or_vector_same_uimm6_operand): Likewise.
5236         * doc/extend.texi (MIPS SIMD Architecture Functions): New
5237         section.
5238         * doc/invoke.texi (-mmsa): Document new option.
5240 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5242         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
5243         * configure: Regenerate.
5244         * config.in: Regenerate.
5245         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
5246         on -fvtable-verify.
5247         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
5248         (ENDFILE_VTV_SPEC): Define.
5250 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
5252         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
5253         registers in all interrupt handlers if necessary.
5254         (rl78_option_override): Add warning.
5255         (MUST_SAVE_MDUC_REGISTERS): New macro.
5256         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
5257         * config/rl78/rl78.c (check_mduc_usage): New function.
5258         (mduc_regs): New structure to hold MDUC register data.
5259         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
5260         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
5261         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
5262         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
5263         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
5264         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
5266 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
5268         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
5269         (tree-ssa-loop-niter.h): Ditto.
5270         (idx_within_array_bound, ref_within_array_bound): New functions.
5271         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
5272         Factor out check on writable base object to ...
5273         (base_object_writable): ... here.
5275 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5277         * config/arm/arm.md (probe_stack): Add modes to set source
5278         and destination.
5280 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
5282         * regrename.c (base_reg_class_for_rename): New static function.
5283         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
5285 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
5287         * cgraph.c (thunk_adjust): Export.
5288         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
5289         * cgraphunit.c (thunk_adjust): Export.
5290         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
5291         thunks.
5292         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
5293         inlinable.
5294         * tree-inline.c (expand_call_inline): Expand thunks inline.
5296 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
5298         PR target/70998
5299         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
5300         (*sse2_vd_cvtss2sd): Ditto.
5301         * config/i386/i386.md
5302         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
5303         Generate *sse2_vd_cvtsd2ss pattern.
5304         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
5305         Generate *sse2_vd_cvtss2sd pattern.
5307 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5309         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
5310         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
5311         users.
5313 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5315         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
5316         * config/sh/sh.c: Define and declare variables on first use throughout
5317         the file.
5318         (current_function_interrupt): Change to bool type.
5319         (frame_insn): Rename to emit_frame_insn and update users.
5320         (push_regs): Use bool for 'interrupt_handler' argument.
5321         (save_schedule_s): Remove.
5322         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
5323         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
5324         targetm.asm_out.unaligned_op.di.
5325         (gen_far_branch): Remove redundant forward declaration.
5326         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
5327         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
5328         (sh_set_return_address, sh_function_ok_for_sibcall,
5329         scavenge_reg): Update comments.
5330         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
5331         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
5332         (sh_attr_renesas_p): Remove unnecessary parentheses.
5333         (branch_dest): Simplify.
5334         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
5335         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
5336         (CUMULATIVE_ARGS): Change macro to typedef.
5337         (current_function_interrupt): Change to bool type.
5338         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
5339         Surround with __cplusplus ifdef.
5340         (sh_compare_op0, sh_compare_op1): Remove.
5341         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
5343 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
5345         * config/arm/arm.md: (arch): Add neon.
5346         (arch_enabled): Return yes for arch neon when TARGET_NEON.
5347         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
5348         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
5349         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
5350         attributes for alt renumbering.  Mark alt 3 as non-predicable.
5351         (thumb2_movdf_vfp): Likewise.
5353 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
5355         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
5356         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
5357         (*andqi_1): Add preferred_for_speed attribute to disparage
5358         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
5359         (*<code>qi_1): Ditto.
5360         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
5361         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
5362         (*ashlqi3_1): Ditto.
5363         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
5364         Add preferred_for_size attribute to disparage alternative 0 and
5365         preferred_for_speed attribute to disparage alternative 1 for
5366         TARGET_PARTIAL_REG_STALL targets.
5368 2016-05-07  Tom de Vries  <tom@codesourcery.com>
5370         PR tree-optimization/70956
5371         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
5372         def.
5374 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
5376         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
5377         * config/sh/sh.c (sh_cbranch_distance): Implement it.
5378         * config/sh/sh.md (branch_zero): Remove define_attr.
5379         (define_delay): Disable delay slot if branch distance is one insn.
5381 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5383         * config/i386/i386.md (LEAMODE): New mode attribute.
5384         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
5385         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
5386         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
5387         operand 2 predicate.
5388         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
5389         (*lea<mode>_general_3): Ditto.
5390         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
5392 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5394         * genmddump.c (main): Convert argv from char ** to const char **.
5396 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5398         * coretypes.h (OVERRIDE): New macro.
5399         (FINAL): New macro.
5401 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
5403         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
5404         allow coalescing if the types are compatible.
5406 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5408         * pass_manager.h (pass_manager::register_pass_name): New method.
5409         (pass_manager::get_pass_by_name): New method.
5410         (pass_manager::create_pass_tab): New method.
5411         (pass_manager::m_name_to_pass_map): New field.
5412         * passes.c (name_to_pass_map): Delete global in favor of field
5413         "m_name_to_pass_map" of pass_manager.
5414         (register_pass_name): Rename from a function to...
5415         (pass_manager::register_pass_name): ...this method, updating
5416         for renaming of global "name_to_pass_map" to field
5417         "m_name_to_pass_map".
5418         (create_pass_tab): Rename from a function to...
5419         (pass_manager::create_pass_tab): ...this method, updating
5420         for renaming of global "name_to_pass_map" to field.
5421         (get_pass_by_name): Rename from a function to...
5422         (pass_manager::get_pass_by_name): ...this method.
5423         (enable_disable_pass): Convert use of get_pass_by_name to
5424         a method call, locating the pass_manager singleton.
5426 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5428         * genattr-common.c (main): Convert argv from char ** to const char **.
5429         * genattr.c (main): Likewise.
5430         * genattrtab.c (main): Likewise.
5431         * genautomata.c (initiate_automaton_gen): Likewise.
5432         (main): Likewise.
5433         * gencodes.c (main): Likewise.
5434         * genconditions.c (main): Likewise.
5435         * genconfig.c (main): Likewise.
5436         * genconstants.c (main): Likewise.
5437         * genemit.c (main): Likewise.
5438         * genenums.c (main): Likewise.
5439         * genextract.c (main): Likewise.
5440         * genflags.c (main): Likewise.
5441         * genmddeps.c (main): Likewise.
5442         * genopinit.c (main): Likewise.
5443         * genoutput.c (main): Likewise.
5444         * genpeep.c (main): Likewise.
5445         * genpreds.c (main): Likewise.
5446         * genrecog.c (main): Likewise.
5447         * gensupport.c (init_rtx_reader_args_cb): Likewise.
5448         (init_rtx_reader_args): Likewise.
5449         * gensupport.h (init_rtx_reader_args_cb): Likewise.
5450         (init_rtx_reader_args): Likewise.
5451         * gentarget-def.c (main): Likewise.
5452         * read-md.c (read_md_files): Likewise.
5453         * read-md.h (read_md_files): Likewise.
5455 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5457         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
5458         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
5459         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
5460         Remove unused predicate.
5461         (register_and_not_fp_reg_operand): Ditto.
5463 2016-05-06  Martin Liska  <mliska@suse.cz>
5465         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
5466         instead of vec as the vector is local to the function.
5468 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5470         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
5471         avx512bw alternative.
5473         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
5474         before the ashr<mode>3 pattern.
5476         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
5477         v instead of x in vex or maybe_vex alternatives, use
5478         maybe_evex instead of vex in prefix.
5480         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
5481         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
5482         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
5483         in vex or maybe_vex alternatives, use maybe_evex instead of vex
5484         in prefix.
5486         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
5487         v instead of x in vex or maybe_vex alternatives, use
5488         maybe_evex instead of vex in prefix.
5490         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
5491         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
5492         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
5493         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
5494         alternatives, use maybe_evex instead of vex in prefix.
5496         * config/i386/sse.md (vec_interleave_lowv4sf,
5497         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
5498         v instead of x in vex or maybe_vex alternatives, use
5499         maybe_evex instead of vex in prefix.
5501         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
5502         v instead of x in vex or maybe_vex alternatives, use
5503         maybe_evex instead of vex in prefix.
5505         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
5506         v constraint instead of x.
5508 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5510         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
5511         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
5512         equality first.
5514 2016-05-06  Richard Biener  <rguenther@suse.de>
5516         PR tree-optimization/70948
5517         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5518         Properly clobber all fields of va_list for __builtin_va_start.
5520 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
5522         PR debug/70935
5523         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
5524         loop latch destination.
5526 2016-05-06  Martin Liska  <mliska@suse.cz>
5528         * tree-ssa-uninit.c: Apply manual changes
5529         to the GNU coding style.
5530         (prune_uninit_phi_opnds): Rename from
5531         prune_uninit_phi_opnds_in_unrealizable_paths.
5533 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5535         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
5536         mspace): Remove deprecated options.
5537         * doc/invoke.texi (SH options): Remove -mspace.
5539 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5541         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
5543 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5545         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
5546         corresponding combine split pattern.
5548 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5550         PR target/58219
5551         * config/sh/predicates.md (long_displacement_mem_operand): New.
5552         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
5553         Add movi20, movi20s alternatives.  Adjust length attribute for
5554         alternatives.
5555         (movsi_ie): Allow for any FPU.  Adjust length attribute for
5556         alternatives.
5557         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
5558         attribute for alternatives.
5559         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
5560         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
5561         length attribute for alternatives.
5563 2016-05-06  Richard Biener  <rguenther@suse.de>
5565         PR tree-optimization/70960
5566         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
5568 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5570         PR target/52933
5571         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
5572         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
5574 2016-05-06  Marek Polacek  <polacek@redhat.com>
5576         PR sanitizer/70875
5577         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
5579 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5581         PR target/54089
5582         * config/sh/sh.md (*rotcr): Add another variant.
5584 2016-05-06  Richard Biener  <rguenther@suse.de>
5586         PR middle-end/70931
5587         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
5589 2016-05-06  Richard Biener  <rguenther@suse.de>
5591         PR middle-end/70941
5592         * fold-const.c (split_tree): Always convert to the original type
5593         before negating.
5595 2016-05-06  Richard Biener  <rguenther@suse.de>
5597         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
5598         (fwprop_addr): Likewise.
5600 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5602         PR target/70873
5603         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
5604         New prototype.
5605         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
5606         * config/i386/i386.md (push mem splitter): Use find_constant_src in
5607         the splitter condition.
5608         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
5609         the splitter condition.
5610         (FP float_extend load splitter): Ditto.
5612 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
5614         * config/i386/i386.md (peehole2 patterns): Change true_regnum
5615         to REGNO in all peephole2 patterns.
5616         (post-reload splitters): Change true_regnum to REGNO in
5617         post-reload splitters.
5618         (zero_extend splitters): Use general_reg_operand and
5619         nonimmediate_gr_operand predicates.
5621 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
5623         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
5624         v constraint instead of x.
5626 2016-05-05  Alan Modra  <amodra@gmail.com>
5628         PR target/68662
5629         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
5630         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
5631         TARGET_NO_FP_IN_TOC for -mrelocatable.
5632         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
5633         TARGET_RELOCATABLE test.
5634         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5635         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5636         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5637         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5638         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5639         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5640         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5641         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5642         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
5643         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5644         Likewise.
5645         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
5646         (rs6000_stack_info): Likewise.
5647         (rs6000_elf_asm_out_constructor): Likewise.
5648         (rs6000_elf_asm_out_destructor): Likewise.
5649         (rs6000_elf_declare_function_name): Likewise.
5650         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
5651         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
5652         Don't define.
5654 2016-05-05  Alan Modra  <amodra@gmail.com>
5656         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
5658 2016-05-05  Alan Modra  <amodra@gmail.com>
5660         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
5661         out-of-line gpr restore for one or two regs if that would add
5662         a save of lr.
5664 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
5666         PR target/70873
5667         * config/i386/i386.md
5668         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
5669         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
5670         as operand 0 predicate.
5671         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
5672         Ditto.
5673         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
5674         Ditto.  Emit the pattern using RTX.
5676         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
5677         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
5678         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
5679         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
5680         Ditto.
5681         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
5682         sse_reg_operand as operand 0 predicate.
5684         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
5685         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
5686         instead of gen_rtx_REG.
5687         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
5688         Ditto.
5690 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5692         * function.c (emit_use_return_register_into_block): Delete.
5693         (gen_return_pattern): Delete.
5694         (emit_return_into_block): Delete.
5695         (active_insn_between): Delete.
5696         (convert_jumps_to_returns): Delete.
5697         (emit_return_for_exit): Delete.
5698         (thread_prologue_and_epilogue_insns): Delete all code dealing with
5699         simple_return for shrink-wrapped blocks.
5700         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
5701         end of blocks that need one.
5702         (get_unconverted_simple_return): Delete.
5703         (convert_to_simple_return): Delete.
5704         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
5705         (convert_to_simple_return): Ditto.
5707 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5709         * cfgcleanup.c (bb_is_just_return): New function.
5710         (try_optimize_cfg): Simplify jumps to return, branches to return,
5711         and branches around return.
5713 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5715         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
5716         branch to a return.
5718 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5720         PR c++/70906
5721         PR c++/70933
5722         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
5723         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
5724         assert flags & OEP_HASH_CHECK, instead of asserting it
5725         never happens.  Handle TARGET_EXPR.
5726         * fold-const.c (operand_equal_p): For hash verification,
5727         or in OEP_HASH_CHECK into flags.
5729 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
5731         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
5732         comment.
5733         (compute_samebase_partition_bases): Fix typo.
5735 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5737         * config/i386/sse.md (vec_interleave_highv8sf,
5738         vec_interleave_lowv8sf, vec_interleave_highv4df,
5739         vec_interleave_lowv4df): Remove constraints from expanders.
5741         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
5743 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5745         * tree-inline.c (expand_call_inline): Fix path dealing with
5746         making lhs of call statement undefined.
5748 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5750         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
5751         Check availability on NODE, too.
5752         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
5753         (cgraph_node::call_for_symbol_and_aliases): Likewise.
5754         (varpool_node::call_for_symbol_and_aliase): Likewise.
5755         * ipa-pure-const.c (add_new_function): Analyze all bodies.
5756         (propagate_pure_const): Propagate across interposable functions, too.
5757         (skip_function_for_local_pure_const): Do not skip interposable bodies
5758         with aliases.
5759         (pass_local_pure_const::execute): Update.
5761 2016-05-04  Marek Polacek  <polacek@redhat.com>
5763         * doc/invoke.texi: Document -Wdangling-else.
5765 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5767         * config.gcc: Error out when conflicting multilib is detected.  Do not
5768         loop over multilibs since no combination is legal.
5770 2016-05-04  Alan Modra  <amodra@gmail.com>
5772         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
5773         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
5774         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5775         Align .toc.
5777 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
5779         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
5780         Clean up p5600 comments.
5782 2016-05-04  Richard Biener  <rguenther@suse.de>
5784         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
5785         constructor simplifications.
5786         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
5788 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
5790         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
5791         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
5792         result.set_rtx is null instead of aborting.
5793         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
5794         Always enable.
5795         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
5796         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
5797         *mov<mode>_store_postinc): New patterns.
5799 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
5801         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
5802         as commutative.  Check both conversions are NOP.
5803         ((A & B) OP (C & B)): Remove.
5805 2016-05-04  Alan Modra  <amodra@gmail.com>
5807         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
5809 2016-05-04  Alan Modra  <amodra@gmail.com>
5811         PR target/70866
5812         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
5813         when cr2,3,4 are all fixed regs.
5815 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
5817         PR rtl-optimization/57193
5818         * opts.c (default_options_table): Revert OPT_frename_registers change.
5819         * doc/invoke.texi (-frename-registers, -O2): Likewise.
5821 2016-05-03  Martin Sebor  <msebor@redhat.com>
5823         PR c++/66561
5824         * builtins.c (fold_builtin_FILE): New function.
5825         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
5826         (fold_builtin_0): Call them.
5827         * gimplify.c (gimplify_call_expr): Remove the handling of
5828         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
5830         PR c++/66561
5831         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
5832         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
5833         constants.
5835         PR c++/66639
5836         * doc/extend.texi (Function Names as Strings): Update __func__,
5837         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
5838         constants.
5840 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5841             Richard Biener  <rguenther@suse.de>
5843         PR tree-optimization/70916
5844         * tree-if-conv.c: Include cfganal.h.
5845         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
5846         and remove_fake_exit_edges around the optimization pass.
5848 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
5850         * cgraph.c (symbol_table::create_edge): Set inline_failed.
5851         (cgraph_edge::make_direct): Likewise.
5852         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
5853         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
5854         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
5855         (CIF_THUNK): New code.
5856         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
5857         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
5858         (compute_inline_parameters): Set inline_failed for thunks.
5859         (inline_analyze_function): Cleanup.
5860         * ipa-inline.c (can_inline_edge_p): Do not deal with
5861         call_stmt_cannot_inline_p.
5862         (can_early_inline_edge_p): Likewise.
5863         (early_inliner): Initialize inline_failed.
5864         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
5866 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
5868         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
5869         from nonimm_ssenomem_operand.
5870         (nonimm_ssenomem_operand): New predicate.
5871         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
5872         as operand 0 predicate.
5873         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
5874         Disable unsupported alternatives using "enabled" attribute.
5875         Use register_ssemem_operand as operand 0 predicate.
5876         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
5878 2016-05-03  Marek Polacek  <polacek@redhat.com>
5880         PR c/70859
5881         * input.c (expansion_point_location): New function.
5882         * input.h (expansion_point_location): Declare.
5884 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5886         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
5887         occurence with frame_offset_ ones.
5889 2016-05-03  Alan Modra  <amodra@gmail.com>
5891         PR rtl-optimization/70890
5892         * ira.c (combine_and_move_insns): When moving def_insn, remove
5893         equivs on use_insn.
5895 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5897         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
5898         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
5899         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
5900         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
5902 2016-05-03  Alan Modra  <amodra@gmail.com>
5904         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
5905         for SAVE_MULTIPLE/STORE_MULTIPLE.
5907 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5909         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
5910         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
5912 2016-05-03  Richard Biener  <rguenther@suse.de>
5914         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
5915         default true.
5916         (gimplify_arg): Likewise.
5917         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
5918         re-writing the result to a decl if required.
5919         (internal_get_tmp_var): Add allow_ssa parameter
5920         and override into_ssa with it.
5921         (get_formal_tmp_var): Adjust.
5922         (get_initialized_tmp_var): Add allow_ssa parameter.
5923         (gimplify_arg): Add allow_ssa parameter and avoid generating
5924         SSA names for the result false.
5925         (gimplify_call_expr): If the call may return twice do not
5926         gimplify parameters into SSA.
5927         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
5928         (gimplify_modify_expr): Adjust assert.  For noreturn calls
5929         with a SSA name LHS adjust its def.
5930         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
5931         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
5932         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
5933         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
5934         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
5935         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
5936         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
5937         (optimize_target_teams): Do not allow SSA names for clause operands.
5938         (gimplify_expr): Likewise for where we mark the result addressable.
5939         * passes.def (pass_init_datastructures): Remove.
5940         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
5941         (rewrite_stmt): Likewise.
5942         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
5943         (replace_locals_op): Replace SSA names.
5944         (copy_gimple_seq_and_replace_locals): Init src_cfun.
5945         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
5946         * cgraph.c (release_function_body): Free CFG annotations only
5947         when we have a CFG.  Simplify.
5948         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
5949         force_gimple_operand instead of get_initialized_tmp_var.
5950         * tree-pass.h (make_pass_init_datastructures): Remove.
5951         * tree-ssa.c (execute_init_datastructures): Remove.
5952         (pass_data_init_datastructures): Likewise.
5953         (class pass_init_datastructures): Likewise.
5954         (make_pass_init_datastructures): Likewise.
5955         * omp-low.c (create_omp_child_function): Init SSA data structures.
5956         (grid_expand_target_grid_body): Likewise.
5957         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
5958         name before adding it to names_to_release.
5959         (remove_bb): Always release SSA defs.
5960         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
5961         before dereferencing it.
5962         * cgraphunit.c (init_lowered_empty_function): Always
5963         int SSA data structures.
5964         * tree-ssanames.c (release_defs): Remove assert that we are in
5965         SSA form.
5966         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
5968 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5969             Uros Bizjak  <ubizjak@gmail.com>
5971         PR rtl-optimization/70467
5972         * config/i386/predicates.md (x86_64_hilo_int_operand,
5973         x86_64_hilo_general_operand): New predicates.
5974         * config/i386/constraints.md (Wd): New constraint.
5975         * config/i386/i386.md (mode attr di): Use Wd instead of e.
5976         (general_hilo_operand): New mode attr.
5977         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
5978         instead of <general_operand>.
5979         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
5980         x86_64_hilo_general_operand instead of <general_operand>.
5982 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5984         PR tree-optimization/70916
5985         * tree-if-conv.c (constant_or_ssa_name): Removed.
5986         (fold_build_cond_expr): Use is_gimple_val instead of
5987         constant_or_ssa_name.
5989         PR tree-optimization/70916
5990         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
5991         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
5993         PR target/49244
5994         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
5995         (optimize_atomic_bit_test_and): New function.
5996         (pass_fold_builtins::execute): Use it.
5997         * optabs.def (atomic_bit_test_and_set_optab,
5998         atomic_bit_test_and_complement_optab,
5999         atomic_bit_test_and_reset_optab): New optabs.
6000         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
6001         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
6002         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
6003         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
6004         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
6005         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
6006         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
6007         * doc/md.texi (atomic_bit_test_and_set@var{mode},
6008         atomic_bit_test_and_complement@var{mode},
6009         atomic_bit_test_and_reset@var{mode}): Document.
6010         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
6011         atomic_bit_test_and_complement<mode>,
6012         atomic_bit_test_and_reset<mode>): New expanders.
6013         (atomic_bit_test_and_set<mode>_1,
6014         atomic_bit_test_and_complement<mode>_1,
6015         atomic_bit_test_and_reset<mode>_1): New insns.
6017 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
6019         PR rtl-optimization/70687
6020         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
6021         instead of unsigned HOST_WIDE_INT.
6023 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
6025         PR rtl-optimization/44281
6026         * hard-reg-set.h (struct target_hard_regs): New field
6027         x_fixed_nonglobal_reg_set.
6028         (fixed_nonglobal_reg_set): New macro.
6029         * reginfo.c (init_reg_sets_1): Initialize it.
6030         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
6031         of fixed_reg_set.
6032         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
6034 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6036         PR tree-optimization/56541
6037         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
6038         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
6039         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
6040         (any_complicated_phi): new static variable.
6041         (aggressive_if_conv): delete.
6042         (if_convertible_phi_p): support phis with more than two arguments.
6043         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
6044         critical pred edges.
6045         (ifcvt_split_critical_edges): support phis with more than two
6046         arguments by checking new parameter.  only split critical edges
6047         if needed.
6048         (tree_if_conversion): handle simd pragma marked loop using new
6049         local variable aggressive_if_conv.  check any_complicated_phi.
6051 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6053         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
6054         before using it.
6056 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
6058         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
6059         cbase.
6061 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
6063         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
6064         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
6065         define_insn_and_split.
6066         (mulsi3_i): New define_insn_and_split.
6067         (mulsi3_call): Convert to define_insn.
6068         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
6069         Remove constraints.
6071 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
6073         * machmode.h (mode_complex): Add support to give the complex mode
6074         for a given mode.
6075         (GET_MODE_COMPLEX_MODE): Likewise.
6076         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
6077         stored by build_complex_type and gfc_build_complex_type instead of
6078         trying to figure out the appropriate mode based on the size. Raise
6079         an assertion error, if the type was not set.
6080         * genmodes.c (struct mode_data): Add field for the complex type of
6081         the given type.
6082         (blank_mode): Likewise.
6083         (make_complex_modes): Remember the complex mode created in the
6084         base type.
6085         (emit_mode_complex): Write out the mode_complex array to map a
6086         type mode to the complex version.
6087         (emit_insn_modes_c): Likewise.
6088         * tree.c (build_complex_type): Set the complex type to use before
6089         calling layout_type.
6090         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
6091         support for __float128 complex datatypes.
6092         (rs6000_hard_regno_mode_ok): Likewise.
6093         (rs6000_setup_reg_addr_masks): Likewise.
6094         (rs6000_complex_function_value): Likewise.
6095         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
6096         __float128 and __ibm128 complex.
6097         (FLOAT128_IBM_P): Likewise.
6098         (ALTIVEC_ARG_MAX_RETURN): Likewise.
6099         * doc/extend.texi (Additional Floating Types): Document that
6100         -mfloat128 must be used to enable __float128.  Document complex
6101         __float128 and __ibm128 support.
6103 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
6105         PR target/49244
6106         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
6107         char/short arguments promoted to int because of promote_prototypes.
6109 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
6111         * config/i386/predicates.md (register_ssemem_operand): New predicate.
6112         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
6113         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
6114         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
6115         alternatives using "enabled" attribute.  Use register_ssemem_operand
6116         as operand 1 predicate.
6117         (*cmpi<unord>xf_i387): Split XFmode pattern from
6118         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
6119         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
6120         *absneg<mode>2_i387.  Disable unsupported alternatives using
6121         "enabled" attribute.
6122         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
6124 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
6126         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
6127         marker.
6128         (oacc_loop_process): Check mask for loop termination.
6130 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
6132         * cif-code.def (CIF_THUNK): Add.
6133         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
6134         accidental change.
6136 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
6138         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
6139         (dump_inline_summary): Dump it.
6140         (fp_expression_p): New predicate.
6141         (estimate_function_body_sizes): Use it.
6142         (inline_merge_summary): Merge fp_expressions.
6143         (inline_read_section): Read fp_expressions.
6144         (inline_write_summary): Write fp_expressions.
6145         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
6146         codegen boundary if either caller or callee is !fp_expressions.
6147         * ipa-inline.h (inline_summary): Add fp_expressions.
6148         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
6149         to fp_expressions be sure the fp generation flags are updated.
6151 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
6153         PR rtl-optimization/70467
6154         * cse.c (cse_insn): Handle no-op MEM moves after folding.
6156         PR rtl-optimization/70467
6157         * ipa-pure-const.c (check_call): Handle internal calls even in
6158         ipa mode like in local mode.
6160 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6162         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
6164 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
6166         * match.pd (X u< X, X u> X): New transformations.
6168 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
6170         * flag-types.h (enum warn_strict_overflow_code): Move ...
6171         * coretypes.h: ... here.
6172         * fold-const.h (fold_overflow_warning): Declare.
6173         * fold-const.c (fold_overflow_warning): Make non-static.
6174         (fold_comparison): Move the transformation of X +- C1 CMP C2
6175         into X CMP C2 -+ C1 ...
6176         * match.pd: ... here.
6177         * gimple-fold.c (fold_stmt_1): Protect with
6178         fold_defer_overflow_warnings.
6180 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
6182         * omp-low.c (struct oacc_loop): Add 'inner' field.
6183         (new_oacc_loop_raw): Initialize it to zero.
6184         (oacc_loop_fixed_partitions): Initialize it.
6185         (oacc_loop_auto_partitions): Partition outermost loop to outermost
6186         available partitioning.
6188 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6190         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
6191         register_operand.
6192         (umulsidi3): Likewise.
6193         (indirect_jump): Fix jump instruction assembly patterns.
6195 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
6197         PR target/70860
6198         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
6199         (nvptx_function_value): Assert non-NULL cfun.
6201 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
6203         PR rtl-optimization/70886
6204         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
6206         * cselib.h (rtx_equal_for_cselib_1): Declare.
6207         (rtx_equal_for_cselib_p: New inline function.
6208         * cselib.c (rtx_equal_for_cselib_p): Delete.
6209         (rtx_equal_for_cselib_1): Make public.
6211 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
6213         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
6214         (register_mixssei387nonimm_operand): Remove predicate.
6215         * config/i386/i386.md (*fop_<mode>_comm): Merge from
6216         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
6217         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
6218         for TARGET_MIX_SSE_I387 alternatives.
6219         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
6220         Disable unsupported alternatives using "enabled" attribute.  Use
6221         nonimm_ssenomem_operand as operand 1 predicate.  Also check
6222         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
6224 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6226         * tree.c (cst_and_fits_in_hwi): Simplify.
6228 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6230         * tree.h (wi::to_wide): New function.
6231         * expr.c (expand_expr_real_1): Use wi::to_wide.
6232         * fold-const.c (int_const_binop_1): Likewise.
6233         (extract_muldiv_1): Likewise.
6235 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6237         * wide-int.h: Update offset_int and widest_int documentation.
6238         (WI_SIGNED_SHIFT_RESULT): New macro.
6239         (wi::binary_shift): Define signed_shift_result_type for
6240         shifts on offset_int- and widest_int-like types.
6241         (generic_wide_int): Support <<= and >>= if << and >> are supported.
6242         * tree.h (int_bit_position): Use shift operators instead of wi::
6243          shifts.
6244         * alias.c (adjust_offset_for_component_ref): Likewise.
6245         * expr.c (get_inner_reference): Likewise.
6246         * fold-const.c (fold_comparison): Likewise.
6247         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
6248         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
6249         * tree-dfa.c (get_ref_base_and_extent): Likewise.
6250         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
6251         (stmt_kills_ref_p): Likewise.
6252         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
6253         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
6254         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6255         (ao_ref_init_from_vn_reference): Likewise.
6257 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
6259         * wide-int.h: Update offset_int and widest_int documentation.
6260         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
6261         (wi::binary_traits): Allow ordered comparisons between offset_int and
6262         offset_int, between widest_int and widest_int, and between either
6263         of these types and basic C types.
6264         (operator <, <=, >, >=): Define for the same combinations.
6265         * tree.h (tree_int_cst_lt): Use comparison operators instead
6266         of wi:: comparisons.
6267         (tree_int_cst_le): Likewise.
6268         * gimple-fold.c (fold_array_ctor_reference): Likewise.
6269         (fold_nonarray_ctor_reference): Likewise.
6270         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
6271         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
6272         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
6273         * tree-sra.c (completely_scalarize): Likewise.
6274         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
6275         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
6276         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
6277         (check_for_binary_op_overflow): Likewise.
6278         (search_for_addr_array): Likewise.
6279         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
6281 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6283         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
6284         (arc_save_restore): Likewise.
6285         (arc_dwarf_register_span): Likewise.
6286         (arc_output_pic_addr_const): Initialize suffix variable.
6288 2016-05-02  Martin Liska  <mliska@suse.cz>
6290         * symbol-summary.h (function_summary::function_summary):
6291         Remove checking assert for all cgraph nodes.
6292         (function_summary::get): Check summary_uid.
6293         (symtab_insertion): Check summary_uid.
6295 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6297         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
6298         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
6299         bmaskn instruction.
6300         (arc_dwarf_register_span): Remove enum keyword.
6301         (compact_memory_operand_p): New function.
6302         * config/arc/arc.h (reg_class): Add code density register classes.
6303         (REG_CLASS_NAMES): Likewise.
6304         (REG_CLASS_CONTENTS): Likewise.
6305         * config/arc/arc.md (*movqi_insn): Add code density instructions.
6306         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
6307         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
6308         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
6309         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
6310         constraints.
6311         (h, Rcd, Rsd, Rzd): New register constraints.
6312         (T): Use compact_memory_operand_p function.
6313         * config/arc/predicates.md (compact_load_memory_operand): Remove.
6315 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6317         * config/sh/sh.md (*negnegt, *movtt): Remove.
6319 2016-05-02  Marek Polacek  <polacek@redhat.com>
6320             Tom de Vries  <tom@codesourcery.com>
6322         PR tree-optimization/70700
6323         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
6324         bigger than FIRST_REF_NODE.
6326 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6328         PR target/52898
6329         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
6330         TARGET_CMPEQDI_T.
6331         (prepare_cbranch_operands): Don't use scratch register.  Assume that
6332         function is used when pseudos can be created.
6333         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
6334         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
6335         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
6336         define_expand.  Allow it only when pseudos can be created.
6337         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
6339 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
6341         * config/i386/constraints.md (BC): Only allow -1 operands.
6342         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
6343         Add "enabled" attribute.  Update XI mode attribute calculation.
6344         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
6345         (*movoi_internal_avx): Update XI mode attribute calculation.
6346         (*movti_internal): Ditto.
6348 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6350         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
6351         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
6353 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
6355         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
6356         statement on instruction code.  Remove trailing spaces.
6357         (altivec_expand_stv_builtin): Likewise.
6359 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6361         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
6362         (TARGET_FPU_DOUBLE): Simplify.
6363         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
6364         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
6365         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
6366         with 'TARGET_FPU_DOUBLE'.
6367         * config/sh/sh.md: Likewise.
6369 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
6371         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
6372         SH_DIV_STR_FOR_SIZE): Remove.
6373         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
6374         SH_DIV_STR_FOR_SIZE): Remove.
6376 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6378         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
6379         logical_reg_operand): Delete.
6380         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
6381         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
6382         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
6383         match_operand and match_test.
6384         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
6385         variables on their first use.  Return bool values.
6386         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
6387         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
6388         arith_reg_operand for input operand.  Remove empty constraints.
6389         (xorsi3): Delete.
6390         (*xorsi3_compact): Rename to xorsi3.
6391         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
6392         (*zero_extend<mode>si2_disp_mem): Update comment.
6393         (mov_nop): Delete.
6395 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6397         * config/sh/t-sh: Remove SH5 support.
6398         * config.gcc: Likewise.
6399         * configure: Likewise.
6401 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6403         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
6405 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6407         * config/sh/sh.c (register_sh_passes, sh_option_override,
6408         sh_print_operand, prepare_move_operands,
6409         sh_can_follow_jump): Remove TARGET_SH1 checks.
6410         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
6411         PROMOTE_MODE): Likewise.
6412         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
6413         movdi): Likewise.
6415 2016-04-30  Alan Modra  <amodra@gmail.com>
6417         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
6418         restoring when fixed_reg_p, but allow out-of-line or stmw save.
6419         Check for user regs later to avoid unnecessary looping over regs.
6420         Merge user reg check with non-saved reg check.  Don't force
6421         inline VR restore when static chain used.
6422         (rs6000_frame_related): Omit eh_frame info for user regs when
6423         saving.
6424         (fixed_regs_p): Delete.
6426 2016-04-30  Alan Modra  <amodra@gmail.com>
6428         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
6429         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
6430         Update all uses.
6432 2016-04-30  Alan Modra  <amodra@gmail.com>
6434         PR target/69645
6435         * config/rs6000/rs6000.c (fixed_reg_p): New function.
6436         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
6437         Update all uses.
6439 2016-04-30  Alan Modra  <amodra@gmail.com>
6441         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
6442         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
6443         flag_pic test for Darwin.
6445 2016-04-30  Alan Modra  <amodra@gmail.com>
6447         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
6448         throw_calls_crossed.
6449         (REG_FREQ_CALLS_CROSSED): Delete.
6450         (REG_N_THROWING_CALLS_CROSSED): Delete.
6451         * regstat.c (regstat_bb_compute_ri): Don't calculate
6452         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
6453         (dump_reg_info): Don't print call cross frequency.
6454         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
6455         and REG_N_THROWING_CALLS_CROSSED.
6457 2016-04-30  Alan Modra  <amodra@gmail.com>
6459         * regs.h (struct reg_info_t): Delete live_length.
6460         (REG_LIVE_LENGTH): Delete macro.
6461         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
6462         local_live, local_processed and local_live_last_luid params.
6463         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
6464         Formatting fixes.
6465         (regstat_compute_ri): Adjust for above.  Don't set
6466         REG_LIVE_LENGTH.
6467         (dump_reg_info): Don't print live length.
6468         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
6469         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
6470         Localize loop_depth var.
6472 2016-04-30  Alan Modra  <amodra@gmail.com>
6474         * ira.c (enum valid_equiv): New.
6475         (validate_equiv_mem): Return enum.
6476         (update_equiv_mem): Create replacement in more cases.
6477         (add_store_equivs): Update validate_equiv_mem call.
6479 2016-04-30  Alan Modra  <amodra@gmail.com>
6481         * ira.c (combine_and_move_insns): Rather than scanning insns,
6482         use DF infrastucture to find use and def insns.
6484 2016-04-30  Alan Modra  <amodra@gmail.com>
6486         ira.c (combine_and_move_insns): Move invariant conditions..
6487         (ira.c): ..to here.  Call combine_and_move_insns before
6488         add_store_equivs.  Call grow_reg_equivs later.  Allocate
6489         req_equiv later using max_reg_num() rather than global max_regno.
6490         (contains_replace_regs): Delete.
6491         (add_store_equivs): Remove contains_replace_regs test.
6493 2016-04-30  Alan Modra  <amodra@gmail.com>
6495         * ira.c (struct equiv_mem_data): New.
6496         (equiv_mem, equiv_mem_modified): Delete static vars.
6497         (validate_equiv_mem_from_store): Use "data" param to communicate..
6498         (validate_equiv_mem): ..from here.
6500 2016-04-30  Alan Modra  <amodra@gmail.com>
6502         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
6503         split out from..
6504         (update_reg_equivs): ..here.  Move allocation and freeing of
6505         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
6506         end_alias_analysis to..
6507         (ira): ..here.
6509 2016-04-30  Alan Modra  <amodra@gmail.com>
6511         * ira.c (pdx_subregs): Delete.
6512         (struct equivalence): Add pdx_subregs field.
6513         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
6514         pdx_subregs access.
6515         (update_equiv_regs): Don't create or free pdx_subregs.  Update
6516         pdx_subregs access.
6518 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6520         * config/rs6000/altivec.h: Change definitions of vec_xl and
6521         vec_xst.
6522         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
6523         (LD_ELEMREV_V2DI): New.
6524         (LD_ELEMREV_V4SF): New.
6525         (LD_ELEMREV_V4SI): New.
6526         (LD_ELEMREV_V8HI): New.
6527         (LD_ELEMREV_V16QI): New.
6528         (ST_ELEMREV_V2DF): New.
6529         (ST_ELEMREV_V2DI): New.
6530         (ST_ELEMREV_V4SF): New.
6531         (ST_ELEMREV_V4SI): New.
6532         (ST_ELEMREV_V8HI): New.
6533         (ST_ELEMREV_V16QI): New.
6534         (XL): New.
6535         (XST): New.
6536         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6537         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
6538         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
6539         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
6540         (altivec_expand_builtin): Add handling for
6541         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
6542         (rs6000_invalid_builtin): Add error-checking for
6543         RS6000_BTM_P9_VECTOR.
6544         (altivec_init_builtins): Define builtins used to implement vec_xl
6545         and vec_xst.
6546         (rs6000_builtin_mask_names): Define power9-vector.
6547         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
6548         (RS6000_BTM_P9_VECTOR): Define.
6549         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
6550         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
6551         (vsx_ld_elemrev_v2df): Likewise.
6552         (vsx_ld_elemrev_v4sf): Likewise.
6553         (vsx_ld_elemrev_v4si): Likewise.
6554         (vsx_ld_elemrev_v8hi): Likewise.
6555         (vsx_ld_elemrev_v16qi): Likewise.
6556         (vsx_st_elemrev_v2df): Likewise.
6557         (vsx_st_elemrev_v2di): Likewise.
6558         (vsx_st_elemrev_v4sf): Likewise.
6559         (vsx_st_elemrev_v4si): Likewise.
6560         (vsx_st_elemrev_v8hi): Likewise.
6561         (vsx_st_elemrev_v16qi): Likewise.
6562         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
6563         grammar.
6565 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
6567         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
6568         out into ...
6569         (simplify_control_stmt_condition_1): ... here.  Recurse into
6570         BIT_AND_EXPRs and BIT_IOR_EXPRs.
6572 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
6574         PR target/69810
6575         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
6576         (zero_extendqi<mode>2_dot): Revert earlier conversion from
6577         define_insn_and_split to define_insn.
6578         (zero_extendqi<mode>2_dot2): Same.
6579         (extendqi<mode>2_dot): Same.
6580         (extendqi<mode>2_dot2): Same.
6582 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6584         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
6585         (probe_stack): New expander.
6586         (probe_stack_<mode>): New insn pattern.
6588 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6590         * config/i386/i386.md
6591         (operations with memory inputs setting flags peephole2):
6592         Remove uneeded REG_P checks.  Cleanup pattern generation.
6594 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
6596         * tree-vect-loop.c (vect_transform_loop): Fix
6597         nb_iterations_upper_bound computation for vectorized loop.
6599 2016-04-29  Marek Polacek  <polacek@redhat.com>
6600             Jakub Jelinek  <jakub@redhat.com>
6602         PR sanitizer/70342
6603         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
6604         TARGET_EXPR_SLOT as a base.
6606 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
6608         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
6609         with 'rCm2' constraints to limit possible immediate size.
6610         (*load_zeroextendqisi_update): Likewise.
6611         (*load_signextendqisi_update): Likewise.
6612         (*loadhi_update): Likewise.
6613         (*load_zeroextendhisi_update): Likewise.
6614         (*load_signextendhisi_update): Likewise.
6615         (*loadsi_update): Likewise.
6616         (*loadsf_update): Likewise.
6618 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6620         * config/i386/predicates.md (constm1_operand): Fix comparison.
6622 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6624         * testsuite/gcc.target/arc/ieee_eq.c: New test.
6626 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
6628         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
6629         remaining SH5 related settings.
6630         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
6631         shmedia_prepare_call_address): Delete.
6632         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
6633         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
6634         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
6635         UNSUPPORTED_SH2A): Remove m5 checks.
6636         (sh_divide_strategy_e): Remove SH5 division strategies.
6637         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
6638         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
6640 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6642         * config/s390/s390.c (s390_rtx_costs): Update documentation.
6644 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6646         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
6647         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
6648         Change lder to ldr.
6649         * config/s390/vector.md ("mov<mode>"): Likewise.
6651 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
6653         * config/s390/constraints.md ("U", "W"): Invoke
6654         s390_mem_constraint with "ZR" and "ZT".
6655         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
6656         addresses when using LRA.  Accept also short displacements for S
6657         and T constraints.  Do not check for long displacement target for
6658         S and T constraints.
6659         (s390_mem_constraint): Remove handling of U and W constraints.
6660         * config/s390/s390.md (various patterns): Remove the short
6661         displacement constraints (Q and R) if a long displacement
6662         constraint is present.  Add longdisp as required CPU capability.
6663         * config/s390/vector.md: Likewise.
6664         * config/s390/vx-builtins.md: Likewise.
6666 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6668         PR target/60040
6669         * reload1.c (reload): Call finish_spills before
6670         restarting reload loop. Skip select_reload_regs
6671         if update_eliminables_and_spill returns true.
6673 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6675         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
6676         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
6677         (umulhisi3_imm): Update predicates and constraint letters.
6678         (umulhisi3_reg): Declare instruction as commutative.
6679         * config/arc/constraints.md (J12, J16): New constraints.
6680         * config/arc/predicates.md (short_unsigned_const_operand): New
6681         predicate.
6682         (arc_short_operand): Likewise.
6683         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
6685 2016-04-29  Richard Biener  <rguenther@suse.de>
6687         PR tree-optimization/13962
6688         PR tree-optimization/65686
6689         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
6690         * tree-ssa-alias.c (ptrs_compare_unequal): New function
6691         using PTA to compare pointers.
6692         * match.pd: Add pattern for pointer equality compare simplification
6693         using ptrs_compare_unequal.
6695 2016-04-29  Richard Biener  <rguenther@suse.de>
6697         * stor-layout.c (layout_type): Do not build a pointer-to-element
6698         type for arrays.
6700 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6702         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
6703         Use SWI mode iterator.  Use general_reg_operand predicate.
6704         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
6705         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
6706         predicates.
6708 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
6710         PR middle-end/70843
6711         * fold-const.c (operand_equal_p): Don't verify hash value equality
6712         if arg0 == arg1.
6713         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
6714         and OMP_CLAUSE.
6716 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6718         PR target/70858
6719         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
6720         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
6721         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
6722         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
6723         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
6725 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6727         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
6728         to info.  Don't initialize separate fields to 0.  Clean up
6729         formatting a bit.
6731 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6733         * config/i386/i386.md (peephole2s for operations with memory inputs):
6734         Use SWI mode iterator.
6735         (peephole2s for operations with memory outputs): Ditto.
6736         Do not check for stack checking probe.
6738         (probe_stack): Remove expander.
6740 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6741             Andrew Burgess  <andrew.burgess@embecosm.com>
6743         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
6744         operands as 32-bits.
6746 2016-04-28  Jason Merrill  <jason@redhat.com>
6748         * gdbinit.in: Skip line-map.h.
6750 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6751             Andrew Burgess  <andrew.burgess@embecosm.com>
6753         * config/arc/arc.c (arc_conditional_register_usage): Take
6754         TARGET_RRQ_CLASS into account.
6755         (arc_print_operand): Support printing 'p' and 's' operands.
6756         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
6757         as 0.
6758         (TARGET_RRQ_CLASS): Define.
6759         (IS_POWEROF2_OR_0_P): Define.
6760         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
6761         alternatives.
6762         (*tst_movb): New define_insn.
6763         (*tst): Avoid recognition if it could prevent '*tst_movb'
6764         combination; replace c/CnL with c/Chs alternative.
6765         (*tst_bitfield_tst): New define_insn.
6766         (*tst_bitfield_asr): New define_insn.
6767         (*tst_bitfield): New define_insn.
6768         (andsi3_i): Add Rrq variant.
6769         (extzv): New define_expand.
6770         (insv): New define_expand.
6771         (*insv_i): New define_insn.
6772         (*movb): New define_insn.
6773         (*movb_signed): New define_insn.
6774         (*movb_high): New define_insn.
6775         (*movb_high_signed): New define_insn.
6776         (*movb_high_signed + 1): New define_split pattern.
6777         (*mrgb): New define_insn.
6778         (*mrgb + 1): New define_peephole2 pattern.
6779         (*mrgb + 2): New define_peephole2 pattern.
6780         * config/arc/arc.opt (mbitops): New option for nps400, uses
6781         TARGET_NPS_BITOPS_DEFAULT.
6782         * config/arc/constraints.md (q): Make register class conditional.
6783         (Rrq): New register constraint.
6784         (Chs): New constraint.
6785         (Clo): New constraint.
6786         (Chi): New constraint.
6787         (Cbf): New constraint.
6788         (Cbn): New constraint.
6789         (C18): New constraint.
6790         (Cbi): New constraint.
6792 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6794         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
6795         dst->popcount.
6796         (bitmap_intersection_of_preds): Ditto.
6797         (bitmap_union_of_succs): Ditto.
6798         (bitmap_union_of_preds): Ditto.
6799         * sbitmap.c (do_popcount): Delete.
6800         (BITMAP_DEBUGGING): Delete.
6801         (sbitmap_verify_popcount): Delete.
6802         (sbitmap_alloc): Don't initialize the popcount field.
6803         (sbitmap_alloc_with_popcount): Delete.
6804         (sbitmap_resize): Don't resize the popcount array.
6805         (sbitmap_vector_alloc): Don't initialize the popcount field.
6806         (bitmap_copy): Don't copy the popcount array.
6807         (bitmap_clear): Don't clear the popcount array.
6808         (bitmap_clear): Delete the popcount array handling.
6809         (bitmap_ior_and_compl): Delete the popcount assert.
6810         (bitmap_not): Ditto.
6811         (bitmap_and_compl): Ditto.
6812         (bitmap_and): Delete the popcount array handling.
6813         (bitmap_xor): Ditto.
6814         (bitmap_ior): Ditto.
6815         (bitmap_or_and): Delete the popcount assert.
6816         (bitmap_and_or): Ditto.
6817         (popcount_table): Delete.
6818         (sbitmap_elt_popcount): Delete.
6819         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
6820         (bitmap_set_bit): Delete the popcount assert.
6821         (bitmap_clear_bit): Ditto.
6822         (sbitmap_free): Don't free the popcount array.
6823         (sbitmap_alloc_with_popcount): Delete declaration.
6824         (sbitmap_popcount): Ditto.
6826 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6827             Andrew Burgess  <andrew.burgess@embecosm.com>
6829         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
6830         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
6831         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
6832         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
6833         * config/arc/arc.opt (mcmem): New option.
6834         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
6835         supply length for r/m alternative.
6836         (*extendqisi2_ac): Likewise.
6837         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
6838         r/Uex alternative.
6839         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
6840         (movhi_insn): Likewise.
6841         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
6842         (*zero_extendqihi2_i): Add r/Ucm alternative.
6843         (*zero_extendqisi2_ac): Likewise.
6844         (*zero_extendhisi2_i): Likewise.
6845         * config/arc/constraints.md (Uex): New memory constraint.
6846         (Ucm): New define_constraint.
6847         * config/arc/predicates.md (long_immediate_loadstore_operand):
6848         Return 0 for MEM with cmem_address address.
6849         (cmem_address_0): New predicates.
6850         (cmem_address_1): Likewise.
6851         (cmem_address_2): Likewise.
6852         (cmem_address): Likewise.
6854 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6856         * config/rs6000/rs6000.c (machine_function): Rename
6857         insn_chain_scanned_p to spe_insn_chain_scanned_p.
6858         (rs6000_stack_info): Adjust.
6860 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6861             Andrew Burgess  <andrew.burgess@embecosm.com>
6863         * config/arc/constraints.md (Usd): Convert to define_constraint.
6864         (Us<): Likewise.
6865         (Us>): Likewise.
6867 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6869         PR target/70821
6870         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
6871         Add new peephole2 where the first insn is *mov<mode>_or instead of
6872         *mov<mode>_internal.
6874 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
6876         * tracer.c (bb_seen): Make static.
6878 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
6880         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
6881         support, setup defaults.
6882         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
6883         * config/arc/arc.c (arc_init): Add NPS400 support.
6884         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
6885         (TARGET_ARC700): NPS400 is also an ARC700.
6886         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
6888 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6890         PR target/70668
6891         * config/nds32/nds32.md (casesi): Don't access the operands array
6892         out of bounds.
6894 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6896         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
6897         (or $-1,reg peephole2): Ditto.
6898         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
6900 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
6902         * doc/extend.texi (Common Function Attributes) [optimize]:
6903         Discourage use of the optimize attribute.
6905 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
6907         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
6908         special case builtin.
6909         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
6910         ALTIVEC_BUILTIN_VEC_ADDE.
6911         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
6912         support for ALTIVEC_BUILTIN_VEC_ADDE.
6913         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
6914         for __builtin_vec_adde.
6916 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6918         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
6919         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
6921 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6923         PR testsuite/70595
6924         * doc/sourcebuild.texi (Effective-Target Keywords, Other
6925         attributes): Document cilkplus_runtime.
6927 2016-04-28  Martin Jambor  <mjambor@suse.cz>
6929         * tree-cfg.c (verify_expr): Verify that local declarations belong to
6930         this function.  Call verify_expr on MEM_REFs and bases of other
6931         handled_components.
6933 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6935         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
6936         for WORD_REGISTER_OPERATIONS to runtime check.
6938 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6940         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
6942 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6944         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
6945         big-endian compilation.
6946         * config/arc/arc.md (addf3): Likewise.
6947         (subdf3): Likewise.
6948         (muldf3): Likewise.
6950 2016-04-28  Richard Biener  <rguenther@suse.de>
6952         PR tree-optimization/70840
6953         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
6954         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
6955         Mark x * pow(x,c) -> pow(x,c+1) commutative.
6956         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
6958 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6960         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
6961         and explain why in a comment.
6963 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6965         * config/arc/arc.md (cpu_facility): Add fpx variant.
6966         (subdf3): Prohibit use reverse sub when assist operations option
6967         is enabled.
6968         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
6969         instructions only when FPX is enabled.
6970         * testsuite/gcc.target/arc/trsub.c: New test.
6972 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6974         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
6975         mult_operator when calculating "type" attribute.
6976         (*fop_<mode>_1_i387): Ditto.
6977         (*fop_xf_1_i387): Ditto.
6978         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
6979         Use std::swap to swap operands.  Use RTL expressions to generate
6980         converted pattern.
6982 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6983             Joern Rennecke  <joern.rennecke@embecosm.com>
6985         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
6986         declaration.
6987         (emit_pic_move): Remove.
6988         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
6989         * config/arc/arc.c (emit_pic_move): Removed.
6990         (TARGET_HAVE_TLS): Define.
6991         (arc_conditional_register_usage): Test for arc_tp_regno.
6992         (arc_print_operand, arc_print_operand_address): Handle TLS
6993         unspecs.
6994         (arc_needs_pcl_p): New function.
6995         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
6996         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
6997         (arc_raw_symbolic_reference_mentioned_p): Likewise.
6998         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
6999         (arc_legitimize_tls_address): Likewise.
7000         (DTPOFF_ZERO_SYM): Define.
7001         (arc_legitimize_pic_address): Make it static, handle TLS cases.
7002         (arc_output_pic_addr_const): Print TLS unspecs.
7003         (prepare_pic_move): New function, replaces emit_pic_move.
7004         (arc_legitimate_constant_p): Handle TLS unspecs.
7005         (arc_legitimate_address_p): Likewise.
7006         (arc_rewrite_small_data_p): Use assert for TLS constants.
7007         (prepare_move_operands): Use prepare_pic_move.
7008         (arc_legitimize_address): Legitimize tls addresses.
7009         (arc_epilogue_uses): Check for arc_tp_regno.
7010         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
7011         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
7012         Define.
7013         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
7014         Likewise.
7015         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
7016         %(arc_tls_extra_start_spec).
7017         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
7018         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
7019         (EH_USES): Define.
7020         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
7021         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
7022         (UNSPEC_TLS_OFF): Add.
7023         (R10_REG): Define.
7024         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
7025         (get_thread_pointersi): New patterns.
7026         * config/arc/arc.opt (mtp-regno): New option.
7027         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
7028         (move_dest_operand): Likewise.
7029         * configure: Regenerate.
7030         * configure.ac: Add arc*-*-* case to test for tls.
7031         * doc/invoke.texi (ARC options): Document mtp-regno.
7033 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
7035         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
7036         the new ARC HS SIMD instructions.
7037         (arc_preferred_simd_mode): New function.
7038         (arc_autovectorize_vector_sizes): Likewise.
7039         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
7040         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
7041         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
7042         (arc_init_builtins): Add new SIMD builtin types.
7043         (arc_split_move): Handle 64 bit vector moves.
7044         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
7045         (TARGET_PLUS_QMACW): Define.
7046         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
7047         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
7048         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
7049         (VSUBADD4H): New builtins.
7050         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
7051         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
7053 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
7054             Matthias Klose  <doko@debian.org>
7056         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
7058 2016-04-28  Richard Biener  <rguenther@suse.de>
7060         PR middle-end/70777
7061         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
7062         canonicalization.
7064 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
7066         * common/config/sh/sh-common.c: Remove SH5 support.
7067         * config/sh/constraints.md: Likewise.
7068         * config/sh/config/sh/elf.h: Likewise.
7069         * config/sh/linux.h: Likewise.
7070         * config/sh/netbsd-elf.h: Likewise.
7071         * config/sh/predicates.md: Likewise.
7072         * config/sh/sh-c.c: Likewise.
7073         * config/sh/sh-protos.h: Likewise.
7074         * config/sh/sh.c: Likewise.
7075         * config/sh/sh.h: Likewise.
7076         * config/sh/sh.md: Likewise.
7077         * config/sh/sh.opt: Likewise.
7078         * config/sh/sync.md: Likewise.
7079         * config/sh/sh64.h: Delete.
7080         * config/sh/shmedia.h: Likewise.
7081         * config/sh/shmedia.md: Likewise.
7082         * config/sh/sshmedia.h: Likewise.
7083         * config/sh/t-netbsd-sh5-64: Likewise.
7084         * config/sh/t-sh64: Likewise.
7085         * config/sh/ushmedia.h: Likewise.
7087 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
7089         * config/i386/i386.md (sign_extend to memory peephole2s): Use
7090         general_reg_operand instead of register_operand predicate.
7092 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7094         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
7096 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
7098         * match.pd (A - B > A, A + B < A): New transformations.
7100 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
7102         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
7103         which defaults to true.  Emit an outer pair of parentheses only if
7104         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
7105         don't emit parentheses for the right-hand operand.
7107 2016-04-27  Jeff Law  <law@redhat.com>
7109         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
7111 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7113         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
7114         (altivec_lvx_<mode>_internal): Document.
7115         (altivec_lvx_<mode>_2op): New define_insn.
7116         (altivec_lvx_<mode>_1op): Likewise.
7117         (altivec_lvx_<mode>_2op_si): Likewise.
7118         (altivec_lvx_<mode>_1op_si): Likewise.
7119         (altivec_stvx_<mode>): Remove.
7120         (altivec_stvx_<mode>_internal): Document.
7121         (altivec_stvx_<mode>_2op): New define_insn.
7122         (altivec_stvx_<mode>_1op): Likewise.
7123         (altivec_stvx_<mode>_2op_si): Likewise.
7124         (altivec_stvx_<mode>_1op_si): Likewise.
7125         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
7126         Expand vec_ld and vec_st during parsing.
7127         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
7128         changes.
7129         (altivec_expand_stvx_be): Likewise.
7130         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
7131         address-masking behavior in RTL.
7132         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
7133         address-masking behavior in RTL.
7134         (altivec_expand_builtin): Change builtin code arguments for calls
7135         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
7136         (insn_is_swappable_p): Avoid incorrect swap optimization in the
7137         presence of lvx/stvx patterns.
7138         (alignment_with_canonical_addr): New function.
7139         (alignment_mask): Likewise.
7140         (find_alignment_op): Likewise.
7141         (recombine_lvx_pattern): Likewise.
7142         (recombine_stvx_pattern): Likewise.
7143         (recombine_lvx_stvx_patterns): Likewise.
7144         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
7145         stvx patterns from expand.
7146         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
7147         expansions.
7148         (vector_altivec_store_<mode>): Likewise.
7150 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
7152         * config/aarch64/aarch64.md
7153         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
7154         remove the "fp" attributes.
7155         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
7156         add the "simd" attributes.
7157         (*movdf_aarch64): Likewise.
7158         (*movtf_aarch64): Remove the "fp" attributes.
7159         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
7160         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
7162 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7164         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
7165         rtx to rtx_code_label *.
7166         * rtl.h (maybe_set_first_label_num): Likewise.
7168 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7170         * df-core.c (df_add_problem): Make the problem param be const.
7171         (df_remove_problem): Make local "problem" be const.
7172         * df-problems.c (problem_RD): Make const.
7173         (problem_LR): Likewise.
7174         (problem_LIVE): Likewise.
7175         (problem_MIR): Likewise.
7176         (problem_CHAIN): Likewise.
7177         (problem_WORD_LR): Likewise.
7178         (problem_NOTE): Likewise.
7179         (problem_MD): Likewise.
7180         * df-scan.c (problem_SCAN): Likewise.
7181         * df.h (struct df_problem): Make field "dependent_problem" be
7182         const.
7183         (struct dataflow): Likewise for field "problem".
7184         (df_add_problem): Make param const.
7186 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
7188         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
7189         inter-unit moves to/from vector registers are enabled.  Do not disable
7190         for TARGET_MMX.
7192 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7194         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
7195         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
7196         #define to...
7197         (enum df_problem_id): ...this new enum.
7198         (struct df_problem): Convert field "id" from "int" to
7199         enum df_problem_id.
7201 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
7203         * rtl.def: Update comment for "things in the instruction chain" to
7204         reflect the removal of the leading "i" field for INSN_UID in
7205         r210360.  Fix bogus apostrophe.
7207 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
7209         * config/i386/i386.md
7210         (lea arith with mem operand + setcc peephole2): Set operator mode.
7212 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
7214         PR target/70155
7215         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
7216         (dimode_scalar_to_vector_candidate_p): This.
7217         (timode_scalar_to_vector_candidate_p): New function.
7218         (scalar_to_vector_candidate_p): Likewise.
7219         (timode_check_non_convertible_regs): Likewise.
7220         (timode_remove_non_convertible_regs): Likewise.
7221         (remove_non_convertible_regs): Likewise.
7222         (remove_non_convertible_regs): Renamed to ...
7223         (dimode_remove_non_convertible_regs): This.
7224         (scalar_chain::~scalar_chain): Make it virtual.
7225         (scalar_chain::compute_convert_gain): Make it pure virtual.
7226         (scalar_chain::mark_dual_mode_def): Likewise.
7227         (scalar_chain::convert_insn): Likewise.
7228         (scalar_chain::convert_registers): Likewise.
7229         (scalar_chain::add_to_queue): Make it protected.
7230         (scalar_chain::emit_conversion_insns): Likewise.
7231         (scalar_chain::replace_with_subreg): Likewise.
7232         (scalar_chain::replace_with_subreg_in_insn): Likewise.
7233         (scalar_chain::convert_op): Likewise.
7234         (scalar_chain::convert_reg): Likewise.
7235         (scalar_chain::make_vector_copies): Likewise.
7236         (scalar_chain::convert_registers): New pure virtual function.
7237         (class dimode_scalar_chain): New class.
7238         (class timode_scalar_chain): Likewise.
7239         (scalar_chain::mark_dual_mode_def): Renamed to ...
7240         (dimode_scalar_chain::mark_dual_mode_def): This.
7241         (timode_scalar_chain::mark_dual_mode_def): New function.
7242         (timode_scalar_chain::convert_insn): Likewise.
7243         (dimode_scalar_chain::convert_registers): Likewise.
7244         (scalar_chain::compute_convert_gain): Renamed to ...
7245         (dimode_scalar_chain::compute_convert_gain): This.
7246         (scalar_chain::replace_with_subreg): Renamed to ...
7247         (dimode_scalar_chain::replace_with_subreg): This.
7248         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
7249         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
7250         (scalar_chain::make_vector_copies): Renamed to ...
7251         (dimode_scalar_chain::make_vector_copies): This.
7252         (scalar_chain::convert_reg): Renamed to ...
7253         (dimode_scalar_chain::convert_reg ): This.
7254         (scalar_chain::convert_op): Renamed to ...
7255         (dimode_scalar_chain::convert_op): This.
7256         (scalar_chain::convert_insn): Renamed to ...
7257         (dimode_scalar_chain::convert_insn): This.
7258         (scalar_chain::convert): Call convert_registers.
7259         (convert_scalars_to_vector): Change to scalar_chain pointer to
7260         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
7261         in 32-bit mode.  Delete scalar_chain pointer.  Call
7262         free_dominance_info in 64-bit mode.
7263         (pass_stv::gate): Remove TARGET_64BIT check.
7264         (ix86_option_override): Put the 64-bit STV pass before the CSE
7265         pass.
7267 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7269         * dwarf2out.h (struct dw_loc_descr_node): Remove the
7270         dw_loc_frame_offset field.
7271         * dwarf2out.c (new_loc_descr): Likewise.
7272         (resolve_args_picking_1): Turn the VISITED hash set into a
7273         FRAME_OFFSET hash map. Use it to associate a frame offset to
7274         visited nodes. Remove uses of the CHECKING_P macro.
7275         (resolve_args_picking): Update call to resolve_args_picking_1.
7277 2016-04-27  Martin Liska  <mliska@suse.cz>
7279         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
7280         (free_loop_data): Release vuses of groups.
7282 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
7284         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
7285         instead of redundant use_id and boolean have_use_for.
7286         (struct iv_use): Change sub_id into group_id.  Remove field next.
7287         Move fields: related_cands, n_map_members, cost_map and selected
7288         to ...
7289         (struct iv_group): ... here.  New structure.
7290         (struct iv_common_cand): Use structure declaration directly.
7291         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
7292         (MAX_CONSIDERED_USES): Rename macro to ...
7293         (MAX_CONSIDERED_GROUPS): ... here.
7294         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
7295         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
7296         (dump_uses): Rename to ...
7297         (dump_groups): ... here.  Update all uses.
7298         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
7299         (find_induction_variables): Refactor format of dump information.
7300         (record_sub_use): Delete.
7301         (record_use): Update all uses.
7302         (record_group): New function.
7303         (record_group_use, find_interesting_uses_op): Call above functions.
7304         Update all uses.
7305         (find_interesting_uses_cond): Ditto.
7306         (group_compare_offset): New function.
7307         (split_all_small_groups): Rename to ...
7308         (split_small_address_groups_p): ... here.  Update all uses.
7309         (split_address_groups):  Update all uses.
7310         (find_interesting_uses): Refactor format of dump information.
7311         (add_candidate_1): Update all uses.  Remove redundant check on iv,
7312         base and step.
7313         (add_candidate, record_common_cand): Remove redundant assert.
7314         (add_iv_candidate_for_biv): Update use.
7315         (add_iv_candidate_derived_from_uses): Update all uses.
7316         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
7317         (alloc_use_cost_map): Ditto.
7318         (set_use_iv_cost, get_use_iv_cost): Rename to ...
7319         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
7320         (determine_use_iv_cost_generic): Ditto.
7321         (determine_group_iv_cost_generic): Ditto.
7322         (determine_use_iv_cost_address): Ditto.
7323         (determine_group_iv_cost_address): Ditto.
7324         (determine_use_iv_cost_condition): Ditto.
7325         (determine_group_iv_cost_cond): Ditto.
7326         (determine_use_iv_cost): Ditto.
7327         (determine_group_iv_cost): Ditto.
7328         (set_autoinc_for_original_candidates): Update all uses.
7329         (find_iv_candidates): Update all uses.  Refactor dump information.
7330         (determine_use_iv_costs): Ditto.
7331         (determine_iv_costs): Ditto.
7332         (iv_ca_cand_for_use): Rename to ...
7333         (iv_ca_cand_for_group): ... here.  Update all uses.
7334         (iv_ca_add_use, iv_ca_add_group): Ditto.
7335         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
7336         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
7337         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
7338         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
7339         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
7340         (create_new_iv, adjust_iv_update_pos): Ditto.
7341         (rewrite_use_address): Delete.
7342         (rewrite_use_address_1): Rename to ...
7343         (rewrite_use_address): ... here.
7344         (rewrite_use_compare): Update all uses.
7345         (rewrite_use): Delete.
7346         (rewrite_uses): Rename to ...
7347         (rewrite_groups): ... here.  Update all uses.
7348         (remove_unused_ivs, free_loop_data): Update all uses.
7349         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
7351 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7353         * rtlanal.c (nonzero_bits1): Convert preprocessor check
7354         for WORD_REGISTER_OPERATIONS to runtime check.
7356 2016-04-27  Richard Biener  <rguenther@suse.de>
7358         PR ipa/70760
7359         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
7360         aggregate_value_p to determine if a function result is
7361         returned by reference.
7362         (ipa_pta_execute): Functions having their address taken are
7363         not automatically nonlocal.
7365 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7367         PR sanitizer/70683
7368         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
7369         * fold-const.c (operand_equal_p): If flag_checking and
7370         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
7371         and if it returns non-zero, assert iterative_hash_expr on both
7372         args is the same.
7374 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7376         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
7378 2016-04-27  Nick Clifton  <nickc@redhat.com>
7380         PR middle-end/49889
7381         * varasm.c (merge_weak): Generate an error if an attempt is made
7382         to convert a non-weak static function into a weak, public function.
7384 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7386         * params.def (MAX_PARTITION_SIZE): New param.
7387         * doc/invoke.texi: Document lto-max-partition.
7389 2016-04-27  Richard Biener  <rguenther@suse.de>
7391         PR ipa/70785
7392         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
7393         function cummulating used_from_other_partition, externally_visible
7394         and force_output from aliases.
7395         (refered_from_nonlocal_var): Likewise.
7396         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
7397         node flags properly.
7399 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7401         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
7402         (-Wmemset-elt-size): New item.
7404 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
7406         PR ada/70759
7407         * stor-layout.h (internal_reference_types): Delete.
7408         * stor-layout.c (reference_types_internal): Likewise.
7409         (internal_reference_types): Likewise.
7410         (layout_type) <REFERENCE_TYPE>: Adjust.
7412 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7414         PR sanitizer/70683
7415         * tree.h (inchash::add_expr): Add FLAGS argument.
7416         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
7417         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
7418         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
7419         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
7420         if swap_tree_comparison (code) is smaller than code, hash that
7421         and arguments in the other order.  Hash CONVERT_EXPR the same
7422         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
7423         of ADDR_EXPR of decl as the decl itself.  Add or remove
7424         OEP_ADDRESS_OF from recursive flags as needed.  For
7425         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
7426         operands commutatively and only the third one normally.
7427         For internal CALL_EXPR hash in CALL_EXPR_IFN.
7429 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7431         * config/rtems.h (LIB_SPEC): Add -latomic.
7433 2016-04-27  Joel Sherrill  <joel@rtems.org>
7435         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
7436         xilink.ld and flags not relevant to RTEMS.
7438 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
7440         * toplev.c (backend_init_target): Avoid calling init_reload when using
7441         LRA.
7443 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7445         * reorg.c (try_merge_delay_insns): Declare i and j inside the
7446         for loops rather than one for the whole function.
7448 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7450         * match.pd (X + CST CMP X): New transformation.
7452 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7454         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
7455         * fold-const.c (fold_binary_loc): Remove 2 transformations
7456         superseded by match.pd.
7457         * match.pd (x+x -> x*2): Generalize to integers.
7459 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
7461         * config/i386/i386.md (operation on memory peephole): Duplicate an
7462         existing peephole and adapt it to match lea rather than an operation
7463         that clobbers CC.
7465         PR rtl-optimization/57193
7466         * opts.c (default_options_table): Add OPT_frename_registers at -O2
7467         and above.
7468         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
7470 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7472         * tree-if-conv.c (any_pred_load_store): New static variable.
7473         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
7474         any_pred_load_store instead of and_mask_load_store.
7475         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
7476         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
7477         (combine_blocks, tree_if_conversion): Ditto.
7479 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7481         PR tree-optimization/70771
7482         PR tree-optimization/70775
7483         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
7484         virtual PHI nodes.  Delete parameter.
7485         (if_convertible_loop_p_1): Delete argument to above function.
7486         (predicate_all_scalar_phis): Delete code handling single-argument
7487         PHIs.
7488         (tree_if_conversion): Mark and update virtual SSA.
7490 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7492         PR target/61821
7493         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
7494         (x86_elf_aligned_common): Rename to ...
7495         (x86_elf_aligned_decl_common): ... this.
7496         Add decl arg.  Switch to .lbss for largecomm object.  Use
7497         LARGECOMM_SECTION_ASM_OP.
7498         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
7499         renaming.
7500         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
7501         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
7502         Pass new decl arg.
7503         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7504         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
7506 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7508         PR target/59407
7509         * config/i386/i386.c (SECTION_LARGE): Define.
7510         (x86_64_elf_select_section): Set it for large data/bss sections.
7511         Only clear SECTION_WRITE for .lrodata.
7512         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
7513         data/bss sections.
7514         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
7515         * varasm.c (default_elf_asm_named_section): Grow flagchars.
7516         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
7517         SECTION_MACH_DEP.
7518         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
7519         * doc/tm.texi: Regenerate.
7521 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7523         PR bootstrap/70704
7524         * configure.ac (--enable-checking): Document extra flag, for
7525         non-release builds default to --enable-checking=yes,extra.
7526         If misc checking and extra checking, define CHECKING_P to 2 instead
7527         of 1.
7528         * common.opt (fchecking=): Add.
7529         * doc/invoke.texi (-fchecking=): Document.
7530         * doc/install.texi: Document --enable-checking changes.
7531         * configure: Regenerated.
7532         * config.in: Regenerated.
7534 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7536         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
7537         attribute instead of which_alternative.
7538         * config/i386/sse.md (*mov<mode>_internal): Ditto.
7539         Use EXT_REX_SSE_REG_P where appropriate.
7541 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7543         * config/i386/predicates.md (const0_operand): Do not match
7544         const_wide_int code.
7545         (const1_operand): Ditto.
7547 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7549         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
7550         for SSE constm1 operands and TARGET_AVX512VL.
7551         (*movti_internal): Ditto.
7552         (*mov<mode>_or): Use constm1_operand predicate.
7553         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
7554         for SSE vector_all_ones operands and TARGET_AVX512VL.
7555         * config/i386/predicates.md (constm1_operand): New predicate.
7556         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
7557         emission of constant -1 load.
7559 2016-04-25  Jason Merrill  <jason@redhat.com>
7561         * gdbinit.in: Skip is-a.h.
7563         * attribs.c (register_scoped_attributes): Fix logic.
7564         * attribs.h: Declare register_scoped_attributes.
7566 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7568         * config/rs6000/rs6000-builtin.def: Correct pasto error for
7569         stxvd2x and stxvw4x built-in functions.
7571 2016-04-25  DJ Delorie  <dj@redhat.com>
7573         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
7574         (ashrhi3): Likewise.
7575         (lshrhi3): Likewise.
7577 2016-04-25  Richard Biener  <rguenther@suse.de>
7579         PR tree-optimization/70780
7580         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
7581         wasn't visited yet.
7582         (compute_antic): Mark blocks with abnormal preds as visited as
7583         they have a final empty antic-in solution already.
7585 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7587         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
7589 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7591         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
7592         mode is VQI to improve mixed mode vectorization.
7593         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
7594         define_insn to match low half of signed vaddw.
7595         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
7596         define_insn to match high half of signed vaddw.
7597         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
7598         define_insn to match low half of unsigned vaddw.
7599         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
7600         define_insn to match high half of unsigned vaddw.
7601         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
7602         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7603         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
7604         for new function.
7605         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7606         * config/arm/predicates.md (vect_par_constant_high): Support
7607         big endian and simplify by calling
7608         arm_simd_check_vect_par_cnst_half
7609         (vect_par_constant_low): Likewise.
7611 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7613         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
7614         predicate for operand 2.
7616 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
7617             H.J. Lu  <hongjiu.lu@intel.com>
7619         * config/i386/i386-protos.h (standard_sse_constant_p): Add
7620         machine_mode argument.
7621         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
7622         constm1_rtx operands.  For VOIDmode constants, get mode from
7623         pred_mode.  Check mode size if the mode is supported by ABI.
7624         (standard_sse_constant_opcode): Do not use standard_constant_p.
7625         Strictly check ABI support for all-ones operands.
7626         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
7627         immediates. Update calls to standard_sse_constant_p.
7628         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
7629         (ix86_rtx_costs): Ditto.
7630         * config/i386/i386.md (*movxi_internal_avx512f): Use
7631         nonimmediate_or_sse_const_operand instead of vector_move_operand.
7632         Use (v,BC) alternative instead of (v,C). Use register_operand
7633         checks instead of MEM_P.
7634         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
7635         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
7636         isa attribute.  Use register_operand checks instead of MEM_P.
7637         (*movti_internal): Use nonimmediate_or_sse_const_operand for
7638         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
7639         alternative and corresponding sse2 isa attribute.
7640         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
7641         to standard_sse_constant_p.
7642         (FP constant splitters): Ditto.
7643         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
7644         (C): Ditto.
7645         * config/i386/predicates.md (constm1_operand): Remove.
7646         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
7647         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
7648         vector_all_ones_operand instead of constm1_operand.
7650 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7652         * print-rtl.c (print_rtx_insn_vec): New function.
7653         * print-rtl.h: New prototype.
7654         * store-motion.c (struct st_expr): Make avail_stores a vector.
7655         (st_expr_entry): Adjust.
7656         (free_st_expr_entry): Likewise.
7657         (print_store_motion_mems): Likewise.
7658         (find_moveable_store): Likewise.
7659         (compute_store_table): Likewise.
7660         (delete_store): Likewise.
7661         (build_store_vectors): Likewise.
7663 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7665         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
7667 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7669         * vec.h (vec_safe_contains): New function.
7670         (vec::contains): Likewise.
7671         (vec::begin): Likewise.
7672         (vec::end): Likewise.
7674 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
7676         PR sanitizer/70712
7677         * cfgexpand.c (expand_stack_vars): Fix typo.
7679 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7681         * system.h (list, map, set, vector): Include conditionally.
7682         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
7683         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
7684         * ipa-icf.c (INCLUDE_LIST): Define.
7685         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
7686         * config/sh/sh.c (INCLUDE_VECTOR): Define.
7687         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
7688         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
7689         * cp/logic.cc (INCLUDE_LIST): Define.
7690         * fortran/trans-common.c (INCLUDE_MAP): Define.
7692 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7694         * auto-profile.c: Remove <string.h> include.
7695         * ipa-icf-gimple.c: Remove <list> include.
7696         * diagnostic.c: Remove <new> include.
7697         * genmatch.c: Likewise.
7698         * pretty-print.c: Likewise.
7699         * toplev.c: Likewise
7700         * c/c-objc-common.c: Likewise.
7701         * cp/error.c: Likewise.
7702         * fortran/error.c: Likewise.
7704 2016-04-22  Richard Biener  <rguenther@suse.de>
7706         * lto-streamer-in.c (input_ssa_names): Do not allocate
7707         GIMPLE_NOP for all SSA names.
7708         * lto-streamer-out.c (output_ssa_names): Do not output
7709         SSA names that should have been released.
7711 2016-04-22  Richard Biener  <rguenther@suse.de>
7713         PR tree-optimization/70740
7714         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
7715         VDEF.
7717 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
7719         PR target/70750
7720         * config/i386/predicates.md (call_insn_operand): Replace
7721         sibcall_memory_operand with memory_operand.
7723 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
7725         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
7726         has_single_use() tests.
7727         (register_edge_assert_for_1): Likewise.
7728         (find_assert_locations_1): Check the liveness bitmap instead of
7729         checking has_single_use().
7731 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
7733         PR target/70728
7734         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
7735         Extract AVX-512BW constraint from AVX.
7737 2016-04-21  Richard Biener  <rguenther@suse.de>
7739         PR tree-optimization/70725
7740         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
7741         for phi_convertible_by_degenerating_args.
7742         (predicate_all_scalar_phis): Handle single-argument PHIs.
7744 2016-04-21  Richard Biener  <rguenther@suse.de>
7746         PR middle-end/70747
7747         * fold-const.c (fold_comparison): Return properly typed
7748         constant boolean.
7750 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
7752         PR tree-optimization/70715
7753         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
7754         after expanding BASE using expand_simple_operations.
7756 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7758         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
7759         New transformations.
7761 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7763         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
7765 2016-04-20  Jan Hubicka  <jh@suse.cz>
7767         * ipa-inline.c (can_inline_edge_p): Pass caller info to
7768         ultiimate_alias_target.
7769         (update_callee_keys): Likewise.
7770         (lookup_recursive_calls): Likewise.
7771         (speculation_useful_p): Likewise.
7773 2016-04-20  Jan Hubicka  <jh@suse.cz>
7775         PR ipa/70018
7776         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
7777         (set_nothrow_flag_1): ... this; handle interposition correctly;
7778         recurse on aliases and thunks.
7779         (cgraph_node::set_nothrow_flag): New.
7780         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
7781         functions compiled with non-call exceptions that binds to current
7782         def.
7783         (propagate_nothrow): Be safe WRT interposition.
7784         * cgraph.h (set_nothrow_flag): Update prototype.
7786 2016-04-18  Jan Hubicka  <jh@suse.cz>
7788         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
7789         max_loop_iterations_int.
7790         (tree_unswitch_outer_loop): Likewise.
7792 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7794         PR tree-optimization/69489
7795         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
7796         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
7797         Revise dump message.
7798         (if_convertible_bb_p): Remove check on edge count of basic block's
7799         predecessors.
7801 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7803         PR tree-optimization/56625
7804         PR tree-optimization/69489
7805         * tree-data-ref.h (DR_INNERMOST): New macro.
7806         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
7807         hashing struct innermost_loop_behavior.
7808         (ref_DR_map): Remove.
7809         (innermost_DR_map): New map.
7810         (baseref_DR_map): Revise comment.
7811         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
7812         to innermost_DR_map accroding to its innermost loop behavior.
7813         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
7814         to its innermost loop behavior.
7815         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
7816         Add initialization for innermost_DR_map.  Record memory reference
7817         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
7818         have innermost loop behavior.
7819         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
7820         innermost_DR_map.
7822 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
7824         * config/i386/i386.md (*lea<mode>_general_1): Rename from
7825         *lea_general_1.  Use explicit SWI12 mode interator.
7826         (*lea<mode>_general_2): Rename from *lea_general_2.
7827         Use explicit SWI12 mode interator.
7828         (*lea<mode>_general_3): Rename from *lea_general_3.
7829         Use explicit SWI12 mode interator.
7830         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
7831         Use explicit SWI12 mode interator.
7832         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
7833         Use explicit SWI48 mode interator.
7835 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
7837         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
7838         Short-cut unaligned load and store cases.  Handle all integer
7839         vector modes.
7840         (ix86_expand_vector_move_misalign): Short-cut unaligned load
7841         and store cases.  Call ix86_avx256_split_vector_move_misalign
7842         directly without checking mode class.
7844 2016-04-20  Andrew Pinski  <apinski@cavium.com>
7845             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7847         PR target/64971
7848         * config/aarch64/aarch64.md (sibcall): Force call
7849         address to be DImode for ILP32.
7850         (sibcall_value): Likewise.
7852 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
7854         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
7856 2016-04-20  Richard Biener  <rguenther@suse.de>
7858         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
7859         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
7860         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
7861         (maybe_push_res_to_seq): Adjust.
7862         * gimple-fold.c (maybe_build_generic_op): Likewise.
7864 2016-04-20  Marek Polacek  <polacek@redhat.com>
7866         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
7867         rather than true.
7869 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
7871         * config/i386/sse.md (vec_unpacks_lo_hi): Always
7872         use kmovw to support AVX512F target.
7874 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7876         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
7878 2016-04-20  Marek Polacek  <polacek@redhat.com>
7880         PR tree-optimization/70725
7881         * tree-if-conv.c (is_false_predicate): New function.
7882         (predicate_mem_writes): Use it.
7884 2016-04-20  Richard Biener  <rguenther@suse.de>
7886         PR tree-optimization/70726
7887         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
7888         shift amounts from a pattern stmt operand.
7890 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7892         PR target/70674
7893         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
7894         stack_restore_from_fpr pattern when restoring r15.
7895         (s390_optimize_prologue): Strip away the memory barrier in the
7896         parallel when trying to get rid of restore insns.
7897         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
7898         definition for loading the stack pointer from an FPR.  Compared to
7899         the normal move insn this pattern includes a full memory barrier.
7901 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
7903         PR middle-end/70680
7904         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
7905         implicitly linear or lastprivate iterator on the outer context.
7907 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
7909         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
7910         alignment check.
7911         * config/i386/i386.md (ssememalign): Removed.
7912         * config/i386/sse.md: Remove ssememalign attribute from patterns.
7914 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
7916         PR target/69201
7917         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
7918         const short * to __builtin_ia32_loaddquhi512_mask.
7919         (_mm512_maskz_loadu_epi16): Likewise.
7920         (_mm512_mask_storeu_epi16): Pass short * to
7921         __builtin_ia32_storedquhi512_mask.
7922         (_mm512_mask_loadu_epi8): Pass const char * to
7923         __builtin_ia32_loaddquqi512_mask.
7924         (_mm512_maskz_loadu_epi8): Likewise.
7925         (_mm512_mask_storeu_epi8): Pass char * to
7926         __builtin_ia32_storedquqi512_mask.
7927         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
7928         const double * to __builtin_ia32_loadupd512_mask.
7929         (_mm512_mask_loadu_pd): Likewise.
7930         (_mm512_maskz_loadu_pd): Likewise.
7931         (_mm512_storeu_pd): Pass double * to
7932         __builtin_ia32_storeupd512_mask.
7933         (_mm512_mask_storeu_pd): Likewise.
7934         (_mm512_loadu_ps): Pass const float * to
7935         __builtin_ia32_loadups512_mask.
7936         (_mm512_mask_loadu_ps): Likewise.
7937         (_mm512_maskz_loadu_ps): Likewise.
7938         (_mm512_storeu_ps): Pass float * to
7939         __builtin_ia32_storeups512_mask.
7940         (_mm512_mask_storeu_ps): Likewise.
7941         (_mm512_mask_loadu_epi64): Pass const long long * to
7942         __builtin_ia32_loaddqudi512_mask.
7943         (_mm512_maskz_loadu_epi64): Likewise.
7944         (_mm512_mask_storeu_epi64): Pass long long *
7945         to __builtin_ia32_storedqudi512_mask.
7946         (_mm512_loadu_si512): Pass const int * to
7947         __builtin_ia32_loaddqusi512_mask.
7948         (_mm512_mask_loadu_epi32): Likewise.
7949         (_mm512_maskz_loadu_epi32): Likewise.
7950         (_mm512_storeu_si512): Pass int * to
7951         __builtin_ia32_storedqusi512_mask.
7952         (_mm512_mask_storeu_epi32): Likewise.
7953         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
7954         char * to __builtin_ia32_storedquqi256_mask.
7955         (_mm_mask_storeu_epi8): Likewise.
7956         (_mm256_mask_loadu_epi16): Pass const short * to
7957         __builtin_ia32_loaddquhi256_mask.
7958         (_mm256_maskz_loadu_epi16): Likewise.
7959         (_mm_mask_loadu_epi16): Pass const short * to
7960         __builtin_ia32_loaddquhi128_mask.
7961         (_mm_maskz_loadu_epi16): Likewise.
7962         (_mm256_mask_loadu_epi8): Pass const char * to
7963         __builtin_ia32_loaddquqi256_mask.
7964         (_mm256_maskz_loadu_epi8): Likewise.
7965         (_mm_mask_loadu_epi8): Pass const char * to
7966         __builtin_ia32_loaddquqi128_mask.
7967         (_mm_maskz_loadu_epi8): Likewise.
7968         (_mm256_mask_storeu_epi16): Pass short * to.
7969         __builtin_ia32_storedquhi256_mask.
7970         (_mm_mask_storeu_epi16): Pass short * to.
7971         __builtin_ia32_storedquhi128_mask.
7972         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
7973         const double * to __builtin_ia32_loadupd256_mask.
7974         (_mm256_maskz_loadu_pd): Likewise.
7975         (_mm_mask_loadu_pd): Pass onst double * to
7976         __builtin_ia32_loadupd128_mask.
7977         (_mm_maskz_loadu_pd): Likewise.
7978         (_mm256_mask_storeu_pd): Pass double * to
7979         __builtin_ia32_storeupd256_mask.
7980         (_mm_mask_storeu_pd): Pass double * to
7981         __builtin_ia32_storeupd128_mask.
7982         (_mm256_mask_loadu_ps): Pass const float * to
7983         __builtin_ia32_loadups256_mask.
7984         (_mm256_maskz_loadu_ps): Likewise.
7985         (_mm_mask_loadu_ps): Pass const float * to
7986         __builtin_ia32_loadups128_mask.
7987         (_mm_maskz_loadu_ps): Likewise.
7988         (_mm256_mask_storeu_ps): Pass float * to
7989         __builtin_ia32_storeups256_mask.
7990         (_mm_mask_storeu_ps): ass float * to
7991         __builtin_ia32_storeups128_mask.
7992         (_mm256_mask_loadu_epi64): Pass const long long * to
7993         __builtin_ia32_loaddqudi256_mask.
7994         (_mm256_maskz_loadu_epi64): Likewise.
7995         (_mm_mask_loadu_epi64): Pass const long long * to
7996         __builtin_ia32_loaddqudi128_mask.
7997         (_mm_maskz_loadu_epi64): Likewise.
7998         (_mm256_mask_storeu_epi64): Pass long long * to
7999         __builtin_ia32_storedqudi256_mask.
8000         (_mm_mask_storeu_epi64): Pass long long * to
8001         __builtin_ia32_storedqudi128_mask.
8002         (_mm256_mask_loadu_epi32): Pass const int * to
8003         __builtin_ia32_loaddqusi256_mask.
8004         (_mm256_maskz_loadu_epi32): Likewise.
8005         (_mm_mask_loadu_epi32): Pass const int * to
8006         __builtin_ia32_loaddqusi128_mask.
8007         (_mm_maskz_loadu_epi32): Likewise.
8008         (_mm256_mask_storeu_epi32): Pass int * to
8009         __builtin_ia32_storedqusi256_mask.
8010         (_mm_mask_storeu_epi32): Pass int * to
8011         __builtin_ia32_storedqusi128_mask.
8012         * config/i386/i386-builtin-types.def (PCSHORT): New.
8013         (PINT64): Likewise.
8014         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
8015         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
8016         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
8017         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
8018         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
8019         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
8020         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
8021         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
8022         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
8023         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
8024         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
8025         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
8026         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
8027         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
8028         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
8029         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
8030         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
8031         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
8032         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
8033         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
8034         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
8035         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
8036         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
8037         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
8038         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
8039         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
8040         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
8041         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
8042         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
8043         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
8044         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
8045         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
8046         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
8047         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
8048         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
8049         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
8050         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
8051         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
8052         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
8053         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
8054         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
8055         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
8056         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
8057         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
8058         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
8059         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
8060         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
8061         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
8062         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
8063         use UNSPEC_STOREU.
8064         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
8065         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
8066         load nor store.
8067         (ix86_expand_vector_move_misalign): Likewise.
8068         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
8069         to scalar function prototype for unaligned load/store builtins.
8070         (ix86_expand_special_args_builtin): Updated.
8071         * config/i386/sse.md (UNSPEC_LOADU): Removed.
8072         (UNSPEC_STOREU): Likewise.
8073         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
8074         (VI_ULOADSTORE_F_AVX512VL): Likewise.
8075         (ssescalarsize): Handle V4TI, V2TI and V1TI.
8076         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8077         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
8078         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
8079         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
8080         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
8081         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
8082         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
8083         (<avx512>_storedqu<mode>_mask): Likewise.
8084         (*sse4_2_pcmpestr_unaligned): Likewise.
8085         (*sse4_2_pcmpistr_unaligned): Likewise.
8086         (*mov<mode>_internal): Renamed to ...
8087         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
8088         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
8089         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
8090         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
8092 2016-04-19  Richard Biener  <rguenther@suse.de>
8094         PR tree-optimization/70171
8095         * tree-ssa-phiprop.c: Include stor-layout.h.
8096         (phiprop_insert_phi): Handle the aggregate copy case.
8097         (propagate_with_phi): Likewise.
8099 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
8101         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
8102         instead of simplify_gen_subreg (... , 0).
8103         (ix86_delegitimize_address): Ditto.
8104         (ix86_split_divmod): Ditto.
8105         (ix86_split_copysign_const): Ditto.
8106         (ix86_split_copysign_var): Ditto.
8107         (ix86_expand_args_builtin): Ditto.
8108         (ix86_expand_round_builtin): Ditto.
8109         (ix86_expand_special_args_builtin): Ditto.
8110         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
8111         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
8112         (udivmodqi4): Ditto.
8113         (absneg splitters): Ditto.
8114         (*jcc_bt<mode>_1): Ditto.
8116 2016-04-19  Richard Biener  <rguenther@suse.de>
8118         PR tree-optimization/70724
8119         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
8120         restoring out from ...
8121         (free_scc_vn): ... here.
8122         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
8123         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
8124         tail merging.
8125         (pass_fre::execute): Restore SSA info.
8127 2016-04-19  Richard Biener  <rguenther@suse.de>
8129         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
8130         * gimple-walk.c (walk_gimple_op): Initialize it.
8131         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
8132         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
8133         remapping SSA names of defs.
8134         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
8135         adjustment.
8137 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
8139         PR middle-end/70689
8140         * lra-constraints.c (equiv_substition_p): New.
8141         (process_alt_operands): Use it.
8142         (swap_operands): Swap it.
8143         (curr_insn_transform): Update it.
8145 2016-04-18  Michael Matz  <matz@suse.de>
8147         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
8148         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
8149         * tree-core.h (tree_type_common.align): Use bit-field.
8150         (tree_type_common.spare): New.
8151         (tree_decl_common.off_align): Make smaller.
8152         (tree_decl_common.align): Use bit-field.
8154         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
8155         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
8156         (scan_sharing_clauses): Ditto.
8157         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8158         (omp_finish_file): Ditto.
8159         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
8160         (layout_decl): Ditto.
8161         (relayout_decl): Ditto.
8162         (finalize_record_size): Use SET_TYPE_ALIGN.
8163         (finalize_type_size): Ditto.
8164         (finish_builtin_struct): Ditto.
8165         (layout_type): Ditto.
8166         (initialize_sizetypes): Ditto.
8167         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
8168         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
8169         (lookup_field_for_decl): Use SET_DECL_ALIGN.
8170         (get_chain_field): Ditto.
8171         (get_trampoline_type): Ditto.
8172         (get_nl_goto_field): Ditto.
8173         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
8174         SET_DECL_ALIGN.
8175         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
8176         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
8177         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
8178         (build_qualified_type): Use SET_TYPE_ALIGN.
8179         (build_aligned_type, build_range_type_1): Ditto.
8180         (build_atomic_base): Ditto.
8181         (build_common_tree_nodes): Ditto.
8182         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
8183         (expand_one_stack_var_at): Ditto.
8184         * coverage.c (build_var): Use SET_DECL_ALIGN.
8185         * except.c (init_eh): Ditto.
8186         * function.c (assign_parm_setup_block): Ditto.
8187         * symtab.c (increase_alignment_1): Ditto.
8188         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
8189         * tree-vect-stmts.c (ensure_base_align): Ditto.
8190         * varasm.c (align_variable): Ditto.
8191         (assemble_variable): Ditto.
8192         (build_constant_desc): Ditto.
8193         (output_constant_def_contents): Ditto.
8195         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
8196         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
8197         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
8198         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
8199         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
8201 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
8203         PR target/70708
8204         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
8205         replace %vmovsd with "%vmovq".
8206         (vec_concatv2df): Likewise.
8208 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
8210         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
8211         (*vec_extractv2si_0): Ditto.
8212         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
8213         (zero_extended_scalar_load_operand splitters): Ditto.
8214         (vec_extract splitters): Ditto.
8215         (*vec_extractv4si_0_zext): Ditto.
8216         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
8217         and lowpart_subreg.
8218         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
8219         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
8220         (*sse4_1_extractps): Use lowpart_subreg.
8221         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
8223 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8225         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
8226         gld requirements.
8227         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
8228         Mention Solaris 11 packaging changes.
8229         Update gas and gld requirements.
8230         Remove reference to pre-Solaris 10 bug.
8231         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
8232         systems and bugs.
8233         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
8234         with cc.
8236 2016-04-17  Jan Hubicka  <jh@suse.cz>
8238         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
8239         max_loop_iterations_int.
8241 2016-04-18  Richard Biener  <rguenther@suse.de>
8243         PR tree-optimization/43434
8244         * tree-ssa-structalias.c (struct vls_data): New.
8245         (visit_loadstore): Handle all pointer-based accesses.
8246         (compute_dependence_clique): Compute a bitmap of restrict tags
8247         assigned bases and pass it to visit_loadstore.
8249 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
8251         PR target/70711
8252         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
8253         armv8.1-a and armv8.1-a+crc.
8255 2016-04-18  Richard Biener  <rguenther@suse.de>
8257         PR tree-optimization/70701
8258         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
8259         references after translating through a memcpy.
8261 2016-04-18  Richard Biener  <rguenther@suse.de>
8263         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
8264         (compute_antic): ... here.  For partial antic use regular
8265         postorder and scrap iteration.
8266         (compute_partial_antic_aux): Remove unused return value.
8267         (init_pre): Do not allocate postorder.
8268         (fini_pre): Do not free postorder.
8270 2016-04-18  Richard Biener  <rguenther@suse.de>
8272         PR middle-end/37870
8273         * expmed.c (extract_bit_field_1): Remove broken case
8274         using a wider MODE_INT mode.
8276 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
8278         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
8279         unless compiling with at least GCC-4.8.
8281 2016-04-17  Jan Hubicka  <jh@suse.cz>
8283         PR bootstrap/70706
8284         * graphite.c (graphite_finalize): Update call to
8285         tree_estimate_probability.
8286         * predict.h (tree_estimate_probability): Update prototype.
8288 2016-04-17  Jan Hubicka  <jh@suse.cz>
8290         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
8291         (tree_estimate_probability): Likewise.
8292         (pass_profile::execute): Update.
8293         (report_predictor_hitrates): New function.
8294         * profile.c (compute_branch_probabilities): Use it.
8295         * predict.h (report_predictor_hitrates): Declare.
8297 2016-04-17  Jan Hubicka  <jh@suse.cz>
8299         PR ipa/70018
8300         * cgraph.h (cgraph_node::set_const_flag,
8301         cgraph_node::set_pure_flag): Update prototype to return bool;
8302         update comment.
8303         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
8304         of interposable symbol are interposable, too.
8305         (cgraph_set_const_flag_1): Rename to ...
8306         (set_const_flag_1): ... this one; change to self recursive function
8307         instead of call_for_symbol_thunks_and_aliases. Handle correctly
8308         clearnig the flag in all variants and also virtual thunks of const
8309         functions are pure; track if any change was done.
8310         (cgraph_node::set_const_flag): Update.
8311         (struct set_pure_flag_info): New struct.
8312         (cgraph_set_pure_flag_1): Rename to ...
8313         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
8314         rather than pointer encoded flags; track if any changes was done;
8315         handle correctly clearning flag and setting flag of aliases already
8316         declared const.
8317         (cgraph_node::set_pure_flag): Update.
8318         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
8320 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8322         PR other/70433
8323         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
8324         backslash in label.
8326 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8328         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
8329         '{}<> ' as escape-for-record.
8331 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8333         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
8334         structure.
8336 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8338         PR other/70185
8339         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
8340         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
8341         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
8342         * passes.c (finish_optimization_passes): Only call
8343         finish_graph_dump_file if dfi->graph_dump_initialized.
8344         (execute_function_dump, pass_init_dump_file): Use
8345         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
8347 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8349         PR tree-optimization/70256
8350         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
8351         (debug_varmap): New function.
8353 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8355         PR other/70183
8356         * passes.c (pass_manager::register_pass): Propagate pflags.
8358 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8360         PR other/68875
8361         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
8362         * passes.c (pass_manager::pass_manager): Declare and init p_start in
8363         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
8364         check if it's equal to p_start.
8365         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
8367 2016-04-15  Jan Hubicka  <jh@suse.cz>
8369         PR ipa/70018
8370         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
8371         function does not bind to current def.
8372         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
8373         handle conservatively calls to functions that does not need to bind
8374         to current def.
8375         (check_call): Update call of worse_state.
8376         (ignore_edge_for_nothrow): Update.
8377         (ignore_edge_for_pure_const): Likewise.
8378         (propagate_pure_const): Update calls to worse_state.
8379         (skip_function_for_local_pure_const): Reformat comments.
8381 2016-04-15  Jan Hubicka  <jh@suse.cz>
8383         PR ipa/70018
8384         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
8385         (cgraph_node::function_symbol): Likewise.
8386         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8387         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
8388         (symtab_node::ultimate_alias_target): Add REF parameter.
8389         (symtab_node::binds_to_current_def_p): Declare.
8390         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
8391         (cgraph_node::function_symbol): Likewise.
8392         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8393         (cgraph_node::get_availability): Likewise.
8394         (cgraph_edge::binds_to_current_def_p): New inline function.
8395         (varpool_node::get_availability): Add REF parameter.
8396         (varpool_node::ultimate_alias_target): Likewise.
8397         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
8398         (symtab_node::binds_to_current_def_p): Likewise.
8399         * varpool.c (varpool_node::get_availability): Likewise.
8401 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8403         PR target/70662
8404         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
8405         Fix mode size check.
8407 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8409         * BASE-VER: Set to 7.0.0.
8411 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
8413         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
8415 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8417         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
8418         architecture revisions.
8420 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
8422         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
8423         * config/i386/i386.c (ix86_using_red_zone): No longer static.
8424         * config/i386/i386.md (stack decrement to push peepholes): Guard
8425         with !x86_using_red_zone ().
8427 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8429         PR c++/70675
8430         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
8431         to dump_generic_node.
8432         (NIY): Pass also flags to do_niy.
8434 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
8436         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
8437         (simd_clone_vector_of_formal_parm_types)
8438         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
8439         (simd_clone_mangle, simd_clone_create)
8440         (simd_clone_adjust_return_type, create_tmp_simd_array)
8441         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
8442         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
8443         (ipa_simd_modify_function_body, simd_clone_linear_addend)
8444         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
8445         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
8446         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
8447         * omp-simd-clone.c: ... this new file.
8448         (simd_clone_vector_of_formal_parm_types): Make it static.
8449         * Makefile.in (OBJS): Add omp-simd-clone.o.
8451 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8453         PR target/70662
8454         * config/i386/sse.md: Use proper memory operand modifiers.
8457 2016-04-15  Richard Biener  <rguenther@suse.de>
8458         Alan Modra  <amodra@gmail.com>
8460         PR tree-optimization/70130
8461         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
8462         when alignment stays not the same and no not use the realign
8463         scheme then.
8465 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
8467         PR target/70669
8468         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
8469         direct move handlers for KFmode. Change TFmode handlers test from
8470         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
8472 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
8474         PR c++/70594
8475         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
8476         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
8477         (inlined_polymorphic_ctor_dtor_block_p): Use it.
8478         * tree-ssa-live.c (remove_unused_scope_block_p): When
8479         in_ctor_dtor_block, avoid discarding not just BLOCKs with
8480         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
8481         block_ultimate_origin is FUNCTION_DECL.
8482         (remove_unused_locals): If current_function_decl is
8483         polymorphic_ctor_dtor_p, pass initial true to
8484         remove_unused_scope_block_p' is_ctor_dtor_block.
8486 2016-04-14  Martin Sebor  <msebor@redhat.com>
8488         PR c++/69517
8489         PR c++/70019
8490         PR c++/70588
8491         * doc/extend.texi (Variable Length): Revert.
8493 2016-04-14  Marek Polacek  <polacek@redhat.com>
8494             Jan Hubicka  <hubicka@ucw.cz>
8496         PR c++/70029
8497         * tree.c (verify_type): Disable the canonical type of main variant
8498         check.
8500 2016-04-14  Jason Merrill  <jason@redhat.com>
8502         * cfgexpand.c, expr.c: Revert previous change.
8504 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
8506         PR middle-end/70643
8507         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
8508         when building a mem ref for the incoming reduction variable.
8510 2016-04-14  Richard Biener  <rguenther@suse.de>
8512         PR tree-optimization/70614
8513         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
8514         loop if the evolution dropped to chrec_dont_know.
8515         (interpret_condition_phi): Likewise.
8517 2016-04-14  Richard Biener  <rguenther@suse.de>
8519         PR tree-optimization/70623
8520         * tree-ssa-pre.c (changed_blocks): Make global ...
8521         (compute_antic): ... local here.  Move and fix worklist
8522         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
8523         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
8524         worklist handling, dump when ANTIC_IN changed.
8525         (compute_partial_antic_aux): Remove worklist handling.
8526         (init_pre): Do not compute post dominators.  Add a comment about
8527         the CFG order chosen.
8528         (fini_pre): Do not free post dominators.
8530 2016-04-13  Martin Sebor  <msebor@redhat.com>
8532         PR c++/69517
8533         PR c++/70019
8534         PR c++/70588
8535         * doc/extend.texi (Variable Length): Document C++ specifics.
8537 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8539         PR c++/70641
8540         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
8541         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
8542         eh edges have been purged.
8544         PR c++/70594
8545         * tree-sra.c (create_access_replacement,
8546         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
8547         gets fancy name.
8548         * tree-pretty-print.c (dump_fancy_name): New function.
8549         (dump_decl_name, dump_generic_node): Use it.
8551 2016-04-13  Jason Merrill  <jason@redhat.com>
8553         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
8554         * expr.c (expand_expr_real_1): Likewise.
8556 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
8558         * config/i386/i386.md (kunpckhi): Swap operands.
8559         (kunpcksi): Likewise.
8560         (kunpckdi): Likewise.
8561         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
8562         (vec_pack_trunc_<mode>): Likewise.
8564 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8566         PR debug/70628
8567         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
8569         PR middle-end/70633
8570         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
8571         gimplification turns some element into non-constant.
8573         PR debug/70628
8574         * rtl.h (convert_memory_address_addr_space_1): New prototype.
8575         * explow.c (convert_memory_address_addr_space_1): No longer static,
8576         add NO_EMIT argument and don't call convert_modes if true, pass
8577         it down recursively, remove break after return.
8578         (convert_memory_address_addr_space): Adjust caller.
8579         * simplify-rtx.c (simplify_unary_operation_1): Call
8580         convert_memory_address_addr_space_1 instead of convert_memory_address,
8581         if it returns NULL, don't simplify.
8583 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
8585         PR target/70630
8586         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
8588 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8590         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8591         Bump the upper SIMDLEN limits, so that if the return type or
8592         characteristic type if the return type is void can be passed in
8593         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
8594         allowed.
8596 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
8598         PR target/70640
8599         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
8600         Do not use "=" constraint on an input constraint.
8601         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8602         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8603         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
8604         generates (neg (abs ...)) instead of (abs ...).
8606 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8608         PR rtl-optimization/70596
8609         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
8610         just invalidate LRA data and reset them.  Adjust dump wording.
8612 2016-04-12  Martin Liska  <mliska@suse.cz>
8614         Revert
8615         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8617         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
8618         estimates here.
8619         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8620         max_loop_iterations_int.
8621         (tree_unswitch_outer_loop): Likewise.
8622         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8623         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
8625 2016-04-12  Tom de Vries  <tom@codesourcery.com>
8627         PR tree-optimization/68756
8628         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
8629         instead of new_name.
8631 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8633         PR tree-optimization/70602
8634         * tree-sra.c (generate_subtree_copies): Don't write anything into
8635         constant pool decls.
8637         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
8638         regardless whether there are depend clauses or not.
8640 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8642         PR target/70381
8643         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
8644         target attribute and pragma from changing the -mfloat128
8645         and -mfloat128-hardware options.
8647         * doc/extend.texi (Additional Floating Types): Document PowerPC
8648         __float128 restrictions.
8650 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8652         PR target/70133
8653         * config/aarch64/driver-aarch64.c
8654         (aarch64_get_extension_string_for_isa_flags): New.
8655         (arch_extension): Rename to...
8656         (aarch64_arch_extension): ...This.
8657         (ext_to_feat_string): Rename to...
8658         (aarch64_extensions): ...This.
8659         (aarch64_core_data): Keep track of architecture extension flags.
8660         (cpu_data): Rename to...
8661         (aarch64_cpu_data): ...This.
8662         (aarch64_arch_driver_info): Keep track of architecture extension
8663         flags.
8664         (get_arch_name_from_id): Rename to...
8665         (get_arch_from_id): ...This, change return type.
8666         (host_detect_local_cpu): Update and reformat for renames, handle
8667         extensions through common infrastructure.
8669 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8671         PR target/70133
8672         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
8673         track of a canonical flag name.
8674         (all_extensions): Likewise.
8675         (arch_to_arch_name): Also track extension flags enabled by the arch.
8676         (all_architectures): Likewise.
8677         (aarch64_parse_extension): Move to here.
8678         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
8679         rework.
8680         (aarch64_rewrite_selected_cpu): Update for above change.
8681         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
8682         are handled, such that the single explicit value enabled by an
8683         extension is kept seperate from the implicit values it also enables.
8684         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
8685         to here.
8686         (aarch64_parse_extension): New.
8687         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
8688         here to config/aarch64/aarch64-protos.h.
8689         (aarch64_parse_extension): Move from here to
8690         common/config/aarch64/aarch64-common.c.
8691         (aarch64_option_print): Update.
8692         (aarch64_declare_function_name): Likewise.
8693         (aarch64_start_file): Likewise.
8694         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
8695         the canonical flag for extensions.
8696         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
8697         flags.
8699 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8701         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
8702         AARCH64_FL_CRC.
8704 2016-04-09  Tom de Vries  <tom@codesourcery.com>
8706         PR tree-optimization/68953
8707         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
8708         first to last subscript.
8710 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
8712         PR tree-optimization/70586
8713         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
8714         for any calls.
8716 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
8718         PR lto/70289
8719         PR ipa/70348
8720         PR tree-optimization/70373
8721         PR middle-end/70533
8722         PR middle-end/70534
8723         PR middle-end/70535
8724         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
8725         clauses for acc parallel reductions as necessary.  Error on those
8726         that are private.
8727         * omp-low.c (scan_sharing_clauses): Don't install variables which
8728         are used in acc parallel reductions.
8729         (lower_rec_input_clauses): Remove dead code.
8730         (lower_oacc_reductions): Add support for reference reductions.
8731         (lower_reduction_clauses): Remove dead code.
8732         (lower_omp_target): Don't remap variables appearing in acc parallel
8733         reductions.
8734         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
8736 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
8738         PR middle-end/70593
8739         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
8740         with multiple SSA_NAME defs, force the outputs other than first
8741         to be live before calling live_track_process_def on each output.
8743         PR rtl-optimization/70574
8744         * fwprop.c (forward_propagate_and_simplify): Don't add
8745         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
8746         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
8747         paradoxical subregs within *loc.
8749 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
8751         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
8752         -ftree-parallelize-loops={0,1}.
8753         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
8754         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
8755         * config/ia64/hpux.h (LIB_SPEC): Likewise.
8756         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
8757         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
8759 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
8761         PR sanitizer/70541
8762         * asan.c (instrument_derefs): If we get unknown location, extract it
8763         with EXPR_LOCATION.
8764         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
8766 2016-04-08  Tom de Vries  <tom@codesourcery.com>
8768         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
8769         implicit firstprivate clause.
8771 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8773         PR target/70566
8774         * config/arm/thumb2.md (tst + branch-> lsls + branch
8775         peephole below *orsi_not_shiftsi_si): Require that condition
8776         register is dead after the peephole.
8777         (second peephole after the above): Likewise.
8779 2016-04-08  Alan Modra  <amodra@gmail.com>
8781         PR target/70117
8782         * builtins.c (fold_builtin_classify): For IBM extended precision,
8783         look at just the high-order double to test for NaN.
8784         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
8785         test just the high double for Inf but both doubles for subnormal
8786         limit.
8788 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
8790         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
8791         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
8792         node->simdclone->mask_mode != VOIDmode masks.
8793         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
8794         earlier, use it instead of node->simdclone.
8795         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8796         Set clonei->mask_mode.
8798 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
8800         PR c/70436
8801         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
8802         Pass it through to cp_parser_already_scoped_statement.
8803         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
8804         it through to cp_parser_statement.
8805         (cp_parser_statement): Pass IF_P through to
8806         cp_parser_iteration_statement.
8807         (cp_parser_pragma): Adjust call to
8808         cp_parser_iteration_statement.
8810 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
8812         PR c/70436
8813         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
8814         resolve a future -Wparentheses warning.
8815         * omp-low.c (scan_sharing_clauses): Likewise.
8816         * tree-parloops.c (eliminate_local_variables): Likewise.
8818 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
8820         PR rtl-optimization/70398
8821         * lra-constraints.c (process_address_1): Check zero scale and code
8822         for reloading with zero scale.
8824 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
8826         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
8827         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
8829 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
8831         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8832         Add support for AVX512F clones, include them by default for
8833         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
8834         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
8835         up to 128.
8837         PR middle-end/70550
8838         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
8839         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
8840         firstprivate clauses.
8841         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
8842         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
8843         (lower_omp_target): Set TREE_NO_WARNING for
8844         non-addressable possibly uninitialized vars which are copied into
8845         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
8847 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
8849         * config/pa/predicates.md (integer_store_memory_operand): Accept
8850         REG+D operands with a large offset when reload_in_progress is true.
8851         (floating_point_store_memory_operand): Likewise.
8853 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8855         PR c++/70336
8856         * match.pd (nested int casts): Limit to GIMPLE.
8858 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
8860         PR ipa/66223
8861         * ipa-devirt.c (maybe_record_node): Fix comment; use
8862         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
8864 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8866         PR rtl-optimization/70542
8867         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
8868         if there are any uses other than insn or debug insns.
8870 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
8871             Jakub Jelinek  <jakub@redhat.com>
8873         PR tree-optimization/70509
8874         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
8875         Shift HOST_WIDE_INT_1U instead of 1.
8877 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
8879         PR tree-optimization/70509
8880         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
8881         of the vector base type for index.
8883 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
8885         PR target/70510
8886         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
8888 2016-04-05  Richard Biener  <rguenther@suse.de>
8890         PR tree-optimization/70526
8891         * tree-sra.c (build_ref_for_offset): Use prev_base to
8892         extract the alias pointer type.
8894 2016-04-05  Richard Biener  <rguenther@suse.de>
8896         * dse.c (struct store_info): Remove alias_set member.
8897         (struct read_info_type): Likewise.
8898         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
8899         spill_deleted, clear_alias_set_lookup): Remove.
8900         (get_group_info): Remove dead base == NULL_RTX case.
8901         (dse_step0): Remove initialization of removed variables.
8902         (delete_dead_store_insn): Reomve alias set dumping.
8903         (free_read_records): Remove alias_set handling.
8904         (canon_address): Remove alias_set_out parameter.
8905         (record_store): Remove spill_alias_set, it's always zero.
8906         (check_mem_read_rtx): Likewise.
8907         (dse_step2): Rename from ...
8908         (dse_step2_nospill): ... this.  Adjust.
8909         (scan_stores): Rename from ...
8910         (scan_stores_nospill): ... this.
8911         (scan_reads): Rename from ...
8912         (scan_reads_nospill): ... this.
8913         (scan_stores_spill, scan_reads_spill): Remove.
8914         (dse_step3_scan): Remove for_spills argument which is always false.
8915         (dse_step3): Likewise.
8916         (dse_step5): Rename from ...
8917         (dse_step5_nospill): ... this.  Remove alias_set handling.
8918         (rest_of_handle_dse): Adjust.
8920 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8922         PR target/70525
8923         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
8924         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
8925         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
8926         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
8928 2016-04-05  Richard Biener  <rguenther@suse.de>
8930         PR middle-end/70499
8931         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
8932         non-register type temporaries into SSA.
8934 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
8936         PR ipa/66223
8937         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
8938         calls when sanitizing.
8939         (possible_polymorphic_call_target_p): Fix formatting.
8941 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8942             Jakub Jelinek <jakub@redhat.com>
8944         PR middle-end/70457
8945         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
8946         to ensure a call statement is compatible with a built-in's
8947         prototype.
8948         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
8949         Likewise.
8951 2016-04-04  Richard Biener  <rguenther@suse.de>
8953         PR rtl-optimization/70484
8954         * rtl.h (canon_output_dependence): Declare.
8955         * alias.c (canon_output_dependence): New function.
8956         * dse.c (record_store): Use canon_output_dependence rather
8957         than canon_true_dependence.
8959 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8961         PR ipa/68881
8962         * cgraph.h (symtab_node::copy_visibility_from): New function.
8963         * symtab.c (symtab_node::copy_visibility_from): New function.
8964         * ipa-visibility.c (optimize_weakref): New function.
8965         (function_and_variable_visibility): Use it.
8967 2016-04-04  Martin Liska  <mliska@suse.cz>
8969         PR hsa/70402
8970         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
8971         value that is really in range handled by SBR instruction.
8972         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
8973         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
8974         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
8976 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
8978         PR target/70416
8979         PR target/67391
8980         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
8981         set, but not for SP_REG operands.
8983 2016-04-02  Martin Sebor  <msebor@redhat.com>
8985         PR c++/67376
8986         * fold-const.c (maybe_nonzero_address): New function.
8987         (fold_comparison): Call it.  Fold equality and relational
8988         expressions involving null pointers.
8989         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
8991 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
8993         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
8994         the "Y" constraint (scalar FP 0.0 immediate).
8996         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
8997         Add the "const_double" to the list of operand constraints.
8999 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
9001         PR rtl-optimization/70467
9002         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
9003         If low word of the last operand is 0, just emit addition/subtraction
9004         for the high word.
9006 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9008         PR target/70404
9009         * config/s390/s390.c (s390_expand_insv): Check for everything
9010         constant instead of just VOIDmode stuff.
9012 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9014         PR target/70496
9015         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
9017 2016-04-01  Nathan Sidwell  <nathan@acm.org>
9019         * tree.def (TRY_CATCH_EXPR): Correct documentation.
9021 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
9023         PR rtl-optimization/70461
9024         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
9025         is necessary.
9027 2016-03-31  Martin Liska  <mliska@suse.cz>
9029         PR hsa/70399
9030         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
9031         a tree value or an immediate integer value to a buffer
9032         that is eventually copied to a BRIG section.
9033         (emit_immediate_operand): Call the function here.
9034         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
9035         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
9036         of class' fields that are removed.
9037         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
9038         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
9039         m_brig_repr_size fields.
9041 2016-03-31  Martin Liska  <mliska@suse.cz>
9043         PR hsa/70391
9044         * hsa-gen.c (hsa_function_representation::update_dominance): New
9045         function.
9046         (convert_addr_to_flat_segment): Likewise.
9047         (gen_hsa_memory_set): New alignment argument.
9048         (gen_hsa_ctor_assignment): Likewise.
9049         (gen_hsa_insns_for_single_assignment): Provide alignment
9050         to gen_hsa_ctor_assignment.
9051         (gen_hsa_insns_for_direct_call): Add new argument.
9052         (expand_lhs_of_string_op): New function.
9053         (expand_string_operation_builtin): Likewise.
9054         (expand_memory_copy): New function.
9055         (expand_memory_set): New function.
9056         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
9057         (convert_switch_statements): Change signature.
9058         (generate_hsa): Use a return value of the function.
9059         (pass_gen_hsail::execute): Do not call
9060         convert_switch_statements here.
9061         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
9062         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
9063         (hsa_function_representation::update_dominance): New function.
9065 2016-03-31  Martin Liska  <mliska@suse.cz>
9067         PR hsa/70391
9068         * hsa-brig.c (emit_directive_variable): Emit alignment
9069         according to hsa_symbol::m_align.
9070         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
9071         (dump_hsa_symbol): Dump alignment of HSA symbols.
9072         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
9073         (gen_hsa_addr_with_align): New function.
9074         (hsa_bitmemref_alignment): Use newly added function.
9075         (gen_hsa_insns_for_load): Likewise.
9076         (gen_hsa_insns_for_store): Likewise.
9077         (gen_hsa_memory_copy): New argument added.
9078         (gen_hsa_insns_for_single_assignment): Respect
9079         alignment for assignments processed via gen_hsa_memory_copy.
9080         (gen_hsa_insns_for_direct_call): Likewise.
9081         (gen_hsa_insns_for_return): Likewise.
9082         (gen_function_def_parameters): Set default alignment.
9083         * hsa.c (hsa_object_alignment): New function.
9084         (hsa_byte_alignment): Pasted function.
9085         * hsa.h (hsa_symbol::m_align): New field.
9087 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
9089         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
9090         scratch field for goto case.
9092 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
9094         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
9096 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
9098         PR target/70442
9099         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
9100         (scalar_chain::convert_insn): Call convert_op for reg
9101         moves to handle undefined registers.
9103 2016-03-31  Nathan Sidwell  <nathan@acm.org>
9105         PR c++/70393
9106         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
9107         Assert we don't want to move backwards.
9109 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
9111         PR target/70453
9112         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
9114 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
9116         PR rtl-optimization/70460
9117         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
9118         with operand from REG_LABEL_OPERAND, instead substitute
9119         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
9120         Don't do anything for REG_NON_LOCAL_GOTO jumps.
9122 2016-03-31  Martin Liska  <mliska@suse.cz>
9124         * passes.c (execute_one_pass): Do not call
9125         todo_after for a discarded function.
9127 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
9129         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
9130         (no_cost, infinite_cost): Initialize the new field.
9131         (get_computation_cost_at): Record setup cost.
9132         (determine_use_iv_cost_address): Skip cost computation for sub
9133         uses if we can estimate it without losing accuracy.
9135 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
9137         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
9138         estimates here.
9139         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9140         max_loop_iterations_int.
9141         (tree_unswitch_outer_loop): Likewise.
9142         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
9143         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
9145 2016-03-30  Richard Biener  <rguenther@suse.de>
9147         PR middle-end/70450
9148         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
9150 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
9152         PR target/70421
9153         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
9154         in gen_blendm expander.
9156 2016-03-30  Nick Clifton  <nickc@redhat.com>
9158         PR target/62254
9159         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
9160         case where we are already provided with an SImode SUBREG.
9162 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
9164         PR target/70439
9165         * config/i386/i386.c (ix86_expand_epilogue): Properly check
9166         conflict between DRAP register and __builtin_eh_return.
9168 2016-03-30  Michael Matz  <matz@suse.de>
9169             Richard Biener  <rguenther@suse.de>
9171         PR ipa/12392
9172         * ipa-polymorphic-call.c (struct type_change_info): Change
9173         speculative to an unsigned allowing to limit the work we do.
9174         (csftc_abort_walking_p): New inline function..
9175         (check_stmt_for_type_change): Limit the number of may-defs
9176         skipped for speculative devirtualization to
9177         max-speculative-devirt-maydefs.
9178         * params.def (max-speculative-devirt-maydefs): New param.
9179         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
9181 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
9183         PR target/63890
9184         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
9185         and TARGET_MACHO.
9187 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
9189         PR tree-optimization/59124
9190         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
9191         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
9193 2016-03-29  Jeff Law  <law@redhat.com>
9195         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
9197 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9199         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
9200         to HOST_WIDE_INT.
9202 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
9204         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
9205         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
9206         gcrt0.o if linking dynamically.
9208 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9210         PR ipa/70283
9211         * ipa-devirt.c (methods_equal_p): New function.
9212         (compare_virtual_tables): Use it.
9213         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
9214         * cgraphclones.c (clone_function_name_1): Use
9215         symbol_table::symbol_suffix_separator.
9216         * coverage.c (build_var): Likewise.
9217         * symtab.c (symbol_table::symbol_suffix_separator): New.
9219 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
9221         PR rtl-optimization/70429
9222         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
9223         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
9224         mode != result_mode.
9226         PR c++/70353
9227         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
9229         PR tree-optimization/70405
9230         * ssa-iterators.h (num_imm_uses): Add missing braces.
9232 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
9234         PR rtl-optimization/68695
9235         * ira-color.c (allocno_copy_cost_saving): New.
9236         (improve_allocation): Use it.
9238 2016-03-29  Richard Henderson  <rth@redhat.com>
9240         PR middle-end/70355
9241         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
9243 2016-03-29  Richard Biener  <rguenther@suse.de>
9245         PR middle-end/70424
9246         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
9247         use alignment returned by get_pointer_alignment_1 if it is
9248         bigger than BITS_PER_UNIT.
9249         * builtins.c (get_pointer_alignment_1): Do not return true
9250         for alignment extracted from SSA info.
9252 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
9254         * config/ft32/ft32.opt (mnodiv): New.
9255         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
9256         * doc/invoke.texi (FT32 Options -mnodiv): New.
9258 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
9260         PR target/70406
9261         * config/i386/i386.md (define_split, andn): Fix modes.
9263 2016-03-26  Richard Biener  <rguenther@suse.de>
9264             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9266         PR ipa/70366
9267         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
9268         instead of
9269         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
9270         as 2nd argument to cl_optimization_restore().
9272 2016-03-25  Richard Henderson  <rth@redhat.com>
9274         PR target/70120
9275         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
9276         * config/aarch64/aarch64-protos.h: Declare it.
9277         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
9279 2016-03-25  Alan Modra  <amodra@gmail.com>
9281         PR target/70052
9282         * config/rs6000/constraints.md (j): Simplify.
9283         * config/rs6000/predicates.md (easy_fp_constant): Exclude
9284         decimal float 0.D.
9285         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
9286         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
9287          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
9288         in all constraint alternatives.
9289         (movtd_64bit_nodm): Delete "j" constraint alternative.
9291 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9293         * tree-ssa-propagate.c: Enhance docs for
9294         SSA_PROP_NOT_INTERESTING.
9296 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9298         * doc/extend.texi: Fix typo in documentation to pure attribute.
9300 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
9302         PR target/70319
9303         * config/pa/pa.md (bswapdi2): Use a scratch register.
9305 2016-03-24  Richard Henderson  <rth@redhat.com>
9307         PR middle-end/69845
9308         * fold-const.c (extract_muldiv_1): Correct test for multiplication
9309         overflow.
9311 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
9313         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
9314         using ix86_expand_binary_operator instead of gen_andsi3.
9316 2016-03-24  Richard Biener  <rguenther@suse.de>
9318         PR tree-optimization/70396
9319         * tree-vect-stmts.c (vectorizable_comparison): Use
9320         get_vectype_for_scalar_type.
9322 2016-03-24  Richard Biener  <rguenther@suse.de>
9324         PR middle-end/70370
9325         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
9326         with register bases.
9328 2016-03-24  Richard Biener  <rguenther@suse.de>
9330         PR tree-optimization/70372
9331         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
9332         build_all_ones_cst to also handle vector types correctly.
9334 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
9336         PR target/70381
9337         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
9338         -mfloat128 here.
9340 2016-03-23  Marek Polacek  <polacek@redhat.com>
9342         PR c++/69884
9343         * doc/invoke.texi: Document -Wignored-attributes.
9345 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9347         PR tree-optimization/69042
9348         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
9349         parameter from 30 to 40.
9351 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9353         PR tree-optimization/69042
9354         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
9355         for use with constant offset stripped in base.
9357 2016-03-23  Richard Biener  <rguenther@suse.de>
9359         PR middle-end/70251
9360         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
9361         mode compatibility check.
9362         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9364 2016-03-23  Jeff Law  <law@redhat.com>
9366         PR tree-optimization/64058
9367         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
9368         CONFLICT_COUNT.
9369         (struct ssa_conflicts): Move up earlier in the file.
9370         (conflicts_, var_map_): New static variables.
9371         (initialize_conflict_count): New function to initialize the
9372         CONFLICT_COUNT field for each conflict pair.
9373         (compare_pairs): Lazily initialize the conflict count and use it
9374         as the first tie-breaker.
9375         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
9376         and wipe conflicts_ and map_ around the call to qsort.  Remove
9377         special case for 2 coalesce pairs.
9378         * bitmap.c (bitmap_count_unique_bits): New function.
9379         (bitmap_count_bits_in_word): New function, extracted from
9380         bitmap_count_bits.
9381         (bitmap_count_bits): Use bitmap_count_bits_in_word.
9382         * bitmap.h (bitmap_count_unique_bits): Declare it.
9384 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
9386         PR target/69917
9387         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
9388         transparent alias chain for decl assembler name.
9389         * config/sol2.c (solaris_assemble_visibility): Likewise.
9391 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9393         * config/arm/arm1020e.md (1020call_op): Reduce reservation
9394         duration.
9395         (v10_fdivs): Likewise.
9396         (v10_fdivd): Likewise.
9398 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9400         PR driver/70132
9401         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
9402         to not call fclose twice on file.
9404 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
9406         PR tree-optimization/70354
9407         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
9408         oprnd0 is wider than oprnd1 and there is a cast from the wider
9409         type to oprnd1, mask it with the mask of the narrower type.
9411         PR target/70321
9412         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
9413         Optimize TARGET_STV splitters, if high or low word of last argument
9414         is 0 or -1.
9416 2016-03-22  Jeff Law  <law@redhat.com>
9418         PR target/70232
9419         tree-ssa-threadbackward.c
9420         (fsm_find_control_statement_thread_paths): Correctly distinguish
9421         between old style jump threads vs FSM jump threads.
9423 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
9425         PR target/70302
9426         * config/i386/i386.c (scalar_chain::convert_op): Support
9427         uninitialized register usage case.
9429 2016-03-22  Richard Biener  <rguenther@suse.de>
9431         PR middle-end/70251
9432         * genmatch.c (gen_transform): Adjust last parameter to a three-state
9433         int...
9434         (capture::gen_transform): ... to change behavior when substituting
9435         a condition into cond or not-cond expr context.
9436         (dt_simplify::gen_1): Adjust.
9437         * gimple-match-head.c: Include gimplify.h for unshare_expr.
9438         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
9439         last change and instead change to
9440         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
9441         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9443 2016-03-22  Anthony Green  <green@moxielogic.com>
9445         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
9446         issue for moxiebox targets.
9447         (CC1PLUS_SPEC): Ditto.
9449 2016-03-22  Richard Biener  <rguenther@suse.de>
9451         PR middle-end/70333
9452         * fold-const.c (extract_muldiv_1): Properly perform multiplication
9453         in the wide type.
9455 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9457         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
9459 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9461         PR target/70325
9462         * config/i386/i386.c (def_builtin): Handle
9463         OPTION_MASK_ISA_AVX512VL to be and-ed with other
9464         bits.
9465         (const struct builtin_description bdesc_special_args[]):
9466         Remove duplicate ISA bits.
9468 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
9470         PR target/70329
9471         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
9472         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
9473         in a way that works also for AVX512BW.
9475         PR target/70300
9476         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
9477         instead of source if operands[1] is xmm16 and above and
9478         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
9479         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
9481         PR c++/70295
9482         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
9483         on assign if (*from_p) is a comparison, set it to
9484         TREE_NO_WARNING (*from_p).
9486 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9488         PR middle-end/70326
9489         * lra.c (restore_scratches): Ignore deleted insns.
9491 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
9492             Jakub Jelinek  <jakub@redhat.com>
9494         PR tree-optimization/70317
9495         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
9496         to HONOR_NANS.
9498 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
9500         PR target/70327
9501         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
9502         of ix86_expand_move.
9503         (movoi): Ditto.
9504         (movti): Use general_operand for operand 1 predicate.
9506 2016-03-21  Martin Liska  <mliska@suse.cz>
9508         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
9509         insns.
9510         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
9512 2016-03-21  Martin Liska  <mliska@suse.cz>
9514         PR ipa/70306
9515         * ipa-icf.c (sem_function::parse): Skip static
9516         constructors and destructors.
9518 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9520         PR target/70296
9521         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
9522         function-like macro, peek following token(s) if it is followed
9523         by CPP_OPEN_PAREN token with optional padding in between, and
9524         if not, don't treat it like a macro.
9526 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9527             Alexander Monakov  <amonakov@ispras.ru>
9529         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
9530         for the stabs debug format.
9532 2016-03-21  Richard Biener  <rguenther@suse.de>
9534         PR tree-optimization/70310
9535         * tree-vect-generic.c (expand_vector_condition): Fold the built
9536         condition.
9538 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9540         PR target/70293
9541         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
9542         Block third alternative for AVX-512VL target,
9544 2016-03-21  Martin Liska  <mliska@suse.cz>
9546         PR hsa/70234
9547         * hsa-brig.c (emit_function_directives): Mark unemitted
9548         global variables for emission.
9549         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
9550         (get_symbol_for_decl): Likewise.
9551         * hsa.h (struct hsa_symbol): New flag.
9553 2016-03-21  Richard Biener  <rguenther@suse.de>
9555         PR tree-optimization/70288
9556         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
9557         we do not estimate unsimplified all-constant conditionals or
9558         switches as optimized away.
9560 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
9562         PR rtl-optimization/69102
9563         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
9564         when we have a readonly dependency context.
9566 2016-03-18  Jeff Law  <law@redhat.com>
9568         PR rtl-optimization/70263
9569         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
9570         (update_equiv_regs): When trying to move a store to after the insn
9571         that sets the source of the store, make sure the store occurs after
9572         the insn that sets the source of the store.  When successful note
9573         the REG_EQUIV note created in the dump file.
9575 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
9576             Bernd Schmidt  <bschmidt@redhat.com>
9578         * doc/extend.texi: Document more potential problems with basic asms.
9580 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
9582         PR rtl-optimization/70278
9583         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
9584         VOIDmode.
9586 2016-03-18  Jason Merrill  <jason@redhat.com>
9588         * calls.c (load_register_parameters): Fix zero size sibcall logic.
9590 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9592         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
9593         values to 128b regs.
9595 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
9597         PR tree-optimization/70252
9598         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
9599         boolean vector has a proper number of elements.
9600         (supportable_narrowing_operation): Likewise.
9602 2016-03-18  Tom de Vries  <tom@codesourcery.com>
9604         PR ipa/70269
9605         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
9607 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
9609         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
9610         instead of replace_rtx for DEBUG_INSNs.
9612 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9614         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
9615         load type reservations.
9617 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
9619         PR target/70188
9620         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
9621         define_constraint for "Q" and "T" constraints.
9623 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
9625         Tweak the pipeline model for Exynos M1
9627         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
9628         model.
9630 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
9632         PR c/70264
9633         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
9634         where one or both locations aren't within a line_map.
9636 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
9638         PR driver/70192
9639         * opts.c (finish_options): Don't set flag_pie to the default if
9640         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
9641         if it is -1.
9643 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
9645         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
9646         true as ALL_REGS argument to replace_rtx.
9648 2016-03-17  Richard Biener  <rguenther@suse.de>
9650         PR debug/70271
9651         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
9652         last.
9654 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9656         PR target/70245
9657         * rtl.h (replace_rtx): Add ALL_REGS argument.
9658         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
9659         equality and assert mode is the same, instead of just rtx pointer
9660         equality.
9661         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
9662         true as ALL_REGS argument to replace_rtx.
9664 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
9666         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
9667         for boolean vector with vector mode only.
9668         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9670 2016-03-17  Nick Clifton  <nickc@redhat.com>
9672         PR target/70162
9673         * config/rx/rx.c (rx_print_integer): Print negative constants in
9674         decimal.
9676 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9678         PR target/70261
9679         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
9681 2016-03-16  Richard Henderson  <rth@redhat.com>
9682             Richard Biener  <rguenth@suse.de>
9684         PR middle-end/70240
9685         PR middle-end/68215
9686         PR tree-opt/68714
9687         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
9688         first operand as is_gimple_condexpr.
9690         PR middle-end/70240
9691         PR middle-end/68215
9692         Revert r231575
9693         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
9694         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
9695         Do not gimplify the result.
9696         (do_unop): Adjust call to tree_vec_extract.
9697         (do_binop): Likewise.
9698         (do_compare): Likewise.
9699         (do_plus_minus): Likewise.
9700         (do_negate): Likewise.
9701         (expand_vector_condition): Likewise.
9702         (do_cond): Likewise.
9704 2016-03-16  Richard Henderson  <rth@redhat.com>
9706         PR target/70048
9707         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
9708         (aarch64_classify_address): Use it.
9709         (aarch64_legitimize_address): Force all subexpressions of PLUS
9710         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
9712 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
9713             Richard Biener  <rguenth@suse.de>
9715         PR target/70245
9716         * rtlanal.c (replace_rtx): For REG, if from is a REG,
9717         return to even if only REGNO is equal, and assert
9718         mode is the same.
9720 2016-03-11  Jeff Law  <law@redhat.com>
9722         PR rtl-optimization/70224
9723         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
9725 2016-03-16  Richard Henderson  <rth@redhat.com>
9727         PR middle-end/70199
9728         * function.h (struct function): Add has_forced_label_in_static.
9729         * gimplify.c (force_labels_r): Set it.
9730         * lto-streamer-in.c (input_struct_function_base): Read it.
9731         * lto-streamer-out.c (output_struct_function_base): Write it.
9732         * tree-inline.c (has_label_address_in_static_1): Remove.
9733         (copy_forbidden): Remove fndecl parameter; test
9734         has_forced_label_in_static.
9735         (inline_forbidden_p): Update call to copy_forbidden.
9736         (tree_versionable_function_p): Likewise.
9737         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
9738         (chkp_versioning): Likewise.
9739         * tree-inline.h (copy_forbidden): Update decl.
9741 2016-03-16  Marek Polacek  <polacek@redhat.com>
9743         PR c/70093
9744         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
9745         function being thunked if the result type doesn't have fixed size.
9746         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
9747         doesn't have fixed size.
9749 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
9751         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
9752         reporting malformed loop nest.
9754 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9756         PR lto/70187
9757         * ipa-devirt.c (possible_polymorphic_call_targets): Move
9758         nodes.length () == 1 test to before first nodes[0] access.
9760 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9762         PR tree-optimization/68715
9763         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
9764         single_pred_p test.
9766 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9768         PR tree-optimization/68809
9769         * graphite-scop-detection.c (same_close_phi_node): Test if result types
9770         are the same.
9772 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
9773             Sandra Loosemore  <sandra@codesourcery.com>
9775         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
9776         on leaf attribute. Mention ELF interposition problems.
9778 2016-03-16  Alan Modra  <amodra@gmail.com>
9780         PR rtl-optimization/69195
9781         PR rtl-optimization/47992
9782         * ira.c (indirect_jump_optimize): Ignore artificial defs.
9783         Add comments.
9785 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
9787         PR bootstrap/69513
9788         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
9790 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
9792         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
9794 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
9796         PR rtl-optimization/70222
9797         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
9798         optimization if mode is different from result_mode, queue up masking
9799         of the result in outer_op.  Formatting fix.
9801         PR middle-end/70239
9802         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
9803         of safe_grow.
9805 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9807         PR rtl-optimization/69032
9808         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
9809         looping backwards over basic block insns.
9811 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9813         PR target/66660
9814         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
9815         to non-speculative when propagating trap bits.
9817 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9819         PR rtl-optimization/63384
9820         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
9821         DEBUG_INSN_P insns.
9823 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9825         PR target/64411
9826         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
9827         factored out from ...
9828         (sched_analyze_insn): ... here.
9829         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
9830         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
9831         get_implicit_reg_pending_clobbers in it.
9832         (setup_id_reg_sets): Use setup_id_implicit_regs.
9833         (deps_init_id): Ditto.
9835 2016-03-15  Tom de Vries  <tom@codesourcery.com>
9837         PR ipa/70161
9838         * cgraph.c (cgraph_node::get_body): Save, reset and restore
9839         dump_file_name.
9840         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
9841         execute_function_dump.
9842         (execute_one_pass): Don't dump function if it will be dumped after ipa
9843         transform.
9845 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
9847         * genrecog.c (match_pattern_2): If pred is NULL don't call
9848         safe_predicate_mode on it.
9850 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
9852         PR middle-end/70219
9853         * lra-constraints.c (delete_move_and_clobber): Change assertion
9854         to also allow dregno == 0.
9856 2016-03-14  Richard Henderson  <rth@redhat.com>
9858         PR tree-opt/68714
9859         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
9860         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
9861         (reassociate_bb): Use optimize_vec_cond_expr; avoid
9862         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
9863         on vectors.
9865 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
9867         PR target/70083
9868         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
9869         regs.
9870         (lra_create_live_ranges_1): initialize hard register biggest_mode to
9871         VOIDmode.
9872         * lra-constraints.c (split_reg): For hard regs, try to find the
9873         biggest single-register mode used in the function.
9875 2016-03-14  Richard Biener  <rguenther@suse.de>
9877         PR tree-optimization/56365
9878         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
9879         constants to compare against.
9881 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
9883         PR target/70098
9884         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
9885         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
9886         (define_split for the GPR case): Use int_reg_operand instead of
9887         gpc_reg_operand for the output.
9889 2016-03-14  Tom de Vries  <tom@codesourcery.com>
9891         PR tree-optimization/70045
9892         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
9893         create_empty_if_region_on_edge argument.
9895 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
9897         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
9898         (STACK_CHECK_PROTECT): Likewise.
9899         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
9900         (STACK_CHECK_PROTECT): Likewise.
9901         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
9902         (STACK_CHECK_PROTECT): Likewise.
9903         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
9904         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9905         (STACK_CHECK_PROTECT): Likewise.
9907 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
9909         PR rtl-optimization/69307
9910         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
9911         registers in modes that span more than one register.
9913 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
9915         PR target/69614
9916         * lra-constraints.c (delete_move_and_clobber): New.
9917         (remove_inheritance_pseudos): Use it.
9919 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
9921         PR ada/70017
9922         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
9923         the libcall is LCT_THROW.
9924         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
9925         for the checking routine.
9927 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
9929         PR target/70131
9930         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
9931         optimization if we have direct move.
9932         (roundu32<mode>2_fprs): Likewise.
9934 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
9936         PR target/70123
9937         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
9938         be rematerialized.
9939         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
9940         Arguments swapped.  All callers changed.  Take reg_renumber into
9941         account, and Calculate and compare register ranges for hard regs.
9943 2016-03-11  Jeff Law  <law@redhat.com>
9945         PR tree-optimization/70190
9946         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
9947         Handle cases where we can not extract the taken edge, even though we
9948         found a constant value.
9950         PR tree-optimization/64058
9951         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
9952         (num_coalesce_pairs): Move up earlier in file.
9953         (find_coalesce_pair): Initialize the INDEX field for each pair
9954         discovered.
9955         (compare_pairs): No longer sort on the elements in each pair.
9956         Instead break ties with the index of the coalesce pair.
9958 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9960         PR target/70002
9961         * config/aarch64/aarch64-protos.h
9962         (aarch64_save_restore_target_globals): New prototype.
9963         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
9964         Call the above when popping pragma.
9965         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
9966         New function.
9967         (aarch64_set_current_function): Rewrite using the above.
9969 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
9971         PR tree-optimization/70177
9972         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
9973         (extract_ops_from_tree): ... this.  In the 2 argument
9974         overload remove _1 suffix.
9975         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
9976         (extract_ops_from_tree): ... this.
9977         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
9978         Adjust callers.
9979         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
9980         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
9981         extract_ops_from_tree instead of 2 operand one.
9983 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
9985         PR tree-optimization/70013
9986         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
9987         for constant-pool entries.
9989 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
9991         PR rtl-optimization/70174
9992         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
9993         followed by gen_lowpart on force_reg instead of just gen_lowpart.
9995         PR tree-optimization/70169
9996         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
9997         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
9998         for unknown codes.
10000 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
10001             Jakub Jelinek  <jakub@redhat.com>
10003         PR target/70160
10004         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
10005         of uninitialized values.
10007 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10009         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
10010         define_expand.
10011         ("*trunctddd2"): New pattern definition.
10012         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
10013         TD->DD truncation.
10015 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10017         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
10018         definitions for BFP and DFP rounding modes.
10019         ("fixuns_truncdddi2", "fixuns_trunctddi2")
10020         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
10021         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
10022         ("fix_trunctf<mode>2"): Use the new constants instead of magic
10023         numbers.
10025 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10027         * config/s390/constraints.md: Adjust comment.
10028         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
10029         s390_decompose_addrstyle_without_index.
10030         * config/s390/predicates.md (shift_count_or_setmem_operand):
10031         Rename to setmem_operand.
10032         * config/s390/s390-protos.h
10033         (s390_decompose_shift_count): Rename to
10034         s390_decompose_addrstyle_without_index.
10035         * config/s390/s390.c (s390_decompose_shift_count)
10036         (s390_mem_constraint, print_shift_count_operand)
10037         (print_operand_address, print_operand): Rename
10038         s390_decompose_shift_count to
10039         s390_decompose_addrstyle_without_index and rename
10040         print_shift_count_operand to print_addrstyle_operand troughout the
10041         file.
10042         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
10043         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
10044         Rename shift_count_or_setmem_operand to setmem_operand.
10045         * config/s390/vx-builtins.md ("vec_insert<mode>")
10046         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
10047         nonmemory_operand.
10049 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10051         PR target/70168
10052         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
10053         Handle overlapping retval and newval.
10055 2016-03-10  Nick Clifton  <nickc@redhat.com>
10057         PR target/7044
10058         * config/aarch64/aarch64.c
10059         (aarch64_override_options_after_change_1): When forcing
10060         flag_omit_frame_pointer to be true, use a special value that can
10061         be detected if this function is called again, thus preventing
10062         flag_omit_leaf_frame_pointer from being forced to be false.
10064 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10066         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
10067         Set x_flag_omit_leaf_frame_pointer when handling
10068         -momit-leaf-frame-pointer.
10070 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10072         PR lto/69589
10073         * cgraph.c (cgraph_node::dump): Dump split_part and
10074         indirect_call_target.
10075         * cgraph.h (cgraph_node): Add indirect_call_target flag.
10076         * ipa.c (has_addr_references_p): Cleanup.
10077         (is_indirect_call_target_p): New.
10078         (walk_polymorphic_call_targets): Do not mark virtuals that may be
10079         called indirectly as local.
10080         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
10082 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10084         PR ipa/69630
10085         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
10086         on cxa_pure_virtual.
10088 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10090         PR lto/69589
10091         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
10093 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10095         PR lto/69589
10096         * tree.c (need_assembler_name_p): Only record main variant type names.
10098 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
10100         PR target/70113.
10101         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
10102         Always define to 0 or 1.
10103         (TARGET_FIX_ERR_A53_843419): New macro.
10104         * config/aarch64/aarch64-elf-raw.h
10105         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
10106         * config/aarch64/aarch64-linux.h: Likewise.
10107         * config/aarch64/aarch64.c
10108         (aarch64_override_options_after_change_1): Do not default
10109         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
10110         843419 is on.
10111         (aarch64_attributes): Handle fix-cortex-a53-843419.
10112         (aarch64_can_inline_p): Likewise.
10113         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
10115 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
10116         Jakub Jelinek <jakub@redhat.com>
10118         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
10119         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
10120         DECL_COMMONS if flag_unconstrained_commons is set.
10121         * tree-dfa.c (get_ref_base_and_extent): Likewise.
10122         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
10123         (funconstrained-commons): Document.
10125 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
10127         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
10128         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
10130 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
10132         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
10133         has a proper number of elements.
10135 2016-03-10  Alan Modra  <amodra@gmail.com>
10137         PR rtl-optimization/69195
10138         PR rtl-optimization/47992
10139         * ira.c (recorded_label_ref): Delete.
10140         (update_equiv_regs): Return void.
10141         (indirect_jump_optimize): New function.
10142         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
10143         before regstat_compute_ri.  Don't rebuild_jump_labels here.
10144         Delete update_regstat.
10146 2016-03-10  Richard Biener  <rguenther@suse.de>
10148         PR tree-optimization/70128
10149         * tree-ssa-structalias.c (set_uids_in_ptset): Set
10150         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
10152 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
10154         PR tree-optimization/70152
10155         * tree-sra.c (replace_removed_params_ssa_names): Copy over
10156         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
10158         PR target/70086
10159         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
10160         instead of gen_sse2_loadlpd.
10161         * config/i386/sse.md (*vec_concatv2df): Rename to...
10162         (vec_concatv2df): ... this.
10164         PR tree-optimization/70127
10165         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
10167 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
10169         PR c/68473
10170         PR c++/70105
10171         * diagnostic-show-locus.c (compatible_locations_p): New function.
10172         (layout::layout): Sanitize ranges using compatible_locations_p.
10174 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
10176         PR c/68473
10177         PR c++/70105
10178         * diagnostic-show-locus.c (layout_range::layout_range): Replace
10179         location_range param with three const expanded_locations * and a
10180         bool.
10181         (layout::layout): Replace call to
10182         rich_location::lazily_expand_location with get_expanded_location.
10183         Extract the range and perform location expansion here, passing
10184         the results to the layout_range ctor.
10185         * diagnostic.c (source_range::debug): Delete.
10186         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
10187         of rich_location::get_expanded_location.
10188         * gcc-rich-location.c (get_range_for_expr): Delete.
10189         (gcc_rich_location::add_expr): Reimplement to avoid the
10190         rich_location::add_range overload that took a location_range,
10191         passing a location_t instead.
10193 2016-03-09  Richard Biener  <rguenther@suse.de>
10194         Jakub Jelinek  <jakub@redhat.com>
10196         PR tree-optimization/70138
10197         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
10198         Also skip vect_double_reduction_def.
10200 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
10202         PR target/70049
10203         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
10204         if the operand is "m".
10206 2016-03-09  Nathan Sidwell  <nathan@acm.org>
10208         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
10210 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10212         * config/i386/i386.c (processor_target_table): Fix cost table
10213         intialization order for znver1.
10215 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
10217         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
10218         - becuase -> because.
10219         * ipa-reference.c (ignore_module_statics): Likewise.
10220         * cgraph.c (cgraph_node::get_body): Likewise.
10221         * ipa-inline.c (early_inliner): Likewise.
10222         * ipa-devirt.c (types_same_for_odr): Likewise.
10223         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
10224         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
10226 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10228         * tree-ssa-math-opts.c: Fix typo in comment.
10230 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
10232         PR target/70110
10233         * config/i386/i386.c (scalar_chain::make_vector_copies,
10234         scalar_chain::convert_reg): Call end_sequence in between
10235         get_insns and emit_conversion_insns rather than after both
10236         calls.
10238 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
10240         PR target/70064
10241         * config/i386/i386.h (machine_function): Add
10242         pc_thunk_call_expanded flag.
10243         (ix86_pc_thunk_call_expanded): New define.
10244         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
10245         (*set_got): Rename insn pattern from set_got.
10246         (*set_got_labelled): Rename inst pattern from set_got_labelled.
10247         * config/i386/i386.c (ix86_compute_frame_layout): Use
10248         ix86_pc_thunk_call_expanded to prevent red-zone.
10250 2016-03-07  Martin Jambor  <mjambor@suse.cz>
10252         * hsa.h (hsa_get_ctor_statements): Declare.
10253         (hsa_get_dtor_statements): Likewise.
10254         (hsa_get_kernel_dispatch_type): Likewise.
10255         * hsa.c (hsa_get_ctor_statements): New function.
10256         (hsa_get_dtor_statements): Likewise.
10257         (hsa_get_kernel_dispatch_type): Likewise.
10258         * hsa-brig.c (hsa_cdtor_statements): Removed.
10259         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
10260         hsa_get_dtor_statements.
10261         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
10262         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
10264 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
10266         * config/arm/arm-cores.def (cortex-r8): New.
10267         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
10268         * config/arm/arm-tune.md: Likewise.
10269         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
10271 2016-03-07  Martin Sebor  <msebor@redhat.com>
10273         PR rtl-optimization/19705
10274         * doc/invoke.texi (Options That Control Optimization): Clarify
10275         -fno-branch-count-reg.
10277 2016-02-26  Richard Biener  <rguenther@suse.de>
10278             Jeff Law  <law@redhat.com>
10280         PR tree-optimization/69740
10281         * cfghooks.c (remove_edge): Request loop fixups if we delete
10282         an edge that might turn an irreducible loop into a natural
10283         loop.
10284         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
10285         Move after definition of loops_state_clear.
10287 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
10289         PR rtl-optimization/69052
10290         * rtlanal.c (commutative_operand_precedence): Set higher precedence
10291         to CONST_WIDE_INT.
10293 2016-03-07  Tom de Vries  <tom@codesourcery.com>
10295         PR tree-optimization/70116
10296         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
10297         is_tm_ending stmts and ubsan/asan internal functions.
10298         (find_duplicate): Use it.  Don't test is_tm_ending here.
10300 2016-03-07  Richard Biener  <rguenther@suse.de>
10302         PR tree-optimization/70115
10303         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
10304         (propagate_constants_for_unrolling): Use replace_uses_by.
10306 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
10308         PR middle-end/69916
10309         * omp-low.c (struct oacc_loop): Add ifns.
10310         (new_oacc_loop_raw): Initialize it.
10311         (finish_oacc_loop): Clear mask & flags if no ifns.
10312         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
10313         (oacc_loop_xform_loop): Add ifns arg & adjust.
10314         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
10316 2016-03-07  Richard Henderson  <rth@redhat.com>
10318         PR rtl-opt/70061
10319         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
10320         (insert_value_copy_on_edge): Likewise.
10322 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10324         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
10326 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10328         PR target/62281
10329         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
10331 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10333         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
10335 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10337         Fix sseimul type attribute.
10338         * config/i386/znver1.md
10339         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
10340         znver1_sseimul_avx256_load) : Fix the type attribute.
10341         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
10342         pipe usage and latency.
10344 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
10346         PR c++/70084
10347         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
10348         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
10349         to the right type.
10351 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10353         PR c/69973
10354         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
10356         PR rtl-optimization/69941
10357         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
10358         the reg share its mode.
10360 2016-03-04  Jeff Law  <law@redhat.com>
10362         PR tree-optimization/69196
10363         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10364         If the both SSA_NAMEs are anonymous, then consider them unassociated
10365         and include the PHI in the statement count.
10367 2016-03-05  Tom de Vries  <tom@codesourcery.com>
10369         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
10370         construct in oacc routine.  Check for oacc region in oacc routine.
10372 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10374         PR target/70062
10375         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
10376         2016-02-22 changes, instead don't recurse if RECUR is already true.
10377         Don't change *dynamic_check if RECUR.  Adjust recursive caller
10378         to pass true to the new argument.
10379         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
10381         PR target/70059
10382         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10383         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
10384         fixes.
10385         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
10387 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10389         PR rtl-optimization/57676
10390         * lra-assigns.c (lra_assign): Guard test for maximum iterations
10391         with flag_checking.
10393 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
10395         * tree-vect-patterns.c (search_type_for_mask): Handle
10396         comparison of booleans.
10398 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10400         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
10401         Fix @xref usage.
10403         PR debug/69947
10404         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
10405         all other ops that have dw_val_class_die_ref operands,
10406         and DW_OP_GNU_entry_value.
10408 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10410         PR rtl-optimization/69904
10411         * config/arm/arm.c (arm_cannot_copy_insn_p):
10412         Return true for load-exclusive instructions.
10414 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
10416         PR target/70021
10417         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
10418         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
10419         the pattern no matter if it is used just by non-pattern, pattern
10420         or mix thereof.
10421         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
10422         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10423         oprnd1 def_stmt is in pattern, don't look through it.
10425 2016-03-03  Marek Polacek  <polacek@redhat.com>
10427         PR middle-end/70050
10428         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
10430 2016-03-03  Martin Liska  <mliska@suse.cz>
10432         PR tree-optimization/70043
10433         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
10434         previous statement if we see a debug statement.
10436 2016-03-03  Richard Biener  <rguenther@suse.de>
10438         PR tree-optimization/55936
10439         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
10440         parameter and guard unsafe equivalence use.
10441         (vrp_evaluate_conditional_warnv_with_ops): Always use
10442         safe equivalences but not via the quadratic compare_names
10443         helper.
10445 2016-03-03  Michael Collison  <michael.collison@linaro.org>
10447         PR target/70014
10448         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
10449         for operand 1 to s_register_operand. Change predicate for operand
10450         2 to arm_not_immediate_operand.
10452 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
10454         * doc/tm.texi: Regenerated.
10456 2016-03-02  Richard Henderson  <rth@redhat.com>
10458         PR rtl-opt/67145
10459         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
10460         simplification when all args are positive non-fixed registers.
10462 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10464         * target.def (lra_p): Specify that new ports should use LRA.
10466 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10468         PR libgomp/69555
10469         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
10470         gimplify_type_sizes the type they refer to.
10471         (omp_notice_variable): Handle reference vars to VLAs.
10472         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
10473         reference to VLA decls in the second pass instead of first pass.
10475 2016-03-02  Tom de Vries  <tom@codesourcery.com>
10477         PR tree-optimization/68659
10478         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
10479         new_expr == NULL_TREE.
10480         (get_new_name): Handle ADDR_EXPR.
10482 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
10484         PR rtl-optimization/69052
10485         * loop-invariant.c (canonicalize_address): New function.
10486         (inv_can_prop_to_addr_use): Check validity of address expression
10487         which is canonicalized by above function.
10489 2016-03-02  Alan Modra  <amodra@gmail.com>
10491         PR ipa/69990
10492         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
10493         larger alignment.
10495 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10497         PR target/70028
10498         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
10499         (*movhi_internal): Put mask moves from and to memory separately
10500         from moves from/to GPRs.
10502 2016-03-02  Richard Biener  <rguenther@suse.de>
10504         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
10505         GENERIC expressions in GIMPLE.
10507 2016-03-02  Richard Biener  <rguenther@suse.de>
10509         * config/i386/i386.c (type_natural_mode): Fix typo.
10511 2016-03-02  Nick Clifton  <nickc@redhat.com>
10513         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
10515 2016-03-02  Richard Biener  <rguenther@suse.de>
10516             Uros Bizjak  <ubizjak@gmail.com>
10518         PR target/67278
10519         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
10521 2016-03-02  Richard Biener  <rguenther@suse.de>
10523         PR middle-end/67278
10524         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
10526 2016-03-02  Marek Polacek  <polacek@redhat.com>
10528         PR c/67854
10529         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
10530         "is promoted to" warning.
10532 2016-03-01  DJ Delorie  <dj@redhat.com>
10534         * config.gcc: Deprecate mep-*.
10536 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
10538         PR middle-end/70025
10539         * lra-constraints.c (regno_val_use_in): New.
10540         (match_reload): Use it instead of regno_use_in.
10542 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10544         PR rtl-optimization/70007
10545         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
10546         references present in REG_EQUAL notes attached to non-SET patterns.
10548 2016-03-01  Jeff Law  <law@redhat.com>
10550         PR tree-optimization/69196
10551         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10552         Appropriately clamp the number of statements to copy when the
10553         thread path does not traverse a loop backedge.
10555         PR tree-optimization/69196
10556         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10557         Do count some PHIs in the thread path against the insn count.  Decrease
10558         final statement count by one as the control statement in the last
10559         block will get removed.  Remove special cased code for handling PHIs
10560         in the last block.
10562 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
10564         PR target/70027
10565         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
10566         asm dialect alternatives to explicit GOTPCREL calls.
10568 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10570         PR ada/70017
10571         * ira.c (do_reload): Issue warning for generic stack checking here...
10572         * reload1.c (reload): ...instead of here and streamline it.
10574 2016-03-01  Nick Clifton  <nickc@redhat.com>
10576         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
10578 2016-03-01  Richard Biener  <rguenther@suse.de>
10580         PR tree-optimization/69983
10581         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
10582         types and fall back to operand_equal_p.
10584 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10586         Revert
10587         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10589         * config/s390/constraints.md ("jm8"): New constraint.
10590         * config/s390/predicates.md ("const_int_8bitset_operand"): New
10591         predicate.
10592         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
10593         into ...
10594         ("*setmem_long<setmem_and>"): New pattern.
10595         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
10596         into ...
10597         ("*setmem_long_31z<setmem_and>"): New pattern.
10598         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
10599         New substitution rules with the required attributes.
10602 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10604         Revert
10605         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10607         * gensupport.c (process_substs_on_one_elem): Split loop to
10608         complete mark_operands_used_in_match_dup on all expressions in the
10609         vector first.
10610         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10611         and remove function.
10613 2016-03-01  Richard Biener  <rguenther@suse.de>
10615         PR middle-end/70022
10616         * fold-const.c (fold_indirect_ref_1): Fix range checking for
10617         vector BIT_FIELD_REF extract.
10619 2016-03-01  Richard Biener  <rguenther@suse.de>
10621         PR tree-optimization/69994
10622         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
10624 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
10626         PR tree-optimization/69956
10627         * tree-vect-stmts.c (supportable_widening_operation): Support
10628         multi-step conversion of boolean vectors.
10629         (supportable_narrowing_operation): Likewise.
10631 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10633         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
10634         anymore.
10636 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10638         * config/s390/subst.md (DSI_VI): New mode iterator.
10639         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
10640         * config/s390/vector.md ("vec_set<mode>"): Move expander before
10641         the insn definition.
10642         ("*vec_set<mode>"): Change predicate and add alternative to
10643         support only either register or const_int operands as element
10644         selector.
10645         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
10646         operands.
10647         ("vec_extract<mode>"): New expander.
10648         ("*vec_extract<mode>"): New insn definition supporting reg and
10649         const_int element selectors.
10650         ("*vec_extract<mode>_plus"): New insn definition supporting
10651         reg+const_int element selectors.
10652         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
10653         following expander+insn definition.
10654         ("<vec_shifts_name><mode>3"): New expander.
10655         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
10657 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10659         * config/s390/s390.md ("*tabort_1"): Change predicate to
10660         nonmemory_operand.  Add a second alternative to cover
10661         register as well as const int operands.
10662         ("*tabort_1_plus"): New pattern definition.
10664 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10666         * config/s390/s390.md ("*ashrdi3_cc_31")
10667         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
10668         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
10669         Merge insn definitions into ...
10670         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10671         New pattern definition.
10672         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
10673         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
10674         ("*ashr<mode>3_and"): Merge insn definitions into ...
10675         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10676         New pattern definition.
10677         * config/s390/subst.md ("addr_style_op_cc_subst")
10678         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
10679         substitutions patterns plus attributes.
10680         Add ashiftrt to SUBST iterator.
10682 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10684         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
10685         op2 to nonmemory_operand.
10686         ("*<shift>di3_31", "*<shift>di3_31_and"):
10687         Merge into single pattern definition ...
10688         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
10689         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
10690         pattern definition ...
10691         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
10692         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
10693         iterator.
10695 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10697         * config/s390/predicates.md (const_int_6bitset_operand): New
10698         predicate.
10699         * config/s390/s390.md: Include subst.md.
10700         ("rotl<mode>3"): New expander.
10701         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
10702         ...
10703         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
10704         * config/s390/subst.md: New file.
10706 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10708         * config/s390/s390.md ("op_type", "atype", "length" attributes):
10709         Remove RRR type.  It doesn't really exist.
10710         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
10711         attributes.
10712         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
10713         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
10714         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
10715         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
10716         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
10717         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
10718         `enabled' attribute.
10720 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10722         * gensupport.c (process_substs_on_one_elem): Split loop to
10723         complete mark_operands_used_in_match_dup on all expressions in the
10724         vector first.
10725         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10726         and remove function.
10728 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10730         PR target/69706
10731         * config/sparc/sparc.c (NWORDS_UP): Rename to...
10732         (CEIL_NWORDS): ...this.  Use CEIL macro.
10733         (compute_fp_layout): Adjust to above renaming.
10734         (function_arg_union_value): Likewise.
10735         (sparc_arg_partial_bytes): Likewise.
10736         (sparc_function_arg_advance): Likewise.
10738 2016-02-29  Jeff Law  <law@redhat.com>
10740         PR tree-optimization/70005
10741         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
10742         where an object with a boolean range is compared against a value
10743         outside [0..1].
10745         PR tree-optimization/69999
10746         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
10747         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
10748         loop cleanups.
10750 2016-02-29  Richard Biener  <rguenther@suse.de>
10752         PR tree-optimization/69994
10753         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
10754         (get_unary_op): Look through nop conversions.
10755         (ops_equal_values_p): New function, look for equality diregarding
10756         nop conversions.
10757         (eliminate_plus_minus_pair): Use ops_equal_values_p
10758         (repropagate_negates): Do not use get_unary_op here.
10760 2016-02-29  Martin Liska  <mliska@suse.cz>
10762         * system.h: Poison ENABLE_CHECKING macro.
10764 2016-02-29  Martin Liska  <mliska@suse.cz>
10766         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
10767         is presented in dump flags.
10768         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10769         (hsa_regalloc): Likewise.
10771 2016-02-19  Richard Biener  <rguenther@suse.de>
10773         PR tree-optimization/69980
10774         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
10775         permutation of those we need to keep.
10777 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10779         PR target/69706
10780         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
10781         (NWORDS_UP): ...this
10782         (init_cumulative_args): Minor tweaks.
10783         (sparc_promote_function_mode): Likewise.
10784         (scan_record_type): Delete.
10785         (traverse_record_type): New function template.
10786         (classify_data_t): New structure type.
10787         (classify_registers): New inline function.
10788         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
10789         exhausted.  Instantiate traverse_record_type on classify_registers and
10790         deal with the case of a structure passed in slot #15 with no FP field
10791         in the first word.
10792         (assign_data_t): New structure type.
10793         (compute_int_layout): New static function.
10794         (compute_fp_layout): Likewise.
10795         (count_registers): New inline function.
10796         (assign_int_registers): New static function.
10797         (assign_fp_registers): Likewise.
10798         (assign_registers): New inline function.
10799         (function_arg_record_value_1): Delete.
10800         (function_arg_record_value_2): Likewise.
10801         (function_arg_record_value_3): Likewise.
10802         (function_arg_record_value): Adjust to above changes.  Instantiate
10803         traverse_record_type on count_registers to first count the number of
10804         registers to be used and then on assign_registers to assign them.
10805         (function_arg_union_value): Adjust to above renaming.
10806         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
10807         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
10808         case of a structure passed in slot #15
10809         (sparc_function_arg_advance): Likewise.
10810         (function_arg_padding): Minor tweak.
10812 2016-02-29  Richard Biener  <rguenther@suse.de>
10814         PR tree-optimization/69720
10815         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
10816         the adjustment_def path for possibly vectorized defs.
10817         (vect_create_epilog_for_reduction): Handle vectorized initial
10818         defs properly.
10820 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
10822         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
10824 2016-02-27  Jeff Law  <law@redhat.com>
10826         Revert
10827         2016-02-26  Richard Biener  <rguenther@suse.de>
10828                     Jeff Law  <law@redhat.com>
10830         PR tree-optimization/69740
10831         * cfghooks.c (remove_edge): Request loop fixups if we delete
10832         an edge that might turn an irreducible loop into a natural
10833         loop.
10835 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
10837         PR rtl-optimization/69896
10838         * tree-vect-generic.c (get_compute_type): Avoid single element
10839         vector types.
10841 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
10843         Rename the AArch64 tuning option and related functions to enable the
10844         Newton series for the reciprocal square root to reflect its
10845         approximative characteristic.
10847         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
10848         function to "aarch64_emit_approx_rsqrt".
10849         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
10850         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
10851         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
10852         (xgene1_tunings): Likewise.
10853         (use_rsqrt_p): Likewise.
10854         (aarch64_emit_swrsqrt): Use new function name.
10855         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
10856         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
10857         text explaining this option.
10858         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
10860 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
10862         PR target/69969
10863         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
10864         complain about -mallow-movmisalign without -mvsx if
10865         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
10867 2016-02-26  Joel Sherrill  <joel@rtems.org>
10869         * config.gcc: Add x86_64-*-rtems*.
10870         * config/i386/rtems-64.h: New file.
10872 2016-02-26  Joel Sherrill  <joel@rtems.org>
10874         * config.gcc: Add aarch64-*-rtems*.
10875         * config/aarch64/rtems.h: New file.
10877 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
10879         PR target/69946
10880         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
10881         shift amount using %h.  Add comment.
10883 2016-02-26  Richard Biener  <rguenther@suse.de>
10884             Jeff Law  <law@redhat.com>
10886         PR tree-optimization/69740
10887         * cfghooks.c (remove_edge): Request loop fixups if we delete
10888         an edge that might turn an irreducible loop into a natural
10889         loop.
10891 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10893         PR middle-end/69920
10894         * tree-sra.c (sra_modify_assign): Do not remove loads of
10895         uninitialized aggregates to SSA_NAMEs.
10897 2016-02-26  Richard Henderson  <rth@redhat.com>
10899         PR target/69709
10900         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
10901         pseudo in case the target rtx matches the source of the left
10902         shift.
10904 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10906         PR hsa/69568
10907         * hsa.h (hsa_type_packed_p): Declare.
10908         * hsa.c (hsa_type_packed_p): New function.
10909         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
10910         loads.
10911         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
10912         * hsa-brig.c (emit_basic_insn): Likewise.
10914 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10916         pr hsa/69674
10917         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
10918         pointers.
10919         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
10921 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10923         * hsa.h (is_a_helper): New overload for hsa_op_immed for
10924         hsa_op_with_type operands.
10925         (hsa_unsigned_type_for_type): Declare.
10926         * hsa.c (hsa_unsigned_type_for_type): New function.
10927         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
10928         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
10929         the finalizer.  Do not emit extra move.
10931 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10933         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
10934         atomic operations in private segment.
10936 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10938         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
10939         statements to wi->info.  Also disallow omp simd constructs.
10940         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
10941         for not gridifying.  Dump special string for omp_for.
10943 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10945         PR target/69245
10946         * config/aarch64/aarch64.c (aarch64_set_current_function):
10947         Save/restore target globals when switching to
10948         target_option_default_node.
10950 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10952         PR target/69613
10953         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
10954         Return 0 if !SHIFT_COUNT_TRUNCATED.
10956 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
10957             Eric Botcazou  <ebotcazou@adacore.com>
10959         PR rtl-optimization/69891
10960         * dse.c (scan_insn): If we can't figure out memset arguments
10961         or they are non-constant, call clear_rhs_from_active_local_stores.
10963 2016-02-26  Martin Liska  <mliska@suse.cz>
10965         * doc/extend.texi: Mention clog10, clog10f an clog10l
10966         in Builtins section.
10968 2016-02-26  Martin Liska  <mliska@suse.cz>
10970         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
10971         CHECKING_P.
10972         (resolve_args_picking_1): Likewise.
10973         * dwarf2out.h (struct GTY): Likewise.
10975 2016-02-26  Martin Liska  <mliska@suse.cz>
10977         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
10978         with flag_checking.
10979         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10981 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
10982             Martin Liska  <mliska@suse.cz>
10984         * doc/install.texi: Mention --enable-valgrind-annotations.
10986 2016-02-26  Richard Biener  <rguenther@suse.de>
10988         PR tree-optimization/69551
10989         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
10990         looking through aliases adjust DECL_PT_UID to refer to the
10991         ultimate alias target.
10993 2016-02-25  Martin Liska  <mliska@suse.cz>
10995         PR middle-end/69919
10996         * alloc-pool.c (after_memory_report): New variable.
10997         * alloc-pool.h (base_pool_allocator ::release): Do not use
10998         the infrastructure if after_memory_report.
10999         * toplev.c (toplev::main): Mark after memory report.
11001 2016-02-25  Richard Biener  <rguenther@suse.de>
11003         PR tree-optimization/48795
11004         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
11006 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
11008         PR driver/68463
11009         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
11010         offloading is enabled and -fopenacc or -fopenmp is specified.
11011         (CRTOFFLOADEND): Likewise.
11012         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
11013         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
11014         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
11015         (offload_objects_file_name): New static var.
11016         (tool_cleanup): Remove offload_objects_file_name file.
11017         (find_offloadbeginend): Replace with ...
11018         (find_crtoffloadtable): ... this.
11019         (run_gcc): Remove offload_argc and offload_argv.
11020         Get offload_objects_file_name from -foffload-objects=... option.
11021         Read names of object files with offload from this file, pass them to
11022         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
11023         don't pass offloadbegin and offloadend to the linker.  Don't pass
11024         offload non-LTO files to the linker, because now they're not claimed.
11026 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
11028         PR ipa/69630
11029         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
11030         on builtin_unreachable.
11032 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
11034         PR rtl-optimization/69896
11035         * regcprop.c: Include cfgrtl.h.
11036         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
11037         than remembered mode, either delete it (if noop_move_p), or
11038         treat like copy_p but not noop_p instruction.
11040 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11042         PR debug/69705
11043         * dwarf2out.c (gen_variable_die): Work around buggy LTO
11044         - allow NULL decl for Fortran DW_TAG_common_block variables.
11046 2016-02-24  Jason Merrill  <jason@redhat.com>
11048         * common.opt (flifetime-dse): Add -flifetime-dse=1.
11050 2016-02-24  Richard Biener  <rguenther@suse.de>
11051             Jakub Jelinek  <jakub@redhat.com>
11053         PR middle-end/69760
11054         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
11055         conditionally executed ops to well-defined overflow behavior.
11057 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11059         PR middle-end/69915
11060         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
11061         elements.
11063 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11065         PR rtl-optimization/69886
11066         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
11067         argument.  Use it when checking validity of set instructions.
11068         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
11069         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
11070         callsite.
11071         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
11072         * store-motion.c (find_moveable_store): Update
11073         can_assign_to_reg_without_clobbers_p callsite.
11075 2016-02-24  Richard Biener  <rguenther@suse.de>
11077         PR middle-end/68963
11078         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
11079         bogus check.
11080         (record_nonwrapping_iv): Do not fall back to the low/high bound
11081         for non-constant IV bases if the stmt is not always executed.
11083 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11085         * config/arm/arm-cores.def (cortex-a32): New entry.
11086         * config/arm/arm-tables.opt: Regenerate.
11087         * config/arm/arm-tune.md: Regenerate.
11088         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
11089         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
11090         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
11091         for -mcpu and -mtune.
11093 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11095         PR target/69875
11096         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
11097         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
11098         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
11099         (atomic_loaddi_1): Delete.
11100         (atomic_loaddi): Rewrite expander using the above changes.
11102 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11104         PR c/69918
11105         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
11106         2 to 3.
11108 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
11109             Richard Biener  <rguenth@suse.de>
11111         PR middle-end/69909
11112         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
11113         set_mem_attributes if tem is SSA_NAME which got expanded
11114         as a MEM.
11116 2016-02-24  Richard Biener  <rguenther@suse.de>
11118         PR tree-optimization/69907
11119         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
11120         end of permutations for BB vectorization.
11122 2016-02-24  Christian Bruel  <christian.bruel@st.com>
11124         * config/arm/arm-c.c (arm_option_override): Initialize
11125         target_option_current_node.
11126         * config/arm/arm.c (arm_pragma_target_parse): Replace
11127         build_target_option_node call by target_option_current_node.
11128         Set target_option_current_node.
11129         Fix comments.
11131 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
11133         PR target/69810
11134         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
11135         define_insn_and_split to define_insn.
11136         (zero_extendqi<mode>2_dot2): Same.
11137         (extendqi<mode>2_dot): Same.
11138         (extendqi<mode>2_dot2): Same.
11140 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
11142         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
11143         and add bypass for AES{D,E} and AESMC pairs.
11144         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
11145         and AESMC pairs.
11147 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
11149         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
11150         series for reciprocal square root in Exynos M1.
11152 2016-02-23  Martin Sebor  <msebor@redhat.com>
11154         PR c/69759
11155         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
11156         __builtin_alloca_with_align.
11158 2016-02-23  Richard Henderson  <rth@redhat.com>
11160         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
11161         (ix86_register_pragmas): Remove __seg_tls.
11162         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
11163         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
11164         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
11165         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
11166         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
11167         * doc/extend.texi (__seg_tls): Remove item.
11169 2016-02-23  Richard Biener  <rguenther@suse.de>
11171         * alloc-pool.h (struct allocation_object): Make id member
11172         conditional on CHECKING_P again.
11173         (get_instance): Adjust.
11174         (base_pool_allocator): Likewise.
11176 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
11178         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
11179         (parallelize_loops): In OpenACC kernels mode, set n_threads to
11180         zero.
11181         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
11182         flag_openacc.
11183         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
11185 2016-02-23  Richard Biener  <rguenther@suse.de>
11187         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
11188         * bitmap.h (struct bitmap_usage): Likewise.
11189         (bitmap_move): Declare.
11190         * bitmap.c (register_overhead): Take size_t argument.
11191         (bitmap_move): New function.
11192         * df-problems.c (df_rd_transfer_function): Use bitmap_move
11193         to properly account overhead.
11194         * tree.c (free_node): Use tree_size.
11196 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
11198         PR c++/69902
11199         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
11200         when inverting comparison.
11202         PR c/69900
11203         * common.opt (Wunreachable-code): Add Warning flag.
11205 2016-02-23  Mark Wielaard  <mjw@redhat.com>
11206             Jakub Jelinek  <jakub@redhat.com>
11208         PR c/69911
11209         * cgraphunit.c (check_global_declaration): Check main_input_filename
11210         and DECL_SOURCE_FILE are not NULL.
11212 2016-02-23  Martin Jambor  <mjambor@suse.cz>
11214         PR tree-optimization/69666
11215         * tree-sra.c (sra_modify_assign): Do not attempt to create
11216         default_def replacements for unscalarizable regions.
11218 2016-02-20  Mark Wielaard  <mjw@redhat.com>
11220         PR c/28901
11221         * cgraphunit.c (check_global_declaration): Check level of
11222         warn_unused_const_variable and main_input_filename.
11223         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
11224         (-Wunused-variable): For C implies -Wunused-const-variable=1.
11225         (-Wunused-const-variable): Explain levels 1 and 2.
11227 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
11229         PR target/69888
11230         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
11231         identical arguments.  Formatting and spelling fixes.
11233         PR target/69885
11234         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
11235         be specified.
11237         PR target/69894
11238         PR target/69895
11239         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
11240         and m68k-devices.def.
11241         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
11242         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
11244 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
11246         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
11247         and HImode registers.
11249 2016-02-22  Richard Biener  <rguenther@suse.de>
11251         PR tree-optimization/69882
11252         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
11253         preserve permutations present because of gaps.
11254         (vect_supported_load_permutation_p): Always continue checking
11255         permutations after vect_attempt_slp_rearrange_stmts.
11257 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
11259         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
11260         min_profitable_estimate, rather than min_profitable_iters.
11262 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
11264         PR target/69885
11265         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
11266         SImode for last match_operand.
11268 2016-02-22  Martin Liska  <mliska@suse.cz>
11270         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
11271         return bitsize - 1 as the return value.
11273 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
11275         PR target/69806
11276         PR target/54089
11277         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
11278         Handle negative shift counts.
11279         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
11280         force_reg on the shift constant.
11281         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
11282         (lshrsi3_d): Handle negative shift counts.
11284 2016-02-22  Richard Biener  <rguenther@suse.de>
11285             Tom de Vries  <tom@codesourcery.com>
11287         * graph.c: Include dumpfile.h.
11288         (print_graph_cfg): Split into three overloads.
11289         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
11291 2016-02-22  Tom de Vries  <tom@codesourcery.com>
11293         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
11294         dump-fn.
11296 2016-02-22  Richard Biener  <rguenther@suse.de>
11298         PR ipa/37448
11299         * ipa-inline-transform.c (inline_call): When not updating
11300         overall summaries adjust self size by the growth estimate.
11301         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
11302         hash-set, do not update overall summaries here.  Renamed from ...
11303         (inline_to_all_callers): ... this which is now wrapping the
11304         above and performing delayed overall summary update.
11305         (early_inline_small_functions): Delay updating of the overall
11306         summary.
11308 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
11310         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
11311         variable.
11313 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11315         PR driver/69805
11316         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
11317         :%* in %:gt() argument.
11318         (greater_than_spec_func): Adjust for expecting only numbers,
11319         if there are more than two numbers, compare the last two.
11321 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
11323         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
11324         -Wnarrowing with -std.
11326 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11328         PR c++/69851
11329         * expr.c (store_field): Don't use bit-field path if exp is
11330         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
11331         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
11332         and the assignment can be performed by bitwise copy.  Formatting
11333         fix.
11335         PR middle-end/69838
11336         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
11337         call copy_reg_eh_region_note_forward on before and/or after sequences
11338         and remove note from insn if it no longer can throw.
11340         PR target/69820
11341         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
11342         if TARGET_AVX512BW.
11344 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11346         * config/s390/vector.md: Add missing commutative operand markers
11347         to the patterns which qualify for one.
11348         * config/s390/vx-builtins.md: Likewise.
11350 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11352         * config/s390/vector.md (VI, VI_QHS): Add single element vector
11353         types to mode iterators.
11354         (vec_double): ... and mode attribute.
11355         * config/s390/vx-builtins.md (non_vec_int): Likewise.
11357 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11359         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
11360         Change the predicate of op2 from nonimmediate to general and let
11361         reload fix it if necessary.
11363 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11365         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
11367 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11369         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
11370         mode.
11372 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11374         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
11375         * config/s390/s390.c (s390_expand_vec_movstr): New function.
11376         * config/s390/s390.md ("movstr<P:mode>"): Call
11377         s390_expand_vec_movstr.
11379 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11381         * config/s390/s390.md: Add missing output modifier for operand 1
11382         to print it as address properly.
11384 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11386         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
11387         * config/s390/2964.md: New file.
11388         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
11389         of insn grouping attributes depending on the CPU level.
11390         (s390_get_unit_mask): New function.
11391         (s390_sched_score): Remove the OOO from the scheduling macros.
11392         Add loop to calculate a score for the instruction mix.
11393         (s390_sched_reorder): Likewise plus improve debug output.
11394         (s390_sched_variable_issue): Rename macros as above.  Calculate
11395         the unit distances after actually scheduling an insn.  Improve
11396         debug output.
11397         (s390_sched_init): Clear last_scheduled_unit_distance array.
11398         * config/s390/s390.md: Include 2964.md.
11400 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11402         PR target/69671
11403         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
11404         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
11405         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
11406         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
11407         *avx512f_<code>v8div16qi2_mask_1): New insns.
11409 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11411         PR target/68404
11412         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
11413         2016-02-09 change.
11415         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
11416         earlyclobber from target.  Use wF constraint for fused memory
11417         address.
11418         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
11420 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11421             Martin Liska  <mliska@suse.cz>
11423         PR sanitizer/69863
11424         * cfgexpand.c (asan_sanitize_stack_p): New function.
11425         (partition_stack_vars): Use the function.
11426         (expand_stack_vars): Likewise.
11427         (defer_stack_allocation): Likewise.
11428         (expand_used_vars): Likewise.
11430 2016-02-18  Richard Biener  <rguenther@suse.de>
11432         PR middle-end/69553
11433         * fold-const.c (operand_equal_p): Properly compare offsets for
11434         IMAGPART_EXPR and ARRAY_REF.
11436 2016-02-18  Nick Clifton  <nickc@redhat.com>
11438         PR target/62254
11439         PR target/69610
11440         * config/arm/arm.c (arm_option_override_internal): Disable
11441         interworking if the target does not support thumb instructions.
11442         (arm_reload_in_hi): Handle the case where a register to register
11443         move needs reloading because there is no simple pattern to handle
11444         it.
11445         (arm_reload_out_hi): Likewise.
11447 2016-02-18  Richard Biener  <rguenther@suse.de>
11449         PR middle-end/69854
11450         * match.pd: Don't use fold_binary or fold_unary for folding
11451         constants.
11453 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
11455         PR c++/69850
11456         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
11457         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
11458         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
11459         warn on gimple_no_warning_p statements.
11461 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
11463         * doc/extend.texi (C++ Attributes): Correct description of
11464         warn_unused type attribute.
11466 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11468         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
11469         correct instruction.
11471 2016-02-17  Richard Biener  <rguenther@suse.de>
11473         PR rtl-optimization/69609
11474         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
11475         (find_traces_1_round): When ending a trace update cached priority
11476         of successors.
11477         (bb_to_key): Use cached priority when available.
11478         (copy_bb): Initialize cached priority.
11479         (reorder_basic_blocks_software_trace_cache): Likewise.
11481 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11483         PR target/69161
11484         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
11485         New predicate.
11486         (aarch64_comparison_operator): Break overly long line into two.
11487         (aarch64_comparison_operation): Likewise.
11488         * config/aarch64/aarch64.md (cstorecc4): Use
11489         aarch64_comparison_operator_mode instead of
11490         aarch64_comparison_operator.
11491         (cstore<mode>4): Likewise.
11492         (aarch64_cstore<mode>): Likewise.
11493         (*cstoresi_insn_uxtw): Likewise.
11494         (cstore<mode>_neg): Likewise.
11495         (*cstoresi_neg_uxtw): Likewise.
11497 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11499         PR target/69161
11500         * config/arm/predicates.md (arm_comparison_operator_mode):
11501         New predicate.
11502         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
11503         instead of arm_comparison_operator.
11504         (*mov_negscc): Likewise.
11505         (*mov_notscc): Likewise.
11506         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
11507         (*thumb2_mov_negscc): Likewise.
11508         (*thumb2_mov_negscc_strict_it): Likewise.
11509         (*thumb2_mov_notscc): Likewise.
11510         (*thumb2_mov_notscc_strict_it): Likewise.
11512 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
11514         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
11515         Add missing return.
11517 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
11519         * config/visium/visium.c (machine_libfunc_index): New enum.
11520         (machine_libfuncs): New structure.
11521         (visium_libfuncs): New static variable.
11522         (TARGET_INIT_LIBFUNCS): Define to...
11523         (visium_init_libfuncs): ...this.  New function.
11524         (expand_block_move_4): Use the appropriate libfunc.
11525         (expand_block_move_2): Likewise.
11526         (expand_block_move_1): Likewise.
11527         (expand_block_set_4): Likewise.
11528         (expand_block_set_2): Likewise.
11529         (expand_block_set_1): Likewise.
11530         (visium_trampoline_init): Likewise.
11532 2016-02-17  Nick Clifton  <nickc@redhat.com>
11534         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
11535         TI's devices.csv file as of March 2016.
11537 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11539         PR Target/48344
11540         * opts-global.c (handle_common_deferred_options): Introduce and
11541         initialize two global variables to remember command-line options
11542         specifying a stack-limiting register.
11543         * opts.h: Add extern declarations of the two new global variables.
11544         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
11545         variable based on the values of the two new global variables.
11547 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11549         PR c/69835
11550         * common.opt (Wnonnull-compare): New warning.
11551         * doc/invoke.texi (-Wnonnull): Remove text about comparison
11552         of arguments against NULL.
11553         (-Wnonnull-compare): Document.
11554         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
11555         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
11556         * passes.def (pass_warn_nonnull_compare): Add.
11557         * gimple-ssa-nonnull-compare.c: New file.
11559 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11561         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
11562         AARCH64_EXTRA_TUNE_RECIP_SQRT.
11564 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11566         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
11567         reciprocal sqrt for -mlow-precision-recip-sqrt.
11569 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11570             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11572         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
11573         always use lane loads to construct non-constant vectors.
11575 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11577         * config/aarch64/aarch64.md
11578         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
11579         constraints for operand 3.
11580         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
11582 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11583             Richard Biener  <rguenther@suse.de>
11585         PR tree-optimization/69820
11586         * tree-vect-patterns.c (type_conversion_p): Return false if
11587         *orig_type is unsigned single precision or boolean.
11588         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
11589         Formatting fix.
11591 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11593         PR rtl-optimization/69764
11594         PR rtl-optimization/69771
11595         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
11596         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
11598 2016-02-16  Richard Biener  <rguenther@suse.de>
11600         PR tree-optimization/69776
11601         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
11602         sets from caller.
11603         (indirect_refs_may_alias_p): Likewise.
11604         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
11605         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
11606         according to tbaa_p.
11607         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
11608         (optimize_stmt): For redundant store discovery do not allow tbaa.
11610 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
11612         PR tree-optimization/69714
11613         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
11614         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
11616 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
11618         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
11619         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
11620         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
11621         * config/arc/arc.c (arc_init): Check FPU options.
11622         (get_arc_condition_code): Handle new CC_FPU* modes.
11623         (arc_select_cc_mode): Likewise.
11624         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
11625         register pair only. Allow access for ARCv2 accumulator.
11626         (gen_compare_reg): Whenever we have FPU support use FPU compare
11627         instructions.
11628         (arc_reorg): Don't generate brcc insns when FPU compare
11629         instructions are involved.
11630         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
11631         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
11632         floating point emulation.
11633         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
11634         (REVERSE_CONDITION): Add new CC_FPU* modes.
11635         (TARGET_FP_SP_BASE): Define.
11636         (TARGET_FP_DP_BASE): Likewise.
11637         (TARGET_FP_SP_FUSED): Likewise.
11638         (TARGET_FP_DP_FUSED): Likewise.
11639         (TARGET_FP_SP_CONV): Likewise.
11640         (TARGET_FP_DP_CONV): Likewise.
11641         (TARGET_FP_SP_SQRT): Likewise.
11642         (TARGET_FP_DP_SQRT): Likewise.
11643         (TARGET_FP_DP_AX): Likewise.
11644         * config/arc/arc.md (ARCV2_ACC): New constant.
11645         (type): New fpu type attribute.
11646         (SDF): Conditional iterator.
11647         (cstore<mode>, cbranch<mode>): Change expand condition.
11648         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
11649         handles FPU/FPX cases as well.
11650         * config/arc/arc.opt (mfpu): New option.
11651         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
11652         Renamed.
11653         (adddf3, muldf3, subdf3): Removed.
11654         * config/arc/predicates.md (proper_comparison_operator): Recognize
11655         CC_FPU* modes.
11656         * config/arc/fpu.md: New file.
11657         * doc/invoke.texi (ARC Options): Document mfpu option.
11659 2016-02-16  Richard Biener  <rguenther@suse.de>
11661         PR rtl-optimization/69291
11662         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
11663         noce_operand_ok check.
11665 2016-02-16  Tom de Vries  <tom@codesourcery.com>
11667         PR lto/67709
11668         * omp-low.c (simd_clone_create): Remove call to
11669         symtab->call_cgraph_insertion_hooks.
11671 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11673         PR tree-optimization/69802
11674         * tree-ssa-reassoc.c (update_range_test): If op is
11675         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
11676         op == 1 test of precision 1 integral op, otherwise handle
11677         that case as op itself.  Fix up formatting.
11678         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
11679         up formatting.
11681 2016-02-16  Richard Biener  <rguenther@suse.de>
11683         PR tree-optimization/69586
11684         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
11685         types for conversion sources.
11687 2016-02-16  Richard Biener  <rguenther@suse.de>
11689         PR middle-end/69801
11690         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
11691         mask OEP_ADDRESS_OF.
11693 2016-02-16  Alan Modra  <amodra@gmail.com>
11695         PR target/68973
11696         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
11697         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
11698         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
11699         (p8_mtvsrwz): New.
11700         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
11701         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
11702         (p8_fmrgow_<mode>): Likewise.
11703         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
11704         changes.
11705         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
11706         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
11707         to use movdi_internal64.  Remove op0_di.
11708         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
11710 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
11712         Add support for the FCCMP insn types
11714         * config/aarch64/aarch64.md (fccmp): Change insn type.
11715         (fccmpe): Likewise.
11716         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
11717         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
11718         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
11719         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
11720         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
11721         * config/arm/types.md (fccmps): Add new insn type.
11722         (fccmpd): Likewise.
11724 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11726         * alias.c (get_alias_set): Fix a typo in comment.
11728 2016-02-15  Richard Biener  <rguenther@suse.de>
11730         PR tree-optimization/69595
11731         * match.pd: Complete range test simplification to true.
11733 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
11735         PR rtl-optimization/69648
11736         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
11737         pic_offset_table_rtx.
11739         PR rtl-optimization/69752
11740         * ira.c (update_equiv_regs): When looking for more than a single SET,
11741         also take other side effects into account.
11743 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11745         * config/s390/s390.c (s390_function_profiler): Add a new sequence
11746         for z900+ CPUs in 31-bit mode.
11748 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11750         * common/config/s390/s390-common.c (s390_supports_split_stack):
11751         New function.
11752         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
11753         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
11754         * config/s390/s390.c (struct machine_function): New field
11755         split_stack_varargs_pointer.
11756         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
11757         in s390_emit_prologue.
11758         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
11759         vararg pointer.
11760         (morestack_ref): New global.
11761         (SPLIT_STACK_AVAILABLE): New macro.
11762         (s390_expand_split_stack_prologue): New function.
11763         (s390_live_on_entry): New function.
11764         (s390_va_start): Use split-stack vararg pointer if appropriate.
11765         (s390_asm_file_end): Emit the split-stack note sections.
11766         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
11767         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
11768         (UNSPECV_SPLIT_STACK_CALL): New unspec.
11769         (UNSPECV_SPLIT_STACK_DATA): New unspec.
11770         (split_stack_prologue): New expand.
11771         (split_stack_space_check): New expand.
11772         (split_stack_data): New insn.
11773         (split_stack_call): New expand.
11774         (split_stack_call_*): New insn.
11775         (split_stack_cond_call): New expand.
11776         (split_stack_cond_call_*): New insn.
11778 2016-02-15  Richard Biener  <rguenther@suse.de>
11780         PR tree-optimization/69783
11781         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11782         Add trivially correct cases.
11784 2016-02-15  Tom de Vries  <tom@codesourcery.com>
11786         PR lto/69655
11787         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
11788         do_force_output.
11789         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
11791 2016-02-15  Richard Biener  <rguenther@suse.de>
11793         PR tree-optimization/69776
11794         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
11795         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
11796         indicate whether we can use TBAA to disambiguate against stores.
11797         Use alias-set zero if not.
11798         (visit_reference_op_store): Do not use TBAA when looking up
11799         redundant stores.
11800         * tree-ssa-pre.c (compute_avail): Use TBAA here.
11801         (eliminate_dom_walker::before_dom_children): But not when looking
11802         up redundant stores.
11804 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
11806         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
11808 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11810         *  config/i386/znver1.md
11811         (znver1_pop, znver1_pop_mem,
11812         znver1_load_imov_double_store,
11813         znver1_load_imov_direct_store,
11814         znver1_load_imov_direct_load,
11815         znver1_load_imov_double_load): Add new.
11816         (znver1_insn, znver1_insn_load): Add icmov type.
11817         (znver1_sseavx_fma,
11818         znver1_sseavx_fma_load,
11819         znver1_avx256_fma,
11820         znver1_avx256_fma_load): Fix pipe usage.
11822 2016-02-14  Alan Modra  <amodra@gmail.com>
11824         PR target/68973
11825         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
11826         with an invalid hard reg, reload just the reg not the entire
11827         pre/post-inc/dec address expression.
11829 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
11831         PR target/67260
11832         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
11833         fixed R1_REG scratch reg.
11834         (sibcall_value_pcrel_fdpic): Likewise.
11836 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
11838         PR target/67636
11839         PR target/64345
11840         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
11842 2016-02-12  Walter Lee  <walt@tilera.com>
11844         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
11845         * config/tilegx/t-tilegx: Likewise.
11847 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11849         PR other/69554
11850         * diagnostic-show-locus.c (struct line_span): New struct.
11851         (layout::get_first_line): Delete.
11852         (layout::get_last_line): Delete.
11853         (layout::get_num_line_spans): New member function.
11854         (layout::get_line_span): Likewise.
11855         (layout::print_heading_for_line_span_index_p): Likewise.
11856         (layout::get_expanded_location): Likewise.
11857         (layout::calculate_line_spans): Likewise.
11858         (layout::m_first_line): Delete.
11859         (layout::m_last_line): Delete.
11860         (layout::m_line_spans): New field.
11861         (layout::layout): Update comment.  Replace m_first_line and
11862         m_last_line with m_line_spans, replacing their initialization
11863         with a call to calculate_line_spans.
11864         (diagnostic_show_locus): When printing source lines and
11865         annotations, rather than looping over a single span
11866         of lines, instead loop over each line_span within
11867         the layout, with an inner loop over the lines within them.
11868         Call the context's start_span callback when changing line spans.
11869         * diagnostic.c (diagnostic_initialize): Initialize start_span.
11870         (diagnostic_build_prefix): Break out the building of the location
11871         part of the string into...
11872         (diagnostic_get_location_text): ...this new function, rewriting
11873         it from nested ternary expressions to a sequence of "if"
11874         statements.
11875         (default_diagnostic_start_span_fn): New function.
11876         * diagnostic.h (diagnostic_start_span_fn): New typedef.
11877         (diagnostic_context::start_span): New field.
11878         (default_diagnostic_start_span_fn): New prototype.
11880 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11882         PR driver/69779
11883         * gcc.c (driver::finalize): Fix cleanup of "specs".
11885 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11887         PR driver/69265
11888         PR driver/69453
11889         * gcc.c (driver::driver): Initialize m_option_suggestions.
11890         (driver::~driver): Clean up m_option_suggestions.
11891         (suggest_option): Convert to...
11892         (driver::suggest_option): ...this, and split out into
11893         driver::build_option_suggestions and find_closest_string.
11894         (driver::build_option_suggestions): New function, from
11895         first half of suggest_option.  Special-case
11896         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
11897         the sanitizer_opts array.  For options of enum types, add the
11898         various enum values to the candidate strings.
11899         (driver::handle_unrecognized_options): Remove "const".
11900         * gcc.h (driver::handle_unrecognized_options): Likewise.
11901         (driver::build_option_suggestions): New decl.
11902         (driver::suggest_option): New decl.
11903         (driver::m_option_suggestions): New field.
11904         * opts-common.c (add_misspelling_candidates): New function.
11905         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
11906         and make non-static.
11907         * opts.h (sanitizer_opts): New array decl.
11908         (add_misspelling_candidates): New function decl.
11909         * spellcheck.c (find_closest_string): New function.
11910         * spellcheck.h (find_closest_string): New function decl.
11912 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11914         PR rtl-optimization/69764
11915         PR rtl-optimization/69771
11916         * optabs.c (expand_binop_directly): For shift_optab_p, force
11917         convert_modes with VOIDmode if xop1 has VOIDmode.
11919 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
11921         PR target/69729
11922         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
11923         to correctly determine instrumentation thunks.
11925 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11927         PR ipa/69241
11928         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
11929         type by reference, force lhs on the call.
11931         PR ipa/68672
11932         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
11933         Compute retval and retbnd early in all cases if split_part_return_p
11934         and return_bb is not EXIT.  Remove all clobber stmts and reset
11935         all debug stmts that refer to SSA_NAMEs defined in split part,
11936         except if it is retval, in that case replace the old retval with the
11937         lhs of the call to the split part.
11939 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11941         revert:
11942         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11944         PR middle-end/66726
11945         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
11946         whose result is used in PHI.
11947         (maybe_optimize_range_tests): Likewise.
11948         (final_range_test_p): Likweise.
11950 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11952         PR middle-end/66726
11953         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
11954         whose result is used in PHI.
11955         (maybe_optimize_range_tests): Likewise.
11956         (final_range_test_p): Likweise.
11958 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11960         * cgraph.c: Spelling fixes - behaviour -> behavior and
11961         neighbour -> neighbor.
11962         * target.def: Likewise.
11963         * sel-sched.c: Likewise.
11964         * config/mips/mips.c: Likewise.
11965         * config/arc/arc.md: Likewise.
11966         * config/arm/cortex-a57.md: Likewise.
11967         * config/arm/arm.c: Likewise.
11968         * config/arm/neon.md: Likewise.
11969         * config/arm/arm-c.c: Likewise.
11970         * config/vms/vms-c.c: Likewise.
11971         * config/s390/s390.c: Likewise.
11972         * config/i386/znver1.md: Likewise.
11973         * config/i386/i386.c: Likewise.
11974         * config/ia64/hpux-unix2003.h: Likewise.
11975         * config/msp430/msp430.md: Likewise.
11976         * config/rx/rx.c: Likewise.
11977         * config/rx/rx.md: Likewise.
11978         * config/aarch64/aarch64-simd.md: Likewise.
11979         * config/aarch64/aarch64.c: Likewise.
11980         * config/nvptx/nvptx.c: Likewise.
11981         * config/bfin/bfin.c: Likewise.
11982         * config/cris/cris.opt: Likewise.
11983         * config/rs6000/rs6000.c: Likewise.
11984         * target.h: Likewise.
11985         * spellcheck.c: Likewise.
11986         * ira-build.c: Likewise.
11987         * tree-inline.c: Likewise.
11988         * builtins.c: Likewise.
11989         * lra-constraints.c: Likewise.
11990         * explow.c: Likewise.
11991         * hwint.h: Likewise.
11992         * targhooks.c: Likewise.
11993         * tree-vect-data-refs.c: Likewise.
11994         * expr.c: Likewise.
11995         * doc/tm.texi: Likewise.
11996         * doc/extend.texi: Likewise.
11997         * doc/install.texi: Likewise.
11998         * doc/md.texi: Likewise.
11999         * tree-ssa-tail-merge.c: Likewise.
12000         * sched-int.h: Likewise.
12001         * match.pd: Likewise.
12002         * sched-ebb.c: Likewise.
12003         * target.def (omit_struct_return_reg): Likewise.
12004         * gimple-ssa-isolate-paths.c: Likewise.
12005         (find_implicit_erroneous_behaviour): Renamed to...
12006         (find_implicit_erroneous_behavior): ... this.
12007         (find_explicit_erroneous_behaviour): Renamed to...
12008         (find_explicit_erroneous_behavior): ... this.
12009         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
12011 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
12013         PR rtl-optimization/64682
12014         PR rtl-optimization/69567
12015         PR rtl-optimization/69737
12016         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
12017         in I2 as well, just lose it.
12019 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12021         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
12022         New variable.
12023         (aarch64_last_printed_tune_string): Likewise.
12024         (aarch64_declare_function_name): Only output .arch assembler
12025         directive if it will be different from the previously output
12026         directive.  Same for .tune comment but only if -dA is set.
12027         (aarch64_start_file): New function.
12028         (TARGET_ASM_FILE_START): Define.
12030 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
12032         PR plugins/69758
12033         * Makefile.in (PLUGIN_HEADERS): Add params.list.
12035 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
12037         PR target/65313
12038         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
12039         -Wmaybe-uninitialized warning.
12041 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
12043         PR target/69713
12044         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
12046 2016-02-11  Richard Biener  <rguenther@suse.de>
12048         PR rtl-optimization/69291
12049         * ifcvt.c (noce_try_store_flag_constants): Do not allow
12050         subexpressions affected by changing the result.
12052 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
12054         PR target/69148
12055         * lra-constraints.c (curr_insn_transform): Find in/out operands
12056         for secondary memory moves.  Update dups.
12058 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
12060         PR tree-optimization/69652
12061         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
12062         to nested loop, did source re-formatting, skip debug statements,
12063         add check on statement with volatile operand, remove dead scalar
12064         statements.
12066 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
12067             Patrick Palka  <ppalka@gcc.gnu.org>
12069         PR ipa/69241
12070         PR c++/69649
12071         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
12072         calls if the return type is TREE_ADDRESSABLE.
12073         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
12074         * ipa-split.c (split_function): Fix doubled "we" in comment.
12075         Use void return type for the split part even if
12076         !split_point->split_part_set_retval.
12078 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
12080         PR tree-optimization/68021
12081         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
12082         when computing the value of biv cand by itself.
12084 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
12086         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
12087         (cortexa57_tunings): Likewise.
12088         (cortexa72_tunings): Likewise.
12089         (arch_macro_fusion_pair_p): Add support for AES fusion.
12090         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
12091         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
12092         Allow virtual registers before reload so early scheduling works.
12093         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
12094         correct latency and pipeline.
12095         (cortex_a57_crypto_complex): Likewise.
12096         (cortex_a57_crypto_xor): Likewise.
12097         (define_bypass): Add AES bypass.
12099 2016-02-10  Richard Biener  <rguenther@suse.de>
12101         PR tree-optimization/69726
12102         * passes.def: Add DCE pass before late uninit.
12103         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
12104         really fixup if-conversions job.
12106 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
12108         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
12109         (arm_cortex_a57_tune): Likewise.
12110         (aarch_macro_fusion_pair_p): Add support for AES fusion.
12111         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
12113 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
12115         * timevar.def (TV_PHASE_DBGINFO): Delete.
12116         (TV_PHASE_CHECK_DBGINFO): Likewise.
12117         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
12119 2016-02-10  Richard Biener  <rguenther@suse.de>
12121         PR tree-optimization/69719
12122         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12123         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
12125 2016-02-09  Andrew Pinski  <apinski@cavium.com>
12127         PR tree-opt/69282
12128         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
12129         get_vcond_mask_icode returns false.
12131 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
12133         PR target/68404
12134         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
12135         an ADDIS that adds a pointer to a large constant that sets the
12136         upper16 bits with a load operation.
12138 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
12140         PR target/68532
12141         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
12142         order.
12143         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
12144         endian.
12145         (vzipq_s16): Likewise.
12146         (vzipq_s32): Likewise.
12147         (vzipq_f32): Likewise.
12148         (vzipq_u8): Likewise.
12149         (vzipq_u16): Likewise.
12150         (vzipq_u32): Likewise.
12151         (vzipq_p8): Likewise.
12152         (vzipq_p16): Likewise.
12154 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
12156         PR target/68532
12157         * config/arm/arm.c (neon_endian_lane_map): New function.
12158         (neon_vector_pair_endian_lane_map): New function.
12159         (arm_evpc_neon_vuzp): Allow for big endian lane order.
12160         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
12161         endian.
12162         (vuzpq_s16): Likewise.
12163         (vuzpq_s32): Likewise.
12164         (vuzpq_f32): Likewise.
12165         (vuzpq_u8): Likewise.
12166         (vuzpq_u16): Likewise.
12167         (vuzpq_u32): Likewise.
12168         (vuzpq_p8): Likewise.
12169         (vuzpq_p16): Likewise.
12171 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
12173         PR target/69634
12174         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
12175         debug insns.
12177 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
12179         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
12180         truncate const_int operand 1 to QImode.
12182 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
12184         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
12185         corresponding to an abnormal edge.
12187 2016-02-09  Tom de Vries  <tom@codesourcery.com>
12189         PR tree-optimization/69599
12190         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
12191         function.
12192         (find_func_aliases_for_builtin_call, find_func_clobbers)
12193         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
12194         partition.
12196 2016-02-09  Richard Biener  <rguenther@suse.de>
12198         PR tree-optimization/69715
12199         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
12200         LHS on calls as non-rewritable.
12202 2016-02-09  Tom de Vries  <tom@codesourcery.com>
12204         PR lto/69707
12205         * lto-wrapper.c (append_diag_options): New function.
12206         (compile_offload_image): Call append_diag_options.
12208 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
12210         PR other/69722
12211         * doc/extend.texi (Flag Output Operands): Correct sectioning.
12212         Minor copy-edit to fix verb tenses.
12214 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
12216         PR tree-optimization/69209
12217         * ipa-split.c (split_function): If split part is not
12218         returning retval, retval has gimple type but is not
12219         gimple value, force it into a SSA_NAME first.
12221 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
12223         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
12224         outdated section.
12226 2016-02-08  Jason Merrill  <jason@redhat.com>
12228         PR c++/69631
12229         * convert.c (convert_to_integer_1): Check dofold on truncation
12230         distribution.
12231         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
12232         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
12233         Rename from *_nofold.
12234         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
12235         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
12237 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
12239         PR target/60410
12240         * tree.c (build_common_tree_nodes): Remove short_double argument.
12241         All callers changed.
12242         * tree.h (build_common_tree_nodes): Adjust declaration.
12243         * doc/invoke.texi (-fshort-double): Remove documentation.
12244         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
12245         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
12246         * lto-wrapper.c (merge_and_complain, append_compiler_options)
12247         (append_linker_options): Don't handle OPT_fshort_double.
12249         PR rtl-optimization/68730
12250         * lra-remat.c (insn_to_cand_activation): New static variable.
12251         (lra_remat): Allocate and free it.
12252         (create_cand): New arg activation. Initialize a field in
12253         insn_to_cand_activation if it is nonnull.
12254         (create_cands): Pass the activation insn to create_cand when making
12255         a candidate involving an output reload.  Reorganize code a little.
12256         (do_remat): Keep track of active status of candidates in a separate
12257         bitmap.
12259 2016-02-08  Richard Biener  <rguenther@suse.de>
12261         PR tree-optimization/69719
12262         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
12263         Properly use absolute of the difference of the two offsets to
12264         compare or adjust the segment length.
12266 2016-02-08  Richard Biener  <rguenther@suse.de>
12267             Jeff Law  <law@redhat.com>
12269         PR target/68273
12270         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
12271         types for anonymous SSA names.
12273 2016-02-08   Richard Biener  <rguenther@suse.de>
12275         PR rtl-optimization/69274
12276         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
12278 2016-02-08  Jeff Law  <law@redhat.com>
12280         PR tree-optimization/65917
12281         * tree-ssa-dom.c (record_temporary_equivalences): Record both
12282         equivalences from if (x == y) style conditionals.
12283         (loop_depth_of_name): Remove.
12284         (record_equality): Remove loop depth check.
12285         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
12286         (const_and_copies::record_const_or_copy_raw): New member function.
12287         * tree-ssa-scopedtables.c
12288         (const_and_copies::record_const_or_copy_raw): New, factored out of
12289         (const_and_copies::record_const_or_copy): Call new member function.
12291 2016-02-05  Jeff Law  <law@redhat.com>
12293         PR tree-optimization/68541
12294         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
12295         (count_stmts_in_block): New function.
12296         (poor_ifcvt_candidate_code): Likewise.
12297         (is_feasible_trace): Add some heuristics to determine when path
12298         splitting is profitable.
12299         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
12300         is a diamond with a single exit.
12302 2016-02-05  Martin Sebor  <msebor@redhat.com>
12304         PR c++/69662
12305         * doc/invoke.texi: Update -Wplacement-new to take an optional
12306         argument.
12308 2016-02-06  Richard Henderson  <rth@redhat.com>
12310         PR c/69643
12311         * tree.c (tree_nop_conversion_p): Do not strip casts into or
12312         out of non-standard address spaces.
12314 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12316         PR rtl-optimization/69691
12317         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
12319 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
12321         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
12322         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
12323         (*ieee128_mfvsrd_64bit): Likewise.
12324         (*ieee128_mfvsrd_32bit): Likewise.
12326 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
12328         PR target/69369
12329         Revert r232560:
12330         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
12332         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
12333         instrumented_version.
12335 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
12337         * doc/invoke.texi (Optimize Options): In table of --param options
12338         rename second occurrence of tracer-min-branch-ratio to
12339         tracer-min-branch-probability, rename
12340         tracer-min-branch-ratio-feedback to
12341         tracer-min-branch-probability-feedback and clarify description,
12342         rename sched-spec-state-edge-prob-cutoff to
12343         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
12344         to selsched-insns-to-rename, rename lto-minpartition to
12345         lto-min-partition, delete reorder-blocks-duplicate and
12346         reorder-blocks-duplicate-feedback.
12348 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12350         * config/s390/s390.c (s390_register_info_set_ranges): Remove
12351         superfluous loops.
12353 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12355         * doc/extend.texi: S/390: Correct some typos.
12357 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12359         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
12361 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12363         PR target/69625
12364         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
12365         (s390_register_info_gprtofpr): Use new macros above.
12366         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
12367         its name.
12368         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
12369         its name.  Adjust restore and save gpr ranges.
12370         (s390_register_info_set_ranges): New function.
12371         (s390_register_info): Use new macros above.  Call
12372         s390_register_info_set_ranges.
12373         (s390_optimize_register_info): Likewise.
12374         (s390_hard_regno_rename_ok): Use new macros.
12375         (s390_hard_regno_scratch_ok): Likewise.
12376         (s390_emit_epilogue): Likewise.
12377         (s390_can_use_return_insn): Likewise.
12378         (s390_optimize_prologue): Likewise.
12379         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
12381 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12383         PR bootstrap/69677
12384         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
12385         alignment fixes.
12386         (ix86_option_override_internal): Disable TARGET_STV even for
12387         -m{incoming,preferred}-stack-boundary=3.
12389 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12391         * config.gcc: Mark deprecated rtems targets as obsolete.
12393 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
12395         PR rtl-optimization/64682
12396         PR rtl-optimization/69567
12397         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
12398         before I2 only if the register is both used and set in I2.
12400 2016-02-04  DJ Delorie  <dj@redhat.com>
12402         * config/msp430/msp430.c (msp430_start_function): Add function type.
12404 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12406         PR fortran/69368
12407         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
12409 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
12411         PR rtl-optimization/69577
12412         Revert:
12413         2015-10-29  Richard Henderson  <rth@redhat.com>
12415         PR target/68124
12416         PR rtl-opt/67609
12417         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
12418         sse check to the exact conditions of PR 67609.
12420 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
12422         PR target/69667
12423         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
12424         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
12425         not allowed into the traditional Altivec registers.
12426         (movtd_64bit_nodm): Likewise.
12427         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
12429 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
12431         * config/aarch64/cortex-a57-fma-steering.c
12432         (aarch64_register_fma_steering): Remove "static" from arguments
12433         to register_pass.
12435 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
12437         PR target/69619
12438         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
12439         twice when complex.
12441 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
12443         * doc/invoke.texi: Delete -mno-fma4.
12445 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
12447         PR rtl-optimization/69577
12448         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
12449         (find_subregs_of_mode): Update accordingly.  Iterate over partial
12450         definitions.
12452 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
12454         * config/arm/arm-protos.h (neon_reinterpret): Remove.
12455         * config/arm/arm.c (neon_reinterpret): Remove.
12456         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
12457         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
12458         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
12459         vreinterpretti): Remove.
12460         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
12461         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
12462         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
12463         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
12464         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
12465         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
12466         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
12467         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
12468         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
12469         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
12470         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
12471         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
12472         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
12473         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
12474         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
12475         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
12476         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
12477         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
12478         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
12479         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
12480         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
12481         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
12482         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
12483         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
12484         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
12485         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
12486         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
12487         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
12488         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
12489         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
12490         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
12491         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
12492         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
12493         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
12494         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
12495         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
12496         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
12497         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
12498         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
12499         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
12500         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
12501         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
12502         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
12503         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
12504         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
12505         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
12506         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
12507         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
12508         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
12509         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
12510         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
12511         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
12512         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
12513         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
12514         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
12515         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
12516         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
12517         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
12518         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
12519         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
12520         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
12521         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
12522         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
12523         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
12524         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
12525         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
12526         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
12527         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
12528         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
12529         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
12530         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
12531         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
12532         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
12533         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
12534         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
12535         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
12536         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
12537         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
12538         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
12539         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
12540         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
12541         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
12542         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
12543         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
12544         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
12545         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
12546         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
12547         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
12548         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
12549         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
12550         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
12551         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
12552         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
12553         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
12554         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
12555         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
12556         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
12557         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
12558         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
12559         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
12560         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
12561         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
12562         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
12564 2016-02-04  Martin Liska  <mliska@suse.cz>
12566         PR sanitizer/69276
12567         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
12568         that are gimple_store_p.
12569         (maybe_instrument_call): Likewise.
12571 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
12573         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
12574         register scaling out of memory reference and comment why.
12576 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12578         PR target/65932
12579         PR target/67714
12580         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
12581         folding the source of a SET.
12583 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12585         PR target/65932
12586         PR target/67714
12587         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
12588         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
12590 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
12592         PR target/65932
12593         PR target/67714
12594         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
12595         HImode.
12597 2016-02-04  Christian Bruel  <christian.bruel@st.com>
12599         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
12600         * config/arm/arm.c (arm_set_current_function): Likewise.
12602 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12603             Ilya Enkovich  <enkovich.gnu@gmail.com>
12604             H.J. Lu  <hongjiu.lu@intel.com>
12606         PR target/69454
12607         * config/i386/i386.c (convert_scalars_to_vector): Remove
12608         stack alignment fixes.
12609         (ix86_option_override_internal): Disable TARGET_STV if stack
12610         might not be aligned enough.
12611         (ix86_minimum_alignment): Assert that TARGET_STV is false.
12613 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
12615         * config/i386/x86-tune.def: Disable default prefetching
12616         for -march=znver1.
12618 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
12619             Vladimir Makarov  <vmakarov@redhat.com>
12621         PR target/69461
12622         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
12623         in validating fused toc addresses.
12625 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
12627         PR c/69627
12628         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
12629         range->m_caret fields if range->m_show_caret_p is false.
12631         PR target/69644
12632         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
12633         Force oldval into register if it does not satisfy reg_or_short_operand
12634         predicate.  Fix up formatting.
12636 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
12637             Alexandre Oliva  <aoliva@redhat.com>
12639         PR target/69461
12640         * lra-constraints.c (simplify_operand_subreg): Check additionally
12641         address validity after potential reloading.
12642         (process_address_1): Check insns validity.  In case of failure do
12643         nothing.
12645 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
12647         PR target/69118
12648         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
12649         Fix target.
12651 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
12653         * wide-int.cc (canonize_uhwi): New function.
12654         (wi::divmod_internal): Use it.
12656 2016-02-02  James Norris  <jnorris@codesourcery.com
12658         * gimplify.c (omp_notice_variable): Add usage check.
12660 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
12662         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
12663         like LE, GE, LT, GT when emitting relational operator.
12665 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12667         * ira-costs.c (find_costs_and_classes): Add extra argument.
12668         * target.def (ira_change_pseudo_allocno_class): Add parameter.
12669         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
12670         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
12671         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
12672         Add best_class parameter, and return it if not ALL_REGS.
12673         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
12674         Add parameter.
12675         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
12676         Update target hook.
12678 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12680         * config/aarch64/aarch64.c
12681         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
12682         (aarch64_ira_change_pseudo_allocno_class): New function.
12684 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
12686         PR target/67032
12687         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
12689 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12691         * config/avr/avr.c (avr_option_override): Set
12692         PARAM_ALLOW_STORE_DATA_RACES to 1.
12694 2016-02-02  Richard Biener  <rguenther@suse.de>
12696         PR tree-optimization/69595
12697         * match.pd: Add range test simplifications to true/false.
12699 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
12701         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
12702         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
12703         instead.
12705 2016-02-02  Richard Biener  <rguenther@suse.de>
12707         PR tree-optimization/69606
12708         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
12709         info on the result before moving a stmt.
12711 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
12713         PR middle-end/68542
12714         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
12715         branch with vector comparison.
12716         * config/i386/sse.md (VI48_AVX): New mode iterator.
12717         (define_expand "cbranch<mode>4): Add support for conditional branch
12718         with vector comparison.
12719         * tree-vect-loop.c (optimize_mask_stores): New function.
12720         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
12721         has_mask_store field of vect_info.
12722         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
12723         vectorized loops having masked stores after vec_info destroy.
12724         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
12725         correspondent macros.
12726         (optimize_mask_stores): Add prototype.
12728 2016-02-02  Alan Modra  <amodra@gmail.com>
12730         PR target/69548
12731         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
12732         allow subregs.
12734 2016-02-02  Alan Modra  <amodra@gmail.com>
12736         PR target/68662
12737         * config/rs6000/rs6000.c (need_toc_init): New var, set it
12738         whenever toc_label_name used.
12739         (rs6000_file_start): Don't set up toc section here,
12740         (rs6000_output_function_epilogue): do so here instead,
12741         (rs6000_xcoff_file_start): and here.
12742         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
12743         (load_toc_aix_di): Likewise.
12745 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12747         PR rtl-optimization/69592
12748         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
12749         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
12750         (num_sign_bit_copies_binary_arith_p): New inline function.
12751         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
12753 2016-02-01  Jeff Law  <law@redhat.com>
12755         PR tree-optimization/69580
12756         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
12757         * tree-ssa-threadbackward.c
12758         (fsm_find_control_statement_thread_paths): Do not try to walk
12759         through large PHI nodes.
12761 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12763         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
12764         when count is incremented above limit, don't analyze further
12765         insns afterwards.
12767         * omp-low.c (oacc_parse_default_dims): Avoid
12768         -Wsign-compare warning, make sure value fits into int
12769         rather than just unsigned int.
12771 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
12773         PR tree-optimization/67921
12774         * fold-const.c (split_tree): New parameters.  Convert pointer
12775         type variable part to proper type before negating.
12776         (fold_binary_loc): Pass new arguments to split_tree.
12778 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
12780         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
12781         (nvptx_goacc_validate_dims): Extend to handle global defaults.
12782         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
12783         * doc/tm.texti: Rebuilt.
12784         * doc/invoke.texi (fopenacc-dim): Document.
12785         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
12786         (append_compiler_options): Likewise.
12787         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
12788         (oacc_parse_default_dims): New.
12789         (oacc_validate_dims): Add USED arg.  Select non-unity default when
12790         possible.
12791         (oacc_loop_fixed_partitions): Return mask of used partitions.
12792         (oacc_loop_auto_partitions): Emit dump info.
12793         (oacc_loop_partition): Return mask of used partitions.
12794         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
12795         loop partitioning and validation calls.
12797 2016-02-01  Richard Biener  <rguenther@suse.de>
12799         PR middle-end/69556
12800         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
12802 2016-02-01  Richard Biener  <rguenther@suse.de>
12804         PR tree-optimization/69574
12805         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
12806         of asserting return chrec_dont_know.
12808 2016-02-01  Martin Liska  <mliska@suse.cz>
12810         * mem-stats-traits.h: Add copyright header.
12811         * mem-stats.h: Likewise.
12813 2016-02-01  Richard Biener  <rguenther@suse.de>
12815         PR tree-optimization/69579
12816         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
12817         Do not propagate through abnormal PHI results.
12819 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
12821         * postreload.c (reload_cse_simplify): Remove dead code.
12823 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12825         PR rtl-optimization/69570
12826         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
12827         if there is more than one set, not if there is a single set.
12829 2016-02-01  Richard Henderson  <rth@redhat.com>
12831         PR rtl-opt/69535
12832         * combine.c (make_compound_operation): When looking through a
12833         subreg, make sure to re-extend to the width of the outer mode.
12835 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
12837         PR tree-optimization/69546
12838         * wide-int.cc (wi::divmod_internal): For unsigned division
12839         where both operands fit into uhwi, if o1 is 1 and o0 has
12840         msb set, if divident_prec is larger than bits per hwi,
12841         clear another quotient word and return 2 instead of 1.
12842         Similarly for remainder with msb in HWI set, if dividend_prec
12843         is larger than bits per hwi.
12845 2016-01-29  Martin Jambor  <mjambor@suse.cz>
12847         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
12848         Use short lowercase names.
12849         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
12850         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
12851         acq_rel one.  Protect warning agains segfaults if
12852         get_memory_order_name returns NULL.
12853         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
12854         with release semantics.  Do not warn if get_memory_order already did.
12855         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
12856         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
12857         if get_memory_order already did.
12859 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
12861         * doc/install.texi: Document that isl-0.16 is supported.
12863 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
12865         PR target/69299
12866         * config/i386/constraints.md (Bm): Describe as special memory
12867         constraint.
12868         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
12869         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12870         * genpreds.c (struct constraint_data): Add is_special_memory.
12871         (have_special_memory_constraints, special_memory_start): New
12872         static vars.
12873         (special_memory_end): Ditto.
12874         (add_constraint): Add new arg is_special_memory.  Add code to
12875         process its true value.  Update have_special_memory_constraints.
12876         (process_define_constraint): Pass the new arg.
12877         (process_define_register_constraint): Ditto.
12878         (choose_enum_order): Process special memory.
12879         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
12880         function insn_extra_special_memory_constraint.
12881         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12882         * gensupport.c (process_rtx): Process
12883         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12884         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
12885         * ira-lives.c (single_reg_class): Use
12886         insn_extra_special_memory_constraint.
12887         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
12888         * lra-constraints.c (process_alt_operands): Ditto.
12889         (curr_insn_transform): Use insn_extra_special_memory_constraint.
12890         * recog.c (asm_operand_ok, preprocess_constraints): Process
12891         CT_SPECIAL_MEMORY.
12892         * reload.c (find_reloads): Ditto.
12893         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
12894         * stmt.c (parse_input_constraint): Use
12895         insn_extra_special_memory_constraint.
12897 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12899         PR target/69530
12900         * lra-splill.c (lra_final_code_change): Revert r229087 by
12901         removing all sub-registers.
12903 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
12905         PR target/65604
12906         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
12908 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
12910         PR target/69551
12911         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
12912         SSE1, copy target into the temporary reg first before recursing
12913         on it.
12915 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12917         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
12918         with vm.
12920 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
12922         * ginclude/stdarg.h: Test __cplusplus instead of
12923         __GXX_EXPERIMENTAL_CXX0X__.
12925 2016-01-29  Richard Biener  <rguenther@suse.de>
12927         PR tree-optimization/69547
12928         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
12929         Do not mark clobbers necessary.
12930         (mark_all_reaching_defs_necessary_1): Likewise.
12932 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12934         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
12935         declaration name with %qs and print it in both error messages.
12936         Also fix indentation.
12938 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12940         PR other/69006
12941         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
12942         trailing blank line from error message.
12944 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
12946         PR c++/69462
12947         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
12948         for C++-11.
12950 2016-01-29  Richard Biener  <rguenther@suse.de>
12952         PR middle-end/69537
12953         * match.pd: Allow all integral types when simplifying a
12954         widening or sign-changing conversion.
12956 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
12958         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
12959         back to setting codegen_error to fail codegen.
12961 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
12963         PR target/69459
12964         * config/i386/constraints.md (C): Only accept constant zero operand.
12965         (BC): New constraint.
12966         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
12967         instead of C constraint.
12968         * doc/md.texi (Machine Constraints): Update description
12969         of C constraint.
12971 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
12973         PR target/68400
12974         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
12976 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
12978         PR middle-end/69542
12979         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
12980         non-debug insns.
12982 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
12984         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
12985         branches if using guessed profile.
12987 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
12989         * graphite-optimize-isl.c (optimize_isl): Fix dump.
12991 2016-01-28  Richard Henderson  <rth@redhat.com>
12993         PR target/69305
12994         * config/aarch64/aarch64-modes.def (CC_Cmode): New
12995         * config/aarch64/aarch64-protos.h: Update.
12996         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
12997         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
12998         (aarch64_get_condition_code_1): Handle CC_Cmode.
12999         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
13000         (*add<mode>3_compareC_cconly_imm): New.
13001         (*add<mode>3_compareC_cconly): New.
13002         (*add<mode>3_compareC_imm): New.
13003         (add<mode>3_compareC): New.
13004         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
13005         to be first.  Use aarch64_carry_operation.
13006         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
13007         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
13008         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
13009         (subti3): Use subdi3_compare1.
13010         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
13011         (sub<mode>3_compare1): New.
13012         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
13013         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
13014         (*subsi3_carryin_uxtw): Likewise.
13015         (*ngc<mode>, *ngcsi_uxtw): Likewise.
13016         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
13017         * config/aarch64/iterators.md (DWI): New.
13018         * config/aarch64/predicates.md (aarch64_carry_operation): New.
13019         (aarch64_borrow_operation): New.
13021 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
13023         * graphite-optimize-isl.c (optimize_isl): Print a different debug
13024         message when isl does not return a valid schedule.
13026 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13028         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
13029         Remove comments from class declarations: they are already in the code
13030         close by the defs.
13032 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13034         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
13035         codegen_error_p.
13036         (ternary_op_to_tree): Same.
13037         (unary_op_to_tree): Same.
13038         (nary_op_to_tree): Same.
13039         (gcc_expression_from_isl_expr_op): Same.
13040         (gcc_expression_from_isl_expression): Same.
13041         (graphite_create_new_loop): Same.
13042         (graphite_create_new_loop_guard): Same.
13043         (build_iv_mapping): Same.
13044         (graphite_create_new_guard): Same.
13045         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
13046         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
13048 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
13050         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
13051         instead of setting codegen_error to fail codegen.
13053 2016-01-28  Jason Merrill  <jason@redhat.com>
13055         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
13057 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13059         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
13060         Remove CONST_INT_P check in CCMP cost calculation.
13062 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13064         * config/aarch64/aarch64.c (generic_vector_cost):
13065         Set vec_permute_cost.
13066         (cortexa57_vector_cost): Likewise.
13067         (exynosm1_vector_cost): Likewise.
13068         (xgene1_vector_cost): Likewise.
13069         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
13070         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
13071         Add vec_permute_cost entry.
13073 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
13075         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
13076         immediate as %1.
13077         (add<mode>3_compare0): Likewise.
13078         (addsi3_compare0_uxtw): Likewise.
13079         (add<mode>3nr_compare0): Likewise.
13080         (compare_neg<mode>): Likewise.
13081         (<optab><mode>3): Likewise.
13083 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
13085         * tree-vect-stmts.c (vectorizable_comparison): Add
13086         NULL check for vectype.
13088 2016-01-28  Richard Biener  <rguenther@suse.de>
13090         PR tree-optimization/69466
13091         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
13092         Account for PHIs we couldn't duplicate.
13094 2016-01-28  Martin Liska  <mliska@suse.cz>
13096         PR pch/68758
13097         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
13098         instead of ENABLE_VALGRIND_CHECKING.
13100 2016-01-27  Richard Henderson  <rth@redhat.com>
13102         PR rtl-opt/69447
13103         * lra-remat.c (subreg_regs): New.
13104         (dump_candidates_and_remat_bb_data): Dump it.
13105         (operand_to_remat): Reject if operand in subreg_regs.
13106         (set_bb_regs): Collect subreg_regs.
13107         (lra_remat): Init and free subreg_regs.  Compute
13108         calculate_local_reg_remat_bb_data before create_cands.
13110 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
13112         PR target/68986
13113         * config/i386/i386.c (ix86_update_stack_boundary): Don't
13114         change stack_alignment_needed for __tls_get_addr call.
13116 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
13118         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
13120 2016-01-27  Jeff Law  <law@redhat.com>
13122         PR tree-optimization/68398
13123         PR tree-optimization/69196
13124         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
13125         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
13126         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13127         Only count PHIs in the last block in the path.  The others will
13128         const/copy propagate away.  Add heuristic to allow more irreducible
13129         subloops to be created when it is likely profitable to do so.
13131         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13132         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
13133         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
13135 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
13137         PR lto/69254
13138         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
13139         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
13140         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
13141         * tree-streamer-in.c: Include asan.h.
13142         (streamer_get_builtin_tree): For builtins in sanitizer
13143         range call initialize_sanitizer_builtins and retry.
13145 2016-01-27  Ian Lance Taylor  <iant@google.com>
13147         * common.opt (fkeep-gc-roots-live): New undocumented option.
13148         * tree-ssa-loop-ivopts.c (add_candidate_1): If
13149         -fkeep-gc-roots-live, skip pointers.
13150         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
13151         NULL.
13153 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
13155         PR target/69512
13156         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
13157         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
13159 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
13161         PR target/68380
13162         * configure.ac: NetBSD provides SSP in its C library.
13163         * configure: Updated.
13165 2016-01-27  Richard Biener  <rguenther@suse.de>
13167         PR tree-optimization/69166
13168         * tree-vect-loop.c (vect_is_simple_reduction): Always check
13169         reduction code for commutativity / associativity.
13171 2016-01-27  Martin Jambor  <mjambor@suse.cz>
13173         PR tree-optimization/69355
13174         * tree-sra.c (analyze_access_subtree): Correct hole detection when
13175         total_scalarization fails.
13177 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
13179         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
13180         power9.
13182 2016-01-27  Christian Bruel  <christian.bruel@st.com>
13184         PR target/69245
13185         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
13186         Move arm_reset_previous_fndecl and set_target_option_current_node in
13187         the conditional part.  Call save_restore_target_globals.
13188         * config/arm/arm.c (arm_set_current_function):
13189         Refactor to better support #pragma target and attribute mix.
13190         Call save_restore_target_globals.
13191         * config/arm/arm-protos.h (save_restore_target_globals): New function.
13193 2016-01-27  Martin Liska  <mliska@suse.cz>
13195         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
13196         reference for an HSA kernel and its host function.
13198 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
13200         PR tree-optimization/69399
13201         * wide-int.h (wi::lrshift): For larger precisions, only
13202         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
13204 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
13206         * config/arc/predicates.md (proper_comparison_operator): Reject
13207         constant-constant comparison.
13209 2016-01-26  Tom de Vries  <tom@codesourcery.com>
13211         PR tree-optimization/69110
13212         * tree-data-ref.c (initialize_data_dependence_relation): Handle
13213         DR_NUM_DIMENSIONS == 0.
13215 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
13216             Sebastian Pop  <s.pop@samsung.com>
13218         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
13219         isl_ast_op_cond and isl_ast_op_select.
13220         (gcc_expression_from_isl_expr_op): Same.
13222 2016-01-26  Jason Merrill  <jason@redhat.com>
13224         PR c++/68782
13225         * tree.c (recompute_constructor_flags): Split out from
13226         build_constructor.
13227         (verify_constructor_flags): New.
13228         * tree.h: Declare them.
13230 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
13232         PR rtl-optimization/69217
13233         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
13234         are no TYPE_FIELDS set for the record type.
13236 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13238         PR target/68662
13239         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
13240         toc_label_name unconditionally.
13241         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
13242         SYMBOL_REF string.  Use toc_label_name instead of constructing
13243         LCTOC1.
13244         (rs6000_elf_declare_function_name): Use toc_label_name instead of
13245         constructing LCTOC1.
13247 2016-01-26  Martin Sebor  <msebor@redhat.com>
13249         PR other/69477
13250         * doc/extend.texi (Common Type Attributes): Move text that talks about
13251         attribute packed from attribute aligned to the section discussing
13252         the former attribute for clarity.
13254 2016-01-26  Richard Henderson  <rth@redhat.com>
13256         PR middle-end/60908
13257         * trans-mem.c (tm_region_init): Mark entry block as visited.
13259 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
13261         PR other/69006
13262         * diagnostic-show-locus.c (layout::print_source_line): Replace
13263         call to pp_newline with call to layout::print_newline.
13264         (layout::print_annotation_line): Likewise.
13265         (layout::move_to_column): Likewise.
13266         (layout::print_any_fixits): After printing any fixits, print a
13267         trailing newline, if necessary.
13268         (layout::print_newline): New method, resetting any colorization
13269         before a newline.
13270         (diagnostic_show_locus): Move the pp_newline to before the
13271         early bailout.  Remove dummy block enclosing the layout instance.
13272         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
13273         of pp_newline_and_flush with pp_flush.
13274         (diagnostic_append_note): Delete use of pp_newline.
13275         (diagnostic_append_note_at_rich_loc): Delete.
13276         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
13277         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
13278         when newline characters are added to the buffer.
13280 2016-01-26  Michael Matz  <matz@suse.de>
13282         * configure.ac (ac_cv_std_swap_in_utility): New test.
13283         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
13284         * configure: Regenerate.
13285         * config.in: Regenerate.
13287 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
13289         * config/arc/arc.md (cstoresi4): Force operand into register.
13290         (arcset<code>): Fix predicate.
13291         (arcsetltu): Likewise.
13292         (arcsetgeu): Likewise.
13293         (arcsethi): Likewise.
13294         (arcsetls): Likewise.
13296 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13298         PR tree-optimization/69483
13299         * gimple-fold.c (canonicalize_constructor_val): Return NULL
13300         if base has error_mark_node type.
13302 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
13304         PR target/68620
13305         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
13306         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
13307         New helper macros.
13308         (vget_lane_f16): Handle big-endian.
13309         (vgetq_lane_f16): Likewise.
13310         (vset_lane_f16): Likewise.
13311         (vsetq_lane_f16): Likewise.
13312         * config/arm/iterators.md (VQXMOV): Add V8HF.
13313         (VDQ): Add V4HF and V8HF.
13314         (V_reg): Handle V4HF and V8HF.
13315         (Is_float_mode): Likewise.
13316         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
13317         neon_vdup_nv8hf): New patterns.
13318         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
13319         Use VD_LANE iterator.
13320         (neon_vld1_dup<mode>): Use VQ2 iterator.
13322 2016-01-26  Nathan Sidwell  <nathan@acm.org>
13324         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
13325         (set_oacc_fn_attrib): Add IS_KERNEL arg.
13326         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
13327         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
13328         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
13329         (oacc_validate_dims): Add LEVEL arg, don't return level.
13330         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
13331         oacc_validate_dims.
13332         (execute_oacc_device_lower): Adjust, add more dump output.
13333         * tree-ssa-loop.c (gate_oacc_kernels): Use
13334         oacc_fn_attrib_kernels_p.
13335         * tree-parloops.c (create_parallel_loop): Adjust
13336         set_oacc_fn_attrib call.
13338 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13340         PR lto/69254
13341         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
13342         (append_compiler_options): Handle -fcilkplus.
13343         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
13345 2016-01-26  Nick Clifton  <nickc@redhat.com>
13347         PR target/66655
13348         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
13349         been marked as DECL_ONE_ONLY but we do not the means to make it
13350         so, then do not allow it to bind locally.
13352 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13354         PR lto/69254
13355         * opts.h (parse_sanitizer_options): New prototype.
13356         * opts.c (sanitizer_opts): New array.
13357         (parse_sanitizer_options): New function.
13358         (common_handle_option): Use parse_sanitizer_options.
13360 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
13362         PR target/68986
13363         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
13364         alignment adjustment to ...
13365         (ix86_update_stack_boundary): Here.  Don't over-align stack for
13366         __tls_get_addr.
13367         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
13368         if __tls_get_addr is called.
13370 2016-01-26  Christian Bruel  <christian.bruel@st.com>
13372         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
13374 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
13376         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
13378 2016-01-26  Richard Biener  <rguenther@suse.de>
13380         PR middle-end/69467
13381         * match.pd: Guard X * CST CMP 0 pattern with single_use.
13383 2016-01-26  Richard Biener  <rguenther@suse.de>
13385         PR tree-optimization/69452
13386         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
13387         (move_computations_dom_walker::before_dom_children): Rename
13388         to ...
13389         (move_computations_worker): This.
13390         (move_computations): Perform an RPO rather than a DOM walk.
13392 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13394         PR target/69442
13395         * combine.c (combine_instructions): For REG_EQUAL note with
13396         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
13397         to the underlying register.
13398         * doc/rtl.texi (REG_EQUAL): Document the behavior of
13399         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
13401 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
13403         PR target/67896
13404         * config/aarch64/aarch64-builtins.c
13405         (aarch64_init_simd_builtin_types): Do not set structural
13406         equality to __Poly{8,16,64,128}_t types.
13408 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
13410         PR tree-optimization/69400
13411         * wide-int.cc (wi_pack): Take the precision as argument and
13412         perform canonicalization here rather than in the callers.
13413         Use the main loop to handle all full-width HWIs.  Add a
13414         zero HWI if in_len isn't a full result.
13415         (wi::divmod_internal): Update accordingly.
13416         (wi::mul_internal): Likewise.  Simplify.
13418 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13419             Sebastian Pop  <s.pop@samsung.com>
13421         * graphite-poly.c (apply_poly_transforms): Simplify.
13422         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
13423         (print_isl_map): Same.
13424         (print_isl_union_map): Same.
13425         (print_isl_schedule): New.
13426         (debug_isl_schedule): New.
13427         * graphite-dependences.c (scop_get_reads): Do not call
13428         isl_union_map_add_map that is undocumented isl functionality.
13429         (scop_get_must_writes): Same.
13430         (scop_get_may_writes): Same.
13431         (scop_get_original_schedule): Remove.
13432         (scop_get_dependences): Do not call isl_union_map_compute_flow that
13433         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
13434         (compute_deps): Remove.
13435         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
13436         (debug_schedule_ast): New.
13437         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
13438         set_separate_option.
13439         (graphite_regenerate_ast_isl): Add dump.
13440         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
13441         from scop->transformed_schedule.
13442         (graphite_regenerate_ast_isl): Add more dump.
13443         * graphite-optimize-isl.c (optimize_isl): Set
13444         scop->transformed_schedule.  Check whether schedules are equal.
13445         (apply_poly_transforms): Move here.
13446         * graphite-poly.c (apply_poly_transforms): ... from here.
13447         (free_poly_bb): Static.
13448         (free_scop): Static.
13449         (pbb_number_of_iterations_at_time): Remove.
13450         (print_isl_ast): New.
13451         (debug_isl_ast): New.
13452         (debug_scop_pbb): New.
13453         * graphite-scop-detection.c (print_edge): Move.
13454         (print_sese): Move.
13455         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
13456         (build_scop_scattering): Remove.
13457         (create_pw_aff_from_tree): Assert instead of bailing out.
13458         (add_condition_to_pbb): Remove unused code, do not fail.
13459         (add_conditions_to_domain): Same.
13460         (add_conditions_to_constraints): Remove.
13461         (build_scop_context): New.
13462         (add_iter_domain_dimension): New.
13463         (build_iteration_domains): Initialize pbb->iterators.
13464         Call add_conditions_to_domain.
13465         (nested_in): New.
13466         (loop_at): New.
13467         (index_outermost_in_loop): New.
13468         (index_pbb_in_loop): New.
13469         (outermost_pbb_in): New.
13470         (add_in_sequence): New.
13471         (add_outer_projection): New.
13472         (outer_projection_mupa): New.
13473         (add_loop_schedule): New.
13474         (build_schedule_pbb): New.
13475         (build_schedule_loop): New.
13476         (embed_in_surrounding_loops): New.
13477         (build_schedule_loop_nest): New.
13478         (build_original_schedule): New.
13479         (build_poly_scop): Call build_original_schedule.
13480         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
13481         (free_poly_dr): Remove.
13482         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
13483         (free_poly_bb): Remove.
13484         (debug_loop_vec): Remove.
13485         (print_isl_ast): Declare.
13486         (debug_isl_ast): Declare.
13487         (scop_do_interchange): Remove.
13488         (scop_do_strip_mine): Remove.
13489         (scop_do_block): Remove.
13490         (flatten_all_loops): Remove.
13491         (optimize_isl): Remove.
13492         (pbb_number_of_iterations_at_time): Remove.
13493         (debug_scop_pbb): Declare.
13494         (print_schedule_ast): Declare.
13495         (debug_schedule_ast): Declare.
13496         (struct scop): Remove schedule.  Add original_schedule,
13497         transformed_schedule.
13498         (free_gimple_poly_bb): Remove.
13499         (print_generated_program): Remove.
13500         (debug_generated_program): Remove.
13501         (unify_scattering_dimensions): Remove.
13502         * sese.c (print_edge): ... here.
13503         (print_sese): ... here.
13504         (debug_edge): ... here.
13505         (debug_sese): ... here.
13506         * sese.h (print_edge): Declare.
13507         (print_sese): Declare.
13508         (dump_edge): Declare.
13509         (dump_sese): Declare.
13511 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13512             Sebastian Pop  <s.pop@samsung.com>
13514         * Makefile.in: Set ISLVER in site.exp.
13516 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
13518         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
13519         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
13520         through DECL_VALUE_EXPR for expansion.
13522 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13524         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
13525         the frame info after reload completed.
13527 2016-01-25  Jeff Law  <law@redhat.com>
13529         PR tree-optimization/69196
13530         PR tree-optimization/68398
13531         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
13532         tree-ssa-threadupdate.c.
13533         (determine_bb_domination_status): Prototype
13534         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
13535         (determine_bb_domination_status): No longer static.
13536         (valid_jump_thread_path): Remove code to detect characteristics
13537         of the jump thread path not associated with correctness.
13538         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
13539         Correct test for thread path length.  Count PHIs for real operands as
13540         statements that need to be copied.  Do not count ASSERT_EXPRs.
13541         Look at all the blocks in the thread path.  Compute and selectively
13542         filter thread paths based on threading through the latch, threading
13543         a multiway branch or crossing a multiway branch.
13545 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13547         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
13548         decl with __attribute__ ((unused)) annotation.
13550 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
13552         PR target/69421
13553         * tree-vect-stmts.c (vectorizable_condition): Check vectype
13554         of operands is compatible with a statement vectype.
13556 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
13558         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
13559         improve wording for mixed storage order support.
13561 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
13563         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
13564         (vcvt_u64_f64): Likewise.
13565         (vcvta_s64_f64): Likewise.
13566         (vcvta_u64_f64): Likewise.
13567         (vcvtm_s64_f64): Likewise.
13568         (vcvtm_u64_f64): Likewise.
13569         (vcvtn_s64_f64): Likewise.
13570         (vcvtn_u64_f64): Likewise.
13571         (vcvtp_s64_f64): Likewise.
13572         (vcvtp_u64_f64): Likewise.
13574 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
13576         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
13577         (arc_init): Check validity mll64 option.
13578         (arc_save_restore): Use double load/store instruction.
13579         (arc_expand_movmem): Likewise.
13580         (arc_split_move): Don't split if we have double load/store
13581         instructions. Returns a boolean.
13582         (arc_process_double_reg_moves): Change function to return boolean
13583         instead of a sequence of instructions.
13584         (arc_dwarf_register_span): New function.
13585         * config/arc/arc-protos.h (arc_split_move): Change prototype.
13586         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
13587         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
13588         (*movdf_insn): Likewise.
13589         * config/arc/arc.opt (mll64): New option.
13590         * config/arc/predicates.md (even_register_operand): New predicate.
13591         * doc/invoke.texi (ARC Options): Add mll64 documentation.
13593 2016-01-25  Richard Biener  <rguenther@suse.de>
13595         PR lto/69393
13596         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
13597         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
13598         DECL_NAMELESS.
13599         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
13601 2016-01-25  Richard Biener  <rguenther@suse.de>
13603         PR tree-optimization/69376
13604         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
13605         flag.
13606         (VN_INFO_ANTI_RANGE_P): New inline.
13607         (VN_INFO_RANGE_TYPE): Likewise.
13608         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
13609         SSA_NAME_ANTI_RANGE_P.
13610         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
13611         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13612         Properly query VN_INFO_RANGE_TYPE.
13614 2016-01-25  Nick Clifton  <nickc@redhat.com>
13616         PR target/66655
13617         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
13619 2016-01-23  Tom de Vries  <tom@codesourcery.com>
13621         PR tree-optimization/69426
13622         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
13623         removed clobber.
13625 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
13627         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
13628         "the the" with "the" in the comments.
13629         * ipa-devirt.c (build_type_inheritance_graph,
13630         update_type_inheritance_graph): Likewise.
13631         * tree.c (build_function_type_list_1): Likewise.
13632         * cfgloopmanip.c (scale_loop_profile): Likewise.
13633         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
13634         * gimple-ssa-split-paths.c
13635         (find_block_to_duplicate_for_splitting_paths): Likewise.
13636         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
13637         * expr.c (convert_move): Likewise.
13638         * var-tracking.c (vt_stack_adjustments): Likewise.
13639         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13640         * tree-vrp.c (test_for_singularity): Likewise.
13642         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
13643         directly instead of building a temporary tree.
13645         PR bootstrap/69434
13646         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
13647         remove <algorithm> include.
13649 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13651         PR target/69432
13652         * config/i386/i386.c: Include dojump.h.
13653         (expand_small_movmem_or_setmem,
13654         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
13655         fixes.
13656         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
13657         if dynamic_check != -1.
13659 2016-01-21  Jeff Law  <law@redhat.com>
13661         PR middle-end/69347
13662         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
13663         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
13664         into dominated_by_p.
13665         (cprop_into_successor_phis): Avoid unnecessary tests.
13667 2016-01-22  Richard Henderson  <rth@redhat.com>
13669         PR target/69416
13670         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
13671         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
13673 2016-01-22  Michael Matz  <matz@suse.de>
13675         * system.h (string, algorithm): Include only conditionally.
13676         (new): Include always under C++.
13677         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
13678         * final.c (toplevel): Ditto.
13679         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
13680         * genconditions.c (write_header): Make gencondmd.c define
13681         INCLUDE_STRING.
13682         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
13684         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
13685         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
13687 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13689         PR target/68674
13690         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
13692 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13694         PR target/69403
13695         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
13696         define_insn_and_split.  Ensure operands[1] and operands[0] do not
13697         get assigned the same register.
13699 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
13701         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
13703 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13705         * config/arm/arm-c.c (arm_pragma_target_parse):
13706         Remove warn_builtin_macro_redefined overwrite.
13708 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13710         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
13711         flag_non_call_exceptions compatibility.
13713 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13715         PR debug/66668
13716         * dwarf2out.c (add_child_die_after): New function.
13717         (dwarf_qual_info_t): New type.
13718         (dwarf_qual_info): New variable.
13719         (qualified_die_p): New function.
13720         (modified_type_die): For -fdebug-types-section, ensure
13721         canonical order of qualifiers.  Put qualified DIEs adjacent
13722         to the corresponding non-qualified type DIE and search there
13723         for existing qualified DIEs.
13725 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13727         * doc/extend.texi (scalar_storage_order type attribute): Document
13728         restriction on type punning and aliasing, and remove future tense.
13730 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
13732         PR target/69252
13733         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
13734         first stage.
13736 2016-01-21  Jeff Law  <law@redhat.com>
13738         PR middle-end/69347
13739         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
13740         useless call to record_temporary_equivalences.
13741         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
13742         allocate 10 slots in the bb_path vector and let it grow as needed.
13743         (fsm_find_control_statement_thread_paths): Similarly for the next_path
13744         vector.
13746 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
13748         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
13749         Detangle.
13750         * configure: Regenerate.
13752 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
13754         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
13755         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
13757 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
13759         PR middle-end/66178
13760         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
13761         drop EXPAND_INITIALIZER.
13762         * rtl.h (contains_symbolic_reference_p): Declare.
13763         * rtlanal.c (contains_symbolic_reference_p): New function.
13764         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
13765         a subtraction into a NOT if symbolic constants are involved.
13767 2016-01-21  Anton Blanchard  <anton@samba.org>
13768             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13770         PR target/63354
13771         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
13772         #define.
13773         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
13774         function.
13776 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13778         * config/microblaze/microblaze.c
13779         (get_branch_target): New.
13780         (insert_wic_for_ilb_runout): New.
13781         (insert_wic): New.
13782         (microblaze_machine_dependent_reorg): New.
13783         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
13784         * config/microblaze/microblaze.md
13785         (UNSPEC_IPREFETCH): Define.
13786         (iprefetch): New pattern
13787         * config/microblaze/microblaze.opt
13788         (mxl-prefetch): New flag.
13790 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13792         * config/microblaze/microblaze.h
13793         (FIXED_REGISTERS): Update in macro.
13794         (CALL_USED_REGISTERS): Update in macro.
13796 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
13798         PR rtl-optimization/68920
13799         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
13800         moves.
13802 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
13804         PR rtl-optimization/68990
13805         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
13806         pseudo instead of inheritance ones.
13808 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13809             Nick Clifton  <nickc@redhat.com>
13811         PR target/69129
13812         PR target/69012
13813         * config/mips/mips.c (mips_compute_frame_info): Initialise
13814         args_size and hard_frame_pointer_offset fields of the frame
13815         structure before calling mips_global_pointer.
13817 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
13819         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
13820         label reference.
13821         * configure: Regenerate.
13823 2016-01-21  Richard Biener  <rguenther@suse.de>
13825         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
13827 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
13829         * config/s390/s390.c (s390_asm_declare_function_size): Add code
13830         to actually emit the .size directive.
13832 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
13833              Jakub Jelinek  <jakub@redhat.com>
13835         PR target/69187
13836         PR target/65624
13837         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
13838         args array size by one to avoid buffer overflow.
13840 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
13842         * config/s390/s390.md (pool_section_start): Use switch_to_section
13843         to select proper read-only data section instead of hardcoding
13844         .rodata.
13845         (pool_section_end): Use switch_to_section to match the above.
13847 2016-01-21  Richard Biener  <rguenther@suse.de>
13849         PR tree-optimization/69378
13850         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
13851         (set_ssa_val_to): Use it for dominance checks taking into
13852         account not executable edges.
13854 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
13856         PR c++/69355
13857         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
13858         for bitsize instead of GET_MODE_PRECISION (mode).
13860 2016-01-20  Martin Sebor  <msebor@redhat.com>
13862         PR c/52291
13863         * extend.texi (__sync Builtins): Clarify the semantics of
13864         __sync_fetch_and_OP built-ins on pointers.
13865         (__atomic Builtins): Same.
13867 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13868             Sebastian Pop  <s.pop@samsung.com>
13870         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
13871         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
13872         (is_valid_rename): Same.
13873         (translate_isl_ast_to_gimple::get_rename): Same.
13874         (translate_isl_ast_to_gimple::rename_all_uses): Same.
13875         (translate_isl_ast_to_gimple::rename_uses): Same.
13876         (get_new_name): Check for close_phi nodes.
13877         (copy_loop_phi_args): Use phi_node_kind.
13878         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
13879         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
13881 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13882             Sebastian Pop  <s.pop@samsung.com>
13884         Revert commit r229783.
13885         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
13886         Remove use of parameter_rename_map.
13887         (copy_def): Remove.
13888         (copy_internal_parameters): Remove.
13889         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
13890         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
13891         (free_sese_info): Do not free parameter_rename_map.
13892         (set_rename): Do not use parameter_rename_map.
13893         (rename_uses): Update call to set_rename.
13894         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
13895         * sese.h (parameter_rename_map_t): Remove.
13896         (struct sese_info_t): Remove field parameter_rename_map.
13898 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13899             Sebastian Pop  <s.pop@samsung.com>
13901         * graphite-isl-ast-to-gimple.c: Fix comment.
13902         * graphite-scop-detection.c (defined_in_loop_p): New.
13903         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
13904         names defined in loop.
13906 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13907             Sebastian Pop  <s.pop@samsung.com>
13909         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
13910         Discard unstructured if-then-else regions.
13912 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13913             Sebastian Pop  <s.pop@samsung.com>
13915         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
13916         (cleanup_loop_iter_dom): Remove.
13917         (build_loop_iteration_domains): Remove.
13918         (build_scop_context): Remove.
13919         (build_scop_iteration_domain): Remove.
13920         (add_loop_constraints): New.
13921         (build_iteration_domains): New.
13922         (build_poly_scop): Call build_iteration_domains.
13924 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13925             Sebastian Pop  <s.pop@samsung.com>
13927         * graphite-scop-detection.c
13928         (scop_detection::harmful_loop_in_region): Free dom and loops.
13929         (scop_detection::loop_body_is_valid_scop): Free bbs.
13931 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13932             Sebastian Pop  <s.pop@samsung.com>
13934         * graphite-scop-detection.c (record_loop_in_sese): New.
13935         (gather_bbs::before_dom_children): Call record_loop_in_sese.
13936         (build_scops): Remove call to build_sese_loop_nests.
13937         * sese.c (sese_record_loop): Remove.
13938         (build_sese_loop_nests): Remove.
13939         (new_sese_info): Remove region->loops.
13940         (free_sese_info): Same.
13941         * sese.h (sese_contains_loop): Same.
13942         (build_sese_loop_nests): Remove.
13943         (sese_contains_loop): Remove.
13945 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13946             Sebastian Pop  <s.pop@samsung.com>
13948         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
13949         loop_is_valid_in_scop.
13950         (scop_detection::harmful_stmt_in_region): Renamed
13951         harmful_loop_in_region.
13952         Call loop_is_valid_in_scop.
13954 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13955             Sebastian Pop  <s.pop@samsung.com>
13957         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
13958         isl_ast_node_mark.
13960 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13961             Sebastian Pop  <s.pop@samsung.com>
13963         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
13964         * graphite.h (struct poly_bb): Remove field is_reduction.
13965         (PBB_IS_REDUCTION): Remove.
13967 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13968             Sebastian Pop  <s.pop@samsung.com>
13970         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
13971         (add_pdr_constraints): Same.
13972         (scop_get_reads): Same.
13973         (scop_get_must_writes): Same.
13974         (scop_get_may_writes): Same.
13975         (scop_get_original_schedule): Same.
13976         (extend_schedule): Same.
13977         (apply_schedule_on_deps): Same.
13978         (carries_deps): Same.
13979         (compute_deps): Same.
13980         (scop_get_dependences): Same.
13981         * graphite-isl-ast-to-gimple.c
13982         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
13983         * graphite-optimize-isl.c (get_schedule_for_band): Same.
13984         (get_schedule_for_band_list): Same.
13985         (get_schedule_map): Same.
13986         (apply_schedule_map_to_scop): Same.
13987         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
13988         (build_loop_iteration_domains): Same.
13989         (add_condition_to_pbb): Same.
13990         (add_param_constraints): Same.
13991         (pdr_add_memory_accesses): Same.
13992         (pdr_add_data_dimensions): Same.
13994 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
13996         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
13997         requirements.
13999 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
14001         * common.opt (feliminate-dwarf2-dups): Replace references to
14002         "DWARF 2" with just "DWARF".
14003         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
14004         * doc/extend.texi: Likewise.
14005         * doc/cpp.texi: Likewise.
14006         * doc/invoke.texi: Likewise.
14007         (Option Summary): Add -gdwarf to list of Debugging Options.
14008         (Debugging Options): Document -gdwarf.
14009         * doc/contrib.texi: Spell "DWARF" like that.
14011 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
14013         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
14014         warning.  Fix up formatting.
14016         PR middle-end/67653
14017         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
14018         attempt to mark memory input operand addressable and
14019         call prepare_gimple_addressable in that case.  Don't adjust
14020         input_location for diagnostics, use error_at instead.
14022 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
14024         * config/rs6000/ppc-auxv.h: New file.
14025         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
14026         (cpu_is): Likewise.
14027         (cpu_supports): Likewise.
14028         * config/rs6000/rs6000.c: include "ppc-auxv.h".
14029         (cpu_is_info): New variable.
14030         (cpu_supports_info): Likewise.
14031         (tcb_verification_symbol): Likewise.
14032         (cpu_builtin_p): Likewise.
14033         (cpu_expand_builtin): New function.
14034         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
14035         (rs6000_init_builtins): Likewise.
14036         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
14037         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
14038         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
14039         * configure: Regenerate.
14040         * config.in: Likewise.
14041         * doc/extend.texi (PowerPC Built-in Functions): Document
14042         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
14044 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
14046         PR target/68609
14047         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
14048         domain check.
14049         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
14050         for V4SFmode.
14052 2016-01-20  Richard Henderson  <rth@redhat.com>
14054         PR bootstrap/69343
14055         PR bootstrap/69339
14056         PR tree-opt/68964
14057         Revert:
14058         * tree.c (tm_define_builtin): New.
14059         (find_tm_vector_type): New.
14060         (build_tm_vector_builtins): New.
14061         (build_common_builtin_nodes): Call it.
14063 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
14065         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
14066         (arm_fp_ok): Likewise.
14067         (arm_fp): Likewise.
14068         (arm_crypto): Likewise.
14070 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
14071             Richard Biener  <rguenther@suse.de>
14073         PR tree-optimization/69328
14074         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
14075         vectors have same number of elements.
14076         (vectorizable_condition): Fix masked version recognition.
14078 2016-01-20  Richard Biener  <rguenther@suse.de>
14080         PR tree-optimization/69345
14081         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
14082         (VN_INFO_PTR_INFO): Likewise.
14083         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
14084         info when it is equal between non-dominating SSA names.
14085         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14086         Make sure to look at original SSA infos.
14088 2016-01-20  Jeff Law  <law@redhat.com>
14090         PR target/25114
14091         * config/m68k/predicates.md (pow2_m1_operand): New predicate
14092         extracted from ...
14093         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
14094         (pc_or_label_operand): New predicate.
14095         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
14096         tests for small integers that are 2^n - 1.
14098 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
14100         * doc/invoke.texi (Options Summary): Add '.' after @xref.
14102 2016-01-19  Jeff Law  <law@redhat.com>
14104         PR middle-end/69347
14105         * tree-ssa-threadbackwards.c
14106         (fsm_find_control_statement_thread_paths): Do not try to lookup
14107         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
14109 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
14111         * doc/lto.texi: Remove text that says only Gold has linker plugin
14112         support.
14114 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
14116         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
14117         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
14118         the DIE accordingly.
14119         (modified_type_die): Add REVERSE parameter and pass it recursively,
14120         as well as to base_type_die.  Adjust presence check accordingly.
14121         (base_type_for_mode): Adjust call to modified_type_die.
14122         (add_type_attribute): Add REVERSE parameter and pass it to
14123         modified_type_die.
14124         (generic_parameter_die): Adjust call to add_type_attribute.
14125         (add_scalar_info): Likewise.
14126         (add_subscript_info): Likewise.
14127         (gen_array_type_die): Likewise.
14128         (gen_descr_array_type_die): Likewise.
14129         (gen_entry_point_die): Likewise.
14130         (gen_enumeration_type_die): Likewise.
14131         (gen_formal_parameter_die): Likewise.
14132         (gen_subprogram_die): Likewise.
14133         (gen_variable_die ): Likewise.
14134         (gen_const_die): Likewise.
14135         (gen_field_die): Likewise.
14136         (gen_pointer_type_die): Likewise.
14137         (gen_reference_type_die): Likewise.
14138         (gen_ptr_to_mbr_type_die): Likewise.
14139         (gen_inheritance_die): Likewise.
14140         (gen_subroutine_type_die): Likewise.
14141         (gen_typedef_die): Likewise.
14142         (force_type_die): Adjust call to modified_type_die.
14144 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
14146         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
14147         flow throughout the file.  Fix broken link to Objective-C 2.0
14148         documentation.
14149         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
14150         errors.
14152 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14154         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
14156 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14158         PR ipa/66223
14159         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
14160         (maybe_record_node): Record cxa_pure_virtual as the only possible
14161         target if there are not ohter candidates.
14162         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
14164 2016-01-19  Richard Biener  <rguenther@suse.de>
14166         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
14167         (get_memory_order): Likewise.
14169 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
14171         * tree-vect-stmts.c (vectorizable_store): Check
14172         rhs vectype.
14174 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
14176         PR jit/68446
14177         * gcc.c (driver::decode_argv): Add call to
14178         init_opts_obstack before init_options_struct.
14179         * opts.c (init_opts_obstack): Remove idempotency.
14180         (init_options_struct): Replace call to init_opts_obstack
14181         with a gcc_assert to verify that it has already been called.
14182         * toplev.c (toplev::main): Add call to init_opts_obstack before
14183         calls to init_options_struct.
14184         (toplev::finalize): Move cleanup of opts_obstack next to
14185         cleanup of save_decoded_options, clearing the latter, and
14186         save_decoded_options_count.
14188 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14190         PR target/69135
14191         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
14192         attribute to unconditional.  Remove %? from output template.
14194 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14195             Jiong Wang  <jiong.wang@arm.com>
14197         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
14198         generated from different expand order.
14200 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14202         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
14203         Add support for CCMP costing.
14205 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14207         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
14208         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
14209         (fccmpe<mode>): Likewise.
14210         (fcmp): Rename to fcmp and globalize pattern.
14211         (fcmpe): Likewise.
14212         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
14213         (aarch64_gen_ccmp_next): Add FP support.
14215 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
14217         * target.def (gen_ccmp_first): Update documentation.
14218         (gen_ccmp_next): Likewise.
14219         * doc/tm.texi (gen_ccmp_first): Update documentation.
14220         (gen_ccmp_next): Likewise.
14221         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
14222         expand_ccmp_expr_1.  Improve comments.
14223         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
14224         (ccmp_ior<mode>): Remove pattern.
14225         (cmp<mode>): Remove expand.
14226         (cmp): Globalize pattern.
14227         (cstorecc4): Use cc_register.
14228         (mov<mode>cc): Remove ccmp_cc_register check.
14229         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
14230         Simplify after removal of CC_DNE/* modes.
14231         (aarch64_ccmp_mode_to_code): Remove.
14232         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
14233         In 'k' case use integer as condition.
14234         (aarch64_nzcv_codes): Remove inverted cases.
14235         (aarch64_code_to_ccmode): Remove.
14236         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
14237         comparison with CC register to be used in folowing CCMP/branch/CSEL.
14238         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
14239         pattern.  Return the comparison with CC register.  Invert conditions
14240         when bitcode is OR.
14241         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
14242         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
14244 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14246         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
14247         instrumented_version.
14249 2016-01-19  Richard Biener  <rguenther@suse.de>
14251         PR tree-optimization/69336
14252         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
14253         handled components with get_ref_base_and_extent.
14254         (equal_mem_array_ref_p): Adjust.
14256 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
14258         PR debug/65779
14259         * shrink-wrap.c: Include valtrack.h.
14260         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
14261         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
14262         in between insn and where it will be moved to.  Call
14263         dead_debug_insert_temp.
14264         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
14265         first and dead_debug_local_finish at the end.
14266         For uses and defs bitmap, handle all regs in between REGNO and
14267         END_REGNO, not just the first one.
14269 2016-01-19  Richard Biener  <rguenther@suse.de>
14271         PR tree-optimization/69352
14272         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
14273         (equal_mem_array_ref_p): Constrain size and max size properly.
14274         Compare the reverse flag.
14276 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
14278         * ira.c (ira): Update regstat data if we deleted insns.
14280 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
14282         PR rtl-optimization/68955
14283         PR rtl-optimization/64557
14284         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
14285         here.  Fix up formatting.
14286         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
14288 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14290         PR lto/69133
14291         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
14292         assume that the node has body.
14293         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
14294         check.
14296 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14298         * lto-streamer-out.c (lto_output): Do not stream instrumentation
14299         thunks.
14301 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14303         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
14304         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
14306 2016-01-19  Martin Jambor  <mjambor@suse.cz>
14307             Martin Liska  <mliska@suse.cz>
14308             Michael Matz  <matz@suse.de>
14310         * Makefile.in (OBJS): Add new source files.
14311         (GTFILES): Add hsa.c.
14312         * common.opt (disable_hsa): New variable.
14313         (-Whsa): New warning.
14314         * config.in (ENABLE_HSA): New.
14315         * configure.ac: Treat hsa differently from other accelerators.
14316         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
14317         $enable_offloading.
14318         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
14319         * doc/install.texi (Configuration): Document --with-hsa-runtime,
14320         --with-hsa-runtime-include, --with-hsa-runtime-lib and
14321         --with-hsa-kmt-lib.
14322         * doc/invoke.texi (-Whsa): Document.
14323         (hsa-gen-debug-stores): Likewise.
14324         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
14325         to invoke offload compiler for hsa acclerator.
14326         * opts.c (common_handle_option): Determine whether HSA offloading
14327         should be performed.
14328         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
14329         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
14330         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
14331         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
14332         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
14333         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
14334         GF_OMP_FOR_KIND_GRID_LOOP.
14335         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
14336         (pp_gimple_stmt_1): Likewise.
14337         * gimple-walk.c (walk_gimple_stmt): Likewise.
14338         * gimple.c (gimple_build_omp_grid_body): New function.
14339         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
14340         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
14341         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
14342         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
14343         GF_OMP_TEAMS_GRID_PHONY.
14344         (gimple_statement_omp_single_layout): Updated comments.
14345         (gimple_build_omp_grid_body): New function.
14346         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
14347         (gimple_omp_for_grid_phony): New function.
14348         (gimple_omp_for_set_grid_phony): Likewise.
14349         (gimple_omp_parallel_grid_phony): Likewise.
14350         (gimple_omp_parallel_set_grid_phony): Likewise.
14351         (gimple_omp_teams_grid_phony): Likewise.
14352         (gimple_omp_teams_set_grid_phony): Likewise.
14353         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
14354         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
14355         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
14356         (BUILT_IN_GOMP_TARGET): Updated type.
14357         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
14358         (adjust_for_condition): New function.
14359         (get_omp_for_step_from_incr): Likewise.
14360         (extract_omp_for_data): Moved parts to adjust_for_condition and
14361         get_omp_for_step_from_incr.
14362         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
14363         (fixup_child_record_type): Bail out if receiver_decl is NULL.
14364         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
14365         (scan_omp_parallel): Do not create child functions for phony
14366         constructs.
14367         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
14368         (scan_omp_1_op): Checking assert we are not remapping to
14369         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
14370         (parallel_needs_hsa_kernel_p): New function.
14371         (expand_parallel_call): Register apprpriate parallel child
14372         functions as HSA kernels.
14373         (grid_launch_attributes_trees): New type.
14374         (grid_attr_trees): New variable.
14375         (grid_create_kernel_launch_attr_types): New function.
14376         (grid_insert_store_range_dim): Likewise.
14377         (grid_get_kernel_launch_attributes): Likewise.
14378         (get_target_argument_identifier_1): Likewise.
14379         (get_target_argument_identifier): Likewise.
14380         (get_target_argument_value): Likewise.
14381         (push_target_argument_according_to_value): Likewise.
14382         (get_target_arguments): Likewise.
14383         (expand_omp_target): Call get_target_arguments instead of looking
14384         up for teams and thread limit.
14385         (grid_expand_omp_for_loop): New function.
14386         (grid_arg_decl_map): New type.
14387         (grid_remap_kernel_arg_accesses): New function.
14388         (grid_expand_target_kernel_body): New function.
14389         (expand_omp): Call it.
14390         (lower_omp_for): Do not emit phony constructs.
14391         (lower_omp_taskreg): Do not emit phony constructs but create for them
14392         a temporary variable receiver_decl.
14393         (lower_omp_taskreg): Do not emit phony constructs.
14394         (lower_omp_teams): Likewise.
14395         (lower_omp_grid_body): New function.
14396         (lower_omp_1): Call it.
14397         (grid_reg_assignment_to_local_var_p): New function.
14398         (grid_seq_only_contains_local_assignments): Likewise.
14399         (grid_find_single_omp_among_assignments_1): Likewise.
14400         (grid_find_single_omp_among_assignments): Likewise.
14401         (grid_find_ungridifiable_statement): Likewise.
14402         (grid_target_follows_gridifiable_pattern): Likewise.
14403         (grid_remap_prebody_decls): Likewise.
14404         (grid_copy_leading_local_assignments): Likewise.
14405         (grid_process_kernel_body_copy): Likewise.
14406         (grid_attempt_target_gridification): Likewise.
14407         (grid_gridify_all_targets_stmt): Likewise.
14408         (grid_gridify_all_targets): Likewise.
14409         (execute_lower_omp): Call grid_gridify_all_targets.
14410         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
14411         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
14412         (tree_omp_clause): Added union field dimension.
14413         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
14414         * tree.c (omp_clause_num_ops): Added number of arguments of
14415         OMP_CLAUSE__GRIDDIM_.
14416         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
14417         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
14418         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
14419         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
14420         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
14421         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
14422         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
14423         * tree-pass.h (make_pass_gen_hsail): Declare.
14424         (make_pass_ipa_hsa): Likewise.
14425         * ipa-hsa.c: New file.
14426         * lto-section-in.c (lto_section_name): Add hsa section name.
14427         * lto-streamer.h (lto_section_type): Add hsa section.
14428         * timevar.def (TV_IPA_HSA): New.
14429         * hsa-brig-format.h: New file.
14430         * hsa-brig.c: New file.
14431         * hsa-dump.c: Likewise.
14432         * hsa-gen.c: Likewise.
14433         * hsa.c: Likewise.
14434         * hsa.h: Likewise.
14435         * toplev.c (compile_file): Call hsa_output_brig.
14436         * hsa-regalloc.c: New file.
14438 2016-01-18  Jeff Law  <law@redhat.com>
14440         PR tree-optimization/69320
14441         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
14442         ranged object, do nothing if the RHS constant is not [0..1].
14443         (optimize_stmt): Comparing a boolean ranged object against a
14444         constant outside [0..1] results in a compile-time constant.
14446         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
14447         test.
14449 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
14451         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14452         (Option Summary): Update to reflect new section and moved options.
14453         (C++ Dialect Options): Move -fstats to new section.
14454         (Debugging Options): Move all dump, statistics, and other GCC
14455         developer options to new section.  Rewrite section introduction
14456         and re-order remaining options to put the more basic ones first.
14457         (Optimization Options): Move -fira-verbose and -flto-report* to
14458         new section.
14459         (Developer Options): New section incorporating moved options.
14460         * doc/cppopts.texi (-dM): Update cross-reference.
14462 2016-01-18  Richard Henderson  <rth@redhat.com>
14464         PR target/69176
14465         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
14466         operands to pseudo only if CSE is expected.  Split long immediate
14467         operands only after reload, and for the stack pointer.
14468         (*add<GPI>3_pluslong): Remove.
14469         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
14470         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
14471         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
14472         (*add<GPI>3 peepholes): New.
14473         (*add<GPI>3 splitters): New.
14474         * config/aarch64/constraints.md (Upl): New.
14475         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
14477 2016-01-18  Richard Biener  <rguenther@suse.de>
14479         PR tree-optimization/69297
14480         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
14481         stmt at most once.
14482         (vect_bb_vectorization_profitable_p): Clear visited flag again.
14484 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
14486         PR middle-end/68542
14487         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
14488         of mixind vector and scalar types.
14489         (fold_relational_const): Add handling of vector
14490         comparison with boolean result.
14491         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
14492         comparison of vector operands with boolean result for EQ/NE only.
14493         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
14494         (verify_gimple_cond): Likewise.
14495         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
14496         valid type of VAL.
14498 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
14500         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
14501         !TARGET_OCTEON.
14503 2016-01-18  Richard Biener  <rguenther@suse.de>
14505         PR middle-end/69308
14506         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
14508 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14510         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
14512 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14514         * omp-low.c (set_oacc_fn_attrib): Make extern.
14515         * omp-low.h (set_oacc_fn_attrib): Declare.
14516         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
14517         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
14518         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
14519         Add and handle function parameter oacc_kernels_p.
14520         (find_reduc_addr, get_omp_data_i_param): New function.
14521         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
14522         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
14523         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
14524         Calculate dominance info.  Skip loops that are not in a kernels region
14525         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
14526         (pass_parallelize_loops::execute): Call parallelize_loops with
14527         oacc_kernels_p argument.
14528         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
14529         New member function.
14530         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
14531         * passes.def: Add argument to pass_parallelize_loops instantation.
14533 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14535         * tree-parloops.c (pass_parallelize_loops::execute): Allow
14536         pass_parallelize_loops to be run outside the loop pipeline.
14538 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14540         * tree-scalar-evolution.c (follow_copies_to_constant): New.
14541         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
14543 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14545         PR target/63679
14546         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
14547         using get_ref_base_and_extent.
14548         (equal_mem_array_ref_p): New.
14549         (hashable_expr_equal_p): Add call to previous.
14551 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14553         PR target/63679
14554         * tree-sra.c (disqualified_constants, constant_decl_p): New.
14555         (sra_initialize): Allocate disqualified_constants.
14556         (sra_deinitialize): Free disqualified_constants.
14557         (disqualify_candidate): Update disqualified_constants when appropriate.
14558         (create_access): Scan for constant-pool entries as we go along.
14559         (scalarizable_type_p): Add check against type_contains_placeholder_p.
14560         (maybe_add_sra_candidate): Allow constant-pool entries.
14561         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
14562         (initialize_constant_pool_replacements): New.
14563         (sra_modify_assign): Avoid mangling assignments created by previous,
14564         and don't generate writes into constant pool.
14565         (sra_modify_function_body): Call initialize_constant_pool_replacements.
14567 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
14569         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
14570         andnot instruction.
14571         (scalar_chain::convert_op): Likewise.
14572         * config/i386/i386.md (*andndi3_doubleword): New.
14574 2016-01-18  Richard Biener  <rguenther@suse.de>
14576         PR tree-optimization/69170
14577         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
14578         building a vector from scalar results of a pattern stmt.
14580 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
14582         * haifa-sched.c (autopref_multipass_init): Work around
14583         -Wmaybe-uninitialized warning.
14585 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14587         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
14588         against the constant 0.
14590 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14592         PR tree-optimization/68799
14593         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
14594         look up phi candidates in the statement-candidate map.
14595         (phi_add_costs): Likewise.
14596         (record_phi_increments): Likewise.
14597         (phi_incr_cost): Likewise.
14598         (ncd_with_phi): Likewise.
14599         (all_phi_incrs_profitable): Likewise.
14601 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
14603         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
14604         -Wmaybe-uninitialized warning.
14606 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
14608         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14609         (Option Summary): Update to reflect new section and moved options.
14610         (C++ Dialect Options): Move -fvtable-verify and related options.
14611         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
14612         and profiling-related options.
14613         (Optimization Options): Move profile generation options and
14614         -fstack-protector and related options.
14615         (Instrumentation Options): New section incorporating moved options.
14616         (Code Generation Options): Move -finstrument-functions and
14617         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
14619 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14621         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
14623 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14625         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
14627 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
14629         * hash-table.h (hash_table::empty): Turn into an inline wrapper
14630         that checks whether the table is already empty.  Rename the
14631         original implementation to...
14632         (hash_table::empty_slot): ...this new private function.
14634 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
14636         PR diagnostic/68899
14637         * diagnostic-show-locus.c (layout::print_source_line): Move x
14638         offset of line until after call to
14639         get_line_width_without_trailing_whitespace.
14641 2016-01-15  Jeff Law  <law@redhat.com>
14643         PR tree-optimization/69270
14644         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
14645         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
14646         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
14647         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
14648         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
14649         ssa_name_has_boolean_range and constant_boolean_node.
14651 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
14653         PR rtl-optimization/69030
14654         * lra-spills.c (remove_pseudos): Check nrefs and make the function
14655         returning bool.
14656         (spill_pseudos): Delete debug insn for dead pseudo.
14657         (lra_spill): Initiate spill_hard_reg and slots memory separately.
14659 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
14661         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
14662         New.
14663         (TYPES_UNOPUS): Likewise.
14664         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
14665         builtin type, from UNOP to UNOPUS.
14666         (lbtruncuv4sf): Likewise.
14667         (lbtruncuv2df): Likewise.
14668         (lrounduv2sf): Likewise.
14669         (lrounduv4sf): Likewise.
14670         (lrounduv2df): Likewise.
14671         (lroundusf): Likewise.
14672         (lroundusf): Likewise.
14673         (lceiluv2sf): Likewise.
14674         (lceiluv4sf): Likewise.
14675         (lceiluv2df): Likewise.
14676         (lceilusf): Likewise.
14677         (lceiludf): Likewise.
14678         (lflooruv2sf): Likewise.
14679         (lflooruv4sf): Likewise.
14680         (lflooruv2df): Likewise.
14681         (lfloorusf): Likewise.
14682         (lfloorudf): Likewise.
14683         (lfrintnuv2sf): Likewise.
14684         (lfrintnuv4sf): Likewise.
14685         (lfrintnuv2df): Likewise.
14686         (lfrintnusf): Likewise.
14687         (lfrintnudf): Likewise.
14688         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
14689         conversion.
14690         (vcvtq_u32_f32): Likewise.
14691         (vcvtq_u64_f64): Likewise.
14692         (vcvta_u32_f32): Likewise.
14693         (vcvtaq_u32_f32): Likewise.
14694         (vcvtaq_u64_f64): Likewise.
14695         (vcvtm_u32_f32): Likewise.
14696         (vcvtmq_u32_f32): Likewise.
14697         (vcvtmq_u64_f64): Likewise.
14698         (vcvtn_u32_f32): Likwise.
14699         (vcvtnq_u32_f32): Likewise.
14700         (vcvtnq_u64_f64): Likewise.
14701         (vcvtp_u32_f32): Likewise.
14702         (vcvtpq_u32_f32): Likewise.
14703         (vcvtpq_u64_f64): Likewise.
14704         (vcvtmd_u64_f64): Likewise.
14705         (vcvtms_u32_f32): Likewise.
14706         (vcvtad_u64_f64): Likewise.
14707         (vcvtas_u32_f32): Likewise.
14708         (vcvtnd_u64_f64): Likewise.
14709         (vcvtns_u32_f32): Likewise.
14710         (vcvtpd_u64_f64): Likewise.
14711         (vcvtps_u32_f32): Likewise.
14713 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14715         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
14716         CSEL of zero_extended registers.
14718 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14720         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
14721         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
14723 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14725         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
14726         false when argument string is not found in the attributes table
14727         at all.
14729 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
14731         PR target/68609
14732         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
14733         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
14734         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
14735         precision estimate.
14737 2016-01-15  Richard Biener  <rguenther@suse.de>
14739         PR tree-optimization/66856
14740         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
14741         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
14742         (vect_create_new_slp_node): Increment stmt reference count.
14743         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
14744         an SLP tree before swapping operands.
14745         (vect_build_slp_tree): Likewise.
14746         (destroy_bb_vec_info): Free stmt info after SLP instances.
14747         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
14748         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
14749         (STMT_VINFO_NUM_SLP_USES): New macro.
14751 2016-01-15  Richard Biener  <rguenther@suse.de>
14753         PR debug/69137
14754         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
14755         (add_linkage_name): ... here.
14756         (gen_typedef_die): Use add_linkage_name_raw instead of
14757         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
14758         if necessary.
14760 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
14762         * gimplify.c (oacc_default_clause): Decode reference and pointer
14763         types for both kernels and parallel regions.
14765 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
14767         PR middle-end/69246
14768         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
14770 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14772         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
14773         (convert_scalars_to_vector): Likewise.
14775 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
14777         * doc/extend.texi (Type Traits): Fix grammar.
14779 2016-01-15  Martin Jambor  <mjambor@suse.cz>
14781         * tree-inline.c (remap_decl): Use existing dclarations if
14782         remapping a type and prevent_decl_creation_for_types.
14783         (replace_locals_stmt): Do an initial remapping of non-VLA typed
14784         decls first.  Do real remapping with
14785         prevent_decl_creation_for_types set.
14786         * tree-inline.h (copy_body_data): New field
14787         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
14788         padding.
14790 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14792         * config/s390/s390.opt (mmvcle): More verbose help text.
14794 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14796         * config/s390/s390.opt: Add period to -mzvector option text.
14798 2016-01-15  Richard Biener  <rguenther@suse.de>
14800         PR tree-optimization/68961
14801         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
14802         of invariants in stores again.
14804 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
14806         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
14808 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14810         * config/i386/i386.c (ix86_expand_branch): Don't split
14811         DI mode xor instruction to SI mode.
14813 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
14815         PR ipa/68148
14816         * ipa-icf.c (sem_function::merge): Virtual functions may become
14817         reachable even if they address is not taken and there are no
14818         idrect calls.
14820 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
14822         * lto-streamer-out.c (subtract_estimated_size): New function.
14823         (get_symbol_initial_value): Use it.
14825 2016-01-15  Christian Bruel  <christian.bruel@st.com>
14827         PR target/65837
14828         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
14829         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
14830         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
14831         use add_builtin_function_ext_scope instead of add_builtin_function.
14832         (neon_set_p, neon_crypto_set_p): Remove.
14833         (arm_init_builtins): Always call arm_init_neon_builtins and
14834         arm_init_crypto_builtins.
14835         (arm_expand_builtin): Check that builtins are allowed for the arch.
14836         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
14837         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
14838         arm_init_neon_builtins call.
14840 2016-01-15  Richard Biener  <rguenther@suse.de>
14842         PR tree-optimization/69117
14843         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
14844         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
14845         of the leader conservatively.
14846         (free_scc_vn): Restore original SSA name infos.
14848 2016-01-14  Jeff Law  <law@redhat.com>
14850         PR tree-optimization/69270
14851         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
14852         single bit of precision, verify it's also unsigned.
14853         (record_edge_info): Use constant_boolean_node rather than fold_convert
14854         to convert boolean_true/boolean_false to the right type.
14856 2016-01-14  Richard Henderson  <rth@redhat.com>
14858         PR rtl-opt/69014
14859         * loop-doloop.c (record_reg_sets): New.
14860         (doloop_optimize): Reject the transform if the sequence
14861         clobbers registers live at the end of the loop block.
14862         (doloop_optimize_loops): Enable df_live if needed.
14864 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
14866         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
14867         * config/rs6000/rs6000.c: Likewise.
14868         * config/rs6000/rs6000.h: Likewise.
14869         * config/rs6000/rs6000.md: Likewise.
14870         * doc/extend.texi: Likewsie.
14872 2016-01-14  Jeff Law  <law@redhat.com>
14874         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
14875         typo.
14877 2016-01-14  Richard Henderson  <rth@redhat.com>
14879         PR c/69272
14880         PR tree-opt/68964
14881         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
14882         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
14883         instead of builtin_decl_declared_p to test for declaration.
14885 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
14887         * doc/loop.texi (Loop Analysis and Representation): Document
14888         loop_depth function.
14890 2016-01-14  Tom de Vries  <tom@codesourcery.com>
14892         PR tree-optimization/68773
14893         * omp-low.c (expand_omp_target): Don't set force_output.
14894         * varpool.c (varpool_node::get_create): Same.
14895         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
14896         offload_funcs with force_output.
14898 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14900         PR debug/69244
14901         * lra-eliminations.c (move_plus_up): Don't change anything if either
14902         the outer or inner subreg mode is not MODE_INT.
14903         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
14904         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
14906 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
14908         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
14909         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
14910         reduc_uplus_@var{m}): Remove.
14911         * expr.c (expand_expr_real_2): Remove expansion path for
14912         reduc_[us](min|max|plus) optabs.
14913         * optabs-tree.c (scalar_reduc_to_vector): Remove.
14914         * optabs-tree.h (scalar_reduc_to_vector): Remove.
14915         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
14916         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
14917         * tree-vect-loop.c (vectorizable_reduction): Remove test for
14918         reduc_[us](min|max|plus) optabs.
14920 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
14922         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
14923         (reduc_plus_scal_v2sf): New.
14924         (reduc_smax_v2sf): Rename to...
14925         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
14926         (reduc_smin_v2sf): Rename to...
14927         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
14929 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
14931         * alias.c (compare_base_symbol_refs): New function.
14932         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
14933         it.
14935 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14937         PR middle-end/68146
14938         PR tree-optimization/69155
14939         * tree-complex.c: Include cfganal.h.
14940         (phis_to_revisit): New variable.
14941         (extract_component): Add phiarg_p argument.  Assert that returned
14942         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
14943         (update_phi_components): Partly rewrite to use loop over real/imag
14944         components instead of code duplication.  If extract_component returns
14945         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
14946         create_tmp_reg into the PHI node instead, and mention the phi triplet
14947         in phis_to_revisit.
14948         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
14949         in phis_to_revisit at the end.
14951 2016-01-14  Richard Biener  <rguenther@suse.de>
14953         PR tree-optimization/68060
14954         * tree-vect-loop.c (vect_is_simple_reduction): Check the
14955         outer loop reduction is only used in the inner loop before
14956         detecting a double reduction.
14958 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14960         PR target/68269
14961         * combine.c (expand_field_assignment): Punt if compute_mode is
14962         unsupported scalar mode.
14964 2016-01-14  Richard Biener  <rguenther@suse.de>
14966         PR tree-optimization/66856
14967         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
14968         SLP node only if it built successfully.
14969         (vect_analyze_slp_instance): Adjust.
14971 2016-01-14  Jeff Law  <law@redhat.com>
14973         PR tree-optimization/69270
14974         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
14975         (record_edge_info): Use it.  Convert boolean_{true,false}_node
14976         to the type of op0.
14978 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
14980         PR ipa/66487
14981         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
14982         use block_ultimate_origin
14983         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
14985 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
14987         * doc/invoke.texi (Submodel Options): Rename section to
14988         "Machine-Dependent Options" to better reflect its content.
14989         Rewrite introductory text to remove archaic CPU names.
14990         Update references.
14992 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
14994         * doc/invoke.texi (Code Gen Options): Move section up in file,
14995         before target-specific options.  Update menu and option summary
14996         to reflect the new section ordering.
14998 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
15000         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
15001         (C++ Dialect Options): Add cross-reference to -std option.
15002         * doc/standards.texi (C++ Language): Document C++14 support.
15004 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
15006         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
15007         for pack/unpack functions for __ibm128.
15008         (PACK_IF): Likewise.
15009         (UNPACK_IF): Likewise.
15011         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
15012         support for __ibm128 pack/unpack functions.
15013         (rs6000_invalid_builtin): Likewise.
15014         (rs6000_init_builtins): Likewise.
15015         (rs6000_opt_masks): Likewise.
15017         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
15018         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
15019         functions
15020         (RS6000_BTM_COMMON): Likewise.
15022         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
15023         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
15024         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
15025         128-bit floating point.  Add support for the double values to be
15026         in Altivec registers for TF/IF packing and unpacking, but restrict
15027         TD packing sub-fields to be FPR registers.  Don't allow overlapped
15028         register support for packing.  Allow pack inputs to be memory
15029         locations.  Don't build generator functions for unpack<mode>_dm
15030         and unpack<mode>_nodm.
15031         (unpack<mode>_dm): Likewise.
15032         (unpack<mode>_nodm): Likewise.
15033         (pack<mode>): Likewise.
15035         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
15036         built-in functions to pack/unpack explicit __ibm128 values.
15037         (__builtin_unpack_ibm128): Likewise.
15039         * doc/extend.texi (PowerPC Built-in Functions): Document
15040         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
15042 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
15044         PR c/66208
15045         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
15046         Add new arg loc and pass it down as context.
15047         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
15048         to the location to use for the warning.
15049         (check_function_arguments): New arg loc.  All callers changed.  Pass
15050         it to check_function_nonnull.
15051         * c-common.h (check_function_arguments): Adjust declaration.
15053 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
15055         PR tree-optimization/69156
15056         * gimple.c (validate_type): Removed.
15057         (gimple_builtin_call_types_compatible_p): Use
15058         useless_type_conversion_p instead of validate_type.
15059         * value-prof.c (gimple_stringop_fixed_value): Fold
15060         icall_size to correct type.
15062 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
15064         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
15065         effects.
15067 2016-01-13  Richard Henderson  <rth@redhat.com>
15069         PR tree-opt/68964
15070         * target.def (builtin_tm_load, builtin_tm_store): Remove.
15071         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
15072         (ix86_builtin_tm_store): Remove.
15073         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15074         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15075         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
15076         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
15077         * doc/tm.texi: Rebuild.
15079         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
15080         (BUILT_IN_TM_MEMCPY_RTWN): New.
15081         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
15082         fallback from vector to integer helpers.
15083         (build_tm_load): Handle vector types directly, instead of
15084         via target hook.
15085         (build_tm_store): Likewise.
15086         (expand_assign_tm): Prepare for register types not handled by
15087         the above.  Copy them to memory and use memcpy.
15088         * tree.c (tm_define_builtin): New.
15089         (find_tm_vector_type): New.
15090         (build_tm_vector_builtins): New.
15091         (build_common_builtin_nodes): Call it.
15093 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
15095         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
15096         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
15098 2016-01-13  Tom de Vries  <tom@codesourcery.com>
15100         PR tree-optimization/69169
15101         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
15102         handled_struct_type param.
15103         (create_variable_info_for, intra_create_variable_infos): Call
15104         create_variable_info_for_1 with extra arg.
15106 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
15108         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
15109         and "armv8.1-a+crc" entries.
15111 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
15113         PR target/69228
15114         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
15115         Change first operand predicate from register_or_constm1_operand
15116         to register_operand.
15117         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
15118         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
15119         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
15120         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
15121         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
15122         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
15123         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
15124         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
15125         comparison with constm1_rtx from vec_prefetch_gen part.
15127 2016-01-13  Richard Biener  <rguenther@suse.de>
15129         PR tree-optimization/69013
15130         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
15131         Exchange assert for a test.
15133 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15135         PR target/69247
15136         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
15138 2016-01-13  Richard Biener  <rguenther@suse.de>
15140         PR tree-optimization/69242
15141         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
15142         assert with a check.
15144 2016-01-13  Richard Biener  <rguenther@suse.de>
15146         PR tree-optimization/69186
15147         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
15148         Properly guard vect_update_misalignment_for_peel call.
15150 2016-01-12  Jeff Law  <law@redhat.com>
15152         PR tree-optimization/pr67755
15153         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
15154         "need_profile_correction".
15155         (thread_block_1): Initialize new field to false by default.  If we
15156         have multiple thread paths through a common joiner to different
15157         final targets, then set new field to true.
15158         (compute_path_counts): Only do count adjustment when it's really
15159         needed.
15161 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15163         * doc/invoke.texi (Spec Files): Move section down in file, past
15164         all command-line option descriptions.
15166 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15168         PR middle-end/54809
15169         * doc/gty.texi: Remove documentation of mark_hook.
15170         * gengtype.c (struct write_types_data): Remove code to support
15171         mark_hook attribute.
15172         (walk_type): Likewise.
15173         (write_func_for_structure): Likewise.
15175 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15177         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
15178         Directory Options, and -specs= to Overall Options.
15179         (Overall Options): Adjust similarly.  Reorder to group related
15180         options together.  Make -specs= cross-reference the spec file details.
15181         (Directory Options): Adjust similarly.
15183 2016-01-12  Jeff Law  <law@redhat.com>
15185         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
15187 2016-01-12  Olivier Hainque  <hainque@adacore.com>
15189         * gcc.c (spec_undefvar_allowed): New global.
15190         (process_command): Set to true when running for --version or --help,
15191         alone or together.
15192         (getenv_spec_function): When the variable is not defined, use the
15193         variable name as the variable value if we're allowed not to issue
15194         a fatal error.
15196 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
15198         PR tree-optimization/68911
15199         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
15200         information computed for expression "init + nit * step".
15202 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
15204         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
15205         about name of GCC executable.  Remove deleted node from menu.
15206         (Directory Options) <-B>: Remove cross-reference to deleted node.
15207         (Target Options): Delete section.
15209 2016-01-12  Christian Bruel  <christian.bruel@st.com>
15211         PR target/69180
15212         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
15213         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
15215 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
15217         PR target/69198
15218         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
15219         aligned_mem is properly set for AVX512-VL floating point masked
15220         stores.
15222         PR target/69175
15223         * ifcvt.c (cond_exec_process_if_block): When removing the last
15224         insn from then_bb, remove also any possible barriers that follow it.
15226 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
15228         PR target/68456
15229         PR target/69226
15230         * config/i386/iamcu.h (SIZE_TYPE): New macro.
15231         (PTRDIFF_TYPE): Likewise.
15232         (WCHAR_TYPE): Likewise.
15233         (WCHAR_TYPE_SIZE): Likewise.
15234         (STDINT_LONG32): Likewise.
15236 2016-01-12  Richard Biener  <rguenther@suse.de>
15238         PR tree-optimization/69053
15239         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
15240         convert initial value for cond reductions.
15242 2016-01-12  Richard Biener  <rguenther@suse.de>
15244         PR tree-optimization/69007
15245         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
15246         widen_sum after dot_prod and sad.
15248 2016-01-12  Richard Biener  <rguenther@suse.de>
15250         PR tree-optimization/69168
15251         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
15252         pattern stmt SLP type.
15253         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
15254         end up unused so cope with that case.
15256 2016-01-12  Richard Biener  <rguenther@suse.de>
15258         PR tree-optimization/69157
15259         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
15260         stmts def type only during analyze phase.
15261         (vectorizable_call): Likewise.
15262         (vectorizable_simd_clone_call): Likewise.
15263         (vectorizable_conversion): Likewise.
15264         (vectorizable_assignment): Likewise.
15265         (vectorizable_shift): Likewise.
15266         (vectorizable_operation): Likewise.
15267         (vectorizable_store): Likewise.
15268         (vectorizable_load): Likewise.
15270 2016-01-12  Richard Biener  <rguenther@suse.de>
15272         PR tree-optimization/69174
15273         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
15274         space.
15275         (vectorizable_load): Properly compute the number of loads needed
15276         for permuted strided SLP loads and do not spuriously assign
15277         to SLP_TREE_VEC_STMTS.
15279 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
15281         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
15282         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
15283         (MD_EXEC_PREFIX): Remove.
15284         (MD_STARTFILE_PREFIX) Removee.
15285         (FILE_NAME_ABSOLUTE_P): Remove.
15286         (CPP_SPEC): Do not read macros from sys/version.h.
15287         (LINK_COMMAND_SPEC): Remove.
15288         (LOCAL_INCLUDE_DIR): Remove.
15289         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
15290         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
15291         (POST_LINK_SPEC): Define to invoke stubify after linker
15292         (LIBSTDCXX): Remove define
15293         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
15294         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
15295         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
15296         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
15297         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
15298         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
15299         (i386_djgpp_asm_named_section): Add propotype of new procedure
15301         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
15302         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
15303         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
15304         in config/i386/djgpp.h).
15305         (STANDARD_STARTFILE_PREFIX_2): Define identical to
15306         STANDARD_STARTFILE_PREFIX_1.
15307         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
15308         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
15309         installation errors.
15310         (MAX_OFILE_ALIGNMENT): Define to 128.
15311         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
15313         * config/i386/djgpp.c: New file. Add implementation of
15314         i386_djgpp_asm_named_section.
15316         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
15318         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
15319         Add rule for building djgpp.o.
15321 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15323         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
15324         (rtx_is_swappable_p): Reductions are swappable.
15325         (insn_is_swappable_p): V2DF reductions are swappable.
15327 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
15329         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
15330         reloads for other unsupported memory operands.
15332 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15333             Jim Wilson  <jim.wilson@linaro.org>
15335         PR target/69194
15336         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
15337         copy_to_mode_reg instead of force_reg.
15339 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15341         PR target/69225
15342         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
15343         TARGET_80387 is true.
15345 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
15347         PR target/69071
15348         * lra-eliminations.c (move_plus_up): Only move plus up
15349         if subreg of the constant can be simplified into constant
15350         and use the simplified subreg of the constant instead of
15351         the original constant.
15353         * fold-const.c (fold_convertible_p): Don't return true
15354         for conversion of VECTOR_TYPE to same sized integral type.
15355         (fold_convert_loc): Fix up formatting.  Fold conversion of
15356         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
15357         instead of NOP_EXPR.
15359         PR tree-optimization/69214
15360         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
15361         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
15362         Formatting fix.
15364         PR tree-optimization/69207
15365         * tree-vect-slp.c (vect_get_constant_vectors): For
15366         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
15367         fold_convertible_p to vector_type's element type, and always
15368         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
15370 2016-01-11  Richard Biener  <rguenther@suse.de>
15372         PR tree-optimization/69173
15373         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
15374         fixup the cycle if all stmts are in a pattern.
15376 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
15378         PR middle-end/68999
15379         * alias.c (base_alias_check): Move check for addresses with
15380         alignment ANDs before the call for compare_base_decls.
15381         (memrefs_conflict_p): Return -1 for different decls
15382         that went through alignment adjustments.
15384 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15386         PR rtl-optimization/68796
15387         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
15388         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
15389         and QImode comparisons against zero with CC_NZmode.
15390         * config/aarch64/iterators.md (short_mask): New mode_attr.
15392 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15394         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
15395         (<avx512>_store<mode>_mask): Likewise.
15397 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
15398             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15400         PR rtl-optimization/68841
15401         * ifcvt.c (struct noce_if_info): Add orig_x field.
15402         (bbs_ok_for_cmove_arith): Add to_rename parameter.
15403         Don't record conflicts on to_rename if it's present.
15404         Allow memory destinations in sets.
15405         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
15406         blocks, passing orig_x to the checks.
15407         (noce_process_if_block): Set if_info->orig_x appropriately.
15409 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15411         PR tree-optimization/69069
15412         * tree-parloops.c (create_parallel_loop): Add missing phi args.
15414 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
15416         PR rtl-optimization/68920
15417         * config/i386/i386.c (ix86_option_override_internal): Restrict number
15418         of conditional moves for  RTL if-conversion to 1 for
15419         TARGET_ONE_IF_CONV_INSN.
15420         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
15421         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
15422         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
15423         parameter to restirct number of conditional moves for
15424         RTL if-conversion.
15425         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
15426         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
15427         conditionl moves.
15429 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
15431         PR bootstrap/69123
15432         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
15433         onepart vars.  Fix typo in comment.  Fix reversed condition in
15434         unshare test.
15435         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
15437         PR bootstrap/69123
15438         * var-tracking.c (dump_onepart_variable_differences): New.
15439         (dataflow_set_different): If a detailed dump is requested,
15440         delay early returns and dump differences between onepart
15441         variables present before and after, and added variables.
15443 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
15445         PR target/69010
15446         * expr.c (expand_expr_real_1): For boolean vector constants
15447         with a scalar mode use const_scalar_mask_from_tree.
15448         (const_scalar_mask_from_tree): New.
15449         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
15450         assigned to a mask type to handle constants.
15452 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15454         PR ipa/69044
15455         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
15456         useless parameters if we cannot change function signature.
15458 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15460         PR ipa/66616
15461         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
15462         flag.
15464 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15466         PR tree-optimization/69109
15467         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
15468         latch with phi.
15470 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15472         PR tree-optimization/69108
15473         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
15474         res is not used in a phi.
15476 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
15478         PR 67425
15479         * common.opt (frandom-seed): Fix parameter name.
15480         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
15482 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15484         PR tree-optimization/69058
15485         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
15486         not supported.
15488 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
15490         * config/arc/arc.opt (mdiv-rem): Add period to the end.
15491         (mcode-density): Likewise.
15493 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15495         PR tree-optimization/69062
15496         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
15497         (parallelize_loops): Don't paralelize loop that has phi with address
15498         arg.
15500 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15502         PR tree-optimization/69039
15503         * tree-parloops.c (try_create_reduction_list): Only allow single exit
15504         phi for reduction.
15506 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
15508         PR middle-end/68743
15509         * match.pd: Require target has function_c99_misc before doing
15510         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
15512 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
15514         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
15515         use GMPINC.
15516         * configure: Regenerate.
15518 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
15520         PR middle-end/50865
15521         PR tree-optimization/69097
15522         * fold-const.h (expr_not_equal_to): New prototype.
15523         * fold-const.c: Include stringpool.h and tree-ssanames.h.
15524         (expr_not_equal_to): New function.
15525         * match.pd (X % -Y is the same as X % Y): Don't optimize
15526         unless X is known not to be equal to minimum or Y is known
15527         not to be equal to -1.
15528         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
15529         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
15530         (simplify_stmt_using_ranges): Adjust caller.
15531         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
15532         substitute_and_fold.
15534 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
15536         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
15537         w/o DECL_NAME.
15539 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15541         PR tree-optimization/69167
15542         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
15543         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
15544         ops[0] comparison.
15545         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
15547 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15548             Richard Biener  <rguenther@suse.de>
15550         PR tree-optimization/68707
15551         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
15552         instances that can be handled via vect_load_lanes.
15554 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
15556         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
15557         if we can't determine address equivalence.
15558         * alias.c (compare_base_decl): Update for changed return value of
15559         symtab_node::equal_address_to.
15561 2016-01-08  Jason Merrill  <jason@redhat.com>
15563         PR c++/68983
15564         PR c++/67557
15565         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
15566         * expr.c (store_field): Not here.
15567         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
15568         call with TREE_ADDRESSABLE type.
15569         * tree-cfg.c (verify_gimple_call): Adjust.
15571 2016-01-08  Olivier Hainque  <hainque@adacore.com>
15573         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
15574         libc_internal.
15576 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15578         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
15579         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
15580         (reduc_smin_v2sf): Rename to...
15581         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
15582         (reduc_splus_v2sf): Rename to...
15583         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
15585 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15587         PR tree-optimization/69162
15588         * gimplify.c (gimplify_va_arg_expr): Encode original type of
15589         valist argument in another argument.
15590         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
15591         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
15592         to determine the va_list type, build a MEM_REF instead of
15593         build_fold_indirect_ref.
15595         PR tree-optimization/69172
15596         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
15597         gimple_build.
15599 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15601         PR tree-optimization/67781
15602         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
15603         and cmpnop in two steps: first the ones not accessed in original
15604         gimple expression in a endian independent way and then the ones not
15605         accessed in the final result in an endian-specific way.
15607 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15609         PR tree-optimization/69083
15610         * tree-vect-slp.c (vect_get_constant_vectors): For
15611         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
15612         element type.  If op is fold_convertible_p to vector_type's element
15613         type, use NOP_EXPR instead of VCE.
15615 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
15617         PR rtl-optimization/67778
15618         PR rtl-optimization/68634
15619         PR rtl-optimization/68909
15620         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
15621         block from the stack until done with it.  Remove a superfluous
15622         bitmap set.  Remove a superfluous bitmap test.
15624 2016-01-07  Martin Sebor  <msebor@redhat.com>
15626         PR c/68966
15627         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
15628         constraint on the type of arguments.
15630 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
15632         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
15633         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
15634         unaligned_access on the gcc_options set.
15635         * config/arm/arm.c (arm_option_override_internal): Use
15636         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
15638 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15640         PR target/69140
15641         * config/i386/i386.c (ix86_frame_pointer_required): Enable
15642         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
15644 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15646         Revert
15647         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15649         PR target/69140
15650         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15651         depending on frame_pointer_needed before remaining integer and SSE
15652         registers are saved.
15654 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
15656         PR 1078
15657         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
15659 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
15661         PR target/69171
15662         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
15663         Use the "xBm" constraint.
15664         (float<sseintvecmodelower><mode>2<mask_name><round_name):
15665         Likewise.
15666         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
15667         (sse_cvtsi2ssq<round_name>): Likewise.
15668         (sse_cvtss2si<round_name>): Likewise.
15669         (sse_cvtss2siq<round_name>): Likewise.
15670         (sse2_cvtsi2sdq<round_name>): Likewise.
15671         (sse2_cvtsd2si<round_name>): Likewise.
15672         (sse2_cvtsd2siq<round_name>): Likewise.
15673         * config/i386/subst.md (round_nimm_scalar_predicate): New
15674         predicate.
15676 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
15678         PR middle-end/67639
15679         * varasm.c (make_decl_rtl): Mark invalid register vars as
15680         DECL_EXTERNAL.
15682         PR rtl-optimization/66206
15683         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
15684         All callers changed.
15686 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
15688         PR tree-optimization/69141
15689         * tree-ssa-pre.c: Include langhooks.h.
15690         (eliminate_dom_walker::before_dom_children): Use
15691         lang_hooks.decl_printable_name instead of
15692         cgraph_node::get ()->name ().
15694         PR middle-end/68960
15695         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
15696         it and DECL_ALIGN too.
15698 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
15700         * config/mips/mips-ftypes.def: Sort to lexicographical order.
15702 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15704         PR target/69140
15705         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15706         depending on frame_pointer_needed before remaining integer and SSE
15707         registers are saved.
15709 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15711         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
15712         mode iterator with VSX_M2.
15713         (*p9_vecstore_<mode>): Likewise.
15714         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
15715         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
15716         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
15717         (define_split for VSX_LE128 stores): Likewise.
15718         (define_peephole2 for TImode LE swaps): Likewise.
15719         (define_split for VSX_LE128 post-reload stores): Likewise.
15721 2016-01-06  Marek Polacek  <polacek@redhat.com>
15723         PR sanitizer/69099
15724         * convert.c (convert_to_integer_1): Adjust call to
15725         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
15726         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
15727         EXPR instead of ARG.
15728         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
15730 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15732         PR 1078
15733         * doc/extend.texi (RL78 Variable Attributes): New section.
15735 2016-01-05  Marek Polacek  <polacek@redhat.com>
15737         PR c/69104
15738         * builtins.c (get_memmodel): Use expansion point location rather than
15739         the input location.  Call warning_at rather than warning.
15740         (expand_builtin_atomic_compare_exchange): Likewise.
15741         (expand_builtin_atomic_load): Likewise.
15742         (expand_builtin_atomic_store): Likewise.
15743         (expand_builtin_atomic_clear): Likewise.
15745 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15747         PR target/68991
15748         * config/i386/i386.c (ix86_expand_vector_logical_operator):
15749         Replace nonimmediate_operand with vector_operand.
15750         * config/i386/predicates.md (vector_operand): New predicate.
15751         (general_vector_operand): Replace nonimmediate_operand with
15752         vector_operand.
15753         * config/i386/sse.md: Replace nonimmediate_operand with
15754         vector_operand and m constraint with Bm constraint on SSE
15755         patterns with 16-byte memory operand.
15756         * config/i386/subst.md (round_nimm_predicate): Replace
15757         nonimmediate_operand with vector_operand.
15758         (round_saeonly_nimm_predicate): Likewise.
15759         (round_saeonly_nimm_scalar_predicate): New.
15761 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15763         PR target/68991
15764         * config/i386/constraints.md (Bm): New constraint.
15765         * config/i386/predicates.md (vector_memory_operand): New
15766         predicate.
15767         * config/i386/sse.md: Replace xm with xBm in plusminus and
15768         any_logic patterns.
15770 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15772         PR 1078
15773         * doc/extend.texi (V850 Function Attributes): New section.
15774         (V850 Variable Attributes): New section.
15776 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15778         PR 1078
15779         * doc/extend.texi (MicroBlaze Function Attributes): Document
15780         interrupt_handler and fast_interrupt attributes.
15782 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
15784         PR other/60465
15785         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
15786         for local symbolic operands.
15787         * config/ia64/predicates.md (local_symbolic_operand64): New
15788         predicate.
15790 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15792         PR rtl-optimization/68651
15793         * combine.c (combine_simplify_rtx): Canonicalize x + x into
15794         x << 1.
15796 2016-01-05  Nathan Sidwell  <nathan@acm.org>
15798         * alias.c (compare_base_decls): Use symtab_node::get.
15800 2016-01-05  Nick Clifton  <nickc@redhat.com>
15802         PR target/68770
15803         * ira-costs.c (copy_cost): Initialise the t_icode field of the
15804         secondary_reload_info structure.
15806         PR target/66655
15807         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
15808         decls if weak support is available.
15810 2016-01-04  Martin Sebor  <msebor@redhat.com>
15812         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
15814 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
15816         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
15817         OPTION_MASK_P9_DFORM.
15819         * config/rs6000/constraints.md (wo constraint): New constraint for
15820         ISA 3.0 (power9).
15822         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
15823         for wo constraint.
15824         (rs6000_init_hard_regno_mode_ok): Likewise.
15826         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
15827         wo constraint.
15829         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
15830         expanders not to have constraints.  Add support for ISA 3.0 xxperm
15831         instruction.  Add support for fusing xxlor with xxperm.
15832         (altivec_vperm_<mode>_internal): Likewise.
15833         (altivec_vperm_v8hiv16qi): Likewise.
15834         (altivec_vperm_<mode>v16q): Likewise.
15835         (altivec_vperm_<mode>_uns): Likewise.
15836         (vperm_v8hiv4si): Likewise.
15837         (vperm_v16qiv8hi): Likewise.
15839         * doc/md.texi (RS/6000 constraints): Document wo constraint.
15841 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
15843         Update copyright years.
15845         * gcc.c (process_command): Update copyright notice dates.
15846         * gcov-dump.c (print_version): Ditto.
15847         * gcov.c (print_version): Ditto.
15848         * gcov-tool.c (print_version): Ditto.
15849         * gengtype.c (create_file): Ditto.
15850         * doc/cpp.texi: Bump @copying's copyright year.
15851         * doc/cppinternals.texi: Ditto.
15852         * doc/gcc.texi: Ditto.
15853         * doc/gccint.texi: Ditto.
15854         * doc/gcov.texi: Ditto.
15855         * doc/install.texi: Ditto.
15856         * doc/invoke.texi: Ditto.
15858 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15860         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
15861         modes larger than TImode as TImode if NEON is not enabled.
15863 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15865         PR target/69100
15866         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
15867         mode for %f0-%f31 only if TARGET_FPU.
15869 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15871         PR target/69072
15872         * config/sparc/sparc.c (scan_record_type): Take into account subfields
15873         to compute the PACKED_P predicate.
15874         (function_arg_record_value): Minor tweaks.
15876 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15878         * doc/install.texi (--with-multilib-list): Describe the meaning of the
15879         option for arm*-*-* targets.
15881 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
15883         * doc/extend.texi (Common Function Attributes): Move docs for
15884         MSP430-specific attributes to....
15885         (MSP430 Function Attributes): ...here.  Delete the redundant
15886         entries and copy-edit the remaining text.
15887         (MSP430 Variable Attributes): Use uniform format for index
15888         entries and add a cross-reference to the corresponding function
15889         attribute docs.
15891 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
15893         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
15894         -finite-math typo.
15895         (x86 Options): Likewise.
15897 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
15899         PR 1078
15901         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
15902         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
15903         to corresponding attribute.
15905 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
15907         * doc/extend.texi (Common Function Attributes) <noplt>: Move
15908         to correct alphabetization of table.  Copy-edit and correct
15909         markup.
15910         <stack_protect>: Likewise.
15911         <target_clones>: Likewise.
15912         <simd>: Likewise.
15913         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
15914         Correct punctuation.
15915         (Code Gen Options) <-fno-plt>: Copy-edit.
15917 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15919         PR target/68917
15920         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
15921         SI values.  Explicitly convert SI to DI and vice-versa.
15923 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
15925         PR tree-optimization/69070
15926         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
15927         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
15929         PR sanitizer/69055
15930         * ubsan.c (ubsan_instrument_float_cast): Call
15931         initialize_sanitizer_builtins.
15933         PR target/69015
15934         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
15936 Copyright (C) 2016 Free Software Foundation, Inc.
15938 Copying and distribution of this file, with or without modification,
15939 are permitted in any medium without royalty provided the copyright
15940 notice and this notice are preserved.