1 2016-07-25 Martin Liska <mliska@suse.cz>
3 PR tree-optimization/71987
4 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
5 just for SSA_NAMEs. Fix GNU coding style.
7 2016-07-25 Martin Liska <mliska@suse.cz>
10 * gcov-io.h: Update command about file format.
11 * gcov-iov.c (main): Adapt the numbering scheme.
13 2016-07-24 Kugan Vivekanandarajah <kuganv@linaro.org>
16 * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
17 whose result is used in PHI.
18 (final_range_test_p): Likewise.
19 (maybe_optimize_range_tests): Likewise.
21 2016-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
23 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
24 Reformat two multi-line strings.
26 2016-07-22 Martin Sebor <msebor@redhat.com>
28 * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
30 2016-07-22 Martin Sebor <msebor@redhat.com>
33 * doc/extend.texi (Compound Literals): Correct and clarify.
34 (Cast to Union): Same.
36 2016-07-22 Kelvin Nilsen <kelvin@gcc.gnu.org>
38 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
39 comments to explain why certain error messages make mention of
41 (rs6000_invalid_builtin): Change error messages to replace mention
42 of undocumented options with mention of the -mcpu=power9 option
43 that enables those undocumented options.
44 * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
45 (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
46 definition of this macro to correct an existing error.
47 * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
48 mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
49 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
50 descriptions of built-in functions so that they depend on
51 -mcpu=power9 instead of on the corresponding undocumented flags.
52 * doc/invoke.texi (Option Summary): Remove all mention of newly
54 (IBM RS/6000 and PowerPC Options): Likewise.
55 * doc/md.texi (Constraints for Particuliar Machines): Remove all
56 mention of newly undocumented flags.
58 2016-07-22 Evgeny Stupachenko <evstupac@gmail.com>
60 * ipa-cp.c (determine_versionability): Do not create constprop clones,
61 when target_clones attribute is set.
63 2016-07-22 Bin Cheng <bin.cheng@arm.com>
65 * common.opt (funsafe-loop-optimizations): Mark ignore.
66 * doc/invoke.texi (funsafe-loop-optimizations): Remove.
67 * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
69 * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
70 * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
72 2016-07-22 Bin Cheng <bin.cheng@arm.com>
74 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
76 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
78 (number_of_iterations_exit): Warn missed loop optimization for
79 possible infinite loops.
81 2016-07-22 Segher Boessenkool <segher@kernel.crashing.org>
83 * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
84 when to emit a ".machine" pseudo-op.
86 2016-07-22 Martin Liska <mliska@suse.cz>
90 * coverage.c (coverage_compute_lineno_checksum): Do not
91 calculate checksum for fns w/o xloc.file.
92 (coverage_compute_profile_id): Likewise.
94 2016-07-22 Georg-Johann Lay <avr@gjlay.de>
96 * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
97 (avr_secondary_reload): ...and implementation.
98 (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
99 * config/avr/avr.md (reload_in<mode>): Remove insns.
100 (adjust_len) [lpm]: Remove insn attribute value.
101 * config/avr/predicates.md (flash_operand): Remove insn predicate.
103 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
106 * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
108 * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
109 * calls.c (special_function_p): Remove the special handling of the
112 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
115 * calls.c (gimple_maybe_alloca_call_p): New function. Return true
116 if STMT may be an alloca call.
117 (gimple_alloca_call_p, alloca_call_p): Return only true for the
119 * calls.h (gimple_maybe_alloca_call_p): New function.
120 * tree-inline.c (inline_forbidden_p_stmt): Use
121 gimple_maybe_alloca_call_p here.
123 2016-07-21 David Malcolm <dmalcolm@redhat.com>
125 * spellcheck-tree.c (best_macro_match::best_macro_match):
126 Explictly specify the template arguments when invoking the base
127 class constructor, to help older C++ compilers.
129 2016-07-21 Jakub Jelinek <jakub@redhat.com>
132 * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
133 before builtin_decl_implicit.
135 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
137 * optabs.c (emit_condiitonal_move): Short circuit for identical
140 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
142 * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
143 max_seq_cost. Removed fields: then_cost, else_cost, branch_cost.
144 (noce_conversion_profitable_p): New.
145 (noce_try_store_flag_constants): Use it.
146 (noce_try_addcc): Likewise.
147 (noce_try_store_flag_mask): Likewise.
148 (noce_try_cmove): Likewise.
149 (noce_try_cmove_arith): Likewise.
150 (bb_valid_for_noce_process_p): Add to the cost parameter rather than
152 (noce_convert_multiple_sets): Move cost model to here, from...
153 (bb_ok_for_noce_convert_multiple_sets) ...here.
154 (noce_process_if_block): Update calls for above changes.
155 (noce_find_if_block): Record new noce_if_info parameters.
157 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
159 * target.def (max_noce_ifcvt_seq_cost): New.
160 * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
161 * doc/tm.texi: Regenerate.
162 * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
163 * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
164 * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
165 (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
166 * doc/invoke.texi: Document new params.
168 2016-07-21 Richard Biener <rguenther@suse.de>
170 PR tree-optimization/71947
171 * tree-vrp.c (extract_range_from_assert): Singleton symbolic
172 ranges have useful limit_vr information.
174 2016-07-21 Richard Biener <rguenther@suse.de>
176 * function-tests.c (build_trivial_generic_function): Set
177 BLOCK_SUPERCONTEXT of DECL_INITIAL.
178 * omp-low.c (create_omp_child_function): Likewise.
179 (grid_expand_target_grid_body): Likewise.
180 * cgraphunit.c (init_lowered_empty_function): Likewise.
181 (cgraph_node::expand_thunk): Likewise.
182 * tree-parloops.c (create_loop_fn): Likewise.
183 * ipa.c (cgraph_build_static_cdtor_1): Likewise.
185 2016-07-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
187 * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
190 2016-07-21 Georg-Johann Lay <avr@gjlay.de>
192 * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
193 (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
194 (*insv.xor-extract, *insv.xor1-bit.0): New insns.
195 (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
196 values for insn attribute.
197 * config/avr/avr.c (avr_out_insert_notbit): New function.
198 (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
199 ADJUST_LEN_INSV_NOTBIT_0/_7.
200 * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
202 2016-07-21 Bin Cheng <bin.cheng@arm.com>
204 * tree-chrec.c (convert_affine_scev): New parameter. Pass new arg.
205 (chrec_convert_1, chrec_convert): Ditto.
206 * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
207 * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
208 * tree-vrp.c (adjust_range_with_scev): Ditto.
209 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
210 (scev_var_range_cant_overflow): New function.
211 (scev_probably_wraps_p): New parameter. Call above function.
212 * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
214 2016-07-21 Bin Cheng <bin.cheng@arm.com>
216 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
217 by removing computation of may_be_zero.
219 2016-07-21 Jakub Jelinek <jakub@redhat.com>
221 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
223 2016-07-21 Andrew Sutton <andrew.n.sutton@gmail.com>
225 Improving concepts performance and diagnostics.
226 * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
227 for constraint satisfaction and subsumption.
228 * timevar.h (auto_timevar): New constructor that matches the push/pop
229 pattern of usage in pt.c.
231 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
233 * hwint.h (HOST_WIDE_INT_0): New define.
234 (HOST_WIDE_INT_0U): Ditto.
235 * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
236 * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
237 * simplify-rtx.c: Ditto.
238 * tree-object-size.c: Ditto.
240 2016-07-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
242 * config/s390/s390.c (s390_encode_section_info): Remove mode size
245 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
247 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
248 * combine.c: Use HOST_WIDE_INT_M1U instead of
249 ~(unsigned HOST_WIDE_INT) 0.
250 * double-int.h: Ditto.
257 * tree-ssa-loop-ivopts.c: Ditto.
258 * tree-ssa-loop-prefetch.c: Ditto.
259 * tree-vect-generic.c: Ditto.
260 * tree-vect-patterns.c: Ditto.
263 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
265 * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
266 constant addresses outside [0,0xc0] into a register.
267 (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn. And handle
268 cases where the base address register is unused after.
269 (avr_out_movhi_r_mr_reg_disp_tiny): Same.
270 (avr_out_movhi_mr_r_reg_disp_tiny): Same.
271 (avr_out_store_psi_reg_disp_tiny): Same.
273 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
275 Implement attribute progmem on reduced Tiny cores by adding
276 flash offset 0x4000 to respective symbols.
279 * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
280 documentation how it works on reduced Tiny cores.
281 (AVR Named Address Spaces): No support for reduced Tiny.
282 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
283 (avr_address_tiny_pm_p): New static function.
284 (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
285 if the address is in progmem.
286 (avr_assemble_integer): Same.
287 (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
288 for symbol_ref in progmem.
289 * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
290 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
291 magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
293 2016-07-20 Patrick Palka <ppalka@gcc.gnu.org>
295 * configure.ac (thin_archive_support): New variable. AC_SUBST it.
296 * configure: Regenerate.
297 * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
298 (USE_THIN_ARCHIVES): New variable.
299 (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
300 this archive as a thin archive.
302 2016-07-20 David Malcolm <dmalcolm@redhat.com>
304 * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
305 same location as last time, don't skip if we have fix-it hints.
306 Clarify the skipping logic by converting it from one "if" clause
307 to repeated "if" clauses.
308 * spellcheck-tree.c: Include "cpplib.h".
309 (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
310 (best_macro_match::best_macro_match): New constructor.
311 * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
312 Move here from c/c-decl.c.
313 (class best_macro_match): Move here from c/c-decl.c, converting
314 from a typedef to a subclass, gaining a ctor.
316 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
318 * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
319 * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
321 (avr_addr_space_diagnose_usage): ...and implementation.
322 (avr_addr_space_supported_p): New function.
323 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
324 report bad address space usage if that space is supported.
325 (avr_insert_attributes): Same. No more complain about unsupported
327 * config/avr/avr-c.c (tm_p.h): Include it.
328 (avr_cpu_cpp_builtins): Only define addr-space related built-in
329 macro if avr_addr_space_supported_p.
331 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
333 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
334 flag_toplevel_reorder.
336 2016-07-20 David Malcolm <dmalcolm@redhat.com>
338 * gcc-rich-location.c
339 (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
341 * gcc-rich-location.h
342 (gcc_rich_location::add_fixit_misspelled_id): Likewise.
344 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
346 * target.def (addr_space): Add new diagnose_usage to hook vector.
347 * targhooks.c (default_addr_space_diagnose_usage): Add default
348 implementation and...
349 * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
350 * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
351 is some address space, call targetm.addr_space.diagnose_usage.
352 * doc/tm.texi.in (Named Address Spaces): Add anchor for
353 TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
354 * doc/tm.texi: Regenerate.
356 2016-07-20 Martin Liska <mliska@suse.cz>
359 * graphite-isl-ast-to-gimple.c (later_of_the_two):
360 Properly handly PHI stmts.
362 2016-07-20 Bin Cheng <bin.cheng@arm.com>
364 PR tree-optimization/71503
365 PR tree-optimization/71683
366 * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
369 2016-07-20 Martin Liska <mliska@suse.cz>
371 * doc/invoke.texi (-fipa-ra): Document when the option is
372 disabled. Fix a typo.
374 2016-07-20 Martin Liska <mliska@suse.cz>
376 * Makefile.in: Include fibonacci_heap.c
377 * fibonacci_heap.c: New file.
378 * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
379 (fibonacci_heap::union_with): Fix deletion of the second heap.
380 * selftest-run-tests.c (selftest::run_tests): Incorporate
381 fibonacci heap tests.
382 * selftest.h: Declare fibonacci_heap_c_tests.
384 2016-07-20 Martin Liska <mliska@suse.cz>
386 * selftest-run-tests.c (selftest::run_tests): New function.
387 * selftest.h (sreal_c_tests): Declare.
388 * sreal.c (sreal_verify_basics): New function.
389 (verify_aritmetics): Likewise.
390 (sreal_verify_arithmetics): Likewise.
391 (verify_shifting): Likewise.
392 (sreal_verify_shifting): Likewise.
393 (void sreal_c_tests): Likewise.
395 2016-07-19 Jakub Jelinek <jakub@redhat.com>
397 PR rtl-optimization/71916
398 * cfgrtl.c (contains_no_active_insn_p): Return false also for
399 bb which have a single succ fake edge.
401 2016-07-19 Aldy Hernandez <aldyh@redhat.com>
404 * dwarf2out.c (gen_subprogram_die): Only call
405 gen_unspecified_parameters_die while dumping early dwarf.
407 2016-07-19 Jakub Jelinek <jakub@redhat.com>
410 * gimple-fold.c (fold_builtin_memory_op): Use
411 get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
413 2016-07-19 Uros Bizjak <ubizjak@gmail.com>
415 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
416 HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
417 HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
418 HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
422 * double-int.c: Ditto.
424 * dwarf2out.c: Ditto.
427 * fold-const.c: Ditto.
434 * loop-doloop.c: Ditto.
435 * loop-invariant.c: Ditto.
442 * simplify-rtx.c: Ditto.
443 * stor-layout.c: Ditto.
445 * tree-ssa-loop-ivopts.c: Ditto.
446 * tree-vect-generic.c: Ditto.
447 * tree-vect-patterns.c: Ditto.
452 * wide-int-print.cc: Ditto.
453 * wide-int.cc: Ditto.
456 2016-07-19 David Malcolm <dmalcolm@redhat.com>
458 * selftest.c (selftest::assert_streq): Handle NULL values of
459 val_actual and val_expected.
461 2016-07-19 Martin Jambor <mjambor@suse.cz>
464 * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
465 rather than cgraph_create_node to get a call graph node.
467 2016-07-19 Richard Biener <rguenther@suse.de>
469 * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
470 handle all tcc_constant bases and valueize SSA names.
471 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
474 2016-07-19 David Malcolm <dmalcolm@redhat.com>
476 * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
477 the flags of the exit block and bb2, not just the entry block.
479 2016-07-19 Richard Biener <rguenther@suse.de>
481 PR tree-optimization/71901
482 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
483 align member, group stuff with the bitfield.
484 (vn_ref_op_align_unit): New inline.
485 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
486 record element alignment and operand 3 unchanged.
487 (ao_ref_init_from_vn_reference): Adjust.
488 (valueize_refs_1): Likewise.
489 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
491 2016-07-19 Richard Biener <rguenther@suse.de>
493 PR tree-optimization/71908
494 * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
495 symbolic constants in a more reliable way.
497 2016-07-19 Ilya Enkovich <ilya.enkovich@intel.com>
499 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
501 (vect_update_inits_of_drs): Likewise.
502 (vect_create_cond_for_alias_checks): Likewise.
503 * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
505 2016-07-19 Richard Biener <rguenther@suse.de>
508 * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
509 with an abstract origin that is not an inlined function outer
510 scope add a self-reference as abstract origin.
511 * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
513 2016-07-18 Michael Meissner <meissner@linux.vnet.ibm.com>
516 * config/rs6000/rs6000.c (rs6000_function_value): Fix
517 unintentional System V.4 structure return breakage for structures
518 with a single floating point element.
520 2016-07-18 Yuri Rumyantsev <ysrumyan@gmail.com>
522 PR tree-optimization/71734
523 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
524 contains REF, use it to check safelen, assume that safelen value
525 must be greater 1, fix style.
526 (ref_indep_loop_p_2): Add REF_LOOP argument.
527 (ref_indep_loop_p): Pass LOOP as additional argument to
530 2016-07-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
532 * cfgexpand.c (expand_stack_vars): Implement synamic stack space
533 allocation in the prologue.
534 * explow.c (get_dynamic_stack_base): New function to return an address
535 expression for the dynamic stack base.
536 (get_dynamic_stack_size): New function to do the required dynamic stack
537 space size calculations.
538 (allocate_dynamic_stack_space): Use new functions.
539 (align_dynamic_address): Move some code from
540 allocate_dynamic_stack_space to new function.
541 * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
543 2016-07-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
545 * config/s390/s390.c (s390_encode_section_info): Always set
546 notaligned marker if mode size is 0 or no MEM_ALIGN info could be
549 2016-07-18 Richard Biener <rguenther@suse.de>
551 PR tree-optimization/71893
552 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
553 for sizetype cast added by array_ref_element_size.
554 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
556 2016-07-16 John David Anglin <danglin@gcc.gnu.org>
558 * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
559 register parameters. Remove code to initialize argument pointer
560 on TARGET_64BIT. Optimize call to _mcount when it can be reached
561 using a pc-relative branch. Cleanup conditional code.
562 * config/pa/pa.md (call_mcount): New expander.
563 (call_mcount_nonpic): New insn.
564 (call_mcount_pic): New insn and split.
565 (call_mcount_pic_post_reload): New insn.
566 (call_mcount_64bit): New insn and split.
567 (call_mcount_64bit_post_reload): New insn.
569 2016-07-15 Georg-Johann Lay <avr@gjlay.de>
571 * config/avr/predicates.md (const_m255_to_m1_operand): New.
572 * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
573 * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
574 (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
575 (*usum_widenqihi3, *udiff_widenqihi3)
576 (*addhi3_zero_extend.const): New combiner insns.
577 (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
578 just 1 bit is affected.
579 * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
580 (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
582 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
584 * omp-low.c (lower_omp_target): Mark data clauses with
585 GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
586 zero-length subarrays.
588 2016-07-15 Richard Biener <rguenther@suse.de>
590 PR tree-optimization/71881
591 * tree-loop-distribution.c (destroy_loop): Remove blocks in
592 reverse DOM order to make debug temp generation happy.
594 2016-07-15 Richard Biener <rguenther@suse.de>
596 PR tree-optimization/71887
597 * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
598 verify it is not zero for division / modulo handling.
599 (value_replacement): Adjust.
601 2016-07-15 Virendra Pathak <virendra.pathak@broadcom.com>
602 Julian Brown <julian@codesourcery.com>
604 * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
605 * config/aarch64/aarch64-cost-tables.h
606 (vulcan_extra_costs): New variable.
607 * config/aarch64/aarch64.c
608 (vulcan_addrcost_table): Likewise.
609 (vulcan_regmove_cost): Likewise.
610 (vulcan_vector_cost): Likewise.
611 (vulcan_branch_cost): Likewise.
612 (vulcan_tunings): Likewise.
614 2016-07-15 Alexander Monakov <amonakov@ispras.ru>
616 * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
617 (output_in_order): Loop over undefined variables too. Output them
618 via assemble_undefined_decl. Skip variables that correspond to hard
619 registers or have value-exprs.
620 * varpool.c (symbol_table::output_variables): Handle undefined
621 variables together with defined ones.
623 2016-07-15 Richard Biener <rguenther@suse.de>
625 * tree-ssa-pre.c (get_representative_for): Make sure to return
626 the value number of SSA names.
627 (phi_translate_1): get_representative_for cannot return NULL.
628 (do_pre_regular_insertion): Remove redundant call to
629 fully_constant_expression.
630 (do_pre_partial_partial_insertion): Likewise.
632 2016-07-15 Bin Cheng <bin.cheng@arm.com>
634 * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
635 (derive_simple_iv_with_niters): New function.
636 (simple_iv): Rewrite using simple_iv_with_niters.
637 * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
638 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
640 (number_of_iterations_exit): Rewrite using above function.
641 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
644 2016-07-15 Richard Biener <rguenther@suse.de>
646 * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
649 2016-07-14 Jakub Jelinek <jakub@redhat.com>
651 PR tree-optimization/71872
652 * tree-data-ref.c (get_references_in_stmt): Ignore references
653 with is_gimple_constant get_base_address.
655 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
657 * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
658 (TARGET_HAVE_LDACQD): New macro.
659 * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
660 than TARGET_HAVE_LDACQ.
661 (arm_load_acquire_exclusivedi): Likewise.
662 (arm_store_release_exclusivedi): Likewise.
664 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
666 PR rtl-optimization/71878
667 * lra-constraints.c (match_reload): Pass information about other
668 output operands. Create new unique register value if matching input
669 operand shares same register value as output operand being considered.
670 (curr_insn_transform): Record output operands already processed.
672 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
675 PR tree-optimization/70923
676 * tree-vect-patterns.c: Include mult-synthesis.h.
677 (target_supports_mult_synth_alg): New function.
678 (synth_lshift_by_additions): Likewise.
679 (apply_binop_and_append_stmt): Likewise.
680 (vect_synth_mult_by_constant): Likewise.
681 (target_has_vecop_for_code): Likewise.
682 (vect_recog_mult_pattern): Use above functions to synthesize vector
683 multiplication by integer constants.
685 2016-07-14 Alan Modra <amodra@gmail.com>
687 * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
688 gpr alternatives. Correct '*' placement on Y,r alternative.
689 Add '*' on operand 1 of r,r alternative.
691 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
693 * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
694 * expmed.h: ... Here.
696 2016-07-14 Jan Hubicka <hubicka@ucw.cz>
698 * gimple.h (stmt_can_terminate_bb_p): New function.
699 * tree-cfg.c (need_fake_edge_p): Rename to ...
700 (stmt_can_terminate_bb_p): ... this; return true if stmt can
701 throw external; handle const and pure calls.
702 * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
704 2016-07-14 Richard Biener <rguenther@suse.de>
706 PR tree-optimization/71866
707 * tree-ssa-pre.c (get_constant_for_value_id): Remove.
708 (do_hoist_insertion): Avoid endless recursion when we
709 didn't insert anything because we managed to simplify
710 things down to a constant or SSA name.
711 (fully_constant_expression): Re-write in terms of ...
712 * tree-ssa-sccvn.h (vn_nary_simplify): ... this. Declare.
713 * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
714 vn_nary_build_or_lookup_1.
715 (vn_nary_build_or_lookup_1): Added flag and renamed from ...
716 (vn_nary_build_or_lookup): ... this which now wraps it.
718 2016-07-14 Alan Modra <amodra@gmail.com>
721 * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
722 with p9_vector override before power9-dform override.
724 2016-07-13 Andi Kleen <ak@linux.intel.com>
726 * value-prof.c (gimple_value_profile_transformations): Don't run
727 when auto_profile is on.
729 2016-07-13 Andi Kleen <ak@linux.intel.com>
731 * auto-profile.c (update_inlined_ind_target,
732 afdo_indirect_call): Print information to dump file.
734 2016-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
736 * genrecog.c (special_predicate_operand_p): New function.
737 (predicate_name): Move function.
738 (validate_pattern): Don't warn about missing mode for all
739 define_special_predicate predicates.
741 2016-07-13 Bin Cheng <bin.cheng@arm.com>
743 * tree-vect-data-refs.c (vect_no_alias_p): New function.
744 (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
745 resolve alias checks which are known at compilation time.
746 Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
747 alias checks are resolved. Move dump info for too many runtime
748 alias checks to here...
749 * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
751 2016-07-13 Richard Biener <rguenther@suse.de>
753 PR tree-optimization/24574
754 * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
755 position and add shift, rotate, divison and modulo support
757 (value_replacement): Pass in argument position to absorbing_element_p.
759 2016-07-13 Ilya Enkovich <ilya.enkovich@intel.com>
762 * ipa-inline-transform.c (inline_call): Support
765 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
767 * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
768 (TARGET_IDIV): Set for all Thumb targets provided they have hardware
770 * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
771 Baseline. Make initial alternative TARGET_32BIT only.
773 * config/arm/thumb1.md (thumb1_cbz): New define_insn.
774 * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
777 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
779 * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
780 * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
781 availability with TARGET_HAVE_MOVT.
782 (thumb_legitimate_constant_p): Strip the high part of a label_ref.
783 (thumb1_rtx_costs): Also return 0 if setting a half word constant and
784 MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
786 (thumb1_size_rtx_costs): Make set of half word constant also cost 1
787 extra instruction if MOVW is available. Use a cost variable
788 incremented by COSTS_N_INSNS (1) when the condition match rather than
789 returning an arithmetic expression based on COSTS_N_INSNS. Make
790 constant with bottom half word zero cost 2 instruction if MOVW is
792 * config/arm/arm.md (define_attr "arch"): Add v8mb.
793 (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
794 target is ARMv8-M Baseline.
795 (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
796 (arm_movtas_ze): Likewise.
797 * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
798 alternative for constants satisfying j constraint.
799 (thumb1_movsi_insn): Likewise.
800 (movsi splitter for K alternative): Tighten condition to not trigger
801 if movt is available and j constraint is satisfied.
802 (Pe immediate splitter): Likewise.
803 (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
804 constant fitting in an halfword to use MOVW.
805 * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
808 2016-07-13 Richard Biener <rguenther@suse.de>
811 * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
812 gimplifying the LHS. Make sure to gimplify a returning twice
813 call LHS without using SSA names.
815 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
817 * tree-data-ref.c (find_data_references_in_stmt): Remove
818 unnecessary call to vec::release.
819 (graphite_find_data_references_in_stmt): Likewise.
820 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
821 * tree-vect-stmts.c (vectorizable_condition): Likewise.
823 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
825 * cfgexpand.c (expand_used_vars): Make the type of a local
827 * genmatch.c (lower_for): Likewise.
828 * haifa-sched.c (haifa_sched_init): Likewise.
829 (add_to_speculative_block): Likewise.
830 (create_check_block_twin): Likewise.
831 * predict.c (handle_missing_profiles): Likewise.
832 * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
833 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
834 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
836 (maybe_lower_iteration_bound): Likewise.
837 * tree-ssa-sccvn.c (DFS): Likewise.
838 * tree-stdarg.c (reachable_at_most_once): Likewise.
839 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
840 (vectorizable_store): Likewise.
842 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
844 * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
845 (sccvn_dom_walker): make cond_stack an auto_vec.
847 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
849 * ree.c (struct ext_state): Make type of members auto_vec.
850 (find_and_remove_re): Adjust.
852 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
854 * cfgexpand.c (struct stack_vars_data): Make type of fields
856 (expand_used_vars): Adjust.
858 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
860 * ipa.c (record_cdtor_fn): Adjust.
861 (build_cdtor_fns): Likewise.
862 (ipa_cdtor_merge): Make static_ctors and static_dtors local
865 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
867 * genextract.c (struct accum_extract): Add constructor and make
871 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
873 * tree.c (struct free_lang_data_d): Add constructor and change
874 types of members to ones that automatically manage resources.
875 (fld_worklist_push): Adjust.
876 (find_decls_types): Likewise.
877 (find_decls_types_in_eh_region): Likewise.
878 (free_lang_data_in_cgraph): Stop manually creating and
879 destroying members of free_lang_data_d.
881 2016-07-13 Uros Bizjak <ubizjak@gmail.com>
883 PR rtl-optimization/68961
884 * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
885 peephole variant. Use sse_reg_operand predicates.
887 2016-07-12 Uros Bizjak <ubizjak@gmail.com>
889 * config/i386/predicates.md (x86_64_immediate_operand)
890 <case CONST_INT>: Remove unneeded truncation to DImode.
892 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
894 2016-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
897 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
898 The xxperm and xxpermr instructions require that the 2nd input
899 operand overlap with the output operand, and not the 1st.
900 (altivec_vperm_v8hiv16qi): Likewise.
901 (altivec_vperm_<mode>_uns_internal): Likewise.
902 (altivec_vpermr_<mode>_internal): Likewise.
903 (vperm_v8hiv4si): Likewise.
904 (vperm_v16qiv8hi): Likewise.
906 2016-07-12 Martin Liska <mliska@suse.cz>
908 * params.def: Add avg-loop niter.
909 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
910 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
911 * doc/invoke.texi: Document the new parameter.
913 2016-07-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
916 * expr.c (store_constructor): Mask sign-extended bits when widening
917 sub-word constructor element at the start of a word.
919 2016-07-12 Martin Liska <mliska@suse.cz>
921 * Makefile.in: Append rule for params-options.h.
922 * params-options.h: New file.
924 2016-07-12 Martin Liska <mliska@suse.cz>
926 * ira-build.c (mark_loops_for_removal): Properly iterate
929 2016-07-12 Steven Bosscher <steven@gcc.gnu.org>
930 Richard Biener <rguenther@suse.de>
932 PR tree-optimization/23286
933 PR tree-optimization/70159
934 * doc/invoke.texi: Document -fcode-hoisting.
935 * common.opt (fcode-hoisting): New flag.
936 * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
937 * tree-ssa-pre.c (pre_stats): Add hoist_insert.
938 (do_regular_insertion): Rename to ...
939 (do_pre_regular_insertion): ... this and amend general comments
940 on insertion strathegy.
941 (do_partial_partial_insertion): Rename to ...
942 (do_pre_partial_partial_insertion): ... this.
943 (do_hoist_insertion): New function.
944 (insert_aux): Take flags on whether to do PRE and/or hoist insertion
945 and call do_hoist_insertion properly.
947 (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
948 (pass_pre::execute): Register hoist_insert stats.
950 2016-07-12 Jakub Jelinek <jakub@redhat.com>
953 * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
954 for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
955 is different from mode's bitsize. Small cleanup.
957 2016-07-12 Richard Biener <rguenther@suse.de>
959 PR rtl-optimization/68961
960 * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
961 to simplify to a non-constant.
963 2016-07-11 Jakub Jelinek <jakub@redhat.com>
966 * omp-low.c (expand_omp_target): Gimplify device.
968 PR tree-optimization/71823
969 * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
970 to get vec_oprnds2 from op2.
972 2016-07-11 Uros Bizjak <ubizjak@gmail.com>
974 * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
975 Hoist common subexpressions.
976 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
978 2016-07-11 Pat Haugen <pthaugen@us.ibm.com>
981 * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
982 prevent generation of 'stxsiwx' on pre Power8 hardware.
984 2016-07-11 David Malcolm <dmalcolm@redhat.com>
986 * input.c: Include cpplib.h.
987 (selftest::temp_source_file): New class.
988 (selftest::temp_source_file::temp_source_file): New ctor.
989 (selftest::temp_source_file::~temp_source_file): New dtor.
990 (selftest::should_have_column_data_p): New function.
991 (selftest::test_should_have_column_data_p): New function.
992 (selftest::temp_line_table): New class.
993 (selftest::temp_line_table::temp_line_table): New ctor.
994 (selftest::temp_line_table::~temp_line_table): New dtor.
995 (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
996 it to create a temp_line_table.
997 (selftest::assert_loceq): Only verify LOCATION_COLUMN for
998 locations that are known to have column data.
999 (selftest::line_table_case): New struct.
1000 (selftest::test_reading_source_line): Move tempfile handling
1001 to class temp_source_file.
1002 (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
1003 (selftest::assert_token_loc_eq): New function.
1004 (ASSERT_TOKEN_LOC_EQ): New macro.
1005 (selftest::test_lexer): New function.
1006 (selftest::boundary_locations): New array.
1007 (selftest::input_c_tests): Call test_should_have_column_data_p.
1008 Loop over a test matrix of interesting values of location and
1009 default_range_bits, calling test_lexer on each case in the matrix.
1010 Move call to test_accessing_ordinary_linemaps into the matrix.
1011 * selftest.h (ASSERT_EQ): Reimplement in terms of...
1012 (ASSERT_EQ_AT): New macro.
1014 2016-07-11 H.J. Lu <hongjiu.lu@intel.com>
1017 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
1018 Don't convert TImode in debug insn.
1020 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
1022 Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
1023 * tree-core.h (tree_base::nothrow_flag): Adjust comment.
1024 (tree_type_common::lang_flag_7): New.
1025 (tree_type_common::spare): Reduce size.
1026 * tree.h (TYPE_ALIGN_OK): Remove.
1027 (TYPE_LANG_FLAG_7): New.
1028 (get_inner_reference): Adjust header.
1029 * print-tree.c (print_node): Adjust.
1030 * expr.c (get_inner_reference): Remove parameter keep_aligning.
1031 (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
1032 calls to get_inner_reference.
1033 (expand_expr_real_1): Adjust call to get_inner_reference. Remove
1034 handling of TYPE_ALIGN_OK.
1035 * builtins.c (get_object_alignment_2): Adjust call to
1036 get_inner_reference. Remove handling of VIEW_CONVERT_EXPR.
1037 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
1039 * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
1040 * cfgexpand.c (expand_debug_expr): Likewise.
1041 * dbxout.c (dbxout_expand_expr): Likewise.
1042 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
1043 loc_list_from_tree, fortran_common): Likewise.
1044 * fold-const.c (optimize_bit_field_compare,
1045 decode_field_reference, fold_unary_loc, fold_comparison,
1046 split_address_to_core_and_offset): Likewise.
1047 * gimple-laddress.c (execute): Likewise.
1048 * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
1049 * gimplify.c (gimplify_scan_omp_clauses): Likewise.
1050 * hsa-gen.c (gen_hsa_addr): Likewise.
1051 * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
1052 * tsan.c (instrument_expr): Likewise.
1053 * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
1054 * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
1055 * tree-affine.c (tree_to_aff_combination,
1056 get_inner_reference_aff): Adjust calls to get_inner_reference.
1057 * tree-data-ref.c (split_constant_offset_1,
1058 dr_analyze_innermost): Likewise.
1059 * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
1060 * tree-sra.c (ipa_sra_check_caller): Likewise.
1061 * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
1062 * tree-ssa-math-opts.c (find_bswap_or_nop_load,
1063 bswap_replace): Likewise.
1064 * tree-vect-data-refs.c (vect_check_gather,
1065 vect_analyze_data_refs): Likewise.
1066 * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
1067 * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
1070 2016-07-11 David Malcolm <dmalcolm@redhat.com>
1072 * Makefile.in (selftest-valgrind): New phony target.
1073 * function-tests.c (selftest::build_cfg): Delete pass instances
1074 created by the test.
1075 (selftest::convert_to_ssa): Likewise.
1076 (selftest::test_expansion_to_rtl): Likewise.
1077 * tree-cfg.c (selftest::test_linear_chain): Release dominator
1079 (selftest::test_diamond): Likewise.
1081 2016-07-11 Richard Biener <rguenther@suse.de>
1083 PR tree-optimization/71816
1084 * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
1085 than replacing all of its operands.
1087 2016-07-11 Alan Modra <amodra@gmail.com>
1089 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
1090 (ctr<mode>): Add unspec.
1091 (ctr<mode>_internal*): Likewise.
1093 2016-07-08 James Bowman <james.bowman@ftdichip.com>
1095 * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
1096 * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
1098 2016-07-08 Vladimir Makarov <vmakarov@redhat.com>
1100 PR rtl-optimization/71621
1101 * lra-constraints.c (process_alt_operands): Check combination of
1104 2016-07-08 Jason Merrill <jason@redhat.com>
1105 Richard Biener <rguenther@suse.de>
1107 P0145: Refining Expression Order for C++.
1108 * gimplify.c (initial_rhs_predicate_for): New.
1109 (gimplfy_modify_expr): Gimplify RHS before LHS.
1111 2016-07-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1114 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1115 Allow standard error handling to take over when a wrong number
1116 of arguments is presented to __builtin_vec_ld () or
1117 __builtin_vec_st ().
1119 2016-07-08 Jiong Wang <jiong.wang@arm.com>
1121 * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
1126 * config/aarch64/arm_neon.h (vmaxnm_f32): Use
1127 __builtin_aarch64_fmaxv2sf.
1128 (vmaxnmq_f32): Likewise.
1129 (vmaxnmq_f64): Likewise.
1130 (vminnm_f32): Likewise.
1131 (vminnmq_f32): Likewise.
1132 (vminnmq_f64): Likewise.
1134 2016-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
1137 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
1138 enable -mfloat128-hardware by default.
1139 (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
1140 that IEEE 128-bit hardware support needs.
1141 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
1142 -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
1143 Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
1144 floating point requires.
1145 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1146 -mfloat128 and -mfloat128-hardware changes.
1148 2016-07-08 Alan Hayward <alan.hayward@arm.com>
1150 PR tree-optimization/71667
1151 * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
1153 2016-07-08 Martin Liska <mliska@suse.cz>
1156 * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
1157 folding produces SAVE_EXPRs, thus return false for the type.
1159 2016-07-07 Martin Liska <mliska@suse.cz>
1161 * file-find.c (remove_prefix): New function.
1162 * file-find.h (remove_prefix): Declare the function.
1163 * gcc-ar.c (main): Skip a folder of the wrapper if
1164 a wrapped binary would point to the same file.
1166 2016-07-07 Jan Hubicka <jh@suse.cz>
1168 * tree-scalar-evolution.c (iv_can_overflow_p): export.
1169 * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
1170 * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
1172 2016-07-07 Ilya Enkovich <ilya.enkovich@intel.com>
1175 * ipa-inline-analysis.c (compute_inline_parameters): Set
1176 local.can_change_signature to false for intrumentation
1179 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
1181 * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
1182 with TARGET_HAVE_MOVT.
1183 (TARGET_HAVE_MOVT): Define.
1184 * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
1185 availability with TARGET_HAVE_MOVT.
1186 * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
1188 (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
1190 (symbol_refs movsi splitter): Remove TARGET_32BIT check.
1191 (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
1192 * config/arm/constraints.md (define_constraint "j"): Use
1193 TARGET_HAVE_MOVT to check MOVT availability.
1195 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
1197 * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
1199 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
1201 * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
1202 (armv8-m.main): Likewise.
1203 (armv8-m.main+dsp): Likewise.
1204 * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
1205 (FL_FOR_ARCH8M_MAIN): Likewise.
1206 * config/arm/arm-tables.opt: Regenerate.
1207 * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
1208 armv8-m.main+dsp to BE8_LINK_SPEC.
1209 * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
1210 (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
1211 * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
1212 Baseline and Mainline.
1213 (arm_option_override_internal): Also disable arm_restrict_it when
1214 !arm_arch_notm. Update comment for -munaligned-access to also cover
1216 (arm_file_start): Increase buffer size for printing architecture name.
1217 * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
1218 and armv8-m.main+dsp.
1219 (mno-unaligned-access): Clarify that this is disabled by default for
1220 ARMv8-M Baseline architectures as well.
1222 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
1224 * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
1225 decide whether to prevent some libgcc routines being included for some
1226 multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
1227 link between this condition and the one in
1228 libgcc/config/arm/lib1func.S.
1230 2016-07-07 Richard Biener <rguenther@suse.de>
1232 * tree-ssa-pre.c: Include alias.h.
1233 (compute_avail): If we have multiple VN_REFERENCEs with the
1234 same hashtable entry adjust that to make it a valid replacement
1235 for all of them with respect to alignment and aliasing
1236 when doing insertion.
1237 * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
1238 * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
1240 2016-07-06 Segher Boessenkool <segher@kernel.crashing.org>
1244 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
1245 *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
1248 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1250 * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
1251 (adjust_mems): Adjust.
1252 (adjust_insn): Likewise.
1253 (prepare_call_arguments): Likewise.
1255 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1257 * gcse.c (struct ls_expr): Make stores field a vector.
1258 (ldst_entry): Adjust.
1259 (free_ldst_entry): Likewise.
1260 (print_ldst_list): Likewise.
1261 (compute_ld_motion_mems): Likewise.
1262 (update_ld_motion_stores): Likewise.
1264 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1266 * gcse.c (struct ls_expr): Remove loads field.
1267 (ldst_entry): Adjust.
1268 (free_ldst_entry): Likewise.
1269 (print_ldst_list): Likewise.
1270 (compute_ld_motion_mems): Likewise.
1272 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1274 * store-motion.c (struct st_expr): Make antic_stores a vector.
1275 (st_expr_entry): Adjust.
1276 (free_st_expr_entry): Likewise.
1277 (print_store_motion_mems): Likewise.
1278 (find_moveable_store): Likewise.
1279 (compute_store_table): Likewise.
1280 (remove_reachable_equiv_notes): Likewise.
1281 (replace_store_insn): Likewise.
1282 (build_store_vectors): Likewise.
1284 2016-07-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1286 * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
1287 cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
1289 2016-07-06 Yuri Rumyantsev <ysrumyan@gmail.com>
1291 PR tree-optimization/71518
1292 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
1293 misalign also for outer loops with negative step.
1295 2016-07-06 Wilco Dijkstra <wdijkstr@arm.com>
1297 * config/arm/cortex-a53.md: Use final_presence_set for in-order.
1298 (cortex_a53_shift): Add mov_shift.
1299 (cortex_a53_shift_reg): Add new reservation for register shifts.
1300 (cortex_a53_alu): Remove bfm.
1301 (cortex_a53_alu_shift): Add bfm, remove mov_shift.
1302 (cortex_a53_alu_extr): Add new reservation for EXTR.
1303 (bypasses): Improve bypass modelling.
1305 2016-07-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1308 * config/avr/avr.c (avr_asm_select_section): Strip off
1309 SECTION_DECLARED from flags when calling get_section.
1311 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1313 * tree-vectorizer.h (vect_memory_access_type): Add
1314 VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
1315 * tree-vect-stmts.c (compare_step_with_zero): New function.
1316 (perm_mask_for_reverse): Move further up file.
1317 (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
1319 (get_negative_load_store_type): New function.
1320 (get_load_store_type): Call it. Add an ncopies argument.
1321 (vectorizable_mask_load_store): Update call accordingly and
1322 remove tests for negative steps.
1323 (vectorizable_store, vectorizable_load): Likewise. Handle new
1324 memory_access_types.
1326 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1328 * tree-vectorizer.h (vect_memory_access_type): New enum.
1329 (_stmt_vec_info): Add a memory_access_type field.
1330 (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
1331 (vect_model_store_cost): Take an access type instead of a boolean.
1332 (vect_model_load_cost): Likewise.
1333 * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
1334 vect_model_store_cost and vect_model_load_cost.
1335 * tree-vect-stmts.c (vec_load_store_type): New enum.
1336 (vect_model_store_cost): Take an access type instead of a
1337 store_lanes_p boolean. Simplify tests.
1338 (vect_model_load_cost): Likewise, but for load_lanes_p.
1339 (get_group_load_store_type, get_load_store_type): New functions.
1340 (vectorizable_store): Use get_load_store_type. Record the access
1341 type in STMT_VINFO_MEMORY_ACCESS_TYPE.
1342 (vectorizable_load): Likewise.
1343 (vectorizable_mask_load_store): Likewise. Replace is_store
1344 variable with vls_type.
1346 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1348 * tree-vectorizer.h (vect_grouped_load_supported): Add a
1349 single_element_p parameter.
1350 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
1351 Check the PR65518 case here rather than in vectorizable_load.
1352 * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
1353 * tree-vect-stmts.c (vectorizable_load): Likewise.
1355 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1357 * tree-vectorizer.h (gather_scatter_info): New structure.
1358 (vect_check_gather_scatter): Return a bool rather than a decl.
1359 Replace return-by-pointer arguments with a single
1360 gather_scatter_info *.
1361 * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
1362 (vect_analyze_data_refs): Update call accordingly.
1363 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
1364 (vectorizable_mask_load_store): Likewise. Also record the
1365 offset dt and vectype in the gather_scatter_info.
1366 (vectorizable_store): Likewise.
1367 (vectorizable_load): Likewise.
1369 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1371 * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
1372 strided groups, use the cost of N scalar accesses instead
1373 of ncopies vector accesses.
1374 (vect_model_load_cost): Likewise.
1376 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1378 * tree-vect-stmts.c (vect_cost_group_size): Delete.
1379 (vect_model_store_cost): Avoid calling it. Use first_stmt_p
1380 variable to indicate when once-per-group costs are being used.
1381 (vect_model_load_cost): Likewise. Fix comment and misindented code.
1383 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
1385 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
1386 peeling-for-gaps condition.
1388 2016-07-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1390 * config/s390/s390.c (s390_expand_vec_init): Force initializer
1391 element to register if it doesn't match general_operand.
1393 2016-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
1394 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1396 * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
1398 * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
1399 * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
1400 (SIGNBIT): New mode iterator.
1401 (Fsignbit): New mode attribute.
1402 (signbit<mode>2): Change operand1 to match FLOAT128 instead of
1403 IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
1404 when direct moves are available.
1405 (signbit<mode>2_dm): New define_insn_and_split).
1406 (signbit<mode>2_dm2): New define_insn.
1408 2016-07-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1410 PR rtl-optimization/71594
1411 * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
1412 into subregs of appropriate mode before trying to emit a conditional
1415 2016-07-05 Jan Hubicka <jh@suse.cz>
1417 * tree-scalar-evolution.c (iv_can_overflow_p): New function.
1418 (simple_iv): Use it.
1420 2016-07-05 Jan Hubicka <jh@suse.cz>
1422 * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
1424 2016-07-05 Jiong Wang <jiong.wang@arm.com>
1426 * lra-constraints.c (process_alt_operands): Don't add spilling cost for
1429 2016-07-05 Jan Hubicka <jh@suse.cz>
1431 * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
1434 2016-07-05 Richard Biener <rguenther@suse.de>
1436 * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
1437 Handle empty else block.
1438 (is_feasible_trace): Likewise.
1439 (split_paths): Likewise.
1441 2016-07-05 Richard Biener <rguenther@suse.de>
1443 * tree-loop-distribution.c (distribute_loop): Fix issue with
1444 the cost model loop.
1446 2016-07-05 Christophe Lyon <christophe.lyon@linaro.org>
1448 * config/arm/neon-testgen.ml: Delete.
1449 * config/arm/neon.ml: Delete.
1451 2016-07-04 Jakub Jelinek <jakub@redhat.com>
1454 * tree.c (attribute_value_equal): Use get_attribute_name instead of
1455 directly using TREE_PURPOSE.
1457 2016-07-04 Jiong Wang <jiong.wang@arm.com>
1459 * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
1460 * config/aarch64/aarch64_neon.h: Likewise.
1461 * config/aarch64/arm_neon.h: Likewise.
1462 * config/aarch64/atomics.md: Likewise.
1463 * config/aarch64/aarch64-simd-builtins.def: Likewise.
1464 * doc/invoke.texi: Likewise.
1466 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
1468 * config/s390/s390.md: Add "z13" cpu_facility.
1469 ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
1470 * config/s390/predicates.md ("loc_operand"): New predicate for "load on
1471 condition" type instructions.
1473 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
1474 Jeff Law <law@redhat.com>
1476 * explow.c (allocate_dynamic_stack_space): Simplify knowing that
1477 MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
1479 2016-07-04 Yuri Rumyantsev <ysrumyan@gmail.com>
1481 * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
1482 permutation for TARGET_AVX512F.
1483 (ix86_expand_vec_one_operand_perm_avx512): New function.
1484 (expand_vec_perm_1): Invoke introduced function.
1485 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
1486 it may be not valid after vectorization.
1488 2016-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1491 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
1492 typo in comment. Only force to memory if it is a weak
1495 2016-07-04 Matthew Wahab <matthew.wahab@arm.com>
1496 Jiong Wang <jiong.wang@arm.com>
1498 * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
1499 * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
1500 (AARCH64_FL_F16): New.
1501 (AARCH64_FL_FOR_ARCH8_2): New.
1502 (AARCH64_ISA_8_2): New.
1503 (AARCH64_ISA_F16): New.
1504 (TARGET_FP_F16INST): New.
1505 (TARGET_SIMD_F16INST): New.
1506 * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
1507 ("fp"): Disabling "fp" also disables "fp16".
1508 * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
1509 Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
1510 and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
1511 * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
1513 2016-07-04 Jan Beulich <jbeulich@suse.com>
1515 * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
1517 2016-07-01 Michael Meissner <meissner@linux.vnet.ibm.com>
1520 * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
1521 the insns, use an insn form that does not adjust the offset on
1522 little endian systems.
1524 2016-07-01 Jan Beulich <jbeulich@suse.com>
1526 * varasm.c (get_variable_section): Validate initializer in
1527 named .bss-like sections.
1529 2016-07-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
1531 * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
1532 Exchange the order of the second and third operands in the vpermr
1533 instruction tmeplate.
1535 2016-07-01 Peter Bergner <bergner@vnet.ibm.com>
1538 * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
1539 Disallow TDmode values.
1541 2016-07-01 Alan Modra <amodra@gmail.com>
1543 PR rtl-optimization/71709
1544 * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
1545 being set, not referenced.
1547 2016-07-01 Yuri Rumyantsev <ysrumyan@gmail.com>
1549 PR tree-optimization/70729
1550 * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
1551 of loop since it can be not valid after transformation.
1553 2016-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1555 * config/arm/arm.c (thumb_reload_in_hi): Delete.
1556 * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
1558 2016-07-01 Eric Botcazou <ebotcazou@adacore.com>
1560 * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
1563 2016-06-30 Michael Meissner <meissner@linux.vnet.ibm.com>
1566 * config/rs6000/constraints.md (wY constraint): New constraint to
1567 match the requirements for the LXSD and STXSD instructions.
1568 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
1569 predicate to match the requirements for the LXSD and STXSD
1571 * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
1572 Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
1573 to make sure that the bottom 2 bits of offset are 0, the address
1574 form is offsettable, and no updating is done in the address mode.
1575 (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
1576 (movdi_internal32): Likewise
1577 (movdi_internal64): Likewise.
1579 2016-06-30 Jakub Jelinek <jakub@redhat.com>
1581 PR tree-optimization/71707
1582 * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
1583 strinfo even for ADDR_EXPR ptr.
1585 2016-06-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
1587 * config/rs6000/altivec.md (darn_32): Change the condition to
1588 TARGET_P9_MISC instead of TARGET_MODULO.
1589 (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
1590 condition expression.
1591 (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
1592 condition expression.
1593 * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
1594 (DFP_TEST): New code iterator.
1595 (dfptstsfi_<code>_mode>): New define_expand.
1596 (*dfp_sgnfcnc_<mode>): New define_insn.
1597 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
1598 definition next to BU_P9_MISC_1 definition and change the MASK
1599 value to RS6000_BTM_P9_MISC.
1600 (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
1601 (BU_P9_64BIT_MISC_0): Likewise.
1602 (BU_P9_DFP_MISC_0): New macro definition.
1603 (BU_P9_DFP_MISC_1): New macro definition.
1604 (BU_P9_DFP_MISC_2): New macro definition.
1605 (BU_P9_DFP_OVERLOAD_1): New macro definition.
1606 (BU_P9_DFP_OVERLOAD_2): New macro definition.
1607 (BU_P9_DFP_OVERLOAD_3): New macro definition.
1608 (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
1609 (TSTSFI_LT_TD): Likewise.
1610 (TSTSFI_EQ_DD): Likewise.
1611 (TSTSFI_EQ_TD): Likewise.
1612 (TSTSFI_GT_DD): Likewise.
1613 (TSTSFI_GT_TD): Likewise.
1614 (TSTSFI_OV_DD): Likewise.
1615 (TSTSFI_OV_TD): Likewise.
1616 (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
1617 (TSTSFI_LT_DD): Likewise.
1618 (TSTSFI_LT_TD): Likewise.
1619 (TSTSFI_EQ): Likewise.
1620 (TSTSFI_EQ_DD): Likewise.
1621 (TSTSFI_EQ_TD): Likewise.
1622 (TSTSFI_GT): Likewise.
1623 (TSTSFI_GT_DD): Likewise.
1624 (TSTSFI_GT_TD): Likewise.
1625 (TSTSFI_OV): Likewise.
1626 (TSTSFI_OV_DD): Likewise.
1627 (TSTSFI_OV_TD): Likewise.
1628 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1629 overloaded test significance functions.
1630 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
1631 OPTION_MASK_P9_MISC into the representation of this mask.
1632 (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
1634 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
1635 RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
1637 (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
1638 argument is a 6-bit unsigned literal value if the icode argument
1639 represents a DFP test significance built-in call.
1640 (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
1641 flag used independently and in combination with the
1642 RS6000_BTM_64BIT flag.
1643 (rs6000_opt_masks): Add entry for power9-misc command-line option.
1644 (rs6000_builtin_mask_names): Add entry for power9-misc
1645 command-line option.
1646 * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
1647 HAVE_AS_POWER9 is not a defined macro. Define MASK_P9_MISC and
1648 RS6000_BTM_P9_MISC macros.
1649 * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
1650 option and change the description of the -mpower9-vector option to
1651 enable only vector instructions, removing its erroneously claimed
1652 support for scalar instructions.
1653 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
1654 the ISA 3.0 digital floating point test significance built-in
1657 2016-06-30 Wilco Dijkstra <wdijkstr@arm.com>
1659 * config/aarch64/aarch64.c (cortexa35_tunings):
1660 Enable AES fusion. Use cortexa57_branch_cost.
1661 (cortexa53_tunings): Use cortexa57_branch_cost.
1662 (cortexa72_tunings): Use cortexa57_branch_cost.
1663 Use AUTOPREFETCHER_WEAK.
1664 (cortexa73_tunings): Use cortexa57_branch_cost.
1666 2016-06-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1667 James Greenhalgh <james.greenhalgh@arm.com>
1669 * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
1670 vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
1671 vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
1672 vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
1673 (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
1674 vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
1675 vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
1676 vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
1677 vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
1678 vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
1679 vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
1680 vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
1681 vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
1684 2016-06-30 James Greenhalgh <james.greenhalgh@arm.com>
1685 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1687 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
1689 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
1691 2016-06-30 David Malcolm <dmalcolm@redhat.com>
1694 * gcc.c (driver::build_option_suggestions): Pass "option" to
1695 add_misspelling_candidates.
1696 * opts-common.c (add_misspelling_candidates): Add "option" param;
1697 use it to avoid adding negated forms for options marked with
1699 * opts.h (add_misspelling_candidates): Add "option" param.
1701 2016-06-30 Jakub Jelinek <jakub@redhat.com>
1704 * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
1705 TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
1706 first when permuting bitwise operation with rotate. Cast
1707 TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
1709 2016-06-29 David Malcolm <dmalcolm@redhat.com>
1711 * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
1712 for misspelled param names.
1713 * params.c: Include spellcheck.h.
1714 (find_param_fuzzy): New function.
1715 * params.h (find_param_fuzzy): New prototype.
1716 * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
1717 * spellcheck.h (struct edit_distance_traits<const char *>):
1720 2016-06-29 Michael Meissner <meissner@linux.vnet.ibm.com>
1722 * config/rs6000/predicates.md (const_0_to_7_operand): New
1723 predicate, recognize 0..7.
1724 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
1725 support for doing extracts from V16QImode, V8HImode, V4SImode
1727 * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
1728 vector extract support.
1729 (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
1730 for ISA 3.0 vector extract.
1731 (VSX_EX): Constraints to use for ISA 3.0 vector extract.
1732 (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
1733 extracts of a constant element number from small integer vectors
1734 on 64-bit ISA 3.0 systems.
1735 (vsx_extract_<mode>_di): Likewise.
1736 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
1737 say when we can do ISA 3.0 vector extracts.
1738 * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
1739 registers, using the stxsiwx instruction.
1741 2016-06-29 Jim Wilson <jim.wilson@linaro.org>
1743 * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
1744 * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
1745 qdf24xx_regmove_cost, qdf24xx_tunings): New.
1746 * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
1747 * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
1748 * config/arm/arm.c (arm_qdf24xx_tune): New.
1750 2016-06-29 Wilco Dijkstra <wdijkstr@arm.com>
1752 * config/aarch64/aarch64.c (cortexa53_tunings):
1753 Increase loop alignment to 8. Set function alignment to 16.
1754 (cortexa35_tunings): Likewise.
1755 (cortexa57_tunings): Increase loop alignment to 8.
1756 (cortexa72_tunings): Likewise.
1757 (cortexa73_tunings): Likewise.
1759 2016-06-29 Matthew Wahab <matthew.wahab@arm.com>
1761 * doc/sourcebuild.texi (Effective-Target keywords): Add entries
1762 for arm_fp16_ok and arm_fp16_hw.
1763 (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
1764 arm_fp16_alternative.
1766 2016-06-29 Ilya Enkovich <ilya.enkovich@intel.com>
1768 PR tree-optimization/71655
1769 * tree-vect-stmts.c (vectorizable_comparison): Swap definition
1770 types when swapping operands.
1772 2016-06-29 Martin Liska <mliska@suse.cz>
1775 * common.opt (flag_stack_protect): Mark the flag as optimization flag.
1776 * ipa-inline-transform.c (inline_call): Remove unnecessary call
1777 of build_optimization_node.
1779 2016-06-29 Yuri Rumyantsev <ysrumyan@gmail.com>
1781 PR tree-optimization/70729
1782 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
1783 independent in loops having positive safelen value.
1784 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
1785 it may be not valid after vectorization.
1787 2016-06-29 Jakub Jelinek <jakub@redhat.com>
1789 PR tree-optimization/71625
1790 * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument. Assume list
1791 is sorted by ascending list->offset. If PTR is non-NULL and there is
1792 previous strinfo, call get_stridx_plus_constant.
1793 (get_stridx): Pass exp as second argument to get_addr_stridx.
1794 (addr_stridxptr): Add missing list = list->next, so that there can be
1795 more than one entries in the list. Bump limit from 16 to 32. Ensure
1796 the list is sorted by ascending list->offset.
1797 (get_stridx_plus_constant): Adjust so that it can be also called with
1798 ADDR_EXPR instead of SSA_NAME as PTR.
1799 (handle_char_store): Pass NULL_TREE as second argument to
1802 2016-06-29 Richard Biener <rguenther@suse.de>
1804 PR rtl-optimization/68961
1805 * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
1807 2016-06-29 Richard Biener <rguenther@suse.de>
1810 * alias.c (component_uses_parent_alias_set_from): Handle
1811 type punning through union accesses by using the union alias set.
1812 * gimple.c (gimple_get_alias_set): Remove union type punning case.
1814 2016-07-29 Richard Biener <rguenther@suse.de>
1816 * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
1817 precision not matching mode precision.
1819 2016-06-28 John David Anglin <danglin@gcc.gnu.org>
1821 * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
1822 pa_output_arg_descriptor.
1823 (call_val_symref_64bit_post_reload): Likewise.
1824 (call_val_powf_64bit_post_reload): Likewise.
1825 (sibcall_internal_symref_64bit): Likewise.
1826 (sibcall_value_internal_symref_64bit): Likewise.
1828 2016-06-28 Jakub Jelinek <jakub@redhat.com>
1831 * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
1832 a constant, force its SUBREG_REG into memory or register instead
1835 2016-06-28 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1838 * config/avr/avr.opt (-mfract-convert-truncate): Update description.
1839 * doc/invoke.texi (AVR Options): Document it.
1841 2016-06-28 Walter Lee <walt@tilera.com>
1843 * config/tilegx/linux.h: Do not include arch/icache.h
1844 (CLEAR_INSN_CACHE): Provide inlined definition directly.
1845 * config/tilepro/linux.h: Do not include arch/icache.h
1846 (CLEAR_INSN_CACHE): Provide inlined definition directly.
1848 2016-06-28 Wilco Dijkstra <wdijkstr@arm.com>
1850 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
1851 for big-endian BIT_FIELD_REF.
1853 2016-06-28 Pat Haugen <pthaugen@us.ibm.com>
1855 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
1856 ('size' attribute): Add '128'.
1858 (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
1859 *movdi_internal64, *movdf_update1): Set size attribute to '64'.
1860 (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
1861 copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
1862 *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
1863 extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
1864 *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
1865 *trunc<mode>df2_odd): Set size attribute to '128'.
1866 (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
1867 * config/rs6000/power6.md (power6-fp): Include dfp type.
1868 * config/rs6000/power7.md (power7-fp): Likewise.
1869 * config/rs6000/power8.md (power8-fp): Likewise.
1870 * config/rs6000/power9.md: New file.
1871 * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
1872 * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
1873 *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
1875 * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
1876 trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
1877 divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
1878 ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
1879 dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
1880 dfp_dscri_<mode>): Change type attribute to dfp.
1881 * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
1882 attribute to vecsimple.
1883 * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
1884 and prefetch streams.
1885 (rs6000_option_override_internal): Remove temporary code setting
1886 tuning to power8. Don't set rs6000_sched_groups for power9.
1887 (last_scheduled_insn): Change to rtx_insn *.
1888 (divide_cnt, vec_load_pendulum): New variables.
1889 (rs6000_adjust_cost): Add Power9 to test for store->load separation.
1890 (rs6000_issue_rate): Set issue rate for Power9.
1891 (is_power9_pairable_vec_type): New.
1892 (power9_sched_reorder2): New.
1893 (rs6000_sched_reorder2): Call new function for Power9 specific
1895 (insn_must_be_first_in_group): Remove Power9.
1896 (insn_must_be_last_in_group): Likewise.
1897 (force_new_group): Likewise.
1898 (rs6000_sched_init): Fix initialization of last_scheduled_insn.
1899 Initialize divide_cnt/vec_load_pendulum.
1900 (_rs6000_sched_context, rs6000_init_sched_context,
1901 rs6000_set_sched_context): Handle context save/restore of new
1904 2016-06-28 Richard Biener <rguenther@suse.de>
1906 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
1907 Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
1908 COMPONENT_REF operand.
1909 (nonoverlapping_component_refs_p): Likewise.
1910 * stor-layout.c (start_bitfield_representative): Mark
1911 DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
1913 2016-06-28 Jakub Jelinek <jakub@redhat.com>
1915 * Makefile.in: Don't cat ../stage_current if it does not exist.
1917 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
1918 last argument is a bit-field.
1920 PR rtl-optimization/71673
1921 * internal-fn.c (expand_arith_overflow_result_store): Use
1922 OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
1923 expand_simple_binop.
1926 * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
1927 expand_ifn_atomic_compare_exchange): New functions.
1928 * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
1929 * tree.h (build_call_expr_internal_loc): Rename to ...
1930 (build_call_expr_internal_loc_array): ... this. Fix up type of
1932 * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
1933 * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
1934 ATOMIC_COMPARE_EXCHANGE result.
1935 * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
1936 * gimple-fold.h (optimize_atomic_compare_exchange_p,
1937 fold_builtin_atomic_compare_exchange): New prototypes.
1938 * gimple-fold.c (optimize_atomic_compare_exchange_p,
1939 fold_builtin_atomic_compare_exchange): New functions..
1940 * tree-ssa.c (execute_update_addresses_taken): If
1941 optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
1942 of call when finding addressable vars, and if such var becomes
1943 non-addressable, call fold_builtin_atomic_compare_exchange.
1945 2016-06-27 Segher Boessenkool <segher@kernel.crashing.org>
1948 * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
1949 gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
1951 2016-06-27 Pat Haugen <pthaugen@us.ibm.com>
1953 * config/rs6000/rs6000.md ('type' attribute): Add
1954 veclogical,veccmpfx,vecexts,vecmove insn types.
1955 (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
1956 copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
1957 p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
1958 (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
1959 *nabs<mode>2_hw): Change type to vecmove.
1960 (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
1961 *boolcc<mode>3_internal, *eqv<mode>3_internal,
1962 *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
1963 *ieee_128bit_vsx_abs<mode>2_internal,
1964 *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
1965 *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
1966 *ieee128_mtvsrd_32bit): Change type to veclogical.
1967 (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
1968 *movdi_internal32, *movdi_internal64): Update insn types.
1969 * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
1970 vsx_extract_<mode>): Change type to veclogical.
1971 (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
1972 (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
1973 *vsx_sign_extend_si_v2di): Change type to vecexts.
1974 * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
1976 (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
1977 *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
1978 *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
1979 (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
1980 * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
1981 negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
1982 * config/rs6000/40x.md (ppc405-float): Add fpsimple.
1983 * config/rs6000/440.md (ppc440-fp): Add fpsimple.
1984 * config/rs6000/476.md (ppc476-fp): Add fpsimple.
1985 * config/rs6000/601.md (ppc601-fp): Add fpsimple.
1986 * config/rs6000/603.md (ppc603-fp): Add fpsimple.
1987 * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
1988 * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
1989 (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
1990 * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
1991 (ppc7450-vecsimple): Add veclogical, vecmove.
1992 (ppc7450-veccmp): Add veccmpfx.
1993 * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
1995 (ppc8540_vector_compare): Add veccmpfx.
1996 * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
1997 * config/rs6000/cell.md (cell-fp): Add fpsimple.
1998 (cell-vecsimple): Add veclogical, vecmove.
1999 (cell-veccmp): Add veccmpfx.
2000 * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
2001 * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
2003 * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
2004 * config/rs6000/power4.md (power4-fp): Add fpsimple.
2005 (power4-vecsimple): Add veclogical, vecmove.
2006 (power4-veccmp): Add veccmpfx.
2007 * config/rs6000/power5.md (power5-fp): Add fpsimple.
2008 * config/rs6000/power6.md (power6-fp): Add fpsimple.
2009 (power6-vecsimple): Add veclogical, vecmove.
2010 (power6-veccmp): Add veccmpfx.
2011 * config/rs6000/power7.md (power7-fp): Add fpsimple.
2012 (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
2013 * config/rs6000/power8.md (power8-fp): Add fpsimple.
2014 (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
2015 * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
2016 * config/rs6000/titan.md (titan_fp): Add fpsimple.
2017 * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
2019 * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
2021 2016-06-27 Peter Bergner <bergner@vnet.ibm.com>
2024 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
2025 OPTION_MASK_P9_DFORM_VECTOR.
2026 * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
2027 disable -mpower9-dform-vector when using reload.
2028 (quad_address_p): Remove 'gpr_p' argument and all associated code.
2029 New 'strict' argument. Update all callers. Add strict addressing
2031 (rs6000_legitimate_offset_address_p): Remove call to
2032 virtual_stack_registers_memory_p.
2033 (rs6000_legitimize_reload_address): Add quad address support.
2034 (rs6000_legitimate_address_p): Move call to quad_address_p above
2035 call to virtual_stack_registers_memory_p. Adjust quad_address_p args
2036 to account for new strict usage.
2037 (rs6000_output_move_128bit): Adjust quad_address_p args to account
2038 for new strict usage.
2039 * config/rs6000/predicates.md (quad_memory_operand): Likewise.
2041 2016-06-26 Uros Bizjak <ubizjak@gmail.com>
2048 * config/i386/i386.c (ix86_spill_class): Disable condition to
2049 always return NO_REGS.
2051 2016-06-26 Jan Hubicka <hubicka@ucw.cz>
2053 * predict.c: Include gimple-pretty-print.h
2054 (predicted_by_loop_heuristics_p): Check also
2055 PRED_LOOP_EXIT_WITH_RECURSION
2056 (predict_loops): Find self recursive calls and use special purpose
2057 predictors for them; dump log about decisions.
2058 (pass_profile::execute): Dump info about #of iterations.
2059 * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
2060 (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
2062 2016-06-26 John David Anglin <danglin@gcc.gnu.org>
2064 * config/pa/pa.c (pa_output_indirect_call): Rework to combine
2065 output_asm_insn calls and shorten long lines. Output .CALL
2066 argument descriptor using pa_output_arg_descriptor. Add various
2067 inline $$dyncall and other optimizations.
2068 (pa_attr_length_indirect_call): Adjust ordering and lengths.
2070 2016-06-25 Jakub Jelinek <jakub@redhat.com>
2072 PR tree-optimization/71643
2073 * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
2076 * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
2077 leak a bitmap if dep_bb is NULL.
2079 PR tree-optimization/71631
2080 * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
2081 to rewrite_expr_tree even if negate_result, move new_lhs var
2082 declaration and initialization earlier, for powi_result set afterwards
2083 new_lhs to lhs. For negate_result, use new_lhs instead of tmp
2084 if new_lhs != lhs, and don't shadow gsi var.
2086 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
2088 * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
2089 Add in_loop parameter.
2090 (predict_loops): Add loop guard heuristics.
2091 * predict.def (PRED_LOOP_GUARD): New heuristics.
2093 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
2095 * predict.c: Include ipa-utils.h
2096 (tree_bb_level_prediction): Predict recursive calls.
2097 (tree_estimate_probability_bb): Skip inexpensive calls for call
2099 * predict.def (PRED_RECURSIVE_CALL): New.
2101 2016-06-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2103 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
2104 (BU_FLOAT128_1): Likewise.
2106 (COPYSIGNQ): Likewise.
2107 (RS6000_BUILTIN_NANQ): Likewise.
2108 (RS6000_BUILTIN_NANSQ): Likewise.
2109 (RS6000_BUILTIN_INFQ): Likewise.
2110 (RS6000_BUILTIN_HUGE_VALQ): Likewise.
2111 * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
2112 (TARGET_FOLD_BUILTIN): New #define.
2113 (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
2114 (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
2115 (rs6000_fold_builtin): New target hook implementation, handling
2116 folding of 128-bit NaNs and infinities.
2117 (rs6000_init_builtins): Initialize const_str_type_node; ensure all
2118 entries are filled in to avoid problems during bootstrap
2119 self-test; define builtins for 128-bit NaNs and infinities.
2120 (rs6000_opt_mask): Add entry for float128.
2121 * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
2122 (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
2123 (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
2124 (const_str_type_node): New #define.
2125 * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
2126 to a define_expand that dispatches to either copysign<mode>3_soft
2127 or copysign<mode>3_hard.
2128 (copysign<mode>3_hard): Rename from copysign<mode>3.
2129 (copysign<mode>3_soft): New define_insn.
2130 * doc/extend.texi: Document new builtins.
2132 2016-06-24 Jakub Jelinek <jakub@redhat.com>
2134 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
2135 PRIu64 instead of lu.
2137 2016-06-24 Eric Botcazou <ebotcazou@adacore.com>
2140 * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
2143 2016-06-24 Jakub Jelinek <jakub@redhat.com>
2145 PR tree-optimization/71647
2146 * omp-low.c (lower_rec_input_clauses): Convert
2147 omp_clause_aligned_alignment (c) to size_type_node for the
2148 last argument of __builtin_assume_aligned.
2150 2016-06-24 H.J. Lu <hongjiu.lu@intel.com>
2152 * configure.ac (calling ___tls_get_addr via GOT): New
2153 assembler/linker check.
2154 (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New. Defined to 1 if 32-bit
2155 assembler and linker supports calling ___tls_get_addr via GOT.
2156 Otherise, defined to 0.
2157 * config.in: Regenerated.
2158 * configure: Likewise.
2159 * config/i386/constraints.md (Yb): New constraint.
2160 * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
2161 (REG_CLASS_NAMES): Likewise.
2162 (REG_CLASS_CONTENTS): Likewise.
2163 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
2164 the b constraint with the Yb constraint. Call ___tls_get_addr
2165 via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
2167 (*tls_local_dynamic_base_32_gnu): Likewise.
2168 (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
2169 GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
2170 (*tls_local_dynamic_base_64_<mode>): Likewise.
2172 2016-06-24 Martin Liska <mliska@suse.cz>
2174 * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
2175 * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
2177 * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
2178 argument to true if the expected number of iterations is
2181 2016-06-24 Uros Bizjak <ubizjak@gmail.com>
2183 * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
2184 assemble for 32bit target.
2185 (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
2186 and $ld_ix86_gld_32_opt to link for 32bit target.
2187 (HAVE_AS_IX86_TLSLDMPLT): Ditto.
2188 * configure: Regenerate.
2190 2016-06-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2192 * config/arm/arm.c (int_log2): Delete definition and prototype.
2193 (shift_op): Use exact_log2 instead of int_log2.
2194 (vfp3_const_double_for_fract_bits): Likewise.
2196 2016-06-24 Jakub Jelinek <jakub@redhat.com>
2198 * internal-fn.c (expand_arith_set_overflow): New function.
2199 (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
2201 (expand_arith_overflow_result_store): Likewise. Handle precision
2202 smaller than mode precision.
2203 * tree-vrp.c (extract_range_basic): For imag part, handle
2204 properly signed 1-bit precision result.
2205 * doc/extend.texi (__builtin_add_overflow): Document that last
2206 argument can't be pointer to enumerated or boolean type.
2207 (__builtin_add_overflow_p): Document that last argument can't
2208 have enumerated or boolean type.
2210 2016-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
2211 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2213 * config/rs6000/predicates.md (splat_input_operand): Rework.
2214 Don't allow constants, since the insns that use this predicate
2215 don't support constants. Constants are handled by other insns
2216 that are created via combine. During and after register
2217 allocation, only allow indexed or indirect addresses, and not
2218 general addresses. Only allow modes supported by the hardware.
2219 * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
2220 comment. Move check for using VSPLTIS<x> to a common location,
2221 instead of doing it in two different places.
2223 2016-06-23 Jocelyn Mayer <l_indien@magic.fr>
2225 * config/i386/driver-i386.c (host_detect_local_cpu): Set
2226 PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
2227 <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
2228 signature_CENTAUR_ebx.
2230 2016-06-23 H.J. Lu <hongjiu.lu@intel.com>
2234 * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
2235 (as_ix86_gas_32_opt): This.
2236 (ld_ix86_tls_ldm_opt): Renamed to ...
2237 (ld_ix86_gld_32_opt): This.
2238 (R_386_TLS_LDM reloc): Updated.
2239 (R_386_GOT32X reloc): New assembler/linker check.
2240 (HAVE_AS_IX86_GOT32X): New. Defined to 1 if 32-bit assembler and
2241 linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT". Otherise,
2243 * config.in: Regenerated.
2244 * configure: Likewise.
2245 * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
2246 true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
2247 (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
2248 if ix86_force_load_from_GOT_p returns true.
2249 (ix86_print_operand_address_as): Also support UNSPEC_GOT if
2250 ix86_force_load_from_GOT_p returns true.
2251 (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
2252 the external function address via the GOT slot.
2253 (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
2254 HAVE_AS_IX86_GOT32X before returning false.
2255 (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
2256 32-bit mode if ix86_nopic_noplt_attribute_p returns true.
2258 2016-06-23 Eric Botcazou <ebotcazou@adacore.com>
2260 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
2262 2016-06-23 Andi Kleen <ak@linux.intel.com>
2264 * Makefile.in: Regenerate.
2265 * doc/install.texi: Document autoprofiledbootstrap.
2267 2016-06-23 Andi Kleen <ak@linux.intel.com>
2269 * config/i386/gcc-auto-profile: New file.
2271 2016-06-23 Martin Liska <mliska@suse.cz>
2274 * predict.c (predict_loops): Revert the hunk that was removed
2277 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2279 * config.gcc: Add support for arm*-*-phoenix* targets.
2280 * config/arm/t-phoenix: New.
2281 * config/phoenix.h: New.
2283 2016-06-23 Uros Bizjak <ubizjak@gmail.com>
2284 H.J. Lu <hongjiu.lu@intel.com>
2287 * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
2288 * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
2289 (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
2290 ix86_force_load_from_GOT_p returns true.
2291 (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
2292 ix86_force_load_from_GOT_p returns true.
2293 (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
2294 ix86_force_load_from_GOT_p returns true.
2295 (ix86_expand_move): Load the external function address via the
2296 GOT slot if ix86_force_load_from_GOT_p returns true.
2297 * config/i386/predicates.md (x86_64_immediate_operand): Return
2298 false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
2299 (x86_64_zext_immediate_operand): Ditto.
2301 2016-06-22 Uros Bizjak <ubizjak@gmail.com>
2303 * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
2305 2016-06-22 David Malcolm <dmalcolm@redhat.com>
2308 * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
2309 * diagnostic.c (pedwarn_at_rich_loc): New function.
2310 * spellcheck.h (best_match::best_match): Add a
2311 "best_distance_so_far" optional parameter.
2312 (best_match::set_best_so_far): New method.
2313 (best_match::get_best_distance): New accessor.
2314 (best_match::get_best_candidate_length): New accessor.
2316 2016-06-22 Nick Clifton <nickc@redhat.com>
2318 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
2319 place of GET_MODE_CLASS() == MODE_INT, so that partial integer
2320 modes are accepted as well.
2321 (ucompare_loc_descriptor): Likewise.
2322 (minmax_loc_descriptor): Likewise.
2323 (clz_loc_descriptor): Likewise.
2324 (popcount_loc_descriptor): Likewise.
2325 (bswap_loc_descriptor): Likewise.
2326 (rotate_loc_descriptor): Likewise.
2327 (mem_loc_descriptor): Likewise.
2328 (loc_descriptor): Likewise.
2330 2016-06-22 David Malcolm <dmalcolm@redhat.com>
2332 * common.opt (fdiagnostics-parseable-fixits): New option.
2333 * diagnostic.c: Include "selftest.h".
2334 (print_escaped_string): New function.
2335 (print_parseable_fixits): New function.
2336 (diagnostic_report_diagnostic): Call print_parseable_fixits.
2337 (selftest::assert_print_escaped_string): New function.
2338 (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
2339 (selftest::test_print_escaped_string): New function.
2340 (selftest::test_print_parseable_fixits_none): New function.
2341 (selftest::test_print_parseable_fixits_insert): New function.
2342 (selftest::test_print_parseable_fixits_remove): New function.
2343 (selftest::test_print_parseable_fixits_replace): New function.
2344 (selftest::diagnostic_c_tests): New function.
2345 * diagnostic.h (struct diagnostic_context): Add field
2346 "parseable_fixits_p".
2347 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
2348 -fdiagnostics-parseable-fixits.
2349 (-fdiagnostics-parseable-fixits): New option.
2350 * opts.c (common_handle_option): Handle
2351 -fdiagnostics-parseable-fixits.
2352 * selftest-run-tests.c (selftest::run_tests): Call
2353 selftest::diagnostic_c_tests.
2354 * selftest.h (selftest::diagnostic_c_tests): New prototype.
2356 2016-06-22 Ilya Enkovich <ilya.enkovich@intel.com>
2358 PR tree-optimization/71488
2359 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
2360 comparison of boolean vectors.
2361 * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
2362 of boolean vectors using bitwise operations.
2364 2016-06-22 Andreas Schwab <schwab@suse.de>
2366 * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
2369 2016-06-22 Eric Botcazou <ebotcazou@adacore.com>
2371 * function.c (assign_parm_setup_reg): Prevent sharing in another case.
2373 2016-06-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
2375 * config/i386/i386.c (print_reg): Emit an error message on attempt to
2378 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2380 * config/arm/arm.c (arm_cortex_a73_tune): New struct.
2381 * config/arm/arm-cores.def (cortex-a73): New entry.
2382 (cortex-a73.cortex-a35): Likewise.
2383 (cortex-a73.cortex-a53): Likewise.
2384 * config/arm/arm-tables.opt: Regenerate.
2385 * config/arm/arm-tune.md: Likewise.
2386 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
2387 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
2388 * config/arm/t-aprofile: Handle mcpu=cortex-a73,
2389 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
2390 * doc/invoke.texi (ARM Options): Document cortex-a73,
2391 cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
2393 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2395 * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
2396 * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
2397 (cortex-a73.cortex-a35): Likewise.
2398 (cortex-a73.cortex-a53): Likewise.
2399 * config/aarch64/aarch64-tune.md: Regenerate.
2400 * doc/invoke.texi (AArch64 Options): Document cortex-a73,
2401 cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
2404 2016-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2406 * configure.ac (gcc_cv_as_compress_debug): Remove
2407 --compress-debug-sections as extra as switch.
2408 Handle gas --compress-debug-sections=type.
2409 (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
2410 Handle gld --compress-debug-sections=type.
2411 * configure: Regenerate.
2413 2016-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
2415 * bb-reorder.c (pass_partition_blocks::gate): Update comment.
2417 2016-06-21 John David Anglin <danglin@gcc.gnu.org>
2419 * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
2420 (do_rewrite): likewise.
2422 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2424 * common/config/mep/mep-common.c: Remove.
2425 * config.gcc: Remove mep-* support.
2426 * config/mep/constraints.md: Remove.
2427 * config/mep/default.h: Remove.
2428 * config/mep/intrinsics.h: Remove.
2429 * config/mep/intrinsics.md: Remove.
2430 * config/mep/ivc2-template.h: Remove.
2431 * config/mep/mep-c5.cpu: Remove.
2432 * config/mep/mep-core.cpu: Remove.
2433 * config/mep/mep-default.cpu: Remove.
2434 * config/mep/mep-ext-cop.cpu: Remove.
2435 * config/mep/mep-intrin.h: Remove.
2436 * config/mep/mep-ivc2.cpu: Remove.
2437 * config/mep/mep-pragma.c: Remove.
2438 * config/mep/mep-protos.h: Remove.
2439 * config/mep/mep.c: Remove.
2440 * config/mep/mep.cpu: Remove.
2441 * config/mep/mep.h: Remove.
2442 * config/mep/mep.md: Remove.
2443 * config/mep/mep.opt: Remove.
2444 * config/mep/predicates.md: Remove.
2445 * config/mep/t-mep: Remove.
2446 * doc/install.texi: Remove mep-* documentation.
2447 * doc/md.texi: Likewise.
2449 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2451 * config.gcc: Remove support for avr-rtems.
2452 * config/avr/gen-avr-mmcu-specs.c: Likewise.
2453 * config/avr/rtems.h: Remove.
2454 * config/avr/t-rtems: Remove.
2456 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2458 * config.gcc: Remove m32r-rtems support.
2459 * config/m32r/rtems.h: Remove.
2461 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2463 * config.gcc: Remove h8300-rtems support.
2464 * config/h8300/rtems.h: Remove.
2465 * config/h8300/t-rtems: Remove.
2467 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2469 * config.gcc: Remove support for knetbsd.
2470 * configure.ac: Likewise.
2471 * config/i386/knetbsd-gnu.h: Remove. * config/i386/knetbsd-gnu64.h: Remove.
2472 * config/knetbsd-gnu.h: Remove.
2473 * configure: Regenerate.
2475 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2477 * config.gcc: Remove support for openbsd 2 and 3.
2478 * config/openbsd-oldgas.h: Remove.
2480 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2482 * config.gcc: Remove interix support.
2483 * config/i386/i386-interix.h: Remove.
2484 * config/i386/interix.opt: Remove.
2485 * config/i386/t-interix: Remove.
2486 * configure: Regenerate.
2487 * configure.ac: Remove interix support.
2488 * doc/install.texi: Remove interix documentation.
2490 2016-06-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
2492 * config/rs6000/rs6000.h: Add conditional preprocessing directives
2493 to disable Power9-specific compiler features if HAVE_AS_POWER9 is
2496 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
2498 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
2499 they are both PLACEHOLDER_EXPRs.
2501 2016-06-21 Michael Meissner <meissner@linux.vnet.ibm.com>
2503 * stor-layout.c (layout_type): Move setting complex MODE to
2504 layout_type, instead of setting it ahead of time by the caller.
2505 * tree.c (build_complex_type): Likewise.
2507 2016-06-21 Martin Liska <mliska@suse.cz>
2509 * predict.c (force_edge_cold): Replace imposisble with
2512 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
2514 * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
2515 * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
2517 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
2519 * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
2521 2016-06-21 H.J. Lu <hongjiu.lu@intel.com>
2522 Ilya Enkovich <ilya.enkovich@intel.com>
2525 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
2526 New member function to convert V1TImode register to SUBREG
2527 TImode in debug insn.
2528 (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
2529 after changing register mode to V1TImode.
2531 2016-06-21 Virendra Pathak <virendra.pathak@broadcom.com>
2533 * config/aarch64/aarch64-cores.def (vulcan): New core.
2534 * config/aarch64/aarch64-tune.md: Regenerate.
2535 * doc/invoke.texi: Document vulcan as an available option.
2537 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
2539 * cse.c (canon_asm_operands): New function extracted from...
2540 (canonicalize_insn): ...here. Call it to canonicalize an ASM_OPERANDS
2541 either standalone or member of a PARALLEL.
2543 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
2546 * config/avr/gen-avr-mmcu-specs.c (print_mcu):
2547 [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
2548 [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
2550 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
2553 * config/avr/avr.md (movqi): Only handle loading subreg:qi of
2554 constant addresses if can_create_pseudo_p.
2556 2016-06-21 Jakub Jelinek <jakub@redhat.com>
2558 PR tree-optimization/71588
2559 * tree-ssa-strlen.c (valid_builtin_call): New function.
2560 (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
2563 2016-06-20 Jakub Jelinek <jakub@redhat.com>
2566 * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
2567 see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
2568 for conversion of scalar user var to complex type and use the
2569 underlying SSA_NAME_VAR in that case. If EXPR is still NULL,
2572 PR rtl-optimization/71591
2573 * toplev.c (toplev::run_self_tests): If no_backend, complain and
2574 don't run any tests.
2576 2016-06-20 Hans-Peter Nilsson <hp@axis.com>
2579 * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
2580 delay-slot "nop" for PIC with CRIS v32. Also add missing leading
2581 space for PIC with non-v32 and the common non-PIC "jump".
2583 2016-06-20 Jakub Jelinek <jakub@redhat.com>
2586 * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
2587 returned values and add UN*/LTGT/*ORDERED cases with values matching
2588 D operand modifier on vcmp for AVX.
2590 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
2592 * config/aarch64/aarch64.opt
2593 (mpc-relative-literal-loads): Rename internal option name.
2594 * config/aarch64/aarch64.c
2595 (aarch64_nopcrelative_literal_loads): Rename to
2596 aarch64_pcrelative_literal_loads.
2597 (aarch64_expand_mov_immediate): Likewise.
2598 (aarch64_secondary_reload): Likewise.
2599 (aarch64_can_use_per_function_literal_pools_p): Likewise.
2600 (aarch64_override_options_after_change_1): Rename and simplify logic.
2601 (aarch64_classify_symbol): Merge large model checks into switch,
2602 remove pc-relative load check.
2604 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
2606 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
2607 costs relative to the cost of a register move.
2609 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
2611 * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
2612 (vcvt_n_f64_u64): Likewise.
2613 (vcvt_n_s64_f64): Likewise.
2614 (vcvt_n_u64_f64): Likewise.
2615 (vcvt_f64_s64): Likewise.
2616 (vrecpe_f64): Likewise.
2617 (vcvt_f64_u64): Likewise.
2618 (vrecps_f64): Likewise.
2620 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
2622 * config/aarch64/aarch64.md
2623 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
2625 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise. Correct
2627 * config/aarch64/aarch64-builtins.c
2628 (aarch64_types_binop_uss_qualifiers): Delete.
2629 (TYPES_BINOP_USS): Likewise.
2630 (aarch64_types_binop_sus_qualifiers): Likewise.
2631 (TYPES_BINOP_SUS): Likewise.
2632 (aarch64_types_fcvt_from_unsigned_qualifiers): New.
2633 (TYPES_FCVTIMM_SUS): Likewise.
2634 * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
2636 (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
2637 (fcvtzs): Use SHIFTIMM rather than BINOP.
2638 (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
2640 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
2642 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
2643 costs relative to the cost of a register move.
2645 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
2647 * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
2648 Allow scalar/single vector modes to be tieable.
2650 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
2652 * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
2654 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2656 * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
2658 * tree.h (TYPE_ALIGN): Likewise.
2660 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
2663 * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
2665 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
2667 * config/avr/avr.c (avr_print_operand): Fix "format not a string
2668 literal" build warnings.
2669 (avr_print_operand_address): Dito.
2671 2016-06-19 David Edelsohn <dje.gcc@gmail.com>
2674 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
2675 * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
2677 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
2679 * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
2681 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
2684 * reload1.c (reload): Pass 0 to finish_spills when called because
2685 update_eliminables_and_spill returns true and remove did_spill.
2686 (finish_spills): Adjust comment and document GLOBAL parameter.
2688 2016-06-17 DJ Delorie <dj@redhat.com>
2691 * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
2692 * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
2693 (umulqihi3_virt): Likewise.
2694 * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
2695 (umulqihi3_real): Likewise.
2697 2016-06-17 Martin Liska <mliska@suse.cz>
2699 * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
2701 2016-06-17 Martin Liska <mliska@suse.cz>
2703 * predict.def: PRED_LOOP_EXIT from 92 to 85.
2705 2016-06-17 James Greenhalgh <james.greenhalgh@arm.com>
2707 * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
2709 (vaddq_f32): Likewise.
2710 (vmul_f32): Likewise.
2711 (vmulq_f32): Likewise.
2712 (vsub_f32): Likewise.
2713 (vsubq_f32): Likewise.
2715 2016-06-17 Bin Cheng <bin.cheng@arm.com>
2717 PR tree-optimization/71347
2718 * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
2719 cost for all uses in group.
2721 2016-06-17 Bin Cheng <bin.cheng@arm.com>
2723 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
2724 insert gimple seq if it's not empty.
2726 2016-06-17 Bin Cheng <bin.cheng@arm.com>
2728 * tree-vectorizer.h (struct dr_with_seg_len): Remove class
2730 * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
2732 (comp_dr_with_seg_len_pair): Ditto.
2733 (vect_prune_runtime_alias_test_list): Ditto. Also Canonicalize
2734 struct dr_with_seg_len_pair against DR_OFFSET.
2735 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
2738 2016-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
2740 * config/aarch64/geniterators.sh: Handle parenthesised conditions.
2742 2016-06-16 John David Anglin <danglin@gcc.gnu.org>
2744 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
2745 (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
2746 (pa_output_millicode_call): Likewise.
2747 (pa_output_call): Likewise.
2748 (pa_output_indirect_call): Likewise.
2749 (pa_asm_output_mi_thunk): Likewise.
2751 2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2753 * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
2755 2016-06-16 Martin Liska <mliska@suse.cz>
2757 * predict.c (combine_predictions_for_insn): When we find a first
2758 match predictor, we should consider just predictors with
2759 PRED_FLAG_FIRST_MATCH. Print either first match (if any) or
2760 DS theory predictor.
2761 (combine_predictions_for_bb): Likewise.
2763 2016-06-16 Jakub Jelinek <jakub@redhat.com>
2765 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
2766 with base of reference to struct.
2768 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
2770 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
2772 2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2775 * config/avr/avr.c (avr_asm_init_sections): Remove setup of
2776 progmem_swtable_section.
2777 (progmem_swtable_section): Remove.
2778 (avr_asm_function_rodata_section): Remove.
2779 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
2780 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
2782 2016-06-16 Jocelyn Mayer <l_indien@magic.fr>
2784 * config/i386/driver-i386.c (host_detect_local_cpu): Set
2785 PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
2786 <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
2787 signature_CENTAUR_ebx.
2788 * config/i386/i386.c (ix86_option_override_internal): Add
2789 definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
2790 nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
2791 * doc/invoke.texi (x86 Options): Document new VIA -march entries.
2793 2016-06-16 Martin Liska <mliska@suse.cz>
2795 * predict.def: Add fortran loop preheader predictor.
2796 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
2797 fold IFN_BUILTIN_EXPECT with a known constant argument.
2799 2016-06-16 Martin Liska <mliska@suse.cz>
2801 * predict.def: Add 'Fortran' to display text of all
2802 PRED_FORTRAN_* predictors.
2804 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
2807 * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
2808 [IA64_BUILTIN_NANSQ]: Ditto.
2809 (ia64_fold_builtin): New function.
2810 (TARGET_FOLD_BUILTIN): New define.
2811 (ia64_init_builtins) Declare const_string_type node.
2812 Add __builtin_nanq and __builtin_nansq builtin functions.
2813 (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
2815 2016-06-16 Nick Clifton <nickc@redhat.com>
2817 * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
2818 MSP430_HWMULT_ prefix to enum values.
2819 (msp430_regions): Add MSP430_REGION_ prefix to enum values.
2820 * config/msp430/msp430.c: Update use of enum values.
2821 * config/msp430/msp430.md: Likewise.
2822 * config/msp430/msp430.opt: Likewise.
2824 2016-06-16 Jan Hubicka <hubicka@ucw.cz>
2826 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
2827 of comparsions in the last iteration.
2829 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
2830 Joern Rennecke <joern.rennecke@embecosm.com>
2832 * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
2834 (arc_needs_pcl_p): Add GOTOFFPC.
2835 (arc_legitimate_pic_addr_p): Likewise.
2836 (arc_output_pic_addr_const): Likewise.
2837 (arc_legitimize_pic_address): Generate a pc-relative address using
2839 (arc_output_libcall): Use @pcl syntax.
2840 (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
2841 * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
2842 (*movsi_insn): Use @pcl syntax.
2843 (doloop_begin_i): Likewise.
2845 2016-06-16 Martin Liska <mliska@suse.cz>
2847 * predict.def: Define a new predictor.
2849 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
2851 * config/arc/arc.opt (mtp-regno): Update text.
2853 2016-06-16 Renlin Li <renlin.li@arm.com>
2855 * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
2857 2016-06-16 Jakub Jelinek <jakub@redhat.com>
2860 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
2861 (setcc + and peephole2): Likewise.
2863 PR rtl-optimization/71532
2864 * cse.c (cse_insn): For const/pure calls, invalidate argument passing
2867 2016-06-15 Michael Meissner <meissner@linux.vnet.ibm.com>
2869 * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
2870 DImode constants with XXSPLTIB in vector registers.
2871 (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
2872 vsx_extract_<mode>_internal{1,2} into a single insn that handles
2873 direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
2874 extraction of the element at the top of the register as a scalar
2876 (vsx_extract_<mode>_internal1): Likewise.
2877 (vsx_extract_<mode>_internal2): Likewise.
2878 * config/rs6000/constraints.md (wi constraint): Remove a comment
2879 about DImode not being allowed in Altivec registers.
2880 (wB constraint): New constraint for constants that can be
2881 generated in Altivec registers with VSPLTISW/VUPKHSW.
2882 * config/rs6000/predicates.md (xxspltib_constant_split): Update
2884 (xxspltib_constant_nosplit): Likewise.
2885 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
2886 support for -mupper-regs-di to enable DImode to go into Altivec
2888 (POWERPC_MASKS): Likewise.
2889 (power7 cpu): Likewise.
2890 * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
2891 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
2892 for DImode being allowed in Altivec registers. Update wi/wj
2893 constraints. Set scalar_in_vmx_p flag.
2894 (rs6000_option_override_internal): Add checks for -mupper-regs-di.
2895 (xxspltib_constant_p): Allow CONST_INT's with VOIDmode. Don't
2896 return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
2897 (rs6000_opt_masks): Add -mupper-regs-di.
2898 * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
2899 direct move to use wi and not wj.
2901 (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
2903 (floatunssi<mode>2_lfiwzx_mem): Likewise.
2904 (fix_trunc<mode>di2_fctidz): Change second alternative to allow
2905 any VSX register, instead of just Altivec registers, to allow
2906 either operand to be an Altivec register or both.
2907 (fixuns_trunc<mode>di2_fctiduz): Likewise.
2908 (movdi_internal32): Add support for -mupper-regs-di. Add support
2909 to load constants via XXSPLTIB or VSPLTISW. Add spacing to allow
2910 the alternatives and attributes to be lined up to be easier to
2912 (movdi_internal64): Likewise.
2913 (64-bit DImode splitters): Change predicates to only split loading
2914 up GPR registers. Add splits for using XXSPLTIB or VSPLTISW to
2915 load constants in ISA 3.0 or ISA 2.07 respectively.
2916 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
2917 -mupper-regs-di. Update -mupper-regs-df and -mupper-regs-sf to
2918 mention -mcpu=power9 sets these options.
2919 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
2922 2016-06-15 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2925 * config/avr/avr.c (avr_set_current_function): Warn misspelled
2926 interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
2927 * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
2928 by default to warn misspelled interrupt/ signal handler.
2929 * doc/invoke.texi (AVR Options): Document it. Update description
2930 for -nodevicelib option.
2932 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2934 * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
2935 up parentheses. Use GET_MODE_UNIT_BITSIZE.
2936 (aarch64_<sur>shll2_n<mode>): Likewise.
2938 2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
2941 * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
2942 DECL_CONTEXT for copied arguments.
2944 2016-06-15 Alan Hayward <alan.hayward@arm.com>
2946 PR tree-optimization/71483
2947 * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
2950 2016-06-15 Martin Liska <mliska@suse.cz>
2952 * predict.c (tree_predict_by_opcode): Call predict_edge_def
2953 instead of predict_edge w/o a probability.
2955 2016-06-15 Alan Hayward <alan.hayward@arm.com>
2957 PR tree-optimization/71439
2958 * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
2961 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2963 * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
2964 register subregs in SET_SRC.
2966 2016-06-15 Richard Biener <rguenther@suse.de>
2968 * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
2971 2016-06-15 Richard Biener <rguenther@suse.de>
2973 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
2974 not consider dependences between accesses that belong to the
2976 (vect_analyze_data_ref_dependences): Do not analyze read-read
2977 or self-dependences.
2979 2016-06-14 David Malcolm <dmalcolm@redhat.com>
2981 * spellcheck-tree.c: Include spellcheck-tree.h rather than
2983 (find_closest_identifier): Reimplement in terms of
2984 best_match<tree,tree>.
2985 * spellcheck-tree.h: New file.
2986 * spellcheck.c (struct edit_distance_traits<const char *>): New
2988 (find_closest_string): Reimplement in terms of
2989 best_match<const char *, const char *>.
2990 * spellcheck.h (levenshtein_distance): Move prototype of tree-based
2991 overload to spellcheck-tree.h.
2992 (find_closest_identifier): Likewise.
2993 (struct edit_distance_traits<T>): New template.
2994 (class best_match): New class.
2996 2016-06-14 David Malcolm <dmalcolm@redhat.com>
2998 * selftest-run-tests.c (selftest::run_tests): Call
2999 selftest::spellcheck_tree_c_tests.
3000 * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
3001 * spellcheck-tree.c: Include selftest.h and stringpool.h.
3002 (selftest::test_find_closest_identifier): New function.
3003 (selftest::spellcheck_tree_c_tests): New function.
3004 * spellcheck.c (selftest::test_find_closest_string): Verify that
3005 the order of the vec does not affect the results for this case.
3006 (selftest::test_data): New array.
3007 (selftest::test_metric_conditions): New function.
3008 (selftest::spellcheck_c_tests): Add a test of case-comparison.
3009 Call selftest::test_metric_conditions.
3011 2016-06-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3013 * config/rs6000/rs6000-builtin.def (commentary): Typo.
3014 (BU_P9_MISC_1): Likewise.
3015 (BU_P9_64BIT_MISC_0): Likewise.
3016 (BU_P9_MISC_0): Likewise.
3018 2016-06-14 David Malcolm <dmalcolm@redhat.com>
3020 * gcc-rich-location.c
3021 (gcc_rich_location::add_fixit_misspelled_id): New method.
3022 * gcc-rich-location.h
3023 (gcc_rich_location::add_fixit_misspelled_id): Add decl.
3025 2016-06-14 Andreas Tobler <andreast@gcc.gnu.org>
3027 * config/arm/freebsd.h: Only enable unaligned access for armv6 on
3028 FreeBSD 11 and above.
3030 2016-06-14 Uros Bizjak <ubizjak@gmail.com>
3032 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
3034 2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3036 * expmed.h: Close parenthesis in "at your option" in copyright
3038 * lower-subreg.h: Likewise.
3040 2016-06-14 Richard Biener <rguenther@suse.de>
3043 * genmatch.c (expr::gen_transform): Use in_type for comparisons
3046 2015-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3048 * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
3050 (aarch64_rtx_costs): Use it. Rewrite CONST_INT_P (op1) case to handle
3052 * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
3054 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
3055 matching condition with aarch64_mask_and_shift_for_ubfiz_p.
3057 2016-06-14 Richard Biener <rguenther@suse.de>
3059 PR tree-optimization/71522
3060 * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
3061 copying into float copying.
3063 2016-06-14 Jakub Jelinek <jakub@redhat.com>
3065 PR tree-optimization/71520
3066 * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
3067 (replace_block_by): Move user labels from bb1 to bb2.
3069 2016-06-14 Richard Biener <rguenther@suse.de>
3073 * expr.h (get_bit_range): Declare.
3074 * expr.c (get_bit_range): Export.
3075 * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
3076 word_mode again to constrain the bitfield access.
3078 2016-06-14 Richard Biener <rguenther@suse.de>
3080 PR tree-optimization/71521
3081 * tree-vrp.c (extract_range_from_binary_expr_1): Guard
3082 division int_const_binop against zero divisor.
3084 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
3086 * config/i386/i386.md (signbittf2): New expander.
3087 * config/i386/sse.md (ptesttf2): New insn pattern.
3089 2016-06-13 David Malcolm <dmalcolm@redhat.com>
3092 * input.c (selftest::test_reading_source_line): Avoid reading from
3093 __FILE__ by creating a tempfile with known content and reading
3096 2016-06-13 David Malcolm <dmalcolm@redhat.com>
3098 * pretty-print.c (assert_pp_format_colored): Skip the test if
3100 (test_pp_format): Remove comment about GCC_COLORS.
3102 2016-06-13 David Malcolm <dmalcolm@redhat.com>
3104 * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
3105 * pretty-print.c (assert_pp_format_va): Add location param and use
3106 it with ASSERT_STREQ_AT.
3107 (assert_pp_format): Add location param and pass it to
3108 assert_pp_format_va.
3109 (assert_pp_format_colored): Likewise.
3110 (ASSERT_PP_FORMAT_1): New.
3111 (ASSERT_PP_FORMAT_2): New.
3112 (ASSERT_PP_FORMAT_3): New.
3113 (test_pp_format): Provide SELFTEST_LOCATION throughout, either
3114 explicitly, or implicitly via the above macros.
3115 * selftest.c (selftest::pass): Use a selftest::location rather
3117 (selftest::fail): Likewise. Print the function name.
3118 (selftest::fail_formatted): Likewise.
3119 (selftest::assert_streq): Use a selftest::location rather than
3121 * selftest.h (selftest::location): New struct.
3122 (SELFTEST_LOCATION): New macro.
3123 (selftest::pass): Accept a const location & rather than file
3125 (selftest::fail): Likewise.
3126 (selftest::fail_formatted): Likewise.
3127 (selftest::assert_streq): Likewise.
3128 (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
3129 (ASSERT_FALSE): Likewise.
3130 (ASSERT_EQ): Likewise.
3131 (ASSERT_NE): Likewise.
3132 (ASSERT_STREQ): Likewise.
3133 (ASSERT_PRED1): Likewise.
3134 (ASSERT_STREQ_AT): New macro.
3136 2016-06-13 David Malcolm <dmalcolm@redhat.com>
3138 * selftest.c (selftest::fail_formatted): New function.
3139 (selftest::assert_streq): New function.
3140 * selftest.h (selftests::fail_formatted): New decl.
3141 (selftest::assert_streq): New decl.
3142 (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
3144 2016-06-13 Jeff Law <law@redhat.com>
3146 PR tree-optimization/71403
3147 * tree-ssa-threadbackward.c
3148 (convert_and_register_jump_thread_path): No longer accept reference
3149 to path. Do not pop items off the path anymore.
3150 (fsm_find_control_statement_thread_paths): Do not allow threading
3151 to a deeper loop nest. Pop the last item off the path here rather
3152 than in convert_and_register_jump_thread_path.
3154 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
3155 Wilco Dijkstra <Wilco.Dijkstra@arm.com>
3157 [AArch64] Emit division using the Newton series
3159 * config/aarch64/aarch64-protos.h
3160 (cpu_approx_modes): Add new member "division".
3161 (aarch64_emit_approx_div): Declare new function.
3162 * config/aarch64/aarch64.c
3163 (generic_approx_modes): New member "division".
3164 (exynosm1_approx_modes): Likewise.
3165 (xgene1_approx_modes): Likewise.
3166 (aarch64_emit_approx_div): Define new function.
3167 * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
3168 * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
3169 * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
3170 * doc/invoke.texi (-mlow-precision-div): Describe new option.
3172 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
3173 Wilco Dijkstra <wilco.dijkstra@arm.com>
3175 [AArch64] Emit square root using the Newton series
3177 * config/aarch64/aarch64-protos.h
3178 (aarch64_emit_approx_rsqrt): Replace with new function
3179 "aarch64_emit_approx_sqrt".
3180 (cpu_approx_modes): New member "sqrt".
3181 * config/aarch64/aarch64.c
3182 (generic_approx_modes): New member "sqrt".
3183 (exynosm1_approx_modes): Likewise.
3184 (xgene1_approx_modes): Likewise.
3185 (aarch64_emit_approx_rsqrt): Replace with new function
3186 "aarch64_emit_approx_sqrt".
3187 (aarch64_override_options_after_change_1): Handle new option.
3188 * config/aarch64/aarch64-simd.md
3189 (rsqrt<mode>2): Use new function instead.
3190 (sqrt<mode>2): New expansion and insn definitions.
3191 * config/aarch64/aarch64.md: Likewise.
3192 * config/aarch64/aarch64.opt
3193 (mlow-precision-sqrt): Add new option description.
3194 * doc/invoke.texi (mlow-precision-sqrt): Likewise.
3196 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
3198 [AArch64] Add more choices for the reciprocal square root approximation
3200 Allow a target to prefer such operation depending on the operation mode.
3202 * config/aarch64/aarch64-protos.h
3203 (AARCH64_APPROX_MODE): New macro.
3204 (AARCH64_APPROX_{NONE,ALL}): Likewise.
3205 (cpu_approx_modes): New structure.
3206 (tune_params): New member "approx_modes".
3207 * config/aarch64/aarch64-tuning-flags.def
3208 (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
3209 * config/aarch64/aarch64.c
3210 (generic_approx_modes): New core "cpu_approx_modes" structure.
3211 (exynosm1_approx_modes): Likewise.
3212 (xgene1_approx_modes): Likewise.
3213 (generic_tunings): New member "approx_modes".
3214 (cortexa35_tunings): Likewise.
3215 (cortexa53_tunings): Likewise.
3216 (cortexa57_tunings): Likewise.
3217 (cortexa72_tunings): Likewise.
3218 (exynosm1_tunings): Likewise.
3219 (thunderx_tunings): Likewise.
3220 (xgene1_tunings): Likewise.
3221 (use_rsqrt_p): New argument for the mode and use new member from
3223 (aarch64_builtin_reciprocal): Devise mode from builtin.
3224 (aarch64_optab_supported_p): New argument for the mode.
3225 * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
3227 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
3229 * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
3230 RS6000_BTM_MODULO flag into the set of flags that are considered
3231 to be part of the common configuration.
3233 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
3235 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
3236 difference unsigned.
3237 (vec_absdb): New macro for vector absolute difference unsigned
3239 (vec_absdh): New macro for vector absolute difference unsigned
3241 (vec_absdw): New macro for vector absolute difference unsigned word.
3242 * config/rs6000/altivec.md (UNSPEC_VADU): New value.
3243 (vadu<mode>3): New insn.
3244 (*p9_vadu<mode>3): New insn.
3245 * config/rs6000/rs6000-builtin.def (vadub): New built-in
3247 (vaduh): New built-in definition.
3248 (vaduw): New built-in definition.
3249 (vadu): New overloaded built-in definition.
3250 (vadub): New overloaded built-in definition.
3251 (vaduh): New overloaded built-in definition.
3252 (vaduw): New overloaded built-in definition.
3253 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3254 overloaded vector absolute difference unsigned functions.
3255 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3256 the ISA 3.0 vector absolute difference unsigned built-in functions.
3258 2016-06-13 Eric Botcazou <ebotcazou@adacore.com>
3260 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
3261 update shared_lookup_references only once after changing operands.
3263 2016-06-13 Thomas Schwinge <thomas@codesourcery.com>
3266 * tree-nested.c (convert_nonlocal_omp_clauses)
3267 (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
3269 * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
3270 * tree.def (CASE_LABEL_EXPR): Likewise.
3272 2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
3275 * input.c (test_builtins): Fix an assertion.
3277 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
3279 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
3282 (isinf<mode>2): Ditto.
3284 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
3286 * ggc-tests.c (test_finalization): Only test need_finalization_p
3287 for GCC_VERSION >= 4003.
3289 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3291 * config/s390/vecintrin.h: Fix file description in comment.
3293 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3295 * config/s390/s390-builtin-types.def: Change builtin type naming
3296 scheme to match builtin-types.def.
3298 2016-06-13 Marc Glisse <marc.glisse@inria.fr>
3300 * fold-const.c (optimize_minmax_comparison): Remove.
3301 (fold_comparison): Remove call to the above.
3302 * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
3303 New transformations.
3305 2016-06-13 Alan Hayward <alan.hayward@arm.com>
3307 PR tree-optimization/71416
3308 * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
3311 2016-06-13 Martin Liska <mliska@suse.cz>
3313 * predict.c (enum predictor_reason): Prefix enum with REASON_.
3314 (combine_predictions_for_insn): Likewise.
3315 (prune_predictions_for_bb): Likewise.
3316 (combine_predictions_for_bb): Likewise.
3318 2016-06-13 Richard Biener <rguenther@suse.de>
3320 PR tree-optimization/71505
3321 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
3322 assert match comment.
3324 2016-06-13 Marek Polacek <polacek@redhat.com>
3327 * gimplify.c (maybe_warn_switch_unreachable): Factored out of
3328 gimplify_switch_expr.
3329 (warn_switch_unreachable_r): New function.
3331 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3334 * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
3337 2016-06-13 Richard Biener <rguenther@suse.de>
3340 * fold-const.c (fold_unary_loc): Preserve alignment when
3341 folding a VIEW_CONVERT_EXPR into a MEM_REF.
3343 2016-06-13 Martin Liska <mliska@suse.cz>
3346 * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
3347 w/ -fsanitize=bounds.
3349 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
3351 * config/i386/i386.c (ix86_init_builtins): Calculate
3352 FLOAT128_FTYPE_CONST_STRING function type only once.
3353 * doc/extend.texi (x86 Built-in Functions): Update text, __float128
3354 built-in functions are available for x86-32 and x86-64 targets.
3356 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
3359 * config/i386/i386.i386-builtin-types.def (CONST_STRING):
3361 (FLOAT128_FTYPE_CONST_STRING): New function type.
3362 * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
3363 [IX86_BUILTIN_NANSQ]: Ditto.
3364 (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
3365 (ix86_init_builtin_types): Declare const_string_type_node.
3366 (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
3368 (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
3369 * doc/extend.texi (x86 Built-in Functions): Document
3370 __builtin_nanq and __builtin_nansq.
3372 2016-06-11 Jiong Wang <jiong.wang@arm.com>
3375 * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
3376 * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
3377 length for pop patterns.
3378 (arm_attr_length_push_multi): Update comments.
3379 * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
3381 (*pop_multiple_with_writeback_and_return): Likewise.
3382 (*pop_multiple_with_return): Likewise.
3384 2016-06-11 Segher Boessenkool <segher@kernel.crashing.org>
3387 * fold-const.c (optimize_bit_field_compare): Don't try to use
3388 word_mode unconditionally for reading the bit field, look at
3389 DECL_BIT_FIELD_REPRESENTATIVE instead.
3391 2016-06-11 Kugan Vivekanandarajah <kuganv@linaro.org>
3394 * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
3395 vector integer type.
3397 2016-06-10 Jakub Jelinek <jakub@redhat.com>
3400 * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
3401 without LABEL_DECL, set *handled_ops_p to false instead of true.
3403 2016-06-10 Martin Sebor <msebor@redhat.com>
3406 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
3407 (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
3408 * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
3410 (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
3411 (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
3412 (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
3413 (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
3414 (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
3415 (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
3416 (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
3417 (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
3419 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
3421 * config/arm/arm.h (pool_vector_label,
3422 return_used_this_function): Remove.
3424 2016-06-10 Jeff Law <law@redhat.com>
3426 PR tree-optimization/71335
3427 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
3428 zero length paths here.
3429 (convert_and_register_jump_thread_path): Remove hacks related to
3430 duplicated blocks in the jump thread path.
3431 (fsm_find_control_statement_thread_paths): Avoid putting the same
3432 block on the thread path twice, but ensure the thread path is
3433 unchanged from the caller's point of view.
3435 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
3437 * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
3438 * predict.def (PRED_LOOP_BRANCH): Remove.
3440 2016-06-10 David Malcolm <dmalcolm@redhat.com>
3442 * Makefile.in (OBJS): Add ggc-tests.o.
3443 (GTFILES): Add ggc-tests.c.
3444 * ggc-tests.c: New file.
3445 * selftest-run-tests.c (selftest::run_tests): Call
3446 selftest::ggc_tests_c_tests.
3447 * selftest.h (selftest::ggc_tests_c_tests): New prototype.
3449 2016-06-10 Alexander Monakov <amonakov@ispras.ru>
3451 * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
3453 2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
3456 * varasm.c (place_block_symbol): Adjust alignment for asan protected
3457 STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
3459 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
3461 * profile.c: Include cfgloop.h.
3462 (branch_prob): Compute estimated number of iterations.
3463 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
3464 recompute estimate number of iterations from profile.
3466 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
3469 * reg-stack.c (check_asm_stack_operands): Explicit input arguments
3470 must be grouped on top of stack. Don't force early clobber
3471 on ordinary reg outputs.
3473 2016-06-10 Richard Biener <rguenther@suse.de>
3475 * targhooks.c (default_builtin_vectorization_cost): Adjust
3478 2016-06-10 Richard Biener <rguenther@suse.de>
3480 * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
3481 to fold the RHS to a constant if possible.
3483 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
3486 * tree-nested.c (convert_nonlocal_omp_clauses)
3487 (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
3488 OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
3489 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
3491 * gimplify.c (gimplify_adjust_omp_clauses): Discard
3493 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
3495 * omp-low.c (scan_sharing_clauses): Don't expect
3498 2016-06-10 Alan Hayward <alan.hayward@arm.com>
3500 PR tree-optimization/71407
3501 PR tree-optimization/71416
3502 * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
3505 2016-06-10 Richard Biener <rguenther@suse.de>
3508 * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
3510 2016-06-09 Eric Botcazou <ebotcazou@adacore.com>
3512 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
3514 2016-06-09 Vladimir Makarov <vmakarov@redhat.com>
3515 Jiong Wang <jiong.wang@arm.com>
3517 PR rtl-optimization/70751
3518 * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
3519 spilled into memory.
3521 2016-06-09 Jonathan Yong <10walls@gmail.com>
3524 2015-09-21 Jonathan Yong <10walls@gmail.com>
3526 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
3527 sysroot/usr/lib/32api for additional win32 libraries,
3528 fixes failing Cygwin bootstrapping.
3530 2016-06-09 Marcin Baczyński <marbacz@gmail.com>
3532 * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
3535 2016-06-09 David Malcolm <dmalcolm@redhat.com>
3538 * pretty-print.c (pp_indent): Specify that %p is printed in a
3539 host-dependent manner.
3540 (test_pp_format): Remove the test for %p.
3542 2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
3544 * config/mips/mips.c (mips_output_jump): Fix formatting.
3546 2016-06-09 Richard Biener <rguenther@suse.de>
3548 PR tree-optimization/71462
3549 * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
3552 2016-06-09 Martin Liska <mliska@suse.cz>
3554 * predict.c (dump_prediction): Add new argument.
3555 (enum predictor_reason): New enum.
3556 (struct predictor_hash): New struct.
3557 (predictor_hash::hash): New function.
3558 (predictor_hash::equal): Likewise.
3559 (not_removed_prediction_p): New function.
3560 (prune_predictions_for_bb): Likewise.
3561 (combine_predictions_for_bb): Prune predictions.
3563 2016-06-09 Martin Liska <mliska@suse.cz>
3565 * predict.c (filter_predictions): New function.
3566 (remove_predictions_associated_with_edge): Use the filter
3568 (equal_edge_p): New function.
3570 2016-06-09 Stefan Bruens <stefan.bruens@rwth-aachen.de>
3572 * doc/invoke.texi (ARM Options): Use lexicographical ordering.
3573 Correct usage of @samp vs @option, add @samp where appropriate.
3574 Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
3575 Add armv6s-m and document it, as it is no official ARM name.
3577 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3579 * ifcvt.c (struct noce_if_info): Add transform_name field.
3580 (noce_try_move): Set if_info->transform_name to the function name.
3581 (noce_try_ifelse_collapse): Likewise.
3582 (noce_try_store_flag): Likewise.
3583 (noce_try_inverse_constants): Likewise.
3584 (noce_try_store_flag_constants): Likewise.
3585 (noce_try_addcc): Likewise.
3586 (noce_try_store_flag_mask): Likewise.
3587 (noce_try_cmove): Likewise.
3588 (noce_try_cmove_arith): Likewise.
3589 (noce_try_minmax): Likewise.
3590 (noce_try_abs): Likewise.
3591 (noce_try_sign_mask): Likewise.
3592 (noce_try_bitop): Likewise.
3593 (noce_convert_multiple_sets): Likewise.
3594 (noce_process_if_block): Print if_info->transform_name to
3595 dump_file if transformation succeeded.
3597 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3599 * config/arm/cortex-a57.md (cortex_a57_alu):
3602 2016-06-08 Martin Sebor <msebor@redhat.com>
3603 Jakub Jelinek <jakub@redhat.com>
3607 * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
3608 BUILT_IN_MUL_OVERFLOW_P): New builtins.
3609 * builtins.c: Include gimple-fold.h.
3610 (fold_builtin_arith_overflow): Handle
3611 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
3612 (fold_builtin_3): Likewise.
3613 * doc/extend.texi (Integer Overflow Builtins): Document
3614 __builtin_{add,sub,mul}_overflow_p.
3616 2016-06-08 Jose E. Marchesi <jose.marchesi@oracle.com>
3618 * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
3619 SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
3621 2016-06-08 Alan Lawrence <alan.lawrence@arm.com>
3623 * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
3624 Rewrite, looking one level down for records and arrays.
3626 2016-06-08 David Malcolm <dmalcolm@redhat.com>
3628 * pretty-print.c: Include "selftest.h".
3629 (pp_format): Fix comment.
3630 (identifier_to_locale): Likewise.
3631 (selftest::test_basic_printing): New function.
3632 (selftest::assert_pp_format): New function.
3633 (selftest::test_pp_format): New function.
3634 (selftest::pretty_print_c_tests): New function.
3635 * selftest-run-tests.c (selftest::run_tests): Call
3636 selftest::pretty_print_c_tests.
3637 * selftest.h (pretty_print_c_tests): New declaration.
3639 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
3641 * invoke.texi (max-loop-headers-insns): Document.
3642 * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
3643 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
3644 (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
3646 2016-06-08 Richard Biener <rguenther@suse.de>
3648 * tree-vect-stmts.c (vectorizable_load): Remove restrictions
3649 on strided SLP loads and fall back to scalar loads in case
3650 we can't chunk them.
3652 2016-06-08 Richard Biener <rguenther@suse.de>
3654 PR tree-optimization/71452
3655 * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
3656 type used for the SSA rewrite has enough precision to cover
3657 the dynamic type of the location.
3659 2016-06-08 Jakub Jelinek <jakub@redhat.com>
3660 Richard Biener <rguenther@suse.de>
3663 * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
3664 the same as DECL_P (base0) for indirect_base0. Use equality_code
3665 in one further place.
3667 2016-06-08 Richard Sandiford <richard.sandiford@arm.com>
3669 * expmed.c (store_bit_field_1): Do not restrict a multiword op0
3670 to one word if the field is known to overlap other words.
3671 (extract_bit_field_1): Likewise.
3672 (store_split_bit_field): Remove compensating code.
3673 (extract_split_bit_field): Likewise.
3675 2016-06-08 Bernd Schmidt <bschmidt@redhat.com>
3679 * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
3681 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3683 * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
3685 * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
3686 (arch64_addpv4sf): Delete.
3687 (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
3688 "gen_aarch64_addpv4sf".
3689 * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly. Use
3691 (vpadds_f32): Likewise.
3692 (vpaddq_f32): Likewise.
3693 (vpaddq_f64): Likewise.
3695 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3697 * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
3699 * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
3700 to VALLF. Rename to "fabd<mode>3".
3701 "*fabd_scalar<mode>3): Delete.
3702 * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
3704 (vabdd_f64): Likewise.
3705 (vabd_f32): Likewise.
3706 (vabd_f64): Likewise.
3707 (vabdq_f32): Likewise.
3708 (vabdq_f64): Likewise.
3710 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3712 * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
3714 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
3715 "aarch64_rsqrts<mode>".
3716 * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
3717 * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly. Use
3719 (vrsqrtsd_f64): Likewise.
3720 (vrsqrts_f32): Likewise.
3721 (vrsqrts_f64): Likewise.
3722 (vrsqrtsq_f32): Likewise.
3723 (vrsqrtsq_f64): Likewise.
3725 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3727 * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
3729 * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
3730 "aarch64_rsqrte<mode>".
3731 * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
3732 * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly. Use
3734 (vrsqrted_f64): Likewise.
3735 (vrsqrte_f32): Likewise.
3736 (vrsqrte_f64): Likewise.
3737 (vrsqrteq_f32): Likewise.
3738 (vrsqrteq_f64): Likewise.
3740 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3742 * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
3746 * config/aarch64/aarch64-simd.md
3747 (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
3748 (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
3749 * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
3751 (vcvt_n_f32_u32): Likewise.
3752 (vcvt_n_s32_f32): Likewise.
3753 (vcvt_n_u32_f32): Likewise.
3754 (vcvtq_n_f32_s32): Likewise.
3755 (vcvtq_n_f32_u32): Likewise.
3756 (vcvtq_n_f64_s64): Likewise.
3757 (vcvtq_n_f64_u64): Likewise.
3758 (vcvtq_n_s32_f32): Likewise.
3759 (vcvtq_n_s64_f64): Likewise.
3760 (vcvtq_n_u32_f32): Likewise.
3761 (vcvtq_n_u64_f64): Likewise.
3762 * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
3763 (VSDQ_SDI): Likewise.
3764 (fcvt_target): Support V4DI, V4SI and V2SI.
3765 (FCVT_TARGET): Likewise.
3767 2016-06-08 Jiong Wang <jiong.wang@arm.com>
3769 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
3770 (TYPES_BINOP_SUS): Likewise.
3771 (aarch64_simd_builtin_data): Update include file name.
3772 (aarch64_builtins): Likewise.
3773 * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
3774 for conversion between scalar float-point and fixed-point.
3778 * config/aarch64/aarch64.md
3779 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
3780 pattern for conversion between scalar float to fixed-pointer.
3781 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
3782 (UNSPEC_FCVTZS): New UNSPEC enumeration.
3783 (UNSPEC_FCVTZU): Likewise.
3784 (UNSPEC_SCVTF): Likewise.
3785 (UNSPEC_UCVTF): Likewise.
3786 * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
3788 (vcvtd_n_f64_u64): Likewise.
3789 (vcvtd_n_s64_f64): Likewise.
3790 (vcvtd_n_u64_f64): Likewise.
3791 (vcvtd_n_f32_s32): Likewise.
3792 (vcvts_n_f32_u32): Likewise.
3793 (vcvtd_n_s32_f32): Likewise.
3794 (vcvts_n_u32_f32): Likewise.
3795 * config/aarch64/iterators.md (fcvt_target): Support integer to float
3797 (FCVT_TARGET): Likewise.
3798 (FCVT_FIXED2F): New iterator.
3799 (FCVT_F2FIXED): Likewise.
3800 (fcvt_fixed_insn): New define_int_attr.
3802 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
3804 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
3805 some statements was removed.
3807 2016-06-08 Alan Hayward <alan.hayward@arm.com>
3809 * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
3810 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
3811 (vect_can_advance_ivs_p): likewise.
3812 (vect_update_ivs_after_vectorizer): likewise.
3813 * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
3814 (vect_analyze_scalar_cycles_1): likewise.
3815 (vect_analyze_loop_operations): likewise.
3816 (report_vect_op): likewise.
3817 (vect_is_slp_reduction): likewise.
3818 (vect_is_simple_reduction): likewise.
3819 (get_initial_def_for_induction): likewise.
3820 (vect_transform_loop): likewise.
3821 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
3822 (vect_recog_sad_pattern): likewise.
3823 (vect_recog_widen_sum_pattern): likewise.
3824 (vect_recog_widening_pattern): likewise.
3825 (vect_recog_divmod_pattern): likewise.
3826 * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
3827 (vect_analyze_slp_instance): likewise.
3828 (vect_transform_slp_perm_load): likewise.
3829 (vect_schedule_slp_instance): likewise.
3831 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
3833 * predict.c (predict_iv_comparison): Mention that heuristics is broken.
3834 (return_prediction): PRED_CONST_RETURN predict return as not taken.
3835 * predict.def (PRED_CONTINUE): Change hitrate 50->67
3836 (PRED_LOOP_BRANCH): Document predictor as broken.
3837 (PRED_LOOP_EXIT): Change hitrate 91->92.
3838 (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
3839 (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
3840 (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
3841 (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
3842 (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
3843 (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
3844 (PRED_CALL): Chane hitrate 71->67.
3845 (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
3846 (PRED_GOTO): Document as unused right now.
3847 (PRED_CONST_RETURN): Change hitrate 67->69
3848 (PRED_NEGATIVE_RETURN): Change hitrate 96->98
3849 (PRED_NULL_RETURN): Change hitrate 91->90.
3850 (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
3851 (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
3852 (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
3854 2016-06-07 Bill Seurer <seurer@linux.vnet.ibm.com>
3856 * config/rs6000/altivec.h: Add __builtin_vec_mul.
3857 * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
3858 special case Altivec builtin.
3859 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
3860 VSX_BUILTIN_VEC_MUL (replaced with special case code).
3861 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3862 code for ALTIVEC_BUILTIN_VEC_MUL.
3863 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3864 for __builtin_vec_mul.
3866 2016-06-07 Peter Bergner <bergner@vnet.ibm.com>
3868 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
3871 2016-06-07 David Malcolm <dmalcolm@redhat.com>
3873 * spellcheck.c (selftest::test_find_closest_string): New function.
3874 (spellcheck_c_tests): Call the above.
3876 2016-06-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3878 * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
3880 2016-06-07 Jakub Jelinek <jakub@redhat.com>
3882 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
3883 Yv=Yv,C alternatives.
3885 2016-06-07 Richard Biener <rguenther@suse.de>
3888 * common.opt (ffast-math): Make Optimization.
3890 2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
3891 Prachi Godbole <prachi.godbole@imgtec.com>
3893 * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
3894 `fabs' and `fneg' type attributes.
3895 (p5600_fpu_fabs): Add `fmove' to the comment.
3897 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
3899 * gimple.c: Include builtins.h
3900 (gimple_inexpensive_call_p): New function.
3901 * gimple.h (gimple_inexpensive_call_p): Declare.
3902 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
3903 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
3906 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>
3908 * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
3909 (inform, inform_at_rich_loc, inform_n, warning, warning_at,
3910 warning_at_rich_loc, warning_n, pedwarn, permerror,
3911 permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
3912 sorry, fatal_error, internal_error, internal_error_no_backtrace):
3915 2016-06-07 Richard Biener <rguenther@suse.de>
3917 PR tree-optimization/71428
3918 * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
3919 BIT_FIELD_REF op vs. load.
3921 2016-06-07 Richard Biener <rguenther@suse.de>
3924 * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
3927 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
3929 * config/pa/pa.md (call): Generate indirect long calls to non-local
3930 functions on TARGET_64BIT.
3931 (call_value): Likewise.
3933 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
3935 * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
3936 pattern and subsequent splitters.
3937 (call_val_reg_64bit_post_reload): Likewise.
3939 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
3942 * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
3943 propagate_op_to_single_use.
3945 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
3948 * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
3950 2016-06-07 Uros Bizjak <ubizjak@gmail.com>
3952 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
3953 (enum x86_dirflag_state): New enum.
3954 (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
3955 (machine_function): Remove needs_cld.
3956 (ix86_current_function_needs_cld): Remove.
3957 * config/i386/i386.c (ix86_set_func_type): Set
3958 ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
3959 (ix86_expand_prologue): Do not emit CLD here.
3960 (ix86_dirflag_mode_needed): New function.
3961 (ix86_dirflag_mode_entry): Ditto.
3962 (ix86_mode_needed): Handle X86_DIRFLAG entity.
3963 (ix86_mode_after): Ditto.
3964 (ix86_mode_entry): Ditto.
3965 (ix86_mode_exit): Ditto.
3966 (ix86_emit_mode_set): Ditto.
3967 * config/i386/i386.md (strmov_singleop): Set
3968 ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
3969 Do not set ix86_current_function_needs_cld.
3971 (strset_singleop): Ditto.
3973 (cmpstrnqi_nz_1): Ditto.
3974 (cmpstrnqi_1): Ditto.
3975 (strlenqi_1): Ditto.
3977 2016-06-06 Jakub Jelinek <jakub@redhat.com>
3979 PR tree-optimization/71259
3980 * tree-vect-slp.c (vect_get_constant_vectors): For
3981 VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
3982 one for constant op, and use COND_EXPR for non-constant.
3984 2016-06-06 David Malcolm <dmalcolm@redhat.com>
3986 * Makefile.in (OBJS): Add function-tests.o,
3987 hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
3988 selftest-run-tests.o.
3989 (OBJS-libcommon): Add selftest.o.
3990 (OBJS-libcommon-target): Add selftest.o.
3991 (all.internal): Add "selftest".
3992 (all.cross): Likewise.
3993 (selftest): New phony target.
3994 (s-selftest): New target.
3995 (selftest-gdb): New phony target.
3996 (COLLECT2_OBJS): Add selftest.o.
3997 * bitmap.c: Include "selftest.h".
3998 (selftest::test_gc_alloc): New function.
3999 (selftest::test_set_range): New function.
4000 (selftest::test_clear_bit_in_middle): New function.
4001 (selftest::test_copying): New function.
4002 (selftest::test_bitmap_single_bit_set_p): New function.
4003 (selftest::bitmap_c_tests): New function.
4004 * common.opt (fself-test): New.
4005 * diagnostic-show-locus.c: Include "selftest.h".
4006 (make_range): New function.
4007 (test_range_contains_point_for_single_point): New function.
4008 (test_range_contains_point_for_single_line): New function.
4009 (test_range_contains_point_for_multiple_lines): New function.
4010 (assert_eq): New function.
4011 (test_get_line_width_without_trailing_whitespace): New function.
4012 (selftest::diagnostic_show_locus_c_tests): New function.
4013 * et-forest.c: Include "selftest.h".
4014 (selftest::test_single_node): New function.
4015 (selftest::test_simple_tree): New function.
4016 (selftest::test_disconnected_nodes): New function.
4017 (selftest::et_forest_c_tests): New function.
4018 * fold-const.c: Include "selftest.h".
4019 (selftest::assert_binop_folds_to_const): New function.
4020 (selftest::assert_binop_folds_to_nonlvalue): New function.
4021 (selftest::test_arithmetic_folding): New function.
4022 (selftest::fold_const_c_tests): New function.
4023 * function-tests.c: New file.
4024 * gimple.c: Include "selftest.h".
4025 Include "gimple-pretty-print.h".
4026 (selftest::verify_gimple_pp): New function.
4027 (selftest::test_assign_single): New function.
4028 (selftest::test_assign_binop): New function.
4029 (selftest::test_nop_stmt): New function.
4030 (selftest::test_return_stmt): New function.
4031 (selftest::test_return_without_value): New function.
4032 (selftest::gimple_c_tests): New function.
4033 * hash-map-tests.c: New file.
4034 * hash-set-tests.c: New file.
4035 * input.c: Include "selftest.h".
4036 (selftest::assert_loceq): New function.
4037 (selftest::test_accessing_ordinary_linemaps): New function.
4038 (selftest::test_unknown_location): New function.
4039 (selftest::test_builtins): New function.
4040 (selftest::test_reading_source_line): New function.
4041 (selftest::input_c_tests): New function.
4042 * rtl-tests.c: New file.
4043 * selftest-run-tests.c: New file.
4044 * selftest.c: New file.
4045 * selftest.h: New file.
4046 * spellcheck.c: Include "selftest.h".
4047 (selftest::levenshtein_distance_unit_test_oneway): New function,
4048 adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
4049 (selftest::levenshtein_distance_unit_test): Likewise.
4050 (selftest::spellcheck_c_tests): Likewise.
4051 * toplev.c: Include selftest.h.
4052 (toplev::run_self_tests): New.
4053 (toplev::main): Handle -fself-test.
4054 * toplev.h (toplev::run_self_tests): New.
4055 * tree.c: Include "selftest.h".
4056 (selftest::test_integer_constants): New function.
4057 (selftest::test_identifiers): New function.
4058 (selftest::test_labels): New function.
4059 (selftest::tree_c_tests): New function.
4060 * tree-cfg.c: Include "selftest.h".
4061 (selftest::push_fndecl): New function.
4062 (selftest::test_linear_chain): New function.
4063 (selftest::test_diamond): New function.
4064 (selftest::test_fully_connected): New function.
4065 (selftest::tree_cfg_c_tests): New function.
4066 * vec.c: Include "selftest.h".
4067 (selftest::safe_push_range): New function.
4068 (selftest::test_quick_push): New function.
4069 (selftest::test_safe_push): New function.
4070 (selftest::test_truncate): New function.
4071 (selftest::test_safe_grow_cleared): New function.
4072 (selftest::test_pop): New function.
4073 (selftest::test_safe_insert): New function.
4074 (selftest::test_ordered_remove): New function.
4075 (selftest::test_unordered_remove): New function.
4076 (selftest::test_block_remove): New function.
4077 (selftest::reverse_cmp): New function.
4078 (selftest::test_qsort): New function.
4079 (selftest::vec_c_tests): New function.c.
4080 * wide-int.cc: Include selftest.h and wide-int-print.h.
4081 (selftest::from_int <wide_int>): New function.
4082 (selftest::from_int <offset_int>): New function.
4083 (selftest::from_int <widest_int>): New function.
4084 (selftest::assert_deceq): New function.
4085 (selftest::assert_hexeq): New function.
4086 (selftest::test_printing <VALUE_TYPE>): New function template.
4087 (selftest::test_ops <VALUE_TYPE>): New function template.
4088 (selftest::test_comparisons <VALUE_TYPE>): New function template.
4089 (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
4091 (selftest::wide_int_cc_tests): New function.
4093 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4096 * ifcvt.c (noce_try_ifelse_collapse): New function.
4098 (noce_process_if_block): Call noce_try_ifelse_collapse.
4099 * simplify-rtx.c (simplify_cond_clz_ctz): New function.
4100 (simplify_ternary_operation): Use the above to simplify
4101 conditional CLZ/CTZ expressions.
4103 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4106 * config/aarch64/aarch64.md (ctz<mode>2): Convert to
4107 define_insn_and_split.
4109 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4112 * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
4114 2016-06-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
4117 * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
4118 Implicitly clobber memory for basic asm with non-empty assembler
4119 string. Use targetm.md_asm_adjust also here.
4120 * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
4121 * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
4122 * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
4123 non-empty assembler string.
4124 * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
4125 * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
4126 (decode_asm_operands): Handle basic asm in PARALLEL block.
4127 (extract_insn): Handle basic asm in PARALLEL block.
4128 * doc/extend.texi: Mention new behavior of basic asm.
4129 * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
4130 * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
4131 branch_needs_nop_p): Use asm_noperands.
4133 2016-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
4135 * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
4136 Include the M7 SPARC DFA scheduler.
4137 New attribute v3pipe.
4138 Annotate insns with v3pipe where appropriate.
4139 Define cpu_feature vis4.
4140 Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
4141 Add (V8QI "8") to vbits.
4142 Add insns {add,sub}v8qi3
4143 Add insns ss{add,sub}v8qi3
4144 Add insns us{add,sub}{v8qi,v4hi}3
4145 Add insns {min,max}{v8qi,v4hi,v2si}3
4146 Add insns {minu,maxu}{v8qi,v4hi,v2si}3
4147 Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
4148 * config/sparc/niagara4.md: Add a comment explaining the
4149 discrepancy between the documented latenty numbers and the
4151 * config/sparc/niagara7.md: New file.
4152 * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
4153 supports SPARC5 and VIS 4.0 instructions.
4154 * configure: Regenerate.
4155 * config.in: Likewise.
4156 * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
4157 * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
4158 TARGET_CPU_niagara7.
4159 (ASM_CPU64_DEFAULT_SPEC): Likewise.
4160 (CPP_CPU_SPEC): Handle niagara7.
4161 (ASM_CPU_SPEC): Likewise.
4162 * config/sparc/sparc-opts.h (processor_type): Add
4164 (mvis4): New option.
4165 * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
4166 (AS_NIAGARA7_FLAG): Define.
4167 (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
4168 (CPP_CPU64_DEFAULT_SPEC): Likewise.
4169 (CPP_CPU_SPEC): Handle niagara7.
4170 (ASM_CPU_SPEC): Likewise.
4171 * config/sparc/sparc.c (niagara7_costs): Define.
4172 (sparc_option_override): Handle niagara7 and adjust cache-related
4173 parameters with better values for niagara cpus. Also support VIS4.
4174 (sparc32_initialize_trampoline): Likewise.
4175 (sparc_use_sched_lookahead): Likewise.
4176 (sparc_issue_rate): Likewise.
4177 (sparc_register_move_cost): Likewise.
4178 (dump_target_flag_bits): Support VIS4.
4179 (sparc_vis_init_builtins): Likewise.
4180 (sparc_builtins): Likewise.
4181 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
4183 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
4185 * config/sparc/sparc.opt (sparc_processor_type): New value
4187 * config/sparc/visintrin.h (__attribute__): Prototypes for the
4189 * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
4191 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
4194 2016-06-06 Jonathan Wakely <jwakely@redhat.com>
4196 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
4198 2016-06-06 Richard Biener <rguenther@suse.de>
4200 PR tree-optimization/71398
4201 * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
4204 2016-06-05 James Bowman <james.bowman@ftdichip.com>
4206 * config/ft32/ft32.c (ft32_setup_incoming_varargs,
4207 ft32_expand_prolog, ft32_expand_epilogue):
4208 Handle pretend_args.
4209 * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
4210 * config/ft32/ft32.md: Add pretend_returner.
4212 2016-06-06 Uros Bizjak <ubizjak@gmail.com>
4215 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
4216 Copy op1 RTX to avoid invalid sharing.
4217 (ix86_expand_vector_move_misalign): Ditto.
4219 2016-06-05 John David Anglin <danglin@gcc.gnu.org>
4221 * expr.c (move_by_pieces_d::generate): Mark mode parameter with
4224 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
4226 * predict.c (predicted_by_loop_heuristics_p): New function.
4227 (predict_iv_comparison): Use it.
4228 (predict_loops): Walk from innermost loops; do not predict edges
4229 leaving multiple loops multiple times; implement
4230 PRED_LOOP_ITERATIONS_MAX heuristics.
4231 * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
4233 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
4235 * cfg.c (check_bb_profile): Do not report mismatched profiles when
4236 only edges out of BB are EH edges.
4238 2016-06-04 Martin Sebor <msebor@redhat.com>
4239 Marcin Baczyński <marbacz@gmail.com>
4242 * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
4243 a void expression in a void function.
4245 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
4247 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
4248 aux; dump reasons of decisions.
4249 (should_duplicate_loop_header_p): Likewise.
4250 (do_while_loop_p): Likewise.
4251 (ch_base::copy_headers): Dump asi num insns duplicated.
4253 2016-06-04 Jakub Jelinek <jakub@redhat.com>
4255 PR tree-optimization/71405
4256 * tree-ssa.c (execute_update_addresses_taken): For clobber with
4257 incompatible type, build a new clobber with the right type instead
4258 of building a VIEW_CONVERT_EXPR around it.
4260 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
4262 PR tree-optimization/52171
4263 * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
4264 by_pieces_ninsns instead of move_by_pieces_ninsns.
4266 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
4268 * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
4269 for reg+reg addressing mode.
4271 2016-06-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4273 * rs6000-c.c (c/c-tree.h): Add #include.
4274 (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
4275 in C++ when found in the base position of vec_ld or vec_st.
4277 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
4279 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
4280 use of profile unless profile status is PROFILE_READ.
4281 * profile.c (compute_branch_probabilities): Set profile status
4282 only after reporting predictor hitrates.
4284 2016-06-03 Joseph Myers <joseph@codesourcery.com>
4288 * common.opt (ffp-int-builtin-inexact): New option.
4289 * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
4290 * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
4291 (ceil@var{m}2): Document dependence on this option.
4292 * ipa-inline-transform.c (inline_call): Handle
4293 flag_fp_int_builtin_inexact.
4294 * ipa-inline.c (can_inline_edge_p): Likewise.
4295 * config/i386/i386.md (rintxf2): Do not test
4296 flag_unsafe_math_optimizations.
4297 (rint<mode>2_frndint): New define_insn.
4298 (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
4299 or !flag_trapping_math for SSE. Just use gen_rint<mode>2_frndint
4300 for 387 instead of extending and truncating.
4301 (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
4302 !flag_trapping_math instead of flag_unsafe_math_optimizations.
4303 Change to frndint<mode>2_<rounding>.
4304 (frndintxf2_<rounding>_i387): Likewise. Change to
4305 frndint<mode>2_<rounding>_i387.
4306 (<rounding_insn>xf2): Likewise.
4307 (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
4308 !flag_trapping_math instead of flag_unsafe_math_optimizations for
4309 x87. Test TARGET_ROUND || !flag_trapping_math ||
4310 flag_fp_int_builtin_inexact instead of !flag_trapping_math for
4311 SSE. Use ROUND_NO_EXC in constant operand of
4312 gen_sse4_1_round<mode>2. Just use gen_frndint<mode>2_<rounding>
4313 for 387 instead of extending and truncating.
4315 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
4316 Julia Koval <julia.koval@intel.com>
4328 * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
4329 * config/i386/i386.c (ix86_conditional_register_usage): Preserve
4330 all registers, except for function return registers if there are
4331 no caller-saved registers.
4332 (ix86_set_func_type): New function.
4333 (ix86_set_current_function): Call ix86_set_func_type to set
4334 no_caller_saved_registers and func_type. Call reinit_regs if
4335 caller-saved registers are changed. Don't allow MPX, SSE, MMX
4336 nor x87 instructions in interrupt handler nor function with
4337 no_caller_saved_registers attribute.
4338 (ix86_function_ok_for_sibcall): Return false if there are no
4339 caller-saved registers.
4340 (type_natural_mode): Don't warn ABI change for MMX in interrupt
4342 (ix86_function_arg_advance): Skip for callee in interrupt handler.
4343 (ix86_function_arg): Return special arguments in interrupt handler.
4344 (ix86_promote_function_mode): Promote pointer to word_mode only
4345 for normal functions.
4346 (ix86_can_use_return_insn_p): Don't use `ret' instruction in
4348 (ix86_epilogue_uses): New function.
4349 (ix86_hard_regno_scratch_ok): Likewise.
4350 (ix86_save_reg): Preserve all registers in interrupt handler
4351 after reload. Preserve all registers, except for function return
4352 registers, if there are no caller-saved registers after reload.
4353 (find_drap_reg): Always use callee-saved register if there are
4354 no caller-saved registers.
4355 (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
4356 for interrupt handler.
4357 (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
4358 Emit cld instruction if stringops are used in interrupt handler
4359 or interrupt handler isn't a leaf function.
4360 (ix86_expand_epilogue): Generate interrupt return for interrupt
4361 handler and pop the 'ERROR_CODE' off the stack before interrupt
4362 return in exception handler.
4363 (ix86_expand_call): Disallow calling interrupt handler directly.
4364 If there are no caller-saved registers, mark all registers that
4365 are clobbered by the call which returns as clobbered.
4366 (ix86_handle_no_caller_saved_registers_attribute): New function.
4367 (ix86_handle_interrupt_attribute): Likewise.
4368 (ix86_attribute_table): Add interrupt and no_caller_saved_registers
4370 (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
4371 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
4372 accumulation in interrupt function if stack may be realigned to
4374 (EPILOGUE_USES): New.
4375 (function_type): New enum.
4376 (machine_function): Add func_type and no_caller_saved_registers.
4377 * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
4378 (interrupt_return): New pattern.
4379 * doc/extend.texi: Document x86 interrupt and
4380 no_caller_saved_registers attributes.
4382 2016-06-03 Bernd Schmidt <bschmidt@redhat.com>
4384 PR tree-optimization/52171
4385 * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
4386 (expand_builtin_memcmp): New arg RESULT_EQ. All callers changed.
4387 Look for constant strings. Move some code to emit_block_cmp_hints
4389 * builtins.def (BUILT_IN_MEMCMP_EQ): New.
4390 * defaults.h (COMPARE_MAX_PIECES): New macro.
4391 * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
4392 (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
4393 (clear_by_pieces_1): Don't declare. Move definition before use.
4394 (can_do_by_pieces): New static function.
4395 (can_move_by_pieces): Use it. Return bool.
4396 (by_pieces_ninsns): Renamed from move_by_pieces_ninsns. New arg
4397 OP. All callers changed. Handle COMPARE_BY_PIECES.
4398 (class pieces_addr); New.
4399 (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
4400 pieces_addr::adjust, pieces_addr::increment_address,
4401 pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
4403 (class op_by_pieces_d): New.
4404 (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
4406 (class move_by_pieces_d, class compare_by_pieces_d,
4407 class store_by_pieces_d): New subclasses of op_by_pieces_d.
4408 (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
4409 move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
4410 store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
4411 compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
4412 compare_by_pieces_d::finish_mode): New member functions.
4413 (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
4415 (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
4416 (emit_block_cmp_hints): New function.
4417 (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
4418 use the newly defined classes.
4419 * expr.h (by_pieces_constfn): New typedef.
4420 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
4421 (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
4422 (move_by_pieces_ninsns): Don't declare.
4423 (can_move_by_pieces): Change return value to bool.
4424 * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
4425 (compare_by_pieces_branch_ratio): New hook.
4426 * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
4427 (by_pieces_ninsns): Declare.
4428 * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
4430 (default_compare_by_pieces_branch_ratio): New function.
4431 * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
4432 * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
4433 * doc/tm.texi: Regenerate.
4434 * tree-ssa-strlen.c: Include "builtins.h".
4435 (handle_builtin_memcmp): New static function.
4436 (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
4437 * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
4439 2016-06-03 Alan Hayward <alan.hayward@arm.com>
4441 * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
4442 relevant stmts which are simple and invariant.
4443 * tree-vect-loop.c (vectorizable_live_operation): Check relevance
4444 instead of simple and invariant
4446 2016-06-03 Alan Hayward <alan.hayward@arm.com>
4448 * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
4449 (vectorizable_reduction): Check for new relevant state.
4450 (vectorizable_live_operation): vectorize live stmts using
4451 BIT_FIELD_REF. Remove special case for gimple assigns stmts.
4452 * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
4453 (vect_stmt_relevant_p): Check for stmts which are only used live.
4454 (process_use): Use of a stmt does not inherit it's live value.
4455 (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
4456 (vect_analyze_stmt): Check for new relevant state.
4457 * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
4458 outside the loop, but not inside it.
4460 2016-06-03 Alan Hayward <alan.hayward@arm.com>
4462 * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
4463 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
4464 (vect_get_vec_def_for_operand): Split out code.
4466 2016-06-03 Segher Boessenkool <segher@kernel.crashing.org>
4468 * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
4470 2016-06-03 Alan Hayward <alan.hayward@arm.com>
4472 * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
4474 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4476 * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
4478 2016-06-03 Jakub Jelinek <jakub@redhat.com>
4481 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
4482 to noreturn e->callee->decl that has void return type and void
4483 arguments, adjust gimple_call_fntype and remove lhs even if it had
4484 previously addressable type.
4486 2016-06-02 Jeff Law <law@redhat.com>
4488 PR tree-optimization/71328
4489 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
4490 error when checking for a jump back onto the copied path.
4492 2016-06-02 David Malcolm <dmalcolm@redhat.com>
4494 * config/microblaze/microblaze.c (get_branch_target): Add return
4495 NULL_RTX for the non-CALL_P case.
4496 (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
4497 (insert_wic): Remove unused local "j".
4499 2016-06-02 Martin Liska <mliska@suse.cz>
4501 * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
4503 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
4504 Julia Koval <julia.koval@intel.com>
4506 * function.c (assign_parm_setup_stack): Force source into a
4508 * target.def (function_incoming_arg): Update documentation to
4509 allow arbitrary address computation based on hard register.
4510 * doc/tm.texi: Regenerated.
4512 2016-06-02 Martin Liska <mliska@suse.cz>
4514 * predict.c (combine_predictions_for_bb): Fix first match in
4515 cases where a first predictor contains more than one occurence
4516 in list of predictors. Take the best value in such case.
4518 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4520 PR rtl-optimization/71295
4521 * rtlanal.c (subreg_get_info): If taking a subreg at the requested
4522 offset would go over the size of the inner mode reject it.
4524 2016-06-02 Jakub Jelinek <jakub@redhat.com>
4526 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
4527 x=x,x and v=v,m instead of x=x,m.
4529 * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
4530 alternative. Change x=x,x alternative to v=Yv,Yv and x=rm,C
4531 alternative to v=rm,C.
4533 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
4534 alternative. Change x=xm,C alternative to v=vm,C, x=x,x alternative
4535 to v=Yv,Yv and x=x,m to v=v,m. Use maybe_evex prefix attribute
4536 instead of vex for the last two above mentioned alternatives.
4538 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4541 * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
4543 2016-06-02 Segher Boessenkool <segher@kernel.crashing.org>
4545 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
4547 2016-06-01 David Malcolm <dmalcolm@redhat.com>
4549 * config/rl78/rl78.c (rl78_expand_prologue): Convert local
4550 from int to unsigned.
4552 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
4554 * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
4555 alternatives, eliminating preferred register class. Add support
4556 for the MTVSRDD instruction in ISA 3.0.
4557 (vsx_splat_v4si_internal): Use splat_input_operand instead of
4558 reg_or_indexed_operand.
4559 (vsx_splat_v4sf_internal): Likewise.
4561 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
4564 * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
4565 for loading up all 0's or all 1's.
4567 2016-06-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
4569 * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
4571 2016-06-01 Eduard Sanou <dhole@openmailbox.org>
4573 * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
4575 * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
4576 * gcc.c (set_source_date_epoch_envvar): New function, sets
4577 the SOURCE_DATE_EPOCH environment variable to the current time.
4579 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
4581 * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
4582 the factor for live Phi nodes.
4584 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
4586 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
4587 * tree-parloops.c (parallelize_loops): likewise.
4588 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
4589 tree_unswitch_outer_loop): likewise.
4591 2016-06-01 Jakub Jelinek <jakub@redhat.com>
4594 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
4595 around creation of the temporary.
4597 2016-06-01 Richard Biener <rguenther@suse.de>
4599 PR tree-optimization/71366
4600 * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
4601 (unloop_loops): Move removing edges here ...
4602 (try_unroll_loop_completely): ... from here.
4603 (try_peel_loop): ... and here.
4604 (tree_unroll_loops_completely_1): Track parent loops via
4605 bitmap of header BBs.
4606 (tree_unroll_loops_completely): Adjust for that.
4608 2016-06-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
4610 * config/rs6000/altivec.h (vec_slv): New macro.
4611 (vec_srv): New macro.
4612 * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
4613 (UNSPEC_VSRV): New value.
4616 * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
4617 (vsrv): New builtin definition.
4618 * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
4619 define argument types for new builtin.
4620 (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
4622 * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
4625 2016-06-01 Uros Bizjak <ubizjak@gmail.com>
4626 Jocelyn Mayer <l_indien@magic.fr>
4629 * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
4630 detect processor family for signature_CENTAUR_ebx.
4631 <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
4632 signature_CENTAUR_ebx.
4633 <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
4634 <default>: Pass x86-64 for has_longmode.
4636 2016-06-01 Nathan Sidwell <nathan@acm.org>
4638 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
4641 2016-06-01 Richard Biener <rguenther@suse.de>
4643 PR tree-optimization/71261
4644 * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
4645 of stmts successfully put in the bool pattern. Remove
4646 single-use restriction.
4647 (adjust_bool_pattern_cast): Add cast at the use site via the
4648 pattern def sequence.
4649 (adjust_bool_pattern): Remove recursion, maintain a hash-map
4650 of patterned defs. Use the pattern def seqence instead of
4651 multiple independent patterns.
4652 (sort_after_uid): New qsort compare function.
4653 (adjust_bool_stmts): New function to process stmts in the bool
4654 pattern in IL order.
4655 (vect_recog_bool_pattern): Adjust.
4656 * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
4657 (ifcvt_walk_pattern_tree): Likewise.
4658 (stmt_is_root_of_bool_pattern): Likewise.
4659 (ifcvt_repair_bool_pattern): Likewise.
4660 (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
4662 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
4664 * loop-unroll.c (decide_unroll_constant_iterations,
4665 decide_unroll_runtime_iterations, decide_unroll_stupid): Use
4666 likely upper bounds.
4667 * loop-iv.c (find_simple_exit): Dump likely upper bounds.
4669 2016-06-01 Thomas Schwinge <thomas@codesourcery.com>
4671 * tree-core.h (enum omp_clause_code): Remove
4672 OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users.
4674 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4676 * config/arm/sync.md (arm_store_exclusive<mode>):
4677 Use 'H' output modifier on operands[2] rather than creating a new
4678 entry in out-of-bounds memory of the operands array.
4679 (arm_store_release_exclusivedi): Likewise.
4681 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4683 * config/arm/arm.c (arm_fusion_enabled_p): New function.
4684 * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
4685 * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
4686 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
4688 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
4690 * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
4691 into account live statements for mask producers.
4693 2016-06-01 Richard Biener <rguenther@suse.de>
4695 PR tree-optimization/71311
4696 * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
4697 restrict to non-INTEGER_CST @0.
4699 2016-06-01 Richard Biener <rguenther@suse.de>
4701 * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
4702 (relational patterns): Use :c to avoid pattern duplications.
4704 2016-06-01 Richard Biener <rguenther@suse.de>
4706 * genmatch.c (comparison_code_p): New predicate.
4707 (swap_tree_comparison): New function.
4708 (commutate): Add for_vec parameter to append new for entries.
4709 Support commutating relational operators by swapping it alongside
4711 (lower_commutative): Adjust.
4712 (dt_simplify::gen): Do not pass artificial operators to gen
4714 (decision_tree::gen): Do not add artificial operators as parameters.
4715 (parser::parse_expr): Verify operator commutativity when :c is
4716 applied. Allow :C to override this.
4717 * match.pd: Adjust patterns to use :C instead of :c where required.
4719 2016-06-01 Patrick Palka <ppalka@gcc.gnu.org>
4721 PR tree-optimization/71077
4722 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
4723 the combining step, use boolean_false_node and boolean_true_node
4724 as the designated false/true return values.
4726 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
4728 * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
4729 * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
4730 (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
4733 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
4735 * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
4736 of flags impliying the register renaming.
4737 * toplev.c (process_options): Do not imply flag_rename_registers with
4740 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
4742 * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
4743 default implementation.
4745 2016-05-31 Nathan Sidwell <nathan@acm.org>
4747 * dwarf2out.c (cur_line_info_table): Add GTY marker.
4749 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
4751 * config/sh/constraints.md (b): Remove constraint.
4752 * config/sh/predicates.md (arith_reg_operand): Remove
4754 * config/sh/sh-modes.def (PDI): Remove.
4755 * config/sh/sh.c (sh_target_reg_class,
4756 sh_optimize_target_register_callee_saved): Remove functions.
4757 (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
4758 (sh_expand_epilogue): Update comment.
4759 (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
4760 sh_secondary_reload): Remove TARGET_REGS related code.
4761 * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
4762 TARGET_REGISTER_P): Remove macros.
4763 (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
4764 * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
4765 TR1_REG, TR2_REG): Remove constants.
4766 * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
4768 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
4770 * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
4771 define_expand patterns.
4772 (adddi3_compact): Rename to adddi3.
4773 (subdi3_compact): Rename to subdi3.
4774 (*negdi2): Rename to negdi2.
4775 (*abs<mode>2): Rename to abs<mode>2.
4777 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
4779 * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
4780 (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
4781 (atomic_sub_fetchsi): ... this new pattern.
4782 (mvtc): Add CC_REG clobber.
4784 2016-05-31 Marek Polacek <polacek@redhat.com>
4786 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
4788 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4790 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
4791 aarch64_fusion_enabled_p to check for fusion capabilities.
4793 2016-05-31 Richard Biener <rguenther@suse.de>
4795 PR tree-optimization/71352
4796 * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
4797 minus one and a negate.
4799 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4801 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
4802 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
4804 * config/aarch64/iterators.md (insn_count): Add descriptive comment.
4805 * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
4806 Remove use of aarch64_simd_attr_length_move, set length attribute
4808 (*aarch64_be_movoi): Likewise.
4809 (*aarch64_be_movci): Likewise.
4810 (*aarch64_be_movxi): Likewise.
4812 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
4814 * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
4815 It no longer does that.
4816 * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
4818 2016-05-31 Wladimir J. van der Laan <laanwj@gmail.com>
4820 * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
4821 attribute __unused__.
4823 2016-05-31 Thomas Preud'homme <thomas.preudhomme@arm.com>
4825 * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
4826 * config/arm/arm.c (arm_arch_thumb1): Define.
4827 (arm_option_override): Initialize arm_arch_thumb1.
4828 * config/arm/arm.h (arm_arch_thumb1): Declare.
4829 (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
4830 support Thumb-1 ISA.
4832 2016-05-31 Kirill Yukhin <kirill.yukhin@intel.com>
4835 * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
4836 `Yv' for scalar operand.
4838 2016-05-31 Tom de Vries <tom@codesourcery.com>
4840 PR tree-optimization/69068
4841 * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
4842 phis with more than two args.
4844 2016-05-30 Andreas Tobler <andreast@gcc.gnu.org>
4846 * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
4847 armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
4850 2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
4852 * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
4854 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
4856 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
4857 cpu_32, cpu_64, tune_32 and tune_64.
4858 * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
4860 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
4862 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
4864 2016-05-30 Andi Kleen <ak@linux.intel.com>
4866 * auto-profile.c (read_profile): Replace asserts with errors
4867 when file does not exist.
4868 * gcov-io.c (gcov_read_words): Dito.
4870 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4872 * tree-cfg.c (print_loop): Print likely upper bounds.
4874 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4876 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
4877 * opts.c (default_options): Enable peel loops at -O3.
4878 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
4879 (try_peel_loop): Do not re-peel already peeled loops;
4880 use likely upper bounds; fix profile updating.
4881 (pass_complete_unroll::execute): Initialize peeled_loops.
4883 2016-05-30 Martin Liska <mliska@suse.cz>
4885 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
4886 computed costs by frequency of BB they belong to.
4887 (get_scaled_computation_cost_at): New function.
4889 2016-05-30 Alexander Monakov <amonakov@ispras.ru>
4890 Marc Glisse <marc.glisse@inria.fr>
4892 PR tree-optimization/71289
4893 * match.pd (-1 / B < A, A > -1 / B): New transformations.
4895 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4897 * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
4899 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4901 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
4902 for peeled copies; avoid underflow when updating estimates; correctly
4905 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
4907 * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
4908 r236875. Corrected oe3 to oe2 as obvious.
4910 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
4914 * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
4915 that inserted stmt will not dominate stmts that defines its operand.
4916 (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
4917 (rewrite_expr_tree_parallel): Likewise.
4919 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
4922 * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
4923 all fields including stmt_to_insert are swapped.
4925 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4927 * predict.h (force_edge_cold): Declare.
4928 * predict.c (force_edge_cold): New function.
4929 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
4931 (canonicalize_loop_induction_variables): Fix formating.
4933 2016-05-30 Eric Botcazou <ebotcazou@adacore.com>
4935 * config/visium/visium.c (visium_split_double_add): Minor tweaks.
4936 (visium_expand_copysign): Use gen_int_mode directly.
4937 (visium_compute_frame_size): Minor tweaks.
4939 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
4941 * tree-vect-loop.c (vect_analyze_loop_2): Use
4942 likely_max_stmt_executions_int.
4944 2016-05-30 Tom de Vries <tom@codesourcery.com>
4946 PR tree-optimization/69067
4947 * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
4949 2016-05-29 Uros Bizjak <ubizjak@gmail.com>
4952 * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
4953 New peepholes to remove unneeded fild/fistp pairs.
4954 (define_peephole2 atomic_loaddi_fpu): Ditto.
4956 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4958 * predict.c (maybe_hot_frequency_p): Avoid division.
4960 2016-05-28 Gerald Pfeifer <gerald@pfeifer.com>
4962 * doc/install.texi: Use https for shop.fsf.org.
4964 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4966 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
4967 likely_max_stmt_executions_int.
4969 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4971 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
4972 likely_max_stmt_executions_int.
4974 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4976 * profile.c (compute_branch_probabilities): Do not report hitrates
4978 (branch_prob): Report hitrates here.
4979 * predict.c (gimple_predict_edge): Do not assert profile status;
4980 fix formatting issues.
4982 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4984 * predict.c (edge_predicted_by_p): New function.
4985 (predict_paths_for_bb): Do not put multiple predictions of the same type
4988 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
4990 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
4993 2016-05-28 Alan Modra <amodra@gmail.com>
4995 * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
4997 2016-05-28 Alan Modra <amodra@gmail.com>
4999 PR rtl-optimization/71275
5000 * ira.c (ira): Free dominance info.
5002 2016-05-27 Gerald Pfeifer <gerald@pfeifer.com>
5004 * doc/sourcebuild.texi: New address for upstream Go repository.
5006 2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
5008 * config/arm/arm.h (TARGET_ARM_V6M): Remove.
5009 (TARGET_ARM_V7M): Likewise.
5011 2016-05-26 Jeff Law <law@redhat.com>
5013 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
5014 (thread_across_edge): Remove calls to find_jump_threads_backwards.
5015 * passes.def: Add jump threading passes before DOM/VRP.
5016 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
5017 argument to a basic block from an edge. Remove tests which are
5019 (pass_data_thread_jumps, class pass_thread_jumps): New.
5020 (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
5021 (make_pass_thread_jumps): Likewise.
5022 * tree-pass.h (make_pass_thread_jumps): Declare.
5024 2016-05-27 Eric Botcazou <ebotcazou@adacore.com>
5026 * config/visium/visium-protos.h (split_double_move): Rename into...
5027 (visium_split_double_move): ...this.
5028 (visium_split_double_add): Declare.
5029 * config/visium/visium.c (split_double_move): Rename into...
5030 (visium_split_double_move): ...this.
5031 (visium_split_double_add): New function.
5032 (visium_expand_copysign): Renumber operands for consistency.
5033 * config/visium/visium.md (DImode move splitter): Adjust to renaming.
5034 (DFmode move splitter): Likewise.
5035 (*addi3_insn): Split by means of visium_split_double_add.
5036 (*adddi3_insn_flags): Delete.
5037 (*plus_plus_sltu<subst_arith>): New insn.
5038 (*subdi3_insn): Split by means of visium_split_double_add.
5039 (subdi3_insn_flags): Delete.
5040 (*minus_minus_sltu<subst_arith>): New insn.
5041 (*negdi2_insn): Split by means of visium_split_double_add.
5042 (*negdi2_insn_flags): Delete.
5044 2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
5046 * configure.ac: Treat a --with-headers option without argument
5047 the same as the default (i.e. consult sys-include directory).
5048 * configure: Regenerate.
5050 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5052 * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
5053 * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
5055 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
5056 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
5058 2016-05-27 Jiong Wang <jiong.wang@arm.com>
5061 * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
5062 tree-stdarg analysis results.
5063 (aarch64_setup_incoming_varargs): Likewise.
5065 2016-05-27 Jiong Wang <jiong.wang@arm.com>
5067 * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
5068 va_list_gpr_counter_field and va_list_fpr_counter_field.
5070 2016-05-27 Wilco Dijkstra <wdijkstr@arm.com>
5073 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
5074 * config/aarch64/aarch64.c
5075 (aarch64_cannot_change_mode_class): Remove function.
5076 * config/aarch64/aarch64-protos.h
5077 (aarch64_cannot_change_mode_class): Remove.
5079 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
5081 * cfgloop.c (record_niter_bound): Record likely upper bounds.
5082 (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
5083 get_likely_max_loop_iterations_int): New.
5084 * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
5085 any_likely_upper_bound.
5086 (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
5088 * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
5089 * loop-unroll.c (unroll_loop_constant_iterations): Update likely
5091 (unroll_loop_constant_iterations): Likewise.
5092 (unroll_loop_runtime_iterations): Likewise.
5093 * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
5094 * lto-streamer-out.c (output_cfg): Likewise.
5095 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
5097 (canonicalize_loop_induction_variables): Dump likely upper bounds.
5098 * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
5099 (likely_max_loop_iterations): New.
5100 (likely_max_loop_iterations_int): New.
5101 (likely_max_stmt_executions): New.
5102 * tree-ssa-loop-niter.h (likely_max_loop_iterations,
5103 likely_max_loop_iterations_int, likely_max_stmt_executions_int,
5104 likely_max_stmt_executions): Declare.
5106 2016-05-27 Marek Polacek <polacek@redhat.com>
5109 * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
5111 2016-05-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5113 * config/s390/s390.md (2x risbg splitters): Use
5114 reg_overlap_mentioned_p instead of rtx_equal_p.
5116 2016-05-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
5118 * combine.c (make_compound_operation): Take known zero bits into
5119 account when checking for possible zero_extend.
5121 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5123 * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
5124 Use const_int_operand for operand 2 predicate. Simplify expand code
5127 2016-05-27 Ilya Enkovich <ilya.enkovich@intel.com>
5130 * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
5133 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5135 * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
5136 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
5137 that returns CC_SESWPmode and CC_ZESWPmode.
5138 (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
5140 (aarch64_rtx_costs): Likewise.
5142 2016-05-26 Michael Meissner <meissner@linux.vnet.ibm.com>
5144 * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
5145 for ISA 3.0 min/max support.
5146 (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
5147 conditional move support.
5148 (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
5149 rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
5151 * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
5152 conditional moves where the comparison type is different from move
5154 (fp_minmax): New code iterator for smin/smax.
5155 (minmax): New code attributes for min/max.
5156 (SMINMAX): Likewise.
5157 (smax<mode>3): Combine min, max insns into one insn using the
5158 fp_minmax code iterator. Add support for ISA 3.0 min/max
5159 instructions that don't need -ffast-math.
5160 (s<minmax><mode>3): Likewise.
5161 (smax<mode>3_vsx): Likewise.
5162 (smin<mode>3): Likewise.
5163 (s<minmax><mode>3_vsx): Likewise.
5164 (smin<mode>3_vsx): Likewise.
5165 (pre-VSX min/max splitters): Likewise.
5166 (s<minmax><mode>3_fpr): Likewise.
5167 (movsfcc): Rewrite floating point conditional moves to combine
5168 SFmode/DFmode into a single insn.
5169 (mov<mode>cc): Likewise.
5170 (movdfcc): Likewise.
5171 (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
5172 SFDF2 iterators to handle all combinations.
5173 (fseldfsf4): Likewise.
5174 (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
5175 (fseldfdf4): Likewise.
5176 (fselsfdf4): Likewise.
5177 (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
5178 comparison instructions that set a 0/-1 mask, and use it for
5179 floating point conditional move via XXSEL.
5180 (fpmask<mode>): Likewise.
5181 (xxsel<mode>): Likewise.
5182 * config/rs6000/predicates.md (min_max_operator): Delete, no
5184 (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
5185 instructions that generate a 0/-1 mask for use with XXSEL.
5186 * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
5187 say whether floating point min/max is available, either through
5188 FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
5189 (TARGET_MINMAX_DF): Likewise.
5191 2016-05-27 Alan Modra <amodra@gmail.com>
5193 PR rtl-optimization/71275
5194 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
5195 for update_equiv_regs and combine_and_move_insns.
5197 2016-05-26 Uros Bizjak <ubizjak@gmail.com>
5199 * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
5200 if_then_else or cond RTXes to calculate attribute value.
5201 * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
5202 <attr "length_immediate>: Ditto.
5203 (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
5204 * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
5205 (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
5206 <attr "type">: Ditto.
5207 <attr "prefix_data16">: Ditto.
5208 <attr "prefix_extra">: Ditto.
5209 <attr "length_immediate">: Ditto.
5210 <attr "prefix">: Ditto.
5211 (vec_set<mode>_0) <attr "isa">: Ditto.
5212 <attr "prefix_extra">: Ditto.
5213 <attr "length_immediate">: Ditto.
5214 <attr "prefix">: Ditto.
5215 (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
5216 (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
5217 (sse2_storelpd) <attr "prefix_data16">: Ditto.
5218 (sse2_loadhpd) <attr "prefix_data16">: Ditto.
5219 (sse2_loadlpd) <attr "prefix_data16">: Ditto.
5220 <attr "length_immediate">: Ditto.
5221 <attr "prefix">: Ditto.
5222 (sse2_movsd) <attr "length_immediate">: Ditto.
5223 <attr "prefix">: Ditto.
5224 (vec_concatv2df) <attr "isa">: Ditto.
5225 <attr "prefix">: Ditto.
5226 (*vec_extractv4si) <attr "prefix_extra">: Ditto.
5227 (*vec_extractv2di_1) <attr "isa">: Ditto.
5228 <attr "type">: Ditto.
5229 <attr "length_immediate">: Ditto.
5230 <attr "prefix_rex">: Ditto.
5231 <attr "prefix_extra">: Ditto.
5232 (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
5233 <attr "prefix_extra">: Ditto.
5234 <attr "length_immediate">: Ditto.
5235 (vec_concatv2di) <attr "isa">: Ditto.
5236 <attr "prefix_extra">: Ditto.
5237 <attr "length_immediate">: Ditto.
5238 <attr "prefix">: Ditto.
5240 2016-05-26 Martin Liska <mliska@suse.cz>
5242 * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
5244 (operator+): Likewise.
5245 (operator-): Likewise.
5246 (comp_cost::operator+=): Likewise.
5247 (comp_cost::operator-=): Likewise.
5248 (comp_cost::operator/=): Likewise.
5249 (comp_cost::operator*=): Likewise.
5250 (operator<): Likewise.
5251 (operator==): Likewise.
5252 (operator<=): Likewise.
5254 (infinite_cost_p): Likewise.
5255 (add_costs): Likewise.
5256 (sub_costs): Likewise.
5257 (compare_costs): Likewise.
5258 (set_group_iv_cost): Use the newly introduced functions.
5259 (get_address_cost): Likewise.
5260 (get_shiftadd_cost): Likewise.
5261 (force_expr_to_var_cost): Likewise.
5262 (split_address_cost): Likewise.
5263 (ptr_difference_cost): Likewise.
5264 (difference_cost): Likewise.
5265 (get_computation_cost_at): Likewise.
5266 (determine_group_iv_cost_generic): Likewise.
5267 (determine_group_iv_cost_address): Likewise.
5268 (determine_group_iv_cost_cond): Likewise.
5269 (autoinc_possible_for_pair): Likewise.
5270 (determine_group_iv_costs): Likewise.
5271 (cheaper_cost_pair): Likewise.
5272 (iv_ca_recount_cost): Likewise.
5273 (iv_ca_set_no_cp): Likewise.
5274 (iv_ca_set_cp): Likewise.
5275 (iv_ca_cost): Likewise.
5276 (iv_ca_new): Likewise.
5277 (iv_ca_dump): Likewise.
5278 (iv_ca_narrow): Likewise.
5279 (iv_ca_prune): Likewise.
5280 (iv_ca_replace): Likewise.
5281 (try_add_cand_for): Likewise.
5282 (try_improve_iv_set): Likewise.
5283 (find_optimal_iv_set): Likewise.
5285 2016-05-26 Richard Sandiford <richard.sandiford@arm.com>
5287 * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
5288 that internal functions will clobber all caller-saved registers.
5290 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
5292 * config/aarch64/aarch64.c (aarch64_case_values_threshold):
5293 Return a better case_values_threshold when optimizing.
5295 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
5297 * config/aarch64/aarch64-simd.md (aarch64_combinez):
5298 Add ? to integer variant.
5299 (aarch64_combinez_be): Likewise.
5301 2016-05-26 Jakub Jelinek <jakub@redhat.com>
5303 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
5304 instead of x constraint.
5305 (vcvtps2ph256<mask_name>): Likewise.
5307 * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
5308 alternative. Formatting fix.
5310 * config/i386/sse.md
5311 (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
5313 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
5314 (*avx_vperm_broadcast_v4sf): Use v constraint instead of x. Use
5315 maybe_evex prefix instead of vex.
5316 (*avx_vperm_broadcast_<mode>): Use v constraint instead of x. Handle
5317 EXT_REX_SSE_REG_P (op0) case in the splitter.
5319 2016-05-25 Jeff Law <law@redhat.com>
5321 PR tree-optimization/71272
5322 * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
5323 Update comments. Add test for empty path.
5325 2016-05-25 Bill Seurer <seurer@linux.vnet.ibm.com>
5327 * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
5328 * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
5329 special case builtin.
5330 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
5331 code for ALTIVEC_BUILTIN_VEC_CMPNE.
5332 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
5333 for __builtin_vec_cmpne.
5335 2016-05-25 Eric Botcazou <ebotcazou@adacore.com>
5337 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
5338 redundant test and bail out if the type of the new operand is not
5339 a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
5341 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
5343 * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
5344 (x_ix86_target_flags_explicit): Remove.
5345 * config/i386/i386.c (ix86_function_specific_save): Do not copy
5346 x_ix86_target_flags_explicit.
5347 (ix86_function_specific_restore): Ditto.
5349 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
5350 H.J. Lu <hongjiu.lu@intel.com>
5353 * common/config/i386/i386-common.c
5354 (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
5355 (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
5356 MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
5357 * config/i386/i386.opt (ix86_target_flags): Add new Variable.
5358 (-mgeneral-regs-only): Add new option.
5359 * config/i386/i386.c (ix86_option_override_internal): Don't enable
5360 x87 instructions if only general registers are allowed.
5361 (ix86_target_string): Add ix86_flags argument. Handle additional
5362 flags options through ix86_flags argument. Update all callers.
5363 * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
5365 2016-05-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5367 PR rtl-optimization/66940
5368 * ifcvt.c (noce_get_alt_condition): Check that incrementing or
5369 decrementing desired_val will not overflow before performing these
5372 2016-05-25 Ilya Verbin <ilya.verbin@intel.com>
5374 * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
5375 V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
5376 * config/i386/i386.c (enum ix86_builtins): Add
5377 IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
5378 IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
5379 IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
5380 IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
5381 IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
5382 IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
5383 (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
5384 __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
5385 __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
5386 __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
5387 __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
5388 __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
5389 Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
5390 __builtin_ia32_cvtps2dq512_mask.
5391 (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
5392 V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
5393 (ix86_builtin_vectorized_function): Handle builtins mentioned above.
5394 * config/i386/sse.md
5395 (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
5397 (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
5398 (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
5400 (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
5401 (avx512f_vec_pack_sfix_v8df): New define_expand.
5402 (avx512f_roundpd512): Rename to ...
5403 (avx512f_round<castmode>512): ... this. Change iterator.
5404 (avx512f_roundps512_sfix): New define_expand.
5405 (round<mode>2_sfix): Change iterator.
5407 2016-05-25 Nick Clifton <nickc@redhat.com>
5409 * config/msp430/msp430.c (msp430_attr): Produce an error if a
5410 static interrupt handler is detected.
5411 * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
5412 default linker script.
5413 * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
5414 the low part of a symbolic pointer.
5416 2016-05-25 Richard Biener <rguenther@suse.de>
5418 PR tree-optimization/71261
5419 * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
5420 interesting stmt instead of immediate uses when looking
5421 for the use operand to replace.
5423 2016-05-25 Martin Liska <mliska@suse.cz>
5425 * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
5427 2016-05-25 Richard Biener <rguenther@suse.de>
5429 PR tree-optimization/71264
5430 * tree-vect-stmts.c (vect_init_vector): Properly deal with
5433 2016-05-25 Martin Liska <mliska@suse.cz>
5435 PR tree-optimization/71239
5436 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
5437 if DECL_SIZE is NULL.
5439 2016-05-25 Richard Biener <rguenther@suse.de>
5441 * timevar.def (TV_TREE_LOOP_IFCVT): Add.
5442 * tree-if-conv.c (pass_data_if_conversion): Use it.
5444 2016-05-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
5446 * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
5447 * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
5448 * varpool.c (varpool_node::get_availability): Likewise.
5450 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
5452 * config/rs6000/altivec.md (VNEG iterator): New iterator for
5453 VNEGW/VNEGD instructions.
5454 (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
5455 (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
5456 support for ISA 3.0 VNEGW/VNEGD instructions.
5458 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
5460 * gimplify.c (omp_notice_variable): Use zero-length arrays for data
5461 pointers inside OACC_DATA regions.
5462 (gimplify_scan_omp_clauses): Prune firstprivate clause associated
5463 with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
5464 (gimplify_adjust_omp_clauses): Fix typo in comment.
5466 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
5468 * config/rs6000/altivec.md (VParity): New mode iterator for vector
5469 parity built-in functions.
5470 (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
5472 (p9v_parity<mode>2): Likewise.
5473 * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
5475 (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
5476 (parity<mode>2): ISA 3.0 expander for vector parity.
5477 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
5479 (BU_P9_64BIT_MISC_0): Likewise.
5480 (BU_P9_MISC_0): Likewise.
5481 (BU_P9V_AV_1): Likewise.
5482 (BU_P9V_AV_2): Likewise.
5483 (BU_P9V_AV_3): Likewise.
5484 (BU_P9V_AV_P): Likewise.
5485 (BU_P9V_VSX_1): Likewise.
5486 (BU_P9V_OVERLOAD_1): Likewise.
5487 (BU_P9V_OVERLOAD_2): Likewise.
5488 (BU_P9V_OVERLOAD_3): Likewise.
5489 (VCTZB): Add vector count trailing zeros support.
5493 (VPRTYBD): Add vector parity support.
5494 (VPRTYBQ): Likewise.
5495 (VPRTYBW): Likewise.
5496 (VCTZ): Add overloaded vector count trailing zeros support.
5497 (VPRTYB): Add overloaded vector parity support.
5498 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5499 overloaded vector count trailing zeros and parity instructions.
5500 * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
5501 vector parity support.
5502 * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
5503 trailing zeros support.
5504 (vec_cntlz): Likewise.
5505 (vec_vctzb): Likewise.
5506 (vec_vctzd): Likewise.
5507 (vec_vctzh): Likewise.
5508 (vec_vctzw): Likewise.
5509 (vec_vprtyb): Add ISA 3.0 vector parity support.
5510 (vec_vprtybd): Likewise.
5511 (vec_vprtybw): Likewise.
5512 (vec_vprtybq): Likewise.
5513 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
5514 the ISA 3.0 vector count trailing zeros and vector parity built-in
5517 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
5519 * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
5520 when there is stmt_to_insert.
5522 2016-05-24 Martin Sebor <msebor@redhat.com>
5525 * tree.h (complete_or_array_type_p): New inline function.
5527 2016-05-24 Jakub Jelinek <jakub@redhat.com>
5529 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
5530 * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
5531 rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
5533 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
5534 Limit 1st alternative to noavx isa, split 2nd alternative into one
5535 noavx and one avx alternative, use *x and Bm in the former and
5536 x and m in the latter.
5538 * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
5539 of sse4 for the first alternative, drop %v from the template
5540 and d operand modifier. Split second alternative into one sse4_noavx
5541 and one avx alternative, use *x instead of *v in the former and v
5542 instead of *v in the latter.
5543 (*sse4_1_extractps): Use noavx isa instead of * for the first
5544 alternative, drop %v from the template. Split second alternative into
5545 one noavx and one avx alternative, use *x instead of *v in the
5546 former and v instead of *v in the latter.
5547 (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
5548 with noavx and the last one with avx.
5549 (sse4_1_phminposuw): Guard first alternative with noavx isa,
5550 split the second one into one noavx and one avx alternative,
5551 use *x and Bm in the former and x and m in the latter one.
5552 (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
5555 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
5556 first two alternatives to noavx, use *x instead of *v in the second
5557 one, add avx alternative without *.
5558 (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
5559 sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
5560 sse4_1_<code>v2siv2di2<mask_name>): Likewise.
5562 2016-05-24 Jeff Law <law@redhat.com>
5564 * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
5565 New function, extracted from...
5566 (fsm_find_control_statement_thread_paths): Here. Use the new function.
5567 Allow simple copies and constant initializations in the SSA chain.
5569 2016-05-24 Marek Polacek <polacek@redhat.com>
5572 * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
5575 2016-05-24 Jakub Jelinek <jakub@redhat.com>
5578 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
5579 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
5580 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add
5581 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
5582 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
5584 2016-05-24 Richard Biener <rguenther@suse.de>
5586 PR tree-optimization/71240
5587 * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
5590 2016-05-24 Richard Biener <rguenther@suse.de>
5592 PR tree-optimization/71230
5593 * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
5595 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
5597 * tree-vectorizer.h (vectorizable_comparison): Delete.
5598 * tree-vect-loop.c (vectorizable_reduction): Remove redundant
5599 PURE_SLP_STMT check.
5600 * tree-vect-stmts.c (vectorizable_call): Likewise.
5601 (vectorizable_simd_clone_call): Likewise.
5602 (vectorizable_conversion): Likewise.
5603 (vectorizable_assignment): Likewise.
5604 (vectorizable_shift): Likewise.
5605 (vectorizable_operation): Likewise.
5606 (vectorizable_load): Likewise.
5607 (vectorizable_condition): Likewise.
5608 (vectorizable_store): Likewise. Assert that we don't have
5610 (vectorizable_comparison): Make static. Remove redundant
5611 PURE_SLP_STMT check.
5612 (vect_transform_stmt): Assert that we always have an slp_node
5615 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5617 * config/arm/neon.md (ashldi3_neon): Replace comparison of INTVAL of
5618 operands[2] against 1 with comparison against CONST1_RTX.
5619 (<shift>di3_neon): Likewise.
5620 * config/arm/predicates.md (const0_operand): Replace with comparison
5623 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5625 * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
5626 operands[2] against 1 with comparison against CONST1_RTX.
5627 (ashrdi3): Likewise.
5628 (lshrdi3): Likewise.
5629 (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
5631 (ashrsi3): Likewise.
5632 (lshrsi3): Likewise.
5633 (rotrsi3): Likewise.
5634 (define_split above *compareqi_eq0): Likewise.
5635 (define_split above "prologue"): Likewise.
5636 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
5637 * config/arm/predicates.md (shift_operator): Likewise.
5638 (shift_nomul_operator): Likewise.
5639 (sat_shift_operator): Likewise.
5640 (thumb1_cmp_operand): Likewise.
5641 (const_neon_scalar_shift_amount_operand): Replace manual range
5642 check with IN_RANGE.
5643 * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
5644 Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
5646 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5648 * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
5649 with HOST_WIDE_INT_1.
5651 * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
5652 1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
5653 (arm_canonicalize_comparison): Likewise.
5654 (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
5656 (thumb1_size_rtx_costs): Likewise.
5657 (vfp_const_double_index): Replace cast of 1 to unsigned
5658 HOST_WIDE_INT with HOST_WIDE_INT_1U.
5659 (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
5661 (arm_asan_shadow_offset): Replace cast of 1 to unsigned
5662 HOST_WIDE_INT with HOST_WIDE_INT_1U.
5663 * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
5664 HOST_WIDE_INT with HOST_WIDE_INT_1.
5666 2016-05-24 Marek Polacek <polacek@redhat.com>
5668 * tree-cfg.h (should_remove_lhs_p): New predicate.
5669 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
5670 * gimplify.c (gimplify_modify_expr): Likewise.
5671 * tree-cfg.c (verify_gimple_call): Likewise.
5672 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
5673 * gimple-fold.c: Include "tree-cfg.h".
5674 (gimple_fold_call): Use should_remove_lhs_p.
5676 2016-05-24 Richard Biener <rguenther@suse.de>
5678 PR tree-optimization/71253
5679 * cfganal.h (control_dependences): Make robust against edge
5681 (control_dependences::control_dependences): Remove edge_list argument.
5682 (control_dependences::get_edge): Remove.
5683 (control_dependences::get_edge_src): Add.
5684 (control_dependences::get_edge_dest): Likewise.
5685 (control_dependences::m_el): Make a vector of edge src/dest index.
5686 * cfganal.c (control_dependences::find_control_dependence): Adjust.
5687 (control_dependences::control_dependences): Likewise.
5688 (control_dependences::~control_dependence): Likewise.
5689 (control_dependences::get_edge): Remove.
5690 (control_dependences::get_edge_src): Add.
5691 (control_dependences::get_edge_dest): Likewise.
5692 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
5694 (perform_tree_ssa_dce): Adjust.
5695 * tree-loop-distribution.c (create_edge_for_control_dependence): Use
5697 (pass_loop_distribution::execute): Adjust. Do loop destroying
5698 conditional on changed.
5700 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5703 * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
5704 return. Reindent transformation comment and mention the ARM state
5707 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
5710 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
5711 after build_and_add_sum creates new use stmt.
5713 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
5715 * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
5716 load_lanes/grouped_load classification comes first. Don't check
5717 whether the vectorization factor is a multiple of the group size
5720 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
5722 * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
5723 GROUP_GAP for single-element interleaving.
5724 * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
5727 2016-05-24 Richard Biener <rguenther@suse.de>
5731 * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
5732 bases which are accessed with non-invariant indices.
5733 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
5734 constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
5736 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
5739 * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
5740 (add_to_ops_vec): Add stmt_to_insert.
5741 (add_repeat_to_ops_vec): Init stmt_to_insert.
5742 (insert_stmt_before_use): New.
5743 (transform_add_to_multiply): Remove mult_stmt insertion and add it
5745 (get_ops): Init stmt_to_insert.
5746 (maybe_optimize_range_tests): Likewise.
5747 (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
5748 (rewrite_expr_tree_parallel): Likewise.
5749 (reassociate_bb): Likewise.
5751 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
5754 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
5755 ISA 3.0 xxperm fusion alternative.
5756 (altivec_vperm_v8hiv16qi): Likewise.
5757 (altivec_vperm_<mode>_uns_internal): Likewise.
5758 (vperm_v8hiv4si): Likewise.
5759 (vperm_v16qiv8hi): Likewise.
5761 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
5762 Kelvin Nilsen <kelvin@gcc.gnu.org>
5764 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
5765 vpermr/xxpermr on ISA 3.0.
5766 (altivec_expand_vec_perm_le): Likewise.
5767 * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
5768 (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
5771 2016-05-23 Uros Bizjak <ubizjak@gmail.com>
5773 * config/i386/i386.h (IS_STACK_MODE): Enable for
5774 TARGET_MIX_SSE_I387. Rewrite using X87_FLOAT_MODE_P and
5775 SSE_FLOAT_MODE_P macros.
5776 * config/i386/i386.c (ix86_preferred_reload_class): Use
5777 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
5778 Cleanup regclass processing for CONST_DOUBLE_P.
5779 (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
5780 (ix86_rtx_costs): Remove redundant TARGET_80387 check
5781 with IS_STACK_MODE macro.
5782 * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
5784 (*movdf_internal): Use IS_STACK_MODE macro.
5785 (*movsf_internal): Ditto.
5787 2016-05-23 Marc Glisse <marc.glisse@inria.fr>
5789 * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
5790 ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
5792 2016-05-23 Jeff Law <law@redhat.com>
5794 * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
5796 (fsm_find_control_statement_thread_paths): Call it.
5798 2016-05-23 Martin Jambor <mjambor@suse.cz>
5801 * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
5802 from_global_constant if t is not NULL.
5804 2016-05-23 Marek Polacek <polacek@redhat.com>
5807 * common.opt (Wswitch-unreachable): New option.
5808 * doc/invoke.texi: Document -Wswitch-unreachable.
5809 * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
5812 2016-05-23 Bin Cheng <bin.cheng@arm.com>
5814 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
5815 TMR_INDEX is non-NULL.
5817 2016-05-23 Richard Biener <rguenther@suse.de>
5819 PR tree-optimization/71230
5820 * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
5821 (try_special_add_to_ops): ... here. Always test for single-use.
5823 2016-05-23 Martin Jambor <mjambor@suse.cz>
5825 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
5826 default block if a PHI node in the original one would be resized.
5828 2016-05-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5830 PR tree-optimization/58135
5831 * tree-vect-slp.c: When group size is not multiple
5832 of vector size, allow splitting of store group at
5835 2016-05-23 Christophe Lyon <christophe.lyon@linaro.org>
5837 * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
5839 2016-05-22 Jakub Jelinek <jakub@redhat.com>
5841 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
5842 vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
5843 condition. For !TARGET_AVX512DQ, emit 32x4 instruction instead
5846 * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
5847 vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
5848 v constraint instead of x and vinserti32x4 insn.
5850 * config/i386/sse.md (i128vldq): New mode iterator.
5851 (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
5852 avx512dq and avx512vl alternatives.
5854 * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
5855 constraint, use maybe_evex prefix instead of vex.
5856 (vec_dupv4sf): Use v constraint instead of x for output
5857 operand except for noavx alternative, use Yv constraint
5858 instead of x for input. Use maybe_evex prefix instead of vex.
5859 (*vec_dupv4si): Likewise.
5860 (*vec_dupv2di): Likewise.
5862 2016-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
5865 * tree-ssa-reassoc.c (try_special_add_to_ops): New.
5866 (linearize_expr_tree): Call try_special_add_to_ops.
5867 (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
5869 2016-05-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
5871 * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
5872 to computed stack_usage.
5874 2016-05-21 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
5877 * config/avr/avr.md (define_expand "mov<mode>"): If the source
5878 operand is subreg (symbol_ref) then move the symbol ref to register.
5880 2016-05-21 Jan Hubicka <hubicka@ucw.cz>
5882 * tree.c (array_at_struct_end_p): Look through MEM_REF.
5884 2016-05-21 Kugan Vivekanandarajah <kuganv@linaro.org>
5887 * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
5890 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
5892 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
5893 ranges by calling get_single_symbol and tidy up. Look more closely
5894 into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
5896 2016-05-20 Jeff Law <law@redhat.com>
5898 * bitmap.c (bitmap_find_bit): Remove useless test.
5900 2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
5902 * function.c (thread_prologue_and_epilogue_insns): Commit the
5903 insertion of the epilogue.
5905 2016-05-20 Martin Jambor <mjambor@suse.cz>
5907 PR tree-optimization/70884
5908 * tree-sra.c (initialize_constant_pool_replacements): Do not check
5909 should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
5910 (sort_and_splice_var_accesses): Do not consider multiple scalar reads
5911 of constant pool data as a reason for scalarization.
5913 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
5915 * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
5916 for naked functions.
5917 (thumb1_expand_prologue): Likewise.
5919 2016-05-20 Nathan Sidwell <nathan@acm.org>
5921 * config/nvptx/nptx.c (nvptx_option_override): Only set
5922 flag_toplevel_reorder, if not explicitly specified. Set
5923 flag_no_common, unless explicitly specified.
5925 2016-05-20 David Malcolm <dmalcolm@redhat.com>
5927 * calls.c (can_implement_as_sibling_call_p): Mark param
5928 reg_parm_stack_space with ATTRIBUTE_UNUSED.
5930 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
5932 * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
5933 Use IS_STACK_MODE when calculating cost of standard 80387 constants.
5934 Fallthru to CONST_VECTOR case to calculate cost of standard SSE
5936 <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
5937 (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
5940 2016-05-20 Cesar Philippidis <cesar@codesourcery.com>
5942 * config/nvptx/nvptx.md (sincossf3): New pattern.
5944 2016-05-20 David Malcolm <dmalcolm@redhat.com>
5946 * calls.c (maybe_complain_about_tail_call): New function.
5947 (initialize_argument_information): Call
5948 maybe_complain_about_tail_call when clearing *may_tailcall.
5949 (can_implement_as_sibling_call_p): Call
5950 maybe_complain_about_tail_call when returning false.
5951 (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
5952 ensure try_tail_call is set. Call maybe_complain_about_tail_call
5953 if tail-call optimization fails.
5954 * cfgexpand.c (expand_call_stmt): Initialize
5955 CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
5956 * gimple-pretty-print.c (dump_gimple_call): Dump
5957 gimple_call_must_tail_p.
5958 * gimple.c (gimple_build_call_from_tree): Call
5959 gimple_call_set_must_tail with the value of
5960 CALL_EXPR_MUST_TAIL_CALL.
5961 * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
5962 (gimple_call_set_must_tail): New function.
5963 (gimple_call_must_tail_p): New function.
5964 * print-tree.c (print_node): Update printing of TREE_STATIC
5965 to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
5966 * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
5967 trailing comment listing applicable flags.
5968 * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
5970 2016-05-20 David Malcolm <dmalcolm@redhat.com>
5972 * calls.c (expand_call): Move "Rest of purposes for tail call
5973 optimizations to fail" to...
5974 (can_implement_as_sibling_call_p): ...this new function, and
5975 split into multiple "if" statements.
5977 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
5979 * cfgloop.h (expected_loop_iterations_unbounded,
5980 expected_loop_iterations): Unconstify.
5981 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
5982 profile with known upper bound; return 3 when profile is absent.
5983 (expected_loop_iterations): Update.
5985 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
5987 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
5988 and get_max_loop_iterations_int.
5990 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
5992 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
5993 realistic upper bounds here.
5995 2016-05-20 Jakub Jelinek <jakub@redhat.com>
5998 * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
5999 calls if the LHS is variable length or has addressable type.
6000 If targets[0]->decl is a noreturn call with void return type and
6001 zero arguments, adjust fntype and remove lhs in that case.
6003 2016-05-20 Marc Glisse <marc.glisse@inria.fr>
6005 PR tree-optimization/71079
6006 PR tree-optimization/71206
6007 * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
6009 2016-05-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6011 * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
6012 (get_vec_alignment_for_array_decl): Likewise.
6013 (get_vec_alignment_for_record_decl): Likewise.
6014 (increase_alignment::execute): Move code to find alignment to
6015 get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
6016 (type_align_map): New hash_map.
6018 2016-05-20 Richard Guenther <rguenther@suse.de>
6020 PR tree-optimization/29756
6021 * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
6022 * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
6023 * fold-const.c (operand_equal_p): Likewise.
6024 (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
6025 * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
6026 * tree-inline.c (estimate_operator_cost): Likewise.
6027 * tree-pretty-print.c (dump_generic_node): Likewise.
6028 * tree-ssa-operands.c (get_expr_operands): Likewise.
6029 * cfgexpand.c (expand_debug_expr): Likewise.
6030 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
6031 * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
6032 * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
6033 * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
6034 vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
6035 (execute_update_addresses_taken): Do it.
6037 2016-05-20 Richard Biener <rguenther@suse.de>
6039 PR tree-optimization/71185
6040 * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
6041 register operations.
6043 2016-05-20 Richard Biener <rguenther@suse.de>
6045 * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
6046 gimple_seq_add_seq_without_update.
6047 (release_bb_predicate): Assert we have no operands to free.
6048 (if_convertible_loop_p_1): Calculate post dominators later.
6049 Do not free BB predicates here.
6050 (combine_blocks): Do not recompute BB predicates.
6051 (version_loop_for_if_conversion): Save BB predicates around
6054 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
6056 * function.c (make_epilogue_seq): Remove epilogue_end parameter.
6057 (thread_prologue_and_epilogue_insns): Remove bb_flags. Restructure
6058 code. Ignore sibcalls on EDGE_IGNORE edges.
6059 * shrink-wrap.c (handle_simple_exit): New function. Set EDGE_IGNORE
6060 on edges for sibcalls that run without prologue. The rest of the
6061 function is combined from...
6062 (fix_fake_fallthrough_edge): ... this, and ...
6063 (try_shrink_wrapping): ... a part of this. Remove the bb_with
6064 function argument, make it a local variable.
6066 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
6068 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
6069 --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
6070 for 32-bit mode and SEH for 64-bit.
6071 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
6072 TARGET_64BIT_DEFAULT.
6074 2016-05-19 Ryan Burn <contact@rnburn.com>
6076 * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
6077 * gengtype.c (open_base_files): Add cilk.h to ifiles.
6079 2016-05-19 Uros Bizjak <ubizjak@gmail.com>
6081 * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
6082 force pending loads from memory.
6084 2016-05-19 Kelvin Nilsen <kelvin@gcc.gnu.org>
6086 * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
6087 (UNSPEC_DARN_32): New unspec constant.
6088 (UNSPEC_DARN_RAW): New unspec constant.
6089 (darn_32): New instruction.
6090 (darn_raw): New instruction.
6091 (darn): New instruction.
6092 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
6093 support and documentation for this macro.
6094 (BU_P9_MISC_1): New macro definition.
6095 (BU_P9_64BIT_MISC_0): New macro definition.
6096 (BU_P9_MISC_0): New macro definition.
6097 (darn_32): New builtin definition.
6098 (darn_raw): New builtin definition.
6099 (darn): New builtin definition.
6100 * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
6101 RS6000_BUILTIN_0 directives to surround each occurrence of
6102 #include "rs6000-builtin.def".
6103 (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
6104 RS6000_BTM_64BIT flags to the returned mask, depending on
6106 (def_builtin): Correct an error in the assignments made to the
6107 debugging variable attr_string.
6108 (rs6000_expand_builtin): Add support for no-operand built-in
6110 (builtin_function_type): Remove fatal_error assertion that is no
6112 (rs6000_common_init_builtins): Add support for no-operand built-in
6114 * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
6116 (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
6118 (RS6000_BTM_64BIT): New macro definition.
6119 * doc/extend.texi: Document __builtin_darn (void),
6120 __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
6123 2016-05-19 Jan Hubicka <hubicka@ucw.cz>
6125 * tree-vect-loop.c (vect_analyze_loop_2): Use also
6126 max_loop_iterations_int.
6128 2016-05-19 Marek Polacek <polacek@redhat.com>
6130 PR tree-optimization/71031
6131 * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
6132 condition and adjust the code a bit.
6134 2016-05-19 Martin Liska <mliska@suse.cz>
6136 * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
6137 auto_vec instead of vec.
6139 2016-05-19 Martin Liska <mliska@suse.cz>
6141 * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
6143 2016-05-19 Martin Liska <mliska@suse.cz>
6145 * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
6147 2016-05-19 Martin Liska <mliska@suse.cz>
6149 * ipa-pure-const.c (set_function_state): Remove an existing
6151 (remove_node_data): Do not free it as it's released
6152 in set_function_state.
6154 2016-05-19 Martin Liska <mliska@suse.cz>
6156 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
6159 2016-05-19 Martin Liska <mliska@suse.cz>
6161 * omp-simd-clone.c (simd_clone_adjust): Release vector.
6163 2016-05-19 Martin Liska <mliska@suse.cz>
6165 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
6166 an auto_vec instead of re-creating it.
6168 2016-05-19 Martin Liska <mliska@suse.cz>
6170 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
6171 auto_vec instead of vec.
6173 2016-05-19 Martin Liska <mliska@suse.cz>
6175 * lto-section-in.c (lto_get_section_data): Call
6176 lto_check_version with additional argument.
6177 * lto-streamer.c (lto_check_version): Add new argument.
6178 * lto-streamer.h (lto_check_version): Likewise.
6180 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6182 * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
6183 Don't add cost of inner memory when handling sign-extended loads.
6185 2016-05-19 Ilya Enkovich <ilya.enkovich@intel.com>
6187 PR rtl-optimization/71148
6188 * cse.c (cse_main): Free dominance info.
6189 (rest_of_handle_cse): Don't free dominance info.
6190 (rest_of_handle_cse2): Likewise.
6191 (rest_of_handle_cse_after_global_opts): Likewise.
6193 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6196 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
6197 NULL_TREE early if NEON is not available. Remove now redundant check
6198 in ARM_CHECK_BUILTIN_MODE.
6200 2016-05-19 Maxim Ostapenko <m.ostapenko@samsung.com>
6203 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
6204 builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
6205 * doc/cpp.texi: Document new macros.
6207 2016-05-19 Bin Cheng <bin.cheng@arm.com>
6209 PR tree-optimization/69848
6210 * tree-vect-loop.c (vectorizable_reduction): Don't factor
6211 comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
6213 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
6215 * function.c (thread_prologue_and_epilogue_insn): Move the
6216 "goto epilogue_done" one block later.
6218 2016-05-19 Richard Biener <rguenther@suse.de>
6220 PR tree-optimization/70729
6221 * passes.def: Move LIM pass before PRE. Remove no longer
6222 required copyprop and move first DCE out of the loop pipeline.
6224 2016-05-18 David Malcolm <dmalcolm@redhat.com>
6227 * Makefile.in (GCC_OBJS): Move spellcheck.o to...
6228 (OBJS-libcommon-target): ...here.
6229 * opts-common.c: Include spellcheck.h.
6230 (cmdline_handle_error): Build a vec of valid options and use it
6231 to suggest provide hints for misspelled arguments.
6233 2016-05-18 Jakub Jelinek <jakub@redhat.com>
6236 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
6237 lhs if it has TREE_ADDRESSABLE type.
6239 2016-05-18 Uros Bizjak <ubizjak@gmail.com>
6242 * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
6243 (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
6245 2016-05-18 Martin Jambor <mjambor@suse.cz>
6248 * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
6249 input for NOP_EXPR pass-through functions.
6250 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
6251 aggregate global constant VAR_DECLs in constant jump functions.
6253 2016-05-18 Martin Jambor <mjambor@suse.cz>
6256 * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
6257 from TREE_READONLY parameters.
6259 2016-05-18 Martin Jambor <mjambor@suse.cz>
6262 * cgraph.h (cgraph_indirect_call_info): New field
6263 guaranteed_unmodified.
6264 * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
6265 to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
6267 * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
6268 pass the parameter value to ipa_find_agg_cst_for_param.
6269 * ipa-prop.c (ipa_load_from_parm_agg): New parameter
6270 guaranteed_unmodified, store AA results there instead of bailing out
6272 (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
6273 (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
6274 (find_constructor_constant_at_offset): New function.
6275 (ipa_find_agg_cst_from_init): Likewise.
6276 (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
6277 static initializers of contants, report back through a new paameter
6278 from_global_constant if that was the case.
6279 (try_make_edge_direct_simple_call): Also pass parameter value to
6280 ipa_find_agg_cst_for_param, check guaranteed_unmodified when
6282 (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
6283 (ipa_read_indirect_edge_info): Likewise.
6284 * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
6285 (ipa_load_from_parm_agg): Likewise.
6287 2016-05-18 Jiong Wang <jiong.wang@arm.com>
6289 PR rtl-optimization/71150
6290 * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
6293 2016-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
6296 * config/rs6000/constraints.md (wE constraint): New constraint
6297 for a vector constant that can be loaded with XXSPLTIB.
6298 (wM constraint): New constraint for a vector constant of a 1's.
6299 (wS constraint): New constraint for a vector constant that can be
6300 loaded with XXSPLTIB and a vector sign extend instruction.
6301 * config/rs6000/predicates.md (xxspltib_constant_split): New
6302 predicates for wE/wS constraints.
6303 (xxspltib_constant_nosplit): Likewise.
6304 (easy_vector_constant): Add support for constants that can be
6305 loaded via XXSPLTIB.
6306 (all_ones_constant): New predicate for vector constant with all
6308 (splat_input_operand): Add support for ISA 3.0 word splat operations.
6309 * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
6310 return if a constant can be loaded with the ISA 3.0 XXSPLTIB
6311 instruction and possibly with a sign extension.
6312 (output_vec_const_move): Add support for XXSPLTIB. If we are
6313 loading up 0/-1 into Altivec registers, prefer using VSPLTISW
6314 instead of XXLXOR/XXLORC.
6315 (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
6317 (rs6000_legitimize_reload_address): Likewise.
6318 (rs6000_output_move_128bit): Use output_vec_const_move to emit
6320 * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
6321 combine VSX_M and VSX_M2 into one iterator.
6323 (VSINT_84): New iterators for loading constants with XXSPLTIB.
6324 (VSINT_842): Likewise.
6325 (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
6326 (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
6327 XXSPLTIB instruction.
6328 (xxspltib_<mode>_nosplit): Likewise.
6329 (xxspltib_<mode>_split): New insn to load up constants with
6330 XXSPLTIB and a sign extend instruction.
6331 (vsx_mov<mode>): Replace single move that handled all vector types
6332 with separate 32-bit and 64-bit moves. Combine the movti_<bit>
6333 moves (when -mvsx-timode is in effect) into the main vector
6334 moves. Eliminate separate moves for <VSr> <VSa>, where the
6335 preferred register class (<VSr>) is listed first, and the
6336 secondary register class (<VSa>) is listed second with a '?' to
6337 discourage use. Prefer loading 0/-1 in any VSX register for ISA
6338 3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
6339 that if the register was involved in a slow operation, the
6340 clear/set operation does not wait for the slow operation to
6341 finish. Adjust the length attributes for 32-bit mode. Use
6342 rs6000_output_move_128bit and drop the use of the string
6343 instructions for 32-bit movti when -mvsx-timode is in effect. Use
6344 spacing so that the alternatives and attributes don't generate
6345 long lines, and put things in columns, so that it is easier to
6346 match up the operands and attributes with the insn alternatives.
6347 (vsx_mov<mode>_64bit): Likewise.
6348 (vsx_mov<mode>_32bit): Likewise.
6349 (vsx_movti_64bit): Fold movti into normal vector moves.
6350 (vsx_movti_32bit): Likewise.
6351 (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
6353 (vsx_splat_v4si_internal): Likewise.
6354 (vsx_splat_v4sf_internal): Likewise.
6355 (vector fusion peepholes): Use VSX_M instead of VSX_M2.
6356 (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
6357 extend vector elements.
6358 (vsx_sign_extend_hi_<mode>): Likewise.
6359 (vsx_sign_extend_si_v2di): Likewise.
6360 * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
6362 * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
6363 constraints. Add trailing period to wL documentation.
6365 2016-05-18 Richard Sandiford <richard.sandiford@arm.com>
6368 * tree-dfa.h (replace_abnormal_ssa_names): Declare.
6369 * tree-dfa.c (replace_abnormal_ssa_names): New function.
6370 * tree-call-cdce.c: Include tree-dfa.h.
6371 (can_guard_call_p): New function, extracted from...
6372 (can_use_internal_fn): ...here.
6373 (shrink_wrap_one_built_in_call_with_conds): Remove failure path
6375 (shrink_wrap_one_built_in_call): Likewise.
6376 (use_internal_fn): Likewise.
6377 (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
6378 and return void. Call replace_abnormal_ssa_names.
6379 (pass_call_cdce::execute): Check can_guard_call_p during the
6380 initial walk. Assume shrink_wrap_conditional_dead_built_in_calls
6381 will always change something.
6383 2016-05-18 Martin Jambor <mjambor@suse.cz>
6386 * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
6387 if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
6389 2016-05-18 Martin Jambor <mjambor@suse.cz>
6392 * ipa-inline.h (condition): New field size.
6393 * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
6394 for comaprison and store it into the new condition.
6395 (evaluate_conditions_for_known_args): Use condition size to check
6396 access sizes for all but CHANGED conditions.
6397 (unmodified_parm_1): New parameter size_p, store access size into it.
6398 (unmodified_parm): Likewise.
6399 (unmodified_parm_or_parm_agg_item): Likewise.
6400 (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
6401 (set_cond_stmt_execution_predicate): Extract access sizes and store
6403 (set_switch_stmt_execution_predicate): Likewise.
6404 (will_be_nonconstant_expr_predicate): Likewise.
6405 (will_be_nonconstant_predicate): Likewise.
6406 (inline_read_section): Stream condition size.
6407 (inline_write_summary): Likewise.
6409 2016-05-18 Richard Biener <rguenther@suse.de>
6411 * tree-ssa-loop-im.c (determine_max_movement): Properly add
6412 condition cost to PHI cost instead of total_cost.
6414 2016-05-18 Martin Liska <mliska@suse.cz>
6417 * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
6420 2016-05-18 Richard Biener <rguenther@suse.de>
6422 * lto-streamer.h (LTO_major_version): Bump to 6.
6424 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
6426 * function.c (make_split_prologue_seq, make_prologue_seq,
6427 make_epilogue_seq): New functions, factored out from...
6428 (thread_prologue_and_epilogue_insns): Here.
6430 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
6432 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
6433 cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
6434 of before. Add a comment.
6436 2016-05-18 Bin Cheng <bin.cheng@arm.com>
6438 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
6439 expression pointer, not pointer to the pointer.
6441 2016-05-18 Jakub Jelinek <jakub@redhat.com>
6443 * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
6444 (avx2_pbroadcast<mode>): Add another alternative with v instead
6445 of x constraints in it, using <pbroadcast_evex_isa> isa.
6446 (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
6448 * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
6449 constraint x instead of v in second alternative, add avx512bw
6452 * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
6453 constraint x instead of v in second alternative, add avx512bw
6456 * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
6457 constraint x instead of v in second alternative, add avx512bw
6460 * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
6461 avx512bw alternative.
6463 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
6465 * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
6467 (define_insn "*andnottf3"): Ditto.
6468 (define_insn "*<code><mode>3"/any_logic): Ditto.
6469 (define_insn "*<code>tf3"/any_logic): Ditto.
6470 (define_insn "sse2_storehpd"): Use Yv constraint for scalar
6471 operand to block AVX-512VL insn variant emit when it is not enabled.
6473 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
6475 * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
6476 constraint fot SF mode.
6478 2016-05-18 Petr Murzin <petr.murzin@intel.com>
6479 Kirill Yukhin <kirill.yukhin@intel.com>
6481 * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
6483 (define_insn "rsqrt14<mode>"): Ditto.
6484 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
6485 (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
6486 (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
6487 (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
6488 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
6490 (define_insn "*avx512f_gatherdi<mode>"): Ditto.
6491 (define_insn "*avx512f_scatterdi<mode>"): Ditto.
6492 * config/i386/i386.c (ix86_print_operand): Expand check for size
6493 override codes for Intel syntax.
6495 2016-05-18 Richard Biener <rguenther@suse.de>
6497 PR tree-optimization/71168
6498 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
6499 initialization earlier.
6501 2016-05-18 James Greenhalgh <james.greenhalgh@arm.com>
6503 * config/aarch64/aarch64-simd.md
6504 (aarch64_reduc_plus_internal<mode>): Rename to...
6505 (reduc_plus_scal): ...This, and remove previous implementation.
6507 2016-05-18 Richard Biener <rguenther@suse.de>
6509 * passes.def: Put late dse and cd_dce in canonical order.
6511 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
6513 * ipa-inline-transform.c (preserve_function_body_p): Look for
6514 first non-thunk clone.
6515 (save_function_body): Save into first non-thunk.
6516 * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
6518 (lto_output_node): Inline thunks don't need body in every
6520 * lto-streamer-in.c: Do not fixup thunk clones.
6521 * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
6523 * tree-inline.c (copy_bb): Be prepared for target node to be new after
6526 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
6529 * tree-ssa-reassoc.c (transform_add_to_multiply): New.
6530 (reassociate_bb): Call transform_add_to_multiply.
6532 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
6534 * config/aarch64/aarch64.c (all_extensions): Removed unused
6537 2016-05-17 Nathan Sidwell <nathan@acm.org>
6539 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
6540 (TARGET_FUNCTION_ARG_BOUNDARY): Override.
6542 2016-05-17 Mikhail Maltsev <maltsevm@gmail.com>
6544 PR tree-optimization/54579
6546 * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
6548 2016-05-17 Marek Polacek <polacek@redhat.com>
6551 * tree-inline.c (expand_call_inline): Call
6552 maybe_remove_unused_call_args.
6554 2016-05-17 Jim Wilson <jim.wilson@linaro.org>
6556 * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
6557 * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
6558 * doc/md.texi (fmin@var{m}3): Likewise.
6560 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
6562 * match.pd (X & C): New transformation.
6564 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
6566 * match.pd (~X & Y): New transformation.
6568 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
6570 * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
6571 information for new SSA_NAME.
6572 (simplify_conversion_using_ranges): Get range through get_range_info
6573 instead of get_value_range.
6575 2016-05-17 Jiong Wang <jiong.wang@arm.com>
6577 * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
6578 Remove inline assembly.
6579 (vmvn_s16): Likewise.
6580 (vmvn_s32): Likewise.
6581 (vmvn_u8): Likewise.
6582 (vmvn_u16): Likewise.
6583 (vmvn_u32): Likewise.
6584 (vmvnq_s8): Likewise.
6585 (vmvnq_s16): Likewise.
6586 (vmvnq_s32): Likewise.
6587 (vmvnq_u8): Likewise.
6588 (vmvnq_u16): Likewise.
6589 (vmvnq_u32): Likewise.
6590 (vmvn_p8): Likewise.
6591 (vmvnq_p16): Likewise.
6593 2016-05-17 Jiong Wang <jiong.wang@arm.com>
6595 * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
6597 (vmul_n_s16): Likewise.
6598 (vmul_n_s32): Likewise.
6599 (vmul_n_u16): Likewise.
6600 (vmul_n_u32): Likewise.
6601 (vmulq_n_f32): Likewise.
6602 (vmulq_n_f64): Likewise.
6603 (vmulq_n_s16): Likewise.
6604 (vmulq_n_s32): Likewise.
6605 (vmulq_n_u16): Likewise.
6606 (vmulq_n_u32): Likewise.
6608 2016-05-17 Jiong Wang <jiong.wang@arm.com>
6610 * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
6611 to all supported modes. Rename to "*aarch64_mul3_elt_from_dup".
6613 2016-05-17 Jiong Wang <jiong.wang@arm.com>
6615 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
6616 to *aarch64_fma4_elt_from_dup<mode>.
6617 (*aarch64_fnma4_elt_to_128df): Rename to
6618 *aarch64_fnma4_elt_from_dup<mode>.
6619 * config/aarch64/arm_neon.h (vfma_n_f64): New.
6620 (vfms_n_f32): Likewise.
6621 (vfms_n_f64): Likewise.
6622 (vfmsq_n_f32): Likewise.
6623 (vfmsq_n_f64): Likewise.
6625 2016-05-17 Gerald Pfeifer <gerald@pfeifer.com>
6627 * wide-int.h: Change fixed_wide_int_storage from class to struct.
6629 2016-05-17 Richard Biener <rguenther@suse.de>
6631 PR tree-optimization/71132
6632 * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
6633 Only add control dependences for blocks in the loop.
6634 (build_rdg): Adjust.
6635 (generate_code_for_partition): Return whether loop should
6636 be destroyed and delay that.
6637 (distribute_loop): Likewise.
6638 (pass_loop_distribution::execute): Record loops to be destroyed
6639 and perform delayed destroying of loops.
6641 2016-05-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6644 * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
6646 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
6648 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
6650 2016-05-17 Ilya Enkovich <ilya.enkovich@intel.com>
6653 * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
6654 insertion point for instructions generated by validize_mem.
6656 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
6658 * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
6661 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
6663 * config/aarch64/aarch64.c
6664 (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
6665 rather than a macro.
6667 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
6669 * doc/invoke.texi (AArch64 Options): Various updates.
6671 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6673 * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
6674 into instrumentation thunks.
6675 * cif-code.def (CIF_CHKP): New.
6677 2016-05-16 Uros Bizjak <ubizjak@gmail.com>
6679 * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
6681 2016-05-16 Martin Jambor <mjambor@suse.cz>
6683 * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
6684 (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
6686 2016-05-16 Marek Polacek <polacek@redhat.com>
6688 * gimple.c (maybe_remove_unused_call_args): Fix typos in the
6691 2016-05-16 Martin Jambor <mjambor@suse.cz>
6694 * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
6695 the outlined kernel function.
6697 2016-05-16 Robert Suchanek <robert.suchanek@imgtec.com>
6699 * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
6700 (ISA_HAS_DLSA): Ditto.
6702 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
6704 * config/mips/m5100.md (m51_int_load): Update the latency to 2.
6706 2016-05-16 Nathan Sidwell <nathan@acm.org>
6708 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
6709 (nvptx_name_replacement): Restore. Add comment.
6710 (write_fn_proto, write_fn_proto_from_insn,
6711 nvptx_output_call_insn): Restore
6712 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
6714 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
6716 * config/aarch64/aarch64.md
6717 (add<mode>3_compareC_cconly_imm): Remove use of %w.
6718 (add<mode>3_compareC_imm): Likewise.
6719 (<optab>si3_uxtw): Split into register and immediate variants.
6720 (andsi3_compare0_uxtw): Likewise.
6721 (and<mode>3_compare0): Likewise.
6722 (and<mode>3nr_compare0): Likewise.
6723 (stack_protect_test_<mode>): Don't use %x for memory operands.
6725 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
6727 * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
6729 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
6731 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
6732 Split integer shifts into shift_reg and bfm.
6733 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
6734 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
6735 (ror<mode>3_insn): Likewise.
6736 (<optab>si3_insn_uxtw): Likewise.
6737 (<optab><mode>3_insn): Change to rotate_imm.
6738 (extr<mode>5_insn_alt): Likewise.
6739 (extrsi5_insn_uxtw): Likewise.
6740 (extrsi5_insn_uxtw_alt): Likewise.
6742 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
6744 * doc/tm.texi: Regenerate.
6745 * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
6746 (TARGET_INVALID_RETURN_TYPE): Remove.
6747 * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
6748 TARGET_INVALID_RETURN_TYPE.
6749 * target.def (invalid_parameter_type): Remove.
6750 (invalid_return_type): Remove.
6752 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6754 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
6755 on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
6757 * ipa-inline-transform.c (inline_call): When inlining into thunk produce
6759 (preserve_function_body_p): No need to preserve function body
6760 * cif-codes.def (CIF_THUNK): Remove.
6761 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
6763 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6765 * tree-inline.c (expand_call_inline): recurse after inlining thunk.
6767 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6769 * tree.c (free_lang_data_in_decl): Also set target/optimization flags
6772 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6774 * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
6775 (inline_small_functions): Do not look for function symbol when
6778 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
6780 * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
6783 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
6784 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6785 Jiong Wang <jiong.wang@arm.com>
6787 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
6788 for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
6789 Define __ARM_FP16_ARGS when appropriate.
6790 * config/arm/arm.c (arm_invalid_parameter_type): Remove
6792 (arm_invalid_return_type): Likewise.
6793 (TARGET_INVALID_PARAMETER_TYPE): Remove.
6794 (TARGET_INVALID_RETURN_TYPE): Remove.
6795 (aapcs_vfp_sub_candidate): Allow HFmode.
6796 (aapcs_vfp_allocate): Add comment. Support HFmode.
6797 (aapcs_vfp_allocate_return_reg): Likewise.
6798 (struct aapcs_cp_arg_layout): Slightly reword comments for
6799 is_return_candidate and allocate_return_reg.
6800 (output_mov_vfp): Update assert.
6801 (arm_hard_regno_mode_ok): Remove comment, update HF-mode
6803 (arm_invalid_parameter_type): Remove.
6804 (amr_invalid_return_type): Remove.
6805 * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
6806 * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
6807 * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
6809 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
6811 * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
6812 * config/aarch64/arch64-protos.h
6813 (aarch64_legitimize_reload_address): Remove.
6814 * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
6817 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
6819 * configure.ac: Add ACX_NONCANONICAL_HOST.
6820 * configure: Regenerate.
6821 * Makefile.in: Set host_noncanonical.
6823 2016-05-14 Uros Bizjak <ubizjak@gmail.com>
6826 * config/i386/i386.md (*movtf_internal): Before register allocation,
6827 do not allow FP constants for CM_MEDIUM memory model, allow only
6828 standard FP constants for CM_LARGE and CM_LARGE_PIC models.
6829 (*movxf_internal): Ditto.
6830 (*movdf_internal): Ditto.
6831 (*movsf_internal): Ditto.
6833 2016-05-13 Segher Boessenkool <segher@kernel.crashing.org>
6835 PR rtl-optimization/67483
6836 * combine.c (make_compound_operation): Don't call extract_left_shift
6837 with negative shift amounts.
6839 2016-05-13 Jakub Jelinek <jakub@redhat.com>
6842 * fold-const.c (fold_checksum_tree): Allow modification
6843 of TYPE_ALIAS_SET during folding.
6845 * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
6846 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
6847 (ix86_split_to_parts): Likewise. Fix up formatting.
6849 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
6851 * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
6852 unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
6855 2016-05-13 Nathan Sidwell <nathan@acm.org>
6857 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
6858 (nvptx_name_replacement): Delete.
6859 (write_fn_proto, write_fn_proto_from_insn,
6860 nvptx_output_call_insn): Remove nvptx_name_replacement call.
6861 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
6862 * langhooks.c (add_builtin_funcction_common): Call
6863 targetm.mangle_decl_assembler_name.
6865 * config/nvptx/nvptx.c (write_fn_proto): Handle
6866 BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
6868 2016-05-13 Martin Liska <mliska@suse.cz>
6870 * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
6871 and PRIu64 in printf format.
6873 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6875 * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
6878 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6880 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
6881 Change --param max-completely-peeled-times to
6882 --param max-completely-peel-times in dump file printing.
6884 2016-05-13 Richard Biener <rguenther@suse.de>
6886 PR tree-optimization/42587
6887 * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
6888 (find_bswap_or_nop_1): Likewise.
6889 (bswap_replace): Likewise.
6891 2016-05-13 Martin Liska <mliska@suse.cz>
6893 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
6894 Initialize a variable with default value.
6896 2016-05-13 Martin Liska <mliska@suse.cz>
6898 * doc/invoke.texi: Enhance explanation of error recovery
6901 2016-05-13 Martin Liska <mliska@suse.cz>
6903 * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
6904 (struct cost_pair): Change inv_expr_id (int) to inv_expr
6905 (iv_inv_expr_ent *).
6906 (struct iv_inv_expr_ent): Comment struct fields.
6907 (sort_iv_inv_expr_ent): New function.
6908 (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
6909 (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
6910 a hash_map between iv_inv_expr_ent and number of usages.
6911 (niter_for_exit): Fix coding style.
6912 (tree_ssa_iv_optimize_init): Use renamed variable.
6913 (determine_base_object): Fix coding style.
6914 (alloc_iv): Likewise.
6915 (find_interesting_uses_outside): Likewise.
6916 (add_candidate_1): Likewise.
6917 (add_standard_iv_candidates): Likewise.
6918 (set_group_iv_cost): Replace inv_expr_id with inv_expr.
6919 (prepare_decl_rtl): Fix coding style.
6920 (get_address_cost): Likewise.
6921 (get_shiftadd_cost): Likewise.
6922 (force_expr_to_var_cost): Likewise.
6923 (compare_aff_trees): Likewise.
6924 (get_expr_id): Restructure the function.
6925 (get_loop_invariant_expr_id): Renamed to
6926 get_loop_invariant_expr.
6927 (get_computation_cost_at): Replace usage of inv_expr_id with
6929 (get_computation_cost): Likewise.
6930 (determine_group_iv_cost_generic): Likewise.
6931 (determine_group_iv_cost_address): Likewise.
6932 (iv_period): Fix coding style.
6933 (iv_elimination_compare_lt): Likewise.
6934 (may_eliminate_iv): Likewise.
6935 (determine_group_iv_cost_cond): Replace usage of inv_expr_id with
6937 (determine_group_iv_costs): Dump invariant expressions.
6938 (iv_ca_recount_cost): Use the newly added hash_map.
6939 (iv_ca_set_remove_invariants): Fix coding style.
6940 (iv_ca_set_add_invariants): Fix coding style.
6941 (iv_ca_set_no_cp): Utilize the newly added hash_map for used
6943 (iv_ca_set_cp): Likewise.
6944 (iv_ca_new): Initialize the newly added hash_map and remove
6945 initialization of fields.
6946 (iv_ca_free): Delete the hash_map.
6947 (iv_ca_dump): Dump invariant expressions.
6948 (iv_ca_extend): Fix coding style.
6949 (try_add_cand_for): Likewise.
6950 (create_new_ivs): Dump information about # of avg iterations and
6951 # of used invariant expressions.
6952 (rewrite_use_compare): Fix coding style.
6953 (free_loop_data): Set default value for max_inv_expr_id.
6955 2016-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
6957 * cse.c (rest_of_handle_cse): Use cleanup_cfg
6958 returned value cse_cfg_altered computation.
6959 (rest_of_handle_cse2): Likewise.
6960 (rest_of_handle_cse_after_global_opts): Likewise.
6962 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6965 * config/arm/arm.c (arm32_output_mi_thunk): New.
6966 (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
6967 to split Thumb1 vs TARGET_32BIT functionality.
6968 (arm_thumb1_mi_thunk): New.
6970 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6972 * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
6975 2016-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6978 * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
6980 2016-05-13 Eric Botcazou <ebotcazou@adacore.com>
6982 * builtins.c (expand_builtin_memcmp): Do not emit the call here.
6983 (expand_builtin_trap): Emit a regular call.
6984 (set_builtin_user_assembler_name): Remove obsolete cases.
6985 * dse.c (scan_insn): Adjust.
6986 * except.c: Include calls.h.
6987 (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
6988 emit a regular call to setjmp.
6989 * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
6990 (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
6991 (emit_block_move_via_libcall): Delete.
6992 (block_move_fn): Delete.
6993 (init_block_move_fn): Likewise.
6994 (emit_block_move_libcall_fn): Likewise.
6995 (emit_block_op_via_libcall): New function.
6996 (set_storage_via_libcall): Tidy up and use memset builtin.
6997 (block_clear_fn): Delete.
6998 (init_block_clear_fn): Likewise.
6999 (clear_storage_libcall_fn): Likewise.
7000 (expand_assignment): Call emit_block_move_via_libcall.
7001 Do not include gt-expr.h.
7002 * expr.h (emit_block_op_via_libcall): Declare.
7003 (emit_block_copy_via_libcall): New inline function.
7004 (emit_block_move_via_libcall): Likewise.
7005 (emit_block_comp_via_libcall): Likewise.
7006 (block_clear_fn): Delete.
7007 (init_block_move_fn): Likewise.
7008 (init_block_clear_fn): Likewise.
7009 (emit_block_move_via_libcall): Likewise.
7010 (set_storage_via_libcall): Add default parameter value.
7011 * libfuncs.h (enum libfunc_index): Remove obsolete values.
7012 (abort_libfunc): Delete.
7013 (memcpy_libfunc): Likewise.
7014 (memmove_libfunc): Likewise.
7015 (memcmp_libfunc): Likewise.
7016 (memset_libfunc): Likewise.
7017 (setbits_libfunc): Likewise.
7018 (setjmp_libfunc): Likewise.
7019 (longjmp_libfunc): Likewise.
7020 (profile_function_entry_libfunc): Likewise.
7021 (profile_function_exit_libfunc): Likewise.
7022 (gcov_flush_libfunc): Likewise.
7023 * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
7024 and DECL_VISIBILITY on the declaration.
7025 (init_optabs): Do not initialize obsolete libfuncs.
7026 * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
7027 * tree-core.h (ECF_RET1): Define.
7028 (ECF_TM_PURE): Adjust.
7029 (ECF_TM_BUILTIN): Likewise.
7030 * tree.c (set_call_expr_flags): Deal with ECF_RET1.
7031 (build_common_builtin_nodes): Initialize abort builtin.
7032 Add ECF_RET1 on memcpy, memmove and memset builtins.
7033 Pass final flags for alloca and alloca_with_align builtins.
7034 * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
7036 * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
7037 * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
7038 set_storage_via_libcall and call emit_block_copy_via_libcall.
7040 2016-05-12 Uros Bizjak <ubizjak@gmail.com>
7042 * config/i386/i386.md (*call_got_x32): Change operand 0 to
7043 DImode before it is passed to ix86_output_call_operand.
7044 (*call_value_got_x32): Ditto for operand 1.
7046 2016-05-12 Jiong Wang <jiong.wang@arm.com>
7048 PR rtl-optimization/70904
7049 * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
7050 reload for wide mode.
7052 2016-05-12 Marek Polacek <polacek@redhat.com>
7055 * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
7056 * langhooks.c (lhd_incomplete_type_error): Add location parameter.
7057 * langhooks.h (incomplete_type_error): Likewise.
7058 * tree.c (size_in_bytes_loc): Renamed from size_in_bytes. Add location
7059 parameter, pass it down to incomplete_type_error.
7060 * tree.h (size_in_bytes): New inline overload.
7061 (size_in_bytes_loc): Renamed from size_in_bytes.
7063 2016-05-12 Richard Biener <rguenther@suse.de>
7065 PR tree-optimization/71059
7066 * tree-ssa-pre.c (phi_translate_1): Fully fold translated
7067 nary before looking up or entering the expression into the VN
7069 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
7070 Make sure to re-use NARYs without result as inserted by
7073 2016-05-12 Richard Biener <rguenther@suse.de>
7075 PR tree-optimization/71062
7076 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
7078 * tree-ssa-structalias.c (set_uids_in_ptset): Set
7079 vars_contains_restrict if the var is a restrict tag.
7080 * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
7081 do not disambiguate pointers against it.
7082 (dump_points_to_solution): Re-structure and adjust for new
7083 vars_contains_restrict flag.
7084 * gimple-pretty-print.c (pp_points_to_solution): Likewise.
7086 2016-05-12 Martin Liska <mliska@suse.cz>
7088 * doc/invoke.texi: Explain connection between
7089 -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
7091 2016-05-12 Ilya Enkovich <ilya.enkovich@intel.com>
7093 PR tree-optimization/71006
7094 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
7095 consider COND_EXPR as a mask producer.
7097 2016-05-12 Marek Polacek <polacek@redhat.com>
7100 * opts.c (common_handle_option): Detect missing argument for --help^.
7102 2016-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7105 * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
7106 when popping the PC and within an interrupt handler routine.
7107 Add missing tab to output of "ldmfd".
7108 (output_return_instruction): Output LDMFD with SP update rather
7109 than POP when returning from interrupt handler.
7111 2016-05-12 Jakub Jelinek <jakub@redhat.com>
7113 * config/i386/i386.md (isa): Add x64_avx512dq, enable if
7114 TARGET_64BIT && TARGET_AVX512DQ.
7115 * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
7116 (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
7117 (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
7118 *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
7119 (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
7120 (*vec_extractv4si_zext): Add avx512dq alternative.
7121 (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
7122 use v instead of x constraint in other alternatives where possible.
7124 * config/i386/sse.md (sse2_loadld): Use v instead of x
7125 constraint in alternatives 0,1,4.
7127 * config/i386/sse.md (pinsr_evex_isa): New mode attr.
7128 (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
7129 v constraints instead of x and <pinsr_evex_isa> isa attribute.
7132 * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
7133 <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
7134 is not emitted unless TARGET_AVX512BW.
7135 (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
7136 Likewise. For TARGET_AVX512BW, use "=v" constraint instead of "=x"
7137 for the result operand.
7139 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
7140 constraint instead of x in avx alternatives. Use maybe_evex instead
7143 * config/i386/constraints.md (Yv): New constraint.
7144 * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
7145 TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
7146 * config/i386/i386.md (avx512fvecmode): New mode attr.
7147 (*pushtf): Use v constraint instead of x.
7148 (*movtf_internal): Likewise. For TARGET_AVX512VL and
7149 xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
7150 (*absneg<mode>2): Use Yv constraint instead of x constraint.
7151 (*absnegtf2_sse): Likewise.
7152 (copysign<mode>3_const, copysign<mode>3_var): Likewise.
7153 * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
7154 avx512f alternatives.
7155 (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
7157 2016-05-12 Richard Biener <rguenther@suse.de>
7159 PR tree-optimization/71060
7160 * tree-data-ref.c (initialize_data_dependence_relation): Do not
7161 require exact match of DR_BASE_OBJECT but only matching address and
7164 2016-05-12 Richard Biener <rguenther@suse.de>
7166 PR tree-optimization/70986
7167 * cfganal.c: Include cfgloop.h.
7168 (dfs_find_deadend): Prefer to take edges exiting loops.
7170 2016-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7172 * gcc.target/powerpc/pr70963.c: Require at least power8 at both
7173 compile and run time.
7175 2016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
7178 * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
7180 2016-05-11 Uros Bizjak <ubizjak@gmail.com>
7182 * config/i386/i386.c (legitimize_pic_address): Use
7183 copy_to_suggested_reg instead of gen_movsi.
7185 2016-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
7187 * config/rs6000/predicates.md (quad_memory_operand): Move most of
7188 the code into quad_address_p and call it to share code with
7189 vsx_quad_dform_memory_operand.
7190 (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
7192 * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
7193 bit instead of being a separate word. Split -mpower9-dform into
7194 two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
7195 * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
7196 for the register class supporting 128-bit quad word memory offsets.
7197 (mode_supports_vsx_dform_quad): Helper function to return if the
7198 register class uses quad word memory offsets.
7199 (rs6000_debug_addr_mask): Add support for quad word memory offsets.
7200 (rs6000_debug_reg_global): Always print if we are using LRA or not.
7201 (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
7202 instructions are enabled, set up the appropriate addr_masks for
7204 (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
7205 -mpower9-dform-scalar, instead of -mpower9-dform.
7206 (rs6000_option_override_internal): Split -mpower9-dform into two
7207 switches, -mpower9-dform-scalar and -mpower9-dform-vector. The
7208 -mpower9-dform switch sets or clears both. If we are not using
7209 the LRA register allocator, do not enable -mpower9-dform-vector by
7210 default. If we are using LRA, enable -mpower9-dform-vector and
7211 -mvsx-timode if it is appropriate. Issue a warning if either
7212 -mpower9-dform-vector or -mvsx-timode are explicitly used without
7214 (quad_address_offset_p): New helper function to return if the
7215 offset is legal for quad word memory instructions.
7216 (quad_address_p): New function to determin if GPR or vector
7217 register quad word memory addresses are legal.
7218 (mem_operand_gpr): Validate quad word address offsets.
7219 (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
7220 d-form (register + offset) instructions.
7221 (offsettable_ok_by_alignment): Likewise.
7222 (rs6000_legitimate_offset_address_p): Likewise.
7223 (legitimate_lo_sum_address_p): Likewise.
7224 (rs6000_legitimize_address): Likewise.
7225 (rs6000_legitimize_reload_address): Add more debug statements for
7227 (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
7228 d-form instructions.
7229 (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
7230 d-form instructions. Distinguish different cases in debug
7231 output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
7232 d-form instructions.
7233 (rs6000_preferred_reload_class): Likewise.
7234 (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
7235 instructions. If ISA 3.0 is available, generate lxvx/stxvx instead
7236 of the ISA 2.06 indexed memory instructions.
7237 (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
7238 use them to save/restore the saved vector registers instead of
7239 using Altivec instructions.
7240 (rs6000_emit_epilogue): Likewise.
7241 (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
7242 (rs6000_opt_masks): Split -mpower9-dform into
7243 -mpower9-dform-scalar and -mpower9-dform-vector.
7244 (rs6000_print_options_internal): Print -mno-<switch> if <switch>
7246 * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
7247 ISA 3.0 vector indexed memory instructions, and fold the code into
7248 the normal mov<mode> patterns.
7249 (p9_vecstore_<mode>): Likewise.
7250 (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
7252 (vsx_movti_64bit): Likewise.
7253 (vsx_movti_32bit): Likewise.
7254 * config/rs6000/constraints.md (wO constraint): New constraint for
7255 ISA 3.0 vector d-form support.
7256 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
7257 -mpower9-dform-scalar instead of -mpower9-dform. Add note not to
7258 include -mpower9-dform-vector until we switch over to LRA.
7259 (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
7260 switches, -mpower9-dform-scalar and -mpower9-dform-vector.
7261 * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
7262 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
7263 for -mpower9-dform and -mlra.
7264 * doc/md.texi (wO constraint): Document wO constraint.
7266 2016-05-11 Alexander Monakov <amonakov@ispras.ru>
7268 * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
7269 'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
7270 * genautomata.c (output_internal_insn_code_evaluation): Simplify.
7271 Move handling of non-insn arguments inline into the sole user:
7272 (output_trans_func): ...here.
7273 (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
7274 in emitted function prototype.
7275 (output_internal_insn_latency_func): Ditto. Simplify.
7276 (output_internal_maximal_insn_latency_func): Ditto. Delete
7277 always-unused argument.
7278 (output_insn_latency_func): Ditto.
7279 (output_maximal_insn_latency_func): Ditto.
7281 2016-05-11 Richard Biener <rguenther@suse.de>
7283 PR tree-optimization/71055
7284 * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
7285 sth with precision not equal to access size verify we don't chop
7288 2016-05-11 Richard Biener <rguenther@suse.de>
7291 * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
7292 (dwarf2out_finish): Move retry_incomplete_types call ...
7293 (dwarf2out_early_finish): ... here.
7295 2016-05-11 Richard Biener <rguenther@suse.de>
7298 * alias.c (reference_alias_ptr_type): Preserve alias-set zero
7299 if the langhook insists on it.
7300 * fold-const.c (make_bit_field_ref): Add arg for the original
7301 reference and preserve its alias-set.
7302 (decode_field_reference): Take exp by reference and adjust it
7303 to the original memory reference.
7304 (optimize_bit_field_compare): Adjust callers.
7305 (fold_truth_andor_1): Likewise.
7306 * gimplify.c (gimplify_expr): Adjust in-SSA form test.
7308 2016-05-11 Ilya Enkovich <ilya.enkovich@intel.com>
7311 * cfgrtl.h (delete_insn_and_edges): Now return bool.
7312 * cfgrtl.c (delete_insn_and_edges): Likewise.
7313 * config/i386/i386.c (convert_scalars_to_vector): Remove
7315 * cse.c (cse_insn): Compute cse_cfg_altered.
7316 (delete_trivially_dead_insns): Likewise.
7317 (cse_cc_succs): Likewise.
7318 (rest_of_handle_cse): Free dominance info if required.
7319 (rest_of_handle_cse2): Likewise.
7320 (rest_of_handle_cse_after_global_opts): Likewise.
7322 2016-05-11 Alan Modra <amodra@gmail.com>
7324 * config/rs6000/rs6000.c (is_complex_IBM_long_double,
7325 abi_v4_pass_in_fpr): New functions.
7326 (rs6000_function_arg_boundary): Exclude complex IBM long double
7327 from 64-bit alignment when ABI_V4.
7328 (rs6000_function_arg, rs6000_function_arg_advance_1,
7329 rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
7331 2016-05-10 Segher Boessenkool <segher@kernel.crashing.org>
7333 PR rtl-optimization/71028
7334 * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
7335 jump with just a return in the fallthrough block if the branch
7336 block contains just a return as well.
7338 2016-05-10 Marc Glisse <marc.glisse@inria.fr>
7340 * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
7341 * match.pd ((X & Y) ^ Y): ... this.
7342 ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
7343 | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
7345 2016-05-10 David Malcolm <dmalcolm@redhat.com>
7347 * read-md.c (require_char_ws): New function.
7348 (read_string): Simplify using require_char_ws.
7349 (handle_constants): Likewise.
7350 (handle_enum): Likewise.
7351 (handle_file): Likewise.
7352 * read-md.h (require_char_ws): New declaration.
7353 * read-rtl.c (read_conditions): Simplify using require_char_ws.
7354 (read_mapping): Likewise.
7355 (read_rtx_code): Likewise.
7356 (read_nested_rtx): Likewise.
7358 2016-05-10 James Norris <jnorris@codesourcery.com>
7360 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
7361 if offloading is enabled and -fopenacc or -fopenmp is specified.
7362 (CRTOFFLOADEND): Likewise.
7363 (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
7364 (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
7366 2016-05-10 Uros Bizjak <ubizjak@gmail.com>
7368 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
7369 gotoff_operand code paths. Use copy_to_suggested_regs and
7370 expand_simple_binop where appropriate. Cleanup.
7372 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
7375 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
7377 (dimode_scalar_chain::vector_const_cost): New.
7378 (dimode_scalar_chain::compute_convert_gain): Handle constants.
7379 (dimode_scalar_chain::convert_op): Likewise.
7380 (dimode_scalar_chain::convert_insn): Likewise.
7382 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
7384 * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
7385 unary operation, not a binary one.
7387 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
7390 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
7391 calls with type casted fndecl.
7393 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
7395 PR tree-optimization/70786
7396 * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
7397 * calls.c (initialize_argument_information): Bind bounds
7398 with corresponding args passed by reference.
7400 2016-05-10 Jakub Jelinek <jakub@redhat.com>
7403 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
7404 *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
7405 use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
7408 2016-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7411 * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
7412 code for a zero scale factor.
7413 (vsx_xvcvdpuxds_scale): Likewise.
7415 2016-05-10 David Malcolm <dmalcolm@redhat.com>
7417 * diagnostic-show-locus.c (layout::layout): Call show_ruler
7418 if show_ruler_p was set on the context.
7419 (layout::show_ruler): New method.
7420 * diagnostic.h (struct diagnostic_context): Add field
7423 2016-05-10 Richard Biener <rguenther@suse.de>
7425 PR tree-optimization/71039
7426 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
7427 (chk_uses): New function.
7428 (propagate_with_phi): Verify we can safely replicate the lhs of an
7429 aggregate assignment on all incoming edges.
7431 2016-05-10 Oleg Endo <olegendo@gcc.gnu.org>
7433 * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
7435 (rx_atomic_sequence): New class.
7436 * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
7437 (is_interrupt_func, is_fast_interrupt_func): Make non-static and
7439 (rx_atomic_sequence::rx_atomic_sequence,
7440 rx_atomic_sequence::~rx_atomic_sequence): New functions.
7441 * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
7442 CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
7443 CTRLREG_INTB): New constants.
7444 (FETCHOP): New code iterator.
7445 (fethcop_name, fetchop_name2): New iterator code attributes.
7446 (QIHI): New mode iterator.
7447 (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
7448 atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
7449 atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
7451 2016-05-10 Martin Liska <mliska@suse.cz>
7453 * tree-inline.c (remap_dependence_clique): Do not remap
7454 debugging statements.
7456 2016-05-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7458 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
7459 ("*fixuns_truncdfdi2_z13")
7460 ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
7461 ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
7462 ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
7464 2016-05-10 Richard Biener <rguenther@suse.de>
7466 PR tree-optimization/70497
7467 PR tree-optimization/28367
7468 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
7470 (visit_reference_op_load): ... here.
7471 (vn_reference_lookup_3): Use it to handle subreg-like accesses
7472 with simplified BIT_FIELD_REFs.
7473 * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
7474 * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
7477 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
7479 * dwarf2out.c (add_abstract_origin_attribute): Adjust
7480 documentation comment. For BLOCK nodes, add a
7481 DW_AT_abstract_origin attribute that points to the DIE generated
7482 for the origin BLOCK.
7483 (gen_lexical_block_die): Call add_abstract_origin_attribute for
7484 blocks from inlined functions.
7486 2016-05-10 Alan Modra <amodra@gmail.com>
7489 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
7490 regrename modifying insns saving lr before __morestack call.
7491 * config/rs6000/rs6000.md (split_stack_return): Similarly for
7492 insns restoring lr after __morestack call.
7494 2016-05-09 Jakub Jelinek <jakub@redhat.com>
7496 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
7497 lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
7499 * config/i386/sse.md (vec_interleave_high<mode>,
7500 vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
7501 <avx512>_vpermt2var<mode>3_maskz): Likewise.
7503 2016-05-04 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
7505 * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
7506 function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
7507 parallel reassociation for power8 and forward.
7509 2016-05-09 Uros Bizjak <ubizjak@gmail.com>
7511 * config/i386/i386.md (absneg splitters with general regs): Use
7512 general_reg_operand predicate.
7513 (btsq peephole2): Use x86_64_immediate_operand to check if new
7514 value is suitable for immediate operand. Generate emitted insn
7515 using RTL expressions.
7516 (btcq peephole2): Ditto.
7517 (btrq peephole2): Ditto. Generate correct immediate operand
7520 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
7522 * cfgexpand.c (expand_debug_expr): Fix address offset for negative
7525 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
7527 * tree-affine.c (wide_int_constant_multiple_p): Add missing
7528 pointer dereference.
7530 2016-05-09 Richard Biener <rguenther@suse.de>
7532 PR tree-optimization/70985
7533 * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
7534 op0 isn't a gimple register.
7536 2016-05-09 Prachi Godbole <prachi.godbole@imgtec.com>
7538 * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
7539 (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
7540 (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
7541 (i6400_fpu_mult): New cpu units.
7542 (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
7543 (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
7544 (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
7545 (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
7546 (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
7547 (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
7548 (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
7549 (i6400_msa_long_float4, i6400_msa_long_float5)
7550 (i6400_msa_long_float8, i6400_msa_fdiv_df)
7551 (i6400_msa_fdiv_sf): New reservations.
7552 * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
7553 (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
7554 (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
7555 (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
7556 (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
7557 (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
7558 (msa_short_cmp, msa_short_float2, msa_short_logic3)
7559 (msa_short_store4, msa_long_load, msa_short_store)
7560 (msa_long_logic, msa_long_float2, msa_long_float4)
7561 (msa_long_float5, msa_long_float8, msa_long_mult)
7562 (msa_long_fdiv, msa_long_div): New reservations.
7564 2016-05-09 Robert Suchanek <robert.suchanek@imgtec.com>
7565 Sameera Deshpande <sameera.deshpande@imgtec.com>
7566 Matthew Fortune <matthew.fortune@imgtec.com>
7567 Graham Stott <graham.stott@imgtec.com>
7568 Chao-ying Fu <chao-ying.fu@imgtec.com>
7570 * config.gcc: Add MSA header file for mips*-*-* target.
7571 * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
7572 (Ubv8i, Urv8): New constraints.
7573 * config/mips/mips-ftypes.def: Add function types for MSA
7575 * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
7576 (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
7577 * config/mips/mips-msa.md: New file.
7578 * config/mips/mips-protos.h
7579 (mips_split_128bit_const_insns): New prototype.
7580 (mips_msa_idiv_insns): Likewise.
7581 (mips_split_128bit_move): Likewise.
7582 (mips_split_128bit_move_p): Likewise.
7583 (mips_split_msa_copy_d): Likewise.
7584 (mips_split_msa_insert_d): Likewise.
7585 (mips_split_msa_fill_d): Likewise.
7586 (mips_expand_msa_branch): Likewise.
7587 (mips_const_vector_same_val_p): Likewise.
7588 (mips_const_vector_same_bytes_p): Likewise.
7589 (mips_const_vector_same_int_p): Likewise.
7590 (mips_const_vector_shuffle_set_p): Likewise.
7591 (mips_const_vector_bitimm_set_p): Likewise.
7592 (mips_const_vector_bitimm_clr_p): Likewise.
7593 (mips_msa_vec_parallel_const_half): Likewise.
7594 (mips_msa_output_division): Likewise.
7595 (mips_ldst_scaled_shift): Likewise.
7596 (mips_expand_vec_cond_expr): Likewise.
7597 * config/mips/mips.c (enum mips_builtin_type): Add
7598 MIPS_BUILTIN_MSA_TEST_BRANCH.
7599 (mips_gen_const_int_vector_shuffle): New prototype.
7600 (mips_const_vector_bitimm_set_p): New function.
7601 (mips_const_vector_bitimm_clr_p): Likewise.
7602 (mips_const_vector_same_val_p): Likewise.
7603 (mips_const_vector_same_bytes_p): Likewise.
7604 (mips_const_vector_same_int_p): Likewise.
7605 (mips_const_vector_shuffle_set_p): Likewise.
7606 (mips_symbol_insns): Forbid loading symbols via immediate for
7608 (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
7610 (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
7612 (mips_lx_address_p): Add support load indexed address for MSA.
7613 (mips_address_insns): Add calculation of instructions needed for
7614 stores and loads for MSA.
7615 (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR. Handle
7616 CONST_VECTOR for MSA and let it fall through.
7617 (mips_ldst_scaled_shift): New function.
7618 (mips_subword_at_byte): Likewise.
7619 (mips_msa_idiv_insns): Likewise.
7620 (mips_legitimize_move): Validate MSA moves.
7621 (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases. Add
7622 calculation of costs for MSA division.
7623 (mips_split_move_p): Check if MSA moves need splitting.
7624 (mips_split_move): Split MSA moves if necessary.
7625 (mips_split_128bit_move_p): New function.
7626 (mips_split_128bit_move): Likewise.
7627 (mips_split_msa_copy_d): Likewise.
7628 (mips_split_msa_insert_d): Likewise.
7629 (mips_split_msa_fill_d): Likewise.
7630 (mips_output_move): Handle MSA moves.
7631 (mips_expand_msa_branch): New function.
7632 (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
7633 Reinstate 'y' modifier.
7634 (mips_file_start): Add MSA .gnu_attribute.
7635 (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
7637 (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
7638 (mips_class_max_nregs): Add register size for MSA supported mode.
7639 (mips_cannot_change_mode_class): Allow conversion between MSA
7640 vector modes and TImode.
7641 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
7643 (mips_secondary_reload_class): Force MSA loads/stores via memory.
7644 (mips_preferred_simd_mode): Add preffered modes for MSA.
7645 (mips_vector_mode_supported_p): Add MSA supported modes.
7646 (mips_autovectorize_vector_sizes): New function.
7647 (mips_msa_output_division): Likewise.
7648 (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
7649 (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
7650 (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
7651 (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
7652 (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
7653 (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
7654 (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
7655 (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
7656 (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
7657 (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
7658 (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
7659 (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
7660 (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
7661 (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
7662 (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
7663 (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
7664 (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
7665 (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
7666 (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
7667 (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
7668 (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
7669 (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
7670 (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
7671 (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
7672 (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
7673 (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
7674 (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
7675 (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
7676 (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
7677 (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
7678 (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
7679 (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
7680 (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
7681 (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
7682 (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
7683 (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
7684 (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
7685 (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
7686 (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
7687 (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
7688 (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
7689 (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
7690 (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
7691 (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
7692 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
7693 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
7694 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
7695 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
7696 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
7697 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
7698 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
7699 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
7700 (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
7701 (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
7702 (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
7703 (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
7704 (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
7705 (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
7706 (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
7707 (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
7708 (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
7709 (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
7710 (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
7711 (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
7712 (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
7713 (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
7714 (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
7715 (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
7716 (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
7717 (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
7718 (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
7719 (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
7720 (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
7721 (CODE_FOR_msa_ldi_d): New code_aliasing macros.
7722 (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
7723 slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
7724 srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
7725 srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
7726 srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
7727 srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
7728 bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
7729 bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
7730 bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
7731 binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
7732 binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
7733 binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
7734 addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
7735 subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
7736 max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
7737 max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
7738 maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
7739 mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
7740 mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
7741 min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
7742 ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
7743 clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
7744 clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
7745 clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
7746 clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
7747 clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
7748 st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
7749 sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
7750 adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
7751 adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
7752 ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
7753 aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
7754 aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
7755 subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
7756 subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
7757 subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
7758 asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
7759 maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
7760 msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
7761 div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
7762 hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
7763 hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
7764 mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
7765 dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
7766 dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
7767 dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
7768 sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
7769 splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
7770 pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
7771 ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
7772 ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
7773 ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
7774 ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
7775 bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
7776 fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
7777 pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
7778 nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
7779 copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
7780 insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
7781 bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
7782 fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
7783 fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
7784 fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
7785 fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
7786 fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
7787 fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
7788 fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
7789 fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
7790 fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
7791 fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
7792 mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
7793 msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
7794 fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
7795 flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
7796 ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
7797 ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
7798 ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
7800 (mips_get_builtin_decl_index): New array.
7801 (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
7802 (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
7803 (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
7804 (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
7805 (mips_init_builtins): Initialize mips_get_builtin_decl_index
7807 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
7809 (mips_expand_builtin_insn): Prepare operands for
7810 CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
7811 CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
7812 CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
7813 CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
7814 CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
7815 CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
7816 CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
7817 CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
7818 CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
7819 CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
7820 CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
7821 CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
7822 CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
7823 CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
7824 CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
7825 CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
7826 CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
7827 CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
7828 CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
7829 CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
7830 CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
7831 CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
7832 CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
7833 CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
7834 CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
7835 CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
7836 CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
7837 CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
7838 CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
7839 CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
7840 CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
7841 CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
7842 CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
7843 CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
7844 CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
7845 CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
7846 CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
7847 CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
7848 CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
7849 CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
7850 CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
7851 (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
7852 (mips_set_compression_mode): Disallow MSA with MIPS16 code.
7853 (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
7854 These are set implicitly and an error is reported if overridden.
7855 (mips_expand_builtin_msa_test_branch): New function.
7856 (mips_expand_msa_shuffle): Likewise.
7857 (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
7858 (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
7859 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
7860 (mips_expand_vec_unpack): Add support for MSA.
7861 (mips_expand_vector_init): Likewise.
7862 (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
7863 instead of const0_rtx.
7864 (mips_msa_vec_parallel_const_half): New function.
7865 (mips_gen_const_int_vector): Likewise.
7866 (mips_gen_const_int_vector_shuffle): Likewise.
7867 (mips_expand_msa_cmp): Likewise.
7868 (mips_expand_vec_cond_expr): Likewise.
7869 * config/mips/mips.h
7870 (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
7871 (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
7873 (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
7874 (ISA_HAS_MSA): New macro.
7875 (UNITS_PER_MSA_REG): Likewise.
7876 (BITS_PER_MSA_REG): Likewise.
7877 (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
7878 (MSA_REG_FIRST): New macro.
7879 (MSA_REG_LAST): Likewise.
7880 (MSA_REG_NUM): Likewise.
7881 (MSA_REG_P): Likewise.
7882 (MSA_REG_RTX_P): Likewise.
7883 (MSA_SUPPORTED_MODE_P): Likewise.
7884 (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
7885 (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
7886 * config/mips/mips.md: Include mips-msa.md.
7887 (alu_type): Add simd_add.
7888 (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
7889 (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
7890 simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
7891 simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
7892 simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
7893 simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
7894 simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
7895 simd_move, simd_load, simd_store. Choose "multi" for moves
7897 (qword_mode): New attribute.
7898 (insn_count): Add instruction count for quad moves.
7899 Increase the count for MIPS SIMD division.
7900 (UNITMODE): Add UNITMODEs for vector types.
7901 (addsub): New code iterator.
7902 * config/mips/mips.opt (mmsa): New option.
7903 * config/mips/msa.h: New file.
7904 * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
7906 * config/mips/mti-linux.h: Likewise.
7907 * config/mips/predicates.md
7908 (const_msa_branch_operand): New constraint.
7909 (const_uimm3_operand): Likewise.
7910 (const_uimm4_operand): Likewise.
7911 (const_uimm5_operand): Likewise.
7912 (const_uimm8_operand): Likewise.
7913 (const_imm5_operand): Likewise.
7914 (aq10b_operand): Likewise.
7915 (aq10h_operand): Likewise.
7916 (aq10w_operand): Likewise.
7917 (aq10d_operand): Likewise.
7918 (const_m1_operand): Likewise.
7919 (reg_or_m1_operand): Likewise.
7920 (const_exp_2_operand): Likewise.
7921 (const_exp_4_operand): Likewise.
7922 (const_exp_8_operand): Likewise.
7923 (const_exp_16_operand): Likewise.
7924 (const_vector_same_val_operand): Likewise.
7925 (const_vector_same_simm5_operand): Likewise.
7926 (const_vector_same_uimm5_operand): Likewise.
7927 (const_vector_same_uimm6_operand): Likewise.
7928 (const_vector_same_uimm8_operand): Likewise.
7929 (par_const_vector_shf_set_operand): Likewise.
7930 (reg_or_vector_same_val_operand): Likewise.
7931 (reg_or_vector_same_simm5_operand): Likewise.
7932 (reg_or_vector_same_uimm6_operand): Likewise.
7933 * doc/extend.texi (MIPS SIMD Architecture Functions): New
7935 * doc/invoke.texi (-mmsa): Document new option.
7937 2016-05-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7939 * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
7940 * configure: Regenerate.
7941 * config.in: Regenerate.
7942 * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
7944 * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
7945 (ENDFILE_VTV_SPEC): Define.
7947 2016-05-09 Kaushik Phatak <kaushik.phatak@kpit.com>
7949 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
7950 registers in all interrupt handlers if necessary.
7951 (rl78_option_override): Add warning.
7952 (MUST_SAVE_MDUC_REGISTERS): New macro.
7953 (rl78_expand_epilogue): Restore the MDUC registers if necessary.
7954 * config/rl78/rl78.c (check_mduc_usage): New function.
7955 (mduc_regs): New structure to hold MDUC register data.
7956 * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
7957 (mulsi3_g13): Add is_g13_muldiv_insn attribute.
7958 (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
7959 (mulhi3_g13): Add is_g13_muldiv_insn attribute.
7960 * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
7961 * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
7963 2016-05-09 Bin Cheng <bin.cheng@arm.com>
7965 * tree-if-conv.c (tree-ssa-loop.h): Include header file.
7966 (tree-ssa-loop-niter.h): Ditto.
7967 (idx_within_array_bound, ref_within_array_bound): New functions.
7968 (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
7969 Factor out check on writable base object to ...
7970 (base_object_writable): ... here.
7972 2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7974 * config/arm/arm.md (probe_stack): Add modes to set source
7977 2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
7979 * regrename.c (base_reg_class_for_rename): New static function.
7980 (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
7982 2016-05-08 Jan Hubicka <hubicka@ucw.cz>
7984 * cgraph.c (thunk_adjust): Export.
7985 * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
7986 * cgraphunit.c (thunk_adjust): Export.
7987 (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
7989 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
7991 * tree-inline.c (expand_call_inline): Expand thunks inline.
7993 2016-05-08 Uros Bizjak <ubizjak@gmail.com>
7996 * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
7997 (*sse2_vd_cvtss2sd): Ditto.
7998 * config/i386/i386.md
7999 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
8000 Generate *sse2_vd_cvtsd2ss pattern.
8001 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
8002 Generate *sse2_vd_cvtss2sd pattern.
8004 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
8006 * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
8007 * config/sh/sh.c (get_sh_arg_class): ... this new function. Update its
8010 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
8012 * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
8013 * config/sh/sh.c: Define and declare variables on first use throughout
8015 (current_function_interrupt): Change to bool type.
8016 (frame_insn): Rename to emit_frame_insn and update users.
8017 (push_regs): Use bool for 'interrupt_handler' argument.
8018 (save_schedule_s): Remove.
8019 (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
8020 (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
8021 targetm.asm_out.unaligned_op.di.
8022 (gen_far_branch): Remove redundant forward declaration.
8023 (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
8024 MAX_TEMPS, save_schedule_ssave_schedule): Remove.
8025 (sh_set_return_address, sh_function_ok_for_sibcall,
8026 scavenge_reg): Update comments.
8027 (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
8028 (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
8029 (sh_attr_renesas_p): Remove unnecessary parentheses.
8030 (branch_dest): Simplify.
8031 * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
8032 Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
8033 (CUMULATIVE_ARGS): Change macro to typedef.
8034 (current_function_interrupt): Change to bool type.
8035 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
8036 Surround with __cplusplus ifdef.
8037 (sh_compare_op0, sh_compare_op1): Remove.
8038 (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
8040 2016-05-07 Jim Wilson <jim.wilson@linaro.org>
8042 * config/arm/arm.md: (arch): Add neon.
8043 (arch_enabled): Return yes for arch neon when TARGET_NEON.
8044 * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3. Add
8045 neon_move as type for alt 3. Add arch attr enabling alt 3 for neon.
8046 Emit vmov.i64 for alt 3. Renumber alternatives 3 to 8. Adjust
8047 attributes for alt renumbering. Mark alt 3 as non-predicable.
8048 (thumb2_movdf_vfp): Likewise.
8050 2016-05-07 Uros Bizjak <ubizjak@gmail.com>
8052 * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
8053 to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
8054 (*andqi_1): Add preferred_for_speed attribute to disparage
8055 alternative 2 for TARGET_PARTIAL_REG_STALL targets.
8056 (*<code>qi_1): Ditto.
8057 (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
8058 alternative 1 for TARGET_PARTIAL_REG_STALL targets.
8059 (*ashlqi3_1): Ditto.
8060 (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
8061 Add preferred_for_size attribute to disparage alternative 0 and
8062 preferred_for_speed attribute to disparage alternative 1 for
8063 TARGET_PARTIAL_REG_STALL targets.
8065 2016-05-07 Tom de Vries <tom@codesourcery.com>
8067 PR tree-optimization/70956
8068 * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
8071 2016-05-07 Oleg Endo <olegendo@gcc.gnu.org>
8073 * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
8074 * config/sh/sh.c (sh_cbranch_distance): Implement it.
8075 * config/sh/sh.md (branch_zero): Remove define_attr.
8076 (define_delay): Disable delay slot if branch distance is one insn.
8078 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
8080 * config/i386/i386.md (LEAMODE): New mode attribute.
8081 (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
8082 (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
8083 and LEAMODE mode attribute. Use VOIDmode const_0_to_3_operand as
8084 operand 2 predicate.
8085 (*lea<mode>_general_2): Use VOIDmode for const248_operand.
8086 (*lea<mode>_general_3): Ditto.
8087 (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
8089 2016-05-06 Jakub Jelinek <jakub@redhat.com>
8091 * genmddump.c (main): Convert argv from char ** to const char **.
8093 2016-05-06 David Malcolm <dmalcolm@redhat.com>
8095 * coretypes.h (OVERRIDE): New macro.
8098 2016-05-06 Eric Botcazou <ebotcazou@adacore.com>
8100 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
8101 allow coalescing if the types are compatible.
8103 2016-05-06 David Malcolm <dmalcolm@redhat.com>
8105 * pass_manager.h (pass_manager::register_pass_name): New method.
8106 (pass_manager::get_pass_by_name): New method.
8107 (pass_manager::create_pass_tab): New method.
8108 (pass_manager::m_name_to_pass_map): New field.
8109 * passes.c (name_to_pass_map): Delete global in favor of field
8110 "m_name_to_pass_map" of pass_manager.
8111 (register_pass_name): Rename from a function to...
8112 (pass_manager::register_pass_name): ...this method, updating
8113 for renaming of global "name_to_pass_map" to field
8114 "m_name_to_pass_map".
8115 (create_pass_tab): Rename from a function to...
8116 (pass_manager::create_pass_tab): ...this method, updating
8117 for renaming of global "name_to_pass_map" to field.
8118 (get_pass_by_name): Rename from a function to...
8119 (pass_manager::get_pass_by_name): ...this method.
8120 (enable_disable_pass): Convert use of get_pass_by_name to
8121 a method call, locating the pass_manager singleton.
8123 2016-05-06 David Malcolm <dmalcolm@redhat.com>
8125 * genattr-common.c (main): Convert argv from char ** to const char **.
8126 * genattr.c (main): Likewise.
8127 * genattrtab.c (main): Likewise.
8128 * genautomata.c (initiate_automaton_gen): Likewise.
8130 * gencodes.c (main): Likewise.
8131 * genconditions.c (main): Likewise.
8132 * genconfig.c (main): Likewise.
8133 * genconstants.c (main): Likewise.
8134 * genemit.c (main): Likewise.
8135 * genenums.c (main): Likewise.
8136 * genextract.c (main): Likewise.
8137 * genflags.c (main): Likewise.
8138 * genmddeps.c (main): Likewise.
8139 * genopinit.c (main): Likewise.
8140 * genoutput.c (main): Likewise.
8141 * genpeep.c (main): Likewise.
8142 * genpreds.c (main): Likewise.
8143 * genrecog.c (main): Likewise.
8144 * gensupport.c (init_rtx_reader_args_cb): Likewise.
8145 (init_rtx_reader_args): Likewise.
8146 * gensupport.h (init_rtx_reader_args_cb): Likewise.
8147 (init_rtx_reader_args): Likewise.
8148 * gentarget-def.c (main): Likewise.
8149 * read-md.c (read_md_files): Likewise.
8150 * read-md.h (read_md_files): Likewise.
8152 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
8154 * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
8155 instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
8156 * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
8157 Remove unused predicate.
8158 (register_and_not_fp_reg_operand): Ditto.
8160 2016-05-06 Martin Liska <mliska@suse.cz>
8162 * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
8163 instead of vec as the vector is local to the function.
8165 2016-05-06 Jakub Jelinek <jakub@redhat.com>
8167 * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
8168 avx512bw alternative.
8170 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
8171 before the ashr<mode>3 pattern.
8173 * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
8174 v instead of x in vex or maybe_vex alternatives, use
8175 maybe_evex instead of vex in prefix.
8177 * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
8178 *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
8179 vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
8180 in vex or maybe_vex alternatives, use maybe_evex instead of vex
8183 * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
8184 v instead of x in vex or maybe_vex alternatives, use
8185 maybe_evex instead of vex in prefix.
8187 * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
8188 sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
8189 sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
8190 sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
8191 alternatives, use maybe_evex instead of vex in prefix.
8193 * config/i386/sse.md (vec_interleave_lowv4sf,
8194 *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
8195 v instead of x in vex or maybe_vex alternatives, use
8196 maybe_evex instead of vex in prefix.
8198 * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
8199 v instead of x in vex or maybe_vex alternatives, use
8200 maybe_evex instead of vex in prefix.
8202 * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
8203 v constraint instead of x.
8205 2016-05-06 Nathan Sidwell <nathan@codesourcery.com>
8207 * gimple.c (gimple_call_same_target_p): Unique functions are eq.
8208 * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
8211 2016-05-06 Richard Biener <rguenther@suse.de>
8213 PR tree-optimization/70948
8214 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
8215 Properly clobber all fields of va_list for __builtin_va_start.
8217 2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
8220 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
8221 loop latch destination.
8223 2016-05-06 Martin Liska <mliska@suse.cz>
8225 * tree-ssa-uninit.c: Apply manual changes
8226 to the GNU coding style.
8227 (prune_uninit_phi_opnds): Rename from
8228 prune_uninit_phi_opnds_in_unrealizable_paths.
8230 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8232 * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
8233 mspace): Remove deprecated options.
8234 * doc/invoke.texi (SH options): Remove -mspace.
8236 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8238 * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
8240 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8242 * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
8243 corresponding combine split pattern.
8245 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8248 * config/sh/predicates.md (long_displacement_mem_operand): New.
8249 * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
8250 Add movi20, movi20s alternatives. Adjust length attribute for
8252 (movsi_ie): Allow for any FPU. Adjust length attribute for
8254 (movsi_i_lowpart): Add movi20, movi20s alternatives. Adjust length
8255 attribute for alternatives.
8256 (*mov<mode>): Use long_displacement_mem_operand for length attribute.
8257 (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
8258 length attribute for alternatives.
8260 2016-05-06 Richard Biener <rguenther@suse.de>
8262 PR tree-optimization/70960
8263 * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
8265 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8268 * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
8269 * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
8271 2016-05-06 Marek Polacek <polacek@redhat.com>
8274 * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
8276 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
8279 * config/sh/sh.md (*rotcr): Add another variant.
8281 2016-05-06 Richard Biener <rguenther@suse.de>
8284 * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
8286 2016-05-06 Richard Biener <rguenther@suse.de>
8289 * fold-const.c (split_tree): Always convert to the original type
8292 2016-05-06 Richard Biener <rguenther@suse.de>
8294 * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
8295 (fwprop_addr): Likewise.
8297 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
8300 * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
8302 * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
8303 * config/i386/i386.md (push mem splitter): Use find_constant_src in
8304 the splitter condition.
8305 (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
8306 the splitter condition.
8307 (FP float_extend load splitter): Ditto.
8309 2016-05-05 Uros Bizjak <ubizjak@gmail.com>
8311 * config/i386/i386.md (peehole2 patterns): Change true_regnum
8312 to REGNO in all peephole2 patterns.
8313 (post-reload splitters): Change true_regnum to REGNO in
8314 post-reload splitters.
8315 (zero_extend splitters): Use general_reg_operand and
8316 nonimmediate_gr_operand predicates.
8318 2016-05-05 Jakub Jelinek <jakub@redhat.com>
8320 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
8321 v constraint instead of x.
8323 2016-05-05 Alan Modra <amodra@gmail.com>
8326 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
8327 set OPTION_MASK_RELOCATABLE when flag_pic == 2. Set
8328 TARGET_NO_FP_IN_TOC for -mrelocatable.
8329 (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
8330 TARGET_RELOCATABLE test.
8331 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
8332 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
8333 * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
8334 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
8335 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
8336 * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
8337 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
8338 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
8339 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
8340 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
8342 (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
8343 (rs6000_stack_info): Likewise.
8344 (rs6000_elf_asm_out_constructor): Likewise.
8345 (rs6000_elf_asm_out_destructor): Likewise.
8346 (rs6000_elf_declare_function_name): Likewise.
8347 * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
8348 * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
8351 2016-05-05 Alan Modra <amodra@gmail.com>
8353 * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
8355 2016-05-05 Alan Modra <amodra@gmail.com>
8357 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
8358 out-of-line gpr restore for one or two regs if that would add
8361 2016-05-04 Uros Bizjak <ubizjak@gmail.com>
8364 * config/i386/i386.md
8365 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
8366 Change to post-epilogue_completed late splitter. Use sse_reg_operand
8367 as operand 0 predicate.
8368 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
8370 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
8371 Ditto. Emit the pattern using RTX.
8373 (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
8374 Use sse_reg_opreand as operand 0 predicate. Do not use true_regnum in
8375 the post-reload splitter. Use lowpart_subreg instead of gen_rtx_REG.
8376 (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
8378 (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
8379 sse_reg_operand as operand 0 predicate.
8381 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
8382 Use sse_reg_opreand as operand 0 predicate. Use lowpart_subreg
8383 instead of gen_rtx_REG.
8384 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
8387 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
8389 * function.c (emit_use_return_register_into_block): Delete.
8390 (gen_return_pattern): Delete.
8391 (emit_return_into_block): Delete.
8392 (active_insn_between): Delete.
8393 (convert_jumps_to_returns): Delete.
8394 (emit_return_for_exit): Delete.
8395 (thread_prologue_and_epilogue_insns): Delete all code dealing with
8396 simple_return for shrink-wrapped blocks.
8397 * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
8398 end of blocks that need one.
8399 (get_unconverted_simple_return): Delete.
8400 (convert_to_simple_return): Delete.
8401 * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
8402 (convert_to_simple_return): Ditto.
8404 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
8406 * cfgcleanup.c (bb_is_just_return): New function.
8407 (try_optimize_cfg): Simplify jumps to return, branches to return,
8408 and branches around return.
8410 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
8412 * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
8415 2016-05-04 Jakub Jelinek <jakub@redhat.com>
8419 * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
8420 * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
8421 assert flags & OEP_HASH_CHECK, instead of asserting it
8422 never happens. Handle TARGET_EXPR.
8423 * fold-const.c (operand_equal_p): For hash verification,
8424 or in OEP_HASH_CHECK into flags.
8426 2016-05-04 Eric Botcazou <ebotcazou@adacore.com>
8428 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
8430 (compute_samebase_partition_bases): Fix typo.
8432 2016-05-04 Jakub Jelinek <jakub@redhat.com>
8434 * config/i386/sse.md (vec_interleave_highv8sf,
8435 vec_interleave_lowv8sf, vec_interleave_highv4df,
8436 vec_interleave_lowv4df): Remove constraints from expanders.
8438 * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
8440 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
8442 * tree-inline.c (expand_call_inline): Fix path dealing with
8443 making lhs of call statement undefined.
8445 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
8447 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
8448 Check availability on NODE, too.
8449 * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
8450 (cgraph_node::call_for_symbol_and_aliases): Likewise.
8451 (varpool_node::call_for_symbol_and_aliase): Likewise.
8452 * ipa-pure-const.c (add_new_function): Analyze all bodies.
8453 (propagate_pure_const): Propagate across interposable functions, too.
8454 (skip_function_for_local_pure_const): Do not skip interposable bodies
8456 (pass_local_pure_const::execute): Update.
8458 2016-05-04 Marek Polacek <polacek@redhat.com>
8460 * doc/invoke.texi: Document -Wdangling-else.
8462 2016-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
8464 * config.gcc: Error out when conflicting multilib is detected. Do not
8465 loop over multilibs since no combination is legal.
8467 2016-05-04 Alan Modra <amodra@gmail.com>
8469 * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
8470 * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
8471 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
8474 2016-05-04 Matthew Fortune <matthew.fortune@imgtec.com>
8476 * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
8477 Clean up p5600 comments.
8479 2016-05-04 Richard Biener <rguenther@suse.de>
8481 * match.pd: Add BIT_FIELD_REF canonicalizations and vector
8482 constructor simplifications.
8483 * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
8485 2016-05-04 Oleg Endo <olegendo@gcc.gnu.org>
8487 * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
8488 * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
8489 result.set_rtx is null instead of aborting.
8490 * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
8492 (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
8493 * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
8494 *mov<mode>_store_postinc): New patterns.
8496 2016-05-04 Marc Glisse <marc.glisse@inria.fr>
8498 * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR. Mark
8499 as commutative. Check both conversions are NOP.
8500 ((A & B) OP (C & B)): Remove.
8502 2016-05-04 Alan Modra <amodra@gmail.com>
8504 * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
8506 2016-05-04 Alan Modra <amodra@gmail.com>
8509 * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
8510 when cr2,3,4 are all fixed regs.
8512 2016-05-04 Bernd Schmidt <bschmidt@redhat.com>
8514 PR rtl-optimization/57193
8515 * opts.c (default_options_table): Revert OPT_frename_registers change.
8516 * doc/invoke.texi (-frename-registers, -O2): Likewise.
8518 2016-05-03 Martin Sebor <msebor@redhat.com>
8521 * builtins.c (fold_builtin_FILE): New function.
8522 (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
8523 (fold_builtin_0): Call them.
8524 * gimplify.c (gimplify_call_expr): Remove the handling of
8525 BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
8528 * doc/extend.texi (Other Builtins): Update __builtin_FILE,
8529 __builtin_FUNCTION, and __builtin_LINE to reflect they yield
8533 * doc/extend.texi (Function Names as Strings): Update __func__,
8534 __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
8537 2016-05-03 Jakub Jelinek <jakub@redhat.com>
8538 Richard Biener <rguenther@suse.de>
8540 PR tree-optimization/70916
8541 * tree-if-conv.c: Include cfganal.h.
8542 (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
8543 and remove_fake_exit_edges around the optimization pass.
8545 2016-05-03 Jan Hubicka <hubicka@ucw.cz>
8547 * cgraph.c (symbol_table::create_edge): Set inline_failed.
8548 (cgraph_edge::make_direct): Likewise.
8549 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
8550 * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
8551 * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
8552 (CIF_THUNK): New code.
8553 * ipa-inline-analysis.c (initialize_inline_failed): Preserve
8554 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
8555 (compute_inline_parameters): Set inline_failed for thunks.
8556 (inline_analyze_function): Cleanup.
8557 * ipa-inline.c (can_inline_edge_p): Do not deal with
8558 call_stmt_cannot_inline_p.
8559 (can_early_inline_edge_p): Likewise.
8560 (early_inliner): Initialize inline_failed.
8561 * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
8563 2016-05-03 Uros Bizjak <ubizjak@gmail.com>
8565 * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
8566 from nonimm_ssenomem_operand.
8567 (nonimm_ssenomem_operand): New predicate.
8568 * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
8569 as operand 0 predicate.
8570 (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
8571 Disable unsupported alternatives using "enabled" attribute.
8572 Use register_ssemem_operand as operand 0 predicate.
8573 (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
8575 2016-05-03 Marek Polacek <polacek@redhat.com>
8578 * input.c (expansion_point_location): New function.
8579 * input.h (expansion_point_location): Declare.
8581 2016-05-03 Pierre-Marie de Rodat <derodat@adacore.com>
8583 * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
8584 occurence with frame_offset_ ones.
8586 2016-05-03 Alan Modra <amodra@gmail.com>
8588 PR rtl-optimization/70890
8589 * ira.c (combine_and_move_insns): When moving def_insn, remove
8592 2016-05-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
8594 * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
8595 ("*r<noxa>sbg_<mode>_srl"): New define_insns.
8596 ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
8597 ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
8599 2016-05-03 Alan Modra <amodra@gmail.com>
8601 * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
8602 for SAVE_MULTIPLE/STORE_MULTIPLE.
8604 2016-05-03 Jakub Jelinek <jakub@redhat.com>
8606 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
8607 *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
8609 2016-05-03 Richard Biener <rguenther@suse.de>
8611 * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
8613 (gimplify_arg): Likewise.
8614 * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
8615 re-writing the result to a decl if required.
8616 (internal_get_tmp_var): Add allow_ssa parameter
8617 and override into_ssa with it.
8618 (get_formal_tmp_var): Adjust.
8619 (get_initialized_tmp_var): Add allow_ssa parameter.
8620 (gimplify_arg): Add allow_ssa parameter and avoid generating
8621 SSA names for the result false.
8622 (gimplify_call_expr): If the call may return twice do not
8623 gimplify parameters into SSA.
8624 (prepare_gimple_addressable): Do not allow an SSA name as temporary.
8625 (gimplify_modify_expr): Adjust assert. For noreturn calls
8626 with a SSA name LHS adjust its def.
8627 (gimplify_save_expr): Do not allow an SSA name as save-expr result.
8628 (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
8629 (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
8630 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
8631 an SSA name. Likewise for OMP_CLAUSE_REDUCTION operands.
8632 (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL. Likewise
8633 for OMP_FOR_COND, OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
8634 (optimize_target_teams): Do not allow SSA names for clause operands.
8635 (gimplify_expr): Likewise for where we mark the result addressable.
8636 * passes.def (pass_init_datastructures): Remove.
8637 * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
8638 (rewrite_stmt): Likewise.
8639 * tree-inline.c (initialize_cfun): Properly transfer SSA state.
8640 (replace_locals_op): Replace SSA names.
8641 (copy_gimple_seq_and_replace_locals): Init src_cfun.
8642 * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
8643 * cgraph.c (release_function_body): Free CFG annotations only
8644 when we have a CFG. Simplify.
8645 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
8646 force_gimple_operand instead of get_initialized_tmp_var.
8647 * tree-pass.h (make_pass_init_datastructures): Remove.
8648 * tree-ssa.c (execute_init_datastructures): Remove.
8649 (pass_data_init_datastructures): Likewise.
8650 (class pass_init_datastructures): Likewise.
8651 (make_pass_init_datastructures): Likewise.
8652 * omp-low.c (create_omp_child_function): Init SSA data structures.
8653 (grid_expand_target_grid_body): Likewise.
8654 * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
8655 name before adding it to names_to_release.
8656 (remove_bb): Always release SSA defs.
8657 * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
8658 before dereferencing it.
8659 * cgraphunit.c (init_lowered_empty_function): Always
8660 int SSA data structures.
8661 * tree-ssanames.c (release_defs): Remove assert that we are in
8663 * trans-mem.c (diagnose_tm_1): Handle SSA name function.
8665 2016-05-03 Jakub Jelinek <jakub@redhat.com>
8666 Uros Bizjak <ubizjak@gmail.com>
8668 PR rtl-optimization/70467
8669 * config/i386/predicates.md (x86_64_hilo_int_operand,
8670 x86_64_hilo_general_operand): New predicates.
8671 * config/i386/constraints.md (Wd): New constraint.
8672 * config/i386/i386.md (mode attr di): Use Wd instead of e.
8673 (general_hilo_operand): New mode attr.
8674 (add<mode>3, sub<mode>3): Use <general_hilo_operand>
8675 instead of <general_operand>.
8676 (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
8677 x86_64_hilo_general_operand instead of <general_operand>.
8679 2016-05-03 Jakub Jelinek <jakub@redhat.com>
8681 PR tree-optimization/70916
8682 * tree-if-conv.c (constant_or_ssa_name): Removed.
8683 (fold_build_cond_expr): Use is_gimple_val instead of
8684 constant_or_ssa_name.
8686 PR tree-optimization/70916
8687 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
8688 if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
8691 * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
8692 (optimize_atomic_bit_test_and): New function.
8693 (pass_fold_builtins::execute): Use it.
8694 * optabs.def (atomic_bit_test_and_set_optab,
8695 atomic_bit_test_and_complement_optab,
8696 atomic_bit_test_and_reset_optab): New optabs.
8697 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
8698 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
8699 * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
8700 * builtins.c (expand_ifn_atomic_bit_test_and): New function.
8701 * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
8702 expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
8703 expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
8704 * doc/md.texi (atomic_bit_test_and_set@var{mode},
8705 atomic_bit_test_and_complement@var{mode},
8706 atomic_bit_test_and_reset@var{mode}): Document.
8707 * config/i386/sync.md (atomic_bit_test_and_set<mode>,
8708 atomic_bit_test_and_complement<mode>,
8709 atomic_bit_test_and_reset<mode>): New expanders.
8710 (atomic_bit_test_and_set<mode>_1,
8711 atomic_bit_test_and_complement<mode>_1,
8712 atomic_bit_test_and_reset<mode>_1): New insns.
8714 2016-05-03 Richard Sandiford <richard.sandiford@arm.com>
8716 PR rtl-optimization/70687
8717 * combine.c (change_zero_ext): Check for scalar modes. Use wide_int
8718 instead of unsigned HOST_WIDE_INT.
8720 2016-05-03 Bernd Schmidt <bschmidt@redhat.com>
8722 PR rtl-optimization/44281
8723 * hard-reg-set.h (struct target_hard_regs): New field
8724 x_fixed_nonglobal_reg_set.
8725 (fixed_nonglobal_reg_set): New macro.
8726 * reginfo.c (init_reg_sets_1): Initialize it.
8727 * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
8729 * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
8731 2016-05-03 Bin Cheng <bin.cheng@arm.com>
8733 PR tree-optimization/56541
8734 * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
8735 * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
8736 * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
8737 (any_complicated_phi): new static variable.
8738 (aggressive_if_conv): delete.
8739 (if_convertible_phi_p): support phis with more than two arguments.
8740 (if_convertible_bb_p): remvoe check on aggressive_if_conv and
8741 critical pred edges.
8742 (ifcvt_split_critical_edges): support phis with more than two
8743 arguments by checking new parameter. only split critical edges
8745 (tree_if_conversion): handle simd pragma marked loop using new
8746 local variable aggressive_if_conv. check any_complicated_phi.
8748 2016-05-03 Bin Cheng <bin.cheng@arm.com>
8750 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
8753 2016-05-03 Bin Cheng <bin.cheng@arm.com>
8755 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
8758 2016-05-03 Oleg Endo <olegendo@gcc.gnu.org>
8760 * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
8761 (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
8762 define_insn_and_split.
8763 (mulsi3_i): New define_insn_and_split.
8764 (mulsi3_call): Convert to define_insn.
8765 (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
8768 2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
8770 * machmode.h (mode_complex): Add support to give the complex mode
8772 (GET_MODE_COMPLEX_MODE): Likewise.
8773 * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
8774 stored by build_complex_type and gfc_build_complex_type instead of
8775 trying to figure out the appropriate mode based on the size. Raise
8776 an assertion error, if the type was not set.
8777 * genmodes.c (struct mode_data): Add field for the complex type of
8779 (blank_mode): Likewise.
8780 (make_complex_modes): Remember the complex mode created in the
8782 (emit_mode_complex): Write out the mode_complex array to map a
8783 type mode to the complex version.
8784 (emit_insn_modes_c): Likewise.
8785 * tree.c (build_complex_type): Set the complex type to use before
8786 calling layout_type.
8787 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
8788 support for __float128 complex datatypes.
8789 (rs6000_hard_regno_mode_ok): Likewise.
8790 (rs6000_setup_reg_addr_masks): Likewise.
8791 (rs6000_complex_function_value): Likewise.
8792 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
8793 __float128 and __ibm128 complex.
8794 (FLOAT128_IBM_P): Likewise.
8795 (ALTIVEC_ARG_MAX_RETURN): Likewise.
8796 * doc/extend.texi (Additional Floating Types): Document that
8797 -mfloat128 must be used to enable __float128. Document complex
8798 __float128 and __ibm128 support.
8800 2016-05-02 Jakub Jelinek <jakub@redhat.com>
8803 * gimple.c (gimple_builtin_call_types_compatible_p): Allow
8804 char/short arguments promoted to int because of promote_prototypes.
8806 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
8808 * config/i386/predicates.md (register_ssemem_operand): New predicate.
8809 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
8810 *cmpi<FPCMP:unord><MODEF:mode>_mixed and
8811 *cmpi<FPCMP:unord><X87MODEF:mode>_i387. Disable unsupported
8812 alternatives using "enabled" attribute. Use register_ssemem_operand
8813 as operand 1 predicate.
8814 (*cmpi<unord>xf_i387): Split XFmode pattern from
8815 *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
8816 (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
8817 *absneg<mode>2_i387. Disable unsupported alternatives using
8818 "enabled" attribute.
8819 (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
8821 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
8823 * omp-low.c (lower_oacc_head_tail): Assert there is at least one
8825 (oacc_loop_process): Check mask for loop termination.
8827 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
8829 * cif-code.def (CIF_THUNK): Add.
8830 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
8833 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
8835 * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
8836 (dump_inline_summary): Dump it.
8837 (fp_expression_p): New predicate.
8838 (estimate_function_body_sizes): Use it.
8839 (inline_merge_summary): Merge fp_expressions.
8840 (inline_read_section): Read fp_expressions.
8841 (inline_write_summary): Write fp_expressions.
8842 * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
8843 codegen boundary if either caller or callee is !fp_expressions.
8844 * ipa-inline.h (inline_summary): Add fp_expressions.
8845 * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
8846 to fp_expressions be sure the fp generation flags are updated.
8848 2016-05-02 Jakub Jelinek <jakub@redhat.com>
8850 PR rtl-optimization/70467
8851 * cse.c (cse_insn): Handle no-op MEM moves after folding.
8853 PR rtl-optimization/70467
8854 * ipa-pure-const.c (check_call): Handle internal calls even in
8855 ipa mode like in local mode.
8857 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
8859 * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
8861 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
8863 * match.pd (X u< X, X u> X): New transformations.
8865 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
8867 * flag-types.h (enum warn_strict_overflow_code): Move ...
8868 * coretypes.h: ... here.
8869 * fold-const.h (fold_overflow_warning): Declare.
8870 * fold-const.c (fold_overflow_warning): Make non-static.
8871 (fold_comparison): Move the transformation of X +- C1 CMP C2
8872 into X CMP C2 -+ C1 ...
8873 * match.pd: ... here.
8874 * gimple-fold.c (fold_stmt_1): Protect with
8875 fold_defer_overflow_warnings.
8877 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
8879 * omp-low.c (struct oacc_loop): Add 'inner' field.
8880 (new_oacc_loop_raw): Initialize it to zero.
8881 (oacc_loop_fixed_partitions): Initialize it.
8882 (oacc_loop_auto_partitions): Partition outermost loop to outermost
8883 available partitioning.
8885 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
8887 * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
8889 (umulsidi3): Likewise.
8890 (indirect_jump): Fix jump instruction assembly patterns.
8892 2016-05-02 Thomas Schwinge <thomas@codesourcery.com>
8895 * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
8896 (nvptx_function_value): Assert non-NULL cfun.
8898 2016-05-02 Eric Botcazou <ebotcazou@adacore.com>
8900 PR rtl-optimization/70886
8901 * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
8903 * cselib.h (rtx_equal_for_cselib_1): Declare.
8904 (rtx_equal_for_cselib_p: New inline function.
8905 * cselib.c (rtx_equal_for_cselib_p): Delete.
8906 (rtx_equal_for_cselib_1): Make public.
8908 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
8910 * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
8911 (register_mixssei387nonimm_operand): Remove predicate.
8912 * config/i386/i386.md (*fop_<mode>_comm): Merge from
8913 *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387. Disable unsupported
8914 alternatives using "enabled" attribute. Also check X87_ENABLE_ARITH
8915 for TARGET_MIX_SSE_I387 alternatives.
8916 (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
8917 Disable unsupported alternatives using "enabled" attribute. Use
8918 nonimm_ssenomem_operand as operand 1 predicate. Also check
8919 X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
8921 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
8923 * tree.c (cst_and_fits_in_hwi): Simplify.
8925 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
8927 * tree.h (wi::to_wide): New function.
8928 * expr.c (expand_expr_real_1): Use wi::to_wide.
8929 * fold-const.c (int_const_binop_1): Likewise.
8930 (extract_muldiv_1): Likewise.
8932 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
8934 * wide-int.h: Update offset_int and widest_int documentation.
8935 (WI_SIGNED_SHIFT_RESULT): New macro.
8936 (wi::binary_shift): Define signed_shift_result_type for
8937 shifts on offset_int- and widest_int-like types.
8938 (generic_wide_int): Support <<= and >>= if << and >> are supported.
8939 * tree.h (int_bit_position): Use shift operators instead of wi::
8941 * alias.c (adjust_offset_for_component_ref): Likewise.
8942 * expr.c (get_inner_reference): Likewise.
8943 * fold-const.c (fold_comparison): Likewise.
8944 * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
8945 * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
8946 * tree-dfa.c (get_ref_base_and_extent): Likewise.
8947 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
8948 (stmt_kills_ref_p): Likewise.
8949 * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
8950 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
8951 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
8952 (ao_ref_init_from_vn_reference): Likewise.
8954 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
8956 * wide-int.h: Update offset_int and widest_int documentation.
8957 (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
8958 (wi::binary_traits): Allow ordered comparisons between offset_int and
8959 offset_int, between widest_int and widest_int, and between either
8960 of these types and basic C types.
8961 (operator <, <=, >, >=): Define for the same combinations.
8962 * tree.h (tree_int_cst_lt): Use comparison operators instead
8963 of wi:: comparisons.
8964 (tree_int_cst_le): Likewise.
8965 * gimple-fold.c (fold_array_ctor_reference): Likewise.
8966 (fold_nonarray_ctor_reference): Likewise.
8967 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
8968 * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
8969 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
8970 * tree-sra.c (completely_scalarize): Likewise.
8971 * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
8972 * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
8973 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
8974 (check_for_binary_op_overflow): Likewise.
8975 (search_for_addr_array): Likewise.
8976 * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
8978 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
8980 * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
8981 (arc_save_restore): Likewise.
8982 (arc_dwarf_register_span): Likewise.
8983 (arc_output_pic_addr_const): Initialize suffix variable.
8985 2016-05-02 Martin Liska <mliska@suse.cz>
8987 * symbol-summary.h (function_summary::function_summary):
8988 Remove checking assert for all cgraph nodes.
8989 (function_summary::get): Check summary_uid.
8990 (symtab_insertion): Check summary_uid.
8992 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
8994 * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
8995 * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
8997 (arc_dwarf_register_span): Remove enum keyword.
8998 (compact_memory_operand_p): New function.
8999 * config/arc/arc.h (reg_class): Add code density register classes.
9000 (REG_CLASS_NAMES): Likewise.
9001 (REG_CLASS_CONTENTS): Likewise.
9002 * config/arc/arc.md (*movqi_insn): Add code density instructions.
9003 (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
9004 (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
9005 (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
9006 * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
9008 (h, Rcd, Rsd, Rzd): New register constraints.
9009 (T): Use compact_memory_operand_p function.
9010 * config/arc/predicates.md (compact_load_memory_operand): Remove.
9012 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
9014 * config/sh/sh.md (*negnegt, *movtt): Remove.
9016 2016-05-02 Marek Polacek <polacek@redhat.com>
9017 Tom de Vries <tom@codesourcery.com>
9019 PR tree-optimization/70700
9020 * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
9021 bigger than FIRST_REF_NODE.
9023 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
9026 * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
9028 (prepare_cbranch_operands): Don't use scratch register. Assume that
9029 function is used when pseudos can be created.
9030 (expand_cbranchdi4): Likewise. Remove unused TARGET_CMPEQDI_T paths.
9031 * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
9032 (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
9033 define_expand. Allow it only when pseudos can be created.
9034 * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
9036 2016-05-01 Uros Bizjak <ubizjak@gmail.com>
9038 * config/i386/constraints.md (BC): Only allow -1 operands.
9039 * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
9040 Add "enabled" attribute. Update XI mode attribute calculation.
9041 * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
9042 (*movoi_internal_avx): Update XI mode attribute calculation.
9043 (*movti_internal): Ditto.
9045 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
9047 * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
9048 cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
9050 2016-05-01 Eric Botcazou <ebotcazou@adacore.com>
9052 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
9053 statement on instruction code. Remove trailing spaces.
9054 (altivec_expand_stv_builtin): Likewise.
9056 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
9058 * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
9059 (TARGET_FPU_DOUBLE): Simplify.
9060 (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
9061 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
9062 * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
9063 with 'TARGET_FPU_DOUBLE'.
9064 * config/sh/sh.md: Likewise.
9066 2016-05-01 Yoshinori Sato <ysato@users.sourceforge.jp>
9068 * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
9069 SH_DIV_STR_FOR_SIZE): Remove.
9070 * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
9071 SH_DIV_STR_FOR_SIZE): Remove.
9073 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
9075 * config/sh/predicates.md (any_register_operand, zero_extend_operand,
9076 logical_reg_operand): Delete.
9077 (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
9078 arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
9079 logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
9080 match_operand and match_test.
9081 (sh_const_vec, sh_1el_vec): Remove redundant checks. Declare local
9082 variables on their first use. Return bool values.
9083 * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
9084 * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
9085 arith_reg_operand for input operand. Remove empty constraints.
9087 (*xorsi3_compact): Rename to xorsi3.
9088 (zero_extend<mode>si2): Use arith_reg_operand for input operand.
9089 (*zero_extend<mode>si2_disp_mem): Update comment.
9092 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
9094 * config/sh/t-sh: Remove SH5 support.
9095 * config.gcc: Likewise.
9096 * configure: Likewise.
9098 2016-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9100 * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
9102 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
9104 * config/sh/sh.c (register_sh_passes, sh_option_override,
9105 sh_print_operand, prepare_move_operands,
9106 sh_can_follow_jump): Remove TARGET_SH1 checks.
9107 * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
9108 PROMOTE_MODE): Likewise.
9109 * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
9112 2016-04-30 Alan Modra <amodra@gmail.com>
9114 * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
9115 restoring when fixed_reg_p, but allow out-of-line or stmw save.
9116 Check for user regs later to avoid unnecessary looping over regs.
9117 Merge user reg check with non-saved reg check. Don't force
9118 inline VR restore when static chain used.
9119 (rs6000_frame_related): Omit eh_frame info for user regs when
9121 (fixed_regs_p): Delete.
9123 2016-04-30 Alan Modra <amodra@gmail.com>
9125 * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
9126 (SAVE_STRATEGY, REST_STRATEGY): ..this. Renumber and sort enum.
9129 2016-04-30 Alan Modra <amodra@gmail.com>
9132 * config/rs6000/rs6000.c (fixed_reg_p): New function.
9133 (fixed_regs_p): Rename from global_regs_p. Call fixed_reg_p.
9136 2016-04-30 Alan Modra <amodra@gmail.com>
9138 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
9139 Remove redundant PIC_OFFSET_TABLE_REGNUM test. Replace with
9140 flag_pic test for Darwin.
9142 2016-04-30 Alan Modra <amodra@gmail.com>
9144 * regs.h (struct reg_info_t): Delete freq_calls_crossed and
9145 throw_calls_crossed.
9146 (REG_FREQ_CALLS_CROSSED): Delete.
9147 (REG_N_THROWING_CALLS_CROSSED): Delete.
9148 * regstat.c (regstat_bb_compute_ri): Don't calculate
9149 REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
9150 (dump_reg_info): Don't print call cross frequency.
9151 * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
9152 and REG_N_THROWING_CALLS_CROSSED.
9154 2016-04-30 Alan Modra <amodra@gmail.com>
9156 * regs.h (struct reg_info_t): Delete live_length.
9157 (REG_LIVE_LENGTH): Delete macro.
9158 * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
9159 local_live, local_processed and local_live_last_luid params.
9160 Replace bb_index param with bb. Don't set REG_LIVE_LENGTH.
9162 (regstat_compute_ri): Adjust for above. Don't set
9164 (dump_reg_info): Don't print live length.
9165 * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
9166 with test of setjmp_crosses. Don't set REG_LIVE_LENGTH.
9167 Localize loop_depth var.
9169 2016-04-30 Alan Modra <amodra@gmail.com>
9171 * ira.c (enum valid_equiv): New.
9172 (validate_equiv_mem): Return enum.
9173 (update_equiv_mem): Create replacement in more cases.
9174 (add_store_equivs): Update validate_equiv_mem call.
9176 2016-04-30 Alan Modra <amodra@gmail.com>
9178 * ira.c (combine_and_move_insns): Rather than scanning insns,
9179 use DF infrastucture to find use and def insns.
9181 2016-04-30 Alan Modra <amodra@gmail.com>
9183 ira.c (combine_and_move_insns): Move invariant conditions..
9184 (ira.c): ..to here. Call combine_and_move_insns before
9185 add_store_equivs. Call grow_reg_equivs later. Allocate
9186 req_equiv later using max_reg_num() rather than global max_regno.
9187 (contains_replace_regs): Delete.
9188 (add_store_equivs): Remove contains_replace_regs test.
9190 2016-04-30 Alan Modra <amodra@gmail.com>
9192 * ira.c (struct equiv_mem_data): New.
9193 (equiv_mem, equiv_mem_modified): Delete static vars.
9194 (validate_equiv_mem_from_store): Use "data" param to communicate..
9195 (validate_equiv_mem): ..from here.
9197 2016-04-30 Alan Modra <amodra@gmail.com>
9199 * ira.c (add_store_equivs, combine_and_move_insns): New functions,
9201 (update_reg_equivs): ..here. Move allocation and freeing of
9202 reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
9203 end_alias_analysis to..
9206 2016-04-30 Alan Modra <amodra@gmail.com>
9208 * ira.c (pdx_subregs): Delete.
9209 (struct equivalence): Add pdx_subregs field.
9210 (set_paradoxical_subreg): Remove pdx_subregs param. Update
9212 (update_equiv_regs): Don't create or free pdx_subregs. Update
9215 2016-04-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9217 * config/rs6000/altivec.h: Change definitions of vec_xl and
9219 * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
9220 (LD_ELEMREV_V2DI): New.
9221 (LD_ELEMREV_V4SF): New.
9222 (LD_ELEMREV_V4SI): New.
9223 (LD_ELEMREV_V8HI): New.
9224 (LD_ELEMREV_V16QI): New.
9225 (ST_ELEMREV_V2DF): New.
9226 (ST_ELEMREV_V2DI): New.
9227 (ST_ELEMREV_V4SF): New.
9228 (ST_ELEMREV_V4SI): New.
9229 (ST_ELEMREV_V8HI): New.
9230 (ST_ELEMREV_V16QI): New.
9233 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
9234 descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
9235 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
9236 TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
9237 (altivec_expand_builtin): Add handling for
9238 VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
9239 (rs6000_invalid_builtin): Add error-checking for
9240 RS6000_BTM_P9_VECTOR.
9241 (altivec_init_builtins): Define builtins used to implement vec_xl
9243 (rs6000_builtin_mask_names): Define power9-vector.
9244 * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
9245 (RS6000_BTM_P9_VECTOR): Define.
9246 (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
9247 * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
9248 (vsx_ld_elemrev_v2df): Likewise.
9249 (vsx_ld_elemrev_v4sf): Likewise.
9250 (vsx_ld_elemrev_v4si): Likewise.
9251 (vsx_ld_elemrev_v8hi): Likewise.
9252 (vsx_ld_elemrev_v16qi): Likewise.
9253 (vsx_st_elemrev_v2df): Likewise.
9254 (vsx_st_elemrev_v2di): Likewise.
9255 (vsx_st_elemrev_v4sf): Likewise.
9256 (vsx_st_elemrev_v4si): Likewise.
9257 (vsx_st_elemrev_v8hi): Likewise.
9258 (vsx_st_elemrev_v16qi): Likewise.
9259 * doc/extend.texi: Add prototypes for vec_xl and vec_xst. Correct
9262 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>
9264 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
9266 (simplify_control_stmt_condition_1): ... here. Recurse into
9267 BIT_AND_EXPRs and BIT_IOR_EXPRs.
9269 2016-04-29 David Edelsohn <dje.gcc@gmail.com>
9272 * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
9273 (zero_extendqi<mode>2_dot): Revert earlier conversion from
9274 define_insn_and_split to define_insn.
9275 (zero_extendqi<mode>2_dot2): Same.
9276 (extendqi<mode>2_dot): Same.
9277 (extendqi<mode>2_dot2): Same.
9279 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
9281 * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
9282 (probe_stack): New expander.
9283 (probe_stack_<mode>): New insn pattern.
9285 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
9287 * config/i386/i386.md
9288 (operations with memory inputs setting flags peephole2):
9289 Remove uneeded REG_P checks. Cleanup pattern generation.
9291 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
9293 * tree-vect-loop.c (vect_transform_loop): Fix
9294 nb_iterations_upper_bound computation for vectorized loop.
9296 2016-04-29 Marek Polacek <polacek@redhat.com>
9297 Jakub Jelinek <jakub@redhat.com>
9300 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
9301 TARGET_EXPR_SLOT as a base.
9303 2016-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9305 * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
9306 with 'rCm2' constraints to limit possible immediate size.
9307 (*load_zeroextendqisi_update): Likewise.
9308 (*load_signextendqisi_update): Likewise.
9309 (*loadhi_update): Likewise.
9310 (*load_zeroextendhisi_update): Likewise.
9311 (*load_signextendhisi_update): Likewise.
9312 (*loadsi_update): Likewise.
9313 (*loadsf_update): Likewise.
9315 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
9317 * config/i386/predicates.md (constm1_operand): Fix comparison.
9319 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
9321 * testsuite/gcc.target/arc/ieee_eq.c: New test.
9323 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
9325 * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
9326 remaining SH5 related settings.
9327 * config/sh/sh-protos.h (shmedia_cleanup_truncate,
9328 shmedia_prepare_call_address): Delete.
9329 * config/sh/sh.c (sh_print_operand, output_stack_adjust,
9330 DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
9331 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
9332 UNSUPPORTED_SH2A): Remove m5 checks.
9333 (sh_divide_strategy_e): Remove SH5 division strategies.
9334 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
9335 * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
9337 2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
9339 * config/s390/s390.c (s390_rtx_costs): Update documentation.
9341 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9343 * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
9344 * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
9346 * config/s390/vector.md ("mov<mode>"): Likewise.
9348 2016-04-29 Ulrich Weigand <uweigand@de.ibm.com>
9350 * config/s390/constraints.md ("U", "W"): Invoke
9351 s390_mem_constraint with "ZR" and "ZT".
9352 * config/s390/s390.c (s390_check_qrst_address): Reject invalid
9353 addresses when using LRA. Accept also short displacements for S
9354 and T constraints. Do not check for long displacement target for
9355 S and T constraints.
9356 (s390_mem_constraint): Remove handling of U and W constraints.
9357 * config/s390/s390.md (various patterns): Remove the short
9358 displacement constraints (Q and R) if a long displacement
9359 constraint is present. Add longdisp as required CPU capability.
9360 * config/s390/vector.md: Likewise.
9361 * config/s390/vx-builtins.md: Likewise.
9363 2016-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
9366 * reload1.c (reload): Call finish_spills before
9367 restarting reload loop. Skip select_reload_regs
9368 if update_eliminables_and_spill returns true.
9370 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
9372 * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
9373 * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
9374 (umulhisi3_imm): Update predicates and constraint letters.
9375 (umulhisi3_reg): Declare instruction as commutative.
9376 * config/arc/constraints.md (J12, J16): New constraints.
9377 * config/arc/predicates.md (short_unsigned_const_operand): New
9379 (arc_short_operand): Likewise.
9380 * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
9382 2016-04-29 Richard Biener <rguenther@suse.de>
9384 PR tree-optimization/13962
9385 PR tree-optimization/65686
9386 * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
9387 * tree-ssa-alias.c (ptrs_compare_unequal): New function
9388 using PTA to compare pointers.
9389 * match.pd: Add pattern for pointer equality compare simplification
9390 using ptrs_compare_unequal.
9392 2016-04-29 Richard Biener <rguenther@suse.de>
9394 * stor-layout.c (layout_type): Do not build a pointer-to-element
9397 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
9399 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
9400 Use SWI mode iterator. Use general_reg_operand predicate.
9401 (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
9402 peephole to MMX and SSE part. Use mmx_reg_operand and sse_reg_operand
9405 2016-04-29 Jakub Jelinek <jakub@redhat.com>
9408 * fold-const.c (operand_equal_p): Don't verify hash value equality
9410 * tree.c (inchash::add_expr): Handle STATEMENT_LIST. Ignore BLOCK
9413 2016-04-28 Jakub Jelinek <jakub@redhat.com>
9416 * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
9417 to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
9418 (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
9419 __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
9420 __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
9422 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
9424 * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
9425 to info. Don't initialize separate fields to 0. Clean up
9428 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
9430 * config/i386/i386.md (peephole2s for operations with memory inputs):
9431 Use SWI mode iterator.
9432 (peephole2s for operations with memory outputs): Ditto.
9433 Do not check for stack checking probe.
9435 (probe_stack): Remove expander.
9437 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
9438 Andrew Burgess <andrew.burgess@embecosm.com>
9440 * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
9441 operands as 32-bits.
9443 2016-04-28 Jason Merrill <jason@redhat.com>
9445 * gdbinit.in: Skip line-map.h.
9447 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
9448 Andrew Burgess <andrew.burgess@embecosm.com>
9450 * config/arc/arc.c (arc_conditional_register_usage): Take
9451 TARGET_RRQ_CLASS into account.
9452 (arc_print_operand): Support printing 'p' and 's' operands.
9453 * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
9455 (TARGET_RRQ_CLASS): Define.
9456 (IS_POWEROF2_OR_0_P): Define.
9457 * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
9459 (*tst_movb): New define_insn.
9460 (*tst): Avoid recognition if it could prevent '*tst_movb'
9461 combination; replace c/CnL with c/Chs alternative.
9462 (*tst_bitfield_tst): New define_insn.
9463 (*tst_bitfield_asr): New define_insn.
9464 (*tst_bitfield): New define_insn.
9465 (andsi3_i): Add Rrq variant.
9466 (extzv): New define_expand.
9467 (insv): New define_expand.
9468 (*insv_i): New define_insn.
9469 (*movb): New define_insn.
9470 (*movb_signed): New define_insn.
9471 (*movb_high): New define_insn.
9472 (*movb_high_signed): New define_insn.
9473 (*movb_high_signed + 1): New define_split pattern.
9474 (*mrgb): New define_insn.
9475 (*mrgb + 1): New define_peephole2 pattern.
9476 (*mrgb + 2): New define_peephole2 pattern.
9477 * config/arc/arc.opt (mbitops): New option for nps400, uses
9478 TARGET_NPS_BITOPS_DEFAULT.
9479 * config/arc/constraints.md (q): Make register class conditional.
9480 (Rrq): New register constraint.
9481 (Chs): New constraint.
9482 (Clo): New constraint.
9483 (Chi): New constraint.
9484 (Cbf): New constraint.
9485 (Cbn): New constraint.
9486 (C18): New constraint.
9487 (Cbi): New constraint.
9489 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
9491 * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
9493 (bitmap_intersection_of_preds): Ditto.
9494 (bitmap_union_of_succs): Ditto.
9495 (bitmap_union_of_preds): Ditto.
9496 * sbitmap.c (do_popcount): Delete.
9497 (BITMAP_DEBUGGING): Delete.
9498 (sbitmap_verify_popcount): Delete.
9499 (sbitmap_alloc): Don't initialize the popcount field.
9500 (sbitmap_alloc_with_popcount): Delete.
9501 (sbitmap_resize): Don't resize the popcount array.
9502 (sbitmap_vector_alloc): Don't initialize the popcount field.
9503 (bitmap_copy): Don't copy the popcount array.
9504 (bitmap_clear): Don't clear the popcount array.
9505 (bitmap_clear): Delete the popcount array handling.
9506 (bitmap_ior_and_compl): Delete the popcount assert.
9507 (bitmap_not): Ditto.
9508 (bitmap_and_compl): Ditto.
9509 (bitmap_and): Delete the popcount array handling.
9510 (bitmap_xor): Ditto.
9511 (bitmap_ior): Ditto.
9512 (bitmap_or_and): Delete the popcount assert.
9513 (bitmap_and_or): Ditto.
9514 (popcount_table): Delete.
9515 (sbitmap_elt_popcount): Delete.
9516 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
9517 (bitmap_set_bit): Delete the popcount assert.
9518 (bitmap_clear_bit): Ditto.
9519 (sbitmap_free): Don't free the popcount array.
9520 (sbitmap_alloc_with_popcount): Delete declaration.
9521 (sbitmap_popcount): Ditto.
9523 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
9524 Andrew Burgess <andrew.burgess@embecosm.com>
9526 * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
9527 (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
9528 * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
9529 (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
9530 * config/arc/arc.opt (mcmem): New option.
9531 * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
9532 supply length for r/m alternative.
9533 (*extendqisi2_ac): Likewise.
9534 (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
9536 (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
9537 (movhi_insn): Likewise.
9538 (movsi_insn): Add r/Ucm,Ucm/w alternatives.
9539 (*zero_extendqihi2_i): Add r/Ucm alternative.
9540 (*zero_extendqisi2_ac): Likewise.
9541 (*zero_extendhisi2_i): Likewise.
9542 * config/arc/constraints.md (Uex): New memory constraint.
9543 (Ucm): New define_constraint.
9544 * config/arc/predicates.md (long_immediate_loadstore_operand):
9545 Return 0 for MEM with cmem_address address.
9546 (cmem_address_0): New predicates.
9547 (cmem_address_1): Likewise.
9548 (cmem_address_2): Likewise.
9549 (cmem_address): Likewise.
9551 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
9553 * config/rs6000/rs6000.c (machine_function): Rename
9554 insn_chain_scanned_p to spe_insn_chain_scanned_p.
9555 (rs6000_stack_info): Adjust.
9557 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
9558 Andrew Burgess <andrew.burgess@embecosm.com>
9560 * config/arc/constraints.md (Usd): Convert to define_constraint.
9564 2016-04-28 Jakub Jelinek <jakub@redhat.com>
9567 * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
9568 Add new peephole2 where the first insn is *mov<mode>_or instead of
9569 *mov<mode>_internal.
9571 2016-04-28 Segher Boesssenkool <segher@kernel.crashing.org>
9573 * tracer.c (bb_seen): Make static.
9575 2016-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
9577 * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
9578 support, setup defaults.
9579 * config/arc/arc-opts.h (enum processor_type): Add NPS400.
9580 * config/arc/arc.c (arc_init): Add NPS400 support.
9581 * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
9582 (TARGET_ARC700): NPS400 is also an ARC700.
9583 * config/arc/arc.opt: Add NPS400 options to -mcpu=.
9585 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
9588 * config/nds32/nds32.md (casesi): Don't access the operands array
9591 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
9593 * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
9594 (or $-1,reg peephole2): Ditto.
9595 (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
9597 2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
9599 * doc/extend.texi (Common Function Attributes) [optimize]:
9600 Discourage use of the optimize attribute.
9602 2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
9604 * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
9605 special case builtin.
9606 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
9607 ALTIVEC_BUILTIN_VEC_ADDE.
9608 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
9609 support for ALTIVEC_BUILTIN_VEC_ADDE.
9610 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
9611 for __builtin_vec_adde.
9613 2016-04-28 Jakub Jelinek <jakub@redhat.com>
9615 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
9616 * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
9618 2016-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9621 * doc/sourcebuild.texi (Effective-Target Keywords, Other
9622 attributes): Document cilkplus_runtime.
9624 2016-04-28 Martin Jambor <mjambor@suse.cz>
9626 * tree-cfg.c (verify_expr): Verify that local declarations belong to
9627 this function. Call verify_expr on MEM_REFs and bases of other
9630 2016-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9632 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
9633 for WORD_REGISTER_OPERATIONS to runtime check.
9635 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
9637 * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
9639 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
9641 * config/arc/arc.c (arc_process_double_reg_moves): Fix for
9642 big-endian compilation.
9643 * config/arc/arc.md (addf3): Likewise.
9647 2016-04-28 Richard Biener <rguenther@suse.de>
9649 PR tree-optimization/70840
9650 * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
9651 Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
9652 Mark x * pow(x,c) -> pow(x,c+1) commutative.
9653 Add powi(x,y) * powi(z,y) -> powi(x*z,y).
9655 2015-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9657 * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
9658 and explain why in a comment.
9660 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
9662 * config/arc/arc.md (cpu_facility): Add fpx variant.
9663 (subdf3): Prohibit use reverse sub when assist operations option
9665 * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
9666 instructions only when FPX is enabled.
9667 * testsuite/gcc.target/arc/trsub.c: New test.
9669 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
9671 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
9672 mult_operator when calculating "type" attribute.
9673 (*fop_<mode>_1_i387): Ditto.
9674 (*fop_xf_1_i387): Ditto.
9675 (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
9676 Use std::swap to swap operands. Use RTL expressions to generate
9679 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
9680 Joern Rennecke <joern.rennecke@embecosm.com>
9682 * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
9684 (emit_pic_move): Remove.
9685 (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
9686 * config/arc/arc.c (emit_pic_move): Removed.
9687 (TARGET_HAVE_TLS): Define.
9688 (arc_conditional_register_usage): Test for arc_tp_regno.
9689 (arc_print_operand, arc_print_operand_address): Handle TLS
9691 (arc_needs_pcl_p): New function.
9692 (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
9693 (arc_legitimate_pic_addr_p): Handle TLS unspecs.
9694 (arc_raw_symbolic_reference_mentioned_p): Likewise.
9695 (arc_get_tp, arc_emit_call_tls_get_addr): New function.
9696 (arc_legitimize_tls_address): Likewise.
9697 (DTPOFF_ZERO_SYM): Define.
9698 (arc_legitimize_pic_address): Make it static, handle TLS cases.
9699 (arc_output_pic_addr_const): Print TLS unspecs.
9700 (prepare_pic_move): New function, replaces emit_pic_move.
9701 (arc_legitimate_constant_p): Handle TLS unspecs.
9702 (arc_legitimate_address_p): Likewise.
9703 (arc_rewrite_small_data_p): Use assert for TLS constants.
9704 (prepare_move_operands): Use prepare_pic_move.
9705 (arc_legitimize_address): Legitimize tls addresses.
9706 (arc_epilogue_uses): Check for arc_tp_regno.
9707 (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
9708 * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
9710 [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
9712 [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
9713 %(arc_tls_extra_start_spec).
9714 (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
9715 (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
9717 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
9718 * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
9719 (UNSPEC_TLS_OFF): Add.
9721 (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
9722 (get_thread_pointersi): New patterns.
9723 * config/arc/arc.opt (mtp-regno): New option.
9724 * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
9725 (move_dest_operand): Likewise.
9726 * configure: Regenerate.
9727 * configure.ac: Add arc*-*-* case to test for tls.
9728 * doc/invoke.texi (ARC options): Document mtp-regno.
9730 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
9732 * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
9733 the new ARC HS SIMD instructions.
9734 (arc_preferred_simd_mode): New function.
9735 (arc_autovectorize_vector_sizes): Likewise.
9736 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
9737 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
9738 (arc_init_reg_tables): Accept new ARC HS SIMD modes.
9739 (arc_init_builtins): Add new SIMD builtin types.
9740 (arc_split_move): Handle 64 bit vector moves.
9741 * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
9742 (TARGET_PLUS_QMACW): Define.
9743 * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
9744 (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
9745 (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
9746 (VSUBADD4H): New builtins.
9747 * config/arc/simdext.md: Add new ARC HS SIMD instructions.
9748 * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
9750 2016-04-28 Eduard Sanou <dhole@openmailbox.org>
9751 Matthias Klose <doko@debian.org>
9753 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
9755 2016-04-28 Richard Biener <rguenther@suse.de>
9758 * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
9761 2016-04-28 Oleg Endo <olegendo@gcc.gnu.org>
9763 * common/config/sh/sh-common.c: Remove SH5 support.
9764 * config/sh/constraints.md: Likewise.
9765 * config/sh/config/sh/elf.h: Likewise.
9766 * config/sh/linux.h: Likewise.
9767 * config/sh/netbsd-elf.h: Likewise.
9768 * config/sh/predicates.md: Likewise.
9769 * config/sh/sh-c.c: Likewise.
9770 * config/sh/sh-protos.h: Likewise.
9771 * config/sh/sh.c: Likewise.
9772 * config/sh/sh.h: Likewise.
9773 * config/sh/sh.md: Likewise.
9774 * config/sh/sh.opt: Likewise.
9775 * config/sh/sync.md: Likewise.
9776 * config/sh/sh64.h: Delete.
9777 * config/sh/shmedia.h: Likewise.
9778 * config/sh/shmedia.md: Likewise.
9779 * config/sh/sshmedia.h: Likewise.
9780 * config/sh/t-netbsd-sh5-64: Likewise.
9781 * config/sh/t-sh64: Likewise.
9782 * config/sh/ushmedia.h: Likewise.
9784 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
9786 * config/i386/i386.md (sign_extend to memory peephole2s): Use
9787 general_reg_operand instead of register_operand predicate.
9789 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9791 * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
9793 2016-04-27 Marc Glisse <marc.glisse@inria.fr>
9795 * match.pd (A - B > A, A + B < A): New transformations.
9797 2016-04-27 Patrick Palka <ppalka@gcc.gnu.org>
9799 * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
9800 which defaults to true. Emit an outer pair of parentheses only if
9801 EMIT_PARENS. When continuing a chain of && or || (or & or |),
9802 don't emit parentheses for the right-hand operand.
9804 2016-04-27 Jeff Law <law@redhat.com>
9806 * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
9808 2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9810 * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
9811 (altivec_lvx_<mode>_internal): Document.
9812 (altivec_lvx_<mode>_2op): New define_insn.
9813 (altivec_lvx_<mode>_1op): Likewise.
9814 (altivec_lvx_<mode>_2op_si): Likewise.
9815 (altivec_lvx_<mode>_1op_si): Likewise.
9816 (altivec_stvx_<mode>): Remove.
9817 (altivec_stvx_<mode>_internal): Document.
9818 (altivec_stvx_<mode>_2op): New define_insn.
9819 (altivec_stvx_<mode>_1op): Likewise.
9820 (altivec_stvx_<mode>_2op_si): Likewise.
9821 (altivec_stvx_<mode>_1op_si): Likewise.
9822 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9823 Expand vec_ld and vec_st during parsing.
9824 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
9826 (altivec_expand_stvx_be): Likewise.
9827 (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
9828 address-masking behavior in RTL.
9829 (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
9830 address-masking behavior in RTL.
9831 (altivec_expand_builtin): Change builtin code arguments for calls
9832 to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
9833 (insn_is_swappable_p): Avoid incorrect swap optimization in the
9834 presence of lvx/stvx patterns.
9835 (alignment_with_canonical_addr): New function.
9836 (alignment_mask): Likewise.
9837 (find_alignment_op): Likewise.
9838 (recombine_lvx_pattern): Likewise.
9839 (recombine_stvx_pattern): Likewise.
9840 (recombine_lvx_stvx_patterns): Likewise.
9841 (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
9842 stvx patterns from expand.
9843 * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
9845 (vector_altivec_store_<mode>): Likewise.
9847 2016-04-26 Evandro Menezes <e.menezes@samsung.com>
9849 * config/aarch64/aarch64.md
9850 (*movhf_aarch64): Add "movi %0, #0" to zero up register and
9851 remove the "fp" attributes.
9852 (*movsf_aarch64): Add "movi %0, #0" to zero up register and
9853 add the "simd" attributes.
9854 (*movdf_aarch64): Likewise.
9855 (*movtf_aarch64): Remove the "fp" attributes.
9856 * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
9857 * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
9859 2016-04-27 David Malcolm <dmalcolm@redhat.com>
9861 * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
9862 rtx to rtx_code_label *.
9863 * rtl.h (maybe_set_first_label_num): Likewise.
9865 2016-04-27 David Malcolm <dmalcolm@redhat.com>
9867 * df-core.c (df_add_problem): Make the problem param be const.
9868 (df_remove_problem): Make local "problem" be const.
9869 * df-problems.c (problem_RD): Make const.
9870 (problem_LR): Likewise.
9871 (problem_LIVE): Likewise.
9872 (problem_MIR): Likewise.
9873 (problem_CHAIN): Likewise.
9874 (problem_WORD_LR): Likewise.
9875 (problem_NOTE): Likewise.
9876 (problem_MD): Likewise.
9877 * df-scan.c (problem_SCAN): Likewise.
9878 * df.h (struct df_problem): Make field "dependent_problem" be
9880 (struct dataflow): Likewise for field "problem".
9881 (df_add_problem): Make param const.
9883 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
9885 * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
9886 inter-unit moves to/from vector registers are enabled. Do not disable
9889 2016-04-27 David Malcolm <dmalcolm@redhat.com>
9891 * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
9892 DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
9894 (enum df_problem_id): ...this new enum.
9895 (struct df_problem): Convert field "id" from "int" to
9898 2016-04-27 David Malcolm <dmalcolm@redhat.com>
9900 * rtl.def: Update comment for "things in the instruction chain" to
9901 reflect the removal of the leading "i" field for INSN_UID in
9902 r210360. Fix bogus apostrophe.
9904 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
9906 * config/i386/i386.md
9907 (lea arith with mem operand + setcc peephole2): Set operator mode.
9909 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
9912 * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
9913 (dimode_scalar_to_vector_candidate_p): This.
9914 (timode_scalar_to_vector_candidate_p): New function.
9915 (scalar_to_vector_candidate_p): Likewise.
9916 (timode_check_non_convertible_regs): Likewise.
9917 (timode_remove_non_convertible_regs): Likewise.
9918 (remove_non_convertible_regs): Likewise.
9919 (remove_non_convertible_regs): Renamed to ...
9920 (dimode_remove_non_convertible_regs): This.
9921 (scalar_chain::~scalar_chain): Make it virtual.
9922 (scalar_chain::compute_convert_gain): Make it pure virtual.
9923 (scalar_chain::mark_dual_mode_def): Likewise.
9924 (scalar_chain::convert_insn): Likewise.
9925 (scalar_chain::convert_registers): Likewise.
9926 (scalar_chain::add_to_queue): Make it protected.
9927 (scalar_chain::emit_conversion_insns): Likewise.
9928 (scalar_chain::replace_with_subreg): Likewise.
9929 (scalar_chain::replace_with_subreg_in_insn): Likewise.
9930 (scalar_chain::convert_op): Likewise.
9931 (scalar_chain::convert_reg): Likewise.
9932 (scalar_chain::make_vector_copies): Likewise.
9933 (scalar_chain::convert_registers): New pure virtual function.
9934 (class dimode_scalar_chain): New class.
9935 (class timode_scalar_chain): Likewise.
9936 (scalar_chain::mark_dual_mode_def): Renamed to ...
9937 (dimode_scalar_chain::mark_dual_mode_def): This.
9938 (timode_scalar_chain::mark_dual_mode_def): New function.
9939 (timode_scalar_chain::convert_insn): Likewise.
9940 (dimode_scalar_chain::convert_registers): Likewise.
9941 (scalar_chain::compute_convert_gain): Renamed to ...
9942 (dimode_scalar_chain::compute_convert_gain): This.
9943 (scalar_chain::replace_with_subreg): Renamed to ...
9944 (dimode_scalar_chain::replace_with_subreg): This.
9945 (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
9946 (dimode_scalar_chain::replace_with_subreg_in_insn): This.
9947 (scalar_chain::make_vector_copies): Renamed to ...
9948 (dimode_scalar_chain::make_vector_copies): This.
9949 (scalar_chain::convert_reg): Renamed to ...
9950 (dimode_scalar_chain::convert_reg ): This.
9951 (scalar_chain::convert_op): Renamed to ...
9952 (dimode_scalar_chain::convert_op): This.
9953 (scalar_chain::convert_insn): Renamed to ...
9954 (dimode_scalar_chain::convert_insn): This.
9955 (scalar_chain::convert): Call convert_registers.
9956 (convert_scalars_to_vector): Change to scalar_chain pointer to
9957 use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
9958 in 32-bit mode. Delete scalar_chain pointer. Call
9959 free_dominance_info in 64-bit mode.
9960 (pass_stv::gate): Remove TARGET_64BIT check.
9961 (ix86_option_override): Put the 64-bit STV pass before the CSE
9964 2016-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9966 * dwarf2out.h (struct dw_loc_descr_node): Remove the
9967 dw_loc_frame_offset field.
9968 * dwarf2out.c (new_loc_descr): Likewise.
9969 (resolve_args_picking_1): Turn the VISITED hash set into a
9970 FRAME_OFFSET hash map. Use it to associate a frame offset to
9971 visited nodes. Remove uses of the CHECKING_P macro.
9972 (resolve_args_picking): Update call to resolve_args_picking_1.
9974 2016-04-27 Martin Liska <mliska@suse.cz>
9976 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
9977 (free_loop_data): Release vuses of groups.
9979 2016-04-27 Bin Cheng <bin.cheng@arm.com>
9981 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
9982 instead of redundant use_id and boolean have_use_for.
9983 (struct iv_use): Change sub_id into group_id. Remove field next.
9984 Move fields: related_cands, n_map_members, cost_map and selected
9986 (struct iv_group): ... here. New structure.
9987 (struct iv_common_cand): Use structure declaration directly.
9988 (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
9989 (MAX_CONSIDERED_USES): Rename macro to ...
9990 (MAX_CONSIDERED_GROUPS): ... here.
9991 (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
9992 (dump_iv, dump_use, dump_cand): Refactor format of dump information.
9993 (dump_uses): Rename to ...
9994 (dump_groups): ... here. Update all uses.
9995 (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
9996 (find_induction_variables): Refactor format of dump information.
9997 (record_sub_use): Delete.
9998 (record_use): Update all uses.
9999 (record_group): New function.
10000 (record_group_use, find_interesting_uses_op): Call above functions.
10002 (find_interesting_uses_cond): Ditto.
10003 (group_compare_offset): New function.
10004 (split_all_small_groups): Rename to ...
10005 (split_small_address_groups_p): ... here. Update all uses.
10006 (split_address_groups): Update all uses.
10007 (find_interesting_uses): Refactor format of dump information.
10008 (add_candidate_1): Update all uses. Remove redundant check on iv,
10010 (add_candidate, record_common_cand): Remove redundant assert.
10011 (add_iv_candidate_for_biv): Update use.
10012 (add_iv_candidate_derived_from_uses): Update all uses.
10013 (add_iv_candidate_for_groups, record_important_candidates): Ditto.
10014 (alloc_use_cost_map): Ditto.
10015 (set_use_iv_cost, get_use_iv_cost): Rename to ...
10016 (set_group_iv_cost, get_group_iv_cost): ... here. Update all uses.
10017 (determine_use_iv_cost_generic): Ditto.
10018 (determine_group_iv_cost_generic): Ditto.
10019 (determine_use_iv_cost_address): Ditto.
10020 (determine_group_iv_cost_address): Ditto.
10021 (determine_use_iv_cost_condition): Ditto.
10022 (determine_group_iv_cost_cond): Ditto.
10023 (determine_use_iv_cost): Ditto.
10024 (determine_group_iv_cost): Ditto.
10025 (set_autoinc_for_original_candidates): Update all uses.
10026 (find_iv_candidates): Update all uses. Refactor dump information.
10027 (determine_use_iv_costs): Ditto.
10028 (determine_iv_costs): Ditto.
10029 (iv_ca_cand_for_use): Rename to ...
10030 (iv_ca_cand_for_group): ... here. Update all uses.
10031 (iv_ca_add_use, iv_ca_add_group): Ditto.
10032 (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
10033 (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
10034 (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
10035 (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
10036 (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
10037 (create_new_iv, adjust_iv_update_pos): Ditto.
10038 (rewrite_use_address): Delete.
10039 (rewrite_use_address_1): Rename to ...
10040 (rewrite_use_address): ... here.
10041 (rewrite_use_compare): Update all uses.
10042 (rewrite_use): Delete.
10043 (rewrite_uses): Rename to ...
10044 (rewrite_groups): ... here. Update all uses.
10045 (remove_unused_ivs, free_loop_data): Update all uses.
10046 (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
10048 2016-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10050 * rtlanal.c (nonzero_bits1): Convert preprocessor check
10051 for WORD_REGISTER_OPERATIONS to runtime check.
10053 2016-04-27 Richard Biener <rguenther@suse.de>
10056 * tree-ssa-structalias.c (find_func_aliases_for_call): Use
10057 aggregate_value_p to determine if a function result is
10058 returned by reference.
10059 (ipa_pta_execute): Functions having their address taken are
10060 not automatically nonlocal.
10062 2016-04-27 Jakub Jelinek <jakub@redhat.com>
10065 * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
10066 * fold-const.c (operand_equal_p): If flag_checking and
10067 OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
10068 and if it returns non-zero, assert iterative_hash_expr on both
10071 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
10073 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
10075 2016-04-27 Nick Clifton <nickc@redhat.com>
10077 PR middle-end/49889
10078 * varasm.c (merge_weak): Generate an error if an attempt is made
10079 to convert a non-weak static function into a weak, public function.
10081 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
10083 * params.def (MAX_PARTITION_SIZE): New param.
10084 * doc/invoke.texi: Document lto-max-partition.
10086 2016-04-27 Richard Biener <rguenther@suse.de>
10089 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
10090 function cummulating used_from_other_partition, externally_visible
10091 and force_output from aliases.
10092 (refered_from_nonlocal_var): Likewise.
10093 (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
10094 node flags properly.
10096 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
10098 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
10099 (-Wmemset-elt-size): New item.
10101 2016-04-27 Eric Botcazou <ebotcazou@adacore.com>
10104 * stor-layout.h (internal_reference_types): Delete.
10105 * stor-layout.c (reference_types_internal): Likewise.
10106 (internal_reference_types): Likewise.
10107 (layout_type) <REFERENCE_TYPE>: Adjust.
10109 2016-04-27 Jakub Jelinek <jakub@redhat.com>
10112 * tree.h (inchash::add_expr): Add FLAGS argument.
10113 * tree.c (inchash::add_expr): Likewise. If not OEP_ADDRESS_OF,
10114 use STRIP_NOPS first. For INTEGER_CST assert not OEP_ADDRESS_OF.
10115 For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
10116 Formatting fix. Adjust recursive calls. For tcc_comparison,
10117 if swap_tree_comparison (code) is smaller than code, hash that
10118 and arguments in the other order. Hash CONVERT_EXPR the same
10119 as NOP_EXPR. For OEP_ADDRESS_OF hash MEM_REF with 0 offset
10120 of ADDR_EXPR of decl as the decl itself. Add or remove
10121 OEP_ADDRESS_OF from recursive flags as needed. For
10122 FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
10123 operands commutatively and only the third one normally.
10124 For internal CALL_EXPR hash in CALL_EXPR_IFN.
10126 2016-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
10128 * config/rtems.h (LIB_SPEC): Add -latomic.
10130 2016-04-27 Joel Sherrill <joel@rtems.org>
10132 * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
10133 xilink.ld and flags not relevant to RTEMS.
10135 2016-04-26 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
10137 * toplev.c (backend_init_target): Avoid calling init_reload when using
10140 2016-04-26 Jakub Jelinek <jakub@redhat.com>
10142 * reorg.c (try_merge_delay_insns): Declare i and j inside the
10143 for loops rather than one for the whole function.
10145 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
10147 * match.pd (X + CST CMP X): New transformation.
10149 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
10151 * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
10152 * fold-const.c (fold_binary_loc): Remove 2 transformations
10153 superseded by match.pd.
10154 * match.pd (x+x -> x*2): Generalize to integers.
10156 2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
10158 * config/i386/i386.md (operation on memory peephole): Duplicate an
10159 existing peephole and adapt it to match lea rather than an operation
10162 PR rtl-optimization/57193
10163 * opts.c (default_options_table): Add OPT_frename_registers at -O2
10165 * doc/invoke.texi (-frename-registers, -O2): Update documentation.
10167 2016-04-26 Bin Cheng <bin.cheng@arm.com>
10169 * tree-if-conv.c (any_pred_load_store): New static variable.
10170 (if_convertible_gimple_assign_stmt_p): Remove parameter. Use
10171 any_pred_load_store instead of and_mask_load_store.
10172 (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
10173 (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
10174 (combine_blocks, tree_if_conversion): Ditto.
10176 2016-04-26 Bin Cheng <bin.cheng@arm.com>
10178 PR tree-optimization/70771
10179 PR tree-optimization/70775
10180 * tree-if-conv.c (if_convertible_phi_p): Remove check on special
10181 virtual PHI nodes. Delete parameter.
10182 (if_convertible_loop_p_1): Delete argument to above function.
10183 (predicate_all_scalar_phis): Delete code handling single-argument
10185 (tree_if_conversion): Mark and update virtual SSA.
10187 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10190 * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
10191 (x86_elf_aligned_common): Rename to ...
10192 (x86_elf_aligned_decl_common): ... this.
10193 Add decl arg. Switch to .lbss for largecomm object. Use
10194 LARGECOMM_SECTION_ASM_OP.
10195 * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
10197 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
10198 (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
10200 * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10201 [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
10203 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10206 * config/i386/i386.c (SECTION_LARGE): Define.
10207 (x86_64_elf_select_section): Set it for large data/bss sections.
10208 Only clear SECTION_WRITE for .lrodata.
10209 (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
10211 * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
10212 * varasm.c (default_elf_asm_named_section): Grow flagchars.
10213 [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
10215 * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
10216 * doc/tm.texi: Regenerate.
10218 2016-04-26 Jakub Jelinek <jakub@redhat.com>
10221 * configure.ac (--enable-checking): Document extra flag, for
10222 non-release builds default to --enable-checking=yes,extra.
10223 If misc checking and extra checking, define CHECKING_P to 2 instead
10225 * common.opt (fchecking=): Add.
10226 * doc/invoke.texi (-fchecking=): Document.
10227 * doc/install.texi: Document --enable-checking changes.
10228 * configure: Regenerated.
10229 * config.in: Regenerated.
10231 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
10233 * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
10234 attribute instead of which_alternative.
10235 * config/i386/sse.md (*mov<mode>_internal): Ditto.
10236 Use EXT_REX_SSE_REG_P where appropriate.
10238 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
10240 * config/i386/predicates.md (const0_operand): Do not match
10241 const_wide_int code.
10242 (const1_operand): Ditto.
10244 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
10246 * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
10247 for SSE constm1 operands and TARGET_AVX512VL.
10248 (*movti_internal): Ditto.
10249 (*mov<mode>_or): Use constm1_operand predicate.
10250 * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
10251 for SSE vector_all_ones operands and TARGET_AVX512VL.
10252 * config/i386/predicates.md (constm1_operand): New predicate.
10253 * config/i386/i386.c (standard_sse_constant_opcode): Simplify
10254 emission of constant -1 load.
10256 2016-04-25 Jason Merrill <jason@redhat.com>
10258 * gdbinit.in: Skip is-a.h.
10260 * attribs.c (register_scoped_attributes): Fix logic.
10261 * attribs.h: Declare register_scoped_attributes.
10263 2016-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10265 * config/rs6000/rs6000-builtin.def: Correct pasto error for
10266 stxvd2x and stxvw4x built-in functions.
10268 2016-04-25 DJ Delorie <dj@redhat.com>
10270 * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
10271 (ashrhi3): Likewise.
10272 (lshrhi3): Likewise.
10274 2016-04-25 Richard Biener <rguenther@suse.de>
10276 PR tree-optimization/70780
10277 * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
10278 wasn't visited yet.
10279 (compute_antic): Mark blocks with abnormal preds as visited as
10280 they have a final empty antic-in solution already.
10282 2016-04-25 Michael Collison <michael.collison@linaro.org>
10284 * ChangeLog(2016-04-25): Fix ChangeLog formatting.
10286 2016-04-25 Michael Collison <michael.collison@linaro.org>
10288 * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
10289 mode is VQI to improve mixed mode vectorization.
10290 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
10291 define_insn to match low half of signed vaddw.
10292 * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
10293 define_insn to match high half of signed vaddw.
10294 * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
10295 define_insn to match low half of unsigned vaddw.
10296 * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
10297 define_insn to match high half of unsigned vaddw.
10298 * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
10299 (arm_simd_check_vect_par_cnst_half_p): Likewise.
10300 * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
10302 (arm_simd_check_vect_par_cnst_half_p): Likewise.
10303 * config/arm/predicates.md (vect_par_constant_high): Support
10304 big endian and simplify by calling
10305 arm_simd_check_vect_par_cnst_half
10306 (vect_par_constant_low): Likewise.
10308 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
10310 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
10311 predicate for operand 2.
10313 2016-04-24 Uros Bizjak <ubizjak@gmail.com>
10314 H.J. Lu <hongjiu.lu@intel.com>
10316 * config/i386/i386-protos.h (standard_sse_constant_p): Add
10317 machine_mode argument.
10318 * config/i386/i386.c (standard_sse_constant_p): Return 2 for
10319 constm1_rtx operands. For VOIDmode constants, get mode from
10320 pred_mode. Check mode size if the mode is supported by ABI.
10321 (standard_sse_constant_opcode): Do not use standard_constant_p.
10322 Strictly check ABI support for all-ones operands.
10323 (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
10324 immediates. Update calls to standard_sse_constant_p.
10325 (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
10326 (ix86_rtx_costs): Ditto.
10327 * config/i386/i386.md (*movxi_internal_avx512f): Use
10328 nonimmediate_or_sse_const_operand instead of vector_move_operand.
10329 Use (v,BC) alternative instead of (v,C). Use register_operand
10330 checks instead of MEM_P.
10331 (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
10332 of vector_move_operand. Add (v,BC) alternative and corresponding avx2
10333 isa attribute. Use register_operand checks instead of MEM_P.
10334 (*movti_internal): Use nonimmediate_or_sse_const_operand for
10335 TARGET_SSE. Improve TARGET_SSE insn constraint. Add (v,BC)
10336 alternative and corresponding sse2 isa attribute.
10337 (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
10338 to standard_sse_constant_p.
10339 (FP constant splitters): Ditto.
10340 * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
10342 * config/i386/predicates.md (constm1_operand): Remove.
10343 (nonimmediate_or_sse_const_operand): Rewrite using RTX.
10344 * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
10345 vector_all_ones_operand instead of constm1_operand.
10347 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10349 * print-rtl.c (print_rtx_insn_vec): New function.
10350 * print-rtl.h: New prototype.
10351 * store-motion.c (struct st_expr): Make avail_stores a vector.
10352 (st_expr_entry): Adjust.
10353 (free_st_expr_entry): Likewise.
10354 (print_store_motion_mems): Likewise.
10355 (find_moveable_store): Likewise.
10356 (compute_store_table): Likewise.
10357 (delete_store): Likewise.
10358 (build_store_vectors): Likewise.
10360 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10362 * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
10364 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10366 * vec.h (vec_safe_contains): New function.
10367 (vec::contains): Likewise.
10368 (vec::begin): Likewise.
10369 (vec::end): Likewise.
10371 2016-04-23 Jakub Jelinek <jakub@redhat.com>
10374 * cfgexpand.c (expand_stack_vars): Fix typo.
10376 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
10378 * system.h (list, map, set, vector): Include conditionally.
10379 * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
10380 * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
10381 * ipa-icf.c (INCLUDE_LIST): Define.
10382 * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
10383 * config/sh/sh.c (INCLUDE_VECTOR): Define.
10384 * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
10385 (INCLUDE_LIST, INCLUDE_VECTOR): Define.
10386 * cp/logic.cc (INCLUDE_LIST): Define.
10387 * fortran/trans-common.c (INCLUDE_MAP): Define.
10389 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
10391 * auto-profile.c: Remove <string.h> include.
10392 * ipa-icf-gimple.c: Remove <list> include.
10393 * diagnostic.c: Remove <new> include.
10394 * genmatch.c: Likewise.
10395 * pretty-print.c: Likewise.
10396 * toplev.c: Likewise
10397 * c/c-objc-common.c: Likewise.
10398 * cp/error.c: Likewise.
10399 * fortran/error.c: Likewise.
10401 2016-04-22 Richard Biener <rguenther@suse.de>
10403 * lto-streamer-in.c (input_ssa_names): Do not allocate
10404 GIMPLE_NOP for all SSA names.
10405 * lto-streamer-out.c (output_ssa_names): Do not output
10406 SSA names that should have been released.
10408 2016-04-22 Richard Biener <rguenther@suse.de>
10410 PR tree-optimization/70740
10411 * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
10414 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
10417 * config/i386/predicates.md (call_insn_operand): Replace
10418 sibcall_memory_operand with memory_operand.
10420 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
10422 * tree-vrp.c (register_edge_assert_for_2): Remove redundant
10423 has_single_use() tests.
10424 (register_edge_assert_for_1): Likewise.
10425 (find_assert_locations_1): Check the liveness bitmap instead of
10426 checking has_single_use().
10428 2016-04-21 Kirill Yukhin <kirill.yukhin@intel.com>
10431 * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
10432 Extract AVX-512BW constraint from AVX.
10434 2016-04-21 Richard Biener <rguenther@suse.de>
10436 PR tree-optimization/70725
10437 * tree-if-conv.c (if_convertible_phi_p): Adjust guard
10438 for phi_convertible_by_degenerating_args.
10439 (predicate_all_scalar_phis): Handle single-argument PHIs.
10441 2016-04-21 Richard Biener <rguenther@suse.de>
10443 PR middle-end/70747
10444 * fold-const.c (fold_comparison): Return properly typed
10447 2016-04-21 Bin Cheng <bin.cheng@arm.com>
10449 PR tree-optimization/70715
10450 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
10451 after expanding BASE using expand_simple_operations.
10453 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
10455 * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
10456 New transformations.
10458 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
10460 * match.pd (min(int_max, x), max(int_min, x)): New transformations.
10462 2016-04-20 Jan Hubicka <jh@suse.cz>
10464 * ipa-inline.c (can_inline_edge_p): Pass caller info to
10465 ultiimate_alias_target.
10466 (update_callee_keys): Likewise.
10467 (lookup_recursive_calls): Likewise.
10468 (speculation_useful_p): Likewise.
10470 2016-04-20 Jan Hubicka <jh@suse.cz>
10473 * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
10474 (set_nothrow_flag_1): ... this; handle interposition correctly;
10475 recurse on aliases and thunks.
10476 (cgraph_node::set_nothrow_flag): New.
10477 * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
10478 functions compiled with non-call exceptions that binds to current
10480 (propagate_nothrow): Be safe WRT interposition.
10481 * cgraph.h (set_nothrow_flag): Update prototype.
10483 2016-04-18 Jan Hubicka <jh@suse.cz>
10485 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
10486 max_loop_iterations_int.
10487 (tree_unswitch_outer_loop): Likewise.
10489 2016-04-20 Bin Cheng <bin.cheng@arm.com>
10491 PR tree-optimization/69489
10492 * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
10493 (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
10494 Revise dump message.
10495 (if_convertible_bb_p): Remove check on edge count of basic block's
10498 2016-04-20 Bin Cheng <bin.cheng@arm.com>
10500 PR tree-optimization/56625
10501 PR tree-optimization/69489
10502 * tree-data-ref.h (DR_INNERMOST): New macro.
10503 * tree-if-conv.c (innermost_loop_behavior_hash): New class for
10504 hashing struct innermost_loop_behavior.
10505 (ref_DR_map): Remove.
10506 (innermost_DR_map): New map.
10507 (baseref_DR_map): Revise comment.
10508 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
10509 to innermost_DR_map accroding to its innermost loop behavior.
10510 (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
10511 to its innermost loop behavior.
10512 (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
10513 Add initialization for innermost_DR_map. Record memory reference
10514 in DR_BASE_ADDRESS if the reference is compound one or it doesn't
10515 have innermost loop behavior.
10516 (if_convertible_loop_p): Remove release for ref_DR_map. Release
10519 2016-04-20 Uros Bizjak <ubizjak@gmail.com>
10521 * config/i386/i386.md (*lea<mode>_general_1): Rename from
10522 *lea_general_1. Use explicit SWI12 mode interator.
10523 (*lea<mode>_general_2): Rename from *lea_general_2.
10524 Use explicit SWI12 mode interator.
10525 (*lea<mode>_general_3): Rename from *lea_general_3.
10526 Use explicit SWI12 mode interator.
10527 (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
10528 Use explicit SWI12 mode interator.
10529 (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
10530 Use explicit SWI48 mode interator.
10532 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
10534 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
10535 Short-cut unaligned load and store cases. Handle all integer
10537 (ix86_expand_vector_move_misalign): Short-cut unaligned load
10538 and store cases. Call ix86_avx256_split_vector_move_misalign
10539 directly without checking mode class.
10541 2016-04-20 Andrew Pinski <apinski@cavium.com>
10542 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10545 * config/aarch64/aarch64.md (sibcall): Force call
10546 address to be DImode for ILP32.
10547 (sibcall_value): Likewise.
10549 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
10551 * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
10553 2016-04-20 Richard Biener <rguenther@suse.de>
10555 * gimple-match.h (maybe_build_generic_op): Adjust prototype.
10556 * gimple-match-head.c (maybe_build_generic_op): Pass all ops
10557 by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
10558 (maybe_push_res_to_seq): Adjust.
10559 * gimple-fold.c (maybe_build_generic_op): Likewise.
10561 2016-04-20 Marek Polacek <polacek@redhat.com>
10563 * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
10566 2016-04-20 Ilya Enkovich <ilya.enkovich@intel.com>
10568 * config/i386/sse.md (vec_unpacks_lo_hi): Always
10569 use kmovw to support AVX512F target.
10571 2016-04-20 Bin Cheng <bin.cheng@arm.com>
10573 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
10575 2016-04-20 Marek Polacek <polacek@redhat.com>
10577 PR tree-optimization/70725
10578 * tree-if-conv.c (is_false_predicate): New function.
10579 (predicate_mem_writes): Use it.
10581 2016-04-20 Richard Biener <rguenther@suse.de>
10583 PR tree-optimization/70726
10584 * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
10585 shift amounts from a pattern stmt operand.
10587 2016-04-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10590 * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
10591 stack_restore_from_fpr pattern when restoring r15.
10592 (s390_optimize_prologue): Strip away the memory barrier in the
10593 parallel when trying to get rid of restore insns.
10594 * config/s390/s390.md ("stack_restore_from_fpr"): New insn
10595 definition for loading the stack pointer from an FPR. Compared to
10596 the normal move insn this pattern includes a full memory barrier.
10598 2016-04-19 Jakub Jelinek <jakub@redhat.com>
10600 PR middle-end/70680
10601 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
10602 implicitly linear or lastprivate iterator on the outer context.
10604 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
10606 * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
10608 * config/i386/i386.md (ssememalign): Removed.
10609 * config/i386/sse.md: Remove ssememalign attribute from patterns.
10611 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
10614 * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
10615 const short * to __builtin_ia32_loaddquhi512_mask.
10616 (_mm512_maskz_loadu_epi16): Likewise.
10617 (_mm512_mask_storeu_epi16): Pass short * to
10618 __builtin_ia32_storedquhi512_mask.
10619 (_mm512_mask_loadu_epi8): Pass const char * to
10620 __builtin_ia32_loaddquqi512_mask.
10621 (_mm512_maskz_loadu_epi8): Likewise.
10622 (_mm512_mask_storeu_epi8): Pass char * to
10623 __builtin_ia32_storedquqi512_mask.
10624 * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
10625 const double * to __builtin_ia32_loadupd512_mask.
10626 (_mm512_mask_loadu_pd): Likewise.
10627 (_mm512_maskz_loadu_pd): Likewise.
10628 (_mm512_storeu_pd): Pass double * to
10629 __builtin_ia32_storeupd512_mask.
10630 (_mm512_mask_storeu_pd): Likewise.
10631 (_mm512_loadu_ps): Pass const float * to
10632 __builtin_ia32_loadups512_mask.
10633 (_mm512_mask_loadu_ps): Likewise.
10634 (_mm512_maskz_loadu_ps): Likewise.
10635 (_mm512_storeu_ps): Pass float * to
10636 __builtin_ia32_storeups512_mask.
10637 (_mm512_mask_storeu_ps): Likewise.
10638 (_mm512_mask_loadu_epi64): Pass const long long * to
10639 __builtin_ia32_loaddqudi512_mask.
10640 (_mm512_maskz_loadu_epi64): Likewise.
10641 (_mm512_mask_storeu_epi64): Pass long long *
10642 to __builtin_ia32_storedqudi512_mask.
10643 (_mm512_loadu_si512): Pass const int * to
10644 __builtin_ia32_loaddqusi512_mask.
10645 (_mm512_mask_loadu_epi32): Likewise.
10646 (_mm512_maskz_loadu_epi32): Likewise.
10647 (_mm512_storeu_si512): Pass int * to
10648 __builtin_ia32_storedqusi512_mask.
10649 (_mm512_mask_storeu_epi32): Likewise.
10650 * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
10651 char * to __builtin_ia32_storedquqi256_mask.
10652 (_mm_mask_storeu_epi8): Likewise.
10653 (_mm256_mask_loadu_epi16): Pass const short * to
10654 __builtin_ia32_loaddquhi256_mask.
10655 (_mm256_maskz_loadu_epi16): Likewise.
10656 (_mm_mask_loadu_epi16): Pass const short * to
10657 __builtin_ia32_loaddquhi128_mask.
10658 (_mm_maskz_loadu_epi16): Likewise.
10659 (_mm256_mask_loadu_epi8): Pass const char * to
10660 __builtin_ia32_loaddquqi256_mask.
10661 (_mm256_maskz_loadu_epi8): Likewise.
10662 (_mm_mask_loadu_epi8): Pass const char * to
10663 __builtin_ia32_loaddquqi128_mask.
10664 (_mm_maskz_loadu_epi8): Likewise.
10665 (_mm256_mask_storeu_epi16): Pass short * to.
10666 __builtin_ia32_storedquhi256_mask.
10667 (_mm_mask_storeu_epi16): Pass short * to.
10668 __builtin_ia32_storedquhi128_mask.
10669 * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
10670 const double * to __builtin_ia32_loadupd256_mask.
10671 (_mm256_maskz_loadu_pd): Likewise.
10672 (_mm_mask_loadu_pd): Pass onst double * to
10673 __builtin_ia32_loadupd128_mask.
10674 (_mm_maskz_loadu_pd): Likewise.
10675 (_mm256_mask_storeu_pd): Pass double * to
10676 __builtin_ia32_storeupd256_mask.
10677 (_mm_mask_storeu_pd): Pass double * to
10678 __builtin_ia32_storeupd128_mask.
10679 (_mm256_mask_loadu_ps): Pass const float * to
10680 __builtin_ia32_loadups256_mask.
10681 (_mm256_maskz_loadu_ps): Likewise.
10682 (_mm_mask_loadu_ps): Pass const float * to
10683 __builtin_ia32_loadups128_mask.
10684 (_mm_maskz_loadu_ps): Likewise.
10685 (_mm256_mask_storeu_ps): Pass float * to
10686 __builtin_ia32_storeups256_mask.
10687 (_mm_mask_storeu_ps): ass float * to
10688 __builtin_ia32_storeups128_mask.
10689 (_mm256_mask_loadu_epi64): Pass const long long * to
10690 __builtin_ia32_loaddqudi256_mask.
10691 (_mm256_maskz_loadu_epi64): Likewise.
10692 (_mm_mask_loadu_epi64): Pass const long long * to
10693 __builtin_ia32_loaddqudi128_mask.
10694 (_mm_maskz_loadu_epi64): Likewise.
10695 (_mm256_mask_storeu_epi64): Pass long long * to
10696 __builtin_ia32_storedqudi256_mask.
10697 (_mm_mask_storeu_epi64): Pass long long * to
10698 __builtin_ia32_storedqudi128_mask.
10699 (_mm256_mask_loadu_epi32): Pass const int * to
10700 __builtin_ia32_loaddqusi256_mask.
10701 (_mm256_maskz_loadu_epi32): Likewise.
10702 (_mm_mask_loadu_epi32): Pass const int * to
10703 __builtin_ia32_loaddqusi128_mask.
10704 (_mm_maskz_loadu_epi32): Likewise.
10705 (_mm256_mask_storeu_epi32): Pass int * to
10706 __builtin_ia32_storedqusi256_mask.
10707 (_mm_mask_storeu_epi32): Pass int * to
10708 __builtin_ia32_storedqusi128_mask.
10709 * config/i386/i386-builtin-types.def (PCSHORT): New.
10710 (PINT64): Likewise.
10711 (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
10712 (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
10713 (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
10714 (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
10715 (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
10716 (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
10717 (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
10718 (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
10719 (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
10720 (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
10721 (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
10722 (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
10723 (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
10724 (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
10725 (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
10726 (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
10727 (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
10728 (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
10729 (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
10730 (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
10731 (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
10732 (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
10733 (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
10734 (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
10735 (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
10736 (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
10737 (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
10738 (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
10739 (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
10740 (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
10741 (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
10742 (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
10743 (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
10744 (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
10745 (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
10746 (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
10747 (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
10748 (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
10749 (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
10750 (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
10751 (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
10752 (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
10753 (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
10754 (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
10755 (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
10756 (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
10757 (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
10758 (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
10759 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
10761 (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
10762 (ix86_avx256_split_vector_move_misalign): Don't use unaligned
10764 (ix86_expand_vector_move_misalign): Likewise.
10765 (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
10766 to scalar function prototype for unaligned load/store builtins.
10767 (ix86_expand_special_args_builtin): Updated.
10768 * config/i386/sse.md (UNSPEC_LOADU): Removed.
10769 (UNSPEC_STOREU): Likewise.
10770 (VI_ULOADSTORE_BW_AVX512VL): Likewise.
10771 (VI_ULOADSTORE_F_AVX512VL): Likewise.
10772 (ssescalarsize): Handle V4TI, V2TI and V1TI.
10773 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
10774 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
10775 (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
10776 (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
10777 (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
10778 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
10779 (sse2_avx_avx512f>_storedqu<mode>): Likewise.
10780 (<avx512>_storedqu<mode>_mask): Likewise.
10781 (*sse4_2_pcmpestr_unaligned): Likewise.
10782 (*sse4_2_pcmpistr_unaligned): Likewise.
10783 (*mov<mode>_internal): Renamed to ...
10784 (mov<mode>_internal): This. Remove check of AVX and IAMCU on
10785 misaligned operand. Replace vmovdqu64 with vmovdqu<ssescalarsize>.
10786 (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
10787 (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
10789 2016-04-19 Richard Biener <rguenther@suse.de>
10791 PR tree-optimization/70171
10792 * tree-ssa-phiprop.c: Include stor-layout.h.
10793 (phiprop_insert_phi): Handle the aggregate copy case.
10794 (propagate_with_phi): Likewise.
10796 2016-04-19 Uros Bizjak <ubizjak@gmail.com>
10798 * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
10799 instead of simplify_gen_subreg (... , 0).
10800 (ix86_delegitimize_address): Ditto.
10801 (ix86_split_divmod): Ditto.
10802 (ix86_split_copysign_const): Ditto.
10803 (ix86_split_copysign_var): Ditto.
10804 (ix86_expand_args_builtin): Ditto.
10805 (ix86_expand_round_builtin): Ditto.
10806 (ix86_expand_special_args_builtin): Ditto.
10807 * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
10808 (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
10809 (udivmodqi4): Ditto.
10810 (absneg splitters): Ditto.
10811 (*jcc_bt<mode>_1): Ditto.
10813 2016-04-19 Richard Biener <rguenther@suse.de>
10815 PR tree-optimization/70724
10816 * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
10817 restoring out from ...
10818 (free_scc_vn): ... here.
10819 * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
10820 * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
10822 (pass_fre::execute): Restore SSA info.
10824 2016-04-19 Richard Biener <rguenther@suse.de>
10826 * gimple-walk.h (struct walk_stmt_info): Add stmt member.
10827 * gimple-walk.c (walk_gimple_op): Initialize it.
10828 (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
10829 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
10830 remapping SSA names of defs.
10831 (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
10834 2016-04-18 Vladimir Makarov <vmakarov@redhat.com>
10836 PR middle-end/70689
10837 * lra-constraints.c (equiv_substition_p): New.
10838 (process_alt_operands): Use it.
10839 (swap_operands): Swap it.
10840 (curr_insn_transform): Update it.
10842 2016-04-18 Michael Matz <matz@suse.de>
10844 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
10845 (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
10846 * tree-core.h (tree_type_common.align): Use bit-field.
10847 (tree_type_common.spare): New.
10848 (tree_decl_common.off_align): Make smaller.
10849 (tree_decl_common.align): Use bit-field.
10851 * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
10852 * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
10853 (scan_sharing_clauses): Ditto.
10854 (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
10855 (omp_finish_file): Ditto.
10856 * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
10857 (layout_decl): Ditto.
10858 (relayout_decl): Ditto.
10859 (finalize_record_size): Use SET_TYPE_ALIGN.
10860 (finalize_type_size): Ditto.
10861 (finish_builtin_struct): Ditto.
10862 (layout_type): Ditto.
10863 (initialize_sizetypes): Ditto.
10864 * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
10865 * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
10866 (lookup_field_for_decl): Use SET_DECL_ALIGN.
10867 (get_chain_field): Ditto.
10868 (get_trampoline_type): Ditto.
10869 (get_nl_goto_field): Ditto.
10870 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
10872 (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
10873 * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
10874 * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
10875 (build_qualified_type): Use SET_TYPE_ALIGN.
10876 (build_aligned_type, build_range_type_1): Ditto.
10877 (build_atomic_base): Ditto.
10878 (build_common_tree_nodes): Ditto.
10879 * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
10880 (expand_one_stack_var_at): Ditto.
10881 * coverage.c (build_var): Use SET_DECL_ALIGN.
10882 * except.c (init_eh): Ditto.
10883 * function.c (assign_parm_setup_block): Ditto.
10884 * symtab.c (increase_alignment_1): Ditto.
10885 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
10886 * tree-vect-stmts.c (ensure_base_align): Ditto.
10887 * varasm.c (align_variable): Ditto.
10888 (assemble_variable): Ditto.
10889 (build_constant_desc): Ditto.
10890 (output_constant_def_contents): Ditto.
10892 * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
10893 * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
10894 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
10895 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
10896 * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
10898 2016-04-18 H.J. Lu <hongjiu.lu@intel.com>
10901 * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
10902 replace %vmovsd with "%vmovq".
10903 (vec_concatv2df): Likewise.
10905 2016-04-18 Uros Bizjak <ubizjak@gmail.com>
10907 * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
10908 (*vec_extractv2si_0): Ditto.
10909 * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
10910 (zero_extended_scalar_load_operand splitters): Ditto.
10911 (vec_extract splitters): Ditto.
10912 (*vec_extractv4si_0_zext): Ditto.
10913 (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
10914 and lowpart_subreg.
10915 (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
10916 (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
10917 (*sse4_1_extractps): Use lowpart_subreg.
10918 * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
10920 2016-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10922 * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
10924 (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
10925 Mention Solaris 11 packaging changes.
10926 Update gas and gld requirements.
10927 Remove reference to pre-Solaris 10 bug.
10928 (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
10930 (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
10933 2016-04-17 Jan Hubicka <jh@suse.cz>
10935 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
10936 max_loop_iterations_int.
10938 2016-04-18 Richard Biener <rguenther@suse.de>
10940 PR tree-optimization/43434
10941 * tree-ssa-structalias.c (struct vls_data): New.
10942 (visit_loadstore): Handle all pointer-based accesses.
10943 (compute_dependence_clique): Compute a bitmap of restrict tags
10944 assigned bases and pass it to visit_loadstore.
10946 2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
10949 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
10950 armv8.1-a and armv8.1-a+crc.
10952 2016-04-18 Richard Biener <rguenther@suse.de>
10954 PR tree-optimization/70701
10955 * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
10956 references after translating through a memcpy.
10958 2016-04-18 Richard Biener <rguenther@suse.de>
10960 * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
10961 (compute_antic): ... here. For partial antic use regular
10962 postorder and scrap iteration.
10963 (compute_partial_antic_aux): Remove unused return value.
10964 (init_pre): Do not allocate postorder.
10965 (fini_pre): Do not free postorder.
10967 2016-04-18 Richard Biener <rguenther@suse.de>
10969 PR middle-end/37870
10970 * expmed.c (extract_bit_field_1): Remove broken case
10971 using a wider MODE_INT mode.
10973 2016-04-18 Segher Boessenkool <segher@kernel.crashing.org>
10975 * has-brig.c (lendian16): Don't try to use __builtin_bswap16
10976 unless compiling with at least GCC-4.8.
10978 2016-04-17 Jan Hubicka <jh@suse.cz>
10981 * graphite.c (graphite_finalize): Update call to
10982 tree_estimate_probability.
10983 * predict.h (tree_estimate_probability): Update prototype.
10985 2016-04-17 Jan Hubicka <jh@suse.cz>
10987 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
10988 (tree_estimate_probability): Likewise.
10989 (pass_profile::execute): Update.
10990 (report_predictor_hitrates): New function.
10991 * profile.c (compute_branch_probabilities): Use it.
10992 * predict.h (report_predictor_hitrates): Declare.
10994 2016-04-17 Jan Hubicka <jh@suse.cz>
10997 * cgraph.h (cgraph_node::set_const_flag,
10998 cgraph_node::set_pure_flag): Update prototype to return bool;
11000 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
11001 of interposable symbol are interposable, too.
11002 (cgraph_set_const_flag_1): Rename to ...
11003 (set_const_flag_1): ... this one; change to self recursive function
11004 instead of call_for_symbol_thunks_and_aliases. Handle correctly
11005 clearnig the flag in all variants and also virtual thunks of const
11006 functions are pure; track if any change was done.
11007 (cgraph_node::set_const_flag): Update.
11008 (struct set_pure_flag_info): New struct.
11009 (cgraph_set_pure_flag_1): Rename to ...
11010 (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
11011 rather than pointer encoded flags; track if any changes was done;
11012 handle correctly clearning flag and setting flag of aliases already
11014 (cgraph_node::set_pure_flag): Update.
11015 (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
11017 2016-04-17 Tom de Vries <tom@codesourcery.com>
11020 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
11021 backslash in label.
11023 2016-04-17 Tom de Vries <tom@codesourcery.com>
11025 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
11026 '{}<> ' as escape-for-record.
11028 2016-04-17 Tom de Vries <tom@codesourcery.com>
11030 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
11033 2016-04-17 Tom de Vries <tom@codesourcery.com>
11036 * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
11037 * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
11038 * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
11039 * passes.c (finish_optimization_passes): Only call
11040 finish_graph_dump_file if dfi->graph_dump_initialized.
11041 (execute_function_dump, pass_init_dump_file): Use
11042 dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
11044 2016-04-17 Tom de Vries <tom@codesourcery.com>
11046 PR tree-optimization/70256
11047 * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
11048 (debug_varmap): New function.
11050 2016-04-17 Tom de Vries <tom@codesourcery.com>
11053 * passes.c (pass_manager::register_pass): Propagate pflags.
11055 2016-04-17 Tom de Vries <tom@codesourcery.com>
11058 * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
11059 * passes.c (pass_manager::pass_manager): Declare and init p_start in
11060 INSERT_PASSES_AFTER. Add pass parameter to TERMINATE_PASS_LIST, and
11061 check if it's equal to p_start.
11062 * passes.def: Add arguments to TERMINATE_PASS_LISTs.
11064 2016-04-15 Jan Hubicka <jh@suse.cz>
11067 * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
11068 function does not bind to current def.
11069 * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
11070 handle conservatively calls to functions that does not need to bind
11072 (check_call): Update call of worse_state.
11073 (ignore_edge_for_nothrow): Update.
11074 (ignore_edge_for_pure_const): Likewise.
11075 (propagate_pure_const): Update calls to worse_state.
11076 (skip_function_for_local_pure_const): Reformat comments.
11078 2016-04-15 Jan Hubicka <jh@suse.cz>
11081 * cgraph.c (cgraph_node::get_availability): Add REF parameter.
11082 (cgraph_node::function_symbol): Likewise.
11083 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
11084 * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
11085 (symtab_node::ultimate_alias_target): Add REF parameter.
11086 (symtab_node::binds_to_current_def_p): Declare.
11087 (symtab_node;:ultimate_alias_target_1): Add REF parameter.
11088 (cgraph_node::function_symbol): Likewise.
11089 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
11090 (cgraph_node::get_availability): Likewise.
11091 (cgraph_edge::binds_to_current_def_p): New inline function.
11092 (varpool_node::get_availability): Add REF parameter.
11093 (varpool_node::ultimate_alias_target): Likewise.
11094 * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
11095 (symtab_node::binds_to_current_def_p): Likewise.
11096 * varpool.c (varpool_node::get_availability): Likewise.
11098 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
11101 * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
11102 Fix mode size check.
11104 2016-04-15 Jakub Jelinek <jakub@redhat.com>
11106 * BASE-VER: Set to 7.0.0.
11108 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
11110 * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
11112 2016-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11114 * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
11115 architecture revisions.
11117 2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
11119 * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
11120 * config/i386/i386.c (ix86_using_red_zone): No longer static.
11121 * config/i386/i386.md (stack decrement to push peepholes): Guard
11122 with !x86_using_red_zone ().
11124 2016-04-15 Jakub Jelinek <jakub@redhat.com>
11127 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
11128 to dump_generic_node.
11129 (NIY): Pass also flags to do_niy.
11131 2016-04-15 Thomas Schwinge <thomas@codesourcery.com>
11133 * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
11134 (simd_clone_vector_of_formal_parm_types)
11135 (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
11136 (simd_clone_mangle, simd_clone_create)
11137 (simd_clone_adjust_return_type, create_tmp_simd_array)
11138 (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
11139 (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
11140 (ipa_simd_modify_function_body, simd_clone_linear_addend)
11141 (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
11142 (pass_data_omp_simd_clone, class pass_omp_simd_clone)
11143 (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
11144 * omp-simd-clone.c: ... this new file.
11145 (simd_clone_vector_of_formal_parm_types): Make it static.
11146 * Makefile.in (OBJS): Add omp-simd-clone.o.
11148 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
11151 * config/i386/sse.md: Use proper memory operand modifiers.
11154 2016-04-15 Richard Biener <rguenther@suse.de>
11155 Alan Modra <amodra@gmail.com>
11157 PR tree-optimization/70130
11158 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
11159 when alignment stays not the same and no not use the realign
11162 2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
11165 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
11166 direct move handlers for KFmode. Change TFmode handlers test from
11167 FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
11169 2016-04-14 Jakub Jelinek <jakub@redhat.com>
11172 * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
11173 * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
11174 (inlined_polymorphic_ctor_dtor_block_p): Use it.
11175 * tree-ssa-live.c (remove_unused_scope_block_p): When
11176 in_ctor_dtor_block, avoid discarding not just BLOCKs with
11177 BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
11178 block_ultimate_origin is FUNCTION_DECL.
11179 (remove_unused_locals): If current_function_decl is
11180 polymorphic_ctor_dtor_p, pass initial true to
11181 remove_unused_scope_block_p' is_ctor_dtor_block.
11183 2016-04-14 Martin Sebor <msebor@redhat.com>
11188 * doc/extend.texi (Variable Length): Revert.
11190 2016-04-14 Marek Polacek <polacek@redhat.com>
11191 Jan Hubicka <hubicka@ucw.cz>
11194 * tree.c (verify_type): Disable the canonical type of main variant
11197 2016-04-14 Jason Merrill <jason@redhat.com>
11199 * cfgexpand.c, expr.c: Revert previous change.
11201 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
11203 PR middle-end/70643
11204 * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
11205 when building a mem ref for the incoming reduction variable.
11207 2016-04-14 Richard Biener <rguenther@suse.de>
11209 PR tree-optimization/70614
11210 * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
11211 loop if the evolution dropped to chrec_dont_know.
11212 (interpret_condition_phi): Likewise.
11214 2016-04-14 Richard Biener <rguenther@suse.de>
11216 PR tree-optimization/70623
11217 * tree-ssa-pre.c (changed_blocks): Make global ...
11218 (compute_antic): ... local here. Move and fix worklist
11219 handling here. Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
11220 (compute_antic_aux): Add dumping for MAX assumed succs. Remove
11221 worklist handling, dump when ANTIC_IN changed.
11222 (compute_partial_antic_aux): Remove worklist handling.
11223 (init_pre): Do not compute post dominators. Add a comment about
11224 the CFG order chosen.
11225 (fini_pre): Do not free post dominators.
11227 2016-04-13 Martin Sebor <msebor@redhat.com>
11232 * doc/extend.texi (Variable Length): Document C++ specifics.
11234 2016-04-13 Jakub Jelinek <jakub@redhat.com>
11237 * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
11238 on all recursive call stmts. Return TODO_cleanup_cfg if any dead
11239 eh edges have been purged.
11242 * tree-sra.c (create_access_replacement,
11243 get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
11245 * tree-pretty-print.c (dump_fancy_name): New function.
11246 (dump_decl_name, dump_generic_node): Use it.
11248 2016-04-13 Jason Merrill <jason@redhat.com>
11250 * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
11251 * expr.c (expand_expr_real_1): Likewise.
11253 2016-04-13 Ilya Enkovich <ilya.enkovich@intel.com>
11255 * config/i386/i386.md (kunpckhi): Swap operands.
11256 (kunpcksi): Likewise.
11257 (kunpckdi): Likewise.
11258 * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
11259 (vec_pack_trunc_<mode>): Likewise.
11261 2016-04-13 Jakub Jelinek <jakub@redhat.com>
11264 * explow.c (convert_memory_address_addr_space_1): Formatting fix.
11266 PR middle-end/70633
11267 * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
11268 gimplification turns some element into non-constant.
11271 * rtl.h (convert_memory_address_addr_space_1): New prototype.
11272 * explow.c (convert_memory_address_addr_space_1): No longer static,
11273 add NO_EMIT argument and don't call convert_modes if true, pass
11274 it down recursively, remove break after return.
11275 (convert_memory_address_addr_space): Adjust caller.
11276 * simplify-rtx.c (simplify_unary_operation_1): Call
11277 convert_memory_address_addr_space_1 instead of convert_memory_address,
11278 if it returns NULL, don't simplify.
11280 2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
11283 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
11285 2016-04-12 Jakub Jelinek <jakub@redhat.com>
11287 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
11288 Bump the upper SIMDLEN limits, so that if the return type or
11289 characteristic type if the return type is void can be passed in
11290 all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
11293 2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
11296 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
11297 Do not use "=" constraint on an input constraint.
11298 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
11299 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
11300 (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
11301 generates (neg (abs ...)) instead of (abs ...).
11303 2016-04-12 Jakub Jelinek <jakub@redhat.com>
11305 PR rtl-optimization/70596
11306 * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
11307 just invalidate LRA data and reset them. Adjust dump wording.
11309 2016-04-12 Martin Liska <mliska@suse.cz>
11312 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
11314 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
11316 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
11317 max_loop_iterations_int.
11318 (tree_unswitch_outer_loop): Likewise.
11319 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
11320 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
11322 2016-04-12 Tom de Vries <tom@codesourcery.com>
11324 PR tree-optimization/68756
11325 * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
11326 instead of new_name.
11328 2016-04-12 Jakub Jelinek <jakub@redhat.com>
11330 PR tree-optimization/70602
11331 * tree-sra.c (generate_subtree_copies): Don't write anything into
11332 constant pool decls.
11334 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
11335 regardless whether there are depend clauses or not.
11337 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
11340 * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
11341 target attribute and pragma from changing the -mfloat128
11342 and -mfloat128-hardware options.
11344 * doc/extend.texi (Additional Floating Types): Document PowerPC
11345 __float128 restrictions.
11347 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
11350 * config/aarch64/driver-aarch64.c
11351 (aarch64_get_extension_string_for_isa_flags): New.
11352 (arch_extension): Rename to...
11353 (aarch64_arch_extension): ...This.
11354 (ext_to_feat_string): Rename to...
11355 (aarch64_extensions): ...This.
11356 (aarch64_core_data): Keep track of architecture extension flags.
11357 (cpu_data): Rename to...
11358 (aarch64_cpu_data): ...This.
11359 (aarch64_arch_driver_info): Keep track of architecture extension
11361 (get_arch_name_from_id): Rename to...
11362 (get_arch_from_id): ...This, change return type.
11363 (host_detect_local_cpu): Update and reformat for renames, handle
11364 extensions through common infrastructure.
11366 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
11369 * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
11370 track of a canonical flag name.
11371 (all_extensions): Likewise.
11372 (arch_to_arch_name): Also track extension flags enabled by the arch.
11373 (all_architectures): Likewise.
11374 (aarch64_parse_extension): Move to here.
11375 (aarch64_get_extension_string_for_isa_flags): Take a new argument,
11377 (aarch64_rewrite_selected_cpu): Update for above change.
11378 * config/aarch64/aarch64-option-extensions.def: Rework the way flags
11379 are handled, such that the single explicit value enabled by an
11380 extension is kept seperate from the implicit values it also enables.
11381 * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
11383 (aarch64_parse_extension): New.
11384 * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
11385 here to config/aarch64/aarch64-protos.h.
11386 (aarch64_parse_extension): Move from here to
11387 common/config/aarch64/aarch64-common.c.
11388 (aarch64_option_print): Update.
11389 (aarch64_declare_function_name): Likewise.
11390 (aarch64_start_file): Likewise.
11391 * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
11392 the canonical flag for extensions.
11393 * config.gcc (aarch64*-*-*): Extend regex for capturing extension
11396 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
11398 * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
11401 2016-04-09 Tom de Vries <tom@codesourcery.com>
11403 PR tree-optimization/68953
11404 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
11405 first to last subscript.
11407 2016-04-09 Jakub Jelinek <jakub@redhat.com>
11409 PR tree-optimization/70586
11410 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
11413 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
11417 PR tree-optimization/70373
11418 PR middle-end/70533
11419 PR middle-end/70534
11420 PR middle-end/70535
11421 * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
11422 clauses for acc parallel reductions as necessary. Error on those
11424 * omp-low.c (scan_sharing_clauses): Don't install variables which
11425 are used in acc parallel reductions.
11426 (lower_rec_input_clauses): Remove dead code.
11427 (lower_oacc_reductions): Add support for reference reductions.
11428 (lower_reduction_clauses): Remove dead code.
11429 (lower_omp_target): Don't remap variables appearing in acc parallel
11431 * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
11433 2016-04-08 Jakub Jelinek <jakub@redhat.com>
11435 PR middle-end/70593
11436 * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
11437 with multiple SSA_NAME defs, force the outputs other than first
11438 to be live before calling live_track_process_def on each output.
11440 PR rtl-optimization/70574
11441 * fwprop.c (forward_propagate_and_simplify): Don't add
11442 REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
11443 (try_fwprop_subst): Don't add REG_EQUAL note if there are any
11444 paradoxical subregs within *loc.
11446 2016-04-08 Thomas Schwinge <thomas@codesourcery.com>
11448 * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
11449 -ftree-parallelize-loops={0,1}.
11450 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
11451 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
11452 * config/ia64/hpux.h (LIB_SPEC): Likewise.
11453 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
11454 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
11456 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>
11459 * asan.c (instrument_derefs): If we get unknown location, extract it
11460 with EXPR_LOCATION.
11461 (maybe_instrument_call): Instrument gimple_call's arguments if needed.
11463 2016-04-08 Tom de Vries <tom@codesourcery.com>
11465 * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
11466 implicit firstprivate clause.
11468 2016-04-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11471 * config/arm/thumb2.md (tst + branch-> lsls + branch
11472 peephole below *orsi_not_shiftsi_si): Require that condition
11473 register is dead after the peephole.
11474 (second peephole after the above): Likewise.
11476 2016-04-08 Alan Modra <amodra@gmail.com>
11479 * builtins.c (fold_builtin_classify): For IBM extended precision,
11480 look at just the high-order double to test for NaN.
11481 (fold_builtin_interclass_mathfn): Similarly for Inf. For isnormal
11482 test just the high double for Inf but both doubles for subnormal
11485 2016-04-07 Jakub Jelinek <jakub@redhat.com>
11487 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
11488 * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
11489 node->simdclone->mask_mode != VOIDmode masks.
11490 (simd_clone_adjust_argument_types): Likewise. Move sc var definition
11491 earlier, use it instead of node->simdclone.
11492 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
11493 Set clonei->mask_mode.
11495 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
11498 * parser.c (cp_parser_iteration_statement): New parameter IF_P.
11499 Pass it through to cp_parser_already_scoped_statement.
11500 (cp_parser_already_scoped_statement): New parameter IF_P. Pass
11501 it through to cp_parser_statement.
11502 (cp_parser_statement): Pass IF_P through to
11503 cp_parser_iteration_statement.
11504 (cp_parser_pragma): Adjust call to
11505 cp_parser_iteration_statement.
11507 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
11510 * gimplify.c (gimplify_omp_ordered): Add explicit braces to
11511 resolve a future -Wparentheses warning.
11512 * omp-low.c (scan_sharing_clauses): Likewise.
11513 * tree-parloops.c (eliminate_local_variables): Likewise.
11515 2016-04-06 Vladimir Makarov <vmakarov@redhat.com>
11517 PR rtl-optimization/70398
11518 * lra-constraints.c (process_address_1): Check zero scale and code
11519 for reloading with zero scale.
11521 2016-04-06 Uros Bizjak <ubizjak@gmail.com>
11523 * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
11524 (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
11526 2016-04-06 Jakub Jelinek <jakub@redhat.com>
11528 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
11529 Add support for AVX512F clones, include them by default for
11530 exported OpenMP declare simd functions. For AVX2 allow simdlen 32
11531 and use it if charasteric type is 8-bit, for AVX512F allow simdlen
11534 PR middle-end/70550
11535 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
11536 * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
11537 firstprivate clauses.
11538 * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
11539 OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
11540 (lower_omp_target): Set TREE_NO_WARNING for
11541 non-addressable possibly uninitialized vars which are copied into
11542 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
11544 2016-04-05 John David Anglin <danglin@gcc.gnu.org>
11546 * config/pa/predicates.md (integer_store_memory_operand): Accept
11547 REG+D operands with a large offset when reload_in_progress is true.
11548 (floating_point_store_memory_operand): Likewise.
11550 2016-04-05 Jakub Jelinek <jakub@redhat.com>
11553 * match.pd (nested int casts): Limit to GIMPLE.
11555 2016-04-05 Jan Hubicka <hubicka@ucw.cz>
11558 * ipa-devirt.c (maybe_record_node): Fix comment; use
11559 SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
11561 2016-04-05 Jakub Jelinek <jakub@redhat.com>
11563 PR rtl-optimization/70542
11564 * ree.c (add_removable_extension): For VECTOR_MODE_P punt
11565 if there are any uses other than insn or debug insns.
11567 2016-04-05 Marc Glisse <marc.glisse@inria.fr>
11568 Jakub Jelinek <jakub@redhat.com>
11570 PR tree-optimization/70509
11571 * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
11572 Shift HOST_WIDE_INT_1U instead of 1.
11574 2016-04-05 Zdenek Sojka <zsojka@seznam.cz>
11576 PR tree-optimization/70509
11577 * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
11578 of the vector base type for index.
11580 2016-04-05 Uros Bizjak <ubizjak@gmail.com>
11583 * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
11585 2016-04-05 Richard Biener <rguenther@suse.de>
11587 PR tree-optimization/70526
11588 * tree-sra.c (build_ref_for_offset): Use prev_base to
11589 extract the alias pointer type.
11591 2016-04-05 Richard Biener <rguenther@suse.de>
11593 * dse.c (struct store_info): Remove alias_set member.
11594 (struct read_info_type): Likewise.
11595 (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
11596 spill_deleted, clear_alias_set_lookup): Remove.
11597 (get_group_info): Remove dead base == NULL_RTX case.
11598 (dse_step0): Remove initialization of removed variables.
11599 (delete_dead_store_insn): Reomve alias set dumping.
11600 (free_read_records): Remove alias_set handling.
11601 (canon_address): Remove alias_set_out parameter.
11602 (record_store): Remove spill_alias_set, it's always zero.
11603 (check_mem_read_rtx): Likewise.
11604 (dse_step2): Rename from ...
11605 (dse_step2_nospill): ... this. Adjust.
11606 (scan_stores): Rename from ...
11607 (scan_stores_nospill): ... this.
11608 (scan_reads): Rename from ...
11609 (scan_reads_nospill): ... this.
11610 (scan_stores_spill, scan_reads_spill): Remove.
11611 (dse_step3_scan): Remove for_spills argument which is always false.
11612 (dse_step3): Likewise.
11613 (dse_step5): Rename from ...
11614 (dse_step5_nospill): ... this. Remove alias_set handling.
11615 (rest_of_handle_dse): Adjust.
11617 2016-04-05 Jakub Jelinek <jakub@redhat.com>
11620 * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
11621 Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
11622 V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
11623 (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
11625 2016-04-05 Richard Biener <rguenther@suse.de>
11627 PR middle-end/70499
11628 * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
11629 non-register type temporaries into SSA.
11631 2016-04-04 Jan Hubicka <hubicka@ucw.cz>
11634 * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
11635 calls when sanitizing.
11636 (possible_polymorphic_call_target_p): Fix formatting.
11638 2016-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11639 Jakub Jelinek <jakub@redhat.com>
11641 PR middle-end/70457
11642 * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
11643 to ensure a call statement is compatible with a built-in's
11645 * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
11648 2016-04-04 Richard Biener <rguenther@suse.de>
11650 PR rtl-optimization/70484
11651 * rtl.h (canon_output_dependence): Declare.
11652 * alias.c (canon_output_dependence): New function.
11653 * dse.c (record_store): Use canon_output_dependence rather
11654 than canon_true_dependence.
11656 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
11659 * cgraph.h (symtab_node::copy_visibility_from): New function.
11660 * symtab.c (symtab_node::copy_visibility_from): New function.
11661 * ipa-visibility.c (optimize_weakref): New function.
11662 (function_and_variable_visibility): Use it.
11664 2016-04-04 Martin Liska <mliska@suse.cz>
11667 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
11668 value that is really in range handled by SBR instruction.
11669 * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
11670 * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
11671 * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
11673 2016-04-03 Oleg Endo <olegendo@gcc.gnu.org>
11677 * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
11678 set, but not for SP_REG operands.
11680 2016-04-02 Martin Sebor <msebor@redhat.com>
11683 * fold-const.c (maybe_nonzero_address): New function.
11684 (fold_comparison): Call it. Fold equality and relational
11685 expressions involving null pointers.
11686 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
11688 2016-03-31 Evandro Menezes <e.menezes@samsung.com>
11690 Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
11691 the "Y" constraint (scalar FP 0.0 immediate).
11693 * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
11694 Add the "const_double" to the list of operand constraints.
11696 2016-04-01 Jakub Jelinek <jakub@redhat.com>
11698 PR rtl-optimization/70467
11699 * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
11700 If low word of the last operand is 0, just emit addition/subtraction
11703 2016-04-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11706 * config/s390/s390.c (s390_expand_insv): Check for everything
11707 constant instead of just VOIDmode stuff.
11709 2016-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11712 * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
11714 2016-04-01 Nathan Sidwell <nathan@acm.org>
11716 * tree.def (TRY_CATCH_EXPR): Correct documentation.
11718 2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
11720 PR rtl-optimization/70461
11721 * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
11724 2016-03-31 Martin Liska <mliska@suse.cz>
11727 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
11728 a tree value or an immediate integer value to a buffer
11729 that is eventually copied to a BRIG section.
11730 (emit_immediate_operand): Call the function here.
11731 * hsa-dump.c (dump_hsa_immed): Remove checking assert.
11732 * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
11733 of class' fields that are removed.
11734 (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
11735 * hsa.h (class hsa_op_immed): Remove m_brig_repr and
11736 m_brig_repr_size fields.
11738 2016-03-31 Martin Liska <mliska@suse.cz>
11741 * hsa-gen.c (hsa_function_representation::update_dominance): New
11743 (convert_addr_to_flat_segment): Likewise.
11744 (gen_hsa_memory_set): New alignment argument.
11745 (gen_hsa_ctor_assignment): Likewise.
11746 (gen_hsa_insns_for_single_assignment): Provide alignment
11747 to gen_hsa_ctor_assignment.
11748 (gen_hsa_insns_for_direct_call): Add new argument.
11749 (expand_lhs_of_string_op): New function.
11750 (expand_string_operation_builtin): Likewise.
11751 (expand_memory_copy): New function.
11752 (expand_memory_set): New function.
11753 (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
11754 (convert_switch_statements): Change signature.
11755 (generate_hsa): Use a return value of the function.
11756 (pass_gen_hsail::execute): Do not call
11757 convert_switch_statements here.
11758 * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
11759 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
11760 (hsa_function_representation::update_dominance): New function.
11762 2016-03-31 Martin Liska <mliska@suse.cz>
11765 * hsa-brig.c (emit_directive_variable): Emit alignment
11766 according to hsa_symbol::m_align.
11767 * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
11768 (dump_hsa_symbol): Dump alignment of HSA symbols.
11769 * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
11770 (gen_hsa_addr_with_align): New function.
11771 (hsa_bitmemref_alignment): Use newly added function.
11772 (gen_hsa_insns_for_load): Likewise.
11773 (gen_hsa_insns_for_store): Likewise.
11774 (gen_hsa_memory_copy): New argument added.
11775 (gen_hsa_insns_for_single_assignment): Respect
11776 alignment for assignments processed via gen_hsa_memory_copy.
11777 (gen_hsa_insns_for_direct_call): Likewise.
11778 (gen_hsa_insns_for_return): Likewise.
11779 (gen_function_def_parameters): Set default alignment.
11780 * hsa.c (hsa_object_alignment): New function.
11781 (hsa_byte_alignment): Pasted function.
11782 * hsa.h (hsa_symbol::m_align): New field.
11784 2016-03-31 Bin Cheng <bin.cheng@arm.com>
11786 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
11787 scratch field for goto case.
11789 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com>
11791 * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
11793 2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
11796 * config/i386/i386.c (scalar_chain::convert_op): Fix description.
11797 (scalar_chain::convert_insn): Call convert_op for reg
11798 moves to handle undefined registers.
11800 2016-03-31 Nathan Sidwell <nathan@acm.org>
11803 * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
11804 Assert we don't want to move backwards.
11806 2016-03-31 Kirill Yukhin <kirill.yukhin@intel.com>
11809 * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
11811 2016-03-31 Jakub Jelinek <jakub@redhat.com>
11813 PR rtl-optimization/70460
11814 * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
11815 with operand from REG_LABEL_OPERAND, instead substitute
11816 SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
11817 Don't do anything for REG_NON_LOCAL_GOTO jumps.
11819 2016-03-31 Martin Liska <mliska@suse.cz>
11821 * passes.c (execute_one_pass): Do not call
11822 todo_after for a discarded function.
11824 2016-03-31 Bin Cheng <bin.cheng@arm.com>
11826 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
11827 (no_cost, infinite_cost): Initialize the new field.
11828 (get_computation_cost_at): Record setup cost.
11829 (determine_use_iv_cost_address): Skip cost computation for sub
11830 uses if we can estimate it without losing accuracy.
11832 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
11834 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
11836 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
11837 max_loop_iterations_int.
11838 (tree_unswitch_outer_loop): Likewise.
11839 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
11840 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
11842 2016-03-30 Richard Biener <rguenther@suse.de>
11844 PR middle-end/70450
11845 * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
11847 2016-03-30 Jakub Jelinek <jakub@redhat.com>
11850 * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
11851 in gen_blendm expander.
11853 2016-03-30 Nick Clifton <nickc@redhat.com>
11856 * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
11857 case where we are already provided with an SImode SUBREG.
11859 2016-03-30 H.J. Lu <hongjiu.lu@intel.com>
11862 * config/i386/i386.c (ix86_expand_epilogue): Properly check
11863 conflict between DRAP register and __builtin_eh_return.
11865 2016-03-30 Michael Matz <matz@suse.de>
11866 Richard Biener <rguenther@suse.de>
11869 * ipa-polymorphic-call.c (struct type_change_info): Change
11870 speculative to an unsigned allowing to limit the work we do.
11871 (csftc_abort_walking_p): New inline function..
11872 (check_stmt_for_type_change): Limit the number of may-defs
11873 skipped for speculative devirtualization to
11874 max-speculative-devirt-maydefs.
11875 * params.def (max-speculative-devirt-maydefs): New param.
11876 * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
11878 2016-03-30 Mike Stump <mrs@gcc.gnu.org>
11881 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
11884 2016-03-30 Patrick Palka <ppalka@gcc.gnu.org>
11886 PR tree-optimization/59124
11887 * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
11888 where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
11890 2016-03-29 Jeff Law <law@redhat.com>
11892 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
11894 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
11896 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
11899 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
11901 * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
11902 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
11903 gcrt0.o if linking dynamically.
11905 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
11908 * ipa-devirt.c (methods_equal_p): New function.
11909 (compare_virtual_tables): Use it.
11910 * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
11911 * cgraphclones.c (clone_function_name_1): Use
11912 symbol_table::symbol_suffix_separator.
11913 * coverage.c (build_var): Likewise.
11914 * symtab.c (symbol_table::symbol_suffix_separator): New.
11916 2016-03-29 Jakub Jelinek <jakub@redhat.com>
11918 PR rtl-optimization/70429
11919 * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
11920 (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
11921 mode != result_mode.
11924 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
11926 PR tree-optimization/70405
11927 * ssa-iterators.h (num_imm_uses): Add missing braces.
11929 2016-03-29 Vladimir Makarov <vmakarov@redhat.com>
11931 PR rtl-optimization/68695
11932 * ira-color.c (allocno_copy_cost_saving): New.
11933 (improve_allocation): Use it.
11935 2016-03-29 Richard Henderson <rth@redhat.com>
11937 PR middle-end/70355
11938 * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
11940 2016-03-29 Richard Biener <rguenther@suse.de>
11942 PR middle-end/70424
11943 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
11944 use alignment returned by get_pointer_alignment_1 if it is
11945 bigger than BITS_PER_UNIT.
11946 * builtins.c (get_pointer_alignment_1): Do not return true
11947 for alignment extracted from SSA info.
11949 2016-03-28 James Bowman <james.bowman@ftdichip.com>
11951 * config/ft32/ft32.opt (mnodiv): New.
11952 * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
11953 * doc/invoke.texi (FT32 Options -mnodiv): New.
11955 2016-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
11958 * config/i386/i386.md (define_split, andn): Fix modes.
11960 2016-03-26 Richard Biener <rguenther@suse.de>
11961 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
11964 * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
11966 TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
11967 as 2nd argument to cl_optimization_restore().
11969 2016-03-25 Richard Henderson <rth@redhat.com>
11972 * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
11973 * config/aarch64/aarch64-protos.h: Declare it.
11974 * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
11976 2016-03-25 Alan Modra <amodra@gmail.com>
11979 * config/rs6000/constraints.md (j): Simplify.
11980 * config/rs6000/predicates.md (easy_fp_constant): Exclude
11982 * config/rs6000/rs6000.md (zero_fp): New mode_attr.
11983 (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
11984 mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
11985 in all constraint alternatives.
11986 (movtd_64bit_nodm): Delete "j" constraint alternative.
11988 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
11990 * tree-ssa-propagate.c: Enhance docs for
11991 SSA_PROP_NOT_INTERESTING.
11993 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
11995 * doc/extend.texi: Fix typo in documentation to pure attribute.
11997 2016-03-24 John David Anglin <danglin@gcc.gnu.org>
12000 * config/pa/pa.md (bswapdi2): Use a scratch register.
12002 2016-03-24 Richard Henderson <rth@redhat.com>
12004 PR middle-end/69845
12005 * fold-const.c (extract_muldiv_1): Correct test for multiplication
12008 2016-03-24 Uros Bizjak <ubizjak@gmail.com>
12010 * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
12011 using ix86_expand_binary_operator instead of gen_andsi3.
12013 2016-03-24 Richard Biener <rguenther@suse.de>
12015 PR tree-optimization/70396
12016 * tree-vect-stmts.c (vectorizable_comparison): Use
12017 get_vectype_for_scalar_type.
12019 2016-03-24 Richard Biener <rguenther@suse.de>
12021 PR middle-end/70370
12022 * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
12023 with register bases.
12025 2016-03-24 Richard Biener <rguenther@suse.de>
12027 PR tree-optimization/70372
12028 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
12029 build_all_ones_cst to also handle vector types correctly.
12031 2016-03-23 Michael Meissner <meissner@linux.vnet.ibm.com>
12034 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
12037 2016-03-23 Marek Polacek <polacek@redhat.com>
12040 * doc/invoke.texi: Document -Wignored-attributes.
12042 2016-03-23 Bin Cheng <bin.cheng@arm.com>
12044 PR tree-optimization/69042
12045 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
12046 parameter from 30 to 40.
12048 2016-03-23 Bin Cheng <bin.cheng@arm.com>
12050 PR tree-optimization/69042
12051 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
12052 for use with constant offset stripped in base.
12054 2016-03-23 Richard Biener <rguenther@suse.de>
12056 PR middle-end/70251
12057 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
12058 mode compatibility check.
12059 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
12061 2016-03-23 Jeff Law <law@redhat.com>
12063 PR tree-optimization/64058
12064 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
12066 (struct ssa_conflicts): Move up earlier in the file.
12067 (conflicts_, var_map_): New static variables.
12068 (initialize_conflict_count): New function to initialize the
12069 CONFLICT_COUNT field for each conflict pair.
12070 (compare_pairs): Lazily initialize the conflict count and use it
12071 as the first tie-breaker.
12072 (sort_coalesce_list): Add new arguments conflicts, map. Initialize
12073 and wipe conflicts_ and map_ around the call to qsort. Remove
12074 special case for 2 coalesce pairs.
12075 * bitmap.c (bitmap_count_unique_bits): New function.
12076 (bitmap_count_bits_in_word): New function, extracted from
12078 (bitmap_count_bits): Use bitmap_count_bits_in_word.
12079 * bitmap.h (bitmap_count_unique_bits): Declare it.
12081 2016-03-23 Ilya Enkovich <enkovich.gnu@gmail.com>
12084 * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
12085 transparent alias chain for decl assembler name.
12086 * config/sol2.c (solaris_assemble_visibility): Likewise.
12088 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12090 * config/arm/arm1020e.md (1020call_op): Reduce reservation
12092 (v10_fdivs): Likewise.
12093 (v10_fdivd): Likewise.
12095 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12098 * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
12099 to not call fclose twice on file.
12101 2016-03-23 Jakub Jelinek <jakub@redhat.com>
12103 PR tree-optimization/70354
12104 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
12105 oprnd0 is wider than oprnd1 and there is a cast from the wider
12106 type to oprnd1, mask it with the mask of the narrower type.
12109 * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
12110 Optimize TARGET_STV splitters, if high or low word of last argument
12113 2016-03-22 Jeff Law <law@redhat.com>
12116 tree-ssa-threadbackward.c
12117 (fsm_find_control_statement_thread_paths): Correctly distinguish
12118 between old style jump threads vs FSM jump threads.
12120 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
12123 * config/i386/i386.c (scalar_chain::convert_op): Support
12124 uninitialized register usage case.
12126 2016-03-22 Richard Biener <rguenther@suse.de>
12128 PR middle-end/70251
12129 * genmatch.c (gen_transform): Adjust last parameter to a three-state
12131 (capture::gen_transform): ... to change behavior when substituting
12132 a condition into cond or not-cond expr context.
12133 (dt_simplify::gen_1): Adjust.
12134 * gimple-match-head.c: Include gimplify.h for unshare_expr.
12135 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
12136 last change and instead change to
12137 A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
12138 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
12140 2016-03-22 Anthony Green <green@moxielogic.com>
12142 * config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
12143 issue for moxiebox targets.
12144 (CC1PLUS_SPEC): Ditto.
12146 2016-03-22 Richard Biener <rguenther@suse.de>
12148 PR middle-end/70333
12149 * fold-const.c (extract_muldiv_1): Properly perform multiplication
12152 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
12154 * config/i386/i386.c (def_builtin): Remove duplicated functionality.
12156 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
12159 * config/i386/i386.c (def_builtin): Handle
12160 OPTION_MASK_ISA_AVX512VL to be and-ed with other
12162 (const struct builtin_description bdesc_special_args[]):
12163 Remove duplicate ISA bits.
12165 2016-03-22 Jakub Jelinek <jakub@redhat.com>
12168 * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
12169 d.perm[i] for i >= d.nelt. If not full_interleave, compute d.perm[i]
12170 in a way that works also for AVX512BW.
12173 * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
12174 instead of source if operands[1] is xmm16 and above and
12175 !TARGET_AVX512VL. Use avx512f_vec_dupv16sf_1 instead of
12176 vec_interleave_lowv4sf if we need to unpack xmm16 and above.
12179 * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
12180 on assign if (*from_p) is a comparison, set it to
12181 TREE_NO_WARNING (*from_p).
12183 2016-03-21 Jakub Jelinek <jakub@redhat.com>
12185 PR middle-end/70326
12186 * lra.c (restore_scratches): Ignore deleted insns.
12188 2016-03-21 Marc Glisse <marc.glisse@inria.fr>
12189 Jakub Jelinek <jakub@redhat.com>
12191 PR tree-optimization/70317
12192 * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
12195 2016-03-21 Uros Bizjak <ubizjak@gmail.com>
12198 * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
12199 of ix86_expand_move.
12201 (movti): Use general_operand for operand 1 predicate.
12203 2016-03-21 Martin Liska <mliska@suse.cz>
12205 * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
12207 (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
12209 2016-03-21 Martin Liska <mliska@suse.cz>
12212 * ipa-icf.c (sem_function::parse): Skip static
12213 constructors and destructors.
12215 2016-03-21 Jakub Jelinek <jakub@redhat.com>
12218 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
12219 function-like macro, peek following token(s) if it is followed
12220 by CPP_OPEN_PAREN token with optional padding in between, and
12221 if not, don't treat it like a macro.
12223 2016-03-21 Thomas Schwinge <thomas@codesourcery.com>
12224 Alexander Monakov <amonakov@ispras.ru>
12226 * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
12227 for the stabs debug format.
12229 2016-03-21 Richard Biener <rguenther@suse.de>
12231 PR tree-optimization/70310
12232 * tree-vect-generic.c (expand_vector_condition): Fold the built
12235 2016-03-21 Kirill Yukhin <kirill.yukhin@intel.com>
12238 * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
12239 Block third alternative for AVX-512VL target,
12241 2016-03-21 Martin Liska <mliska@suse.cz>
12244 * hsa-brig.c (emit_function_directives): Mark unemitted
12245 global variables for emission.
12246 * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
12247 (get_symbol_for_decl): Likewise.
12248 * hsa.h (struct hsa_symbol): New flag.
12250 2016-03-21 Richard Biener <rguenther@suse.de>
12252 PR tree-optimization/70288
12253 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
12254 we do not estimate unsimplified all-constant conditionals or
12255 switches as optimized away.
12257 2016-03-21 Andrey Belevantsev <abel@ispras.ru>
12259 PR rtl-optimization/69102
12260 * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
12261 when we have a readonly dependency context.
12263 2016-03-18 Jeff Law <law@redhat.com>
12265 PR rtl-optimization/70263
12266 * ira.c (memref_used_between_p): Assert we found END in the insn chain.
12267 (update_equiv_regs): When trying to move a store to after the insn
12268 that sets the source of the store, make sure the store occurs after
12269 the insn that sets the source of the store. When successful note
12270 the REG_EQUIV note created in the dump file.
12272 2016-03-16 David Wohlferd <dw@LimeGreenSocks.com>
12273 Bernd Schmidt <bschmidt@redhat.com>
12275 * doc/extend.texi: Document more potential problems with basic asms.
12277 2016-03-18 Bernd Schmidt <bschmidt@redhat.com>
12279 PR rtl-optimization/70278
12280 * lra-constraints.c (split_reg): Handle the case where biggest_mode is
12283 2016-03-18 Jason Merrill <jason@redhat.com>
12285 * calls.c (load_register_parameters): Fix zero size sibcall logic.
12287 2016-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
12289 * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
12290 values to 128b regs.
12292 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
12294 PR tree-optimization/70252
12295 * tree-vect-stmts.c (supportable_widening_operation): Check resulting
12296 boolean vector has a proper number of elements.
12297 (supportable_narrowing_operation): Likewise.
12299 2016-03-18 Tom de Vries <tom@codesourcery.com>
12302 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
12304 2016-03-18 Jakub Jelinek <jakub@redhat.com>
12306 * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
12307 instead of replace_rtx for DEBUG_INSNs.
12309 2016-03-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12311 * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
12312 load type reservations.
12314 2016-03-17 John David Anglin <danglin@gcc.gnu.org>
12317 * config/pa/constraints.md: Revert 2015-02-13 change. Use
12318 define_constraint for "Q" and "T" constraints.
12320 2016-03-17 Evandro Menezes <e.menezes@samsung.com>
12322 Tweak the pipeline model for Exynos M1
12324 * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
12327 2016-03-17 David Malcolm <dmalcolm@redhat.com>
12330 * diagnostic-show-locus.c (compatible_locations_p): Handle the case
12331 where one or both locations aren't within a line_map.
12333 2016-03-17 H.J. Lu <hongjiu.lu@intel.com>
12336 * opts.c (finish_options): Don't set flag_pie to the default if
12337 -fpic, -fPIC, -fno-pic or -fno-PIC is used. Set flag_pic to 0
12340 2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
12342 * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
12343 true as ALL_REGS argument to replace_rtx.
12345 2016-03-17 Richard Biener <rguenther@suse.de>
12348 * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
12351 2016-03-17 Jakub Jelinek <jakub@redhat.com>
12354 * rtl.h (replace_rtx): Add ALL_REGS argument.
12355 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
12356 equality and assert mode is the same, instead of just rtx pointer
12358 * config/i386/i386.md (mov + arithmetics with load peephole): Pass
12359 true as ALL_REGS argument to replace_rtx.
12361 2016-03-17 Ilya Enkovich <enkovich.gnu@gmail.com>
12363 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
12364 for boolean vector with vector mode only.
12365 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
12367 2016-03-17 Nick Clifton <nickc@redhat.com>
12370 * config/rx/rx.c (rx_print_integer): Print negative constants in
12373 2016-03-17 Jakub Jelinek <jakub@redhat.com>
12376 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
12378 2016-03-16 Richard Henderson <rth@redhat.com>
12379 Richard Biener <rguenth@suse.de>
12381 PR middle-end/70240
12382 PR middle-end/68215
12384 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
12385 first operand as is_gimple_condexpr.
12387 PR middle-end/70240
12388 PR middle-end/68215
12390 2015-12-11 Eric Botcazou <ebotcazou@adacore.com>
12391 * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
12392 Do not gimplify the result.
12393 (do_unop): Adjust call to tree_vec_extract.
12394 (do_binop): Likewise.
12395 (do_compare): Likewise.
12396 (do_plus_minus): Likewise.
12397 (do_negate): Likewise.
12398 (expand_vector_condition): Likewise.
12399 (do_cond): Likewise.
12401 2016-03-16 Richard Henderson <rth@redhat.com>
12404 * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
12405 (aarch64_classify_address): Use it.
12406 (aarch64_legitimize_address): Force all subexpressions of PLUS
12407 into registers. Simplify as (sfp+const)+reg or (reg+reg)+const.
12409 2016-03-16 Jakub Jelinek <jakub@redhat.com>
12410 Richard Biener <rguenth@suse.de>
12413 * rtlanal.c (replace_rtx): For REG, if from is a REG,
12414 return to even if only REGNO is equal, and assert
12417 2016-03-11 Jeff Law <law@redhat.com>
12419 PR rtl-optimization/70224
12420 * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
12422 2016-03-16 Richard Henderson <rth@redhat.com>
12424 PR middle-end/70199
12425 * function.h (struct function): Add has_forced_label_in_static.
12426 * gimplify.c (force_labels_r): Set it.
12427 * lto-streamer-in.c (input_struct_function_base): Read it.
12428 * lto-streamer-out.c (output_struct_function_base): Write it.
12429 * tree-inline.c (has_label_address_in_static_1): Remove.
12430 (copy_forbidden): Remove fndecl parameter; test
12431 has_forced_label_in_static.
12432 (inline_forbidden_p): Update call to copy_forbidden.
12433 (tree_versionable_function_p): Likewise.
12434 * ipa-chkp.c (chkp_instrumentable_p): Likewise.
12435 (chkp_versioning): Likewise.
12436 * tree-inline.h (copy_forbidden): Update decl.
12438 2016-03-16 Marek Polacek <polacek@redhat.com>
12441 * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
12442 function being thunked if the result type doesn't have fixed size.
12443 * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
12444 doesn't have fixed size.
12446 2016-03-16 Bin Cheng <bin.cheng@arm.com>
12448 * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
12449 reporting malformed loop nest.
12451 2016-03-16 Tom de Vries <tom@codesourcery.com>
12454 * ipa-devirt.c (possible_polymorphic_call_targets): Move
12455 nodes.length () == 1 test to before first nodes[0] access.
12457 2016-03-16 Tom de Vries <tom@codesourcery.com>
12459 PR tree-optimization/68715
12460 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
12461 single_pred_p test.
12463 2016-03-16 Tom de Vries <tom@codesourcery.com>
12465 PR tree-optimization/68809
12466 * graphite-scop-detection.c (same_close_phi_node): Test if result types
12469 2016-03-16 Carlos O'Donell <carlos@redhat.com>
12470 Sandra Loosemore <sandra@codesourcery.com>
12472 * doc/extend.texi (Common Function Attributes): Describe ifunc impact
12473 on leaf attribute. Mention ELF interposition problems.
12475 2016-03-16 Alan Modra <amodra@gmail.com>
12477 PR rtl-optimization/69195
12478 PR rtl-optimization/47992
12479 * ira.c (indirect_jump_optimize): Ignore artificial defs.
12482 2016-03-15 Eric Botcazou <ebotcazou@adacore.com>
12485 * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
12487 2016-03-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12489 * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
12491 2016-03-15 Jakub Jelinek <jakub@redhat.com>
12493 PR rtl-optimization/70222
12494 * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
12495 optimization if mode is different from result_mode, queue up masking
12496 of the result in outer_op. Formatting fix.
12498 PR middle-end/70239
12499 * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
12502 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
12504 PR rtl-optimization/69032
12505 * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
12506 looping backwards over basic block insns.
12508 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
12511 * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
12512 to non-speculative when propagating trap bits.
12514 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
12516 PR rtl-optimization/63384
12517 * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
12518 DEBUG_INSN_P insns.
12520 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
12523 * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
12524 factored out from ...
12525 (sched_analyze_insn): ... here.
12526 * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
12527 * sel-sched-ir.c (setup_id_implicit_regs): New function, use
12528 get_implicit_reg_pending_clobbers in it.
12529 (setup_id_reg_sets): Use setup_id_implicit_regs.
12530 (deps_init_id): Ditto.
12532 2016-03-15 Tom de Vries <tom@codesourcery.com>
12535 * cgraph.c (cgraph_node::get_body): Save, reset and restore
12537 * passes.c (execute_one_ipa_transform_pass): Add missing argument to
12538 execute_function_dump.
12539 (execute_one_pass): Don't dump function if it will be dumped after ipa
12542 2016-03-15 Segher Boessenkool <segher@kernel.crashing.org>
12544 * genrecog.c (match_pattern_2): If pred is NULL don't call
12545 safe_predicate_mode on it.
12547 2016-03-14 Jakub Jelinek <jakub@redhat.com>
12549 PR middle-end/70219
12550 * lra-constraints.c (delete_move_and_clobber): Change assertion
12551 to also allow dregno == 0.
12553 2016-03-14 Richard Henderson <rth@redhat.com>
12556 * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
12557 (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
12558 (reassociate_bb): Use optimize_vec_cond_expr; avoid
12559 optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
12562 2016-03-14 Bernd Schmidt <bschmidt@redhat.com>
12565 * lra-lives.c (process_bb_lives): Also update biggest mode for hard
12567 (lra_create_live_ranges_1): initialize hard register biggest_mode to
12569 * lra-constraints.c (split_reg): For hard regs, try to find the
12570 biggest single-register mode used in the function.
12572 2016-03-14 Richard Biener <rguenther@suse.de>
12574 PR tree-optimization/56365
12575 * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
12576 constants to compare against.
12578 2016-03-14 Segher Boessenkool <segher@kernel.crashing.org>
12581 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
12582 *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
12583 (define_split for the GPR case): Use int_reg_operand instead of
12584 gpc_reg_operand for the output.
12586 2016-03-14 Tom de Vries <tom@codesourcery.com>
12588 PR tree-optimization/70045
12589 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
12590 create_empty_if_region_on_edge argument.
12592 2016-03-13 Eric Botcazou <ebotcazou@adacore.com>
12594 * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
12595 (STACK_CHECK_PROTECT): Likewise.
12596 * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
12597 (STACK_CHECK_PROTECT): Likewise.
12598 * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
12599 (STACK_CHECK_PROTECT): Likewise.
12600 * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
12601 * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
12602 (STACK_CHECK_PROTECT): Likewise.
12604 2016-03-12 Andrey Belevantsev <abel@ispras.ru>
12606 PR rtl-optimization/69307
12607 * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
12608 registers in modes that span more than one register.
12610 2016-03-12 Vladimir Makarov <vmakarov@redhat.com>
12613 * lra-constraints.c (delete_move_and_clobber): New.
12614 (remove_inheritance_pseudos): Use it.
12616 2016-03-12 Eric Botcazou <ebotcazou@adacore.com>
12619 * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
12620 the libcall is LCT_THROW.
12621 * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
12622 for the checking routine.
12624 2016-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
12627 * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
12628 optimization if we have direct move.
12629 (roundu32<mode>2_fprs): Likewise.
12631 2016-03-11 Bernd Schmidt <bschmidt@redhat.com>
12634 * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
12636 (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
12637 Arguments swapped. All callers changed. Take reg_renumber into
12638 account, and Calculate and compare register ranges for hard regs.
12640 2016-03-11 Jeff Law <law@redhat.com>
12642 PR tree-optimization/70190
12643 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
12644 Handle cases where we can not extract the taken edge, even though we
12645 found a constant value.
12647 PR tree-optimization/64058
12648 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
12649 (num_coalesce_pairs): Move up earlier in file.
12650 (find_coalesce_pair): Initialize the INDEX field for each pair
12652 (compare_pairs): No longer sort on the elements in each pair.
12653 Instead break ties with the index of the coalesce pair.
12655 2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12658 * config/aarch64/aarch64-protos.h
12659 (aarch64_save_restore_target_globals): New prototype.
12660 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
12661 Call the above when popping pragma.
12662 * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
12664 (aarch64_set_current_function): Rewrite using the above.
12666 2016-03-11 Jakub Jelinek <jakub@redhat.com>
12668 PR tree-optimization/70177
12669 * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
12670 (extract_ops_from_tree): ... this. In the 2 argument
12671 overload remove _1 suffix.
12672 * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
12673 (extract_ops_from_tree): ... this.
12674 * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
12676 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
12677 * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
12678 extract_ops_from_tree instead of 2 operand one.
12680 2016-03-11 Alan Lawrence <alan.lawrence@arm.com>
12682 PR tree-optimization/70013
12683 * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
12684 for constant-pool entries.
12686 2016-03-11 Jakub Jelinek <jakub@redhat.com>
12688 PR rtl-optimization/70174
12689 * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
12690 followed by gen_lowpart on force_reg instead of just gen_lowpart.
12692 PR tree-optimization/70169
12693 * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
12694 LABEL_DECL like VAR_DECL. Emit nothing instead of gcc_unreachable
12697 2016-03-11 Ilya Enkovich <enkovich.gnu@gmail.com>
12698 Jakub Jelinek <jakub@redhat.com>
12701 * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
12702 of uninitialized values.
12704 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12706 * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
12708 ("*trunctddd2"): New pattern definition.
12709 ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
12712 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12714 * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
12715 definitions for BFP and DFP rounding modes.
12716 ("fixuns_truncdddi2", "fixuns_trunctddi2")
12717 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
12718 ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
12719 ("fix_trunctf<mode>2"): Use the new constants instead of magic
12722 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12724 * config/s390/constraints.md: Adjust comment.
12725 ("Y"): Adjust comment. Rename s390_decompose_shift_count to
12726 s390_decompose_addrstyle_without_index.
12727 * config/s390/predicates.md (shift_count_or_setmem_operand):
12728 Rename to setmem_operand.
12729 * config/s390/s390-protos.h
12730 (s390_decompose_shift_count): Rename to
12731 s390_decompose_addrstyle_without_index.
12732 * config/s390/s390.c (s390_decompose_shift_count)
12733 (s390_mem_constraint, print_shift_count_operand)
12734 (print_operand_address, print_operand): Rename
12735 s390_decompose_shift_count to
12736 s390_decompose_addrstyle_without_index and rename
12737 print_shift_count_operand to print_addrstyle_operand troughout the
12739 * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
12740 ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
12741 Rename shift_count_or_setmem_operand to setmem_operand.
12742 * config/s390/vx-builtins.md ("vec_insert<mode>")
12743 ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
12746 2016-03-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12749 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
12750 Handle overlapping retval and newval.
12752 2016-03-10 Nick Clifton <nickc@redhat.com>
12755 * config/aarch64/aarch64.c
12756 (aarch64_override_options_after_change_1): When forcing
12757 flag_omit_frame_pointer to be true, use a special value that can
12758 be detected if this function is called again, thus preventing
12759 flag_omit_leaf_frame_pointer from being forced to be false.
12761 2016-03-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12763 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
12764 Set x_flag_omit_leaf_frame_pointer when handling
12765 -momit-leaf-frame-pointer.
12767 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
12770 * cgraph.c (cgraph_node::dump): Dump split_part and
12771 indirect_call_target.
12772 * cgraph.h (cgraph_node): Add indirect_call_target flag.
12773 * ipa.c (has_addr_references_p): Cleanup.
12774 (is_indirect_call_target_p): New.
12775 (walk_polymorphic_call_targets): Do not mark virtuals that may be
12776 called indirectly as local.
12777 (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
12779 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
12782 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
12783 on cxa_pure_virtual.
12785 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
12788 * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
12790 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
12793 * tree.c (need_assembler_name_p): Only record main variant type names.
12795 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
12798 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
12799 Always define to 0 or 1.
12800 (TARGET_FIX_ERR_A53_843419): New macro.
12801 * config/aarch64/aarch64-elf-raw.h
12802 (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
12803 * config/aarch64/aarch64-linux.h: Likewise.
12804 * config/aarch64/aarch64.c
12805 (aarch64_override_options_after_change_1): Do not default
12806 aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
12808 (aarch64_attributes): Handle fix-cortex-a53-843419.
12809 (aarch64_can_inline_p): Likewise.
12810 * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
12812 2016-03-10 Alan Lawrence <alan.lawrence@arm.com>
12813 Jakub Jelinek <jakub@redhat.com>
12815 * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
12816 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
12817 DECL_COMMONS if flag_unconstrained_commons is set.
12818 * tree-dfa.c (get_ref_base_and_extent): Likewise.
12819 * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
12820 (funconstrained-commons): Document.
12822 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
12824 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
12825 aarch64-fusion-pairs.def and aarch64-tuning-flags.def
12827 2016-03-10 Ilya Enkovich <enkovich.gnu@gmail.com>
12829 * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
12830 has a proper number of elements.
12832 2016-03-10 Alan Modra <amodra@gmail.com>
12834 PR rtl-optimization/69195
12835 PR rtl-optimization/47992
12836 * ira.c (recorded_label_ref): Delete.
12837 (update_equiv_regs): Return void.
12838 (indirect_jump_optimize): New function.
12839 (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
12840 before regstat_compute_ri. Don't rebuild_jump_labels here.
12841 Delete update_regstat.
12843 2016-03-10 Richard Biener <rguenther@suse.de>
12845 PR tree-optimization/70128
12846 * tree-ssa-structalias.c (set_uids_in_ptset): Set
12847 vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
12849 2016-03-09 Jakub Jelinek <jakub@redhat.com>
12851 PR tree-optimization/70152
12852 * tree-sra.c (replace_removed_params_ssa_names): Copy over
12853 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
12856 * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
12857 instead of gen_sse2_loadlpd.
12858 * config/i386/sse.md (*vec_concatv2df): Rename to...
12859 (vec_concatv2df): ... this.
12861 PR tree-optimization/70127
12862 * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
12864 2016-03-09 David Malcolm <dmalcolm@redhat.com>
12868 * diagnostic-show-locus.c (compatible_locations_p): New function.
12869 (layout::layout): Sanitize ranges using compatible_locations_p.
12871 2016-03-09 David Malcolm <dmalcolm@redhat.com>
12875 * diagnostic-show-locus.c (layout_range::layout_range): Replace
12876 location_range param with three const expanded_locations * and a
12878 (layout::layout): Replace call to
12879 rich_location::lazily_expand_location with get_expanded_location.
12880 Extract the range and perform location expansion here, passing
12881 the results to the layout_range ctor.
12882 * diagnostic.c (source_range::debug): Delete.
12883 * diagnostic.h (diagnostic_expand_location): Reimplement in terms
12884 of rich_location::get_expanded_location.
12885 * gcc-rich-location.c (get_range_for_expr): Delete.
12886 (gcc_rich_location::add_expr): Reimplement to avoid the
12887 rich_location::add_range overload that took a location_range,
12888 passing a location_t instead.
12890 2016-03-09 Richard Biener <rguenther@suse.de>
12891 Jakub Jelinek <jakub@redhat.com>
12893 PR tree-optimization/70138
12894 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
12895 Also skip vect_double_reduction_def.
12897 2016-03-09 Jakub Jelinek <jakub@redhat.com>
12900 * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
12901 if the operand is "m".
12903 2016-03-09 Nathan Sidwell <nathan@acm.org>
12905 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
12907 2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12909 * config/i386/i386.c (processor_target_table): Fix cost table
12910 intialization order for znver1.
12912 2016-03-08 Jakub Jelinek <jakub@redhat.com>
12914 * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
12915 - becuase -> because.
12916 * ipa-reference.c (ignore_module_statics): Likewise.
12917 * cgraph.c (cgraph_node::get_body): Likewise.
12918 * ipa-inline.c (early_inliner): Likewise.
12919 * ipa-devirt.c (types_same_for_odr): Likewise.
12920 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
12921 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
12923 2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12925 * tree-ssa-math-opts.c: Fix typo in comment.
12927 2016-03-08 Jakub Jelinek <jakub@redhat.com>
12930 * config/i386/i386.c (scalar_chain::make_vector_copies,
12931 scalar_chain::convert_reg): Call end_sequence in between
12932 get_insns and emit_conversion_insns rather than after both
12935 2016-03-07 Uros Bizjak <ubizjak@gmail.com>
12938 * config/i386/i386.h (machine_function): Add
12939 pc_thunk_call_expanded flag.
12940 (ix86_pc_thunk_call_expanded): New define.
12941 * config/i386/i386.md (set_got, set_got_labelled): New expanders.
12942 (*set_got): Rename insn pattern from set_got.
12943 (*set_got_labelled): Rename inst pattern from set_got_labelled.
12944 * config/i386/i386.c (ix86_compute_frame_layout): Use
12945 ix86_pc_thunk_call_expanded to prevent red-zone.
12947 2016-03-07 Martin Jambor <mjambor@suse.cz>
12949 * hsa.h (hsa_get_ctor_statements): Declare.
12950 (hsa_get_dtor_statements): Likewise.
12951 (hsa_get_kernel_dispatch_type): Likewise.
12952 * hsa.c (hsa_get_ctor_statements): New function.
12953 (hsa_get_dtor_statements): Likewise.
12954 (hsa_get_kernel_dispatch_type): Likewise.
12955 * hsa-brig.c (hsa_cdtor_statements): Removed.
12956 (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
12957 hsa_get_dtor_statements.
12958 * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
12959 (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
12961 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
12963 * config/arm/arm-cores.def (cortex-r8): New.
12964 * config/arm/arm-tables.opt (cortex-r8): Regenerate.
12965 * config/arm/arm-tune.md: Likewise.
12966 * doc/invoke.texi: Add cortex-r8 to list of cpu values.
12968 2016-03-07 Martin Sebor <msebor@redhat.com>
12970 PR rtl-optimization/19705
12971 * doc/invoke.texi (Options That Control Optimization): Clarify
12972 -fno-branch-count-reg.
12974 2016-02-26 Richard Biener <rguenther@suse.de>
12975 Jeff Law <law@redhat.com>
12977 PR tree-optimization/69740
12978 * cfghooks.c (remove_edge): Request loop fixups if we delete
12979 an edge that might turn an irreducible loop into a natural
12981 * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
12982 Move after definition of loops_state_clear.
12984 2016-03-07 Bin Cheng <bin.cheng@arm.com>
12986 PR rtl-optimization/69052
12987 * rtlanal.c (commutative_operand_precedence): Set higher precedence
12990 2016-03-07 Tom de Vries <tom@codesourcery.com>
12992 PR tree-optimization/70116
12993 * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
12994 is_tm_ending stmts and ubsan/asan internal functions.
12995 (find_duplicate): Use it. Don't test is_tm_ending here.
12997 2016-03-07 Richard Biener <rguenther@suse.de>
12999 PR tree-optimization/70115
13000 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
13001 (propagate_constants_for_unrolling): Use replace_uses_by.
13003 2016-03-07 Nathan Sidwell <nathan@codesourcery.com>
13005 PR middle-end/69916
13006 * omp-low.c (struct oacc_loop): Add ifns.
13007 (new_oacc_loop_raw): Initialize it.
13008 (finish_oacc_loop): Clear mask & flags if no ifns.
13009 (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
13010 (oacc_loop_xform_loop): Add ifns arg & adjust.
13011 (oacc_loop_process): Adjust oacc_loop_xform_loop call.
13013 2016-03-07 Richard Henderson <rth@redhat.com>
13016 * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
13017 (insert_value_copy_on_edge): Likewise.
13019 2016-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13021 * config/arm/arm_neon.h: Show error if using with soft-float ABI.
13023 2016-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13026 * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
13028 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
13030 * config/i386/i386.c (znver1_cost): Fix Multiply cost.
13032 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
13034 Fix sseimul type attribute.
13035 * config/i386/znver1.md
13036 (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
13037 znver1_sseimul_avx256_load) : Fix the type attribute.
13038 (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
13039 pipe usage and latency.
13041 2016-03-05 Jakub Jelinek <jakub@redhat.com>
13044 * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
13045 of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
13048 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
13051 * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
13053 PR rtl-optimization/69941
13054 * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
13055 the reg share its mode.
13057 2016-03-04 Jeff Law <law@redhat.com>
13059 PR tree-optimization/69196
13060 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13061 If the both SSA_NAMEs are anonymous, then consider them unassociated
13062 and include the PHI in the statement count.
13064 2016-03-05 Tom de Vries <tom@codesourcery.com>
13066 * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
13067 construct in oacc routine. Check for oacc region in oacc routine.
13069 2016-03-04 Jakub Jelinek <jakub@redhat.com>
13072 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert
13073 2016-02-22 changes, instead don't recurse if RECUR is already true.
13074 Don't change *dynamic_check if RECUR. Adjust recursive caller
13075 to pass true to the new argument.
13076 (ix86_expand_set_or_movmem): Adjust decide_alg caller.
13079 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
13080 <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
13082 (vec_set_hi_<mode><mask_name>): Likewise. Swap VEC_CONCAT operands.
13084 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
13086 PR rtl-optimization/57676
13087 * lra-assigns.c (lra_assign): Guard test for maximum iterations
13088 with flag_checking.
13090 2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
13092 * tree-vect-patterns.c (search_type_for_mask): Handle
13093 comparison of booleans.
13095 2016-03-04 Jakub Jelinek <jakub@redhat.com>
13097 * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
13101 * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
13102 all other ops that have dw_val_class_die_ref operands,
13103 and DW_OP_GNU_entry_value.
13105 2016-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13107 PR rtl-optimization/69904
13108 * config/arm/arm.c (arm_cannot_copy_insn_p):
13109 Return true for load-exclusive instructions.
13111 2016-03-03 Jakub Jelinek <jakub@redhat.com>
13114 * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
13115 argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
13116 the pattern no matter if it is used just by non-pattern, pattern
13118 (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
13119 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
13120 oprnd1 def_stmt is in pattern, don't look through it.
13122 2016-03-03 Marek Polacek <polacek@redhat.com>
13124 PR middle-end/70050
13125 * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
13127 2016-03-03 Martin Liska <mliska@suse.cz>
13129 PR tree-optimization/70043
13130 * tree-vect-loop.c (optimize_mask_stores): Move iterator to
13131 previous statement if we see a debug statement.
13133 2016-03-03 Richard Biener <rguenther@suse.de>
13135 PR tree-optimization/55936
13136 * tree-vrp.c (compare_name_with_value): Add use_equiv_p
13137 parameter and guard unsafe equivalence use.
13138 (vrp_evaluate_conditional_warnv_with_ops): Always use
13139 safe equivalences but not via the quadratic compare_names
13142 2016-03-03 Michael Collison <michael.collison@linaro.org>
13145 * config/arm/arm.md (*subsi3_carryin_const): Change predicate
13146 for operand 1 to s_register_operand. Change predicate for operand
13147 2 to arm_not_immediate_operand.
13149 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
13151 * doc/tm.texi: Regenerated.
13153 2016-03-02 Richard Henderson <rth@redhat.com>
13156 * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
13157 simplification when all args are positive non-fixed registers.
13159 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13161 * target.def (lra_p): Specify that new ports should use LRA.
13163 2016-03-02 Jakub Jelinek <jakub@redhat.com>
13166 * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
13167 gimplify_type_sizes the type they refer to.
13168 (omp_notice_variable): Handle reference vars to VLAs.
13169 * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
13170 reference to VLA decls in the second pass instead of first pass.
13172 2016-03-02 Tom de Vries <tom@codesourcery.com>
13174 PR tree-optimization/68659
13175 * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
13176 new_expr == NULL_TREE.
13177 (get_new_name): Handle ADDR_EXPR.
13179 2016-03-02 Bin Cheng <bin.cheng@arm.com>
13181 PR rtl-optimization/69052
13182 * loop-invariant.c (canonicalize_address): New function.
13183 (inv_can_prop_to_addr_use): Check validity of address expression
13184 which is canonicalized by above function.
13186 2016-03-02 Alan Modra <amodra@gmail.com>
13189 * ipa-icf.c (sem_variable::merge): Do not merge an alias with
13192 2016-03-02 Jakub Jelinek <jakub@redhat.com>
13195 * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
13196 (*movhi_internal): Put mask moves from and to memory separately
13197 from moves from/to GPRs.
13199 2016-03-02 Richard Biener <rguenther@suse.de>
13201 * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
13202 GENERIC expressions in GIMPLE.
13204 2016-03-02 Richard Biener <rguenther@suse.de>
13206 * config/i386/i386.c (type_natural_mode): Fix typo.
13208 2016-03-02 Nick Clifton <nickc@redhat.com>
13210 * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
13212 2016-03-02 Richard Biener <rguenther@suse.de>
13213 Uros Bizjak <ubizjak@gmail.com>
13216 * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
13218 2016-03-02 Richard Biener <rguenther@suse.de>
13220 PR middle-end/67278
13221 * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
13223 2016-03-02 Marek Polacek <polacek@redhat.com>
13226 * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
13227 "is promoted to" warning.
13229 2016-03-01 DJ Delorie <dj@redhat.com>
13231 * config.gcc: Deprecate mep-*.
13233 2016-03-01 Vladimir Makarov <vmakarov@redhat.com>
13235 PR middle-end/70025
13236 * lra-constraints.c (regno_val_use_in): New.
13237 (match_reload): Use it instead of regno_use_in.
13239 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
13241 PR rtl-optimization/70007
13242 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
13243 references present in REG_EQUAL notes attached to non-SET patterns.
13245 2016-03-01 Jeff Law <law@redhat.com>
13247 PR tree-optimization/69196
13248 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13249 Appropriately clamp the number of statements to copy when the
13250 thread path does not traverse a loop backedge.
13252 PR tree-optimization/69196
13253 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13254 Do count some PHIs in the thread path against the insn count. Decrease
13255 final statement count by one as the control statement in the last
13256 block will get removed. Remove special cased code for handling PHIs
13259 2016-03-01 Uros Bizjak <ubizjak@gmail.com>
13262 * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
13263 asm dialect alternatives to explicit GOTPCREL calls.
13265 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
13268 * ira.c (do_reload): Issue warning for generic stack checking here...
13269 * reload1.c (reload): ...instead of here and streamline it.
13271 2016-03-01 Nick Clifton <nickc@redhat.com>
13273 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
13275 2016-03-01 Richard Biener <rguenther@suse.de>
13277 PR tree-optimization/69983
13278 * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
13279 types and fall back to operand_equal_p.
13281 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13284 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13286 * config/s390/constraints.md ("jm8"): New constraint.
13287 * config/s390/predicates.md ("const_int_8bitset_operand"): New
13289 * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
13291 ("*setmem_long<setmem_and>"): New pattern.
13292 ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
13294 ("*setmem_long_31z<setmem_and>"): New pattern.
13295 * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
13296 New substitution rules with the required attributes.
13299 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13302 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13304 * gensupport.c (process_substs_on_one_elem): Split loop to
13305 complete mark_operands_used_in_match_dup on all expressions in the
13307 (adjust_operands_numbers): Inline into process_substs_on_one_elem
13308 and remove function.
13310 2016-03-01 Richard Biener <rguenther@suse.de>
13312 PR middle-end/70022
13313 * fold-const.c (fold_indirect_ref_1): Fix range checking for
13314 vector BIT_FIELD_REF extract.
13316 2016-03-01 Richard Biener <rguenther@suse.de>
13318 PR tree-optimization/69994
13319 * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
13321 2016-03-01 Ilya Enkovich <enkovich.gnu@gmail.com>
13323 PR tree-optimization/69956
13324 * tree-vect-stmts.c (supportable_widening_operation): Support
13325 multi-step conversion of boolean vectors.
13326 (supportable_narrowing_operation): Likewise.
13328 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13330 * config/s390/s390.c (s390_decompose_address): Don't accept SImode
13333 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13335 * config/s390/subst.md (DSI_VI): New mode iterator.
13336 ("addr_style_op_subst"): Use DSI_VI instead of DSI.
13337 * config/s390/vector.md ("vec_set<mode>"): Move expander before
13338 the insn definition.
13339 ("*vec_set<mode>"): Change predicate and add alternative to
13340 support only either register or const_int operands as element
13342 ("*vec_set<mode>_plus"): New pattern to support reg + const_int
13344 ("vec_extract<mode>"): New expander.
13345 ("*vec_extract<mode>"): New insn definition supporting reg and
13346 const_int element selectors.
13347 ("*vec_extract<mode>_plus"): New insn definition supporting
13348 reg+const_int element selectors.
13349 ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
13350 following expander+insn definition.
13351 ("<vec_shifts_name><mode>3"): New expander.
13352 ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
13354 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13356 * config/s390/s390.md ("*tabort_1"): Change predicate to
13357 nonmemory_operand. Add a second alternative to cover
13358 register as well as const int operands.
13359 ("*tabort_1_plus"): New pattern definition.
13361 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13363 * config/s390/s390.md ("*ashrdi3_cc_31")
13364 ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
13365 ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
13366 Merge insn definitions into ...
13367 ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
13368 New pattern definition.
13369 ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
13370 ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
13371 ("*ashr<mode>3_and"): Merge insn definitions into ...
13372 ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
13373 New pattern definition.
13374 * config/s390/subst.md ("addr_style_op_cc_subst")
13375 ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
13376 substitutions patterns plus attributes.
13377 Add ashiftrt to SUBST iterator.
13379 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13381 * config/s390/s390.md ("<shift><mode>3"): Change predicate of
13382 op2 to nonmemory_operand.
13383 ("*<shift>di3_31", "*<shift>di3_31_and"):
13384 Merge into single pattern definition ...
13385 ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
13386 ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
13387 pattern definition ...
13388 ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
13389 * config/s390/subst.md: Add ashift and lshiftrt to SUBST
13392 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13394 * config/s390/predicates.md (const_int_6bitset_operand): New
13396 * config/s390/s390.md: Include subst.md.
13397 ("rotl<mode>3"): New expander.
13398 ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
13400 ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
13401 * config/s390/subst.md: New file.
13403 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13405 * config/s390/s390.md ("op_type", "atype", "length" attributes):
13406 Remove RRR type. It doesn't really exist.
13407 ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
13409 ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
13410 ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
13411 ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
13412 ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
13413 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
13414 ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
13415 `enabled' attribute.
13417 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13419 * gensupport.c (process_substs_on_one_elem): Split loop to
13420 complete mark_operands_used_in_match_dup on all expressions in the
13422 (adjust_operands_numbers): Inline into process_substs_on_one_elem
13423 and remove function.
13425 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
13428 * config/sparc/sparc.c (NWORDS_UP): Rename to...
13429 (CEIL_NWORDS): ...this. Use CEIL macro.
13430 (compute_fp_layout): Adjust to above renaming.
13431 (function_arg_union_value): Likewise.
13432 (sparc_arg_partial_bytes): Likewise.
13433 (sparc_function_arg_advance): Likewise.
13435 2016-02-29 Jeff Law <law@redhat.com>
13437 PR tree-optimization/70005
13438 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
13439 where an object with a boolean range is compared against a value
13442 PR tree-optimization/69999
13443 * gimple-ssa-split-paths.c (split_paths): When duplicating a block
13444 with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
13447 2016-02-29 Richard Biener <rguenther@suse.de>
13449 PR tree-optimization/69994
13450 * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
13451 (get_unary_op): Look through nop conversions.
13452 (ops_equal_values_p): New function, look for equality diregarding
13454 (eliminate_plus_minus_pair): Use ops_equal_values_p
13455 (repropagate_negates): Do not use get_unary_op here.
13457 2016-02-29 Martin Liska <mliska@suse.cz>
13459 * system.h: Poison ENABLE_CHECKING macro.
13461 2016-02-29 Martin Liska <mliska@suse.cz>
13463 * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
13464 is presented in dump flags.
13465 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
13466 (hsa_regalloc): Likewise.
13468 2016-02-19 Richard Biener <rguenther@suse.de>
13470 PR tree-optimization/69980
13471 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
13472 permutation of those we need to keep.
13474 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
13477 * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
13478 (NWORDS_UP): ...this
13479 (init_cumulative_args): Minor tweaks.
13480 (sparc_promote_function_mode): Likewise.
13481 (scan_record_type): Delete.
13482 (traverse_record_type): New function template.
13483 (classify_data_t): New structure type.
13484 (classify_registers): New inline function.
13485 (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
13486 exhausted. Instantiate traverse_record_type on classify_registers and
13487 deal with the case of a structure passed in slot #15 with no FP field
13489 (assign_data_t): New structure type.
13490 (compute_int_layout): New static function.
13491 (compute_fp_layout): Likewise.
13492 (count_registers): New inline function.
13493 (assign_int_registers): New static function.
13494 (assign_fp_registers): Likewise.
13495 (assign_registers): New inline function.
13496 (function_arg_record_value_1): Delete.
13497 (function_arg_record_value_2): Likewise.
13498 (function_arg_record_value_3): Likewise.
13499 (function_arg_record_value): Adjust to above changes. Instantiate
13500 traverse_record_type on count_registers to first count the number of
13501 registers to be used and then on assign_registers to assign them.
13502 (function_arg_union_value): Adjust to above renaming.
13503 (sparc_function_arg_1); Minor tweaks. Remove commented out code.
13504 (sparc_arg_partial_bytes): Adjust to above renaming. Deal with the
13505 case of a structure passed in slot #15
13506 (sparc_function_arg_advance): Likewise.
13507 (function_arg_padding): Minor tweak.
13509 2016-02-29 Richard Biener <rguenther@suse.de>
13511 PR tree-optimization/69720
13512 * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
13513 the adjustment_def path for possibly vectorized defs.
13514 (vect_create_epilog_for_reduction): Handle vectorized initial
13517 2016-02-28 Eric Botcazou <ebotcazou@adacore.com>
13519 * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
13521 2016-02-27 Jeff Law <law@redhat.com>
13524 2016-02-26 Richard Biener <rguenther@suse.de>
13525 Jeff Law <law@redhat.com>
13527 PR tree-optimization/69740
13528 * cfghooks.c (remove_edge): Request loop fixups if we delete
13529 an edge that might turn an irreducible loop into a natural
13532 2016-02-27 Jakub Jelinek <jakub@redhat.com>
13534 PR rtl-optimization/69896
13535 * tree-vect-generic.c (get_compute_type): Avoid single element
13538 2016-02-26 Evandro Menezes <e.menezes@samsung.com>
13540 Rename the AArch64 tuning option and related functions to enable the
13541 Newton series for the reciprocal square root to reflect its
13542 approximative characteristic.
13544 * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
13545 function to "aarch64_emit_approx_rsqrt".
13546 * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
13547 AARCH64_EXTRA_TUNE_APPROX_RSQRT.
13548 * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
13549 (xgene1_tunings): Likewise.
13550 (use_rsqrt_p): Likewise.
13551 (aarch64_emit_swrsqrt): Use new function name.
13552 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
13553 * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
13554 text explaining this option.
13555 * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
13557 2016-02-26 Jakub Jelinek <jakub@redhat.com>
13560 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
13561 complain about -mallow-movmisalign without -mvsx if
13562 TARGET_ALLOW_MOVMISALIGN was not set explicitly.
13564 2016-02-26 Joel Sherrill <joel@rtems.org>
13566 * config.gcc: Add x86_64-*-rtems*.
13567 * config/i386/rtems-64.h: New file.
13569 2016-02-26 Joel Sherrill <joel@rtems.org>
13571 * config.gcc: Add aarch64-*-rtems*.
13572 * config/aarch64/rtems.h: New file.
13574 2016-02-26 Segher Boessenkool <segher@kernel.crashing.org>
13577 * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
13578 shift amount using %h. Add comment.
13580 2016-02-26 Richard Biener <rguenther@suse.de>
13581 Jeff Law <law@redhat.com>
13583 PR tree-optimization/69740
13584 * cfghooks.c (remove_edge): Request loop fixups if we delete
13585 an edge that might turn an irreducible loop into a natural
13588 2016-02-26 Martin Jambor <mjambor@suse.cz>
13590 PR middle-end/69920
13591 * tree-sra.c (sra_modify_assign): Do not remove loads of
13592 uninitialized aggregates to SSA_NAMEs.
13594 2016-02-26 Richard Henderson <rth@redhat.com>
13597 * config/s390/s390.md (risbg and risbgn splitters): Allocate new
13598 pseudo in case the target rtx matches the source of the left
13601 2016-02-26 Martin Jambor <mjambor@suse.cz>
13604 * hsa.h (hsa_type_packed_p): Declare.
13605 * hsa.c (hsa_type_packed_p): New function.
13606 * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
13608 (gen_hsa_insns_for_store): Use hsa_type_packed_p.
13609 * hsa-brig.c (emit_basic_insn): Likewise.
13611 2016-02-26 Martin Jambor <mjambor@suse.cz>
13614 * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
13616 (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
13618 2016-02-26 Martin Jambor <mjambor@suse.cz>
13620 * hsa.h (is_a_helper): New overload for hsa_op_immed for
13621 hsa_op_with_type operands.
13622 (hsa_unsigned_type_for_type): Declare.
13623 * hsa.c (hsa_unsigned_type_for_type): New function.
13624 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
13625 (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
13626 the finalizer. Do not emit extra move.
13628 2016-02-26 Martin Jambor <mjambor@suse.cz>
13630 * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
13631 atomic operations in private segment.
13633 2016-02-26 Martin Jambor <mjambor@suse.cz>
13635 * omp-low.c (grid_find_ungridifiable_statement): Store problematic
13636 statements to wi->info. Also disallow omp simd constructs.
13637 (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
13638 for not gridifying. Dump special string for omp_for.
13640 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13643 * config/aarch64/aarch64.c (aarch64_set_current_function):
13644 Save/restore target globals when switching to
13645 target_option_default_node.
13647 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13650 * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
13651 Return 0 if !SHIFT_COUNT_TRUNCATED.
13653 2016-02-26 Jakub Jelinek <jakub@redhat.com>
13654 Eric Botcazou <ebotcazou@adacore.com>
13656 PR rtl-optimization/69891
13657 * dse.c (scan_insn): If we can't figure out memset arguments
13658 or they are non-constant, call clear_rhs_from_active_local_stores.
13660 2016-02-26 Martin Liska <mliska@suse.cz>
13662 * doc/extend.texi: Mention clog10, clog10f an clog10l
13663 in Builtins section.
13665 2016-02-26 Martin Liska <mliska@suse.cz>
13667 * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
13669 (resolve_args_picking_1): Likewise.
13670 * dwarf2out.h (struct GTY): Likewise.
13672 2016-02-26 Martin Liska <mliska@suse.cz>
13674 * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
13675 with flag_checking.
13676 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
13678 2016-02-26 Markus Trippelsdorf <markus@trippelsdorf.de>
13679 Martin Liska <mliska@suse.cz>
13681 * doc/install.texi: Mention --enable-valgrind-annotations.
13683 2016-02-26 Richard Biener <rguenther@suse.de>
13685 PR tree-optimization/69551
13686 * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
13687 looking through aliases adjust DECL_PT_UID to refer to the
13688 ultimate alias target.
13690 2016-02-25 Martin Liska <mliska@suse.cz>
13692 PR middle-end/69919
13693 * alloc-pool.c (after_memory_report): New variable.
13694 * alloc-pool.h (base_pool_allocator ::release): Do not use
13695 the infrastructure if after_memory_report.
13696 * toplev.c (toplev::main): Mark after memory report.
13698 2016-02-25 Richard Biener <rguenther@suse.de>
13700 PR tree-optimization/48795
13701 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
13703 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
13706 * config/gnu-user.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o if
13707 offloading is enabled and -fopenacc or -fopenmp is specified.
13708 (CRTOFFLOADEND): Likewise.
13709 (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
13710 (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
13711 * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
13712 (offload_objects_file_name): New static var.
13713 (tool_cleanup): Remove offload_objects_file_name file.
13714 (find_offloadbeginend): Replace with ...
13715 (find_crtoffloadtable): ... this.
13716 (run_gcc): Remove offload_argc and offload_argv.
13717 Get offload_objects_file_name from -foffload-objects=... option.
13718 Read names of object files with offload from this file, pass them to
13719 compile_images_for_offload_targets. Don't call find_offloadbeginend and
13720 don't pass offloadbegin and offloadend to the linker. Don't pass
13721 offload non-LTO files to the linker, because now they're not claimed.
13723 2016-02-25 Jan Hubicka <hubicka@ucw.cz>
13726 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
13727 on builtin_unreachable.
13729 2016-02-25 Jakub Jelinek <jakub@redhat.com>
13731 PR rtl-optimization/69896
13732 * regcprop.c: Include cfgrtl.h.
13733 (copyprop_hardreg_forward_1): If noop_p insn uses narrower
13734 than remembered mode, either delete it (if noop_move_p), or
13735 treat like copy_p but not noop_p instruction.
13737 2016-02-24 Jakub Jelinek <jakub@redhat.com>
13740 * dwarf2out.c (gen_variable_die): Work around buggy LTO
13741 - allow NULL decl for Fortran DW_TAG_common_block variables.
13743 2016-02-24 Jason Merrill <jason@redhat.com>
13745 * common.opt (flifetime-dse): Add -flifetime-dse=1.
13747 2016-02-24 Richard Biener <rguenther@suse.de>
13748 Jakub Jelinek <jakub@redhat.com>
13750 PR middle-end/69760
13751 * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
13752 conditionally executed ops to well-defined overflow behavior.
13754 2016-02-24 Jakub Jelinek <jakub@redhat.com>
13756 PR middle-end/69915
13757 * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
13760 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13762 PR rtl-optimization/69886
13763 * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
13764 argument. Use it when checking validity of set instructions.
13765 (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
13766 (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
13768 * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
13769 * store-motion.c (find_moveable_store): Update
13770 can_assign_to_reg_without_clobbers_p callsite.
13772 2016-02-24 Richard Biener <rguenther@suse.de>
13774 PR middle-end/68963
13775 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
13777 (record_nonwrapping_iv): Do not fall back to the low/high bound
13778 for non-constant IV bases if the stmt is not always executed.
13780 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13782 * config/arm/arm-cores.def (cortex-a32): New entry.
13783 * config/arm/arm-tables.opt: Regenerate.
13784 * config/arm/arm-tune.md: Regenerate.
13785 * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
13786 * config/arm/t-aprofile: Handle mcpu=cortex-a32.
13787 * doc/invoke.texi (ARM Options): Document cortex-a32 as value
13788 for -mcpu and -mtune.
13790 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13793 * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
13794 * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
13795 * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
13796 (atomic_loaddi_1): Delete.
13797 (atomic_loaddi): Rewrite expander using the above changes.
13799 2016-02-24 Jakub Jelinek <jakub@redhat.com>
13802 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
13805 2016-02-24 Jakub Jelinek <jakub@redhat.com>
13806 Richard Biener <rguenth@suse.de>
13808 PR middle-end/69909
13809 * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
13810 set_mem_attributes if tem is SSA_NAME which got expanded
13813 2016-02-24 Richard Biener <rguenther@suse.de>
13815 PR tree-optimization/69907
13816 * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
13817 end of permutations for BB vectorization.
13819 2016-02-24 Christian Bruel <christian.bruel@st.com>
13821 * config/arm/arm-c.c (arm_option_override): Initialize
13822 target_option_current_node.
13823 * config/arm/arm.c (arm_pragma_target_parse): Replace
13824 build_target_option_node call by target_option_current_node.
13825 Set target_option_current_node.
13828 2016-02-23 David Edelsohn <dje.gcc@gmail.com>
13831 * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
13832 define_insn_and_split to define_insn.
13833 (zero_extendqi<mode>2_dot2): Same.
13834 (extendqi<mode>2_dot): Same.
13835 (extendqi<mode>2_dot2): Same.
13837 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
13839 * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
13840 and add bypass for AES{D,E} and AESMC pairs.
13841 * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
13844 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
13846 * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
13847 series for reciprocal square root in Exynos M1.
13849 2016-02-23 Martin Sebor <msebor@redhat.com>
13852 * doc/extend.texi (Other Builtins): Document __builtin_alloca and
13853 __builtin_alloca_with_align.
13855 2016-02-23 Richard Henderson <rth@redhat.com>
13857 * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
13858 (ix86_register_pragmas): Remove __seg_tls.
13859 * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
13860 * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
13861 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
13862 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
13863 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
13864 * doc/extend.texi (__seg_tls): Remove item.
13866 2016-02-23 Richard Biener <rguenther@suse.de>
13868 * alloc-pool.h (struct allocation_object): Make id member
13869 conditional on CHECKING_P again.
13870 (get_instance): Adjust.
13871 (base_pool_allocator): Likewise.
13873 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
13875 * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
13876 (parallelize_loops): In OpenACC kernels mode, set n_threads to
13878 (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
13880 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
13882 2016-02-23 Richard Biener <rguenther@suse.de>
13884 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
13885 * bitmap.h (struct bitmap_usage): Likewise.
13886 (bitmap_move): Declare.
13887 * bitmap.c (register_overhead): Take size_t argument.
13888 (bitmap_move): New function.
13889 * df-problems.c (df_rd_transfer_function): Use bitmap_move
13890 to properly account overhead.
13891 * tree.c (free_node): Use tree_size.
13893 2016-02-23 Jakub Jelinek <jakub@redhat.com>
13896 * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
13897 when inverting comparison.
13900 * common.opt (Wunreachable-code): Add Warning flag.
13902 2016-02-23 Mark Wielaard <mjw@redhat.com>
13903 Jakub Jelinek <jakub@redhat.com>
13906 * cgraphunit.c (check_global_declaration): Check main_input_filename
13907 and DECL_SOURCE_FILE are not NULL.
13909 2016-02-23 Martin Jambor <mjambor@suse.cz>
13911 PR tree-optimization/69666
13912 * tree-sra.c (sra_modify_assign): Do not attempt to create
13913 default_def replacements for unscalarizable regions.
13915 2016-02-20 Mark Wielaard <mjw@redhat.com>
13918 * cgraphunit.c (check_global_declaration): Check level of
13919 warn_unused_const_variable and main_input_filename.
13920 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
13921 (-Wunused-variable): For C implies -Wunused-const-variable=1.
13922 (-Wunused-const-variable): Explain levels 1 and 2.
13924 2016-02-22 Jakub Jelinek <jakub@redhat.com>
13927 * config/i386/i386.c (decide_alg): Ensure we don't recurse with
13928 identical arguments. Formatting and spelling fixes.
13931 * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
13936 * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
13937 and m68k-devices.def.
13938 * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
13939 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
13941 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
13943 * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
13944 and HImode registers.
13946 2016-02-22 Richard Biener <rguenther@suse.de>
13948 PR tree-optimization/69882
13949 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
13950 preserve permutations present because of gaps.
13951 (vect_supported_load_permutation_p): Always continue checking
13952 permutations after vect_attempt_slp_rearrange_stmts.
13954 2016-02-22 Bin Cheng <bin.cheng@arm.com>
13956 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
13957 min_profitable_estimate, rather than min_profitable_iters.
13959 2016-02-22 Jakub Jelinek <jakub@redhat.com>
13962 * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
13963 SImode for last match_operand.
13965 2016-02-22 Martin Liska <mliska@suse.cz>
13967 * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
13968 return bitsize - 1 as the return value.
13970 2016-02-22 Oleg Endo <olegendo@gcc.gnu.org>
13974 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
13975 Handle negative shift counts.
13976 * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
13977 force_reg on the shift constant.
13978 (lshrsi3): Likewise. Expand into lshrsi3_n* instead of lshrsi3_d.
13979 (lshrsi3_d): Handle negative shift counts.
13981 2016-02-22 Richard Biener <rguenther@suse.de>
13982 Tom de Vries <tom@codesourcery.com>
13984 * graph.c: Include dumpfile.h.
13985 (print_graph_cfg): Split into three overloads.
13986 * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
13988 2016-02-22 Tom de Vries <tom@codesourcery.com>
13990 * gdbhooks.py (class DumpFn): Add and instantiate, adding command
13993 2016-02-22 Richard Biener <rguenther@suse.de>
13996 * ipa-inline-transform.c (inline_call): When not updating
13997 overall summaries adjust self size by the growth estimate.
13998 * ipa-inline.c (inline_to_all_callers_1): Add to the callers
13999 hash-set, do not update overall summaries here. Renamed from ...
14000 (inline_to_all_callers): ... this which is now wrapping the
14001 above and performing delayed overall summary update.
14002 (early_inline_small_functions): Delay updating of the overall
14005 2016-02-21 Markus Trippelsdorf <markus@trippelsdorf.de>
14007 * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
14010 2016-02-19 Jakub Jelinek <jakub@redhat.com>
14013 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
14014 :%* in %:gt() argument.
14015 (greater_than_spec_func): Adjust for expecting only numbers,
14016 if there are more than two numbers, compare the last two.
14018 2016-02-19 Jonathan Wakely <jwakely@redhat.com>
14020 * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
14021 -Wnarrowing with -std.
14023 2016-02-19 Jakub Jelinek <jakub@redhat.com>
14026 * expr.c (store_field): Don't use bit-field path if exp is
14027 COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
14028 different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
14029 and the assignment can be performed by bitwise copy. Formatting
14032 PR middle-end/69838
14033 * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
14034 call copy_reg_eh_region_note_forward on before and/or after sequences
14035 and remove note from insn if it no longer can throw.
14038 * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
14039 if TARGET_AVX512BW.
14041 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14043 * config/s390/vector.md: Add missing commutative operand markers
14044 to the patterns which qualify for one.
14045 * config/s390/vx-builtins.md: Likewise.
14047 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14049 * config/s390/vector.md (VI, VI_QHS): Add single element vector
14050 types to mode iterators.
14051 (vec_double): ... and mode attribute.
14052 * config/s390/vx-builtins.md (non_vec_int): Likewise.
14054 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14056 * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
14057 Change the predicate of op2 from nonimmediate to general and let
14058 reload fix it if necessary.
14060 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14062 * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
14064 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14066 * config/s390/s390.c (s390_expand_vcond): Use the compare operand
14069 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14071 * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
14072 * config/s390/s390.c (s390_expand_vec_movstr): New function.
14073 * config/s390/s390.md ("movstr<P:mode>"): Call
14074 s390_expand_vec_movstr.
14076 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14078 * config/s390/s390.md: Add missing output modifier for operand 1
14079 to print it as address properly.
14081 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14083 * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
14084 * config/s390/2964.md: New file.
14085 * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
14086 of insn grouping attributes depending on the CPU level.
14087 (s390_get_unit_mask): New function.
14088 (s390_sched_score): Remove the OOO from the scheduling macros.
14089 Add loop to calculate a score for the instruction mix.
14090 (s390_sched_reorder): Likewise plus improve debug output.
14091 (s390_sched_variable_issue): Rename macros as above. Calculate
14092 the unit distances after actually scheduling an insn. Improve
14094 (s390_sched_init): Clear last_scheduled_unit_distance array.
14095 * config/s390/s390.md: Include 2964.md.
14097 2016-02-18 Jakub Jelinek <jakub@redhat.com>
14100 * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
14101 *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
14102 *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
14103 *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
14104 *avx512f_<code>v8div16qi2_mask_1): New insns.
14106 2016-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
14109 * config/rs6000/predicates.md (fusion_gpr_addis): Revert
14112 * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
14113 earlyclobber from target. Use wF constraint for fused memory
14115 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
14117 2016-02-18 Jakub Jelinek <jakub@redhat.com>
14118 Martin Liska <mliska@suse.cz>
14121 * cfgexpand.c (asan_sanitize_stack_p): New function.
14122 (partition_stack_vars): Use the function.
14123 (expand_stack_vars): Likewise.
14124 (defer_stack_allocation): Likewise.
14125 (expand_used_vars): Likewise.
14127 2016-02-18 Richard Biener <rguenther@suse.de>
14129 PR middle-end/69553
14130 * fold-const.c (operand_equal_p): Properly compare offsets for
14131 IMAGPART_EXPR and ARRAY_REF.
14133 2016-02-18 Nick Clifton <nickc@redhat.com>
14137 * config/arm/arm.c (arm_option_override_internal): Disable
14138 interworking if the target does not support thumb instructions.
14139 (arm_reload_in_hi): Handle the case where a register to register
14140 move needs reloading because there is no simple pattern to handle
14142 (arm_reload_out_hi): Likewise.
14144 2016-02-18 Richard Biener <rguenther@suse.de>
14146 PR middle-end/69854
14147 * match.pd: Don't use fold_binary or fold_unary for folding
14150 2016-02-17 Jakub Jelinek <jakub@redhat.com>
14153 * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
14154 on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
14155 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
14156 warn on gimple_no_warning_p statements.
14158 2016-02-17 Jonathan Wakely <jwakely@redhat.com>
14160 * doc/extend.texi (C++ Attributes): Correct description of
14161 warn_unused type attribute.
14163 2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14165 * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
14166 correct instruction.
14168 2016-02-17 Richard Biener <rguenther@suse.de>
14170 PR rtl-optimization/69609
14171 * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
14172 (find_traces_1_round): When ending a trace update cached priority
14174 (bb_to_key): Use cached priority when available.
14175 (copy_bb): Initialize cached priority.
14176 (reorder_basic_blocks_software_trace_cache): Likewise.
14178 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14181 * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
14183 (aarch64_comparison_operator): Break overly long line into two.
14184 (aarch64_comparison_operation): Likewise.
14185 * config/aarch64/aarch64.md (cstorecc4): Use
14186 aarch64_comparison_operator_mode instead of
14187 aarch64_comparison_operator.
14188 (cstore<mode>4): Likewise.
14189 (aarch64_cstore<mode>): Likewise.
14190 (*cstoresi_insn_uxtw): Likewise.
14191 (cstore<mode>_neg): Likewise.
14192 (*cstoresi_neg_uxtw): Likewise.
14194 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14197 * config/arm/predicates.md (arm_comparison_operator_mode):
14199 * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
14200 instead of arm_comparison_operator.
14201 (*mov_negscc): Likewise.
14202 (*mov_notscc): Likewise.
14203 * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
14204 (*thumb2_mov_negscc): Likewise.
14205 (*thumb2_mov_negscc_strict_it): Likewise.
14206 (*thumb2_mov_notscc): Likewise.
14207 (*thumb2_mov_notscc_strict_it): Likewise.
14209 2016-02-17 Wilco Dijkstra <wdijkstr@arm.com>
14211 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
14212 Add missing return.
14214 2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
14216 * config/visium/visium.c (machine_libfunc_index): New enum.
14217 (machine_libfuncs): New structure.
14218 (visium_libfuncs): New static variable.
14219 (TARGET_INIT_LIBFUNCS): Define to...
14220 (visium_init_libfuncs): ...this. New function.
14221 (expand_block_move_4): Use the appropriate libfunc.
14222 (expand_block_move_2): Likewise.
14223 (expand_block_move_1): Likewise.
14224 (expand_block_set_4): Likewise.
14225 (expand_block_set_2): Likewise.
14226 (expand_block_set_1): Likewise.
14227 (visium_trampoline_init): Likewise.
14229 2016-02-17 Nick Clifton <nickc@redhat.com>
14231 * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
14232 TI's devices.csv file as of March 2016.
14234 2016-02-16 Kelvin Nilsen <kelvin@gcc.gnu.org>
14237 * opts-global.c (handle_common_deferred_options): Introduce and
14238 initialize two global variables to remember command-line options
14239 specifying a stack-limiting register.
14240 * opts.h: Add extern declarations of the two new global variables.
14241 * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
14242 variable based on the values of the two new global variables.
14244 2016-02-16 Jakub Jelinek <jakub@redhat.com>
14247 * common.opt (Wnonnull-compare): New warning.
14248 * doc/invoke.texi (-Wnonnull): Remove text about comparison
14249 of arguments against NULL.
14250 (-Wnonnull-compare): Document.
14251 * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
14252 * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
14253 * passes.def (pass_warn_nonnull_compare): Add.
14254 * gimple-ssa-nonnull-compare.c: New file.
14256 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
14258 * config/aarch64/aarch64.c (cortexa57_tunings): Remove
14259 AARCH64_EXTRA_TUNE_RECIP_SQRT.
14261 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
14263 * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
14264 reciprocal sqrt for -mlow-precision-recip-sqrt.
14266 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
14267 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14269 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
14270 always use lane loads to construct non-constant vectors.
14272 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
14274 * config/aarch64/aarch64.md
14275 (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
14276 constraints for operand 3.
14277 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
14279 2016-02-16 Jakub Jelinek <jakub@redhat.com>
14280 Richard Biener <rguenther@suse.de>
14282 PR tree-optimization/69820
14283 * tree-vect-patterns.c (type_conversion_p): Return false if
14284 *orig_type is unsigned single precision or boolean.
14285 (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
14288 2016-02-16 Jakub Jelinek <jakub@redhat.com>
14290 PR rtl-optimization/69764
14291 PR rtl-optimization/69771
14292 * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
14293 op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
14295 2016-02-16 Richard Biener <rguenther@suse.de>
14297 PR tree-optimization/69776
14298 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
14300 (indirect_refs_may_alias_p): Likewise.
14301 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
14302 * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
14303 according to tbaa_p.
14304 * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
14305 (optimize_stmt): For redundant store discovery do not allow tbaa.
14307 2016-02-16 Bernd Schmidt <bschmidt@redhat.com>
14309 PR tree-optimization/69714
14310 * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
14311 Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
14313 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
14315 * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
14316 * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
14317 (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
14318 * config/arc/arc.c (arc_init): Check FPU options.
14319 (get_arc_condition_code): Handle new CC_FPU* modes.
14320 (arc_select_cc_mode): Likewise.
14321 (arc_conditional_register_usage): Allow 64 bit datum into even-odd
14322 register pair only. Allow access for ARCv2 accumulator.
14323 (gen_compare_reg): Whenever we have FPU support use FPU compare
14325 (arc_reorg): Don't generate brcc insns when FPU compare
14326 instructions are involved.
14327 * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
14328 (TARGET_OPTFPE): Add condition when ARC EM can use optimized
14329 floating point emulation.
14330 (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
14331 (REVERSE_CONDITION): Add new CC_FPU* modes.
14332 (TARGET_FP_SP_BASE): Define.
14333 (TARGET_FP_DP_BASE): Likewise.
14334 (TARGET_FP_SP_FUSED): Likewise.
14335 (TARGET_FP_DP_FUSED): Likewise.
14336 (TARGET_FP_SP_CONV): Likewise.
14337 (TARGET_FP_DP_CONV): Likewise.
14338 (TARGET_FP_SP_SQRT): Likewise.
14339 (TARGET_FP_DP_SQRT): Likewise.
14340 (TARGET_FP_DP_AX): Likewise.
14341 * config/arc/arc.md (ARCV2_ACC): New constant.
14342 (type): New fpu type attribute.
14343 (SDF): Conditional iterator.
14344 (cstore<mode>, cbranch<mode>): Change expand condition.
14345 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
14346 handles FPU/FPX cases as well.
14347 * config/arc/arc.opt (mfpu): New option.
14348 * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
14350 (adddf3, muldf3, subdf3): Removed.
14351 * config/arc/predicates.md (proper_comparison_operator): Recognize
14353 * config/arc/fpu.md: New file.
14354 * doc/invoke.texi (ARC Options): Document mfpu option.
14356 2016-02-16 Richard Biener <rguenther@suse.de>
14358 PR rtl-optimization/69291
14359 * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
14360 noce_operand_ok check.
14362 2016-02-16 Tom de Vries <tom@codesourcery.com>
14365 * omp-low.c (simd_clone_create): Remove call to
14366 symtab->call_cgraph_insertion_hooks.
14368 2016-02-16 Jakub Jelinek <jakub@redhat.com>
14370 PR tree-optimization/69802
14371 * tree-ssa-reassoc.c (update_range_test): If op is
14372 SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
14373 op == 1 test of precision 1 integral op, otherwise handle
14374 that case as op itself. Fix up formatting.
14375 (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
14378 2016-02-16 Richard Biener <rguenther@suse.de>
14380 PR tree-optimization/69586
14381 * tree-vrp.c (register_edge_assert_for_2): Handle all integral
14382 types for conversion sources.
14384 2016-02-16 Richard Biener <rguenther@suse.de>
14386 PR middle-end/69801
14387 * fold-const.c (operand_equal_p): For COND_EXPR zero operand
14388 mask OEP_ADDRESS_OF.
14390 2016-02-16 Alan Modra <amodra@gmail.com>
14393 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
14394 (p8_mtvsrd_df, p8_mtvsrd_sf): New.
14395 (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
14397 (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
14398 (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
14399 (p8_fmrgow_<mode>): Likewise.
14400 (reload_vsx_from_gpr<mode>): Make clobber IF. Adjust for above
14402 (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
14403 (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
14404 to use movdi_internal64. Remove op0_di.
14405 * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
14407 2016-02-15 Evandro Menezes <e.menezes@samsung.com>
14409 Add support for the FCCMP insn types
14411 * config/aarch64/aarch64.md (fccmp): Change insn type.
14412 (fccmpe): Likewise.
14413 * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
14414 * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
14415 * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
14416 * config/arm/xgene1.md (xgene1_fcmp): Likewise.
14417 * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
14418 * config/arm/types.md (fccmps): Add new insn type.
14419 (fccmpd): Likewise.
14421 2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
14423 * alias.c (get_alias_set): Fix a typo in comment.
14425 2016-02-15 Richard Biener <rguenther@suse.de>
14427 PR tree-optimization/69595
14428 * match.pd: Complete range test simplification to true.
14430 2016-02-15 Bernd Schmidt <bschmidt@redhat.com>
14432 PR rtl-optimization/69648
14433 * lra-constraints.c (update_ebb_live_info): Don't remove sets of
14434 pic_offset_table_rtx.
14436 PR rtl-optimization/69752
14437 * ira.c (update_equiv_regs): When looking for more than a single SET,
14438 also take other side effects into account.
14440 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
14442 * config/s390/s390.c (s390_function_profiler): Add a new sequence
14443 for z900+ CPUs in 31-bit mode.
14445 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
14447 * common/config/s390/s390-common.c (s390_supports_split_stack):
14449 (TARGET_SUPPORTS_SPLIT_STACK): New macro.
14450 * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
14451 * config/s390/s390.c (struct machine_function): New field
14452 split_stack_varargs_pointer.
14453 (s390_register_info): Mark r12 as clobbered if it'll be used as temp
14454 in s390_emit_prologue.
14455 (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
14457 (morestack_ref): New global.
14458 (SPLIT_STACK_AVAILABLE): New macro.
14459 (s390_expand_split_stack_prologue): New function.
14460 (s390_live_on_entry): New function.
14461 (s390_va_start): Use split-stack vararg pointer if appropriate.
14462 (s390_asm_file_end): Emit the split-stack note sections.
14463 (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
14464 * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
14465 (UNSPECV_SPLIT_STACK_CALL): New unspec.
14466 (UNSPECV_SPLIT_STACK_DATA): New unspec.
14467 (split_stack_prologue): New expand.
14468 (split_stack_space_check): New expand.
14469 (split_stack_data): New insn.
14470 (split_stack_call): New expand.
14471 (split_stack_call_*): New insn.
14472 (split_stack_cond_call): New expand.
14473 (split_stack_cond_call_*): New insn.
14475 2016-02-15 Richard Biener <rguenther@suse.de>
14477 PR tree-optimization/69783
14478 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
14479 Add trivially correct cases.
14481 2016-02-15 Tom de Vries <tom@codesourcery.com>
14484 * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
14486 * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
14488 2016-02-15 Richard Biener <rguenther@suse.de>
14490 PR tree-optimization/69776
14491 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
14492 * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
14493 indicate whether we can use TBAA to disambiguate against stores.
14494 Use alias-set zero if not.
14495 (visit_reference_op_store): Do not use TBAA when looking up
14497 * tree-ssa-pre.c (compute_avail): Use TBAA here.
14498 (eliminate_dom_walker::before_dom_children): But not when looking
14499 up redundant stores.
14501 2016-02-14 John David Anglin <danglin@gcc.gnu.org>
14503 * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
14505 2016-02-14 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
14507 * config/i386/znver1.md
14508 (znver1_pop, znver1_pop_mem,
14509 znver1_load_imov_double_store,
14510 znver1_load_imov_direct_store,
14511 znver1_load_imov_direct_load,
14512 znver1_load_imov_double_load): Add new.
14513 (znver1_insn, znver1_insn_load): Add icmov type.
14514 (znver1_sseavx_fma,
14515 znver1_sseavx_fma_load,
14517 znver1_avx256_fma_load): Fix pipe usage.
14519 2016-02-14 Alan Modra <amodra@gmail.com>
14522 * reloads.c (find_reloads_address_1): For pre/post-inc/dec
14523 with an invalid hard reg, reload just the reg not the entire
14524 pre/post-inc/dec address expression.
14526 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
14529 * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
14530 fixed R1_REG scratch reg.
14531 (sibcall_value_pcrel_fdpic): Likewise.
14533 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
14537 * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
14539 2016-02-12 Walter Lee <walt@tilera.com>
14541 * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
14542 * config/tilegx/t-tilegx: Likewise.
14544 2016-02-12 David Malcolm <dmalcolm@redhat.com>
14547 * diagnostic-show-locus.c (struct line_span): New struct.
14548 (layout::get_first_line): Delete.
14549 (layout::get_last_line): Delete.
14550 (layout::get_num_line_spans): New member function.
14551 (layout::get_line_span): Likewise.
14552 (layout::print_heading_for_line_span_index_p): Likewise.
14553 (layout::get_expanded_location): Likewise.
14554 (layout::calculate_line_spans): Likewise.
14555 (layout::m_first_line): Delete.
14556 (layout::m_last_line): Delete.
14557 (layout::m_line_spans): New field.
14558 (layout::layout): Update comment. Replace m_first_line and
14559 m_last_line with m_line_spans, replacing their initialization
14560 with a call to calculate_line_spans.
14561 (diagnostic_show_locus): When printing source lines and
14562 annotations, rather than looping over a single span
14563 of lines, instead loop over each line_span within
14564 the layout, with an inner loop over the lines within them.
14565 Call the context's start_span callback when changing line spans.
14566 * diagnostic.c (diagnostic_initialize): Initialize start_span.
14567 (diagnostic_build_prefix): Break out the building of the location
14568 part of the string into...
14569 (diagnostic_get_location_text): ...this new function, rewriting
14570 it from nested ternary expressions to a sequence of "if"
14572 (default_diagnostic_start_span_fn): New function.
14573 * diagnostic.h (diagnostic_start_span_fn): New typedef.
14574 (diagnostic_context::start_span): New field.
14575 (default_diagnostic_start_span_fn): New prototype.
14577 2016-02-12 David Malcolm <dmalcolm@redhat.com>
14580 * gcc.c (driver::finalize): Fix cleanup of "specs".
14582 2016-02-12 David Malcolm <dmalcolm@redhat.com>
14586 * gcc.c (driver::driver): Initialize m_option_suggestions.
14587 (driver::~driver): Clean up m_option_suggestions.
14588 (suggest_option): Convert to...
14589 (driver::suggest_option): ...this, and split out into
14590 driver::build_option_suggestions and find_closest_string.
14591 (driver::build_option_suggestions): New function, from
14592 first half of suggest_option. Special-case
14593 OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
14594 the sanitizer_opts array. For options of enum types, add the
14595 various enum values to the candidate strings.
14596 (driver::handle_unrecognized_options): Remove "const".
14597 * gcc.h (driver::handle_unrecognized_options): Likewise.
14598 (driver::build_option_suggestions): New decl.
14599 (driver::suggest_option): New decl.
14600 (driver::m_option_suggestions): New field.
14601 * opts-common.c (add_misspelling_candidates): New function.
14602 * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
14603 and make non-static.
14604 * opts.h (sanitizer_opts): New array decl.
14605 (add_misspelling_candidates): New function decl.
14606 * spellcheck.c (find_closest_string): New function.
14607 * spellcheck.h (find_closest_string): New function decl.
14609 2016-02-12 Jakub Jelinek <jakub@redhat.com>
14611 PR rtl-optimization/69764
14612 PR rtl-optimization/69771
14613 * optabs.c (expand_binop_directly): For shift_optab_p, force
14614 convert_modes with VOIDmode if xop1 has VOIDmode.
14616 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com>
14619 * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
14620 to correctly determine instrumentation thunks.
14622 2016-02-12 Jakub Jelinek <jakub@redhat.com>
14625 * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
14626 type by reference, force lhs on the call.
14629 * ipa-split.c (split_function): Don't compute/use main_part_return_p.
14630 Compute retval and retbnd early in all cases if split_part_return_p
14631 and return_bb is not EXIT. Remove all clobber stmts and reset
14632 all debug stmts that refer to SSA_NAMEs defined in split part,
14633 except if it is retval, in that case replace the old retval with the
14634 lhs of the call to the split part.
14636 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
14639 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
14641 PR middle-end/66726
14642 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
14643 whose result is used in PHI.
14644 (maybe_optimize_range_tests): Likewise.
14645 (final_range_test_p): Likweise.
14647 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
14649 PR middle-end/66726
14650 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
14651 whose result is used in PHI.
14652 (maybe_optimize_range_tests): Likewise.
14653 (final_range_test_p): Likweise.
14655 2016-02-12 Jakub Jelinek <jakub@redhat.com>
14657 * cgraph.c: Spelling fixes - behaviour -> behavior and
14658 neighbour -> neighbor.
14659 * target.def: Likewise.
14660 * sel-sched.c: Likewise.
14661 * config/mips/mips.c: Likewise.
14662 * config/arc/arc.md: Likewise.
14663 * config/arm/cortex-a57.md: Likewise.
14664 * config/arm/arm.c: Likewise.
14665 * config/arm/neon.md: Likewise.
14666 * config/arm/arm-c.c: Likewise.
14667 * config/vms/vms-c.c: Likewise.
14668 * config/s390/s390.c: Likewise.
14669 * config/i386/znver1.md: Likewise.
14670 * config/i386/i386.c: Likewise.
14671 * config/ia64/hpux-unix2003.h: Likewise.
14672 * config/msp430/msp430.md: Likewise.
14673 * config/rx/rx.c: Likewise.
14674 * config/rx/rx.md: Likewise.
14675 * config/aarch64/aarch64-simd.md: Likewise.
14676 * config/aarch64/aarch64.c: Likewise.
14677 * config/nvptx/nvptx.c: Likewise.
14678 * config/bfin/bfin.c: Likewise.
14679 * config/cris/cris.opt: Likewise.
14680 * config/rs6000/rs6000.c: Likewise.
14681 * target.h: Likewise.
14682 * spellcheck.c: Likewise.
14683 * ira-build.c: Likewise.
14684 * tree-inline.c: Likewise.
14685 * builtins.c: Likewise.
14686 * lra-constraints.c: Likewise.
14687 * explow.c: Likewise.
14688 * hwint.h: Likewise.
14689 * targhooks.c: Likewise.
14690 * tree-vect-data-refs.c: Likewise.
14691 * expr.c: Likewise.
14692 * doc/tm.texi: Likewise.
14693 * doc/extend.texi: Likewise.
14694 * doc/install.texi: Likewise.
14695 * doc/md.texi: Likewise.
14696 * tree-ssa-tail-merge.c: Likewise.
14697 * sched-int.h: Likewise.
14698 * match.pd: Likewise.
14699 * sched-ebb.c: Likewise.
14700 * target.def (omit_struct_return_reg): Likewise.
14701 * gimple-ssa-isolate-paths.c: Likewise.
14702 (find_implicit_erroneous_behaviour): Renamed to...
14703 (find_implicit_erroneous_behavior): ... this.
14704 (find_explicit_erroneous_behaviour): Renamed to...
14705 (find_explicit_erroneous_behavior): ... this.
14706 (gimple_ssa_isolate_erroneous_paths): Adjust caller.
14708 2016-02-11 Segher Boessenkool <segher@kernel.crashing.org>
14710 PR rtl-optimization/64682
14711 PR rtl-optimization/69567
14712 PR rtl-optimization/69737
14713 * combine.c (distribute_notes) <REG_DEAD>: If the register is set
14714 in I2 as well, just lose it.
14716 2016-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14718 * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
14720 (aarch64_last_printed_tune_string): Likewise.
14721 (aarch64_declare_function_name): Only output .arch assembler
14722 directive if it will be different from the previously output
14723 directive. Same for .tune comment but only if -dA is set.
14724 (aarch64_start_file): New function.
14725 (TARGET_ASM_FILE_START): Define.
14727 2016-02-11 David Malcolm <dmalcolm@redhat.com>
14730 * Makefile.in (PLUGIN_HEADERS): Add params.list.
14732 2016-02-11 Jakub Jelinek <jakub@redhat.com>
14735 * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
14736 -Wmaybe-uninitialized warning.
14738 2016-02-11 Oleg Endo <olegendo@gcc.gnu.org>
14741 * config/sh/sh.md (casesi_worker_0): Add T_REG use.
14743 2016-02-11 Richard Biener <rguenther@suse.de>
14745 PR rtl-optimization/69291
14746 * ifcvt.c (noce_try_store_flag_constants): Do not allow
14747 subexpressions affected by changing the result.
14749 2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
14752 * lra-constraints.c (curr_insn_transform): Find in/out operands
14753 for secondary memory moves. Update dups.
14755 2016-02-10 Yuri Rumyantsev <ysrumyan@gmail.com>
14757 PR tree-optimization/69652
14758 * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
14759 to nested loop, did source re-formatting, skip debug statements,
14760 add check on statement with volatile operand, remove dead scalar
14763 2016-02-10 Jakub Jelinek <jakub@redhat.com>
14764 Patrick Palka <ppalka@gcc.gnu.org>
14768 * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
14769 calls if the return type is TREE_ADDRESSABLE.
14770 * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
14771 * ipa-split.c (split_function): Fix doubled "we" in comment.
14772 Use void return type for the split part even if
14773 !split_point->split_part_set_retval.
14775 2016-02-10 Bin Cheng <bin.cheng@arm.com>
14777 PR tree-optimization/68021
14778 * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
14779 when computing the value of biv cand by itself.
14781 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
14783 * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
14784 (cortexa57_tunings): Likewise.
14785 (cortexa72_tunings): Likewise.
14786 (arch_macro_fusion_pair_p): Add support for AES fusion.
14787 * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
14788 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
14789 Allow virtual registers before reload so early scheduling works.
14790 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
14791 correct latency and pipeline.
14792 (cortex_a57_crypto_complex): Likewise.
14793 (cortex_a57_crypto_xor): Likewise.
14794 (define_bypass): Add AES bypass.
14796 2016-02-10 Richard Biener <rguenther@suse.de>
14798 PR tree-optimization/69726
14799 * passes.def: Add DCE pass before late uninit.
14800 * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
14801 really fixup if-conversions job.
14803 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
14805 * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
14806 (arm_cortex_a57_tune): Likewise.
14807 (aarch_macro_fusion_pair_p): Add support for AES fusion.
14808 * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
14810 2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
14812 * timevar.def (TV_PHASE_DBGINFO): Delete.
14813 (TV_PHASE_CHECK_DBGINFO): Likewise.
14814 * varpool.c (varpool_node::assemble_decl): Do not change timevar.
14816 2016-02-10 Richard Biener <rguenther@suse.de>
14818 PR tree-optimization/69719
14819 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
14820 Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
14822 2016-02-09 Andrew Pinski <apinski@cavium.com>
14825 * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
14826 get_vcond_mask_icode returns false.
14828 2016-02-09 Michael Meissner <meissner@linux.vnet.ibm.com>
14831 * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
14832 an ADDIS that adds a pointer to a large constant that sets the
14833 upper16 bits with a load operation.
14835 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
14838 * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
14840 * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
14842 (vzipq_s16): Likewise.
14843 (vzipq_s32): Likewise.
14844 (vzipq_f32): Likewise.
14845 (vzipq_u8): Likewise.
14846 (vzipq_u16): Likewise.
14847 (vzipq_u32): Likewise.
14848 (vzipq_p8): Likewise.
14849 (vzipq_p16): Likewise.
14851 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
14854 * config/arm/arm.c (neon_endian_lane_map): New function.
14855 (neon_vector_pair_endian_lane_map): New function.
14856 (arm_evpc_neon_vuzp): Allow for big endian lane order.
14857 * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
14859 (vuzpq_s16): Likewise.
14860 (vuzpq_s32): Likewise.
14861 (vuzpq_f32): Likewise.
14862 (vuzpq_u8): Likewise.
14863 (vuzpq_u16): Likewise.
14864 (vuzpq_u32): Likewise.
14865 (vuzpq_p8): Likewise.
14866 (vuzpq_p16): Likewise.
14868 2016-02-11 Alexandre Oliva <aoliva@redhat.com>
14871 * regstat.c (regstat_bb_compute_calls_crossed): Disregard
14874 2016-02-09 Uros Bizjak <ubizjak@gmail.com>
14876 * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
14877 truncate const_int operand 1 to QImode.
14879 2016-02-09 Eric Botcazou <ebotcazou@adacore.com>
14881 * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
14882 corresponding to an abnormal edge.
14884 2016-02-09 Tom de Vries <tom@codesourcery.com>
14886 PR tree-optimization/69599
14887 * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
14889 (find_func_aliases_for_builtin_call, find_func_clobbers)
14890 (ipa_pta_execute): Handle case that foo and foo._0 are not in same lto
14893 2016-02-09 Richard Biener <rguenther@suse.de>
14895 PR tree-optimization/69715
14896 * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
14897 LHS on calls as non-rewritable.
14899 2016-02-09 Tom de Vries <tom@codesourcery.com>
14902 * lto-wrapper.c (append_diag_options): New function.
14903 (compile_offload_image): Call append_diag_options.
14905 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
14908 * doc/extend.texi (Flag Output Operands): Correct sectioning.
14909 Minor copy-edit to fix verb tenses.
14911 2016-02-08 Jakub Jelinek <jakub@redhat.com>
14913 PR tree-optimization/69209
14914 * ipa-split.c (split_function): If split part is not
14915 returning retval, retval has gimple type but is not
14916 gimple value, force it into a SSA_NAME first.
14918 2016-02-08 Nicklas Bo Jensen <nbjensen@gmail.com>
14920 * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
14923 2016-02-08 Jason Merrill <jason@redhat.com>
14926 * convert.c (convert_to_integer_1): Check dofold on truncation
14928 (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
14929 (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
14930 Rename from *_nofold.
14931 * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
14932 (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
14934 2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
14937 * tree.c (build_common_tree_nodes): Remove short_double argument.
14938 All callers changed.
14939 * tree.h (build_common_tree_nodes): Adjust declaration.
14940 * doc/invoke.texi (-fshort-double): Remove documentation.
14941 * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
14942 MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
14943 * lto-wrapper.c (merge_and_complain, append_compiler_options)
14944 (append_linker_options): Don't handle OPT_fshort_double.
14946 PR rtl-optimization/68730
14947 * lra-remat.c (insn_to_cand_activation): New static variable.
14948 (lra_remat): Allocate and free it.
14949 (create_cand): New arg activation. Initialize a field in
14950 insn_to_cand_activation if it is nonnull.
14951 (create_cands): Pass the activation insn to create_cand when making
14952 a candidate involving an output reload. Reorganize code a little.
14953 (do_remat): Keep track of active status of candidates in a separate
14956 2016-02-08 Richard Biener <rguenther@suse.de>
14958 PR tree-optimization/69719
14959 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
14960 Properly use absolute of the difference of the two offsets to
14961 compare or adjust the segment length.
14963 2016-02-08 Richard Biener <rguenther@suse.de>
14964 Jeff Law <law@redhat.com>
14967 * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
14968 types for anonymous SSA names.
14970 2016-02-08 Richard Biener <rguenther@suse.de>
14972 PR rtl-optimization/69274
14973 * ira.c (ira_setup_alts): Do not change recog_data.operand order.
14975 2016-02-08 Jeff Law <law@redhat.com>
14977 PR tree-optimization/65917
14978 * tree-ssa-dom.c (record_temporary_equivalences): Record both
14979 equivalences from if (x == y) style conditionals.
14980 (loop_depth_of_name): Remove.
14981 (record_equality): Remove loop depth check.
14982 * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
14983 (const_and_copies::record_const_or_copy_raw): New member function.
14984 * tree-ssa-scopedtables.c
14985 (const_and_copies::record_const_or_copy_raw): New, factored out of
14986 (const_and_copies::record_const_or_copy): Call new member function.
14988 2016-02-05 Jeff Law <law@redhat.com>
14990 PR tree-optimization/68541
14991 * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
14992 (count_stmts_in_block): New function.
14993 (poor_ifcvt_candidate_code): Likewise.
14994 (is_feasible_trace): Add some heuristics to determine when path
14995 splitting is profitable.
14996 (find_block_to_duplicate_for_splitting_paths): Make sure the graph
14997 is a diamond with a single exit.
14999 2016-02-05 Martin Sebor <msebor@redhat.com>
15002 * doc/invoke.texi: Update -Wplacement-new to take an optional
15005 2016-02-06 Richard Henderson <rth@redhat.com>
15008 * tree.c (tree_nop_conversion_p): Do not strip casts into or
15009 out of non-standard address spaces.
15011 2016-02-05 Jakub Jelinek <jakub@redhat.com>
15013 PR rtl-optimization/69691
15014 * lra-eliminations.c (move_plus_up): Don't add the addend twice.
15016 2016-02-05 Pat Haugen <pthaugen@us.ibm.com>
15018 * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
15019 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
15020 (*ieee128_mfvsrd_64bit): Likewise.
15021 (*ieee128_mfvsrd_32bit): Likewise.
15023 2016-02-05 Ilya Enkovich <enkovich.gnu@gmail.com>
15027 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
15029 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
15030 instrumented_version.
15032 2016-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
15034 * doc/invoke.texi (Optimize Options): In table of --param options
15035 rename second occurrence of tracer-min-branch-ratio to
15036 tracer-min-branch-probability, rename
15037 tracer-min-branch-ratio-feedback to
15038 tracer-min-branch-probability-feedback and clarify description,
15039 rename sched-spec-state-edge-prob-cutoff to
15040 sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
15041 to selsched-insns-to-rename, rename lto-minpartition to
15042 lto-min-partition, delete reorder-blocks-duplicate and
15043 reorder-blocks-duplicate-feedback.
15045 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15047 * config/s390/s390.c (s390_register_info_set_ranges): Remove
15050 2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
15052 * doc/extend.texi: S/390: Correct some typos.
15054 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15056 * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
15058 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15061 * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
15062 (s390_register_info_gprtofpr): Use new macros above.
15063 (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
15065 (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
15066 its name. Adjust restore and save gpr ranges.
15067 (s390_register_info_set_ranges): New function.
15068 (s390_register_info): Use new macros above. Call
15069 s390_register_info_set_ranges.
15070 (s390_optimize_register_info): Likewise.
15071 (s390_hard_regno_rename_ok): Use new macros.
15072 (s390_hard_regno_scratch_ok): Likewise.
15073 (s390_emit_epilogue): Likewise.
15074 (s390_can_use_return_insn): Likewise.
15075 (s390_optimize_prologue): Likewise.
15076 * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
15078 2016-02-05 Jakub Jelinek <jakub@redhat.com>
15081 * config/i386/i386.c (convert_scalars_to_vector): Readd stack
15083 (ix86_option_override_internal): Disable TARGET_STV even for
15084 -m{incoming,preferred}-stack-boundary=3.
15086 2016-02-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15088 * config.gcc: Mark deprecated rtems targets as obsolete.
15090 2016-02-04 Segher Boessenkool <segher@kernel.crashing.org>
15092 PR rtl-optimization/64682
15093 PR rtl-optimization/69567
15094 * combine.c (distribute_notes) <REG_DEAD>: Place the death note
15095 before I2 only if the register is both used and set in I2.
15097 2016-02-04 DJ Delorie <dj@redhat.com>
15099 * config/msp430/msp430.c (msp430_start_function): Add function type.
15101 2016-02-04 Jakub Jelinek <jakub@redhat.com>
15104 * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
15106 2016-02-04 Uros Bizjak <ubizjak@gmail.com>
15108 PR rtl-optimization/69577
15110 2015-10-29 Richard Henderson <rth@redhat.com>
15114 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
15115 sse check to the exact conditions of PR 67609.
15117 2016-02-04 Michael Meissner <meissner@linux.vnet.ibm.com>
15120 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
15121 instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
15122 not allowed into the traditional Altivec registers.
15123 (movtd_64bit_nodm): Likewise.
15124 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
15126 2016-02-04 David Malcolm <dmalcolm@redhat.com>
15128 * config/aarch64/cortex-a57-fma-steering.c
15129 (aarch64_register_fma_steering): Remove "static" from arguments
15132 2016-02-04 Wilco Dijkstra <wdijkstr@arm.com>
15135 * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
15136 twice when complex.
15138 2016-02-04 Mike Frysinger <vapier@gentoo.org>
15140 * doc/invoke.texi: Delete -mno-fma4.
15142 2016-02-04 Richard Sandiford <richard.sandiford@arm.com>
15144 PR rtl-optimization/69577
15145 * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
15146 (find_subregs_of_mode): Update accordingly. Iterate over partial
15149 2016-02-04 Alan Lawrence <alan.lawrence@arm.com>
15151 * config/arm/arm-protos.h (neon_reinterpret): Remove.
15152 * config/arm/arm.c (neon_reinterpret): Remove.
15153 * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
15154 vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
15155 vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
15156 vreinterpretti): Remove.
15157 * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
15158 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
15159 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
15160 neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
15161 neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
15162 neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
15163 * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
15164 vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
15165 vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
15166 vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
15167 vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
15168 vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
15169 vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
15170 vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
15171 vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
15172 vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
15173 vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
15174 vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
15175 vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
15176 vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
15177 vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
15178 vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
15179 vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
15180 vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
15181 vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
15182 vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
15183 vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
15184 vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
15185 vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
15186 vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
15187 vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
15188 vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
15189 vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
15190 vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
15191 vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
15192 vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
15193 vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
15194 vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
15195 vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
15196 vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
15197 vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
15198 vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
15199 vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
15200 vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
15201 vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
15202 vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
15203 vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
15204 vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
15205 vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
15206 vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
15207 vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
15208 vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
15209 vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
15210 vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
15211 vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
15212 vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
15213 vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
15214 vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
15215 vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
15216 vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
15217 vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
15218 vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
15219 vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
15220 vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
15221 vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
15222 vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
15223 vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
15224 vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
15225 vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
15226 vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
15227 vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
15228 vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
15229 vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
15230 vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
15231 vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
15232 vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
15233 vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
15234 vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
15235 vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
15236 vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
15237 vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
15238 vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
15239 vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
15240 vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
15241 vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
15242 vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
15243 vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
15244 vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
15245 vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
15246 vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
15247 vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
15248 vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
15249 vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
15250 vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
15251 vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
15252 vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
15253 vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
15254 vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
15255 vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
15256 vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
15257 vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
15258 vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
15259 vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
15261 2016-02-04 Martin Liska <mliska@suse.cz>
15264 * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
15265 that are gimple_store_p.
15266 (maybe_instrument_call): Likewise.
15268 2016-02-04 Bin Cheng <bin.cheng@arm.com>
15270 * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
15271 register scaling out of memory reference and comment why.
15273 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15277 * cse.c (cse_insn): Pass NULL to fold_rtx when initially
15278 folding the source of a SET.
15280 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15284 * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
15285 the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
15287 2016-02-04 Jim Wilson <jim.wilson@linaro.org>
15291 * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
15294 2016-02-04 Christian Bruel <christian.bruel@st.com>
15296 * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
15297 * config/arm/arm.c (arm_set_current_function): Likewise.
15299 2016-02-04 Jakub Jelinek <jakub@redhat.com>
15300 Ilya Enkovich <enkovich.gnu@gmail.com>
15301 H.J. Lu <hongjiu.lu@intel.com>
15304 * config/i386/i386.c (convert_scalars_to_vector): Remove
15305 stack alignment fixes.
15306 (ix86_option_override_internal): Disable TARGET_STV if stack
15307 might not be aligned enough.
15308 (ix86_minimum_alignment): Assert that TARGET_STV is false.
15310 2016-02-04 Victoria Stepanyan <victoria.stepanyan@amd.com>
15312 * config/i386/x86-tune.def: Disable default prefetching
15315 2016-02-03 Michael Meissner <meissner@linux.vnet.ibm.com>
15316 Vladimir Makarov <vmakarov@redhat.com>
15319 * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
15320 in validating fused toc addresses.
15322 2016-02-03 Jakub Jelinek <jakub@redhat.com>
15325 * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
15326 range->m_caret fields if range->m_show_caret_p is false.
15329 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
15330 Force oldval into register if it does not satisfy reg_or_short_operand
15331 predicate. Fix up formatting.
15333 2016-02-03 Vladimir Makarov <vmakarov@redhat.com>
15334 Alexandre Oliva <aoliva@redhat.com>
15337 * lra-constraints.c (simplify_operand_subreg): Check additionally
15338 address validity after potential reloading.
15339 (process_address_1): Check insns validity. In case of failure do
15342 2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
15345 * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
15348 2016-02-02 Jakub Jelinek <jakub@redhat.com>
15350 * wide-int.cc (canonize_uhwi): New function.
15351 (wi::divmod_internal): Use it.
15353 2016-02-02 James Norris <jnorris@codesourcery.com
15355 * gimplify.c (omp_notice_variable): Add usage check.
15357 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
15359 * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
15360 like LE, GE, LT, GT when emitting relational operator.
15362 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
15364 * ira-costs.c (find_costs_and_classes): Add extra argument.
15365 * target.def (ira_change_pseudo_allocno_class): Add parameter.
15366 * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
15367 * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
15368 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
15369 Add best_class parameter, and return it if not ALL_REGS.
15370 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
15372 * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
15373 Update target hook.
15375 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
15377 * config/aarch64/aarch64.c
15378 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
15379 (aarch64_ira_change_pseudo_allocno_class): New function.
15381 2016-02-02 Uros Bizjak <ubizjak@gmail.com>
15384 * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
15386 2016-02-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
15388 * config/avr/avr.c (avr_option_override): Set
15389 PARAM_ALLOW_STORE_DATA_RACES to 1.
15391 2016-02-02 Richard Biener <rguenther@suse.de>
15393 PR tree-optimization/69595
15394 * match.pd: Add range test simplifications to true/false.
15396 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
15398 * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
15399 * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
15402 2016-02-02 Richard Biener <rguenther@suse.de>
15404 PR tree-optimization/69606
15405 * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
15406 info on the result before moving a stmt.
15408 2016-02-02 Yuri Rumyantsev <ysrumyan@gmail.com>
15410 PR middle-end/68542
15411 * config/i386/i386.c (ix86_expand_branch): Add support for conditional
15412 branch with vector comparison.
15413 * config/i386/sse.md (VI48_AVX): New mode iterator.
15414 (define_expand "cbranch<mode>4): Add support for conditional branch
15415 with vector comparison.
15416 * tree-vect-loop.c (optimize_mask_stores): New function.
15417 * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
15418 has_mask_store field of vect_info.
15419 * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
15420 vectorized loops having masked stores after vec_info destroy.
15421 * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
15422 correspondent macros.
15423 (optimize_mask_stores): Add prototype.
15425 2016-02-02 Alan Modra <amodra@gmail.com>
15428 * config/rs6000/predicates.md (quad_int_reg_operand): Don't
15431 2016-02-02 Alan Modra <amodra@gmail.com>
15434 * config/rs6000/rs6000.c (need_toc_init): New var, set it
15435 whenever toc_label_name used.
15436 (rs6000_file_start): Don't set up toc section here,
15437 (rs6000_output_function_epilogue): do so here instead,
15438 (rs6000_xcoff_file_start): and here.
15439 * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
15440 (load_toc_aix_di): Likewise.
15442 2016-02-01 Jakub Jelinek <jakub@redhat.com>
15444 PR rtl-optimization/69592
15445 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
15446 (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
15447 (num_sign_bit_copies_binary_arith_p): New inline function.
15448 (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
15450 2016-02-01 Jeff Law <law@redhat.com>
15452 PR tree-optimization/69580
15453 * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
15454 * tree-ssa-threadbackward.c
15455 (fsm_find_control_statement_thread_paths): Do not try to walk
15456 through large PHI nodes.
15458 2016-02-01 Jakub Jelinek <jakub@redhat.com>
15460 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
15461 when count is incremented above limit, don't analyze further
15464 * omp-low.c (oacc_parse_default_dims): Avoid
15465 -Wsign-compare warning, make sure value fits into int
15466 rather than just unsigned int.
15468 2016-02-01 Bin Cheng <bin.cheng@arm.com>
15470 PR tree-optimization/67921
15471 * fold-const.c (split_tree): New parameters. Convert pointer
15472 type variable part to proper type before negating.
15473 (fold_binary_loc): Pass new arguments to split_tree.
15475 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
15477 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
15478 (nvptx_goacc_validate_dims): Extend to handle global defaults.
15479 * target.def (OACC_VALIDATE_DIMS): Extend documentation.
15480 * doc/tm.texti: Rebuilt.
15481 * doc/invoke.texi (fopenacc-dim): Document.
15482 * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
15483 (append_compiler_options): Likewise.
15484 * omp-low.c (oacc_default_dims, oacc_min_dims): New.
15485 (oacc_parse_default_dims): New.
15486 (oacc_validate_dims): Add USED arg. Select non-unity default when
15488 (oacc_loop_fixed_partitions): Return mask of used partitions.
15489 (oacc_loop_auto_partitions): Emit dump info.
15490 (oacc_loop_partition): Return mask of used partitions.
15491 (execute_oacc_device_lower): Parse default dimension arg. Adjust
15492 loop partitioning and validation calls.
15494 2016-02-01 Richard Biener <rguenther@suse.de>
15496 PR middle-end/69556
15497 * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
15499 2016-02-01 Richard Biener <rguenther@suse.de>
15501 PR tree-optimization/69574
15502 * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
15503 of asserting return chrec_dont_know.
15505 2016-02-01 Martin Liska <mliska@suse.cz>
15507 * mem-stats-traits.h: Add copyright header.
15508 * mem-stats.h: Likewise.
15510 2016-02-01 Richard Biener <rguenther@suse.de>
15512 PR tree-optimization/69579
15513 * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
15514 Do not propagate through abnormal PHI results.
15516 2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
15518 * postreload.c (reload_cse_simplify): Remove dead code.
15520 2016-02-01 Jakub Jelinek <jakub@redhat.com>
15522 PR rtl-optimization/69570
15523 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
15524 if there is more than one set, not if there is a single set.
15526 2016-02-01 Richard Henderson <rth@redhat.com>
15529 * combine.c (make_compound_operation): When looking through a
15530 subreg, make sure to re-extend to the width of the outer mode.
15532 2016-01-30 Jakub Jelinek <jakub@redhat.com>
15534 PR tree-optimization/69546
15535 * wide-int.cc (wi::divmod_internal): For unsigned division
15536 where both operands fit into uhwi, if o1 is 1 and o0 has
15537 msb set, if divident_prec is larger than bits per hwi,
15538 clear another quotient word and return 2 instead of 1.
15539 Similarly for remainder with msb in HWI set, if dividend_prec
15540 is larger than bits per hwi.
15542 2016-01-29 Martin Jambor <mjambor@suse.cz>
15544 * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
15545 Use short lowercase names.
15546 (get_memory_order): Mask with MEMMODEL_BASE_MASK. Support
15547 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
15548 acq_rel one. Protect warning agains segfaults if
15549 get_memory_order_name returns NULL.
15550 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
15551 with release semantics. Do not warn if get_memory_order already did.
15552 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
15553 semantics. Fix check for relaxed or acquire semantics. Do not warn
15554 if get_memory_order already did.
15556 2016-01-29 Sebastian Pop <s.pop@samsung.com>
15558 * doc/install.texi: Document that isl-0.16 is supported.
15560 2016-01-29 Vladimir Makarov <vmakarov@redhat.com>
15563 * config/i386/constraints.md (Bm): Describe as special memory
15565 * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
15566 * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
15567 * genpreds.c (struct constraint_data): Add is_special_memory.
15568 (have_special_memory_constraints, special_memory_start): New
15570 (special_memory_end): Ditto.
15571 (add_constraint): Add new arg is_special_memory. Add code to
15572 process its true value. Update have_special_memory_constraints.
15573 (process_define_constraint): Pass the new arg.
15574 (process_define_register_constraint): Ditto.
15575 (choose_enum_order): Process special memory.
15576 (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
15577 function insn_extra_special_memory_constraint.
15578 (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
15579 * gensupport.c (process_rtx): Process
15580 DEFINE_SPECIAL_MEMORY_CONSTRAINT.
15581 * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
15582 * ira-lives.c (single_reg_class): Use
15583 insn_extra_special_memory_constraint.
15584 * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
15585 * lra-constraints.c (process_alt_operands): Ditto.
15586 (curr_insn_transform): Use insn_extra_special_memory_constraint.
15587 * recog.c (asm_operand_ok, preprocess_constraints): Process
15589 * reload.c (find_reloads): Ditto.
15590 * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
15591 * stmt.c (parse_input_constraint): Use
15592 insn_extra_special_memory_constraint.
15594 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
15597 * lra-splill.c (lra_final_code_change): Revert r229087 by
15598 removing all sub-registers.
15600 2016-01-29 Steve Ellcey <sellcey@imgtec.com>
15603 * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
15605 2016-01-29 Jakub Jelinek <jakub@redhat.com>
15608 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
15609 SSE1, copy target into the temporary reg first before recursing
15612 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
15614 * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
15617 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
15619 * ginclude/stdarg.h: Test __cplusplus instead of
15620 __GXX_EXPERIMENTAL_CXX0X__.
15622 2016-01-29 Richard Biener <rguenther@suse.de>
15624 PR tree-optimization/69547
15625 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
15626 Do not mark clobbers necessary.
15627 (mark_all_reaching_defs_necessary_1): Likewise.
15629 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
15631 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
15632 declaration name with %qs and print it in both error messages.
15633 Also fix indentation.
15635 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
15638 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
15639 trailing blank line from error message.
15641 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
15644 * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
15647 2016-01-29 Richard Biener <rguenther@suse.de>
15649 PR middle-end/69537
15650 * match.pd: Allow all integral types when simplifying a
15651 widening or sign-changing conversion.
15653 2016-01-28 Sebastian Pop <s.pop@samsung.com>
15655 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
15656 back to setting codegen_error to fail codegen.
15658 2016-01-28 Uros Bizjak <ubizjak@gmail.com>
15661 * config/i386/constraints.md (C): Only accept constant zero operand.
15662 (BC): New constraint.
15663 * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
15664 instead of C constraint.
15665 * doc/md.texi (Machine Constraints): Update description
15668 2016-01-28 Steve Ellcey <sellcey@imgtec.com>
15671 * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
15673 2016-01-28 Jakub Jelinek <jakub@redhat.com>
15675 PR middle-end/69542
15676 * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
15679 2016-01-28 Pat Haugen <pthaugen@us.ibm.com>
15681 * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
15682 branches if using guessed profile.
15684 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
15686 * graphite-optimize-isl.c (optimize_isl): Fix dump.
15688 2016-01-28 Richard Henderson <rth@redhat.com>
15691 * config/aarch64/aarch64-modes.def (CC_Cmode): New
15692 * config/aarch64/aarch64-protos.h: Update.
15693 * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
15694 (aarch64_select_cc_mode): Add check for use of CC_Cmode.
15695 (aarch64_get_condition_code_1): Handle CC_Cmode.
15696 * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
15697 (*add<mode>3_compareC_cconly_imm): New.
15698 (*add<mode>3_compareC_cconly): New.
15699 (*add<mode>3_compareC_imm): New.
15700 (add<mode>3_compareC): New.
15701 (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
15702 to be first. Use aarch64_carry_operation.
15703 (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
15704 (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
15705 (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
15706 (subti3): Use subdi3_compare1.
15707 (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
15708 (sub<mode>3_compare1): New.
15709 (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
15710 (*sub<mode>3_carryin): Use aarch64_borrow_operation.
15711 (*subsi3_carryin_uxtw): Likewise.
15712 (*ngc<mode>, *ngcsi_uxtw): Likewise.
15713 (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
15714 * config/aarch64/iterators.md (DWI): New.
15715 * config/aarch64/predicates.md (aarch64_carry_operation): New.
15716 (aarch64_borrow_operation): New.
15718 2016-01-28 Abderrazek Zaafrani <a.zaafrani@samsung.com>
15720 * graphite-optimize-isl.c (optimize_isl): Print a different debug
15721 message when isl does not return a valid schedule.
15723 2016-01-28 Sebastian Pop <s.pop@samsung.com>
15725 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
15726 Remove comments from class declarations: they are already in the code
15729 2016-01-28 Sebastian Pop <s.pop@samsung.com>
15731 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
15733 (ternary_op_to_tree): Same.
15734 (unary_op_to_tree): Same.
15735 (nary_op_to_tree): Same.
15736 (gcc_expression_from_isl_expr_op): Same.
15737 (gcc_expression_from_isl_expression): Same.
15738 (graphite_create_new_loop): Same.
15739 (graphite_create_new_loop_guard): Same.
15740 (build_iv_mapping): Same.
15741 (graphite_create_new_guard): Same.
15742 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
15743 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
15745 2016-01-28 Sebastian Pop <s.pop@samsung.com>
15747 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
15748 instead of setting codegen_error to fail codegen.
15750 2016-01-28 Jason Merrill <jason@redhat.com>
15752 * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
15754 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
15756 * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
15757 Remove CONST_INT_P check in CCMP cost calculation.
15759 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
15761 * config/aarch64/aarch64.c (generic_vector_cost):
15762 Set vec_permute_cost.
15763 (cortexa57_vector_cost): Likewise.
15764 (exynosm1_vector_cost): Likewise.
15765 (xgene1_vector_cost): Likewise.
15766 (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
15767 * config/aarch64/aarch64-protos.h (cpu_vector_cost):
15768 Add vec_permute_cost entry.
15770 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
15772 * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
15774 (add<mode>3_compare0): Likewise.
15775 (addsi3_compare0_uxtw): Likewise.
15776 (add<mode>3nr_compare0): Likewise.
15777 (compare_neg<mode>): Likewise.
15778 (<optab><mode>3): Likewise.
15780 2016-01-28 Ilya Enkovich <enkovich.gnu@gmail.com>
15782 * tree-vect-stmts.c (vectorizable_comparison): Add
15783 NULL check for vectype.
15785 2016-01-28 Richard Biener <rguenther@suse.de>
15787 PR tree-optimization/69466
15788 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
15789 Account for PHIs we couldn't duplicate.
15791 2016-01-28 Martin Liska <mliska@suse.cz>
15794 * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
15795 instead of ENABLE_VALGRIND_CHECKING.
15797 2016-01-27 Richard Henderson <rth@redhat.com>
15800 * lra-remat.c (subreg_regs): New.
15801 (dump_candidates_and_remat_bb_data): Dump it.
15802 (operand_to_remat): Reject if operand in subreg_regs.
15803 (set_bb_regs): Collect subreg_regs.
15804 (lra_remat): Init and free subreg_regs. Compute
15805 calculate_local_reg_remat_bb_data before create_cands.
15807 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
15810 * config/i386/i386.c (ix86_update_stack_boundary): Don't
15811 change stack_alignment_needed for __tls_get_addr call.
15813 2016-01-27 Segher Boessenkool <segher@kernel.crashing.org>
15815 * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
15817 2016-01-27 Jeff Law <law@redhat.com>
15819 PR tree-optimization/68398
15820 PR tree-optimization/69196
15821 * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
15822 (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
15823 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
15824 Only count PHIs in the last block in the path. The others will
15825 const/copy propagate away. Add heuristic to allow more irreducible
15826 subloops to be created when it is likely profitable to do so.
15828 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
15829 Fix typo in comment. Use gsi_after_labels and remove the GIMPLE_LABEL
15830 check from within the loop. Use gsi_next_nondebug rather than gsi_next.
15832 2016-01-27 Jakub Jelinek <jakub@redhat.com>
15835 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
15836 END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
15837 * asan.c (DEF_BUILTIN_STUB): Temporarily define.
15838 * tree-streamer-in.c: Include asan.h.
15839 (streamer_get_builtin_tree): For builtins in sanitizer
15840 range call initialize_sanitizer_builtins and retry.
15842 2016-01-27 Ian Lance Taylor <iant@google.com>
15844 * common.opt (fkeep-gc-roots-live): New undocumented option.
15845 * tree-ssa-loop-ivopts.c (add_candidate_1): If
15846 -fkeep-gc-roots-live, skip pointers.
15847 (add_iv_candidate_for_biv): Handle add_candidate_1 returning
15850 2016-01-27 Uros Bizjak <ubizjak@gmail.com>
15853 * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
15854 (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
15856 2016-01-27 Thomas Klausner <wiz@NetBSD.org>
15859 * configure.ac: NetBSD provides SSP in its C library.
15860 * configure: Updated.
15862 2016-01-27 Richard Biener <rguenther@suse.de>
15864 PR tree-optimization/69166
15865 * tree-vect-loop.c (vect_is_simple_reduction): Always check
15866 reduction code for commutativity / associativity.
15868 2016-01-27 Martin Jambor <mjambor@suse.cz>
15870 PR tree-optimization/69355
15871 * tree-sra.c (analyze_access_subtree): Correct hole detection when
15872 total_scalarization fails.
15874 2016-01-27 David Edelsohn <dje.gcc@gmail.com>
15876 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
15879 2016-01-27 Christian Bruel <christian.bruel@st.com>
15882 * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
15883 Move arm_reset_previous_fndecl and set_target_option_current_node in
15884 the conditional part. Call save_restore_target_globals.
15885 * config/arm/arm.c (arm_set_current_function):
15886 Refactor to better support #pragma target and attribute mix.
15887 Call save_restore_target_globals.
15888 * config/arm/arm-protos.h (save_restore_target_globals): New function.
15890 2016-01-27 Martin Liska <mliska@suse.cz>
15892 * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
15893 reference for an HSA kernel and its host function.
15895 2016-01-27 Jakub Jelinek <jakub@redhat.com>
15897 PR tree-optimization/69399
15898 * wide-int.h (wi::lrshift): For larger precisions, only
15899 use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
15901 2016-01-27 Claudiu Zissulescu <claziss@synopsys.com>
15903 * config/arc/predicates.md (proper_comparison_operator): Reject
15904 constant-constant comparison.
15906 2016-01-26 Tom de Vries <tom@codesourcery.com>
15908 PR tree-optimization/69110
15909 * tree-data-ref.c (initialize_data_dependence_relation): Handle
15910 DR_NUM_DIMENSIONS == 0.
15912 2016-01-26 Abderrazek Zaafrani <a.zaafrani@samsung.com>
15913 Sebastian Pop <s.pop@samsung.com>
15915 * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
15916 isl_ast_op_cond and isl_ast_op_select.
15917 (gcc_expression_from_isl_expr_op): Same.
15919 2016-01-26 Jason Merrill <jason@redhat.com>
15922 * tree.c (recompute_constructor_flags): Split out from
15924 (verify_constructor_flags): New.
15925 * tree.h: Declare them.
15927 2016-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
15929 PR rtl-optimization/69217
15930 * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
15931 are no TYPE_FIELDS set for the record type.
15933 2016-01-26 Jakub Jelinek <jakub@redhat.com>
15936 * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
15937 toc_label_name unconditionally.
15938 (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
15939 SYMBOL_REF string. Use toc_label_name instead of constructing
15941 (rs6000_elf_declare_function_name): Use toc_label_name instead of
15942 constructing LCTOC1.
15944 2016-01-26 Martin Sebor <msebor@redhat.com>
15947 * doc/extend.texi (Common Type Attributes): Move text that talks about
15948 attribute packed from attribute aligned to the section discussing
15949 the former attribute for clarity.
15951 2016-01-26 Richard Henderson <rth@redhat.com>
15953 PR middle-end/60908
15954 * trans-mem.c (tm_region_init): Mark entry block as visited.
15956 2016-01-26 David Malcolm <dmalcolm@redhat.com>
15959 * diagnostic-show-locus.c (layout::print_source_line): Replace
15960 call to pp_newline with call to layout::print_newline.
15961 (layout::print_annotation_line): Likewise.
15962 (layout::move_to_column): Likewise.
15963 (layout::print_any_fixits): After printing any fixits, print a
15964 trailing newline, if necessary.
15965 (layout::print_newline): New method, resetting any colorization
15967 (diagnostic_show_locus): Move the pp_newline to before the
15968 early bailout. Remove dummy block enclosing the layout instance.
15969 * diagnostic.c (default_diagnostic_finalizer): Replace invocation
15970 of pp_newline_and_flush with pp_flush.
15971 (diagnostic_append_note): Delete use of pp_newline.
15972 (diagnostic_append_note_at_rich_loc): Delete.
15973 * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
15974 * pretty-print.h (output_buffer_append_r): Reset buff->line_length
15975 when newline characters are added to the buffer.
15977 2016-01-26 Michael Matz <matz@suse.de>
15979 * configure.ac (ac_cv_std_swap_in_utility): New test.
15980 * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
15981 * configure: Regenerate.
15982 * config.in: Regenerate.
15984 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
15986 * config/arc/arc.md (cstoresi4): Force operand into register.
15987 (arcset<code>): Fix predicate.
15988 (arcsetltu): Likewise.
15989 (arcsetgeu): Likewise.
15990 (arcsethi): Likewise.
15991 (arcsetls): Likewise.
15993 2016-01-26 Jakub Jelinek <jakub@redhat.com>
15995 PR tree-optimization/69483
15996 * gimple-fold.c (canonicalize_constructor_val): Return NULL
15997 if base has error_mark_node type.
15999 2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
16002 * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
16003 * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
16005 (vget_lane_f16): Handle big-endian.
16006 (vgetq_lane_f16): Likewise.
16007 (vset_lane_f16): Likewise.
16008 (vsetq_lane_f16): Likewise.
16009 * config/arm/iterators.md (VQXMOV): Add V8HF.
16010 (VDQ): Add V4HF and V8HF.
16011 (V_reg): Handle V4HF and V8HF.
16012 (Is_float_mode): Likewise.
16013 * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
16014 neon_vdup_nv8hf): New patterns.
16015 (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
16016 Use VD_LANE iterator.
16017 (neon_vld1_dup<mode>): Use VQ2 iterator.
16019 2016-01-26 Nathan Sidwell <nathan@acm.org>
16021 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
16022 (set_oacc_fn_attrib): Add IS_KERNEL arg.
16023 * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
16024 (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
16025 (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
16026 (oacc_validate_dims): Add LEVEL arg, don't return level.
16027 (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
16028 oacc_validate_dims.
16029 (execute_oacc_device_lower): Adjust, add more dump output.
16030 * tree-ssa-loop.c (gate_oacc_kernels): Use
16031 oacc_fn_attrib_kernels_p.
16032 * tree-parloops.c (create_parallel_loop): Adjust
16033 set_oacc_fn_attrib call.
16035 2016-01-26 Jakub Jelinek <jakub@redhat.com>
16038 * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
16039 (append_compiler_options): Handle -fcilkplus.
16040 (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
16042 2016-01-26 Nick Clifton <nickc@redhat.com>
16045 * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
16046 been marked as DECL_ONE_ONLY but we do not the means to make it
16047 so, then do not allow it to bind locally.
16049 2016-01-26 Jakub Jelinek <jakub@redhat.com>
16052 * opts.h (parse_sanitizer_options): New prototype.
16053 * opts.c (sanitizer_opts): New array.
16054 (parse_sanitizer_options): New function.
16055 (common_handle_option): Use parse_sanitizer_options.
16057 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
16060 * config/i386/i386.c (ix86_compute_frame_layout): Move stack
16061 alignment adjustment to ...
16062 (ix86_update_stack_boundary): Here. Don't over-align stack for
16064 (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
16065 if __tls_get_addr is called.
16067 2016-01-26 Christian Bruel <christian.bruel@st.com>
16069 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
16071 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
16073 * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
16075 2016-01-26 Richard Biener <rguenther@suse.de>
16077 PR middle-end/69467
16078 * match.pd: Guard X * CST CMP 0 pattern with single_use.
16080 2016-01-26 Richard Biener <rguenther@suse.de>
16082 PR tree-optimization/69452
16083 * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
16084 (move_computations_dom_walker::before_dom_children): Rename
16086 (move_computations_worker): This.
16087 (move_computations): Perform an RPO rather than a DOM walk.
16089 2016-01-26 Jakub Jelinek <jakub@redhat.com>
16092 * combine.c (combine_instructions): For REG_EQUAL note with
16093 SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
16094 to the underlying register.
16095 * doc/rtl.texi (REG_EQUAL): Document the behavior of
16096 REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
16098 2016-01-26 Roger Ferrer Ibáñez <rofirrim@gmail.com>
16101 * config/aarch64/aarch64-builtins.c
16102 (aarch64_init_simd_builtin_types): Do not set structural
16103 equality to __Poly{8,16,64,128}_t types.
16105 2016-01-26 Richard Sandiford <richard.sandiford@arm.com>
16107 PR tree-optimization/69400
16108 * wide-int.cc (wi_pack): Take the precision as argument and
16109 perform canonicalization here rather than in the callers.
16110 Use the main loop to handle all full-width HWIs. Add a
16111 zero HWI if in_len isn't a full result.
16112 (wi::divmod_internal): Update accordingly.
16113 (wi::mul_internal): Likewise. Simplify.
16115 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
16116 Sebastian Pop <s.pop@samsung.com>
16118 * graphite-poly.c (apply_poly_transforms): Simplify.
16119 (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
16120 (print_isl_map): Same.
16121 (print_isl_union_map): Same.
16122 (print_isl_schedule): New.
16123 (debug_isl_schedule): New.
16124 * graphite-dependences.c (scop_get_reads): Do not call
16125 isl_union_map_add_map that is undocumented isl functionality.
16126 (scop_get_must_writes): Same.
16127 (scop_get_may_writes): Same.
16128 (scop_get_original_schedule): Remove.
16129 (scop_get_dependences): Do not call isl_union_map_compute_flow that
16130 is deprecated in isl 0.15. Instead, use isl_union_access_* interface.
16131 (compute_deps): Remove.
16132 * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
16133 (debug_schedule_ast): New.
16134 (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
16135 set_separate_option.
16136 (graphite_regenerate_ast_isl): Add dump.
16137 (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
16138 from scop->transformed_schedule.
16139 (graphite_regenerate_ast_isl): Add more dump.
16140 * graphite-optimize-isl.c (optimize_isl): Set
16141 scop->transformed_schedule. Check whether schedules are equal.
16142 (apply_poly_transforms): Move here.
16143 * graphite-poly.c (apply_poly_transforms): ... from here.
16144 (free_poly_bb): Static.
16145 (free_scop): Static.
16146 (pbb_number_of_iterations_at_time): Remove.
16147 (print_isl_ast): New.
16148 (debug_isl_ast): New.
16149 (debug_scop_pbb): New.
16150 * graphite-scop-detection.c (print_edge): Move.
16151 (print_sese): Move.
16152 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
16153 (build_scop_scattering): Remove.
16154 (create_pw_aff_from_tree): Assert instead of bailing out.
16155 (add_condition_to_pbb): Remove unused code, do not fail.
16156 (add_conditions_to_domain): Same.
16157 (add_conditions_to_constraints): Remove.
16158 (build_scop_context): New.
16159 (add_iter_domain_dimension): New.
16160 (build_iteration_domains): Initialize pbb->iterators.
16161 Call add_conditions_to_domain.
16164 (index_outermost_in_loop): New.
16165 (index_pbb_in_loop): New.
16166 (outermost_pbb_in): New.
16167 (add_in_sequence): New.
16168 (add_outer_projection): New.
16169 (outer_projection_mupa): New.
16170 (add_loop_schedule): New.
16171 (build_schedule_pbb): New.
16172 (build_schedule_loop): New.
16173 (embed_in_surrounding_loops): New.
16174 (build_schedule_loop_nest): New.
16175 (build_original_schedule): New.
16176 (build_poly_scop): Call build_original_schedule.
16177 * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
16178 (free_poly_dr): Remove.
16179 (struct poly_bb): Add iterators. Remove schedule, transformed, saved.
16180 (free_poly_bb): Remove.
16181 (debug_loop_vec): Remove.
16182 (print_isl_ast): Declare.
16183 (debug_isl_ast): Declare.
16184 (scop_do_interchange): Remove.
16185 (scop_do_strip_mine): Remove.
16186 (scop_do_block): Remove.
16187 (flatten_all_loops): Remove.
16188 (optimize_isl): Remove.
16189 (pbb_number_of_iterations_at_time): Remove.
16190 (debug_scop_pbb): Declare.
16191 (print_schedule_ast): Declare.
16192 (debug_schedule_ast): Declare.
16193 (struct scop): Remove schedule. Add original_schedule,
16194 transformed_schedule.
16195 (free_gimple_poly_bb): Remove.
16196 (print_generated_program): Remove.
16197 (debug_generated_program): Remove.
16198 (unify_scattering_dimensions): Remove.
16199 * sese.c (print_edge): ... here.
16200 (print_sese): ... here.
16201 (debug_edge): ... here.
16202 (debug_sese): ... here.
16203 * sese.h (print_edge): Declare.
16204 (print_sese): Declare.
16205 (dump_edge): Declare.
16206 (dump_sese): Declare.
16208 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
16209 Sebastian Pop <s.pop@samsung.com>
16211 * Makefile.in: Set ISLVER in site.exp.
16213 2016-01-25 Jakub Jelinek <jakub@redhat.com>
16215 * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
16216 DECL_VALUE_EXPR of new_var even for the non-array case. Look
16217 through DECL_VALUE_EXPR for expansion.
16219 2016-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
16221 * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
16222 the frame info after reload completed.
16224 2016-01-25 Jeff Law <law@redhat.com>
16226 PR tree-optimization/69196
16227 PR tree-optimization/68398
16228 * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
16229 tree-ssa-threadupdate.c.
16230 (determine_bb_domination_status): Prototype
16231 * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
16232 (determine_bb_domination_status): No longer static.
16233 (valid_jump_thread_path): Remove code to detect characteristics
16234 of the jump thread path not associated with correctness.
16235 * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
16236 Correct test for thread path length. Count PHIs for real operands as
16237 statements that need to be copied. Do not count ASSERT_EXPRs.
16238 Look at all the blocks in the thread path. Compute and selectively
16239 filter thread paths based on threading through the latch, threading
16240 a multiway branch or crossing a multiway branch.
16242 2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16244 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add
16245 decl with __attribute__ ((unused)) annotation.
16247 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
16250 * tree-vect-stmts.c (vectorizable_condition): Check vectype
16251 of operands is compatible with a statement vectype.
16253 2016-01-25 Eric Botcazou <ebotcazou@adacore.com>
16255 * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
16256 improve wording for mixed storage order support.
16258 2016-01-25 Bilyan Borisov <bilyan.borisov@arm.com>
16260 * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
16261 (vcvt_u64_f64): Likewise.
16262 (vcvta_s64_f64): Likewise.
16263 (vcvta_u64_f64): Likewise.
16264 (vcvtm_s64_f64): Likewise.
16265 (vcvtm_u64_f64): Likewise.
16266 (vcvtn_s64_f64): Likewise.
16267 (vcvtn_u64_f64): Likewise.
16268 (vcvtp_s64_f64): Likewise.
16269 (vcvtp_u64_f64): Likewise.
16271 2016-01-25 Claudiu Zissulescu <claziss@synopsys.com>
16273 * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
16274 (arc_init): Check validity mll64 option.
16275 (arc_save_restore): Use double load/store instruction.
16276 (arc_expand_movmem): Likewise.
16277 (arc_split_move): Don't split if we have double load/store
16278 instructions. Returns a boolean.
16279 (arc_process_double_reg_moves): Change function to return boolean
16280 instead of a sequence of instructions.
16281 (arc_dwarf_register_span): New function.
16282 * config/arc/arc-protos.h (arc_split_move): Change prototype.
16283 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
16284 * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
16285 (*movdf_insn): Likewise.
16286 * config/arc/arc.opt (mll64): New option.
16287 * config/arc/predicates.md (even_register_operand): New predicate.
16288 * doc/invoke.texi (ARC Options): Add mll64 documentation.
16290 2016-01-25 Richard Biener <rguenther@suse.de>
16293 * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
16294 * tree-streamer-out.c (pack_ts_base_value_fields): Stream
16296 * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
16298 2016-01-25 Richard Biener <rguenther@suse.de>
16300 PR tree-optimization/69376
16301 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
16303 (VN_INFO_ANTI_RANGE_P): New inline.
16304 (VN_INFO_RANGE_TYPE): Likewise.
16305 * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
16306 SSA_NAME_ANTI_RANGE_P.
16307 (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
16308 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16309 Properly query VN_INFO_RANGE_TYPE.
16311 2016-01-25 Nick Clifton <nickc@redhat.com>
16314 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
16316 2016-01-23 Tom de Vries <tom@codesourcery.com>
16318 PR tree-optimization/69426
16319 * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
16322 2016-01-23 Jakub Jelinek <jakub@redhat.com>
16324 * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
16325 "the the" with "the" in the comments.
16326 * ipa-devirt.c (build_type_inheritance_graph,
16327 update_type_inheritance_graph): Likewise.
16328 * tree.c (build_function_type_list_1): Likewise.
16329 * cfgloopmanip.c (scale_loop_profile): Likewise.
16330 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
16331 * gimple-ssa-split-paths.c
16332 (find_block_to_duplicate_for_splitting_paths): Likewise.
16333 * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
16334 * expr.c (convert_move): Likewise.
16335 * var-tracking.c (vt_stack_adjustments): Likewise.
16336 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
16337 * tree-vrp.c (test_for_singularity): Likewise.
16339 * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
16340 directly instead of building a temporary tree.
16343 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
16344 remove <algorithm> include.
16346 2016-01-22 Jakub Jelinek <jakub@redhat.com>
16349 * config/i386/i386.c: Include dojump.h.
16350 (expand_small_movmem_or_setmem,
16351 expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
16353 (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
16354 if dynamic_check != -1.
16356 2016-01-21 Jeff Law <law@redhat.com>
16358 PR middle-end/69347
16359 * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
16360 record_temporary_equivalences. Rewritten to avoid unnecessary calls
16361 into dominated_by_p.
16362 (cprop_into_successor_phis): Avoid unnecessary tests.
16364 2016-01-22 Richard Henderson <rth@redhat.com>
16367 * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
16368 (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
16370 2016-01-22 Michael Matz <matz@suse.de>
16372 * system.h (string, algorithm): Include only conditionally.
16373 (new): Include always under C++.
16374 * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
16375 * final.c (toplevel): Ditto.
16376 * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
16377 * genconditions.c (write_header): Make gencondmd.c define
16379 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
16381 * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
16382 * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
16384 2016-01-22 Christian Bruel <christian.bruel@st.com>
16387 * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
16389 2016-01-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16392 * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
16393 define_insn_and_split. Ensure operands[1] and operands[0] do not
16394 get assigned the same register.
16396 2016-01-22 Kugan Vivekanandarajah <kuganv@linaro.org>
16398 * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
16400 2016-01-22 Christian Bruel <christian.bruel@st.com>
16402 * config/arm/arm-c.c (arm_pragma_target_parse):
16403 Remove warn_builtin_macro_redefined overwrite.
16405 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
16407 * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
16408 flag_non_call_exceptions compatibility.
16410 2016-01-22 Jakub Jelinek <jakub@redhat.com>
16413 * dwarf2out.c (add_child_die_after): New function.
16414 (dwarf_qual_info_t): New type.
16415 (dwarf_qual_info): New variable.
16416 (qualified_die_p): New function.
16417 (modified_type_die): For -fdebug-types-section, ensure
16418 canonical order of qualifiers. Put qualified DIEs adjacent
16419 to the corresponding non-qualified type DIE and search there
16420 for existing qualified DIEs.
16422 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
16424 * doc/extend.texi (scalar_storage_order type attribute): Document
16425 restriction on type punning and aliasing, and remove future tense.
16427 2016-01-21 Roman Zhuykov <zhroma@ispras.ru>
16430 * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
16433 2016-01-21 Jeff Law <law@redhat.com>
16435 PR middle-end/69347
16436 * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
16437 useless call to record_temporary_equivalences.
16438 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
16439 allocate 10 slots in the bb_path vector and let it grow as needed.
16440 (fsm_find_control_statement_thread_paths): Similarly for the next_path
16443 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
16445 * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
16447 * configure: Regenerate.
16449 2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
16451 * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
16452 * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
16454 2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
16456 PR middle-end/66178
16457 * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
16458 drop EXPAND_INITIALIZER.
16459 * rtl.h (contains_symbolic_reference_p): Declare.
16460 * rtlanal.c (contains_symbolic_reference_p): New function.
16461 * simplify-rtx.c (simplify_binary_operation_1): Don't turn
16462 a subtraction into a NOT if symbolic constants are involved.
16464 2016-01-21 Anton Blanchard <anton@samba.org>
16465 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16468 * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
16470 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
16473 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
16475 * config/microblaze/microblaze.c
16476 (get_branch_target): New.
16477 (insert_wic_for_ilb_runout): New.
16479 (microblaze_machine_dependent_reorg): New.
16480 (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
16481 * config/microblaze/microblaze.md
16482 (UNSPEC_IPREFETCH): Define.
16483 (iprefetch): New pattern
16484 * config/microblaze/microblaze.opt
16485 (mxl-prefetch): New flag.
16487 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
16489 * config/microblaze/microblaze.h
16490 (FIXED_REGISTERS): Update in macro.
16491 (CALL_USED_REGISTERS): Update in macro.
16493 2016-01-21 Yuri Rumyantsev <ysrumyan@gmail.com>
16495 PR rtl-optimization/68920
16496 * ifcvt.c (cond_move_process_if_block): Limit number of conditional
16499 2016-01-21 Vladimir Makarov <vmakarov@redhat.com>
16501 PR rtl-optimization/68990
16502 * lra-coalesce.c (lra_coalesce): Invalidate value for the result
16503 pseudo instead of inheritance ones.
16505 2016-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
16506 Nick Clifton <nickc@redhat.com>
16510 * config/mips/mips.c (mips_compute_frame_info): Initialise
16511 args_size and hard_frame_pointer_offset fields of the frame
16512 structure before calling mips_global_pointer.
16514 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
16516 * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
16518 * configure: Regenerate.
16520 2016-01-21 Richard Biener <rguenther@suse.de>
16522 * graphite-optimize-isl.c (get_schedule_map): Fix typo.
16524 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
16526 * config/s390/s390.c (s390_asm_declare_function_size): Add code
16527 to actually emit the .size directive.
16529 2016-01-21 Stefan Sørensen <stefan.sorensen@spectralink.com>
16530 Jakub Jelinek <jakub@redhat.com>
16534 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
16535 args array size by one to avoid buffer overflow.
16537 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
16539 * config/s390/s390.md (pool_section_start): Use switch_to_section
16540 to select proper read-only data section instead of hardcoding
16542 (pool_section_end): Use switch_to_section to match the above.
16544 2016-01-21 Richard Biener <rguenther@suse.de>
16546 PR tree-optimization/69378
16547 * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
16548 (set_ssa_val_to): Use it for dominance checks taking into
16549 account not executable edges.
16551 2016-01-21 Jakub Jelinek <jakub@redhat.com>
16554 * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
16555 for bitsize instead of GET_MODE_PRECISION (mode).
16557 2016-01-20 Martin Sebor <msebor@redhat.com>
16560 * extend.texi (__sync Builtins): Clarify the semantics of
16561 __sync_fetch_and_OP built-ins on pointers.
16562 (__atomic Builtins): Same.
16564 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16565 Sebastian Pop <s.pop@samsung.com>
16567 * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
16568 (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
16569 (is_valid_rename): Same.
16570 (translate_isl_ast_to_gimple::get_rename): Same.
16571 (translate_isl_ast_to_gimple::rename_all_uses): Same.
16572 (translate_isl_ast_to_gimple::rename_uses): Same.
16573 (get_new_name): Check for close_phi nodes.
16574 (copy_loop_phi_args): Use phi_node_kind.
16575 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
16576 (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
16578 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16579 Sebastian Pop <s.pop@samsung.com>
16581 Revert commit r229783.
16582 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
16583 Remove use of parameter_rename_map.
16584 (copy_def): Remove.
16585 (copy_internal_parameters): Remove.
16586 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
16587 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
16588 (free_sese_info): Do not free parameter_rename_map.
16589 (set_rename): Do not use parameter_rename_map.
16590 (rename_uses): Update call to set_rename.
16591 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
16592 * sese.h (parameter_rename_map_t): Remove.
16593 (struct sese_info_t): Remove field parameter_rename_map.
16595 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16596 Sebastian Pop <s.pop@samsung.com>
16598 * graphite-isl-ast-to-gimple.c: Fix comment.
16599 * graphite-scop-detection.c (defined_in_loop_p): New.
16600 (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
16601 names defined in loop.
16603 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16604 Sebastian Pop <s.pop@samsung.com>
16606 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
16607 Discard unstructured if-then-else regions.
16609 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16610 Sebastian Pop <s.pop@samsung.com>
16612 * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
16613 (cleanup_loop_iter_dom): Remove.
16614 (build_loop_iteration_domains): Remove.
16615 (build_scop_context): Remove.
16616 (build_scop_iteration_domain): Remove.
16617 (add_loop_constraints): New.
16618 (build_iteration_domains): New.
16619 (build_poly_scop): Call build_iteration_domains.
16621 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16622 Sebastian Pop <s.pop@samsung.com>
16624 * graphite-scop-detection.c
16625 (scop_detection::harmful_loop_in_region): Free dom and loops.
16626 (scop_detection::loop_body_is_valid_scop): Free bbs.
16628 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16629 Sebastian Pop <s.pop@samsung.com>
16631 * graphite-scop-detection.c (record_loop_in_sese): New.
16632 (gather_bbs::before_dom_children): Call record_loop_in_sese.
16633 (build_scops): Remove call to build_sese_loop_nests.
16634 * sese.c (sese_record_loop): Remove.
16635 (build_sese_loop_nests): Remove.
16636 (new_sese_info): Remove region->loops.
16637 (free_sese_info): Same.
16638 * sese.h (sese_contains_loop): Same.
16639 (build_sese_loop_nests): Remove.
16640 (sese_contains_loop): Remove.
16642 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16643 Sebastian Pop <s.pop@samsung.com>
16645 * graphite-scop-detection.c (loop_is_valid_scop): Renamed
16646 loop_is_valid_in_scop.
16647 (scop_detection::harmful_stmt_in_region): Renamed
16648 harmful_loop_in_region.
16649 Call loop_is_valid_in_scop.
16651 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16652 Sebastian Pop <s.pop@samsung.com>
16654 * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
16657 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16658 Sebastian Pop <s.pop@samsung.com>
16660 * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
16661 * graphite.h (struct poly_bb): Remove field is_reduction.
16662 (PBB_IS_REDUCTION): Remove.
16664 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
16665 Sebastian Pop <s.pop@samsung.com>
16667 * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
16668 (add_pdr_constraints): Same.
16669 (scop_get_reads): Same.
16670 (scop_get_must_writes): Same.
16671 (scop_get_may_writes): Same.
16672 (scop_get_original_schedule): Same.
16673 (extend_schedule): Same.
16674 (apply_schedule_on_deps): Same.
16675 (carries_deps): Same.
16676 (compute_deps): Same.
16677 (scop_get_dependences): Same.
16678 * graphite-isl-ast-to-gimple.c
16679 (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
16680 * graphite-optimize-isl.c (get_schedule_for_band): Same.
16681 (get_schedule_for_band_list): Same.
16682 (get_schedule_map): Same.
16683 (apply_schedule_map_to_scop): Same.
16684 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
16685 (build_loop_iteration_domains): Same.
16686 (add_condition_to_pbb): Same.
16687 (add_param_constraints): Same.
16688 (pdr_add_memory_accesses): Same.
16689 (pdr_add_data_dimensions): Same.
16691 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
16693 * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
16696 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
16698 * common.opt (feliminate-dwarf2-dups): Replace references to
16699 "DWARF 2" with just "DWARF".
16700 * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
16701 * doc/extend.texi: Likewise.
16702 * doc/cpp.texi: Likewise.
16703 * doc/invoke.texi: Likewise.
16704 (Option Summary): Add -gdwarf to list of Debugging Options.
16705 (Debugging Options): Document -gdwarf.
16706 * doc/contrib.texi: Spell "DWARF" like that.
16708 2016-01-21 Jakub Jelinek <jakub@redhat.com>
16710 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
16711 warning. Fix up formatting.
16713 PR middle-end/67653
16714 * gimplify.c (gimplify_asm_expr): Warn if it is too late to
16715 attempt to mark memory input operand addressable and
16716 call prepare_gimple_addressable in that case. Don't adjust
16717 input_location for diagnostics, use error_at instead.
16719 2016-01-20 Peter Bergner <bergner@vnet.ibm.com>
16721 * config/rs6000/ppc-auxv.h: New file.
16722 * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
16723 (cpu_is): Likewise.
16724 (cpu_supports): Likewise.
16725 * config/rs6000/rs6000.c: include "ppc-auxv.h".
16726 (cpu_is_info): New variable.
16727 (cpu_supports_info): Likewise.
16728 (tcb_verification_symbol): Likewise.
16729 (cpu_builtin_p): Likewise.
16730 (cpu_expand_builtin): New function.
16731 (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
16732 (rs6000_init_builtins): Likewise.
16733 (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
16734 * config/rs6000/rs6000.h (TLS_REGNUM): New define.
16735 * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
16736 * configure: Regenerate.
16737 * config.in: Likewise.
16738 * doc/extend.texi (PowerPC Built-in Functions): Document
16739 __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
16741 2016-01-20 David Edelsohn <dje.gcc@gmail.com>
16744 * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
16746 * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
16749 2016-01-20 Richard Henderson <rth@redhat.com>
16755 * tree.c (tm_define_builtin): New.
16756 (find_tm_vector_type): New.
16757 (build_tm_vector_builtins): New.
16758 (build_common_builtin_nodes): Call it.
16760 2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
16762 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
16763 (arm_fp_ok): Likewise.
16764 (arm_fp): Likewise.
16765 (arm_crypto): Likewise.
16767 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com>
16768 Richard Biener <rguenther@suse.de>
16770 PR tree-optimization/69328
16771 * tree-vect-stmts.c (vect_is_simple_cond): Check compared
16772 vectors have same number of elements.
16773 (vectorizable_condition): Fix masked version recognition.
16775 2016-01-20 Richard Biener <rguenther@suse.de>
16777 PR tree-optimization/69345
16778 * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
16779 (VN_INFO_PTR_INFO): Likewise.
16780 * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
16781 info when it is equal between non-dominating SSA names.
16782 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16783 Make sure to look at original SSA infos.
16785 2016-01-20 Jeff Law <law@redhat.com>
16788 * config/m68k/predicates.md (pow2_m1_operand): New predicate
16790 (reg_or_pow2_m1_operand): Call pow2_m1_operand.
16791 (pc_or_label_operand): New predicate.
16792 * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
16793 tests for small integers that are 2^n - 1.
16795 2016-01-20 Jonathan Wakely <jwakely@redhat.com>
16797 * doc/invoke.texi (Options Summary): Add '.' after @xref.
16799 2016-01-19 Jeff Law <law@redhat.com>
16801 PR middle-end/69347
16802 * tree-ssa-threadbackwards.c
16803 (fsm_find_control_statement_thread_paths): Do not try to lookup
16804 FSM paths for SSA_NAMEs appearing in abnormal PHIs.
16806 2016-01-20 Kugan Vivekanandarajah <kuganv@linaro.org>
16808 * doc/lto.texi: Remove text that says only Gold has linker plugin
16811 2016-01-19 Eric Botcazou <ebotcazou@adacore.com>
16813 * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
16814 (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
16815 the DIE accordingly.
16816 (modified_type_die): Add REVERSE parameter and pass it recursively,
16817 as well as to base_type_die. Adjust presence check accordingly.
16818 (base_type_for_mode): Adjust call to modified_type_die.
16819 (add_type_attribute): Add REVERSE parameter and pass it to
16821 (generic_parameter_die): Adjust call to add_type_attribute.
16822 (add_scalar_info): Likewise.
16823 (add_subscript_info): Likewise.
16824 (gen_array_type_die): Likewise.
16825 (gen_descr_array_type_die): Likewise.
16826 (gen_entry_point_die): Likewise.
16827 (gen_enumeration_type_die): Likewise.
16828 (gen_formal_parameter_die): Likewise.
16829 (gen_subprogram_die): Likewise.
16830 (gen_variable_die ): Likewise.
16831 (gen_const_die): Likewise.
16832 (gen_field_die): Likewise.
16833 (gen_pointer_type_die): Likewise.
16834 (gen_reference_type_die): Likewise.
16835 (gen_ptr_to_mbr_type_die): Likewise.
16836 (gen_inheritance_die): Likewise.
16837 (gen_subroutine_type_die): Likewise.
16838 (gen_typedef_die): Likewise.
16839 (force_type_die): Adjust call to modified_type_die.
16841 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
16843 * doc/standards.texi: Copy-editing for grammar, markup, and sentence
16844 flow throughout the file. Fix broken link to Objective-C 2.0
16846 * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
16849 2016-01-19 Wilco Dijkstra <wdijkstr@arm.com>
16851 * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
16853 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
16856 * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
16857 (maybe_record_node): Record cxa_pure_virtual as the only possible
16858 target if there are not ohter candidates.
16859 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
16861 2016-01-19 Richard Biener <rguenther@suse.de>
16863 * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
16864 (get_memory_order): Likewise.
16866 2016-01-19 Kirill Yukhin <kirill.yukhin@intel.com>
16868 * tree-vect-stmts.c (vectorizable_store): Check
16871 2016-01-19 David Malcolm <dmalcolm@redhat.com>
16874 * gcc.c (driver::decode_argv): Add call to
16875 init_opts_obstack before init_options_struct.
16876 * opts.c (init_opts_obstack): Remove idempotency.
16877 (init_options_struct): Replace call to init_opts_obstack
16878 with a gcc_assert to verify that it has already been called.
16879 * toplev.c (toplev::main): Add call to init_opts_obstack before
16880 calls to init_options_struct.
16881 (toplev::finalize): Move cleanup of opts_obstack next to
16882 cleanup of save_decoded_options, clearing the latter, and
16883 save_decoded_options_count.
16885 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16888 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
16889 attribute to unconditional. Remove %? from output template.
16891 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
16892 Jiong Wang <jiong.wang@arm.com>
16894 * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
16895 generated from different expand order.
16897 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
16899 * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
16900 Add support for CCMP costing.
16902 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
16904 * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
16905 * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
16906 (fccmpe<mode>): Likewise.
16907 (fcmp): Rename to fcmp and globalize pattern.
16909 * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
16910 (aarch64_gen_ccmp_next): Add FP support.
16912 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
16914 * target.def (gen_ccmp_first): Update documentation.
16915 (gen_ccmp_next): Likewise.
16916 * doc/tm.texi (gen_ccmp_first): Update documentation.
16917 (gen_ccmp_next): Likewise.
16918 * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
16919 expand_ccmp_expr_1. Improve comments.
16920 * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
16921 (ccmp_ior<mode>): Remove pattern.
16922 (cmp<mode>): Remove expand.
16923 (cmp): Globalize pattern.
16924 (cstorecc4): Use cc_register.
16925 (mov<mode>cc): Remove ccmp_cc_register check.
16926 * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
16927 Simplify after removal of CC_DNE/* modes.
16928 (aarch64_ccmp_mode_to_code): Remove.
16929 (aarch64_print_operand): Remove 'K' case. Merge 'm' and 'M' cases.
16930 In 'k' case use integer as condition.
16931 (aarch64_nzcv_codes): Remove inverted cases.
16932 (aarch64_code_to_ccmode): Remove.
16933 (aarch64_gen_ccmp_first): Use cmp pattern directly. Return the correct
16934 comparison with CC register to be used in folowing CCMP/branch/CSEL.
16935 (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
16936 pattern. Return the comparison with CC register. Invert conditions
16937 when bitcode is OR.
16938 * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
16939 * config/aarch64/predicates.md (ccmp_cc_register): Remove.
16941 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
16943 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
16944 instrumented_version.
16946 2016-01-19 Richard Biener <rguenther@suse.de>
16948 PR tree-optimization/69336
16949 * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
16950 handled components with get_ref_base_and_extent.
16951 (equal_mem_array_ref_p): Adjust.
16953 2016-01-19 Jakub Jelinek <jakub@redhat.com>
16956 * shrink-wrap.c: Include valtrack.h.
16957 (move_insn_for_shrink_wrap): Add DEBUG argument. If
16958 MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
16959 in between insn and where it will be moved to. Call
16960 dead_debug_insert_temp.
16961 (prepare_shrink_wrap): Adjust caller. Call dead_debug_local_init
16962 first and dead_debug_local_finish at the end.
16963 For uses and defs bitmap, handle all regs in between REGNO and
16964 END_REGNO, not just the first one.
16966 2016-01-19 Richard Biener <rguenther@suse.de>
16968 PR tree-optimization/69352
16969 * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
16970 (equal_mem_array_ref_p): Constrain size and max size properly.
16971 Compare the reverse flag.
16973 2016-01-19 Bernd Schmidt <bschmidt@redhat.com>
16975 * ira.c (ira): Update regstat data if we deleted insns.
16977 2016-01-19 Jakub Jelinek <jakub@redhat.com>
16979 PR rtl-optimization/68955
16980 PR rtl-optimization/64557
16981 * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
16982 here. Fix up formatting.
16983 * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
16985 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
16988 * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
16989 assume that the node has body.
16990 * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
16993 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
16995 * lto-streamer-out.c (lto_output): Do not stream instrumentation
16998 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
17000 * symtab.c (symtab_node::asm_name): Do not call printable name directly.
17001 (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
17003 2016-01-19 Martin Jambor <mjambor@suse.cz>
17004 Martin Liska <mliska@suse.cz>
17005 Michael Matz <matz@suse.de>
17007 * Makefile.in (OBJS): Add new source files.
17008 (GTFILES): Add hsa.c.
17009 * common.opt (disable_hsa): New variable.
17010 (-Whsa): New warning.
17011 * config.in (ENABLE_HSA): New.
17012 * configure.ac: Treat hsa differently from other accelerators.
17013 (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
17014 $enable_offloading.
17015 (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
17016 * doc/install.texi (Configuration): Document --with-hsa-runtime,
17017 --with-hsa-runtime-include, --with-hsa-runtime-lib and
17018 --with-hsa-kmt-lib.
17019 * doc/invoke.texi (-Whsa): Document.
17020 (hsa-gen-debug-stores): Likewise.
17021 * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
17022 to invoke offload compiler for hsa acclerator.
17023 * opts.c (common_handle_option): Determine whether HSA offloading
17024 should be performed.
17025 * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
17026 * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
17027 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
17028 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
17029 * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
17030 * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
17031 GF_OMP_FOR_KIND_GRID_LOOP.
17032 (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
17033 (pp_gimple_stmt_1): Likewise.
17034 * gimple-walk.c (walk_gimple_stmt): Likewise.
17035 * gimple.c (gimple_build_omp_grid_body): New function.
17036 (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
17037 * gimple.def (GIMPLE_OMP_GRID_BODY): New.
17038 * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
17039 GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
17040 GF_OMP_TEAMS_GRID_PHONY.
17041 (gimple_statement_omp_single_layout): Updated comments.
17042 (gimple_build_omp_grid_body): New function.
17043 (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
17044 (gimple_omp_for_grid_phony): New function.
17045 (gimple_omp_for_set_grid_phony): Likewise.
17046 (gimple_omp_parallel_grid_phony): Likewise.
17047 (gimple_omp_parallel_set_grid_phony): Likewise.
17048 (gimple_omp_teams_grid_phony): Likewise.
17049 (gimple_omp_teams_set_grid_phony): Likewise.
17050 (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
17051 * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
17052 (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
17053 (BUILT_IN_GOMP_TARGET): Updated type.
17054 * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
17055 (adjust_for_condition): New function.
17056 (get_omp_for_step_from_incr): Likewise.
17057 (extract_omp_for_data): Moved parts to adjust_for_condition and
17058 get_omp_for_step_from_incr.
17059 (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
17060 (fixup_child_record_type): Bail out if receiver_decl is NULL.
17061 (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
17062 (scan_omp_parallel): Do not create child functions for phony
17064 (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
17065 (scan_omp_1_op): Checking assert we are not remapping to
17066 ERROR_MARK. Also also handle GIMPLE_OMP_GRID_BODY.
17067 (parallel_needs_hsa_kernel_p): New function.
17068 (expand_parallel_call): Register apprpriate parallel child
17069 functions as HSA kernels.
17070 (grid_launch_attributes_trees): New type.
17071 (grid_attr_trees): New variable.
17072 (grid_create_kernel_launch_attr_types): New function.
17073 (grid_insert_store_range_dim): Likewise.
17074 (grid_get_kernel_launch_attributes): Likewise.
17075 (get_target_argument_identifier_1): Likewise.
17076 (get_target_argument_identifier): Likewise.
17077 (get_target_argument_value): Likewise.
17078 (push_target_argument_according_to_value): Likewise.
17079 (get_target_arguments): Likewise.
17080 (expand_omp_target): Call get_target_arguments instead of looking
17081 up for teams and thread limit.
17082 (grid_expand_omp_for_loop): New function.
17083 (grid_arg_decl_map): New type.
17084 (grid_remap_kernel_arg_accesses): New function.
17085 (grid_expand_target_kernel_body): New function.
17086 (expand_omp): Call it.
17087 (lower_omp_for): Do not emit phony constructs.
17088 (lower_omp_taskreg): Do not emit phony constructs but create for them
17089 a temporary variable receiver_decl.
17090 (lower_omp_taskreg): Do not emit phony constructs.
17091 (lower_omp_teams): Likewise.
17092 (lower_omp_grid_body): New function.
17093 (lower_omp_1): Call it.
17094 (grid_reg_assignment_to_local_var_p): New function.
17095 (grid_seq_only_contains_local_assignments): Likewise.
17096 (grid_find_single_omp_among_assignments_1): Likewise.
17097 (grid_find_single_omp_among_assignments): Likewise.
17098 (grid_find_ungridifiable_statement): Likewise.
17099 (grid_target_follows_gridifiable_pattern): Likewise.
17100 (grid_remap_prebody_decls): Likewise.
17101 (grid_copy_leading_local_assignments): Likewise.
17102 (grid_process_kernel_body_copy): Likewise.
17103 (grid_attempt_target_gridification): Likewise.
17104 (grid_gridify_all_targets_stmt): Likewise.
17105 (grid_gridify_all_targets): Likewise.
17106 (execute_lower_omp): Call grid_gridify_all_targets.
17107 (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
17108 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
17109 (tree_omp_clause): Added union field dimension.
17110 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
17111 * tree.c (omp_clause_num_ops): Added number of arguments of
17112 OMP_CLAUSE__GRIDDIM_.
17113 (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
17114 (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
17115 * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
17116 (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
17117 (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
17118 (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
17119 * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
17120 * tree-pass.h (make_pass_gen_hsail): Declare.
17121 (make_pass_ipa_hsa): Likewise.
17122 * ipa-hsa.c: New file.
17123 * lto-section-in.c (lto_section_name): Add hsa section name.
17124 * lto-streamer.h (lto_section_type): Add hsa section.
17125 * timevar.def (TV_IPA_HSA): New.
17126 * hsa-brig-format.h: New file.
17127 * hsa-brig.c: New file.
17128 * hsa-dump.c: Likewise.
17129 * hsa-gen.c: Likewise.
17132 * toplev.c (compile_file): Call hsa_output_brig.
17133 * hsa-regalloc.c: New file.
17135 2016-01-18 Jeff Law <law@redhat.com>
17137 PR tree-optimization/69320
17138 * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
17139 ranged object, do nothing if the RHS constant is not [0..1].
17140 (optimize_stmt): Comparing a boolean ranged object against a
17141 constant outside [0..1] results in a compile-time constant.
17143 * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
17146 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
17148 * doc/invoke.texi (Invoking GCC): Add new section to menu.
17149 (Option Summary): Update to reflect new section and moved options.
17150 (C++ Dialect Options): Move -fstats to new section.
17151 (Debugging Options): Move all dump, statistics, and other GCC
17152 developer options to new section. Rewrite section introduction
17153 and re-order remaining options to put the more basic ones first.
17154 (Optimization Options): Move -fira-verbose and -flto-report* to
17156 (Developer Options): New section incorporating moved options.
17157 * doc/cppopts.texi (-dM): Update cross-reference.
17159 2016-01-18 Richard Henderson <rth@redhat.com>
17162 * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
17163 operands to pseudo only if CSE is expected. Split long immediate
17164 operands only after reload, and for the stack pointer.
17165 (*add<GPI>3_pluslong): Remove.
17166 (*addsi3_aarch64, *adddi3_aarch64): Merge into...
17167 (*add<GPI>3_aarch64): ... here. Add r/rk/Upl alternative.
17168 (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
17169 (*add<GPI>3 peepholes): New.
17170 (*add<GPI>3 splitters): New.
17171 * config/aarch64/constraints.md (Upl): New.
17172 * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
17174 2016-01-18 Richard Biener <rguenther@suse.de>
17176 PR tree-optimization/69297
17177 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
17179 (vect_bb_vectorization_profitable_p): Clear visited flag again.
17181 2016-01-18 Yuri Rumyantsev <ysrumyan@gmail.com>
17183 PR middle-end/68542
17184 * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
17185 of mixind vector and scalar types.
17186 (fold_relational_const): Add handling of vector
17187 comparison with boolean result.
17188 * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
17189 comparison of vector operands with boolean result for EQ/NE only.
17190 (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
17191 (verify_gimple_cond): Likewise.
17192 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
17195 2016-01-18 Joseph Myers <joseph@codesourcery.com>
17197 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
17200 2016-01-18 Richard Biener <rguenther@suse.de>
17202 PR middle-end/69308
17203 * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
17205 2016-01-18 Tom de Vries <tom@codesourcery.com>
17207 * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
17209 2016-01-18 Tom de Vries <tom@codesourcery.com>
17211 * omp-low.c (set_oacc_fn_attrib): Make extern.
17212 * omp-low.h (set_oacc_fn_attrib): Declare.
17213 * tree-parloops.c (struct reduction_info): Add reduc_addr field.
17214 (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
17215 (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
17216 Add and handle function parameter oacc_kernels_p.
17217 (find_reduc_addr, get_omp_data_i_param): New function.
17218 (ref_conflicts_with_region, oacc_entry_exit_ok_1)
17219 (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
17220 (parallelize_loops): Add and handle function parameter oacc_kernels_p.
17221 Calculate dominance info. Skip loops that are not in a kernels region
17222 in oacc_kernels_p mode. Skip inner loops of parallelized loops.
17223 (pass_parallelize_loops::execute): Call parallelize_loops with
17224 oacc_kernels_p argument.
17225 (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
17226 New member function.
17227 (pass_parallelize_loops::bool oacc_kernels_p): New member var.
17228 * passes.def: Add argument to pass_parallelize_loops instantation.
17230 2016-01-18 Tom de Vries <tom@codesourcery.com>
17232 * tree-parloops.c (pass_parallelize_loops::execute): Allow
17233 pass_parallelize_loops to be run outside the loop pipeline.
17235 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
17237 * tree-scalar-evolution.c (follow_copies_to_constant): New.
17238 (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
17240 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
17243 * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
17244 using get_ref_base_and_extent.
17245 (equal_mem_array_ref_p): New.
17246 (hashable_expr_equal_p): Add call to previous.
17248 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
17251 * tree-sra.c (disqualified_constants, constant_decl_p): New.
17252 (sra_initialize): Allocate disqualified_constants.
17253 (sra_deinitialize): Free disqualified_constants.
17254 (disqualify_candidate): Update disqualified_constants when appropriate.
17255 (create_access): Scan for constant-pool entries as we go along.
17256 (scalarizable_type_p): Add check against type_contains_placeholder_p.
17257 (maybe_add_sra_candidate): Allow constant-pool entries.
17258 (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
17259 (initialize_constant_pool_replacements): New.
17260 (sra_modify_assign): Avoid mangling assignments created by previous,
17261 and don't generate writes into constant pool.
17262 (sra_modify_function_body): Call initialize_constant_pool_replacements.
17264 2016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
17266 * config/i386/i386.c (scalar_to_vector_candidate_p): Support
17267 andnot instruction.
17268 (scalar_chain::convert_op): Likewise.
17269 * config/i386/i386.md (*andndi3_doubleword): New.
17271 2016-01-18 Richard Biener <rguenther@suse.de>
17273 PR tree-optimization/69170
17274 * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
17275 building a vector from scalar results of a pattern stmt.
17277 2016-01-18 Jakub Jelinek <jakub@redhat.com>
17279 * haifa-sched.c (autopref_multipass_init): Work around
17280 -Wmaybe-uninitialized warning.
17282 2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
17284 * config/arm/arm.c (thumb1_reorg): Check that the comparison is
17285 against the constant 0.
17287 2016-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17289 PR tree-optimization/68799
17290 * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
17291 look up phi candidates in the statement-candidate map.
17292 (phi_add_costs): Likewise.
17293 (record_phi_increments): Likewise.
17294 (phi_incr_cost): Likewise.
17295 (ncd_with_phi): Likewise.
17296 (all_phi_incrs_profitable): Likewise.
17298 2016-01-17 Jakub Jelinek <jakub@redhat.com>
17300 * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
17301 -Wmaybe-uninitialized warning.
17303 2016-01-16 Sandra Loosemore <sandra@codesourcery.com>
17305 * doc/invoke.texi (Invoking GCC): Add new section to menu.
17306 (Option Summary): Update to reflect new section and moved options.
17307 (C++ Dialect Options): Move -fvtable-verify and related options.
17308 (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
17309 and profiling-related options.
17310 (Optimization Options): Move profile generation options and
17311 -fstack-protector and related options.
17312 (Instrumentation Options): New section incorporating moved options.
17313 (Code Generation Options): Move -finstrument-functions and
17314 related options, -fstack-check, -fstack-limit*, and -fbounds-check.
17316 2016-01-16 Tom de Vries <tom@codesourcery.com>
17318 * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
17320 2016-01-16 Tom de Vries <tom@codesourcery.com>
17322 * omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
17324 2016-01-16 Richard Sandiford <richard.sandiford@arm.com>
17326 * hash-table.h (hash_table::empty): Turn into an inline wrapper
17327 that checks whether the table is already empty. Rename the
17328 original implementation to...
17329 (hash_table::empty_slot): ...this new private function.
17331 2016-01-15 David Malcolm <dmalcolm@redhat.com>
17333 PR diagnostic/68899
17334 * diagnostic-show-locus.c (layout::print_source_line): Move x
17335 offset of line until after call to
17336 get_line_width_without_trailing_whitespace.
17338 2016-01-15 Jeff Law <law@redhat.com>
17340 PR tree-optimization/69270
17341 * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
17342 tree-ssa-dom.c. Improve test for [0..1] ranve from VRP.
17343 * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
17344 * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
17345 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
17346 ssa_name_has_boolean_range and constant_boolean_node.
17348 2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
17350 PR rtl-optimization/69030
17351 * lra-spills.c (remove_pseudos): Check nrefs and make the function
17353 (spill_pseudos): Delete debug insn for dead pseudo.
17354 (lra_spill): Initiate spill_hard_reg and slots memory separately.
17356 2016-01-15 Jiong Wang <jiong.wang@arm.com>
17358 * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
17360 (TYPES_UNOPUS): Likewise.
17361 * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
17362 builtin type, from UNOP to UNOPUS.
17363 (lbtruncuv4sf): Likewise.
17364 (lbtruncuv2df): Likewise.
17365 (lrounduv2sf): Likewise.
17366 (lrounduv4sf): Likewise.
17367 (lrounduv2df): Likewise.
17368 (lroundusf): Likewise.
17369 (lroundusf): Likewise.
17370 (lceiluv2sf): Likewise.
17371 (lceiluv4sf): Likewise.
17372 (lceiluv2df): Likewise.
17373 (lceilusf): Likewise.
17374 (lceiludf): Likewise.
17375 (lflooruv2sf): Likewise.
17376 (lflooruv4sf): Likewise.
17377 (lflooruv2df): Likewise.
17378 (lfloorusf): Likewise.
17379 (lfloorudf): Likewise.
17380 (lfrintnuv2sf): Likewise.
17381 (lfrintnuv4sf): Likewise.
17382 (lfrintnuv2df): Likewise.
17383 (lfrintnusf): Likewise.
17384 (lfrintnudf): Likewise.
17385 * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
17387 (vcvtq_u32_f32): Likewise.
17388 (vcvtq_u64_f64): Likewise.
17389 (vcvta_u32_f32): Likewise.
17390 (vcvtaq_u32_f32): Likewise.
17391 (vcvtaq_u64_f64): Likewise.
17392 (vcvtm_u32_f32): Likewise.
17393 (vcvtmq_u32_f32): Likewise.
17394 (vcvtmq_u64_f64): Likewise.
17395 (vcvtn_u32_f32): Likwise.
17396 (vcvtnq_u32_f32): Likewise.
17397 (vcvtnq_u64_f64): Likewise.
17398 (vcvtp_u32_f32): Likewise.
17399 (vcvtpq_u32_f32): Likewise.
17400 (vcvtpq_u64_f64): Likewise.
17401 (vcvtmd_u64_f64): Likewise.
17402 (vcvtms_u32_f32): Likewise.
17403 (vcvtad_u64_f64): Likewise.
17404 (vcvtas_u32_f32): Likewise.
17405 (vcvtnd_u64_f64): Likewise.
17406 (vcvtns_u32_f32): Likewise.
17407 (vcvtpd_u64_f64): Likewise.
17408 (vcvtps_u32_f32): Likewise.
17410 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17412 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
17413 CSEL of zero_extended registers.
17415 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17417 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
17418 Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
17420 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17422 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
17423 false when argument string is not found in the attributes table
17426 2016-01-15 David Edelsohn <dje.gcc@gmail.com>
17429 * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
17430 (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
17431 * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
17432 precision estimate.
17434 2016-01-15 Richard Biener <rguenther@suse.de>
17436 PR tree-optimization/66856
17437 * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
17438 * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
17439 (vect_create_new_slp_node): Increment stmt reference count.
17440 (vect_get_and_check_slp_defs): Make sure stmts are nor already in
17441 an SLP tree before swapping operands.
17442 (vect_build_slp_tree): Likewise.
17443 (destroy_bb_vec_info): Free stmt info after SLP instances.
17444 * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
17445 * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
17446 (STMT_VINFO_NUM_SLP_USES): New macro.
17448 2016-01-15 Richard Biener <rguenther@suse.de>
17451 * dwarf2out.c (add_linkage_name_raw): New function split out from ...
17452 (add_linkage_name): ... here.
17453 (gen_typedef_die): Use add_linkage_name_raw instead of
17454 add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
17457 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
17459 * gimplify.c (oacc_default_clause): Decode reference and pointer
17460 types for both kernels and parallel regions.
17462 2016-01-15 Richard Sandiford <richard.sandiford@arm.com>
17464 PR middle-end/69246
17465 * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
17467 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
17469 * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
17470 (convert_scalars_to_vector): Likewise.
17472 2016-01-15 Jonathan Wakely <jwakely@redhat.com>
17474 * doc/extend.texi (Type Traits): Fix grammar.
17476 2016-01-15 Martin Jambor <mjambor@suse.cz>
17478 * tree-inline.c (remap_decl): Use existing dclarations if
17479 remapping a type and prevent_decl_creation_for_types.
17480 (replace_locals_stmt): Do an initial remapping of non-VLA typed
17481 decls first. Do real remapping with
17482 prevent_decl_creation_for_types set.
17483 * tree-inline.h (copy_body_data): New field
17484 prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
17487 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
17489 * config/s390/s390.opt (mmvcle): More verbose help text.
17491 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
17493 * config/s390/s390.opt: Add period to -mzvector option text.
17495 2016-01-15 Richard Biener <rguenther@suse.de>
17497 PR tree-optimization/68961
17498 * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
17499 of invariants in stores again.
17501 2016-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
17503 * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
17505 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
17507 * config/i386/i386.c (ix86_expand_branch): Don't split
17508 DI mode xor instruction to SI mode.
17510 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
17513 * ipa-icf.c (sem_function::merge): Virtual functions may become
17514 reachable even if they address is not taken and there are no
17517 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
17519 * lto-streamer-out.c (subtract_estimated_size): New function.
17520 (get_symbol_initial_value): Use it.
17522 2016-01-15 Christian Bruel <christian.bruel@st.com>
17525 * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
17526 (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
17527 (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
17528 use add_builtin_function_ext_scope instead of add_builtin_function.
17529 (neon_set_p, neon_crypto_set_p): Remove.
17530 (arm_init_builtins): Always call arm_init_neon_builtins and
17531 arm_init_crypto_builtins.
17532 (arm_expand_builtin): Check that builtins are allowed for the arch.
17533 * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
17534 * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
17535 arm_init_neon_builtins call.
17537 2016-01-15 Richard Biener <rguenther@suse.de>
17539 PR tree-optimization/69117
17540 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
17541 * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
17542 of the leader conservatively.
17543 (free_scc_vn): Restore original SSA name infos.
17545 2016-01-14 Jeff Law <law@redhat.com>
17547 PR tree-optimization/69270
17548 * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
17549 single bit of precision, verify it's also unsigned.
17550 (record_edge_info): Use constant_boolean_node rather than fold_convert
17551 to convert boolean_true/boolean_false to the right type.
17553 2016-01-14 Richard Henderson <rth@redhat.com>
17556 * loop-doloop.c (record_reg_sets): New.
17557 (doloop_optimize): Reject the transform if the sequence
17558 clobbers registers live at the end of the loop block.
17559 (doloop_optimize_loops): Enable df_live if needed.
17561 2016-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
17563 * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
17564 * config/rs6000/rs6000.c: Likewise.
17565 * config/rs6000/rs6000.h: Likewise.
17566 * config/rs6000/rs6000.md: Likewise.
17567 * doc/extend.texi: Likewsie.
17569 2016-01-14 Jeff Law <law@redhat.com>
17571 * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
17574 2016-01-14 Richard Henderson <rth@redhat.com>
17578 * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
17579 * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
17580 instead of builtin_decl_declared_p to test for declaration.
17582 2016-01-14 Nicklas Bo Jensen <nbjensen@gmail.com>
17584 * doc/loop.texi (Loop Analysis and Representation): Document
17585 loop_depth function.
17587 2016-01-14 Tom de Vries <tom@codesourcery.com>
17589 PR tree-optimization/68773
17590 * omp-low.c (expand_omp_target): Don't set force_output.
17591 * varpool.c (varpool_node::get_create): Same.
17592 * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
17593 offload_funcs with force_output.
17595 2016-01-14 Jakub Jelinek <jakub@redhat.com>
17598 * lra-eliminations.c (move_plus_up): Don't change anything if either
17599 the outer or inner subreg mode is not MODE_INT.
17600 * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
17601 integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
17603 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
17605 * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
17606 reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
17607 reduc_uplus_@var{m}): Remove.
17608 * expr.c (expand_expr_real_2): Remove expansion path for
17609 reduc_[us](min|max|plus) optabs.
17610 * optabs-tree.c (scalar_reduc_to_vector): Remove.
17611 * optabs-tree.h (scalar_reduc_to_vector): Remove.
17612 * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
17613 reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
17614 * tree-vect-loop.c (vectorizable_reduction): Remove test for
17615 reduc_[us](min|max|plus) optabs.
17617 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
17619 * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
17620 (reduc_plus_scal_v2sf): New.
17621 (reduc_smax_v2sf): Rename to...
17622 (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
17623 (reduc_smin_v2sf): Rename to...
17624 (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
17626 2016-01-14 Jan Hubicka <hubicka@ucw.cz>
17628 * alias.c (compare_base_symbol_refs): New function.
17629 (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
17632 2016-01-14 Jakub Jelinek <jakub@redhat.com>
17634 PR middle-end/68146
17635 PR tree-optimization/69155
17636 * tree-complex.c: Include cfganal.h.
17637 (phis_to_revisit): New variable.
17638 (extract_component): Add phiarg_p argument. Assert that returned
17639 SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
17640 (update_phi_components): Partly rewrite to use loop over real/imag
17641 components instead of code duplication. If extract_component returns
17642 SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
17643 create_tmp_reg into the PHI node instead, and mention the phi triplet
17644 in phis_to_revisit.
17645 (tree_lower_complex): Walk bbs in rpo order. Adjust phis recorded
17646 in phis_to_revisit at the end.
17648 2016-01-14 Richard Biener <rguenther@suse.de>
17650 PR tree-optimization/68060
17651 * tree-vect-loop.c (vect_is_simple_reduction): Check the
17652 outer loop reduction is only used in the inner loop before
17653 detecting a double reduction.
17655 2016-01-14 Jakub Jelinek <jakub@redhat.com>
17658 * combine.c (expand_field_assignment): Punt if compute_mode is
17659 unsupported scalar mode.
17661 2016-01-14 Richard Biener <rguenther@suse.de>
17663 PR tree-optimization/66856
17664 * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
17665 SLP node only if it built successfully.
17666 (vect_analyze_slp_instance): Adjust.
17668 2016-01-14 Jeff Law <law@redhat.com>
17670 PR tree-optimization/69270
17671 * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
17672 (record_edge_info): Use it. Convert boolean_{true,false}_node
17673 to the type of op0.
17675 2016-01-13 Jan Hubicka <hubicka@ucw.cz>
17678 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
17679 use block_ultimate_origin
17680 (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
17682 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
17684 * doc/invoke.texi (Submodel Options): Rename section to
17685 "Machine-Dependent Options" to better reflect its content.
17686 Rewrite introductory text to remove archaic CPU names.
17689 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
17691 * doc/invoke.texi (Code Gen Options): Move section up in file,
17692 before target-specific options. Update menu and option summary
17693 to reflect the new section ordering.
17695 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
17697 * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
17698 (C++ Dialect Options): Add cross-reference to -std option.
17699 * doc/standards.texi (C++ Language): Document C++14 support.
17701 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
17703 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
17704 for pack/unpack functions for __ibm128.
17705 (PACK_IF): Likewise.
17706 (UNPACK_IF): Likewise.
17708 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
17709 support for __ibm128 pack/unpack functions.
17710 (rs6000_invalid_builtin): Likewise.
17711 (rs6000_init_builtins): Likewise.
17712 (rs6000_opt_masks): Likewise.
17714 * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
17715 (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
17717 (RS6000_BTM_COMMON): Likewise.
17719 * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
17720 (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
17721 disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
17722 128-bit floating point. Add support for the double values to be
17723 in Altivec registers for TF/IF packing and unpacking, but restrict
17724 TD packing sub-fields to be FPR registers. Don't allow overlapped
17725 register support for packing. Allow pack inputs to be memory
17726 locations. Don't build generator functions for unpack<mode>_dm
17727 and unpack<mode>_nodm.
17728 (unpack<mode>_dm): Likewise.
17729 (unpack<mode>_nodm): Likewise.
17730 (pack<mode>): Likewise.
17732 * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
17733 built-in functions to pack/unpack explicit __ibm128 values.
17734 (__builtin_unpack_ibm128): Likewise.
17736 * doc/extend.texi (PowerPC Built-in Functions): Document
17737 __builtin_pack_ibm128 and __builtin_unpack_ibm128.
17739 2016-01-13 Bernd Schmidt <bschmidt@redhat.com>
17742 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
17743 Add new arg loc and pass it down as context.
17744 (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
17745 to the location to use for the warning.
17746 (check_function_arguments): New arg loc. All callers changed. Pass
17747 it to check_function_nonnull.
17748 * c-common.h (check_function_arguments): Adjust declaration.
17750 2016-01-13 Jakub Jelinek <jakub@redhat.com>
17752 PR tree-optimization/69156
17753 * gimple.c (validate_type): Removed.
17754 (gimple_builtin_call_types_compatible_p): Use
17755 useless_type_conversion_p instead of validate_type.
17756 * value-prof.c (gimple_stringop_fixed_value): Fold
17757 icall_size to correct type.
17759 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
17761 * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
17764 2016-01-13 Richard Henderson <rth@redhat.com>
17767 * target.def (builtin_tm_load, builtin_tm_store): Remove.
17768 * config/i386/i386.c (ix86_builtin_tm_load): Remove.
17769 (ix86_builtin_tm_store): Remove.
17770 (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
17771 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
17772 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
17773 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
17774 * doc/tm.texi: Rebuild.
17776 * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
17777 (BUILT_IN_TM_MEMCPY_RTWN): New.
17778 * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
17779 fallback from vector to integer helpers.
17780 (build_tm_load): Handle vector types directly, instead of
17782 (build_tm_store): Likewise.
17783 (expand_assign_tm): Prepare for register types not handled by
17784 the above. Copy them to memory and use memcpy.
17785 * tree.c (tm_define_builtin): New.
17786 (find_tm_vector_type): New.
17787 (build_tm_vector_builtins): New.
17788 (build_common_builtin_nodes): Call it.
17790 2016-01-13 Uros Bizjak <ubizjak@gmail.com>
17792 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
17793 TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
17795 2016-01-13 Tom de Vries <tom@codesourcery.com>
17797 PR tree-optimization/69169
17798 * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
17799 handled_struct_type param.
17800 (create_variable_info_for, intra_create_variable_infos): Call
17801 create_variable_info_for_1 with extra arg.
17803 2016-01-13 Yvan Roux <yvan.roux@linaro.org>
17805 * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
17806 and "armv8.1-a+crc" entries.
17808 2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
17811 * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
17812 Change first operand predicate from register_or_constm1_operand
17813 to register_operand.
17814 (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
17815 (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
17816 (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
17817 (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
17818 (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
17819 (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
17820 (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
17821 * config/i386/i386.c (ix86_expand_builtin): Remove first operand
17822 comparison with constm1_rtx from vec_prefetch_gen part.
17824 2016-01-13 Richard Biener <rguenther@suse.de>
17826 PR tree-optimization/69013
17827 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
17828 Exchange assert for a test.
17830 2016-01-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17833 * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
17835 2016-01-13 Richard Biener <rguenther@suse.de>
17837 PR tree-optimization/69242
17838 * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
17839 assert with a check.
17841 2016-01-13 Richard Biener <rguenther@suse.de>
17843 PR tree-optimization/69186
17844 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
17845 Properly guard vect_update_misalignment_for_peel call.
17847 2016-01-12 Jeff Law <law@redhat.com>
17849 PR tree-optimization/pr67755
17850 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
17851 "need_profile_correction".
17852 (thread_block_1): Initialize new field to false by default. If we
17853 have multiple thread paths through a common joiner to different
17854 final targets, then set new field to true.
17855 (compute_path_counts): Only do count adjustment when it's really
17858 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
17860 * doc/invoke.texi (Spec Files): Move section down in file, past
17861 all command-line option descriptions.
17863 2016-01-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17865 PR middle-end/54809
17866 * doc/gty.texi: Remove documentation of mark_hook.
17867 * gengtype.c (struct write_types_data): Remove code to support
17868 mark_hook attribute.
17869 (walk_type): Likewise.
17870 (write_func_for_structure): Likewise.
17872 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
17874 * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
17875 Directory Options, and -specs= to Overall Options.
17876 (Overall Options): Adjust similarly. Reorder to group related
17877 options together. Make -specs= cross-reference the spec file details.
17878 (Directory Options): Adjust similarly.
17880 2016-01-12 Jeff Law <law@redhat.com>
17882 * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
17884 2016-01-12 Olivier Hainque <hainque@adacore.com>
17886 * gcc.c (spec_undefvar_allowed): New global.
17887 (process_command): Set to true when running for --version or --help,
17889 (getenv_spec_function): When the variable is not defined, use the
17890 variable name as the variable value if we're allowed not to issue
17893 2016-01-12 Bin Cheng <bin.cheng@arm.com>
17895 PR tree-optimization/68911
17896 * tree-vrp.c (adjust_range_with_scev): Check overflow in range
17897 information computed for expression "init + nit * step".
17899 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
17901 * doc/invoke.texi (Invoking GCC): Copy-edit. Incorporate information
17902 about name of GCC executable. Remove deleted node from menu.
17903 (Directory Options) <-B>: Remove cross-reference to deleted node.
17904 (Target Options): Delete section.
17906 2016-01-12 Christian Bruel <christian.bruel@st.com>
17909 * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
17910 for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
17912 2016-01-12 Jakub Jelinek <jakub@redhat.com>
17915 * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
17916 aligned_mem is properly set for AVX512-VL floating point masked
17920 * ifcvt.c (cond_exec_process_if_block): When removing the last
17921 insn from then_bb, remove also any possible barriers that follow it.
17923 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
17927 * config/i386/iamcu.h (SIZE_TYPE): New macro.
17928 (PTRDIFF_TYPE): Likewise.
17929 (WCHAR_TYPE): Likewise.
17930 (WCHAR_TYPE_SIZE): Likewise.
17931 (STDINT_LONG32): Likewise.
17933 2016-01-12 Richard Biener <rguenther@suse.de>
17935 PR tree-optimization/69053
17936 * tree-vect-loop.c (get_initial_def_for_reduction): Properly
17937 convert initial value for cond reductions.
17939 2016-01-12 Richard Biener <rguenther@suse.de>
17941 PR tree-optimization/69007
17942 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
17943 widen_sum after dot_prod and sad.
17945 2016-01-12 Richard Biener <rguenther@suse.de>
17947 PR tree-optimization/69168
17948 * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
17949 pattern stmt SLP type.
17950 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
17951 end up unused so cope with that case.
17953 2016-01-12 Richard Biener <rguenther@suse.de>
17955 PR tree-optimization/69157
17956 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
17957 stmts def type only during analyze phase.
17958 (vectorizable_call): Likewise.
17959 (vectorizable_simd_clone_call): Likewise.
17960 (vectorizable_conversion): Likewise.
17961 (vectorizable_assignment): Likewise.
17962 (vectorizable_shift): Likewise.
17963 (vectorizable_operation): Likewise.
17964 (vectorizable_store): Likewise.
17965 (vectorizable_load): Likewise.
17967 2016-01-12 Richard Biener <rguenther@suse.de>
17969 PR tree-optimization/69174
17970 * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
17972 (vectorizable_load): Properly compute the number of loads needed
17973 for permuted strided SLP loads and do not spuriously assign
17974 to SLP_TREE_VEC_STMTS.
17976 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
17978 * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
17979 (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
17980 (MD_EXEC_PREFIX): Remove.
17981 (MD_STARTFILE_PREFIX) Removee.
17982 (FILE_NAME_ABSOLUTE_P): Remove.
17983 (CPP_SPEC): Do not read macros from sys/version.h.
17984 (LINK_COMMAND_SPEC): Remove.
17985 (LOCAL_INCLUDE_DIR): Remove.
17986 (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
17987 (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
17988 (POST_LINK_SPEC): Define to invoke stubify after linker
17989 (LIBSTDCXX): Remove define
17990 (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
17991 (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
17992 (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
17993 (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
17994 (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
17995 (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
17996 (i386_djgpp_asm_named_section): Add propotype of new procedure
17998 * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
17999 (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
18000 (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
18001 in config/i386/djgpp.h).
18002 (STANDARD_STARTFILE_PREFIX_2): Define identical to
18003 STANDARD_STARTFILE_PREFIX_1.
18004 (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
18005 (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
18006 installation errors.
18007 (MAX_OFILE_ALIGNMENT): Define to 128.
18008 (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
18010 * config/i386/djgpp.c: New file. Add implementation of
18011 i386_djgpp_asm_named_section.
18013 * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
18015 * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
18016 Add rule for building djgpp.o.
18018 2016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18020 * config/rs6000/rs6000.c (v2df_reduction_p): New function.
18021 (rtx_is_swappable_p): Reductions are swappable.
18022 (insn_is_swappable_p): V2DF reductions are swappable.
18024 2016-01-11 John David Anglin <danglin@gcc.gnu.org>
18026 * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
18027 reloads for other unsupported memory operands.
18029 2016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
18030 Jim Wilson <jim.wilson@linaro.org>
18033 * config/arm/arm-builtins.c (arm_expand_neon_args): Call
18034 copy_to_mode_reg instead of force_reg.
18036 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
18039 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
18040 TARGET_80387 is true.
18042 2016-01-11 Jakub Jelinek <jakub@redhat.com>
18045 * lra-eliminations.c (move_plus_up): Only move plus up
18046 if subreg of the constant can be simplified into constant
18047 and use the simplified subreg of the constant instead of
18048 the original constant.
18050 * fold-const.c (fold_convertible_p): Don't return true
18051 for conversion of VECTOR_TYPE to same sized integral type.
18052 (fold_convert_loc): Fix up formatting. Fold conversion of
18053 VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
18054 instead of NOP_EXPR.
18056 PR tree-optimization/69214
18057 * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
18058 innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
18061 PR tree-optimization/69207
18062 * tree-vect-slp.c (vect_get_constant_vectors): For
18063 VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
18064 fold_convertible_p to vector_type's element type, and always
18065 use VCE for non-VECTOR_BOOLEAN_TYPE_P.
18067 2016-01-11 Richard Biener <rguenther@suse.de>
18069 PR tree-optimization/69173
18070 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
18071 fixup the cycle if all stmts are in a pattern.
18073 2016-01-11 Uros Bizjak <ubizjak@gmail.com>
18075 PR middle-end/68999
18076 * alias.c (base_alias_check): Move check for addresses with
18077 alignment ANDs before the call for compare_base_decls.
18078 (memrefs_conflict_p): Return -1 for different decls
18079 that went through alignment adjustments.
18081 2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18083 PR rtl-optimization/68796
18084 * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
18085 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
18086 and QImode comparisons against zero with CC_NZmode.
18087 * config/aarch64/iterators.md (short_mask): New mode_attr.
18089 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
18091 * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
18092 (<avx512>_store<mode>_mask): Likewise.
18094 2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
18095 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18097 PR rtl-optimization/68841
18098 * ifcvt.c (struct noce_if_info): Add orig_x field.
18099 (bbs_ok_for_cmove_arith): Add to_rename parameter.
18100 Don't record conflicts on to_rename if it's present.
18101 Allow memory destinations in sets.
18102 (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
18103 blocks, passing orig_x to the checks.
18104 (noce_process_if_block): Set if_info->orig_x appropriately.
18106 2016-01-11 Tom de Vries <tom@codesourcery.com>
18108 PR tree-optimization/69069
18109 * tree-parloops.c (create_parallel_loop): Add missing phi args.
18111 2016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
18113 PR rtl-optimization/68920
18114 * config/i386/i386.c (ix86_option_override_internal): Restrict number
18115 of conditional moves for RTL if-conversion to 1 for
18116 TARGET_ONE_IF_CONV_INSN.
18117 * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
18118 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
18119 * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
18120 parameter to restirct number of conditional moves for
18122 * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
18123 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
18126 2016-01-11 Alexandre Oliva <aoliva@redhat.com>
18129 * var-tracking.c (drop_overlapping_mem_locs): Operate on all
18130 onepart vars. Fix typo in comment. Fix reversed condition in
18132 (dataflow_set_remove_mem_locs): Operate on all onepart vars.
18135 * var-tracking.c (dump_onepart_variable_differences): New.
18136 (dataflow_set_different): If a detailed dump is requested,
18137 delay early returns and dump differences between onepart
18138 variables present before and after, and added variables.
18140 2016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
18143 * expr.c (expand_expr_real_1): For boolean vector constants
18144 with a scalar mode use const_scalar_mask_from_tree.
18145 (const_scalar_mask_from_tree): New.
18146 * optabs.c (expand_vec_cond_mask_expr): Use mask mode
18147 assigned to a mask type to handle constants.
18149 2016-01-11 Martin Jambor <mjambor@suse.cz>
18152 * ipa-cp.c (estimate_local_effects): Do not clone for removal of
18153 useless parameters if we cannot change function signature.
18155 2016-01-11 Martin Jambor <mjambor@suse.cz>
18158 * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
18161 2016-01-11 Tom de Vries <tom@codesourcery.com>
18163 PR tree-optimization/69109
18164 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
18167 2016-01-11 Tom de Vries <tom@codesourcery.com>
18169 PR tree-optimization/69108
18170 * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
18171 res is not used in a phi.
18173 2016-01-11 Yury Gribov <y.gribov@samsung.com>
18176 * common.opt (frandom-seed): Fix parameter name.
18177 * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
18179 2016-01-11 Tom de Vries <tom@codesourcery.com>
18181 PR tree-optimization/69058
18182 * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
18185 2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
18187 * config/arc/arc.opt (mdiv-rem): Add period to the end.
18188 (mcode-density): Likewise.
18190 2016-01-10 Tom de Vries <tom@codesourcery.com>
18192 PR tree-optimization/69062
18193 * tree-parloops.c (loop_has_phi_with_address_arg): New function.
18194 (parallelize_loops): Don't paralelize loop that has phi with address
18197 2016-01-10 Tom de Vries <tom@codesourcery.com>
18199 PR tree-optimization/69039
18200 * tree-parloops.c (try_create_reduction_list): Only allow single exit
18203 2016-01-09 John David Anglin <danglin@gcc.gnu.org>
18205 PR middle-end/68743
18206 * match.pd: Require target has function_c99_misc before doing
18207 truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
18209 2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
18211 * configure.ac (isl_options_set_schedule_serialize_sccs): Also
18213 * configure: Regenerate.
18215 2016-01-09 Jakub Jelinek <jakub@redhat.com>
18217 PR middle-end/50865
18218 PR tree-optimization/69097
18219 * fold-const.h (expr_not_equal_to): New prototype.
18220 * fold-const.c: Include stringpool.h and tree-ssanames.h.
18221 (expr_not_equal_to): New function.
18222 * match.pd (X % -Y is the same as X % Y): Don't optimize
18223 unless X is known not to be equal to minimum or Y is known
18224 not to be equal to -1.
18225 * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
18226 fold TRUNC_MOD_EXPR if the second argument is not a power of two.
18227 (simplify_stmt_using_ranges): Adjust caller.
18228 (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
18229 substitute_and_fold.
18231 2016-01-09 Jan Hubicka <hubicka@ucw.cz>
18233 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
18236 2016-01-08 Jakub Jelinek <jakub@redhat.com>
18238 PR tree-optimization/69167
18239 * gimple-fold.c (replace_stmt_with_simplification): Also punt if
18240 new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
18242 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
18244 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
18245 Richard Biener <rguenther@suse.de>
18247 PR tree-optimization/68707
18248 * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
18249 instances that can be handled via vect_load_lanes.
18251 2016-01-08 Uros Bizjak <ubizjak@gmail.com>
18253 * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
18254 if we can't determine address equivalence.
18255 * alias.c (compare_base_decl): Update for changed return value of
18256 symtab_node::equal_address_to.
18258 2016-01-08 Jason Merrill <jason@redhat.com>
18262 * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
18263 * expr.c (store_field): Not here.
18264 * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
18265 call with TREE_ADDRESSABLE type.
18266 * tree-cfg.c (verify_gimple_call): Adjust.
18268 2016-01-08 Olivier Hainque <hainque@adacore.com>
18270 * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
18273 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
18275 * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
18276 (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
18277 (reduc_smin_v2sf): Rename to...
18278 (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
18279 (reduc_splus_v2sf): Rename to...
18280 (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
18282 2016-01-08 Jakub Jelinek <jakub@redhat.com>
18284 PR tree-optimization/69162
18285 * gimplify.c (gimplify_va_arg_expr): Encode original type of
18286 valist argument in another argument.
18287 (gimplify_modify_expr): Adjust for the above change. Cleanup.
18288 * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
18289 to determine the va_list type, build a MEM_REF instead of
18290 build_fold_indirect_ref.
18292 PR tree-optimization/69172
18293 * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
18296 2016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
18298 PR tree-optimization/67781
18299 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
18300 and cmpnop in two steps: first the ones not accessed in original
18301 gimple expression in a endian independent way and then the ones not
18302 accessed in the final result in an endian-specific way.
18304 2016-01-08 Jakub Jelinek <jakub@redhat.com>
18306 PR tree-optimization/69083
18307 * tree-vect-slp.c (vect_get_constant_vectors): For
18308 VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
18309 element type. If op is fold_convertible_p to vector_type's element
18310 type, use NOP_EXPR instead of VCE.
18312 2016-01-08 Segher Boessenkool <segher@kernel.crashing.org>
18314 PR rtl-optimization/67778
18315 PR rtl-optimization/68634
18316 PR rtl-optimization/68909
18317 * shrink-wrap.c (try_shrink_wrapping): Add comment. Don't pop
18318 block from the stack until done with it. Remove a superfluous
18319 bitmap set. Remove a superfluous bitmap test.
18321 2016-01-07 Martin Sebor <msebor@redhat.com>
18324 * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
18325 constraint on the type of arguments.
18327 2016-01-07 Andreas Tobler <andreast@gcc.gnu.org>
18329 * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
18330 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
18331 unaligned_access on the gcc_options set.
18332 * config/arm/arm.c (arm_option_override_internal): Use
18333 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
18335 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
18338 * config/i386/i386.c (ix86_frame_pointer_required): Enable
18339 frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
18341 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
18344 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
18347 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
18348 depending on frame_pointer_needed before remaining integer and SSE
18349 registers are saved.
18351 2016-01-07 Sandra Loosemore <sandra@codesourcery.com>
18354 * doc/extend.texi (Nvidia PDX Function Attributes): New section.
18356 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
18359 * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
18360 Use the "xBm" constraint.
18361 (float<sseintvecmodelower><mode>2<mask_name><round_name):
18363 (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
18364 (sse_cvtsi2ssq<round_name>): Likewise.
18365 (sse_cvtss2si<round_name>): Likewise.
18366 (sse_cvtss2siq<round_name>): Likewise.
18367 (sse2_cvtsi2sdq<round_name>): Likewise.
18368 (sse2_cvtsd2si<round_name>): Likewise.
18369 (sse2_cvtsd2siq<round_name>): Likewise.
18370 * config/i386/subst.md (round_nimm_scalar_predicate): New
18373 2015-12-15 Bernd Schmidt <bschmidt@redhat.com>
18375 PR middle-end/67639
18376 * varasm.c (make_decl_rtl): Mark invalid register vars as
18379 PR rtl-optimization/66206
18380 * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
18381 All callers changed.
18383 2016-01-07 Jakub Jelinek <jakub@redhat.com>
18385 PR tree-optimization/69141
18386 * tree-ssa-pre.c: Include langhooks.h.
18387 (eliminate_dom_walker::before_dom_children): Use
18388 lang_hooks.decl_printable_name instead of
18389 cgraph_node::get ()->name ().
18391 PR middle-end/68960
18392 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
18393 it and DECL_ALIGN too.
18395 2016-01-06 Robert Suchanek <robert.suchanek@imgtec.com>
18397 * config/mips/mips-ftypes.def: Sort to lexicographical order.
18399 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
18402 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
18403 depending on frame_pointer_needed before remaining integer and SSE
18404 registers are saved.
18406 2015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18408 * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
18409 mode iterator with VSX_M2.
18410 (*p9_vecstore_<mode>): Likewise.
18411 (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
18412 (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
18413 (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
18414 (define_split for VSX_LE128 stores): Likewise.
18415 (define_peephole2 for TImode LE swaps): Likewise.
18416 (define_split for VSX_LE128 post-reload stores): Likewise.
18418 2016-01-06 Marek Polacek <polacek@redhat.com>
18421 * convert.c (convert_to_integer_1): Adjust call to
18422 ubsan_instrument_float_cast. Use NULL_TREE instead of NULL.
18423 * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter. Use
18424 EXPR instead of ARG.
18425 * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
18427 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
18430 * doc/extend.texi (RL78 Variable Attributes): New section.
18432 2016-01-05 Marek Polacek <polacek@redhat.com>
18435 * builtins.c (get_memmodel): Use expansion point location rather than
18436 the input location. Call warning_at rather than warning.
18437 (expand_builtin_atomic_compare_exchange): Likewise.
18438 (expand_builtin_atomic_load): Likewise.
18439 (expand_builtin_atomic_store): Likewise.
18440 (expand_builtin_atomic_clear): Likewise.
18442 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
18445 * config/i386/i386.c (ix86_expand_vector_logical_operator):
18446 Replace nonimmediate_operand with vector_operand.
18447 * config/i386/predicates.md (vector_operand): New predicate.
18448 (general_vector_operand): Replace nonimmediate_operand with
18450 * config/i386/sse.md: Replace nonimmediate_operand with
18451 vector_operand and m constraint with Bm constraint on SSE
18452 patterns with 16-byte memory operand.
18453 * config/i386/subst.md (round_nimm_predicate): Replace
18454 nonimmediate_operand with vector_operand.
18455 (round_saeonly_nimm_predicate): Likewise.
18456 (round_saeonly_nimm_scalar_predicate): New.
18458 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
18461 * config/i386/constraints.md (Bm): New constraint.
18462 * config/i386/predicates.md (vector_memory_operand): New
18464 * config/i386/sse.md: Replace xm with xBm in plusminus and
18465 any_logic patterns.
18467 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
18470 * doc/extend.texi (V850 Function Attributes): New section.
18471 (V850 Variable Attributes): New section.
18473 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
18476 * doc/extend.texi (MicroBlaze Function Attributes): Document
18477 interrupt_handler and fast_interrupt attributes.
18479 2016-01-05 Sergei Trofimovich <siarheit@google.com>
18482 * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
18483 for local symbolic operands.
18484 * config/ia64/predicates.md (local_symbolic_operand64): New
18487 2016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18489 PR rtl-optimization/68651
18490 * combine.c (combine_simplify_rtx): Canonicalize x + x into
18493 2016-01-05 Nathan Sidwell <nathan@acm.org>
18495 * alias.c (compare_base_decls): Use symtab_node::get.
18497 2016-01-05 Nick Clifton <nickc@redhat.com>
18500 * ira-costs.c (copy_cost): Initialise the t_icode field of the
18501 secondary_reload_info structure.
18504 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
18505 decls if weak support is available.
18507 2016-01-04 Martin Sebor <msebor@redhat.com>
18509 * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
18511 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
18513 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
18514 OPTION_MASK_P9_DFORM.
18516 * config/rs6000/constraints.md (wo constraint): New constraint for
18519 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
18521 (rs6000_init_hard_regno_mode_ok): Likewise.
18523 * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
18526 * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
18527 expanders not to have constraints. Add support for ISA 3.0 xxperm
18528 instruction. Add support for fusing xxlor with xxperm.
18529 (altivec_vperm_<mode>_internal): Likewise.
18530 (altivec_vperm_v8hiv16qi): Likewise.
18531 (altivec_vperm_<mode>v16q): Likewise.
18532 (altivec_vperm_<mode>_uns): Likewise.
18533 (vperm_v8hiv4si): Likewise.
18534 (vperm_v16qiv8hi): Likewise.
18536 * doc/md.texi (RS/6000 constraints): Document wo constraint.
18538 2016-01-04 Jakub Jelinek <jakub@redhat.com>
18540 Update copyright years.
18542 * gcc.c (process_command): Update copyright notice dates.
18543 * gcov-dump.c (print_version): Ditto.
18544 * gcov.c (print_version): Ditto.
18545 * gcov-tool.c (print_version): Ditto.
18546 * gengtype.c (create_file): Ditto.
18547 * doc/cpp.texi: Bump @copying's copyright year.
18548 * doc/cppinternals.texi: Ditto.
18549 * doc/gcc.texi: Ditto.
18550 * doc/gccint.texi: Ditto.
18551 * doc/gcov.texi: Ditto.
18552 * doc/install.texi: Ditto.
18553 * doc/invoke.texi: Ditto.
18555 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
18557 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
18558 modes larger than TImode as TImode if NEON is not enabled.
18560 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
18563 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
18564 mode for %f0-%f31 only if TARGET_FPU.
18566 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
18569 * config/sparc/sparc.c (scan_record_type): Take into account subfields
18570 to compute the PACKED_P predicate.
18571 (function_arg_record_value): Minor tweaks.
18573 2016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
18575 * doc/install.texi (--with-multilib-list): Describe the meaning of the
18576 option for arm*-*-* targets.
18578 2016-01-03 Sandra Loosemore <sandra@codesourcery.com>
18580 * doc/extend.texi (Common Function Attributes): Move docs for
18581 MSP430-specific attributes to....
18582 (MSP430 Function Attributes): ...here. Delete the redundant
18583 entries and copy-edit the remaining text.
18584 (MSP430 Variable Attributes): Use uniform format for index
18585 entries and add a cross-reference to the corresponding function
18588 2016-01-03 Vladimír Čunát <vcunat@gmail.com>
18590 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
18592 (x86 Options): Likewise.
18594 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
18598 * extend.texi (Common Function Attributes) <no_stack_limit>: New.
18599 * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
18600 to corresponding attribute.
18602 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
18604 * doc/extend.texi (Common Function Attributes) <noplt>: Move
18605 to correct alphabetization of table. Copy-edit and correct
18607 <stack_protect>: Likewise.
18608 <target_clones>: Likewise.
18610 * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
18611 Correct punctuation.
18612 (Code Gen Options) <-fno-plt>: Copy-edit.
18614 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
18617 * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
18618 SI values. Explicitly convert SI to DI and vice-versa.
18620 2016-01-01 Jakub Jelinek <jakub@redhat.com>
18622 PR tree-optimization/69070
18623 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
18624 REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
18627 * ubsan.c (ubsan_instrument_float_cast): Call
18628 initialize_sanitizer_builtins.
18631 * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
18633 Copyright (C) 2016 Free Software Foundation, Inc.
18635 Copying and distribution of this file, with or without modification,
18636 are permitted in any medium without royalty provided the copyright
18637 notice and this notice are preserved.