1 2015-12-01 Richard Sandiford <richard.sandiford@arm.com>
3 * genattrtab.c (check_attr_test): Take an attr_desc instead of
4 an is_const flag. Put the file_location argument first.
5 Update recursive calls. Improve error messages.
6 (check_attr_value): Take a file location and use it instead
7 of attr->loc. Improve error messages. Update calls to
9 (check_defs): Update call to check_attr_value.
10 (make_canonical): Likewise.
13 (gen_insn_reserv): Update call to check_attr_test.
15 2015-12-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17 * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Fix typo.
19 2015-12-01 Richard Biener <rguenther@suse.de>
22 * match.pd: Merge (eq @0 @0) and (ge/le @0 @0) patterns.
24 2015-12-01 Jan Hubicka <hubicka@ucw.cz>
26 * ipa-devirt.c (type_with_linkage_p, type_in_anonymous_namespace_p,
27 odr_type_p): Move to ...
28 * ipa-utils.h (type_with_linkage_p, type_in_anonymous_namespace_p,
29 odr_type_p): here; miscro-optimize.
31 2015-12-01 Bin Cheng <bin.cheng@arm.com>
33 PR tree-optimization/68529
34 * tree-ssa-loop-niter.c (number_of_iterations_ne): Add new param.
35 Compute no-overflow information for control iv.
36 (number_of_iterations_lt, number_of_iterations_le): Add new param.
37 (number_of_iterations_cond): Pass new argument to above functions.
39 2015-11-30 Jan Hubicka <hubicka@ucw.cz>
41 * ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when
42 inlining -fno-strict-aliasing into -fstrict-aliasing body.
44 2015-11-30 Aditya Kumar <aditya.k7@samsung.com>
45 Sebastian Pop <s.pop@samsung.com>
47 PR tree-optimization/68565
48 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Early return on
49 codegen_error. Fail when rhs of division operations is integer_zerop.
50 (ternary_op_to_tree): Early return on codegen_error.
51 (unary_op_to_tree): Same.
52 (nary_op_to_tree): Same.
53 (gcc_expression_from_isl_expr_op): Same.
54 (gcc_expression_from_isl_expression): Same.
55 (graphite_create_new_loop): On codegen_error continue generating
57 (graphite_create_new_loop_guard): Same.
58 (build_iv_mapping): Same.
59 (graphite_create_new_guard): Same.
61 2015-11-30 Aditya Kumar <aditya.k7@samsung.com>
62 Sebastian Pop <s.pop@samsung.com>
64 * graphite-isl-ast-to-gimple.c: Fix dump messages.
65 * graphite-scop-detection.c: Same.
66 * graphite-sese-to-poly.c (isl_id_for_ssa_name): Do not call get_name.
68 2015-11-30 Cesar Philippidis <cesar@codesourcery.com>
70 * tree-nested.c (convert_nonlocal_omp_clauses): Add support for
71 OMP_CLAUSE_{NUM_GANGS,NUM_VECTORS,VECTOR_LENGTH,SEQ}.
72 (convert_local_omp_clauses): Likewise.
74 2015-11-30 Tom de Vries <tom@codesourcery.com>
76 PR tree-optimization/46032
77 * tree-ssa-structalias.c (find_func_aliases_for_call_arg): New function,
79 (find_func_aliases_for_call): ... here.
80 (find_func_aliases_for_builtin_call, find_func_clobbers): Handle
81 BUILT_IN_GOMP_PARALLEL.
82 (ipa_pta_execute): Same. Handle node->parallelized_function as a local
85 2015-11-30 Jakub Jelinek <jakub@redhat.com>
87 PR tree-optimization/68501
88 * target.def (builtin_reciprocal): Replace the 3 arguments with
89 a gcall * one, adjust description.
90 * targhooks.h (default_builtin_reciprocal): Replace the 3 arguments
92 * targhooks.c (default_builtin_reciprocal): Likewise.
93 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Use
94 targetm.builtin_reciprocal even on internal functions, adjust
95 the arguments and allow replacing an internal function with normal
97 * config/i386/i386.c (ix86_builtin_reciprocal): Replace the 3 arguments
98 with a gcall * one. Handle internal fns too.
99 * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): Likewise.
100 * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Likewise.
101 * doc/tm.texi (builtin_reciprocal): Document.
103 2015-11-30 Richard Biener <rguenther@suse.de>
105 PR tree-optimization/68592
106 * tree-vect-loop.c (vect_analyze_loop_2): Reset SLP type also
107 on the pattern def sequence.
109 2015-11-30 Nathan Sidwell <nathan@acm.org>
111 * config/nvptx/nvptx.c (nvptx_name_replacement): Move earlier.
112 (write_one_arg): Reorder parms, add 'sep' param.
113 (nvptx_write_function_decl): Rename to ...
114 (write_fn_proto): ... here. Do name replacement. Emit linaer
115 comment marker. Deal with both decls and defns. Simplify argument
117 (write_function_decl_and_comment): Delete.
118 (write_func_decl_from_insn): Rename to ...
119 (write_fn_proto_from_insn): ... here. Don't do name replacement.
120 (nvptx_record_fndecl): Call write_fn_proto.
121 (nvptx_record_libfunc): Call write_fn_proto_from_insn.
122 (nvptx_declare_function_name): Adjust for write_fn_proto changes.
123 (nvotx_output_call_insn): Call write_fn_prot_from_insn.
125 2015-11-30 Kirill Yukhin <kirill.yukhin@intel.com>
127 * config/i386/i386.md (define_mode_iterator SWI1248_AVX512BW): New.
128 (define_insn "*k<logic><mode>"): Use new iterator.
130 2015-11-30 Eric Botcazou <ebotcazou@adacore.com>
133 * config/sparc/sparc.c (supersparc_adjust_cost): Fix thinko.
134 (sparc_adjust_cost): Add missing space.
136 2015-11-30 Richard Biener <rguenther@suse.de>
139 * dwarf2out.c (gen_type_die_with_usage): Keep variant types
142 2015-11-30 Venkataramanan Kumar <Venkataramanan.Kumar@amd.com>
144 * tree-if-conv.c (struct ifc_dr): Add new tree
145 base_predicate field.
146 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Hash
147 base ref, DR pairs and store base_predicate for write type DRs.
148 (ifcvt_memrefs_wont_trap): Guard checks with
149 -ftree-loop-if-convert-stores flag.
151 2015-11-29 Jan Hubicka <hubicka@ucw.cz>
153 * cgraph.c (cgraph_node::make_local): No name is unique during
155 * cgraph.h (can_be_discarded_p): Update comment; also common and
156 WEAK in named sections can be discarded; when doing incremental
157 link do not rely on resolution being the final one.
158 * varasm.c (default_binds_local_p_3, decl_binds_to_current_def_p):
159 When symbol can be discarded, do not rely on resolution info.
160 * symtab.c (symtab_node::nonzero_address): Take into account that
161 symbol can be discarded.
162 * ipa-visibility.c (update_visibility_by_resolution_info): Handle
163 definition correctly.
164 (function_and_variable_visibility): Do not set unique_name when
165 incrementally linking.
167 2015-11-29 Nathan Sidwell <nathan@acm.org>
169 * config/nvptx/nvptx.md (const_0_operand, global_mem_operand,
170 const_mem_operand, param_mem_operand, shared_mem_operand): Delete.
171 (ctrap<mode>): Use const0_operand.
173 2015-11-29 Jan Hubicka <hubicka@ucw.cz>
175 * ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation
178 2015-11-29 David Edelsohn <dje.gcc@gmail.com>
181 * config/rs6000/rs6000.c (rs6000_adjust_cost): Correct
182 recog_memoized test for insn and check recog_memoized for dep_insn.
184 2015-11-28 Nathan Sidwell <nathan@acm.org>
186 * config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast.
187 (FRAME_POINTER_CFA_OFFSET): Define.
188 (struct nvptx_args): Use 'tree' type.
189 (INIT_CUMULATIVE_ARGS): Remove unnecessary do...while.
191 2015-11-28 Tom de Vries <tom@codesourcery.com>
193 * lto-wrapper.c (run_gcc): Handle -flinker-output argument.
195 2015-11-27 Jonathan Wakely <jwakely@redhat.com>
197 * doc/invoke.texi (Option Summary): Use negative form of
198 -Waggressive-loop-optimizations, remove redundant -Wpedantic-ms-format,
199 sort alphabetically and re-justify.
201 2015-11-27 Vladimir Makarov <vmakarov@redhat.com>
203 PR rtl-optimization/68536
204 * lra.c (lra_emit_add): Add code for null base.
205 * lra-constraints.c (curr_insn_transform): Skip operators for
208 2015-11-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
211 2015-11-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
213 * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
215 (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
216 are not modified by the final modified insns in the basic blocks.
218 2015-11-27 Nathan Sidwell <nathan@acm.org>
220 * config/nvptx/nvptx-protos.h (nvptx_addr_space_from_address):
222 * config/nvptx/nvptx.c (nvptx_addr_space_from_sym): New.
223 (nvptx_maybe_convert_symbolic_operand): Simplify.
224 (nvptx_addr_space_from_address): Delete.
225 (nvptx_print_operand): Adjust 'A' case.
227 2015-11-27 Richard Biener <rguenther@suse.de>
229 PR tree-optimization/68559
230 * tree-vect-data-refs.c (vect_analyze_group_access_1): Move
231 peeling for gap checks ...
232 * tree-vect-stmts.c (vectorizable_load): ... here and relax
234 * tree-vect-loop.c (vect_analyze_loop_2): Re-set
235 LOOP_VINFO_PEELING_FOR_GAPS before re-trying without SLP.
237 2015-11-27 Nathan Sidwell <nathan@acm.org>
239 * config/nvptx/nvptx-protos.h (nvptx_record_needed_decl): Don't
241 * config/nvptx/nvptx.c (write_func_decl_from_insn): Move earlier.
242 (nvptx_record_fndecl): Don't return value, remove force
243 argument. Require fndecl.
244 (nvptx_record_libfunc): New.
245 (nvptx_record_needed_decl): Deteermine how to record decl here.
246 (nvptx_maybe_record_fnsym): New.
247 (nvptx_expand_call): Don't record libfuncs here,
248 (nvptx_maybe_convert_symbolic_operand): Use
249 nvptx_maye_record_fnsym.
250 (nvptx_assemble_integer): Reimplement with single switch.
251 (nvptx_output_call_insn): Register libfuncs here.
252 (nvptx_file_end): Adjust nvptx_record_fndecl call.
253 * config/nvptx/nvptx.md (expand_movdi): Don't call
254 nvptx_record_needed_decl.
256 2015-11-27 Richard Biener <rguenther@suse.de>
258 PR tree-optimization/68553
259 * tree-vect-slp.c (vect_create_mask_and_perm): Skip VEC_PERM_EXPR
260 generation for 1:1 permutations.
261 (vect_transform_slp_perm_load): Detect 1:1 permutations.
263 2015-11-27 Bernd Schmidt <bschmidt@redhat.com>
265 * gimple.h (nonbarrier_call_p): Declare.
266 * gimple.c (nonbarrier_call_p): New function.
267 * tree-ssa-phiopt.c (nontrapping_dom_walker::before_dom_children):
268 Also increment call phase for ASMs with vdef and potential barrier
271 2015-11-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
273 * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
275 (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
276 are not modified by the final modified insns in the basic blocks.
278 2015-11-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
280 PR rtl-optimization/68506
281 * ifcvt.c (noce_try_cmove_arith): Try emitting the else basic block
282 first if emit_a exists or then_bb modifies 'b'. Reindent if-else
285 2015-11-27 Martin Liska <mliska@suse.cz>
288 * vec.h (release_vec_vec): New function.
290 2015-11-27 Jakub Jelinek <jakub@redhat.com>
292 PR tree-optimization/68552
293 * optabs.c (expand_vec_perm_1): Move vec_shr handling from here...
294 (expand_vec_perm): ... here. Do it regardless of vec_perm_const_optab
297 2015-11-27 Martin Liska <mliska@suse.cz>
299 * tree-ssa-uninit.c: Fix whitespaces in the source file.
300 The change is just automatical.
302 2015-11-27 Martin Liska <mliska@suse.cz>
304 * tree-chkp.c (chkp_make_static_bounds): Release buffer
307 2015-11-27 Martin Liska <mliska@suse.cz>
309 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
310 Do not release memory for comp_alias_ddrs.
311 * tree-vect-loop.c (destroy_loop_vec_info): Release
312 the memory for all loop_vec_info.
314 2015-11-27 Martin Liska <mliska@suse.cz>
316 * ipa-devirt.c (ipa_devirt): Use auto_vec instead
317 of a local-scope vec.
318 (struct final_warning_record): Use auto_vec instead
321 2015-11-27 Richard Biener <rguenther@suse.de>
323 PR tree-optimization/68553
324 * tree-vect-slp.c (vect_get_mask_element): Remove.
325 (vect_transform_slp_perm_load): Implement in a simpler way.
327 2015-11-26 Alexandre Oliva <aoliva@redhat.com>
329 PR rtl-optimization/67753
330 PR rtl-optimization/64164
331 * function.c (assign_parm_setup_block): Right-shift
332 upward-padded big-endian args when bypassing the stack slot.
334 2015-11-26 Maciej W. Rozycki <macro@imgtec.com>
336 * doc/invoke.texi (Option Summary) <MIPS Options>: Reorder
337 `-mcompact-branches='.
338 (MIPS Options): Likewise.
340 2015-11-26 Jakub Jelinek <jakub@redhat.com>
342 * Makefile.in (build/genmatch.o): Depend on internal-fn.def.
344 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
346 * doc/install.texi (Prerequisites): Increase ISL requirement to
349 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
351 * config/aarch64/arm_neon.h
352 (vqrdmlah_laneq_s16, vqrdmlah_laneq_s32): New.
353 (vqrdmlahq_laneq_s16, vqrdmlahq_laneq_s32): New.
354 (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
355 (vqrdmlshq_laneq_s16, vqrdmlshq_laneq_s32): New.
356 (vqrdmlah_lane_s16, vqrdmlah_lane_s32): New.
357 (vqrdmlahq_lane_s16, vqrdmlahq_lane_s32): New.
358 (vqrdmlahh_s16, vqrdmlahh_lane_s16, vqrdmlahh_laneq_s16): New.
359 (vqrdmlahs_s32, vqrdmlahs_lane_s32, vqrdmlahs_laneq_s32): New.
360 (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
361 (vqrdmlshq_lane_s16, vqrdmlshq_lane_s32): New.
362 (vqrdmlshh_s16, vqrdmlshh_lane_s16, vqrdmlshh_laneq_s16): New.
363 (vqrdmlshs_s32, vqrdmlshs_lane_s32, vqrdmlshs_laneq_s32): New.
365 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
367 * config/aarch64/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New.
368 (vqrdmlahq_s16, vqrdmlahq_s32): New.
369 (vqrdmlsh_s16, vqrdmlsh_s32): New.
370 (vqrdmlshq_s16, vqrdmlshq_s32): New.
372 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
374 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add
377 2015-11-26 Pierre-Marie de Rodat <derodat@adacore.com>
380 * tree-nested.c (finalize_nesting_tree_1): Append a field to
381 hold the frame base address.
382 * dwarf2out.c (gen_subprogram_die): Generate for
383 DW_AT_static_link a location description that computes the value
386 2015-11-26 Tom de Vries <tom@codesourcery.com>
389 2015-11-25 Tom de Vries <tom@codesourcery.com>
391 * cfgloop.c (find_single_latch): New function, factored out of ...
392 (flow_loops_find): ... here.
393 (verify_loop_structure): Improve verification of loop->latch.
394 * cfgloop.h (find_single_latch): Declare.
395 * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
397 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
399 * config/aarch64/aarch64-simd-builtins.def:
400 Add missing changes from r230962.
402 2015-11-26 Nathan Sidwell <nathan@acm.org>
404 * config/nvptx/nvptx.c (write_func_decl_from_insn): Replace callee
405 arg with name. Don't deal with split regs. Tweak formatting.
406 (nvptx_expand_call): Adjust write_func_decl_from_insn call.
407 (nvptx_output_call_insn): Don't deal with split regs here.
409 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
411 * config/aarch64/aarch64-simd-builtins.def
412 (sqrdmlah, sqrdmlsh): New.
413 (sqrdmlah_lane, sqrdmlsh_lane): New.
414 (sqrdmlah_laneq, sqrdmlsh_laneq): New.
416 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
418 * config/aarch64/aarch64-simd.md
419 (aarch64_sqmovun<mode>): Fix some white-space.
420 (aarch64_<sur>qmovun<mode>): Likewise.
421 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h<mode>): New.
422 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): New.
423 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): New.
424 * config/aarch64/iterators.md (UNSPEC_SQRDMLAH): New.
425 (UNSPEC_SQRDMLSH): New.
429 2015-11-26 Richard Biener <rguenther@suse.de>
431 PR tree-optimization/66721
432 * tree-vect-loop.c (vect_analyze_loop_2): Compute scalar
433 iteration cost earlier. Re-do analysis without SLP when
434 vectorization using SLP fails and without has a chance to succeed.
436 2015-11-26 Richard Biener <rguenther@suse.de>
438 * genmatch.c (dt_simplify::gen_1): For generic wrap all
439 multi-result-use captures in a SAVE_EXPR.
441 2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
443 * config/aarch64/aarch64.h (AARCH64_ISA_RDMA): New.
444 (TARGET_SIMD_RDMA): New.
446 2015-11-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
448 * combine.c (subst): Do not return clobber of zero in widening mult
449 case. Just return x unchanged if it is a no-op substitution.
451 2015-11-26 Vladimir Makarov <vmakarov@redhat.com>
454 * config/i386/i386.h (enum reg_class): Add
455 bounds registers to ALL_REGS.
457 2015-11-26 Jakub Jelinek <jakub@redhat.com>
459 PR tree-optimization/68128
460 * tree.h (OMP_CLAUSE_SHARED_READONLY): Define.
461 * gimplify.c: Include gimple-walk.h.
462 (enum gimplify_omp_var_data): Add GOVD_WRITTEN.
463 (omp_notice_variable): Set flags to n->value if n already
464 exists in target region, but we need to jump to do_outer.
465 (omp_shared_to_firstprivate_optimizable_decl_p,
466 omp_mark_stores, omp_find_stores_op, omp_find_stores_stmt): New
468 (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_SHARED_READONLY
469 on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
470 not modified in the body. Call omp_mark_stores for outer
471 contexts on OMP_CLAUSE_SHARED clauses if they could be written
472 in the body or on OMP_CLAUSE_LASTPRIVATE.
473 (gimplify_adjust_omp_clauses): Add body argument, call
474 omp_find_stores_{stmt,op} on the body through walk_gimple_seq.
475 Set OMP_CLAUSE_SHARED_READONLY
476 on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
477 not modified in the body. Call omp_mark_stores for outer
478 contexts on OMP_CLAUSE_SHARED clauses if they could be written
479 in the body or on OMP_CLAUSE_LASTPRIVATE or on OMP_CLAUSE_LINEAR
480 without OMP_CLAUSE_LINEAR_NO_COPYOUT or on OMP_CLAUSE_REDUCTION.
481 (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task,
482 gimplify_omp_for, gimplify_omp_workshare, gimplify_omp_target_update,
483 gimplify_expr): Adjust gimplify_adjust_omp_clauses callers.
484 * tree-nested.c (convert_nonlocal_omp_clauses,
485 convert_local_omp_clauses): Clear OMP_CLAUSE_SHARED_READONLY on
486 non-local vars or local vars referenced from nested routines.
487 * omp-low.c (scan_sharing_clauses): For OMP_CLAUSE_SHARED_READONLY
488 attempt to optimize it into OMP_CLAUSE_FIRSTPRIVATE. Even for
489 TREE_READONLY, don't call use_pointer_for_field with non-NULL
490 second argument until we are sure we are keeping OMP_CLAUSE_SHARED.
492 2015-11-26 Paolo Bonzini <bonzini@gnu.org>
494 * doc/implement-c.texi (Integers Implementation): Make GCC's promises
495 about signed left shift stronger and clarify the cases when they're
498 2015-11-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
499 Bernd Schmidt <bschmidt@redhat.com>
501 PR rtl-optimization/67226
502 * calls.c (store_one_arg): Take into account
503 crtl->args.pretend_args_size when checking for overlap between
504 arg->value and argblock + arg->locate.offset during sibcall
507 2015-11-26 Wilco Dijkstra <wdijkstr@arm.com>
509 * config/aarch64/aarch64.md (cbranch<mode>4): Use
510 aarch64_fp_compare_operand.
511 (store_pairsf): Use aarch64_reg_or_fp_zero.
512 (store_pairdf): Likewise.
513 (cstore<mode>4): Use aarch64_fp_compare_operand.
514 (cmov<mode>6): Likewise.
515 * config/aarch64/aarch64-ldpstp.md: Use aarch64_reg_or_fp_zero.
517 2015-11-25 Aditya Kumar <aditya.k7@samsung.com>
518 Sebastian Pop <s.pop@samsung.com>
520 PR tree-optimization/68453
521 * graphite-isl-ast-to-gimple.c (translate_isl_ast_for_loop): Do
522 not redirect edges already pointing to their destination.
523 (translate_isl_ast_node_for): Split edges after loops to create
524 basic blocks for close phi nodes. Save merge points at the end of
526 (translate_isl_ast_node_if): Save merge points at the end of the
528 (add_close_phis_to_outer_loops): New.
529 (add_close_phis_to_merge_points): New.
530 (copy_loop_close_phi_args): Call add_close_phis_to_merge_points.
531 (copy_bb_and_scalar_dependences): Do not split basic blocks on
532 loop close phi locations.
534 2015-11-25 Jan Hubicka <jh@suse.cz>
536 * ipa-visibility.c (cgraph_externally_visible_p,
537 varpool_node::externally_visible_p): When doing incremental linking,
538 hidden symbols may be still used later.
539 (update_visibility_by_resolution_info): Do not drop weak during
541 (function_and_variable_visibility): Fix formating.
542 * flag-types.h (lto_linker_output): Declare.
543 * common.opt 9flag_incremental_link): New flag.
545 2015-11-25 Michael Meissner <meissner@linux.vnet.ibm.com>
547 * config/rs6000/constraints.md (wb constraint): New constraint for
548 ISA 3.0 d-form scalar addressing.
550 * config/rs6000/rs6000.c (mode_supports_vmx_dform): Add support
551 for ISA 3.0 D-form addressing to load SFmode/DFmode scalars into
552 Altivec registers. Add wb constraint for Altivec registers with
553 D-form addressing. If we have ISA 3.0 d-form support, undo
554 secondary reload support for using FPR registers if we want to do
556 (rs6000_debug_reg_global): Likewise.
557 (rs6000_setup_reg_addr_masks): Likewise.
558 (rs6000_init_hard_regno_mode_ok): Likewise.
559 (rs6000_secondary_reload): Likewise.
560 (rs6000_preferred_reload_class): Likewise.
561 (rs6000_secondary_reload_class): Likewise.
563 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wb
566 * config/rs6000/rs6000.md (f32_lr2 mode attribute): Add support
567 for ISA 3.0 SFmode/DFmode d-form addressing to Altivec registers.
574 (extendsfdf2_fpr): Likewise.
575 (mov<mode>_hardfloat): Likewise.
576 (mov<mode>_hardfloat32): Likewise.
577 (mov<mode>_hardfloat64): Likewise.
579 * doc/md.texi (RS/6000 constraints): Document wb constraint.
580 Fixup we constraint documentation.
582 2015-11-25 Tom de Vries <tom@codesourcery.com>
584 * omp-low.c (pass_expand_omp_ssa::clone): New function.
585 * passes.def: Add pass_oacc_kernels pass group.
586 * tree-ssa-loop-ch.c (pass_ch::clone): New function.
588 2015-11-25 Tom de Vries <tom@codesourcery.com>
590 * tree-pass.h (make_pass_oacc_kernels, make_pass_oacc_kernels2):
592 * tree-ssa-loop.c (gate_oacc_kernels): New static function.
593 (pass_data_oacc_kernels, pass_data_oacc_kernels2): New pass_data.
594 (class pass_oacc_kernels, class pass_oacc_kernels2): New pass.
595 (make_pass_oacc_kernels, make_pass_oacc_kernels2): New function.
597 2015-11-25 Jan Hubicka <hubicka@ucw.cz>
599 * timevar.def (TV_IPA_LTO_DECOMPRESS, TV_IPA_LTO_COMPRESS,
600 TV_IPA_LTO_OUTPUT): New.
601 * lto-compress.c: Include timevar.h
602 (lto_end_compression, lto_end_uncompression): Add timers.
603 * langhooks.c: Include timevar.h
604 (lhd_append_data): Add timer.
606 2015-11-25 Jan Hubicka <hubicka@ucw.cz>
608 * varasm.c (default_elf_asm_output_limited_string,
609 default_elf_asm_output_ascii): Replace fprintf by putc.
611 2015-11-25 Vladimir Makarov <vmakarov@redhat.com>
613 PR rtl-optimization/67954
614 * lra-constraints.c (curr_insn_transform): Add check on scratch
615 pseudo when change class to NO_REGS. Add an assert.
617 2015-11-25 Nathan Sidwell <nathan@acm.org>
619 * config/nvptx/nvptx.md (load_arg_reg<mode>): Arg number
621 * config/nvptx/nvptx.c (write_one_arg): Use 'i' directly as arg
623 (nvptx_write_function_decl): Number args from 0.
624 (nvptx_declare_function_name): Likewise.
625 (nvptx_function_incoming_arg): Likewise.
626 (nvptx_output_call_insn): Correct formatting.
628 2015-11-25 David Sherwood <david.sherwood@arm.com>
630 * optabs.def: Add new optabs fmax_optab/fmin_optab.
631 * internal-fn.def: Add new fmax/fmin internal functions.
632 * doc/md.texi: Add fmin and fmax patterns.
634 2015-11-25 Jason Merrill <jason@redhat.com>
637 * tree.c (integer_zerop, integer_onep, integer_each_onep)
638 (integer_all_onesp, integer_minus_onep, integer_pow2p)
639 (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
640 (real_zerop, real_onep, real_minus_onep): Remove STRIP_NOPS.
642 2015-11-25 Richard Biener <rguenther@suse.de>
645 * fold-const.c (fold_binary_loc): Do not call negate_expr_p
646 on stripped operands.
648 2015-11-25 Nathan Sidwell <nathan@acm.org>
650 * config/nvptx/nvptx.c (walk_args_for_params): Delete.
651 (nvptx_declare_function_name): Move assignments next to register
652 declarations, and process params here.
654 2015-11-25 David Edelsohn <dje.gcc@gmail.com>
656 * config/rs6000/rs6000.c (rs6000_declare_alias): Rename and globalize
657 both the symbol and the "dot" symbol for function descriptors. Fix
658 inversion for rename of symbols with dollar sign.
660 2015-11-25 Tom de Vries <tom@codesourcery.com>
662 * cfgloop.c (find_single_latch): New function, factored out of ...
663 (flow_loops_find): ... here.
664 (verify_loop_structure): Improve verification of loop->latch.
665 * cfgloop.h (find_single_latch): Declare.
666 * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
668 2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
670 * config/sol2.h (SUPPORTS_INIT_PRIORITY): Move up.
671 (STARTFILE_VTV_SPEC, ENDFILE_VTV_SPEC): Define.
672 (STARTFILE_SPEC): Use %(startfile_vtv).
673 (ENDFILE_SPEC): Use %(endfile_vtv).
674 (SUBTARGET_EXTRA_SPECS): Handle STARTFILE_VTV_SPEC,
677 * gcc.c (LINK_COMMAND_SPEC): Move VTABLE_VERIFICATION_SPEC after %{L*}.
679 2015-11-25 Bernd Schmidt <bschmidt@redhat.com>
681 * ifcvt.c (noce_mem_write_may_trap_or_fault_p,
682 noce_can_store_speculate): Delete.
683 (noce_process_if_block): Don't try to handle single MEM stores.
684 * rtl.h (memory_must_be_modified_in_insn_p): Don't declare.
685 * alias.c (memory_must_be_modified_in_insn_p): Delete.
687 2015-11-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
689 PR rtl-optimization/68435
690 * ifcvt.c (noce_try_cmove_arith): Skip final insn when checking
691 for conflicts between a, b and the set destinations.
693 2015-11-25 Richard Biener <rguenther@suse.de>
695 PR tree-optimization/68517
696 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses):
697 Properly handle zero-sized types.
699 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
701 * ipa-inline-analysis.c: Include gimplify.h
702 (set_cond_stmt_execution_predicate,
703 set_switch_stmt_execution_predicate): Be sure to not leak locations
706 2015-11-25 Jakub Jelinek <jakub@redhat.com>
709 * tree-ssa-math-opts.c (uaddsub_overflow_check_p,
710 match_uaddsub_overflow): New functions.
711 (pass_optimize_widening_mul::execute): Call match_uaddsub_overflow.
713 2015-11-25 Richard Biener <rguenther@suse.de>
715 PR tree-optimization/68492
716 * tree-vect-slp.c (vect_build_slp_tree): Consistently build up
717 op from scalars after operand swapping.
719 2015-11-25 Richard Biener <rguenther@suse.de>
721 PR tree-optimization/68502
722 * tree-vect-data-refs.c (vect_analyze_group_access_1): Restore
723 check that the step is a multiple of the type size.
725 2015-11-24 Michael Collison <michael.collison@linaro.org>
727 * config/aarch64/aarch64-simd.md (widen_ssum, widen_usum)
728 (aarch64_<ANY_EXTEND:su><ADDSUB:optab>w<mode>_internal): New patterns
729 * config/aarch64/iterators.md (Vhalf, VDBLW): New mode attributes.
731 2015-11-24 Steve Ellcey <sellcey@imgtec.com>
733 * frame-header-opt.c (gate): Check for optimize > 0.
734 (has_inlined_assembly): New function.
735 (needs_frame_header_p): Remove is_leaf_function check,
736 add argument type check.
737 (callees_functions_use_frame_header): Add is_leaf_function
738 and has_inlined_assembly calls..
739 (set_callers_may_not_allocate_frame): New function.
740 (frame_header_opt): Add is_leaf_function call, add
741 set_callers_may_not_allocate_frame call.
742 * config/mips/mips.c (mips_compute_frame_info): Add check
743 to see if callee saved regs can be put in frame header.
744 (mips_expand_prologue): Add check to see if step1 is zero,
745 fix cfa restores when using frame header to store regs.
746 (mips_can_use_return_insn): Check to see if registers are
747 stored in frame header.
748 * config/mips/mips.h (machine_function): Add
749 callers_may_not_allocate_frame and
750 use_frame_header_for_callee_saved_regs fields.
752 2015-11-24 Segher Boessenkool <segher@kernel.crashing.org>
754 PR rtl-optimization/68520
755 * shrink-wrap.c (try_shrink_wrapping): Don't push a block to VEC if
756 its bit was already set in BB_WITH.
758 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
760 * alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P
761 double check that type is main variant.
762 * tree.c (build_variant_type_copy): Clear TYPE_ALIAS_SET when producing
764 (verify_type_variant): Verify that variants have no
765 TYPE_ALIAS_SET_KNOWN_P set
766 * tree-streamer-out.c (pack_ts_type_common_value_fields): Reorder
767 streaming so constant fields come first; stream TYPE_ALIAS_SET==0
768 only for main variants; stream TYPE_ALIAS_SET as a bit.
769 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Update
772 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
774 * tree.c (make_vector_type): Properly compute canonical type of the
776 (verify_type): Verify that TYPE_CANONICAL of TYPE_MAIN_VARIANT is
779 2015-11-24 Nathan Sidwell <nathan@acm.org>
781 * config/nvptx/nvptx.c (maybe_split_mode): Return new mode or
782 VOIDmode, don't alter incoming mode.
783 (nvptx_split_reg_p): Delete.
784 (write_one_arg, walk_args_for_param, nvptx_declare_function_name,
785 write_func_decl_from_insn, nvptx_output_call_insn): Adjust
786 maybe_split_mode calls.
787 (nvptx_print_operand): Use maybe_split_mode.
789 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
791 * lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL
792 only for types where LTO sets them.
793 * tree.c (build_array_type_1): Do ont set TYPE_CANONICAL for LTO.
794 (make_vector_type): Likewise.
795 (gimple_canonical_types_compatible_p): Use canonical_type_used_p.
796 * tree.h (canonical_type_used_p): New inline.
797 * alias.c (get_alias_set): Handle structural equality for all
798 types that pass canonical_type_used_p.
799 (record_component_aliases): Look through all types with
800 record_component_aliases for possible pointers; sanity check that
801 the alias sets match.
803 2015-11-24 Michael Meissner <meissner@linux.vnet.ibm.com>
805 * config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.
807 2015-11-24 Jan Hubicka <hubicka@ucw.cz>
809 * tree.c (free_node): New function.
810 (type_hash_canon): Use it.
811 * tree.h (free_node): Declare.
813 2015-11-24 David Edelsohn <dje.gcc@gmail.com>
814 Michael Meissner <meissner@linux.vnet.ibm.com>
816 * config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec.
817 (Fv2): New mode attribute to be used when ISA 2.07 instructions
818 are used on SF values, and ISA 2.06 instructions on DF values.
819 (add<mode>3_fpr): Use <Fv2> instead of <Fv>.
820 (sub<mode>3_fpr): Use <Fv2> instead of <Fv>.
821 (mul<mode>3_fpr): Use <Fv2> instead of <Fv>.
822 (div<mode>3_fpr): Use <Fv2> instead of <Fv>.
823 (sqrt<mode>2): Use <Fv2> instead of <Fv>.
824 (fre<Fs>): Use <Fv2> instead of <Fv>.
825 (rsqrt<mode>2): Use <Fv2> instead of <Fv>.
826 (cmp<mode>_fpr): Use <Fv2> instead of <Fv>.
827 (xsrdpi<mode>): Add support for the lround function.
828 (lround<mode>di2): Likewise.
829 (fma<mode>4_fpr): Use <Fv2> instead of <Fv>.
830 (fms<mode>4_fpr): Use <Fv2> instead of <Fv>.
831 (nfma<mode>4_fpr): Use <Fv2> instead of <Fv>.
832 (nfms<mode>4_fpr): Use <Fv2> instead of <Fv>.
834 2015-11-24 Aditya Kumar <aditya.k7@samsung.com>
835 Sebastian Pop <s.pop@samsung.com>
837 PR tree-optimization/67984
838 * graphite-isl-ast-to-gimple.c (is_constant): New.
839 (get_rename): Call is_constant.
840 (get_new_name): Same.
842 2015-11-24 Aditya Kumar <aditya.k7@samsung.com>
843 Sebastian Pop <s.pop@samsung.com>
845 * graphite-dependences.c: Only include graphite.h.
846 * graphite-isl-ast-to-gimple.c: Same.
847 * graphite-optimize-isl.c: Same.
848 * graphite-poly.c: Same.
849 * graphite-scop-detection.c: Same.
850 * graphite-sese-to-poly.c: Same.
852 * graphite-isl-ast-to-gimple.h: Move to graphite.h.
853 * graphite-poly.h: Same.
854 * graphite-scop-detection.h: Same.
857 2015-11-24 Pierre-Marie de Rodat <derodat@adacore.com>
859 * dwarf2out.c (gen_decl_die): Generate DW_TAG_imported_* instead of
860 DW_TAG_namespace for IMPORTED_DECL declarations. Call
861 dwarf2out_imported_module_or_decl_1 for all DWARF versions as this
862 function already takes care of checking what it can emit.
864 2015-11-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
866 * doc/invoke.texi (-fpic): Add the AArch64 limit.
867 (-fPIC): Add AArch64.
869 2015-11-24 Tom de Vries <tom@codesourcery.com>
871 * tree-ssa-loop-im.c (tree_ssa_lim): Make static.
872 (pass_lim::execute): Allow to run outside pass_tree_loop.
874 2015-11-24 Wilco Dijkstra <wdijkstr@arm.com>
876 * config/aarch64/aarch64.md (add<mode>3):
877 Block early expansion into 2 add instructions.
878 (add<mode>3_pluslong): New pattern to combine complex
879 immediates into 2 additions.
881 2015-11-24 Segher Boessenkool <segher@kernel.crashing.org>
886 * config/rs6000/predicates.md (and_operand): Check that the operand
887 is a const_int before calling rs6000_is_valid_and_mask.
889 2015-11-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
891 * config/aarch64/aarch64.md (*condjump): Rename to...
892 (condjump): ... This.
893 (*compare_condjump<mode>): New define_insn_and_split.
894 (*compare_cstore<mode>_insn): Likewise.
895 (*cstore<mode>_insn): Rename to...
896 (cstore<mode>_insn): ... This.
897 * config/aarch64/iterators.md (CMP): Handle ne code.
898 * config/aarch64/predicates.md (aarch64_imm24): New predicate.
900 2015-11-24 Mikhail Maltsev <maltsevm@gmail.com>
903 * config/i386/i386.c (output_387_binary_op): Fix assertion for
906 2015-11-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
908 * tree-ssa-uncprop.c (struct val_ssa_equiv_hash_traits): Remove.
909 (val_ssa_equiv_hash_traits::remove): Likewise.
910 (pass_uncprop::execute): Adjust.
912 2015-11-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
914 * hash-map-traits.h (simple_hashmap_traits ::remove): call
915 destructors on values that are being removed.
916 * mem-stats.h (hash_map): Pass type of values to
917 simple_hashmap_traits.
918 * tree-sra.c (sra_deinitialize): Remove work around for hash
919 maps not destructing values.
920 * genmatch.c (sinfo_hashmap_traits): Adjust.
921 * tree-ssa-uncprop.c (val_ssa_equiv_hash_traits): Likewise.
923 2015-11-24 Richard Biener <rguenther@suse.de>
924 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
927 * cfgloop.c (get_loop_body_in_bfs_order): Restructure loop to avoid
930 2015-11-24 Jakub Jelinek <jakub@redhat.com>
933 * tree-vect-generic.c (lower_vec_perm): If VEC_PERM_EXPR
934 is valid vec_shr pattern, don't lower it even if can_vec_perm_p
936 * optabs.c (shift_amt_for_vec_perm_mask): Return NULL_RTX
937 whenever first is nelt or above. Don't mask expected with
940 2015-11-24 Ilya Enkovich <enkovich.gnu@gmail.com>
943 * gimple-fold.c: Include ipa-chkp.h.
944 (gimple_fold_builtin_memory_op): Don't fold call if we
945 are going to instrument it and it may copy pointers.
947 2015-11-24 Bernd Schmidt <bschmidt@redhat.com>
948 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
950 PR rtl-optimization/68194
951 PR rtl-optimization/68328
952 PR rtl-optimization/68185
953 * ree.c (combine_reaching_defs): Reject copy_needed case if
954 copies_list is not empty.
956 2015-11-24 Richard Biener <rguenther@suse.de>
959 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Properly
962 2015-11-24 Segher Boessenkool <segher@kernel.crashing.org>
964 PR rtl-optimization/68381
965 * combine.c (is_parallel_of_n_reg_sets): Return false if the pattern
968 2015-11-23 Nick Clifton <nickc@redhat.com>
969 Jeff Law <law@redhat.com>
971 * ree.c (add_removable_extension): Avoid mis-optimizing cases where
972 the source/dest of the target extension require a different number of
974 (combine_set_extension): Remove #if 0 code.
976 2015-11-23 Aditya Kumar <aditya.k7@samsung.com>
977 Sebastian Pop <s.pop@samsung.com>
979 PR tree-optimization/68314
980 * graphite-optimize-isl.c (optimize_isl): Do not call isl_union_map_is_equal.
981 * graphite-poly.c (new_scop): Remove original_schedule.
983 * graphite-poly.h (struct scop): Same.
984 * graphite-sese-to-poly.c (build_pbb_minimal_scattering_polyhedrons): Remove.
985 (build_pbb_scattering_polyhedrons): Add back.
986 (build_scop_minimal_scattering): Remove.
987 (build_scop_scattering): Add back.
988 (build_scop_original_schedule): Remove.
989 (build_poly_scop): Revert to only call build_scop_scattering.
991 2015-11-23 Aditya Kumar <aditya.k7@samsung.com>
992 Sebastian Pop <s.pop@samsung.com>
994 PR tree-optimization/68493
995 * graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Add
996 missing early return when codegen_error is set.
998 2015-11-23 Aditya Kumar <aditya.k7@samsung.com>
999 Sebastian Pop <s.pop@samsung.com>
1001 PR tree-optimization/68279
1002 * graphite-poly.c (new_scop): Remove poly_scop_p.
1003 * graphite-poly.h (struct scop): Same.
1004 (build_poly_scop): Declare.
1005 * graphite-sese-to-poly.c: Do not include graphite-sese-to-poly.h.
1006 (cleanup_loop_iter_dom): New.
1007 (build_loop_iteration_domains): Early return when scev analysis fails.
1008 (create_pw_aff_from_tree): Same.
1009 (add_condition_to_pbb): Same.
1010 (add_conditions_to_domain): Same.
1011 (add_conditions_to_constraints): Same.
1012 (build_scop_iteration_domain): Same.
1013 (build_poly_scop): Same. Do not initialize poly_scop_p.
1014 * graphite-sese-to-poly.h: Remove.
1015 * graphite.c: Do not include graphite-sese-to-poly.h.
1016 (graphite_transform_loops): Stop before code generation when
1017 build_poly_scop fails.
1018 * sese.c (scalar_evolution_in_region): Add fixme note about scev
1021 2015-11-23 Aditya Kumar <aditya.k7@samsung.com>
1022 Sebastian Pop <s.pop@samsung.com>
1024 * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
1025 Remove call to update_ssa.
1026 * sese.c (sese_insert_phis_for_liveouts): Same.
1028 2015-11-23 Marek Polacek <polacek@redhat.com>
1030 PR tree-optimization/68455
1031 * tree-vrp.c (extract_range_from_binary_expr_1): Don't call
1032 extract_range_from_multiplicative_op_1 on symbolic ranges.
1034 2015-11-23 Richard Henderson <rth@redhat.com>
1036 * optabs.def (uaddv4_optab, usubv4_optab): New.
1037 * internal-fn.c (expand_addsub_overflow): Use them.
1038 * doc/md.texi (Standard Names): Add uaddv<m>4, usubv<m>4.
1040 * config/i386/i386.c (ix86_cc_mode): Extend add overflow check
1041 to reversed operands.
1042 * config/i386/i386.md (uaddv<SWI>4, usubv<SWI>4): New.
1043 (*add<SWI>3_cconly_overflow_1): Rename *add<SWI>3_cconly_overflow.
1044 (*add<SWI>3_cc_overflow_1): Rename *add<SWI>3_cc_overflow.
1045 (*addsi3_zext_cc_overflow_1): Rename *add3_zext_cc_overflow.
1046 (*add<SWI>3_cconly_overflow_2): New.
1047 (*add<SWI>3_cc_overflow_2): New.
1048 (*addsi3_zext_cc_overflow_2): New.
1050 2015-11-23 Richard Biener <rguenther@suse.de>
1052 PR tree-optimization/68465
1053 * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children):
1054 Also record equalities from multiple predecessor blocks if
1055 only one non-backedge exists.
1057 2015-11-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1060 * config/aarch64/aarch64.c (aarch64_madd_needs_nop): Reject arguments
1061 that are not INSN_P.
1063 2015-11-23 Bilyan Borisov <bilyan.borisov@arm.com>
1065 * config/aarch64/aarch64-builtins.c
1066 (aarch64_gimple_fold_builtin): Fold FMULX.
1068 2015-11-23 David Edelsohn <dje.gcc@gmail.com>
1070 * system.h: Don't poison calloc and strdup if USES_ISL is defined.
1071 * graphite-dependences.c: Define USES_ISL. Include ISL header files
1072 after GCC header files and before graphite header files.
1073 * graphite-dependences.c: Same.
1074 * graphite-isl-ast-to-gimple.c: Same.
1075 * graphite-optimize-isl.c: Same.
1076 * graphite-poly.c: Same.
1077 * graphite-scop-detection.c: Same.
1078 * graphite-sese-to-poly.c: Same.
1081 2015-11-23 Richard Biener <rguenth@gcc.gnu.org>
1082 Jiong Wang <jiong.wang@arm.com>
1084 PR tree-optimization/68317
1085 PR tree-optimization/68326
1086 * tree-vrp.c (adjust_range_with_scev): Call drop_tree_overflow if the
1087 final min and max are not infinity.
1089 2015-11-23 Ilya Enkovich <enkovich.gnu@gmail.com>
1090 Richard Biener <rguenther@suse.de>
1092 PR tree-optimization/68327
1093 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
1094 compute vectype for non-relevant mask producers.
1095 * tree-vect-stmts.c (vectorizable_comparison): Check stmt
1098 2015-11-23 Tom de Vries <tom@codesourcery.com>
1100 PR tree-optimization/68460
1101 * tree-parloops.c (gather_scalar_reductions): Also call
1102 free_stmt_vec_info_vec if simple_loop_info == NULL.
1104 2015-11-23 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
1106 * opts.c (finish_options): Allow -fsanitize-recover=address for
1107 userspace sanitization.
1108 * asan.c (asan_expand_check_ifn): Redefine recover_p.
1109 * doc/invoke.texi (fsanitize-recover): Update documentation.
1111 2015-11-23 Tom de Vries <tom@codesourcery.com>
1113 * omp-low.c (build_receiver_ref): Mark by_ref mem_ref as non-trapping.
1115 2015-11-23 Richard Biener <rguenther@suse.de>
1117 PR tree-optimization/68445
1118 * tree-vect-slp.c (vect_create_mask_and_perm): Properly use
1119 two different strides.
1121 2015-11-23 Robin Dapp <rdapp@linux.vnet.ibm.com>
1123 * config/s390/s390.h: Add new symref flags, _NOTALIGN2 etc.
1124 * config/s390/s390.c (s390_check_symref_alignment): Use new
1125 symref flags, early abort on wrong alignment
1126 (s390_secondary_reload): Use new symref flags.
1127 (s390_encode_section_info): Likewise.
1128 * config/s390/predicates.md: Likewise.
1130 2015-11-23 Kugan Vivekanandarajah <kuganv@linaro.org>
1133 * config/arm/arm.c (arm_function_ok_for_sibcall): Get function type
1134 for indirect function call.
1136 2015-11-22 Bilyan Borisov <bilyan.borisov@arm.com>
1138 * config/aarch64/aarch64-simd.md
1139 (*aarch64_mulx_elt_<vswap_width_name><mode>, VDQSF): New.
1140 (*aarch64_mulx_elt<mode>, VDQF): Likewise.
1141 (*aarch64_mulx_elt_to_64v2df): Likewise.
1142 (*aarch64_vgetfmulx<mode>, VDQF_DF): Likewise.
1143 * config/aarch64/arm_neon.h (vmulx_lane_f32): New.
1144 (vmulx_lane_f64): Likewise.
1145 (vmulxq_lane_f32): Refactored & moved.
1146 (vmulxq_lane_f64): Likewise.
1147 (vmulx_laneq_f32): New.
1148 (vmulx_laneq_f64): Likewise.
1149 (vmulxq_laneq_f32): Likewise.
1150 (vmulxq_laneq_f64): Likewise.
1151 (vmulxs_lane_f32): Likewise.
1152 (vmulxs_laneq_f32): Likewise.
1153 (vmulxd_lane_f64): Likewise.
1154 (vmulxd_laneq_f64): Likewise.
1156 2015-11-21 Jan Hubicka <hubicka@ucw.cz>
1158 * tree.c (build_pointer_type_for_mode,build_reference_type_for_mode):
1159 In LTO we do not compute TYPE_CANONICAL of pointers.
1160 (gimple_canonical_types_compatible_p): Improve coments; sanity check
1161 that pointers do not have canonical type that would make us believe
1163 * alias.c (get_alias_set): Do structural type equality on pointers;
1164 enable pointer path for LTO; also glob pointer to vector with pointer
1165 to vector element; glob pointers and references for LTO; do more strict
1166 sanity checking about build_pointer_type returning the canonical type
1167 which is also the main variant.
1168 (record_component_aliases): When component type is pointer and we
1169 do LTO; record void_type_node alias set.
1171 2015-11-21 Nathan Sidwell <nathan@acm.org>
1173 * config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.
1175 * config/nvptx/nvptx.c (write_function_decl_and_comment): Print
1177 (write_func_decl_from_insn): Likewise.
1178 (init_output_initializer, nvptx_assemble_undefined_decl): Likewise.
1179 (nvptx_file_end): Likewise.
1180 (nvptx_function_end): Undent output.
1181 (nvptx_expand_call): Fix formatting.
1182 (nvptx_output_call_insn): Indent output.
1183 * config/nvptx/nvptx.h (ASM_OUTPUT_ALIGNED_DECL_COMMON,
1184 ASM__OUTPUT_ALIGNED_DECL_LOCAL): Print leading blank line.
1186 2015-11-21 Jakub Jelinek <jakub@redhat.com>
1189 * tree-inline.c (copy_debug_stmt): If
1190 gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
1191 in decl_debug_args, don't call remap_gimple_op_r on it.
1193 2015-11-07 Jan Hubicka <hubicka@ucw.cz>
1195 * ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL;
1196 do not check AGGREGATE_TYPE_P when adding TYPE_MODE;
1197 Check that all record types are complete.
1198 * ipa-icf-gimple.c (func_checker::compatible_types_p): Do not
1199 compare alias sets for types w/o alias sets.
1201 2015-11-20 Eric Botcazou <ebotcazou@adacore.com>
1203 * config/sparc/sparc.md (umulxhi_vis): Move around.
1204 (*umulxhi_sp64): Likewise.
1205 (umulxhi_v8plus): Likewise.
1206 (xmulx_vis): Likewise.
1207 (*xmulx_sp64): Likewise.
1208 (xmulx_v8plus): Likewise.
1209 (xmulxhi_vis): Likewise.
1210 (*xmulxhi_sp64): Likewise.
1211 (xmulxhi_v8plus): Likewise.
1213 2015-11-20 David Malcolm <dmalcolm@redhat.com>
1216 * diagnostic-show-locus.c (colorizer::set_fixit_hint): New.
1217 (class layout): Update comment
1218 (layout::print_any_fixits): New method.
1219 (layout::move_to_column): New method.
1220 (diagnostic_show_locus): Add call to layout.print_any_fixits.
1222 2015-11-20 Jakub Jelinek <jakub@redhat.com>
1225 * omp-low.c (lower_rec_input_clauses): If C/C++ array reduction
1226 has non-zero bias, subtract it in integer type instead of
1227 pointer plus of negated bias.
1230 * omp-low.c (expand_simd_clones): Call node->get_body () before
1231 allocating stuff in GC.
1233 2015-11-20 Jim Wilson <jim.wilson@linaro.org>
1235 * tree-vect-data-refs.c (compare_tree): Call STRIP_NOPS.
1237 2015-11-20 Evandro Menezes <e.menezes@samsung.com>
1239 * config/aarch64/aarch64.md (predicated): Copy attribute from
1241 * config/arm/arm.md (predicated): Added description.
1243 2015-11-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1245 * config/arm/arm.c (arm_option_override): Require TARGET_32BIT
1246 for unaligned_access.
1247 * config/arm/arm.md (unaligned_loadsi): Remove redundant TARGET_32BIT
1248 from matching condition.
1249 (unaligned_loadhis): Likewise.
1250 (unaligned_loadhiu): Likewise.
1251 (unaligned_storesi): Likewise.
1252 (unaligned_storehi): Likewise.
1254 2015-11-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1257 * config/arm/arm.md (unaligned_loaddi): Delete.
1258 (unaligned_storedi): Likewise.
1259 * config/arm/arm.c (gen_movmem_ldrd_strd): Don't generate
1260 unaligned DImode memory ops. Instead perform two back-to-back
1261 unaligned SImode ops.
1263 2015-11-20 Nathan Sidwell <nathan@codesourcery.com>
1264 James Norris <jnorris@codesourcery.com>
1266 * config/nvptx/nvptx.c (nvptx_use_anchors_for_symbol_p): New.
1267 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Override.
1269 2015-11-20 Alan Hayward <alan.hayward@arm.com>
1271 PR tree-optimization/68413
1272 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Cache
1274 (vectorizable_reduction): Use cached base
1276 2015-11-20 Tom de Vries <tom@codesourcery.com>
1278 * tree-parloops.c (build_new_reduction): Fix trailing whitespace in
1280 (try_create_reduction_list): Same. Fix typo in dump-file string.
1282 2015-11-20 Eric Botcazou <ebotcazou@adacore.com>
1284 * doc/md.texi (Standard Names): Move entry for addptr3 around,
1285 add entries for addv4, subv4, mulv4, umulv4 and negv3, fixes
1286 glitch in entries for cbranch4 and jump.
1288 2015-11-20 Tom de Vries <tom@codesourcery.com>
1290 PR tree-optimization/68373
1291 * tree-scalar-evolution.c (final_value_replacement_loop): Factor out
1293 (scev_const_prop): ... here.
1294 * tree-scalar-evolution.h (final_value_replacement_loop): Declare.
1295 * tree-parloops.c (try_create_reduction_list): Call
1296 final_value_replacement_loop.
1298 2015-11-20 Bin Cheng <bin.cheng@arm.com>
1300 PR tree-optimization/52272
1301 * tree-ssa-loop-ivopts.c (struct iv_common_cand): New struct.
1302 (struct iv_common_cand_hasher): New struct.
1303 (iv_common_cand_hasher::hash): New function.
1304 (iv_common_cand_hasher::equal): New function.
1305 (struct ivopts_data): New fields, iv_common_cand_tab and
1307 (tree_ssa_iv_optimize_init): Initialize above fields.
1308 (record_common_cand, common_cand_cmp): New functions.
1309 (add_iv_candidate_derived_from_uses): New function.
1310 (add_iv_candidate_for_use): Record iv_common_cands derived from
1311 iv use in hash table, instead of adding candidates directly.
1312 (add_iv_candidate_for_uses): Call add_iv_candidate_derived_from_uses.
1313 (record_important_candidates): Add important candidates to iv uses'
1314 related_cands. Always keep related_cands for future use.
1315 (try_add_cand_for): Use iv uses' related_cands.
1316 (free_loop_data, tree_ssa_iv_optimize_finalize): Release new fields
1317 in struct ivopts_data, iv_common_cand_tab and iv_common_cands.
1319 2015-11-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1321 * config/s390/s390.md ("bswaphi2"): New pattern.
1323 2015-11-20 Dominik Vogt <vogt@linux.vnet.ibm.com>
1325 * config/s390/s390.md (GPR1_REGNUM): New constant.
1326 ("*trunc<BFP:mode><DFP_ALL:mode>2")
1327 ("*trunc<DFP_ALL:mode><BFP:mode>2")
1328 ("trunc<BFP:mode><DFP_ALL:mode>2")
1329 ("trunc<DFP_ALL:mode><BFP:mode>2")
1330 ("*extend<BFP:mode><DFP_ALL:mode>2")
1331 ("*extend<DFP_ALL:mode><BFP:mode>2")
1332 ("extend<BFP:mode><DFP_ALL:mode>2")
1333 ("extend<DFP_ALL:mode><BFP:mode>2"): Clobber r1.
1335 2015-11-19 Aditya Kumar <aditya.k7@samsung.com>
1336 Sebastian Pop <s.pop@samsung.com>
1338 PR tree-optimization/68428
1339 * graphite-scop-detection.c (harmful_stmt_in_region): Do not iterate
1340 over basic blocks outside the scop.
1342 2015-11-19 Aditya Kumar <aditya.k7@samsung.com>
1343 Sebastian Pop <s.pop@samsung.com>
1345 PR tree-optimization/68341
1346 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Remove
1347 gcc_unreachable and safely fail codegen.
1348 (copy_loop_close_phi_args): Do not insert merge phis in a basic
1349 block with loop phi nodes.
1350 (edge_for_new_close_phis): New.
1351 (copy_bb_and_scalar_dependences): Call edge_for_new_close_phis.
1353 2015-11-19 Nathan Sidwell <nathan@acm.org>
1355 * config/nvptx/nvptx.h (SUPPORTS_WEAK): Define.
1356 * config/nvptx/nvptx.c (nvptx_write_function_decl): Support DECL_WEAK.
1357 (nvptx_declare_objec_name): Likewise.
1359 2015-11-19 Aditya Kumar <aditya.k7@samsung.com>
1361 * graphite-isl-ast-to-gimple.c (get_true_edge_from_guard_bb): Move...
1362 (get_false_edge_from_guard_bb): Move...
1363 * sese.c (get_false_edge_from_guard_bb)
1364 (get_true_edge_from_guard_bb): ... here.
1366 2015-11-19 David Edelsohn <dje.gcc@gmail.com>
1369 2015-11-18 Alan Modra <amodra@gmail.com>
1371 * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
1372 type-limits warning.
1375 2015-11-19 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1377 * tree.h (desired_pro_or_demotion_p): New function.
1378 * tree-vrp.c (simplify_cond_using_ranges): Call it.
1380 2015-11-19 Michael Matz <matz@suse.de>
1382 * fwprop.c (update_uses): Use flag_checking instead of
1383 gcc_checking_assert.
1385 2015-11-19 David Malcolm <dmalcolm@redhat.com>
1387 * doc/gty.texi (Support for inheritance): Fix missing
1388 parentheses in example.
1390 2015-11-19 Marek Polacek <polacek@redhat.com>
1392 PR tree-optimization/68431
1393 * tree-vrp.c (extract_range_from_binary_expr_1): Fix condition.
1395 2015-11-19 Nathan Sidwell <nathan@acm.org>
1397 * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>_1,
1398 atomic_exchange<mode>): Input values can be immediates.
1400 2015-11-19 Eric Botcazou <ebotcazou@adacore.com>
1403 * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified
1405 * configure: Regenerate.
1407 2015-11-19 Eric Botcazou <ebotcazou@adacore.com>
1410 * config/sparc/sp-elf.h (CTORS_SECTION_ASM_OP): Undefine.
1411 (DTORS_SECTION_ASM_OP): Likewise.
1413 2015-11-19 Jakub Jelinek <jakub@redhat.com>
1415 PR rtl-optimization/68376
1416 * ifcvt.c (noce_try_abs): Disable one_cmpl optimization if
1417 encountering x <= 0 ? ~x : x or x > 0 ? ~x : x.
1419 2015-11-19 Richard Biener <rguenther@suse.de>
1422 * tree-ssa.c (delete_tree_ssa): Revert removal of call to
1423 redirect_edge_var_map_destroy.
1425 2015-11-19 Jakub Jelinek <jakub@redhat.com>
1428 * config/i386/i386.md (simple_return): Disable if
1429 ix86_static_chain_on_stack is true.
1431 2015-11-19 Richard Sandiford <richard.sandiford@arm.com>
1434 * internal-fn.c (expand_direct_optab_fn): Handle SUBREG_PROMOTED_VAR_P
1437 2015-11-18 Jeff Law <law@redhat.com>
1439 PR tree-optimization/68198
1440 * tree-ssa-threadupdate.c (valid_jump_thread_path): Distinguish
1441 between threading a multi-way branch and a thread path that contains
1442 a multi-way branch. Disallow the case where a path contains a
1443 multi-way branch and does not thread a multi-way branch.
1444 (thread_through_all_blocks): Update comment.
1446 2015-11-18 Joseph Myers <joseph@codesourcery.com>
1449 * ginclude/stdatomic.h (atomic_thread_fence, atomic_signal_fence)
1450 (atomic_flag_test_and_set, atomic_flag_test_and_set_explicit)
1451 (atomic_flag_clear, atomic_flag_clear_explicit): Declare as
1452 functions before defining as macros.
1454 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
1456 * config/nvptx/nvptx.c (nvptx_process_pars): Fix whitespace.
1457 (nvptx_record_offload_symbol): Remove code compensating for lack
1458 of default dimension handling.
1459 (nvptx_goacc_validate_dims): Remove incorrect ARG_UNUSED markers.
1461 2015-11-18 Aditya Kumar <aditya.k7@samsung.com>
1463 * graphite-isl-ast-to-gimple.c (copy_loop_phi_args): Change the return
1464 type to bool for early exit.
1465 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Early return
1467 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
1468 (add_phi_arg_for_new_expr): Enable codegen for if-block where one
1469 predecessor dominates the other.
1470 (translate_isl_ast_to_gimple::copy_cond_phi_args): Fix. When the
1471 element is not found it returns -1.
1472 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Bail
1473 out early when codegen fails.
1474 (graphite_regenerate_ast_isl): Remove codegen region when pending
1475 phis could not be generated.
1477 2015-11-18 Aditya Kumar <aditya.k7@samsung.com>
1479 * graphite-isl-ast-to-gimple.c (struct ast_build_info): Remove
1481 (class translate_isl_ast_to_gimple): Indentation.
1482 (translate_pending_phi_nodes): Comment.
1483 (add_parameters_to_ivs_params): Moved from sese.c inside class
1484 translate_isl_ast_to_gimple.
1485 (get_max_schedule_dimensions): Same.
1486 (generate_isl_context): Same.
1487 (extend_schedule): Same.
1488 (generate_isl_schedule): Same.
1489 (set_options): Same.
1490 (scop_to_isl_ast): Same.
1491 (is_valid_rename): Same.
1493 (get_rename_from_scev): Same.
1494 (get_def_bb_for_const): Same.
1495 (get_new_name): Same.
1496 (collect_all_ssa_names): Same.
1497 (copy_loop_phi_args): Same.
1498 (copy_loop_phi_nodes): Same.
1499 (copy_loop_close_phi_args): Same.
1500 (copy_loop_close_phi_nodes): Same.
1501 (copy_cond_phi_args): Same.
1502 (copy_cond_phi_nodes): Same.
1503 (graphite_copy_stmts_from_block): Same.
1504 (copy_bb_and_scalar_dependences): Same.
1505 (add_phi_arg_for_new_expr): Same.
1506 (rename_uses): Same.
1508 (set_rename_for_each_def): Same.
1509 (gsi_insert_earliest): Same.
1510 (rename_all_uses): Same.
1511 (codegen_error_p): Same.
1512 (print_isl_ast_node): Same.
1513 (translate_isl_ast_for_loop): Call function codegen_error_p.
1514 (translate_isl_ast_to_gimple::translate_isl_ast): Same.
1515 (translate_isl_ast_node_user): Make nb_loops const and release
1517 (get_true_edge_from_guard_bb): Move all free-functions early.
1518 (get_false_edge_from_guard_bb): Same.
1519 (bb_contains_loop_close_phi_nodes): Same.
1520 (bb_contains_loop_phi_nodes): Same.
1521 (is_loop_closed_ssa_use): Same.
1522 (number_of_phi_nodes): Same.
1523 (phi_uses_name): Same.
1524 (later_of_the_two): Same.
1525 (substitute_ssa_name):
1528 (get_loop_init_value): Same.
1529 (find_init_value): Same.
1530 (find_init_value_close_phi): Same.
1531 (ast_build_before_for): Same.
1532 (graphite_regenerate_ast_isl): Formatting changes.
1533 * graphite-scop-detection.c (build_cross_bb_scalars_use): Same.
1534 * sese.c (get_rename): Move to graphite-isl-ast-to-gimple.c
1536 (gsi_insert_earliest): Same.
1537 (collect_all_ssa_names): Same.
1538 (rename_all_uses): Same.
1539 (rename_uses): Same.
1540 (get_def_bb_for_const): Same.
1541 (copy_loop_phi_nodes): Same.
1542 (copy_loop_close_phi_args): Same.
1543 (copy_loop_close_phi_nodes): Same.
1544 (copy_cond_phi_args): Same.
1545 (copy_cond_phi_nodes): Same.
1546 (set_rename_for_each_def): Same.
1547 (graphite_copy_stmts_from_block): Same.
1548 (copy_bb_and_scalar_dependences): Same.
1549 (if_region_set_false_region): Same.
1550 (scev_analyzable_p): Same.
1551 * sese.h: Delete extern functions moved to graphite-isl-ast-to-gimple.c.
1553 2015-11-18 Andreas Tobler <andreast@gcc.gnu.org>
1555 * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the
1556 commit from r125920 for FreeBSD.
1558 2015-11-18 Jason Merrill <jason@redhat.com>
1560 * ggc-page.c (ggc_globals): Change finalizers and vec_finalizers
1562 (add_finalizer): Split out from ggc_internal_alloc.
1563 (ggc_handle_finalizers): Run finalizers for the current depth.
1564 (init_ggc, ggc_pch_read): Reserve space for finalizers.
1566 2015-11-18 Sandra Loosemore <sandra@codesourcery.com>
1569 * config/nios2/nios2.c (cdx_and_immed): Remove duplicate tests
1572 2015-11-18 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1574 * config/avr/avr-mcus.def: Add new avr4 devices atmega48pb and
1575 atmega88pb. Add new avr5 devices ata5791, ata8210, ata8510, atmega168pb
1577 * doc/avr-mmcu.texi: Regenerate.
1579 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
1581 * config/nvptx/nvptx.c (bb_pair_t, bb_pair_vec_t): New types.
1582 (pseudo_node_t, struct bracket, bracket_vec_t): New types.
1583 (struct bb_sese): New struct.
1584 (bb_sese::~bb_sese, bb_sese::append, bb_sese::remove): New.
1585 (BB_GET_SESE, BB_SET_SESE): Define.
1586 (nvptx_sese_number, nvptx_sese_pseudo, nvptx_sese_color): New.
1587 (nvptx_find_sese): New.
1588 (nvptx_neuter_pars): Find SESE regions when optimizing.
1590 2015-11-18 Alan Modra <amodra@gmail.com>
1592 * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
1593 type-limits warning.
1595 2015-11-18 Richard Sandiford <richard.sandiford@arm.com>
1598 * hash-set.h (hash_set::traverse): Expand Key typedef.
1600 2015-11-18 Martin Liska <mliska@suse.cz>
1602 * config/arm/arm.c (arm_valid_target_attribute_p): Finalize
1605 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
1607 * config/nvptx/nvptx.c (global_lock_var): New.
1608 (nvptx_global_lock_addr): New.
1609 (nvptx_lockless_update): Recomment and adjust for clarity.
1610 (nvptx_lockfull_update): New.
1611 (nvptx_reduction_update): New.
1612 (nvptx_goacc_reduction_fini): Call it.
1614 2015-11-18 Bernd Schmidt <bschmidt@redhat.com>
1616 * regrename.h (struct du_head): Add target_data_1 and target_data_2
1618 * regrename.c (create_new_chain): Clear entire struct after allocating.
1620 * config/i386/i386.opt (mmitigate-rop): New option.
1621 * doc/invoke.texi (mmitigate-rop): Document.
1622 * config/i386/i386.c: Include "regrename.h".
1623 (ix86_rop_should_change_byte_p, reg_encoded_number,
1624 ix86_get_modrm_for_rop, set_rop_modrm_reg_bits, ix86_mitigate_rop): New
1626 (ix86_reorg): Call ix86_mitigate_rop if -fmitigate-rop.
1627 * config/i386/i386.md (attr "modrm_class"): New.
1628 (cmp<mode>_ccno_1, mov<mode>_xor, movstrict<mode>_xor,
1629 x86_mov<mode>cc_0_m1. x86_mov<mode>cc_0_m1_se)
1630 (x86_mov<mode>cc_0_m1_neg): Override modrm_class attribute.
1632 2015-11-18 Ilya Enkovich <enkovich.gnu@gmail.com>
1635 * config/i386/i386.c (ix86_expand_mask_vec_cmp): Add missing break.
1637 2015-11-18 Jakub Jelinek <jakub@redhat.com>
1639 PR tree-optimization/68157
1640 * tree-ssa-reassoc.c (attempt_builtin_powi): Set uid of
1641 pow_stmt or mul_stmt from stmt's uid.
1642 (reassociate_bb): Set uid of mul_stmt from stmt's uid.
1644 2015-11-18 Martin Liska <mliska@suse.cz>
1646 * haifa-sched.c (haifa_finish_h_i_d): Release reg_set_list.
1648 2015-11-18 Martin Liska <mliska@suse.cz>
1650 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
1651 Fix GNU coding style.
1652 (find_def_preds): Use auto_vec.
1653 (destroy_predicate_vecs): Change signature of the function.
1654 (prune_uninit_phi_opnds_in_unrealizable_paths): Use the
1656 (simplify_preds_4): Use destroy_predicate_vecs instread of
1657 just releasing preds vector.
1658 (normalize_preds): Likewise.
1659 (is_use_properly_guarded): Use new signature of
1660 destroy_predicate_vecs.
1661 (find_uninit_use): Likewise.
1663 2015-11-18 Richard Biener <rguenther@suse.de>
1665 PR tree-optimization/67790
1666 * tree-vect-loop.c (vect_is_simple_reduction_1): Remove
1667 IL rewrite for MINUS_EXPR reductions, rename back to ...
1668 (vect_is_simple_reduction): ... this, removing the wrapper.
1669 (vect_force_simple_reduction): Adjust.
1670 (vectorizable_reduction): Adjust reduc_index for MINUS_EXPR
1671 reductions and make use if reduc_index in all places. For
1672 the final reduction of MINUS_EXPR use PLUS_EXPR.
1674 2015-11-18 Alan Modra <amodra@gmail.com>
1676 * configure.ac (POWERPC64_TOC_POINTER_ALIGNMENT): Pass -z norelro
1678 * configure: Regenerate.
1680 2015-11-17 Tom de Vries <tom@codesourcery.com>
1682 * tree-ssa-loop.c (pass_tree_loop_init::execute): Improve comments.
1684 2015-11-17 Tom de Vries <tom@codesourcery.com>
1686 * tree-scalar-evolution.c (scev_const_prop): Dump details if replacing
1687 uses of ssa_name with constant.
1689 2015-11-17 Tom de Vries <tom@codesourcery.com>
1691 * tree-ssa-ccp.c (do_ssa_ccp): Clear LOOP_CLOSED_SSA in loops state if
1694 2015-11-17 Tom de Vries <tom@codesourcery.com>
1696 * cfgloop.h (struct loop): Add in_oacc_kernels_region field.
1697 * omp-low.c (mark_loops_in_oacc_kernels_region): New function.
1698 (expand_omp_target): Call mark_loops_in_oacc_kernels_region.
1700 2015-11-17 Bernd Schmidt <bschmidt@redhat.com>
1702 * regrename.c (regrename_find_superclass): New function, code moved
1704 (rename_chains): ... here. Call it.
1705 * regrename.h (regrename_find_superclass): Declare.
1707 * regrename.c (record_out_operands): Terminate earlyclobbered
1711 * regrename.c (record_operand_use): Keep track of failed operands
1712 and stop appending if we see any.
1713 * regrename.h (struct operand_rr_info): Add a failed field and shrink
1716 2015-11-17 Sandra Loosemore <sandra@codesourcery.com>
1719 * doc/extend.texi (Common Function Attributes) [visibility]:
1720 Add cross-references to matching variable and type attributes.
1721 (Common Variable Attributes) [visibility]: Add missing entry.
1723 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1725 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function): Remove
1726 entries that map directly to optabs.
1728 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1730 * config/i386/i386.c (ix86_builtin_vectorized_function): Remove
1731 entries that map directly to optabs.
1733 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1735 * internal-fn.h (direct_internal_fn_info): Add vectorizable flag.
1736 * internal-fn.c (direct_internal_fn_array): Update accordingly.
1737 * tree-vectorizer.h (vectorizable_function): Delete.
1738 * tree-vect-stmts.c: Include internal-fn.h.
1739 (vectorizable_internal_function): New function.
1740 (vectorizable_function): Inline into...
1741 (vectorizable_call): ...here. Explicitly reject calls that read
1742 from or write to memory. Try using an internal function before
1743 falling back on the old vectorizable_function behavior.
1745 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1747 * target.def (builtin_vectorized_function): Take a combined_fn (in
1748 the form of an unsigned int) rather than a function decl.
1749 (builtin_md_vectorized_function): New.
1750 * targhooks.h (default_builtin_vectorized_function): Replace the
1751 fndecl argument with an unsigned int.
1752 (default_builtin_md_vectorized_function): Declare.
1753 * targhooks.c (default_builtin_vectorized_function): Replace the
1754 fndecl argument with an unsigned int.
1755 (default_builtin_md_vectorized_function): New function.
1756 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION):
1758 * doc/tm.texi: Regenerate.
1759 * tree-vect-stmts.c (vectorizable_function): Update call to
1760 builtin_vectorized_function, also passing internal functions.
1761 Call builtin_md_vectorized_function for target-specific builtins.
1762 * config/aarch64/aarch64-protos.h
1763 (aarch64_builtin_vectorized_function): Replace fndecl argument
1764 with an unsigned int.
1765 * config/aarch64/aarch64-builtins.c: Include case-cfn-macros.h.
1766 (aarch64_builtin_vectorized_function): Update after above changes.
1768 * config/arm/arm-protos.h (arm_builtin_vectorized_function): Replace
1769 fndecl argument with an unsigned int.
1770 * config/arm/arm-builtins.c: Include case-cfn-macros.h
1771 (arm_builtin_vectorized_function): Update after above changes.
1773 * config/i386/i386.c: Include case-cfn-macros.h
1774 (ix86_veclib_handler): Take a combined_fn rather than a
1776 (ix86_veclibabi_svml, ix86_veclibabi_acml): Likewise. Use
1777 mathfn_built_in rather than calling builtin_decl_implicit directly.
1778 (ix86_builtin_vectorized_function) Update after above changes.
1780 * config/rs6000/rs6000.c: Include case-cfn-macros.h
1781 (rs6000_builtin_vectorized_libmass): Replace fndecl argument
1782 with a combined_fn. Use CASE_CFN_*. Use mathfn_built_in rather
1783 than calling builtin_decl_implicit directly.
1784 (rs6000_builtin_vectorized_function): Update after above changes.
1785 Use CASE_CFN_*. Move BUILT_IN_MD to...
1786 (rs6000_builtin_md_vectorized_function): ...this new function.
1787 (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION): Define.
1789 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1791 * tree-vect-patterns.c: Include internal-fn.h.
1792 (vect_recog_pow_pattern): Use IFN_SQRT instead of BUILT_IN_SQRT*.
1794 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1796 * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P)
1797 (BUILTIN_CBRT_P, BUILTIN_ROOT_P): Delete.
1799 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1801 * builtins.c (expand_errno_check, expand_builtin_mathfn)
1802 (expand_builtin_mathfn_2): Delete.
1803 (expand_builtin): Remove handling of functions with
1804 internal function equivalents.
1805 * internal-fn.def (SET_EDOM): New internal function.
1806 * internal-fn.h (set_edom_supported_p): Declare.
1807 * internal-fn.c (expand_SET_EDOM): New function.
1808 (set_edom_supported_p): Likewise.
1809 * tree-call-cdce.c: Include builtins.h and internal-fn.h.
1810 Rewrite comment at head of file.
1811 (is_call_dce_candidate): Rename to...
1812 (can_test_argument_range): ...this. Don't check gimple_call_lhs
1813 or gimple_call_builtin_p here.
1814 (edom_only_function): New function.
1815 (shrink_wrap_one_built_in_call_with_conds): New function, split out
1817 (shrink_wrap_one_built_in_call): ...here.
1818 (can_use_internal_fn, use_internal_fn): New functions.
1819 (shrink_wrap_conditional_dead_built_in_calls): Call use_internal_fn
1820 for calls that have an lhs.
1821 (pass_call_cdce::gate): Remove optimize_function_for_speed_p check.
1822 (pass_call_cdce::execute): Skip blocks that are optimized for size.
1823 Check gimple_call_builtin_p here. Use can_use_internal_fn for
1825 * opts.c (default_options_table): Enable -ftree-builtin-call-cdce
1828 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1830 * builtins.h (called_as_built_in): Declare.
1831 * builtins.c (called_as_built_in): Make external.
1832 * internal-fn.h (expand_internal_call): Define a variant that
1833 specifies the internal function explicitly.
1834 * internal-fn.c (expand_load_lanes_optab_fn)
1835 (expand_store_lanes_optab_fn, expand_ANNOTATE, expand_GOMP_SIMD_LANE)
1836 (expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE)
1837 (expand_GOMP_SIMD_ORDERED_START, expand_GOMP_SIMD_ORDERED_END)
1838 (expand_UBSAN_NULL, expand_UBSAN_BOUNDS, expand_UBSAN_VPTR)
1839 (expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK, expand_TSAN_FUNC_EXIT)
1840 (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB)
1841 (expand_UBSAN_CHECK_MUL, expand_ADD_OVERFLOW, expand_SUB_OVERFLOW)
1842 (expand_MUL_OVERFLOW, expand_LOOP_VECTORIZED)
1843 (expand_mask_load_optab_fn, expand_mask_store_optab_fn)
1844 (expand_ABNORMAL_DISPATCHER, expand_BUILTIN_EXPECT, expand_VA_ARG)
1845 (expand_UNIQUE, expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS)
1846 (expand_GOACC_LOOP, expand_GOACC_REDUCTION, expand_direct_optab_fn)
1847 (expand_unary_optab_fn, expand_binary_optab_fn): Add an internal_fn
1849 (internal_fn_expanders): Update prototype.
1850 (expand_internal_call): Define a variant that specifies the
1851 internal function explicitly. Use it to implement the previous
1853 * cfgexpand.c (expand_call_stmt): Try to expand calls to built-in
1854 functions as calls to internal functions.
1856 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1858 * Makefile.in (MOSTLYCLEANFILES): Add cfn-operators.pd.
1859 (generated_files): Likewise.
1860 (s-cfn-operators, cfn-operators.pd): New rules.
1861 (s-match): Depend on cfn-operators.pd.
1862 * gencfn-macros.c: Expand comment to describe -o behavior.
1863 (print_define_operator_list): New function.
1864 (main): Accept -o. Call print_define_operator_list.
1865 * genmatch.c (main): Add the current directory to the include path.
1866 * match.pd (DEFINE_MATH_FN): Delete. Include cfn-operators.pd
1869 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1871 * doc/match-and-simplify.texi: Document the "null" identifier.
1872 * genmatch.c (id_base::NULL_ID): New kind.
1873 (null_id): New variable.
1874 (get_operator): Add a parameter that says whether null identifiers
1876 (contains_id): New function.
1877 (lower_for): Skip substitutions that would have a null_id in
1878 either the match or the result.
1879 (parser::parse_for): Allow the null identifier to be used.
1880 (parser::parse_operator_list): Likewise.
1881 (main): Initialize null_id.
1883 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1885 * match.pd: Use HYPOT and COS rather than hypot and cos.
1886 Use CASE_CFN_* macros. Guard log/exp folds with
1887 SCALAR_FLOAT_TYPE_P.
1888 * genmatch.c (internal_fn): New enum.
1889 (fn_id::fn): Change to an unsigned int.
1890 (fn_id::fn_id): Accept internal_fn too.
1891 (add_builtin): Rename to...
1892 (add_function): ...this and turn into a template.
1893 (get_operator): Only try one variation if the original name fails.
1894 Only add _EXPR if the original name was all lower case.
1895 Try converting internal and built-in function names to their
1897 (expr::gen_transform): Use maybe_build_call_expr_loc for generic.
1898 (dt_simplify::gen_1): Likewise.
1899 (dt_node::gen_kids_1): Use gimple_call_combined_fn for gimple
1900 and get_call_combined_fn for generic.
1901 (dt_simplify::gen): Use combined_fn as the type of fn_ids.
1902 (decision_tree::gen): Likewise.
1903 (main): Use lower case in the strings for {VIEW_,}CONVERT[012].
1904 Use add_function rather than add_builtin. Register internal
1906 * generic-match-head.c: Include case-cfn-macros.h.
1907 * gimple-fold.c (replace_stmt_with_simplification): Use
1908 gimple_call_combined_fn to test whether we can keep an
1910 * gimple-match.h (code_helper): Replace built_in_function
1912 * gimple-match-head.c: Include fold-const-call.h, internal-fn.h
1913 and case-fn-macros.h.
1914 (gimple_resimplify1): Use fold_const_call.
1915 (gimple_resimplify2, gimple_resimplify3): Likewise.
1916 (build_call_internal, build_call): New functions.
1917 (maybe_push_res_to_seq): Use them.
1918 (gimple_simplify): Use fold_const_call. Set *rcode to a combined_fn
1919 rather than a built-in function.
1920 * tree.h (build_call_expr_internal_loc): Declare.
1921 (maybe_build_call_expr_loc): Likewise.
1922 * tree.c (build_call_expr_internal_loc_array): New function.
1923 (maybe_build_call_expr_loc): Likewise.
1925 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1927 * builtins.h (mathfn_built_in): Add a variant that takes
1929 * builtins.c: Include case-cfn-macros.h.
1930 (CASE_MATHFN): Use CASE_CFN_*.
1931 (CASE_MATHFN_REENT): Use CFN_ codes.
1932 (mathfn_built_in_2, mathfn_built_in_1): Replace built_in_function
1933 argument with a combined_fn.
1934 (mathfn_built_in): Add a variant that takes a combined_fn.
1935 (expand_builtin_int_roundingfn_2): Update callers accordingly.
1936 (fold_builtin_sincos, fold_builtin_classify): Likewise.
1938 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1940 * tree-vect-patterns.c: Include case-cfn-macros.h.
1941 (vect_recog_pow_pattern): Use combined_fn instead of built-in codes.
1943 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1945 * tree-ssa-math-opts.c: Include case-cfn-macros.h.
1946 (execute_cse_sincos_1): Use combined_fn instead of built-in codes.
1947 (pass_cse_sincos::execute): Likewise.
1949 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1951 * tree-ssa-reassoc.c: Include case-cfn-macros.h.
1952 (stmt_is_power_of_op): Use combined_fn instead of built-in codes.
1953 (decrement_power, acceptable_pow_call): Likewise.
1954 (attempt_builtin_copysign): Likewise.
1956 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1958 * tree-vrp.c: Include case-cfn-macros.h.
1959 (extract_range_basic): Switch on combined_fn rather than handling
1960 built-in functions and internal functions separately.
1962 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1964 * fold-const.h (negate_mathfn_p): Take a combined_fn rather
1965 than a built_in_function.
1966 (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
1968 (integer_valued_real_call_p): Likewise.
1969 * fold-const.c: Include case-cfn-macros.h
1970 (negate_mathfn_p): Take a combined_fn rather than a built_in_function.
1971 (negate_expr_p): Update accordingly.
1972 (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
1974 (integer_valued_real_call_p): Likewise.
1975 (tree_invalid_nonnegative_warnv_p): Update accordingly.
1976 (integer_valued_real_p): Likewise.
1977 * gimple-fold.c (gimple_call_nonnegative_warnv_p): Update call
1978 to tree_call_nonnegative_warnv_p.
1979 (gimple_call_integer_valued_real_p): Likewise
1980 integer_valued_real_call_p.
1981 * gimple-ssa-backprop.c: Include case-cfn-macros.h.
1982 (backprop::process_builtin_call_use): Extend to combined_fn.
1983 (strip_sign_op_1): Likewise.
1984 (backprop::process_use): Don't check for built-in calls here.
1985 (backprop::execute): Likewise.
1986 (backprop::optimize_builtin_call): Update call to negate_mathfn_p.
1988 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
1990 * fold-const-call.h (fold_const_call): Replace built_in_function
1991 arguments with combined_fn arguments.
1992 * fold-const-call.c: Include case-cfn-macros.h.
1993 (fold_const_call_ss, fold_const_call_cs, fold_const_call_sc)
1994 (fold_const_call_cc, fold_const_call_sss, fold_const_call_ccc)
1995 (fold_const_call_ssss, fold_const_call_1, fold_const_call): Replace
1996 built_in_function arguments with combined_fn arguments.
1997 * builtins.c (fold_builtin_sincos, fold_builtin_1, fold_builtin_2)
1998 (fold_builtin_3): Update calls to fold_const_call.
2000 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
2002 * Makefile.in (HASH_TABLE_H): Add GGC_H.
2003 (MOSTLYCLEANFILES, generated_files): Add case-fn-macros.h.
2004 (s-case-cfn-macros, case-cfn-macros.h, build/gencfn-macros.o)
2005 (build/gencfn-macros$(build_exeext): New rules.
2006 (genprogerr): Add cfn-macros.
2007 * hash-set.h (hash_set): Use the traits value_type as the key.
2008 * gencfn-macros.c: New file.
2010 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
2012 * internal-fn.def (DEF_INTERNAL_INT_FN): New macro.
2013 (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): New functions.
2014 * builtins.c (associated_internal_fn): Handle them.
2016 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
2018 * builtins.h (associated_internal_fn): Declare.
2019 (replacement_internal_fn): Likewise.
2020 * builtins.c: Include internal-fn.h
2021 (associated_internal_fn, replacement_internal_fn): New functions.
2022 * internal-fn.def (DEF_INTERNAL_FLT_FN): New macro.
2023 (ACOS, ASIN, ATAN, COS, EXP, EXP10, EXP2, EXPM1, LOG, LOG10, LOG1P)
2024 (LOG2, LOGB, SIGNIFICAND, SIN, SQRT, TAN, CEIL, FLOOR, NEARBYINT)
2025 (RINT, ROUND, TRUNC, ATAN2, COPYSIGN, FMOD, POW, REMAINDER, SCALB)
2026 (LDEXP): New functions.
2027 * internal-fn.c: Include recog.h.
2028 (unary_direct, binary_direct): New macros.
2029 (expand_direct_optab_fn): New function.
2030 (expand_unary_optab_fn): New macro.
2031 (expand_binary_optab_fn): Likewise.
2032 (direct_unary_optab_supported_p): Likewise.
2033 (direct_binary_optab_supported_p): Likewise.
2035 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
2037 * coretypes.h (tree_pair): New type.
2038 * internal-fn.def (DEF_INTERNAL_OPTAB_FN): New macro. Use it
2039 for MASK_LOAD, LOAD_LANES, MASK_STORE and STORE_LANES.
2040 * internal-fn.h (direct_internal_fn_info): New structure.
2041 (direct_internal_fn_array): Declare.
2042 (direct_internal_fn_p, direct_internal_fn): New functions.
2043 (direct_internal_fn_types, direct_internal_fn_supported_p): Declare.
2044 * internal-fn.c (not_direct, mask_load_direct, load_lanes_direct)
2045 (mask_store_direct, store_lanes_direct): New macros.
2046 (direct_internal_fn_array) New array.
2047 (get_multi_vector_move): Return the optab handler without asserting
2048 that it is available.
2049 (expand_LOAD_LANES): Rename to...
2050 (expand_load_lanes_optab_fn): ...this and add an optab argument.
2051 (expand_STORE_LANES): Rename to...
2052 (expand_store_lanes_optab_fn): ...this and add an optab argument.
2053 (expand_MASK_LOAD): Rename to...
2054 (expand_mask_load_optab_fn): ...this and add an optab argument.
2055 (expand_MASK_STORE): Rename to...
2056 (expand_mask_store_optab_fn): ...this and add an optab argument.
2057 (direct_internal_fn_types, direct_optab_supported_p)
2058 (multi_vector_optab_supported_p, direct_internal_fn_supported_p)
2059 (direct_internal_fn_supported_p): New functions.
2060 (direct_mask_load_optab_supported_p): New macro.
2061 (direct_load_lanes_optab_supported_p): Likewise.
2062 (direct_mask_store_optab_supported_p): Likewise.
2063 (direct_store_lanes_optab_supported_p): Likewise.
2065 2015-11-17 Richard Sandiford <richard.sandiford@arm.com>
2067 * tree-core.h (internal_fn): Move immediately after the definition
2068 of built_in_function.
2069 (combined_fn): New enum.
2070 * tree.h (as_combined_fn, builtin_fn_p, as_builtin_fn)
2071 (internal_fn_p, as_internal_fn): New functions.
2072 (get_call_combined_fn, combined_fn_name): Declare.
2073 * tree.c (get_call_combined_fn): New function.
2074 (combined_fn_name): Likewise.
2075 * gimple.h (gimple_call_combined_fn): Declare.
2076 * gimple.c (gimple_call_combined_fn): New function.
2078 2015-11-17 Martin Sebor <msebor@redhat.com>
2081 * cp/init.c (build_new_1): Check for expression constness
2084 2015-11-17 Sandra Loosemore <sandra@codesourcery.com>
2087 * doc/invoke.texi (Option Summary): Add -mms-bitfields to x86
2089 (x86 Options): Add -mms-bitfields and -mno-ms-bitfields. Move
2090 discussion of the Microsoft structure layout details here from
2091 its former home in extend.texi.
2092 * doc/extend.texi (x86 Variable Attributes): Replace detailed
2093 discussion with pointer to its new location. Add cross-reference
2094 to corresponding type attributes.
2095 (x86 Type Attributes): Add cross-references to command-line options
2096 and variable attributes.
2098 2015-11-17 Ilya Enkovich <enkovich.gnu@gmail.com>
2101 * targhooks.c (default_get_mask_mode): Filter out
2102 scalar modes returned by mode_for_vector.
2104 2015-11-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2107 * config/arm/arm.c (arm_block_set_unaligned_vect): Keep track of
2108 offset from dstbase and use it appropriately in
2109 adjust_automodify_address.
2110 (arm_block_set_aligned_vect): Likewise.
2112 2015-11-17 Eric Botcazou <ebotcazou@adacore.com>
2114 * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
2115 (MULTILIB_DIRNAMES): Adjust accordingly.
2117 2015-11-17 James Greenhalgh <james.greenhalgh@arm.com>
2119 * config/aarch64/aarch64-cores.def (cortex-a35): New.
2120 * config/aarch64/aarch64.c (cortexa35_tunings): New.
2121 * config/aarch64/aarch64-tune.md: Regenerate.
2122 * doc/invoke.texi (-mcpu): Add Cortex-A35
2124 2015-11-17 Uros Bizjak <ubizjak@gmail.com>
2127 * config/i386/i386.h (BIGGEST_ALIGNMENT): Always define
2129 * config/i386/sse.md (*mov<mode>_internal): Always enable
2130 AVX and SSE unaligned moves for IAMCU.
2132 2015-11-17 Venkataramanan Kumar <Venkataramanan.Kumar@amd.com>
2134 * tree-if-conv.c: Include varasm.h
2135 (ref_DR_map): Define.
2136 (baseref_DR_map): Like wise
2137 (struct ifc_dr): Add new tree predicate field.
2138 (hash_memrefs_baserefs_and_store_DRs_read_written_info): New function.
2139 (memrefs_read_or_written_unconditionally): Remove.
2140 (write_memrefs_written_at_least_once): Remove.
2141 (ifcvt_memrefs_wont_trap): Use hash maps to query
2142 unconditional read/written information.
2143 (if_convertible_loop_p_1): Initialize hash maps and predicates
2144 before hashing data references and delete hashmaps at the end.
2146 2015-11-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2149 * doc/invoke.texi (Optimize Options): Move @end table to the right
2152 2015-11-16 Sandra Loosemore <sandra@codesourcery.com>
2155 * doc/extend.texi (__builtin_assume_aligned): Fix formatting of
2158 2015-11-16 Michael Meissner <meissner@linux.vnet.ibm.com>
2160 * config/rs6000/vsx.md (VSX_L): Do not include IBM extended double
2161 128-bit types, just types that fit in a single vector.
2162 * config/rs6000/rs6000.md (FMOVE128_GPR): Likewise.
2164 2015-11-16 David Wohlferd <dw@LimeGreenSocks.com>
2166 * doc/md.texi ('#' and '*' constraint modifiers): Do not include these
2167 in the user documentation.
2168 (define_peephole2, define_split): Similarly.
2170 2015-11-16 Andris Pavenis <andris.pavenis@iki.fi>
2172 * lto-streamer-out.c (write_global_references): Adjust integer type.
2173 (lto_output_decl_state_refs): Likewise.
2175 2015-11-16 James Greenhalgh <james.greenhalgh@arm.com>
2177 * config/arm/arm-cores.def (cortex-a35): New.
2178 * config/arm/arm.c (arm_cortex_a35_tune): New.
2179 * config/arm/arm-tables.opt: Regenerate.
2180 * config/arm/arm-tune.md: Regenerate.
2181 * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-a35.
2182 * config/arm/t-aprofile: Likewise.
2183 * doc/invoke.texi (-mcpu): Likewise.
2185 2015-11-16 Jim Wilson <jim.wilson@linaro.org>
2187 * config/arm/t-aprofile (MULTILIB_MATCHES): Add lines for exynos-m1
2188 and qdf24xx and xgene1 to match -march=armv8-a.
2190 2015-11-16 Segher Boessenkool <segher@kernel.crashing.org>
2192 PR rtl-optimization/68330
2193 * simplify-rtx.c (simplify_unary_operation_1): Simplify SIGN_EXTEND
2194 of LSHIFTRT by a non-zero constant integer.
2196 2015-11-16 Richard Biener <rguenther@suse.de>
2198 PR tree-optimization/68306
2199 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Fix
2200 bogus copying from verify_data_ref_alignment and use continue
2203 2015-11-16 Oleg Endo <olegendo@gcc.gnu.org>
2204 Kaz Kojima <kkojima@gcc.gnu.org>
2207 * config/sh/sh.md (addsi3_scr): Handle reg overlap of operands[0] and
2209 (*addsi3): Add another insn_and_split variant for reload.
2211 2015-11-16 Richard Biener <rguenther@suse.de>
2214 * cfgexpand.c (pass_expand::execute): Destroy the edge
2215 redirection var map before setting RTL CFG hooks.
2217 2015-11-16 Alan Lawrence <alan.lawrence@arm.com>
2219 * config/i386/sse.md (reduc_splus_v8df): Rename to...
2220 (reduc_plus_scal_v8df): ...here; reduce to temp and extract scalar.
2222 (reduc_splus_v4df): Rename to...
2223 (reduc_plus_scal_v4df): ...here; reduce to temp and extract scalar.
2225 (reduc_splus_v2df): Rename to...
2226 (reduc_plus_scal_v2df): ...here; reduce to temp and extract scalar.
2228 (reduc_splus_v16sf): Rename to...
2229 (reduc_plus_scal_v16sf): ...here; reduce to temp and extract scalar.
2231 (reduc_splus_v8sf): Rename to...
2232 (reduc_plus_scal_v8sf): ...here; reduce to temp and extract scalar.
2234 (reduc_splus_v4sf): Rename to...
2235 (reduc_plus_scal_v4sf): ...here; reduce to temp and extract scalar.
2237 (reduc_<code>_<mode>, all 3 variants): Rename each to...
2238 (reduc_<code>_scal_<mode>): ...here; reduce to temp and extract scalar.
2240 (reduc_umin_v8hf): Rename to...
2241 (reduc_umin_scal_v8hf): ...here; reduce to temp and extract scalar.
2243 2015-11-16 Kirill Yukhin <kirill.yukhin@intel.com>
2245 * omp-low.c (pass_omp_simd_clone::gate): If target allows - call
2246 without additional conditions.
2247 * doc/extend.texi (@item simd): New.
2249 2015-11-16 Tom de Vries <tom@codesourcery.com>
2251 * passes.c (first_pass_instance): Remove variable.
2252 (execute_todo): Remove setting of first_pass_instance.
2253 * tree-pass.h (first_pass_instance): Remove declaration.
2255 2015-11-16 Tom de Vries <tom@codesourcery.com>
2257 * passes.def: Add arg to pass_ccp pass instantiation.
2258 * tree-ssa-ccp.c (ccp_finalize): Add param nonzero_p. Use nonzero_p
2259 instead of first_pass_instance.
2260 (do_ssa_ccp): Add and handle param nonzero_p.
2261 (pass_ccp::pass_ccp): Initialize nonzero_p.
2262 (pass_ccp::set_pass_param): New member function. Set nonzero_p.
2263 (pass_ccp::execute): Call do_ssa_ccp with extra arg.
2264 (pass_ccp::nonzero_p): New private member.
2266 2015-11-16 Tom de Vries <tom@codesourcery.com>
2268 * passes.def: Add arg to pass_object_sizes pass instantiation.
2269 * tree-object-size.c (pass_object_sizes::pass_object_sizes): Initialize
2271 (pass_object_sizes::set_pass_param): New member function. Set
2273 (pass_object_sizes::insert_min_max_p): New private member.
2274 (pass_object_sizes::execute): Use insert_min_max_p instead of
2275 first_pass_instance.
2277 2015-11-16 Tom de Vries <tom@codesourcery.com>
2279 * passes.def: Add arg to pass_dominator pass instantiation.
2280 * tree-pass.h (first_pass_instance): Remove pass_dominator-related bit
2282 * tree-ssa-dom.c (pass_dominator::pass_dominator): Initialize
2283 may_peel_loop_headers_p.
2284 (pass_dominator::set_pass_param): New member function. Set
2285 may_peel_loop_headers_p.
2286 (pass_dominator::may_peel_loop_headers_p): New private member.
2287 (pass_dominator::execute): Use may_peel_loop_headers_p instead of
2288 first_pass_instance.
2290 2015-11-16 Tom de Vries <tom@codesourcery.com>
2292 * passes.def: Add arg to pass_reassoc pass instantiation.
2293 * tree-ssa-reassoc.c (reassoc_insert_powi_p): New static variable.
2294 (acceptable_pow_call, reassociate_bb): Use reassoc_insert_powi_p instead
2295 of first_pass_instance.
2296 (execute_reassoc): Add and handle insert_powi_p parameter.
2297 (pass_reassoc::insert_powi_p): New private member.
2298 (pass_reassoc::pass_reassoc): Initialize insert_powi_p.
2299 (pass_reassoc::set_pass_param): New member function. Set insert_powi_p.
2300 (pass_reassoc::execute): Call execute_reassoc with extra arg.
2302 2015-11-16 Tom de Vries <tom@codesourcery.com>
2304 * gdbhooks.py (class PassNames): Handle extra arg NEXT_PASS argument.
2305 * gen-pass-instances.awk (handle_line): Same.
2306 * pass_manager.h (class pass_manager): Define and undefine
2308 * passes.c (opt_pass::set_pass_param): New function.
2309 (pass_manager::pass_manager): Define and undefine NEXT_PASS_WITH_ARG.
2310 * passes.def: Add extra arg to NEXT_PASS (pass_vrp).
2311 * tree-pass.h (gimple_opt::set_pass_param): Declare.
2312 * tree-vrp.c (vrp_finalize, execute_vrp): Add and handle
2313 warn_array_bounds_p parameter.
2314 (pass_vrp::pass_vrp): Initialize warn_array_bounds_p.
2315 (pass_vrp::set_pass_param): New function.
2316 (pass_vrp::execute): Add warn_array_bounds_p arg to execute_vrp call.
2317 (pass_vrp::warn_array_bounds_p): New private member.
2319 2015-11-16 Eric Botcazou <ebotcazou@adacore.com>
2321 * config/sparc/sparc.c (sparc_emit_probe_stack_range): Adjust.
2322 (output_probe_stack_range): Rotate the loop and simplify.
2324 2015-11-16 Eric Botcazou <ebotcazou@adacore.com>
2326 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_rang): Adjust.
2327 (output_probe_stack_range): Rotate the loop and simplify.
2329 2015-11-16 Eric Botcazou <ebotcazou@adacore.com>
2331 * config/i386/i386.c (ix86_adjust_stack_and_probe): Adjust and use
2332 an lea instruction when possible.
2333 (output_adjust_stack_and_probe): Rotate the loop and simplify.
2334 (ix86_emit_probe_stack_range): Adjust.
2335 (output_probe_stack_range): Rotate the loop and simplify.
2337 2015-11-16 Christian Bruel <christian.bruel@st.com>
2339 * config/arm/arm_neon.h: Remove #ifndef check on __ARM_NEON.
2340 Replace #ifdef __ARM_FEATURE_CRYPTO, __ARM_FEATURE_FMA, __ARM_FP
2341 with appropriate pragma GCC target.
2343 2015-11-16 Christian Bruel <christian.bruel@st.com>
2346 * config/arm/arm-c.c (arm_cpu_builtins): Conditionally set and reset
2347 __ARM_FEATURE_FMA and __ARM_NEON_FP, __ARM_FP.
2349 2015-11-16 James Greenhalgh <james.greenhalgh@arm.com>
2351 * config/aarch64/aarch64.c (cortexa57_branch_costs): New.
2352 (cortexa57_tunings): Use it.
2354 2015-11-16 Christian Bruel <christian.bruel@st.com>
2357 * config/arm/arm-c.c (arm_cpu_builtins): Set or reset
2358 __ARM_FEATURE_CRYPTO, __VFP_FP__, __ARM_NEON__
2359 (arm_pragma_target_parse): Change check for arm_cpu_builtins.
2361 * config/arm/arm.c (arm_can_inline_p): Check FPUs.
2362 (arm_valid_target_attribute_rec): Handle -mfpu attribute target.
2363 * doc/invoke.texi (-mfpu=): Mention attribute and pragma.
2364 * doc/extend.texi (-mfpu=): Describe attribute.
2366 2015-11-16 Christian Bruel <christian.bruel@st.com>
2369 * config/arm/arm-protos.h (arm_init_neon_builtins): Declare.
2370 * config/arm/arm.c (arm_valid_target_attribute_tree): Call
2371 arm_init_neon_builtins.
2372 * config/arm/arm-builtins.c (arm_init_neon_builtins): Split into...
2373 (arm_init_neon_builtins_internal)
2374 (arm_init_crypto_builtins_internal):
2375 Test and set neon_set_p, neon_crypto_set_p.
2376 (neon_set_p, neon_crypto_set_p): New static booleans.
2378 2015-11-16 Christian Bruel <christian.bruel@st.com>
2381 * config/arm/arm.c (arm_fpu_desc): Remove.
2382 (all_fpus): Make global.
2383 (arm_option_override): Use FPU TARGET accessors.
2384 (arm_declare_function_name): Likewise.
2385 * config/arm/arm.h (TARGET_VFP, TARGET_VFPD32, TARGET_VFP5)
2386 (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE, TARGET_NEON_FP16)
2387 (TARGET_FP16, TARGET_FMA, TARGET_FPU_ARMV8, TARGET_CRYPTO)
2388 (TARGET_NEON): Likewise.
2389 (all_fpus): Declare extern.
2390 (TARGET_FPU_NAME, TARGET_FPU_MODEL, TARGET_FPU_REV)
2391 (TARGET_FPU_REGS, TARGET_FPU_FEATURES): Define all_fpus accessors.
2393 2015-11-15 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2396 * sdbout.c: Include emit-rtl.h and function.h.
2398 2015-11-15 Gerald Pfeifer <gerald@pfeifer.com>
2400 * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
2401 Remove support for FreeBSD 5 and earlier.
2403 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2405 * configure: Regenerate.
2406 * configure.ac: Always define ENABLE_OFFLOADING.
2407 * cgraph.c (cgraph_node::create): Adjust.
2408 * gcc.c (process_command): Likewise.
2409 * omp-low.c (create_omp_child_function): Likewise.
2410 (expand_omp_target): Likewise.
2411 * varpool.c (varpool_node::get_create): Likewise.
2413 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2415 * defaults.h (EH_RETURN_HANDLER_RTX): New default definition.
2416 * df-scan.c (df_get_exit_block_use_set): Adjust.
2417 * except.c (expand_eh_return): Likewise.
2419 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2421 * config/i386/i386.h (TARGET_PECOFF): Remove define.
2422 * defaults.h (TARGET_PECOFF): New default definition.
2423 * varasm.c (handle_vtv_comdat_section): Adjust.
2425 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2427 * defaults.h: New definition of SDB_DEBUGGING_INFO.
2428 * doc/tm.texi: Regenerate.
2429 * doc/tm.texi.in: Adjust.
2430 * final.c (rest_of_clean_state): Remove check if
2431 SDB_DEBUGGING_INFO is defined.
2432 * function.c (number_blocks): Likewise.
2433 * output.h: Likewise.
2434 * sdbout.c: Likewise.
2435 * toplev.c (process_options): Likewise.
2437 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2439 * gsyms.h (enum sdb_type): Remove code for EXTENDED_SDB_BASIC_TYPES.
2440 (enum sdb_masks): Likewise.
2441 * sdbout.c (plain_type_1): Likewise.
2442 * system.h: Poison EXTENDED_SDB_BASIC_TYPES macro.
2444 2015-11-14 Jakub Jelinek <jakub@redhat.com>
2446 * omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_*
2447 internal calls - 0 if ordered simd and 1 for ordered threads simd.
2448 * tree-vectorizer.c (adjust_simduid_builtins): If GOMP_SIMD_ORDERED_*
2449 argument is 1, replace it with GOMP_ordered_* call instead of removing
2452 2015-11-13 Rich Felker <dalias@libc.org>
2454 * config/sh/sh.md (symGOT_load): Suppress __stack_chk_guard
2455 address loading hack for FDPIC targets.
2457 2015-11-13 Ajit Agarwal <ajitkum@xilinx.com>
2458 Jeff Law <law@redhat.com>
2460 * Makefile.in (OBJS): Add gimple-ssa-split-paths.o
2461 * common.opt (-fsplit-paths): New flag controlling path splitting.
2462 * doc/invoke.texi (fsplit-paths): Document.
2463 * opts.c (default_options_table): Add -fsplit-paths to -O2.
2464 * passes.def: Add split_paths pass.
2465 * timevar.def (TV_SPLIT_PATHS): New timevar.
2466 * tracer.c: Include "tracer.h"
2467 (ignore_bb_p): No longer static.
2468 (transform_duplicate): New function, broken out of tail_duplicate.
2469 (tail_duplicate): Use transform_duplicate.
2470 * tracer.h (ignore_bb_p): Declare
2471 (transform_duplicate): Likewise.
2472 * tree-pass.h (make_pass_split_paths): Declare.
2473 * gimple-ssa-split-paths.c: New file.
2475 2015-11-13 Kai Tietz <ktietz70@googlemail.com>
2476 Marek Polacek <polacek@redhat.com>
2477 Jason Merrill <jason@redhat.com>
2479 * convert.c (maybe_fold_build1_loc): New.
2480 (maybe_fold_build2_loc): New.
2481 (convert_to_pointer_1): Split out from convert_to_pointer.
2482 (convert_to_pointer_nofold): New.
2483 (convert_to_real_1): Split out from convert_to_real.
2484 (convert_to_real_nofold): New.
2485 (convert_to_integer_1): Split out from convert_to_integer.
2486 (convert_to_integer_nofold): New.
2487 (convert_to_complex_1): Split out from convert_to_complex.
2488 (convert_to_complex_nofold): New.
2489 * convert.h: Declare new functions.
2490 * tree-complex.c (create_one_component_var): Break up line to
2491 avoid sequence point issues.
2493 2015-11-13 Jason Merrill <jason@redhat.com>
2495 * fold-const.c (fold_convert_const): Fold changing cv-quals on
2498 * hash-map.h (hash_map::empty): New.
2500 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
2502 * omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.
2503 (oacc_loop_fixed_partitions): Correct return type to bool.
2504 (oacc_loop_auto_partitions): New.
2505 (oacc_loop_partition): Take mask argument, call
2506 oacc_loop_auto_partitions.
2507 (execute_oacc_device_lower): Provide mask to oacc_loop_partition.
2509 2015-11-13 Michael Meissner <meissner@linux.vnet.ibm.com>
2511 * config/rs6000/constraints.md (we constraint): New constraint for
2512 64-bit power9 vector support.
2513 (wL constraint): New constraint for the element in a vector that
2514 can be addressed by the MFVSRLD instruction.
2516 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Add
2518 (convert_int_to_float128): Likewise.
2519 (rs6000_generate_compare): Add support for ISA 3.0 (power9)
2520 hardware support for IEEE 128-bit floating point.
2521 (rs6000_expand_float128_convert): Likewise.
2522 (convert_float128_to_int): Likewise.
2523 (convert_int_to_float128): Likewise.
2525 * config/rs6000/rs6000.md (UNSPEC_ROUND_TO_ODD): New unspecs for
2526 ISA 3.0 hardware IEEE 128-bit floating point.
2527 (UNSPEC_IEEE128_MOVE): Likewise.
2528 (UNSPEC_IEEE128_CONVERT): Likewise.
2529 (FMA_F): Add support for IEEE 128-bit floating point hardware support.
2530 (Ff): Add support for DImode.
2532 (any_fix code iterator): New and updated iterators for IEEE
2533 128-bit floating point hardware support.
2534 (any_float code iterator): Likewise.
2535 (s code attribute): Likewise.
2536 (su code attribute): Likewise.
2537 (az code attribute): Likewise.
2538 (uns code attribute): Likewise.
2539 (neg<mode>2, FLOAT128 iterator): Add support for IEEE 128-bit
2540 floating point hardware support.
2541 (abs<mode>2, FLOAT128 iterator): Likewise.
2542 (add<mode>3, IEEE128 iterator): New insns for IEEE 128-bit
2543 floating point hardware.
2544 (sub<mode>3, IEEE128 iterator): Likewise.
2545 (mul<mode>3, IEEE128 iterator): Likewise.
2546 (div<mode>3, IEEE128 iterator): Likewise.
2547 (copysign<mode>3, IEEE128 iterator): Likewise.
2548 (sqrt<mode>2, IEEE128 iterator): Likewise.
2549 (neg<mode>2, IEEE128 iterator): Likewise.
2550 (abs<mode>2, IEEE128 iterator): Likewise.
2551 (nabs<mode>2, IEEE128 iterator): Likewise.
2552 (fma<mode>4_hw, IEEE128 iterator): Likewise.
2553 (fms<mode>4_hw, IEEE128 iterator): Likewise.
2554 (nfma<mode>4_hw, IEEE128 iterator): Likewise.
2555 (nfms<mode>4_hw, IEEE128 iterator): Likewise.
2556 (extend<SFDF:mode><IEEE128:mode>2_hw): Likewise.
2557 (trunc<mode>df2_hw, IEEE128 iterator): Likewise.
2558 (trunc<mode>sf2_hw, IEEE128 iterator): Likewise.
2559 (fix_fixuns code attribute): Likewise.
2560 (float_floatuns code attribute): Likewise.
2561 (fix<uns>_<mode>si2_hw): Likewise.
2562 (fix<uns>_<mode>di2_hw): Likewise.
2563 (float<uns>_<mode>si2_hw): Likewise.
2564 (float<uns>_<mode>di2_hw): Likewise.
2565 (xscvqp<su>wz_<mode>): Likewise.
2566 (xscvqp<su>dz_<mode>): Likewise.
2567 (xscv<su>dqp_<mode): Likewise.
2568 (ieee128_mfvsrd): Likewise.
2569 (ieee128_mfvsrwz): Likewise.
2570 (ieee128_mtvsrw): Likewise.
2571 (ieee128_mtvsrd): Likewise.
2572 (trunc<mode>df2_odd): Likewise.
2573 (cmp<mode>_h): Likewise.
2574 (128-bit GPR splitters): Don't split a 128-bit move that is a
2575 direct move between GPR and vector registers using ISA 3.0 direct
2577 (maddld4): Add support for the ISA 3.0 integer multiply-add
2580 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add ISA 3.0
2582 (rs6000_init_hard_regno_mode_ok): If ISA 3.0 and 64-bit, enable we
2583 constraint. Disable the VSX<->GPR direct move helpers if we have
2584 the MFVSRLD and MTVSRDD instructions.
2585 (rs6000_secondary_reload_simple_move): Add support for doing
2586 vector direct moves directly without additional scratch registers
2587 if we have ISA 3.0 instructions.
2588 (rs6000_secondary_reload_direct_move): Update comments.
2589 (rs6000_output_move_128bit): Add support for ISA 3.0 vector
2592 * config/rs6000/vsx.md (vsx_mov<mode>): Add support for ISA 3.0
2593 direct move instructions.
2594 (vsx_movti_64bit): Likewise.
2595 (vsx_extract_<mode>): Likewise.
2597 * config/rs6000/rs6000.h (VECTOR_ELEMENT_MFVSRLD_64BIT): New
2598 macros for ISA 3.0 direct move instructions.
2599 (TARGET_DIRECT_MOVE_128): Likewise.
2600 (TARGET_MADDLD): Add support for the ISA 3.0 integer multiply-add
2603 * doc/md.texi (RS/6000 constraints): Document we, wF, wG, wL
2604 constraints. Update wa documentation to say not to use %x<n> on
2605 instructions that only take Altivec registers.
2607 2015-11-13 David Malcolm <dmalcolm@redhat.com>
2609 * Makefile.in (OBJS): Add gcc-rich-location.o.
2610 * diagnostic.c (diagnostic_append_note): Pass line_table to
2612 (emit_diagnostic): Likewise.
2614 (inform_n): Likewise.
2615 (warning): Likewise.
2616 (warning_at): Likewise.
2617 (warning_n): Likewise.
2618 (pedwarn): Likewise.
2619 (permerror): Likewise.
2621 (error_n): Likewise.
2622 (error_at): Likewise.
2624 (fatal_error): Likewise.
2625 (internal_error): Likewise.
2626 (internal_error_no_backtrace): Likewise.
2627 (source_range::debug): Likewise.
2628 * gcc-rich-location.c: New file.
2629 * gcc-rich-location.h: New file.
2630 * genmatch.c (fatal_at): Pass line_table to rich_location ctor.
2631 (warning_at): Likewise.
2632 * gimple.h (gimple_set_block): Use set_block function.
2633 * input.c (dump_line_table_statistics): Dump stats on how many
2634 ranges were optimized vs how many needed ad-hoc table.
2635 (write_digit_row): Add "map" param; use its range_bits
2636 to calculate the per-character offset.
2637 (dump_location_info): Print the range and column bits for each
2638 ordinary map. Use the range bits to calculate the per-character
2639 offset. Pass the map as a new param to the various calls to
2640 write_digit_row. Eliminate uses of
2641 ORDINARY_MAP_NUMBER_OF_COLUMN_BITS.
2642 * print-tree.c (print_node): Print any source range information.
2643 * rtl-error.c (diagnostic_for_asm): Likewise.
2644 * toplev.c (general_init): Initialize line_table's
2646 * tree-cfg.c (move_block_to_fn): Likewise.
2647 (move_block_to_fn): Likewise.
2648 * tree-inline.c (copy_phis_for_bb): Likewise.
2649 * tree.c (tree_set_block): Likewise.
2650 (get_pure_location): New function.
2651 (set_source_range): New functions.
2652 (set_block): New function.
2653 (set_source_range): New functions.
2654 * tree.h (CAN_HAVE_RANGE_P): New.
2655 (EXPR_LOCATION_RANGE): New.
2656 (EXPR_HAS_RANGE): New.
2657 (get_expr_source_range): New inline function.
2658 (DECL_LOCATION_RANGE): New.
2659 (set_source_range): New decls.
2660 (get_decl_source_range): New inline function.
2662 2015-11-13 Alan Lawrence <alan.lawrence@arm.com>
2664 PR tree-optimization/67682
2665 * tree-vect-slp.c (vect_split_slp_store_group): New.
2666 (vect_analyze_slp_instance): During basic block SLP, recurse on
2667 subgroups if vect_build_slp_tree fails after 1st vector.
2669 2015-11-13 Christian Bruel <christian.bruel@st.com>
2672 * config/arm/arm.c (arm_option_override): Move NEON check...
2673 (arm_option_check_internal): here
2674 (arm_file_start): Move .fpu print...
2675 (arm_declare_function_name): here
2676 (arm_option_print): Dump current fpu name.
2677 * config/arm/arm.opt (arm_fpu_index): Mark Save.
2679 2015-11-13 Segher Boessenkool <segher@kernel.crashing.org>
2680 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2682 * combine.c (subst): Don't substitute or simplify when
2683 handling register-wise widening multiply.
2684 (force_to_mode): Likewise.
2686 2015-11-13 Richard Sandiford <richard.sandiford@arm.com>
2688 PR tree-optimization/68264
2689 * tree-call-cdce.c (gen_one_condition): Update commentary.
2690 (gen_conditions_for_pow_int_base): Invert the sense of the tests
2691 passed to gen_one_condition.
2692 (gen_conditions_for_domain): Likewise. Use unordered comparisons.
2693 (shrink_wrap_one_built_in_call): Invert the sense of the tests,
2694 using EDGE_FALSE_VALUE for edges to the call block and
2695 EDGE_TRUE_VALUE for the others.
2697 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
2699 * config/nvptx/nvptx.c (nvptx_generate_vector_shuffle): Deal with
2702 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
2704 * gimplify.c (oacc_default_clause): Use inform for enclosing scope.
2706 2015-11-13 Tom de Vries <tom@codesourcery.com>
2708 * gen-pass-instances.awk (handle_line): Rename prefix_len var to
2711 2015-11-13 Tom de Vries <tom@codesourcery.com>
2713 * gen-pass-instances.awk (handle_line): Add args_str variable.
2715 2015-11-13 Martin Liska <mliska@suse.cz>
2717 * graphite-poly.c (free_scop): Release scop->drs vector.
2718 * graphite-scop-detection.c (scop_detection::harmful_stmt_in_region):
2720 (try_generate_gimple_bb): Use vNULL as a default initialization
2723 2015-11-13 Martin Liska <mliska@suse.cz>
2726 * ipa-icf.c (sem_item_optimizer::traverse_congruence_split):
2727 Replace array initialization (using a variable post-increment)
2728 that possible triggers multiple unsequenced modifications
2729 with a pair of pushes to a vector.
2731 2015-11-13 Richard Biener <rguenther@suse.de>
2733 PR tree-optimization/68306
2734 * tree-vect-data-refs.c (verify_data_ref_alignment): Move
2735 loop related checks ...
2736 (vect_verify_datarefs_alignment): ... here.
2737 (vect_slp_analyze_and_verify_node_alignment): Compute and
2738 verify alignment of the single DR that it matters.
2739 * tree-vect-stmts.c (vectorizable_store): Add an assert.
2740 (vectorizable_load): Add a comment.
2741 * tree-vect-slp.c (vect_analyze_slp_cost_1): Fix DR used
2742 for determining load cost.
2744 2015-11-13 Ilya Enkovich <enkovich.gnu@gmail.com>
2746 * tree-vect-loop.c (vect_determine_vectorization_factor): Check
2747 mix of boolean and integer vectors in a single statement.
2748 * tree-vect-slp.c (vect_mask_constant_operand_p): New.
2749 (vect_get_constant_vectors): Use vect_mask_constant_operand_p to
2750 determine constant type.
2751 * tree-vect-stmts.c (vectorizable_comparison): Provide vectype
2752 for loop invariants.
2754 2015-11-13 Alan Hayward <alan.hayward@arm.com>
2756 PR tree-optimization/66558
2757 * tree-vect-loop.c (is_integer_induction):Add.
2758 (vectorizable_reduction): Add integer induction checks.
2760 2015-11-13 Christophe Lyon <christophe.lyon@linaro.org>
2762 Revert [ARM] Remove neon-testgen.ml and generated tests.
2764 2015-11-12 Christophe Lyon <christophe.lyon@linaro.org>
2766 [ARM] Remove neon-testgen.ml and generated tests.
2768 * config/arm/neon-testgen.ml: Remove.
2770 2015-11-13 Richard Biener <rguenther@suse.de>
2772 * tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.
2773 Signal fatal failure if early checks fail.
2774 (vect_analyze_loop): If vect_analyze_loop_2 fails fatally
2775 do not bother testing further vector sizes.
2777 2015-11-13 Uros Bizjak <ubizjak@gmail.com>
2779 * config/i386/predicates.md (misaligned_operand): Return true if
2780 operand is aligned to less than its natural alignmnet.
2782 2015-11-13 Ilya Enkovich <enkovich.gnu@gmail.com>
2784 * doc/md.texi (vec_cmp@var{m}@var{n}): New item.
2785 (vec_cmpu@var{m}@var{n}): New item.
2786 (vcond@var{m}@var{n}): Specify comparison is signed.
2787 (vcondu@var{m}@var{n}): New item.
2788 (vcond_mask_@var{m}@var{n}): New item.
2789 (maskload@var{m}@var{n}): New item.
2790 (maskstore@var{m}@var{n}): New item.
2792 2015-11-13 Ilya Enkovich <enkovich.gnu@gmail.com>
2794 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
2795 types of stored value and storage are compatible.
2797 2015-11-13 Andris Pavenis <andris.pavenis@iki.fi>
2799 * gcc.c (POST_LINK_SPEC): Define if not already defined.
2800 (LINK_COMMAND_SPEC): Use post_link.
2801 (post_link_spec): New, initialize to POST_LINK_SPEC.
2802 (post_link): Initialize new static spec.
2803 * doc/tm.texi.in (POST_LINK_SPEC): Document.
2804 * doc/tm.texi: Regenerated.
2806 2015-11-13 David Malcolm <dmalcolm@redhat.com>
2809 * Makefile.in (GCC_OBJS): Add spellcheck.o.
2810 (OBJS): Add spellcheck-tree.o.
2811 * gcc.c: Include "spellcheck.h".
2812 (suggest_option): New function.
2813 (driver::handle_unrecognized_options): Call suggest_option to
2814 provide a hint about misspelled options.
2815 * spellcheck.c: Update file comment.
2816 (levenshtein_distance): Convert 4-param implementation from static
2817 to extern scope. Remove note about unit tests from leading
2818 comment for const char * implementation. Move tree
2819 implementation to...
2820 * spellcheck-tree.c: New file.
2821 * spellcheck.h (levenshtein_distance): Add 4-param decl.
2823 2015-11-13 David Malcolm <dmalcolm@redhat.com>
2825 * Makefile.in (OBJS): Add spellcheck.o.
2826 * spellcheck.c: New file.
2827 * spellcheck.h: New file.
2829 2015-11-13 James Bowman <james.bowman@ftdichip.com>
2831 * config/ft32/ft32.md (*sne): New insn pattern.
2833 2015-11-12 Brad Lucier <lucier@math.purdue.edu>
2835 * cprop.c (is_too_expensive): Remove.
2837 (one_cprop_pass): Call gcse_or_cprop_is_too_expensive, not
2839 * gcse.h (gcse_or_cprop_is_too_expensive): Declare.
2840 * gcse.c (is_too_expensive): Rename to ...
2841 (gcse_or_cprop_is_too_expensive): ... this.
2842 Expand warning to add required size of max-gcse-memory.
2843 (one_pre_gcse_pass): Use it.
2844 (one_code_hoisting_pass): Use it.
2845 * params.def (max-gcse-memory): Increase from 50MB to 128MB.
2847 2015-11-12 James Norris <jnorris@codesourcery.com>
2848 Joseph Myers <joseph@codesourcery.com>
2850 * gimple-pretty-print.c (dump_gimple_omp_target): Handle
2851 GF_OMP_TARGET_KIND_OACC_DECLARE.
2852 * gimple.h (enum gf_mask): Add GF_OMP_TARGET_KIND_OACC_DECLARE.
2853 (is_gomple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
2854 * gimplify.c (oacc_declare_returns): New.
2855 (gimplify_bind_expr): Prepend 'exit' stmt to cleanup.
2856 (device_resident_p): New function.
2857 (oacc_default_clause): Handle device_resident clause.
2858 (gimplify_oacc_declare_1, gimplify_oacc_declare): New functions.
2859 (gimplify_expr): Handle OACC_DECLARE.
2860 * omp-builtins.def (BUILT_IN_GOACC_DECLARE): New builtin.
2861 * omp-low.c (expand_omp_target): Handle
2862 GF_OMP_TARGET_KIND_OACC_DECLARE and BUILTIN_GOACC_DECLARE.
2863 (build_omp_regions_1): Handlde GF_OMP_TARGET_KIND_OACC_DECLARE.
2864 (lower_omp_target): Handle GF_OMP_TARGET_KIND_OACC_DECLARE,
2865 GOMP_MAP_DEVICE_RESIDENT and GOMP_MAP_LINK.
2866 (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
2867 * tree-pretty-print.c (dump_omp_clause): Handle GOMP_MAP_LINK and
2868 GOMP_MAP_DEVICE_RESIDENT.
2870 2015-11-12 Christophe Lyon <christophe.lyon@linaro.org>
2872 [ARM] Remove neon-testgen.ml and generated tests.
2874 * config/arm/neon-testgen.ml: Remove.
2876 2015-11-12 Jim Wilson <jim.wilson@linaro.org>
2878 * config/aarch64/aarch64-cores.def (qdf24xx): New.
2879 * config/aarch64/aarch64-tune.md: Regenerated.
2880 * config/arm/arm-cores.def (qdf24xx): New.
2881 * config/arm/arm-tables.opt, config/arm/arm-tune.md: Regenerated.
2882 * config/arm/bpabi.h (BE8_LINK_SPEC): Add qdf24xx support.
2883 * doc/invoke.texi (AArch64 Options/-mtune): Add "qdf24xx".
2884 (ARM Options/-mtune): Likewise.
2886 2015-11-12 Martin Liska <mliska@suse.cz>
2888 * config/i386/i386.c (ix86_valid_target_attribute_p):
2889 Finalize options at the of the function.
2890 * gcc.c (driver_get_configure_time_options): Call newly
2891 introduced init_opts_obstack.
2892 * lto-wrapper.c (main): Likewise.
2893 * opts.c (init_opts_obstack): New function.
2894 (init_options_struct): Call newly introduced init_opts_obstack.
2895 * opts.h (init_options_struct): Declare.
2897 2015-11-12 Martin Liska <mliska@suse.cz>
2900 * ipa-icf.c (void sem_item::set_hash): New function.
2901 (sem_function::get_hash): Use renamed m_hash member variable.
2902 (sem_item::update_hash_by_addr_refs): Utilize get_hash.
2903 (sem_item::update_hash_by_local_refs): Likewise.
2904 (sem_variable::get_hash): Use renamed m_hash member variable.
2905 (sem_item_optimizer::update_hash_by_addr_refs): Utilize get_hash.
2906 (sem_item_optimizer::build_hash_based_classes): Utilize set_hash.
2907 (sem_item_optimizer::build_graph): As the hash value of an item
2908 is lazy initialized, force the calculation.
2909 * ipa-icf.h (set_hash): Declare new function and rename hash member
2912 2015-11-12 Richard Biener <rguenther@suse.de>
2914 * tree-vectorizer.h (vect_slp_analyze_data_ref_dependences):
2915 Rename to vect_slp_analyze_instance_dependence.
2916 * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependence):
2917 Remove WAR special-case.
2918 (vect_slp_analyze_node_dependences): Instead add more specific
2919 code here, not relying on other instances being vectorized.
2920 (vect_slp_analyze_instance_dependence): Adjust accordingly.
2921 * tree-vect-slp.c (vect_build_slp_tree_1): Remove excessive
2922 vertical space in dump files.
2923 (vect_print_slp_tree): Likewise.
2924 (vect_analyze_slp_instance): Dump a header for the final SLP tree.
2925 (vect_slp_analyze_bb_1): Delay computing relevant stmts and
2926 not vectorized stmts until after dependence analysis removed
2927 instances. Merge alignment and dependence checks.
2928 * tree-vectorizer.c (pass_slp_vectorize::execute): Clear visited
2931 2015-11-12 Evandro Menezes <e.menezes@samsung.com>
2933 * config/aarch64/aarch64-protos.h (tune_params): Add new members
2934 "max_case_values" and "cache_line_size".
2935 * config/aarch64/aarch64.c (aarch64_case_values_threshold): New
2937 (aarch64_override_options_internal): Tune heuristics based on new
2938 members in "tune_params".
2939 (TARGET_CASE_VALUES_THRESHOLD): Define macro.
2941 2015-11-12 Richard Biener <rguenther@suse.de>
2943 PR tree-optimization/68306
2944 * tree-vect-data-refs.c (verify_data_ref_alignment): Remove
2945 relevant and vectorizable checks here.
2946 (vect_verify_datarefs_alignment): Add relevant check here.
2948 2015-11-12 Nathan Sidwell <nathan@codesourcery.com>
2950 * gimplify.c (oacc_default_clause): New.
2951 (omp_notice_variable): Call it.
2953 2015-11-12 Ilya Enkovich <enkovich.gnu@gmail.com>
2955 PR tree-optimization/68305
2956 * tree-vect-slp.c (vect_get_constant_vectors): Support
2957 COND_EXPR with SSA_NAME as a condition.
2959 2015-11-12 Eric Botcazou <ebotcazou@adacore.com>
2961 * config/visium/visium-protos.h (notice_update_cc): Delete.
2962 (print_operand): Likewise.
2963 (print_operand_address): Likewise.
2965 2015-11-12 Uros Bizjak <ubizjak@gmail.com>
2967 * config/alpha/alpha.h (FUNCTION_VALUE, LIBCALL_VALUE,
2968 FUNCTION_VALUE_REGNO_P): Remove.
2969 * config/alpha/alpha-protos.h (function_value): Remove.
2970 * config/alpha/alpha.c (function_value): Rename to...
2971 (alpha_function_value_1): ... this. Make static.
2972 (alpha_function_value, alpha_libcall_value,
2973 alpha_function_value_regno_p): New functions.
2974 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2975 TARGET_FUNCTION_VALUE_REGNO_P): Define.
2977 2015-11-12 Uros Bizjak <ubizjak@gmail.com>
2979 * config/alpha/alpha.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
2980 * config/alpha/alpha.c (alpha_memory_latency): Make static.
2981 (alpha_register_move_cost, alpha_memory_move_cost): New functions.
2982 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
2984 2015-11-12 Eric Botcazou <ebotcazou@adacore.com>
2987 * config/i386/i386.c (ix86_adjust_stack_and_probe): Remove obsolete
2988 assertion on the CFA register.
2990 2015-11-12 Ilya Enkovich <enkovich.gnu@gmail.com>
2992 * expr.c (do_store_flag): Expand vector comparison as
2993 VEC_COND_EXPR if vector comparison is not supported by target.
2995 2015-11-12 Renlin Li <renlin.li@arm.com>
2997 * config/arm/arm.md (addsi3_compare_op2): Make the order of
2998 assembly pattern consistent with constraint order.
3000 2015-11-12 Tom de Vries <tom@codesourcery.com>
3002 * gen-pass-instances.awk (handle_line): Simplify match regexp.
3004 2015-11-12 Tom de Vries <tom@codesourcery.com>
3006 * gen-pass-instances.awk (handle_line): Simplify init of
3009 2015-11-12 Tom de Vries <tom@codesourcery.com>
3011 * gen-pass-instances.awk (handle_line): Rename var where to
3014 2015-11-12 Claudiu Zissulescu <claziss@synopsys.com>
3016 * config/arc/arc.c (gen_compare_reg): Swap operands also when we
3017 do not expand to rtl.
3019 2015-11-12 Richard Biener <rguenther@suse.de>
3021 PR tree-optimization/58497
3022 * tree-vect-generic.c: Include gimplify.h.
3023 (tree_vec_extract): Lookup constant/constructor DEFs.
3024 (do_cond): Unshare cond.
3026 2015-11-12 Uros Bizjak <ubizjak@gmail.com>
3028 * config/i386/i386.c (ix86_legitimate_combined_insn): Reject
3029 combined insn if the alignment of vector mode memory operand
3030 is less than ssememalign.
3032 2015-11-12 Tom de Vries <tom@codesourcery.com>
3034 * gen-pass-instances.awk (handle_line): Print parentheses and
3035 pass_name explicitly.
3037 2015-11-12 Tom de Vries <tom@codesourcery.com>
3039 * gen-pass-instances.awk (handle_line): Add pass_num, prefix
3042 2015-11-12 Tom de Vries <tom@codesourcery.com>
3044 * gen-pass-instances.awk (handle_line): Add comments.
3046 2015-11-12 Tom de Vries <tom@codesourcery.com>
3048 * gen-pass-instances.awk (handle_line): Rename len_of_end to
3051 2015-11-12 Tom de Vries <tom@codesourcery.com>
3053 * gen-pass-instances.awk (handle_line): Add len_of_call variable.
3055 2015-11-12 Tom de Vries <tom@codesourcery.com>
3057 * gen-pass-instances.awk (handle_line): Restructure using early-out.
3059 2015-11-12 Tom de Vries <tom@codesourcery.com>
3061 * gen-pass-instances.awk (handle_line): Unify semicolon use.
3063 2015-11-12 Tom de Vries <tom@codesourcery.com>
3065 * gen-pass-instances.awk (handle_line): Remove unused var line_length.
3067 2015-11-12 Tom de Vries <tom@codesourcery.com>
3069 * gen-pass-instances.awk: Add emacs indent setting.
3071 2015-11-12 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
3073 * fold-const.c (fold_binary_loc) : Move Convert A/B/C to A/(B*C)
3075 Move Convert A/(B/C) to (A/B)*C to match.pd.
3076 Move Convert C1/(X*C2) into (C1/C2)/X to match.pd.
3077 Move Optimize (X & (-A)) / A where A is a power of 2, to
3078 X >> log2(A) to match.pd.
3080 * match.pd (rdiv (rdiv:s @0 @1) @2): New simplifier.
3081 (rdiv @0 (rdiv:s @1 @2)): New simplifier.
3082 (div (convert? (bit_and @0 INTEGER_CST@1)) INTEGER_CST@2):
3084 (rdiv REAL_CST@0 (mult @1 REAL_CST@2)): New simplifier.
3086 2015-11-12 Charles Baylis <charles.baylis@linaro.org>
3088 * config/arm/neon.md: (neon_vld2_lane<mode>): Remove unused max
3090 (neon_vst2_lane<mode>): Likewise.
3091 (neon_vld3_lane<mode>): Likewise.
3092 (neon_vst3_lane<mode>): Likewise.
3093 (neon_vld4_lane<mode>): Likewise.
3094 (neon_vst4_lane<mode>): Likewise.
3096 2015-11-11 Aditya Kumar <aditya.k7@samsung.com>
3097 Sebastian Pop <s.pop@samsung.com>
3099 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
3100 New member codegen_error
3101 (translate_isl_ast_for_loop): Remove call to single_succ_edge and
3103 (translate_isl_ast_node_user): Early return in case of error.
3104 (translate_isl_ast_to_gimple::translate_isl_ast): Same.
3105 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): New.
3106 (add_parameters_to_ivs_params): Remove macro.
3107 (graphite_regenerate_ast_isl): Add if_region pointer to region.
3108 * graphite-poly.c (new_poly_dr): Remove macro.
3110 (new_gimple_poly_bb): Same.
3111 (free_gimple_poly_bb): Same.
3112 (print_scop_params): Same.
3113 * graphite-poly.h (struct poly_dr): Same.
3114 (struct poly_bb): Add new_bb.
3115 (gbb_from_bb): Remove dead code.
3116 (pbb_from_bb): Same.
3117 * graphite-scop-detection.c (parameter_index_in_region_1): Same.
3118 (parameter_index_in_region): Same.
3119 (find_scop_parameters): Same.
3120 (build_cross_bb_scalars_def): New.
3121 (build_cross_bb_scalars_use): New.
3122 (graphite_find_cross_bb_scalar_vars): New
3123 (try_generate_gimple_bb): Reads and Writes.
3124 (build_alias_set): Move.
3125 (gather_bbs::before_dom_children): Gather bbs visited.
3126 (build_scops): call build_alias_set.
3127 * graphite-sese-to-poly.c (phi_arg_in_outermost_loop): Delete.
3128 (remove_simple_copy_phi): Delete.
3129 (remove_invariant_phi): Delete.
3130 (simple_copy_phi_p): Delete.
3131 (reduction_phi_p): Delete.
3132 (isl_id_for_dr): Remove unused param.
3133 (parameter_index_in_region_1): Remove macro usage.
3134 (set_scop_parameter_dim): Same.
3135 (add_param_constraints): Same.
3136 (add_conditions_to_constraints): Same
3137 (build_scop_iteration_domain): Same.
3138 (pdr_add_alias_set): Comment.
3139 (add_scalar_version_numbers): New.
3140 (build_poly_dr): ISL id.
3141 (build_scop_drs): Move.
3142 (build_poly_sr_1): Same.
3143 (insert_stmts): Remove.
3144 (build_poly_sr): New.
3145 (new_pbb_from_pbb): Delete.
3146 (insert_out_of_ssa_copy_on_edge): Delete.
3147 (create_zero_dim_array): Delete.
3148 (scalar_close_phi_node_p): Delete.
3149 (propagate_expr_outside_region): Delete.
3150 (rewrite_close_phi_out_of_ssa): Delete.
3151 (rewrite_phi_out_of_ssa): Delete.
3152 (rewrite_degenerate_phi): Delete.
3153 (rewrite_reductions_out_of_ssa): Delete.
3154 (rewrite_cross_bb_scalar_dependence): Delete.
3155 (handle_scalar_deps_crossing_scop_limits):
3156 (rewrite_cross_bb_scalar_deps): Delete.
3157 (build_poly_scop): Remove calls to out-of-ssa functions.
3158 * graphite.c (graphite_transform_loops): Early return in case of
3160 * sese.c (debug_rename_map_1): Delete.
3161 (debug_rename_map): Delete.
3162 (sese_record_loop): Remove macro.
3163 (build_sese_loop_nests): Same.
3164 (new_sese_info): Same.
3165 (free_sese_info): Same.
3166 (sese_insert_phis_for_liveouts):
3167 (is_loop_closed_ssa_use): New.
3168 (number_of_phi_nodes): New.
3169 (bb_contains_loop_close_phi_nodes): New.
3170 (bb_contains_loop_phi_nodes): New.
3171 (phi_uses_name): New.
3173 (get_rename): Add old_bb and loop_phi for more precise matching of
3175 (set_rename): Pass region.
3176 (later_of_the_two): New.
3177 (gsi_insert_earliest): New.
3178 (collect_all_ssa_names): New.
3179 (substitute_ssa_name): New.
3180 (rename_all_uses): New.
3181 (get_rename_from_scev): New.
3182 (rename_uses): Pass old_bb for more precise matching of exprs.
3183 (get_def_bb_for_const): New.
3184 (get_new_name): New.
3187 (copy_loop_phi_args): New.
3188 (copy_loop_phi_nodes): New.
3189 (get_loop_init_value): New.
3190 (find_init_value): New.
3191 (find_init_value_close_phi): New.
3192 (copy_loop_close_phi_args): New.
3193 (copy_loop_close_phi_nodes): New.
3194 (add_phi_arg_for_new_expr): New.
3195 (copy_cond_phi_args): New.
3196 (copy_cond_phi_nodes): New.
3197 (copy_phi_nodes): New.
3198 (should_copy_to_new_region): New.
3199 (set_rename_for_each_def): New.
3200 (graphite_copy_stmts_from_block): Early return in case of error.
3201 (copy_bb_and_scalar_dependences): Same.
3202 * sese.h (vec_find): New.
3203 (SESE_PARAMS): Delete.
3204 (SESE_LOOPS): Delete.
3205 (SESE_LOOP_NEST): Delete.
3206 (sese_contains_loop): Remove macro usage.
3207 (sese_nb_params): Same.
3208 (struct gimple_poly_bb): Added read_scalar_refs, write_scalar_refs.
3210 2015-11-11 Abderrazek Zaafrani <a.zaafrani@samsung.com>
3212 * graphite-sese-to-poly.c (build_scop_original_schedule): Call
3213 isl_union_map_add_map on every pbb->schedule.
3215 2015-11-11 Tom de Vries <tom@codesourcery.com>
3217 * tree-parloops.c (create_parallel_loop): Return void.
3219 2015-11-11 Tom de Vries <tom@codesourcery.com>
3221 * tree-parloops.c (transform_to_exit_first_loop_alt): Insert new exit
3222 block only when needed.
3224 2015-11-11 Uros Bizjak <ubizjak@gmail.com>
3226 * config/alpha/alpha-protos.h (print_operand): Remove.
3227 (print_operand_address): Remove.
3228 * config/alpha/alpha.h (PRINT_OPERAND): Remove.
3229 (PRINT_OPERAND_ADDRESS): Remove.
3230 (PRINT_OPERAND_PUNCT_VALID_P): Remove.
3231 * config/alpha/alpha.c (TARGET_PRINT_OPERAND): New hook define.
3232 (TARGET_PRINT_OPERAND_ADDRESS): New hook define.
3233 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): New hook define.
3234 (print_operand_address): Rename to...
3235 (alpha_print_operand_address): ...this and make static.
3236 (print_operand): Rename to...
3237 (alpha_print_operand): ...this and make static.
3238 (alpha_print_operand_punct_valid_p): New static function.
3240 2015-11-11 Richard Biener <rguenther@suse.de>
3242 * tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment):
3244 (vect_analyze_data_refs_alignment): Make loop vect specific.
3245 (vect_verify_datarefs_alignment): Likewise.
3246 * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependences):
3247 Add missing continue.
3248 (vect_compute_data_ref_alignment): Export.
3249 (vect_compute_data_refs_alignment): Merge into...
3250 (vect_analyze_data_refs_alignment): ... this.
3251 (verify_data_ref_alignment): Split out from ...
3252 (vect_verify_datarefs_alignment): ... here.
3253 (vect_slp_analyze_and_verify_node_alignment): New function.
3254 (vect_slp_analyze_and_verify_instance_alignment): Likewise.
3255 * tree-vect-slp.c (vect_supported_load_permutation_p): Remove
3256 misplaced checks on alignment.
3257 (vect_slp_analyze_bb_1): Add fatal output parameter. Do
3258 alignment analysis after SLP discovery and do it per instance.
3259 (vect_slp_bb): When vect_slp_analyze_bb_1 fatally failed do not
3260 bother to re-try using different vector sizes.
3262 2015-11-11 Nathan Sidwell <nathan@codesourcery.com>
3263 Cesar Philippidis <cesar@codesourcery.com>
3265 * gimplify.c (enum omp_region_type): Add ORT_ACC,
3266 ORT_ACC_DATA, ORT_ACC_PARALLEL, ORT_ACC_KERNELS. Adjust ORT_NONE.
3267 (gimple_add_tmp_var): Add ORT_ACC checks.
3268 (gimplify_var_or_parm_decl): Likewise.
3269 (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a mask.
3270 (omp_add_variable): Look in outer contexts for openacc and allow
3271 reductions with other sharing. Add ORT_ACC and ORT_TARGET_DATA checks.
3272 (omp_notice_variable, omp_is_private, omp_check_private): Add
3274 (gimplify_scan_omp_clauses: Treat ORT_ACC as ORT_WORKSHARE.
3275 Permit private openacc reductions.
3276 (gimplify_oacc_cache): Specify ORT_ACC.
3277 (gimplify_omp_workshare): Adjust OpenACC region types.
3278 (gimplify_omp_target_update): Likewise.
3279 * omp-low.c (scan_sharing_clauses): Remove Openacc firstprivate sorry.
3280 (lower-rec_input_clauses): Don't handle openacc firstprivate
3282 (lower_omp_target): Emit initializers for openacc firstprivate vars.
3284 2015-11-11 Eric Botcazou <ebotcazou@adacore.com>
3287 * ira.c (ira_setup_eliminable_regset): Do not necessarily create the
3288 frame pointer for stack checking if non-call exceptions aren't used.
3289 * config/i386/i386.c (ix86_finalize_stack_realign_flags): Likewise.
3291 2015-11-11 Segher Boessenkool <segher@kernel.crashing.org>
3293 * simplify-rtx.c (simplify_truncation): Simplify TRUNCATE of AND of
3296 2015-11-11 Martin Liska <mliska@suse.cz>
3297 Richard Biener <rguenther@suse.de>
3299 PR rtl-optimization/68287
3300 * lra-lives.c (lra_create_live_ranges_1): Reserve the right
3303 2015-11-11 Simon Dardis <simon.dardis@imgtec.com>
3305 * config/mips/mips.c (mips_breakable_sequence_p): New function.
3306 (mips_break_sequence): New function.
3307 (mips_reorg_process_insns): Use them. Use compact branches in selected
3310 2015-11-11 Alan Lawrence <alan.lawrence@arm.com>
3312 * fold-const.c (get_array_ctor_element_at_index): Fix whitespace, typo.
3314 2015-11-11 Jiong Wang <jiong.wang@arm.com>
3315 Jim Wilson <wilson@gcc.gnu.org>
3318 * config/arm/arm.md (neon_vector_mem_operand): Return FALSE if strict
3319 be true and eliminable registers mentioned.
3321 2015-11-11 Claudiu Zissulescu <claziss@synopsys.com>
3323 * common/config/arc/arc-common.c (arc_handle_option): Handle ARCv2
3325 * config/arc/arc-opts.h: Add ARCv2 CPUs.
3326 * config/arc/arc-protos.h (arc_secondary_reload_conv): Prototype.
3327 * config/arc/arc.c (arc_secondary_reload): Handle subreg (reg)
3328 situation, and store instructions with large offsets.
3329 (arc_secondary_reload_conv): New function.
3330 (arc_init): Add ARCv2 options.
3331 (arc_conditional_register_usage): Select the proper register usage
3332 for ARCv2 processors.
3333 (arc_handle_interrupt_attribute): ILINK2 is only valid for ARCv1
3335 (arc_compute_function_type): Likewise.
3336 (arc_print_operand): Handle new ARCv2 punctuation characters.
3337 (arc_return_in_memory): ARCv2 ABI returns in registers up to 16 bytes.
3338 (workaround_arc_anomaly, arc_asm_insn_p, arc_loop_hazard): New
3340 (arc_reorg, arc_hazard): Use it.
3341 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __HS__ and __EM__.
3342 (ASM_SPEC): Add ARCv2 options.
3343 (TARGET_NORM): ARC HS has norm instructions by default.
3344 (TARGET_OPTFPE): Use optimized floating point emulation for ARC HS.
3345 (TARGET_AT_DBR_CONDEXEC): Only for ARC600 family.
3346 (TARGET_EM, TARGET_HS, TARGET_V2, TARGET_MPYW, TARGET_MULTI): Define.
3347 (SIGNED_INT16, TARGET_MPY, TARGET_ARC700_MPY, TARGET_ANY_MPY):
3349 (TARGET_ARC600_FAMILY, TARGET_ARCOMPACT_FAMILY): Likewise.
3350 (TARGET_LP_WR_INTERLOCK): Likewise.
3352 (commutative_binary_mult_comparison_result_used, movsicc_insn)
3353 (mulsi3, mulsi3_600_lib, mulsidi3, mulsidi3_700, mulsi3_highpart)
3354 (umulsi3_highpart_i, umulsi3_highpart_int, umulsi3_highpart)
3355 (umulsidi3, umulsidi3_700, cstoresi4, simple_return, p_return_i):
3357 (mulhisi3, mulhisi3_imm, mulhisi3_reg, umulhisi3, umulhisi3_imm)
3358 (umulhisi3_reg, umulhisi3_reg, mulsi3_v2, nopv, bswapsi2)
3359 (prefetch, divsi3, udivsi3 modsi3, umodsi3, arcset, arcsetltu)
3360 (arcsetgeu, arcsethi, arcsetls, reload_*_load, reload_*_store)
3361 (extzvsi): New pattern.
3362 * config/arc/arc.opt: New ARCv2 options.
3363 * config/arc/arcEM.md: New file.
3364 * config/arc/arcHS.md: Likewise.
3365 * config/arc/constraints.md (C3p): New constraint, accepts 1 and 2
3367 (Cm2): A signed 9-bit integer constant constraint.
3368 (C62): An unsigned 6-bit integer constant constraint.
3369 (C16): A signed 16-bit integer constant constraint.
3370 * config/arc/predicates.md (mult_operator): Add ARCv2 processort.
3371 (short_const_int_operand): New predicate.
3372 * config/arc/t-arc-newlib: Add ARCv2 multilib options.
3373 * doc/invoke.texi: Add documentation for -mcpu=<archs/arcem>
3374 -mcode-density and -mdiv-rem.
3376 2015-11-11 Julia Koval <julia.koval@intel.com>
3378 * config/i386/i386.c (m_SKYLAKE_AVX512): Fix typo.
3380 2015-11-11 Julia Koval <julia.koval@intel.com>
3382 * config/i386/i386.c: Handle "skylake" and "skylake-avx512".
3384 2015-11-11 Martin Liska <mliska@suse.cz>
3386 * gimple-ssa-strength-reduction.c (create_phi_basis):
3388 * passes.c (release_dump_file_name): New function.
3389 (pass_init_dump_file): Used from this function.
3390 (pass_fini_dump_file): Likewise.
3391 * tree-sra.c (convert_callers_for_node): Use xstrdup_for_dump.
3392 * var-tracking.c (vt_initialize): Use pool_allocator.
3394 2015-11-11 Richard Biener <rguenth@gcc.gnu.org>
3395 Jiong Wang <jiong.wang@arm.com>
3397 PR tree-optimization/68234
3398 * tree-vrp.c (vrp_visit_phi_node): Extend SCEV check to those loop PHI
3399 node which estimiated to be VR_VARYING initially.
3401 2015-11-11 Robert Suchanek <robert.suchanek@imgtec.com>
3403 * regname.c (scan_rtx_reg): Check the matching number of consecutive
3404 registers when tying chains.
3405 (build_def_use): Move terminated_this_insn earlier in the function.
3407 2015-11-10 Mike Frysinger <vapier@gentoo.org>
3409 * configure.ac: Use = with test and not ==.
3410 * configure: Regenerated.
3412 2015-11-11 David Edelsohn <dje.gcc@gmail.com>
3414 * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Add cpu and
3415 machine asserts. Update defines for 64 bit.
3417 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
3420 * config/arm/neon.md (neon_vld1_lane<mode>): Remove error for invalid
3422 (neon_vst1_lane<mode>): Likewise.
3423 (neon_vld2_lane<mode>): Likewise.
3424 (neon_vst2_lane<mode>): Likewise.
3425 (neon_vld3_lane<mode>): Likewise.
3426 (neon_vst3_lane<mode>): Likewise.
3427 (neon_vld4_lane<mode>): Likewise.
3428 (neon_vst4_lane<mode>): Likewise.
3430 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
3433 * config/arm/arm-builtins.c: (arm_load1_qualifiers) Use
3434 qualifier_struct_load_store_lane_index.
3435 (arm_storestruct_lane_qualifiers) Likewise.
3436 * config/arm/neon.md: (neon_vld1_lane<mode>) Reverse lane numbers for
3438 (neon_vst1_lane<mode>) Likewise.
3439 (neon_vld2_lane<mode>) Likewise.
3440 (neon_vst2_lane<mode>) Likewise.
3441 (neon_vld3_lane<mode>) Likewise.
3442 (neon_vst3_lane<mode>) Likewise.
3443 (neon_vld4_lane<mode>) Likewise.
3444 (neon_vst4_lane<mode>) Likewise.
3446 2015-11-11 Charles Baylis <charles.baylis@linaro.org>
3449 * config/arm/arm-builtins.c (enum arm_type_qualifiers): New enumerator
3450 qualifier_struct_load_store_lane_index.
3451 (builtin_arg): New enumerator NEON_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
3452 (arm_expand_neon_args): New parameter. Remove ellipsis. Handle NEON
3453 argument qualifiers.
3454 (arm_expand_neon_builtin): Handle new NEON argument qualifier.
3455 * config/arm/arm.h (NEON_ENDIAN_LANE_N): New macro.
3457 2015-11-10 Nathan Sidwell <nathan@codesourcery.com>
3459 * config/nvptx/nvptx.opt (moptimize): New flag.
3460 * config/nvptx/nvptx.c (nvptx_option_override): Set nvptx_optimize
3462 (nvptx_optimize_inner): New.
3463 (nvptx_process_pars): Call it when optimizing.
3464 * doc/invoke.texi (Nvidia PTX Options): Document -moptimize.
3466 2015-11-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3468 * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
3469 Remove redundant code.
3471 2015-11-10 Jeff Law <law@redhat.com>
3473 * config/ft32/ft32.c (ft32_print_operand): Supply mode to
3474 call to output_address.
3475 * config/moxie/moxie.c (moxie_print_operand_address): Similarly.
3476 Add unnamed machine_mode argument.
3478 2015-11-10 Michael Meissner <meissner@linux.vnet.ibm.com>
3480 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add power9 to hosts that
3483 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
3485 * config/i386/i386.md (*movabs<mode>_1): Add explicit
3486 size directives for -masm=intel.
3487 (*movabs<mode>_2): Ditto.
3489 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
3491 * config/i386/i386.c (ix86_print_operand): Remove dead code that
3492 tried to avoid (%rip) for call operands.
3494 2015-11-10 Uros Bizjak <ubizjak@gmail.com>
3496 * config/i386/i386.c (ix86_print_operand_address_as): Add no_rip
3497 argument. Do not use RIP relative addressing when no_rip is set.
3498 (ix86_print_operand): Update call to ix86_print_operand_address_as.
3499 (ix86_print_operand_address): Ditto.
3500 * config/i386/i386.md (*movabs<mode>_1): Use %P modifier for
3501 absolute movabs operand 0. Add square braces for -masm=intel.
3502 (*movabs<mode>_2): Ditto for operand 1.
3504 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3506 * config/arm/arm.c (arm_new_rtx_costs, FIX case): Handle
3507 combine_vcvtf2i pattern.
3509 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3511 * config/arm/arm.c (neon_valid_immediate): Remove integer
3512 CONST_DOUBLE handling. It should never occur.
3514 2015-11-10 Matthew Wahab <matthew.wahab@arm.com>
3516 * config/aarch64/atomics.md (unspecv): Move to iterators.md.
3517 (ATOMIC_LDOP): Likewise.
3518 (atomic_ldop): Likewise.
3519 * config/aarch64/iterators.md (unspecv): Moved from atomics.md.
3520 (ATOMIC_LDOP): Likewise.
3521 (atomic_ldop): Likewise.
3523 2015-11-10 Martin Liska <mliska@suse.cz>
3525 * alloc-pool.h (allocate_raw): New function.
3526 (operator new (size_t, object_allocator<T> &a)): Use the
3527 function instead of object_allocator::allocate).
3529 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3531 * config/i386/sse.md (HALFMASKMODE): New attribute.
3532 (DOUBLEMASKMODE): New attribute.
3533 (vec_pack_trunc_qi): New.
3534 (vec_pack_trunc_<mode>): New.
3535 (vec_unpacks_lo_hi): New.
3536 (vec_unpacks_lo_si): New.
3537 (vec_unpacks_lo_di): New.
3538 (vec_unpacks_hi_hi): New.
3539 (vec_unpacks_hi_<mode>): New.
3541 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3543 * optabs.c (expand_binop_directly): Allow scalar mode for
3544 vec_pack_trunc_optab.
3545 * tree-vect-loop.c (vect_determine_vectorization_factor): Skip
3546 boolean vector producers from pattern sequence when computing VF.
3547 * tree-vect-patterns.c (vect_vect_recog_func_ptrs) Add
3548 vect_recog_mask_conversion_pattern.
3549 (search_type_for_mask): Choose the smallest
3550 type if different size types are mixed.
3551 (build_mask_conversion): New.
3552 (vect_recog_mask_conversion_pattern): New.
3553 (vect_pattern_recog_1): Allow scalar mode for boolean vectype.
3554 * tree-vect-stmts.c (vectorizable_mask_load_store): Support masked
3556 (vectorizable_conversion): Support boolean vectors.
3557 (free_stmt_vec_info): Allow patterns for statements with no lhs.
3558 * tree-vectorizer.h (NUM_PATTERNS): Increase to 14.
3560 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3562 * config/i386/i386-protos.h (ix86_expand_sse_movcc): New.
3563 * config/i386/i386.c (ix86_expand_sse_movcc): Make public.
3564 Cast mask to FP mode if required.
3565 * config/i386/sse.md (vcond_mask_<mode><avx512fmaskmodelower>): New.
3566 (vcond_mask_<mode><avx512fmaskmodelower>): New.
3567 (vcond_mask_<mode><sseintvecmodelower>): New.
3568 (vcond_mask_<mode><sseintvecmodelower>): New.
3569 (vcond_mask_v2div2di): New.
3570 (vcond_mask_<mode><sseintvecmodelower>): New.
3571 (vcond_mask_<mode><sseintvecmodelower>): New.
3573 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3575 * optabs-query.h (get_vcond_mask_icode): New.
3576 * optabs-tree.c (expand_vec_cond_expr_p): Use
3577 get_vcond_mask_icode for VEC_COND_EXPR with mask.
3578 * optabs.c (expand_vec_cond_mask_expr): New.
3579 (expand_vec_cond_expr): Use get_vcond_mask_icode when possible.
3580 * optabs.def (vcond_mask_optab): New.
3581 * tree-vect-patterns.c (vect_recog_bool_pattern): Don't
3582 generate redundant comparison for COND_EXPR.
3583 * tree-vect-stmts.c (vect_is_simple_cond): Allow SSA_NAME
3585 (vectorizable_condition): Likewise.
3586 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow
3587 cond_exp with no embedded comparison.
3588 (vect_build_slp_tree_1): Likewise.
3590 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3592 * config/i386/sse.md (maskload<mode>): Rename to ...
3593 (maskload<mode><sseintvecmodelower>): ... this.
3594 (maskstore<mode>): Rename to ...
3595 (maskstore<mode><sseintvecmodelower>): ... this.
3596 (maskload<mode><avx512fmaskmodelower>): New.
3597 (maskstore<mode><avx512fmaskmodelower>): New.
3599 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3601 * internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.
3602 (expand_MASK_STORE): Adjust to maskstore optab changes.
3603 * optabs-query.c (can_vec_mask_load_store_p): Add MASK_MODE arg.
3604 Adjust to maskload, maskstore optab changes.
3605 * optabs-query.h (can_vec_mask_load_store_p): Add MASK_MODE arg.
3606 * optabs.def (maskload_optab): Transform into convert optab.
3607 (maskstore_optab): Likewise.
3608 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Adjust to
3609 can_vec_mask_load_store_p signature change.
3610 (predicate_mem_writes): Use boolean mask.
3611 * tree-vect-stmts.c (vectorizable_mask_load_store): Adjust to
3612 can_vec_mask_load_store_p signature change. Allow invariant masks.
3613 (vectorizable_operation): Ignore type precision for boolean vectors.
3615 2015-11-10 Ilya Enkovich <enkovich.gnu@gmail.com>
3617 * expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.
3618 (const_vector_mask_from_tree): New.
3619 (const_vector_from_tree): Use const_vector_mask_from_tree
3620 for boolean vectors.
3621 * optabs-query.h (get_vec_cmp_icode): New.
3622 * optabs-tree.c (expand_vec_cmp_expr_p): New.
3623 * optabs-tree.h (expand_vec_cmp_expr_p): New.
3624 * optabs.c (vector_compare_rtx): Add OPNO arg.
3625 (expand_vec_cond_expr): Adjust to vector_compare_rtx change.
3626 (expand_vec_cmp_expr): New.
3627 * optabs.def (vec_cmp_optab): New.
3628 (vec_cmpu_optab): New.
3629 * optabs.h (expand_vec_cmp_expr): New.
3630 * tree-vect-generic.c (expand_vector_comparison): Add vector
3631 comparison optabs check.
3632 * tree-vect-loop.c (vect_determine_vectorization_factor): Ignore mask
3633 operations for VF. Add mask type computation.
3634 * tree-vect-stmts.c (get_mask_type_for_scalar_type): New.
3635 (vectorizable_comparison): New.
3636 (vect_analyze_stmt): Add vectorizable_comparison.
3637 (vect_transform_stmt): Likewise.
3638 (vect_init_vector): Support boolean vector invariants.
3639 (vect_get_vec_def_for_operand): Add VECTYPE arg.
3640 (vectorizable_condition): Directly provide vectype for invariants
3642 * tree-vectorizer.h (get_mask_type_for_scalar_type): New.
3643 (enum vect_var_kind): Add vect_mask_var.
3644 (enum stmt_vec_info_type): Add comparison_vec_info_type.
3645 (vectorizable_comparison): New.
3646 (vect_get_vec_def_for_operand): Add VECTYPE arg.
3647 * tree-vect-data-refs.c (vect_get_new_vect_var): Support vect_mask_var.
3648 (vect_create_destination_var): Likewise.
3649 * tree-vect-patterns.c (check_bool_pattern): Check fails
3650 if we can vectorize comparison directly.
3651 (search_type_for_mask): New.
3652 (vect_recog_bool_pattern): Support cases when bool pattern check fails.
3653 * tree-vect-slp.c (vect_build_slp_tree_1): Allow
3654 comparison statements.
3655 (vect_get_constant_vectors): Support boolean vector constants.
3656 * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New.
3657 (ix86_expand_int_vec_cmp): New.
3658 (ix86_expand_fp_vec_cmp): New.
3659 * config/i386/i386.c (ix86_expand_sse_cmp): Allow NULL for
3660 op_true and op_false.
3661 (ix86_int_cmp_code_to_pcmp_immediate): New.
3662 (ix86_fp_cmp_code_to_pcmp_immediate): New.
3663 (ix86_cmp_code_to_pcmp_immediate): New.
3664 (ix86_expand_mask_vec_cmp): New.
3665 (ix86_expand_fp_vec_cmp): New.
3666 (ix86_expand_int_sse_cmp): New.
3667 (ix86_expand_int_vcond): Use ix86_expand_int_sse_cmp.
3668 (ix86_expand_int_vec_cmp): New.
3669 (ix86_get_mask_mode): New.
3670 (TARGET_VECTORIZE_GET_MASK_MODE): New.
3671 * config/i386/sse.md (avx512fmaskmodelower): New.
3672 (vec_cmp<mode><avx512fmaskmodelower>): New.
3673 (vec_cmp<mode><sseintvecmodelower>): New.
3674 (vec_cmpv2div2di): New.
3675 (vec_cmpu<mode><avx512fmaskmodelower>): New.
3676 (vec_cmpu<mode><sseintvecmodelower>): New.
3677 (vec_cmpuv2div2di): New.
3679 2015-11-10 Richard Biener <rguenther@suse.de>
3681 PR tree-optimization/68240
3682 * tree-ssa-sccvn.c (cond_stmts_equal_p): Handle commutative compares
3684 (visit_phi): For PHIs with just a single executable edge
3685 take its value directly.
3686 (expressions_equal_p): Handle VN_TOP properly.
3688 2015-11-10 Richard Biener <rguenther@suse.de>
3690 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences):
3691 Handle memory using/clobbering stmts without a STMT_VINFO_DATA_REF
3694 2015-11-10 Richard Biener <rguenther@suse.de>
3696 PR tree-optimization/56118
3697 * tree-vect-slp.c (vect_bb_vectorization_profitable_p): Make equal
3698 cost favor vectorized version.
3700 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3702 * config/aarch64/aarch64.md (<neg_not_op><mode>cc): New define_expand.
3703 * config/aarch64/iterators.md (NEG_NOT): New code iterator.
3704 (neg_not_op): New code attribute.
3706 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3708 * ifcvt.c (noce_try_inverse_constants): New function.
3709 (noce_process_if_block): Call it.
3710 * optabs.h (emit_conditional_neg_or_complement): Declare prototype.
3711 * optabs.def (negcc_optab, notcc_optab): Declare.
3712 * optabs.c (emit_conditional_neg_or_complement): New function.
3713 * doc/tm.texi (Standard Names): Document negcc, notcc names.
3715 2015-11-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3717 PR rtl-optimization/68236
3718 * haifa-sched.c (autopref_multipass_dfa_lookahead_guard): Return 0
3719 if insn_queue doesn't exist.
3720 (haifa_sched_finish): Reset insn_queue to NULL.
3722 2015-11-10 Robert Suchanek <robert.suchanek@imgtec.com>
3724 * regrename.c (create_new_chain): Initialize renamed and tied_chain.
3725 (build_def_use): Initialize terminated_this_insn.
3726 (find_best_rename_reg): Pick and check register from the tied chain.
3727 (regrename_do_replace): Mark head as renamed.
3728 (struct du_head *terminated_this_insn). New static variable.
3729 (scan_rtx_reg): Tie chains in move insns. Set terminated_this_insn.
3730 * regrename.h (struct du_head): Add tied_chain, renamed members.
3732 2015-11-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3735 * config/aarch64/aarch64.c (aarch64_use_constant_blocks_p):
3738 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
3741 * config/sparc/sparc.c (sparc_function_value_1): In 32-bit mode, do
3742 not promote the mode for aggregate types.
3744 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
3746 * omp-low.h (replace_oacc_fn_attrib, build_oacc_routine_dims): Declare.
3747 * omp-low.c (build_oacc_routine_dims): New.
3749 2015-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
3751 * config/rs6000/constraints.md (wF constraint): New constraints
3752 for power9/toc fusion.
3753 (wG constraint): Likewise.
3755 * config/rs6000/predicates.md (u6bit_cint_operand): New
3756 predicate, recognize 0..63.
3757 (upper16_cint_operand): New predicate for power9 and toc fusion.
3758 (fpr_reg_operand): Likewise.
3759 (toc_fusion_or_p9_reg_operand): Likewise.
3760 (toc_fusion_mem_raw): Likewise.
3761 (toc_fusion_mem_wrapped): Likewise.
3762 (fusion_gpr_addis): If power9 fusion, allow fusion for a larger
3764 (fusion_gpr_mem_combo): Delete, use fusion_addis_mem_combo_load
3766 (fusion_addis_mem_combo_load): Add support for power9 fusion of
3767 floating point loads, floating point stores, and gpr stores.
3768 (fusion_addis_mem_combo_store): Likewise.
3769 (fusion_offsettable_mem_operand): Likewise.
3771 * config/rs6000/rs6000-protos.h (emit_fusion_addis): Add declarations.
3772 (emit_fusion_load_store): Likewise.
3773 (fusion_p9_p): Likewise.
3774 (expand_fusion_p9_load): Likewise.
3775 (expand_fusion_p9_store): Likewise.
3776 (emit_fusion_p9_load): Likewise.
3777 (emit_fusion_p9_store): Likewise.
3778 (fusion_wrap_memory_address): Likewise.
3780 * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add new
3781 elements for power9 fusion.
3782 (rs6000_debug_print_mode): Rework debug information to print more
3783 information about fusion.
3784 (rs6000_init_hard_regno_mode_ok): Setup for power9 fusion support.
3785 (rs6000_legitimate_address_p): Recognize toc fusion as a valid
3786 offsettable memory address.
3787 (rs6000_rtx_costs): Update costs for new ISA 3.0 instructions.
3788 (emit_fusion_gpr_load): Move most of the code from
3789 emit_fusion_gpr_load into emit_fusion-addis that handles both
3790 power8 and power9 fusion.
3791 (emit_fusion_addis): Likewise.
3792 (emit_fusion_load_store): Likewise.
3793 (fusion_wrap_memory_address): Add support for TOC fusion.
3794 (fusion_split_address): Likewise.
3795 (fusion_p9_p): Add support for power9 fusion.
3796 (expand_fusion_p9_load): Likewise.
3797 (expand_fusion_p9_store): Likewise.
3798 (emit_fusion_p9_load): Likewise.
3799 (emit_fusion_p9_store): Likewise.
3801 * config/rs6000/rs6000.h (TARGET_EXTSWSLI): Macros for support for
3802 new instructions in ISA 3.0.
3803 (TARGET_CTZ): Likewise.
3804 (TARGET_TOC_FUSION_INT): Macros for power9 fusion support.
3805 (TARGET_TOC_FUSION_FP): Likewise.
3807 * config/rs6000/rs6000.md (UNSPEC_FUSION_P9): New power9/toc
3809 (UNSPEC_FUSION_ADDIS): Likewise.
3810 (QHSI mode iterator): New iterator for power9 fusion.
3811 (GPR_FUSION): Likewise.
3812 (FPR_FUSION): Likewise.
3813 (mod<mode>3): Add support for ISA 3.0 modulus instructions.
3814 (umod<mode>3): Likewise.
3815 (divmod peephole): Likewise.
3816 (udivmod peephole): Likewise.
3817 (ctz<mode>2): Add support for ISA 3.0 count trailing zeros scalar
3819 (ctz<mode>2_h): Likewise.
3820 (ashdi3_extswsli): Add support for ISA 3.0 EXTSWSLI instruction.
3821 (ashdi3_extswsli_dot): Likewise.
3822 (ashdi3_extswsli_dot2): Likewise.
3823 (power9 fusion splitter): New power9/toc fusion support.
3824 (toc_fusionload_<mode>): Likewise.
3825 (toc_fusionload_di): Likewise.
3826 (fusion_gpr_load_<mode>): Update predicate function.
3827 (power9 fusion peephole2s): New power9/toc fusion support.
3828 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
3829 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_store): Likewise.
3830 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
3831 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3832 (fusion_p9_<mode>_constant): Likewise.
3834 2015-11-09 Steve Ellcey <sellcey@imgtec.com>
3836 * optabs.c (prepare_libcall_arg): New function.
3837 (expand_fixed_convert): Add call to prepare_libcall_arg.
3839 2015-11-09 Nikolai Bozhenov <n.bozhenov@samsung.com>
3841 * sched-int.h (dump_rgn_dependencies_dot): Declare
3842 * sched-rgn.c (dump_rgn_dependencies_dot): New function
3843 * print-rtl.h (print_insn): Add prototype
3845 * haifa-sched.c (setup_sched_dump): Don't redirect output to stderr.
3846 * common.opt (-fsched-verbose): Set default value to 1.
3847 * invoke.texi (-fsched-verbose): Update the option's description.
3849 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
3851 * config/visium/visium.h (PRINT_OPERAND): Delete.
3852 (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
3853 (PRINT_OPERAND_ADDRESS): Likewise.
3854 * config/visium/visium.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
3856 (visium_print_operand_punct_valid_p): ...this. New function.
3857 (TARGET_PRINT_OPERAND): Define to...
3858 (print_operand): Rename to...
3859 (visium_print_operand): ...this.
3860 (TARGET_PRINT_OPERAND_ADDRESS): Define to...
3861 (visium_output_address): Rename to...
3862 (visium_print_operand_address): ...this.
3863 (print_operand_address): Delete.
3865 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
3868 * tree.h (reverse_storage_order_for_component_p) <COMPONENT_REF>:
3869 Check that the type of the first operand is an aggregate type.
3871 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
3873 * omp-low.c: Fix some OpenACC comment typos.
3874 (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THREAD_NUM call.
3875 * omp-builtins.def (BUILT_IN_GOACC_GET_THREAD_NUM,
3876 BUILT_IN_GOACC_GET_NUM_THREADS): Delete.
3878 2015-11-09 Uros Bizjak <ubizjak@gmail.com>
3880 * config/i386/i386.md (*strmovqi_1): Fix insn enable condition.
3882 2015-11-09 Jeff Law <law@redhat.com>
3884 * tree-ssanames.c (verify_ssaname_freelists): Simplify check for
3885 being in gimple/ssa form. Remove redundant check for SSA_NAME.
3888 2015-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
3889 Peter Bergner <bergner@vnet.ibm.com>
3891 * config/rs6000/rs6000.opt (-mpower9-fusion): Add new switches for
3893 (-mpower9-vector): Likewise.
3894 (-mpower9-dform): Likewise.
3895 (-mpower9-minmax): Likewise.
3896 (-mtoc-fusion): Likewise.
3897 (-mmodulo): Likewise.
3898 (-mfloat128-hardware): Likewise.
3900 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add option
3901 mask for ISA 3.0 (power9).
3902 (POWERPC_MASKS): Add new ISA 3.0 switches.
3903 (power9 cpu): Add power9 cpu.
3905 * config/rs6000/rs6000.h (ASM_CPU_POWER9_SPEC): Add support for power9.
3906 (ASM_CPU_SPEC): Likewise.
3907 (EXTRA_SPECS): Likewise.
3909 * config/rs6000/rs6000-opts.h (enum processor_type): Add
3912 * config/rs6000/rs6000.c (power9_cost): Initial cost setup for power9.
3913 (rs6000_debug_reg_global): Add support for power9 fusion.
3914 (rs6000_setup_reg_addr_masks): Cache mode size.
3915 (rs6000_option_override_internal): Until real power9 tuning is
3916 added, use -mtune=power8 for -mcpu=power9.
3917 (rs6000_setup_reg_addr_masks): Do not allow pre-increment,
3918 pre-decrement, or pre-modify on SFmode/DFmode if we allow the use
3919 of Altivec registers.
3920 (rs6000_option_override_internal): Add support for ISA 3.0 switches.
3921 (rs6000_loop_align): Add support for power9 cpu.
3922 (rs6000_file_start): Likewise.
3923 (rs6000_adjust_cost): Likewise.
3924 (rs6000_issue_rate): Likewise.
3925 (insn_must_be_first_in_group): Likewise.
3926 (insn_must_be_last_in_group): Likewise.
3927 (force_new_group): Likewise.
3928 (rs6000_register_move_cost): Likewise.
3929 (rs6000_opt_masks): Likewise.
3931 * config/rs6000/rs6000.md (cpu attribute): Add power9.
3932 * config/rs6000/rs6000-tables.opt: Regenerate.
3934 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
3935 _ARCH_PWR9 if power9 support is available.
3937 * config/rs6000/aix61.h (ASM_CPU_SPEC): Add power9.
3938 * config/rs6000/aix53.h (ASM_CPU_SPEC): Likewise.
3940 * configure.ac: Determine if the assembler supports the ISA 3.0
3942 * config.in (HAVE_AS_POWER9): Likewise.
3943 * configure: Regenerate.
3945 * doc/invoke.texi (RS/6000 and PowerPC Options): Document ISA 3.0
3948 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3950 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate):
3951 Remove integer CONST_DOUBLE handling. It should never occur.
3953 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3956 * config/aarch64/aarch64.h (TARGET_SUPPORTS_WIDE_INT): Define to 1.
3957 * config/aarch64/aarch64.c (aarch64_print_operand, CONST_DOUBLE):
3958 Delete VOIDmode case. Assert that mode is not VOIDmode.
3959 * config/aarch64/predicates.md (const0_operand): Remove const_double
3962 2015-11-09 Martin Liska <mliska@suse.cz>
3964 * ipa-inline-analysis.c (estimate_function_body_sizes): Call
3965 body_info release function.
3966 * ipa-prop.c (ipa_release_body_info): New function.
3967 (ipa_analyze_node): Call the function.
3968 (ipa_node_params::~ipa_node_params): Release known_csts.
3969 * ipa-prop.h (ipa_release_body_info): Declare.
3971 2015-11-09 Martin Liska <mliska@suse.cz>
3973 * gcc.c (record_temp_file): Release name string.
3974 * ifcvt.c (noce_convert_multiple_sets): Use auto_vec instead of vec.
3975 * lra-lives.c (free_live_range_list): Utilize
3976 lra_live_range_pool for allocation and deallocation.
3977 (create_live_range): Likewise.
3978 (copy_live_range): Likewise.
3979 (lra_merge_live_ranges): Likewise.
3980 (remove_some_program_points_and_update_live_ranges): Likewise.
3981 (lra_create_live_ranges_1): Release point_freq_vec that can
3982 be not freed from previous iteration of the function.
3983 * tree-eh.c (lower_try_finally_switch): Use auto_vec instead of vec.
3984 * tree-sra.c (sra_deinitialize): Release all vectors in
3986 * tree-ssa-dom.c (free_dom_edge_info): Make the function extern.
3987 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
3988 Release edge_info for a removed edge.
3989 (thread_through_all_blocks): Free region vector.
3990 * tree-ssa.h (free_dom_edge_info): Declare function extern.
3992 2015-11-09 Ilya Enkovich <enkovich.gnu@gmail.com>
3994 * optabs.c (expand_vec_cond_expr): Always get sign from type.
3995 * tree.c (wide_int_to_tree): Support negative values for boolean.
3996 (build_nonstandard_boolean_type): Use signed type for booleans.
3998 2015-11-09 Richard Biener <rguenther@suse.de>
4000 PR tree-optimization/68248
4001 * tree-vect-generic.c (expand_vector_operations_1): Handle scalar rhs2.
4003 2015-11-09 Richard Biener <rguenther@suse.de>
4005 PR tree-optimization/56118
4006 * tree-vectorizer.h (vect_find_last_scalar_stmt_in_slp): Declare.
4007 * tree-vect-slp.c (vect_find_last_scalar_stmt_in_slp): Export.
4008 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): New
4010 (vect_slp_analyze_data_ref_dependences): Instead of computing
4011 all dependences of the region DRs just analyze the code motions
4012 SLP vectorization will perform. Remove SLP instances that
4013 cannot have their store/load motions applied.
4014 (vect_analyze_data_refs): Allow DRs without a vectype
4015 in BB vectorization.
4017 2015-11-09 Julian Brown <julian@codesourcery.com>
4019 * final.c (output_asm_insn): Pass VOIDmode to output_address.
4020 (output_address): Add MODE argument. Pass to print_operand_address
4022 * targhooks.c (default_print_operand_address): Add MODE argument.
4023 * targhooks.h (default_print_operand_address): Update prototype.
4024 * output.h (output_address): Update prototype.
4025 * target.def (print_operand_address): Add MODE argument.
4026 * config/vax/vax.c (print_operand_address): Pass VOIDmode to
4028 (print_operand): Pass access mode to output_address.
4029 * config/mcore/mcore.c (mcore_print_operand_address): Add MODE
4031 (mcore_print_operand): Update calls to mcore_print_operand_address.
4032 * config/fr30/fr30.c (fr30_print_operand): Pass VOIDmode to
4034 * config/lm32/lm32.c (lm32_print_operand): Pass mode in calls to
4036 * config/tilegx/tilegx.c (output_memory_reference_mode): Remove
4038 (tilegx_print_operand): Don't set above global. Update calls to
4040 (tilegx_print_operand_address): Add MODE argument. Use instead of
4041 output_memory_reference_mode global.
4042 * config/frv/frv.c (frv_print_operand_address): Add MODE argument.
4043 (frv_print_operand): Pass mode to frv_print_operand_address calls.
4044 * config/mn10300/mn10300.c (mn10300_print_operand): Pass mode to
4046 * config/cris/cris.c (cris_print_operand_address): Add MODE argument.
4047 (cris_print_operand): Pass mode to output_address calls.
4048 * config/spu/spu.c (print_operand): Pass mode to output_address calls.
4049 * config/aarch64/aarch64.h (aarch64_print_operand)
4050 (aarch64_print_operand_address): Remove prototypes.
4051 * config/aarch64/aarch64.c (aarch64_memory_reference_mode): Delete
4053 (aarch64_print_operand): Make static. Update calls to output_address.
4054 (aarch64_print_operand_address): Add MODE argument. Use instead of
4055 aarch64_memory_reference_mode global.
4056 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define target
4058 * config/aarch64/aarch64.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
4059 Delete macro definitions.
4060 * config/pa/pa.c (pa_print_operand): Pass mode in output_address calls.
4061 * config/xtensa/xtensa.c (print_operand): Pass mode in
4062 output_address calls.
4063 * config/h8300/h8300.c (h8300_print_operand_address): Add MODE
4065 (h83000_print_operand): Update calls to h8300_print_operand_address
4067 * config/ia64/ia64.c (ia64_print_operand_address): Add MODE argument.
4068 * config/tilepro/tilepro.c (output_memory_reference_mode): Delete
4070 (tilepro_print_operand): Pass mode to output_address.
4071 (tilepro_print_operand_address): Add MODE argument. Use instead of
4072 output_memory_reference_mode.
4073 * config/nvptx/nvptx.c (output_decl_chunk, nvptx_assemble_integer)
4074 (nvptx_output_call_insn, nvptx_print_address_operand): Pass VOIDmode
4075 to output_address calls.
4076 (nvptx_print_operand_address): Add MODE argument.
4077 * config/alpha/alpha.c (print_operand): Pass mode argument in
4078 output_address calls.
4079 * config/m68k/m68k.c (print_operand): Pass mode argument in
4080 output_address call.
4081 * config/avr/avr.c (avr_print_operand_address): Add MODE argument.
4082 (avr_print_operand): Update calls to avr_print_operand_address.
4083 * config/sparc/sparc.c (sparc_print_operand_address): Add MODE
4084 argument. Update calls to output_address.
4085 (sparc_print_operand): Pass mode to output_address.
4086 * config/iq2000/iq2000.c (iq2000_print_operand_address): Add MODE
4088 (iq2000_print_operand): Pass mode in output_address calls.
4089 * config/stormy16/stormy16.c (xstormy16_print_operand_address): Add
4091 (xstormy16_print_operand): Pass mode to
4092 xstormy16_print_operand_address calls.
4093 * config/mips/mips.c (mips_print_operand): Update calls to
4095 (mips_print_operand_address): Add MODE argument.
4096 * config/epiphany/epiphany.c (epiphany_print_operand): Update calls
4098 (epiphany_print_operand_address): Add MODE argument. Add FIXME note.
4099 * config/pdp11/pdp11.c (pdp11_asm_print_operand): Update call to
4101 * config/rx/rx.c (rx_print_operand_address): Add MODE argument.
4102 (rx_print_operand): Update calls to output_address,
4103 rx_print_operand_address.
4104 * config/nds32/nds32.c (nds32_print_operand): Update calls to
4106 (nds32_print_operand_address): Add MODE argument.
4107 * config/rs6000/rs6000.c (print_operand): Pass mem mode to
4108 output_address calls.
4109 * config/c6x/c6x.c (print_address_offset): Pass mem mode to
4110 output_address call.
4111 (c6x_print_address_operand): Update calls to output_address.
4112 (c6x_print_operand_address): Pass mode to above.
4113 * config/v850/v850.c (v850_print_operand_address): Add MODE argument.
4114 (v850_print_operand): Pass mode to v850_print_operand_address,
4116 * config/mmix/mmix.c (mmix_print_operand_address): Add MODE argument.
4117 (mmix_print_operand): Pass mode in output_address calls.
4118 * config/sh/sh.c (sh_print_operand_address): Add MODE argument.
4119 (sh_print_operand): Pass mem mode to output_address,
4120 sh_print_operand_address.
4121 * config/cr16/cr16.c (cr16_print_operand_address): Add MODE argument.
4122 (cr16_print_operand): Pass mode to output_address,
4123 cr16_print_operand_address.
4124 * config/bfin/bfin.c (print_address_operand): Pass VOIDmode to
4126 * config/microblaze/microblaze.c (print_operand): Pass mode to
4128 * config/nios2/nios2.c (nios2_print_operand): Pass VOIDmode to
4130 (nios2_print_operand_address): Add MODE argument. Update call to
4131 nios2_print_operand_address.
4132 * config/s390/s390.c (print_operand): Pass mode to output_address.
4133 * config/m32c/m32c.c (m32c_print_operand_address): Add MODE argument.
4134 * config/arc/arc.c (arc_print_operand): Pass VOIDmode to
4136 * config/arm/arm.c (arm_print_operand_address): Add MODE argument.
4137 Use instead of output_memory_reference_mode.
4138 (output_memory_reference_mode): Delete global.
4139 (arm_print_operand): Pass mem mode to output_address.
4140 * config/m32r/m32r.c (m32r_print_operand_address): Add MODE argument.
4141 (m32r_print_operand): Pass mode to output_address.
4142 * config/msp430/msp430.c (msp430_print_operand_addr): Add MODE
4144 (msp430_print_operand): Pass mode to msp430_print_operand_addr.
4145 * config/i386/i386.c (ix86_print_operand): Pass mode to
4146 output_address calls.
4147 (ix86_print_operand_address): Add MODE argument.
4149 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
4152 * tree-core.h (REF_REVERSE_STORAGE_ORDER): Move around.
4153 * tree.h (REF_REVERSE_STORAGE_ORDER): Change to default_def_flag.
4154 * tree-streamer-in.c (unpack_ts_base_value_fields): Adjust.
4155 * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
4157 2015-11-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4159 PR rtl-optimization/67749
4160 * ifcvt.c (noce_try_cmove_arith): Do not emit move in IF-ELSE
4161 case before emitting the two blocks. Instead modify the register
4162 in the corresponding final insn of the basic block.
4164 2015-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4166 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Allow for differences in
4169 Define HAVE_INITFINI_ARRAY_SUPPORT as 0/1.
4171 * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define to
4172 HAVE_INITFINI_ARRAY_SUPPORT.
4173 * config/initfini-array.h: Check HAVE_INITFINI_ARRAY_SUPPORT value.
4175 * configure.ac (gcc_cv_as_sparc_nobits): Remove.
4176 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section):
4177 Don't check HAVE_AS_SPARC_NOBITS.
4178 Heed SECTION_NOTYPE.
4180 * configure: Regenerate.
4181 * config.in: Regenerate.
4183 2015-11-09 Eric Botcazou <ebotcazou@adacore.com>
4186 * fold-const.c (fold_truth_andor_1): Initialize new variables to 0.
4188 2015-11-09 Richard Henderson <rth@redhat.com>
4190 * config/i386/i386-c.c (ix86_target_macros): Define __SEG_FS,
4191 __SEG_GS, __SEG_TLS.
4192 (ix86_register_pragmas): Register address spaces __seg_fs,
4193 __seg_gs, __seg_tls.
4194 * config/i386/i386-protos.h (enum ix86_address_seg): Remove.
4195 (ADDR_SPACE_SEG_FS, ADDR_SPACE_SEG_GS, ADDR_SPACE_SEG_TLS): New.
4196 (struct ix86_address): Use addr_space_t instead of ix86_address_seg.
4197 * config/i386/i386.c (ix86_decompose_address): Likewise.
4198 (ix86_legitimate_address_p): Likewise.
4199 (memory_address_length): Likewise. Check mem address space too.
4200 (ix86_print_operand): Use ix86_print_operand_address_as.
4201 (ix86_print_operand_address_as): Rename from
4202 ix86_print_operand_address, add new addr_space_t parameter.
4203 Validate that either the parameter or the ix86_address segment
4204 is default address space. Handle ADDR_SPACE_SEG_TLS.
4205 (ix86_print_operand_address): New.
4206 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): New.
4207 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): New.
4208 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): New.
4209 (ix86_addr_space_zero_address_valid): New.
4210 (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
4211 * config/i386/i386.h (DEFAULT_TLS_SEG_REG): Use addr_space_t constants.
4212 * config/i386/rdos.h (DEFAULT_TLS_SEG_REG): Likewise.
4213 * config/i386/predicates.md (address_no_seg_operand): Likewise.
4214 (vsib_address_operand): Likewise.
4215 (address_mpx_no_base_operand): Likewise.
4216 (address_mpx_no_index_operand): Likewise.
4217 * doc/extend.texi (x86 Named Address Spaces): New section.
4219 * config/i386/i386.c (ix86_check_no_addr_space): New.
4220 (decide_alg): Add have_as parameter.
4221 (alg_usable_p): Likewise; disable rep algorithms if set.
4222 (ix86_expand_set_or_movmem): Notice if either MEM has a
4223 non-default address space.
4224 (ix86_expand_strlen): Likewise.
4225 * config/i386/i386.md (strmov, strset): Likewise.
4226 (*strmovdi_rex_1): Use ix86_check_no_addr_space.
4227 (*strmovsi_1, *strmovqi_1, *rep_movdi_rex64, *rep_movsi, *rep_movqi,
4228 *strsetdi_rex_1, *strsetsi_1, *strsethi_1, *strsetqi_1,
4229 *rep_stosdi_rex64, *rep_stossi, *rep_stosqi, *cmpstrnqi_nz_1,
4230 *cmpstrnqi_1, *strlenqi_1): Likewise.
4232 * config/i386/i386.md (*movabs<mode>_1): Print the full memory rtx.
4233 (*movabs<mode>_2): Likewise.
4235 * dwarf2out.c (modified_type_die): Pass the address space number
4236 through TARGET_ADDR_SPACE_DEBUG to produce the dwarf address class.
4237 * target.def (TARGET_ADDR_SPACE_DEBUG): New.
4238 * targhooks.c (default_addr_space_debug): New.
4239 * targhooks.h (default_addr_space_debug): Declare.
4240 * doc/tm.texi.in (TARGET_ADDR_SPACE_DEBUG): Mark it.
4241 * doc/tm.texi: Rebuild.
4243 * gimple.c (check_loadstore): Return false when 0 is a valid address.
4244 * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
4245 null when 0 is valid in the source address space.
4246 * target.def (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
4247 * targhooks.c (default_addr_space_zero_address_valid): New.
4248 * targhooks.h (default_addr_space_zero_address_valid): Declare.
4249 * doc/tm.texi.in (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): Mark it.
4250 * doc/tm.texi: Rebuild.
4252 * cselib.c (add_mem_for_addr): Compare address spaces when
4254 (cselib_lookup_mem): Likewise.
4255 * fold-const.c (operand_equal_p): Check address spaces of
4256 pointer types before checking integer constants.
4259 * tree-ssa-address.c (create_mem_ref_raw): Use a pointer of
4260 the correct type for the base.
4262 2015-11-09 Jeff Law <law@redhat.com>
4264 * tree-into-ssa.c (names_to_release): No longer static.
4265 * tree-into-ssa.h (names_to_release): Declare.
4266 * tree-ssanames.c (verify_ssaname_freelists): New debug function.
4267 (release_free_names_and_compact_live_names): New function extracted
4268 from pass_release_ssa_names::execute.
4269 (pass_release_ssa_names::execute): Use it.
4271 2015-11-09 Alan Modra <amodra@gmail.com>
4273 * gensupport.c (add_mnemonic_string): Make len param a size_t.
4274 (gen_mnemonic_setattr): Make "size" var a size_t. Use
4275 obstack_blank_fast to shrink obstack. Cast obstack_next_free
4278 2015-11-09 Segher Boessenkool <segher@kernel.crashing.org>
4280 PR rtl-optimization/68182
4281 * bb-reorder.c (reorder_basic_blocks_simple): Treat a conditional
4282 branch with only one successor just like unconditional branches.
4284 2015-11-08 Jeff Law <law@redhat.com>
4286 * tree-ssa-threadupdate.c (register_jump_thraed): Assert that a
4287 non-FSM path has no edges marked with EDGE_DFS_BACK.
4288 (ssa_redirect_edges): No longer call mark_loop_for_removal.
4289 (thread_single_edge, def_split_header_continue_p): Remove.
4290 (bb_ends_with_multiway_branch): Likewise.
4291 (thread_through_loop_header): Remove cases of threading from
4292 latch through the header. Simplify knowing we won't thread
4294 (thread_through_all_blocks): Simplify knowing that only the FSM
4295 threader needs to handle backedges.
4297 2015-11-08 Eric Botcazou <ebotcazou@adacore.com>
4299 * doc/extend.texi (type attributes): Document scalar_storage_order.
4300 (Structure-Packing Pragmas): Rename into...
4301 (Structure-Layout Pragmas): ...this. Document scalar_storage_order.
4302 * doc/invoke.texi (C Dialect Options): Document -fsso-struct
4303 (Warnings): Document -Wno-scalar-storage-order.
4304 * flag-types.h (enum scalar_storage_order_kind): New enumeration.
4305 * calls.c (store_unaligned_arguments_into_pseudos): Adjust calls to
4306 extract_bit_field and store_bit_field.
4307 (initialize_argument_information): Adjust call to store_expr.
4308 (load_register_parameters): Adjust call to extract_bit_field.
4309 * expmed.c (check_reverse_storage_order_support): New function.
4310 (check_reverse_float_storage_order_support): Likewise.
4311 (flip_storage_order): Likewise.
4312 (store_bit_field_1): Add REVERSE parameter. Flip the storage order
4313 of the value if it is true. Pass REVERSE to recursive call after
4314 adjusting the target offset.
4315 Do not use extraction or movstrict instruction if REVERSE is true.
4316 Pass REVERSE to store_fixed_bit_field.
4317 (store_bit_field): Add REVERSE parameter and pass to it to above.
4318 (store_fixed_bit_field): Add REVERSE parameter and pass to it to
4319 store_split_bit_field and store_fixed_bit_field_1.
4320 (store_fixed_bit_field_1): Add REVERSE parameter. Flip the storage
4321 order of the value if it is true and adjust the target offset.
4322 (store_split_bit_field): Add REVERSE parameter and pass it to
4323 store_fixed_bit_field. Adjust the target offset if it is true.
4324 (extract_bit_field_1): Add REVERSE parameter. Flip the storage order
4325 of the value if it is true. Pass REVERSE to recursive call after
4326 adjusting the target offset.
4327 Do not use extraction or subreg instruction if REVERSE is true.
4328 Pass REVERSE to extract_fixed_bit_field.
4329 (extract_bit_field): Add REVERSE parameter and pass to it to above.
4330 (extract_fixed_bit_field): Add REVERSE parameter and pass to it to
4331 extract_split_bit_field and extract_fixed_bit_field_1.
4332 (extract_fixed_bit_field_1): Add REVERSE parameter. Flip the storage
4333 order of the value if it is true and adjust the target offset.
4334 (extract_split_bit_field): Add REVERSE parameter and pass it to
4335 extract_fixed_bit_field. Adjust the target offset if it is true.
4336 * expmed.h (flip_storage_order): Declare.
4337 (store_bit_field): Adjust prototype.
4338 (extract_bit_field): Likewise.
4339 * expr.c (emit_group_load_1): Adjust calls to extract_bit_field.
4340 (emit_group_store): Adjust call to store_bit_field.
4341 (copy_blkmode_from_reg): Likewise.
4342 (copy_blkmode_to_reg): Likewise.
4343 (write_complex_part): Likewise.
4344 (read_complex_part): Likewise.
4345 (optimize_bitfield_assignment_op): Add REVERSE parameter. Assert
4346 that it isn't true if the target is a register.
4347 <PLUS_EXPR>: If it is, do not optimize unless bitsize is equal to 1,
4348 and flip the storage order of the value.
4349 <BIT_IOR_EXPR>: Flip the storage order of the value.
4350 (get_bit_range): Adjust call to get_inner_reference.
4351 (expand_assignment): Adjust calls to get_inner_reference, store_expr,
4352 optimize_bitfield_assignment_op and store_field. Handle MEM_EXPRs
4353 with reverse storage order.
4354 (store_expr_with_bounds): Add REVERSE parameter and pass it to
4355 recursive calls and call to store_bit_field. Force the value into a
4356 register if it is true and then flip the storage order of the value.
4357 (store_expr): Add REVERSE parameter and pass it to above.
4358 (categorize_ctor_elements_1): Adjust call to
4359 initializer_constant_valid_p.
4360 (store_constructor_field): Add REVERSE parameter and pass it to
4361 recursive calls and call to store_field.
4362 (store_constructor): Add REVERSE parameter and pass it to calls to
4363 store_constructor_field and store_expr. Set it to true for an
4364 aggregate type with TYPE_REVERSE_STORAGE_ORDER.
4365 (store_field): Add REVERSE parameter and pass it to recursive calls
4366 and calls to store_expr and store_bit_field. Temporarily flip the
4367 storage order of the value with record type and integral mode and
4368 adjust the shift if it is true.
4369 (get_inner_reference): Add PREVERSEP parameter and set it to true
4370 upon encoutering a reference with reverse storage order.
4371 (expand_expr_addr_expr_1): Adjust call to get_inner_reference.
4372 (expand_constructor): Adjust call to store_constructor.
4373 (expand_expr_real_2) <CASE_CONVERT>: Pass TYPE_REVERSE_STORAGE_ORDER
4374 of the union type to store_expr in the MEM case and assert that it
4375 isn't set in the REG case. Adjust call to store_field.
4376 (expand_expr_real_1) <MEM_REF>: Handle reverse storage order.
4377 <normal_inner_ref>: Add REVERSEP variable and adjust calls to
4378 get_inner_reference and extract_bit_field. Temporarily flip the
4379 storage order of the value with record type and integral mode and
4380 adjust the shift if it is true. Flip the storage order of the value
4381 at the end if it is true.
4382 <VIEW_CONVERT_EXPR>: Add REVERSEP variable and adjust call to
4383 get_inner_reference. Do not fetch an inner reference if it is true.
4384 * expr.h (store_expr_with_bounds): Ajust prototype.
4385 (store_expr): Likewise.
4386 * fold-const.c (make_bit_field_ref): Add REVERSEP parameter and set
4387 REF_REVERSE_STORAGE_ORDER on the reference according to it.
4388 (optimize_bit_field_compare): Deal with reverse storage order.
4389 Adjust calls to get_inner_reference and make_bit_field_ref.
4390 (decode_field_reference): Add PREVERSEP parameter and adjust call to
4391 get_inner_reference.
4392 (fold_truth_andor_1): Deal with reverse storage order. Adjust calls
4393 to decode_field_reference and make_bit_field_ref.
4394 (fold_unary_loc) <CASE_CONVERT>: Adjust call to get_inner_reference.
4395 <VIEW_CONVERT_EXPR>: Propagate the REF_REVERSE_STORAGE_ORDER flag.
4396 (fold_comparison): Adjust call to get_inner_reference.
4397 (split_address_to_core_and_offset): Adjust call to
4398 get_inner_reference.
4399 * gimple-expr.c (useless_type_conversion_p): Return false for array
4400 types with different TYPE_REVERSE_STORAGE_ORDER flag.
4401 * gimplify.c (gimplify_expr) <MEM_REF>: Propagate the
4402 REF_REVERSE_STORAGE_ORDER flag.
4403 * lto-streamer-out.c (hash_tree): Deal with TYPE_REVERSE_STORAGE_ORDER.
4404 * output.h (assemble_real): Adjust prototype.
4405 * print-tree.c (print_node): Convey TYPE_REVERSE_STORAGE_ORDER.
4406 * stor-layout.c (finish_record_layout): Propagate the
4407 TYPE_REVERSE_STORAGE_ORDER flag to the variants.
4408 * tree-core.h (TYPE_REVERSE_STORAGE_ORDER): Document.
4409 (TYPE_SATURATING): Adjust.
4410 (REF_REVERSE_STORAGE_ORDER): Document.
4411 * tree-dfa.c (get_ref_base_and_extent): Add PREVERSE parameter and
4412 set it to true upon encoutering a reference with reverse storage order.
4413 * tree-dfa.h (get_ref_base_and_extent): Adjust prototype.
4414 * tree-inline.c (remap_gimple_op_r): Propagate the
4415 REF_REVERSE_STORAGE_ORDER flag.
4416 (copy_tree_body_r): Likewise.
4417 * tree-outof-ssa.c (insert_value_copy_on_edge): Adjust call to
4419 * tree-streamer-in.c (unpack_ts_base_value_fields): Deal with
4420 TYPE_REVERSE_STORAGE_ORDER and REF_REVERSE_STORAGE_ORDER.
4421 * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
4422 * tree.c (stabilize_reference) <BIT_FIELD_REF>: Propagate the
4423 REF_REVERSE_STORAGE_ORDER flag.
4424 (verify_type_variant): Deal with TYPE_REVERSE_STORAGE_ORDER.
4425 (gimple_canonical_types_compatible_p): Likewise.
4426 * tree.h (TYPE_REVERSE_STORAGE_ORDER): New flag.
4427 (TYPE_SATURATING): Adjust.
4428 (REF_REVERSE_STORAGE_ORDER): New flag.
4429 (reverse_storage_order_for_component_p): New inline predicate.
4430 (storage_order_barrier_p): Likewise.
4431 (get_inner_reference): Adjust prototype.
4432 * varasm.c: Include expmed.h.
4433 (assemble_variable_contents): Adjust call to output_constant.
4434 (assemble_real): Add REVERSE parameter. Flip the storage
4435 order of the value if REVERSE is true.
4436 (compare_constant) <CONSTRUCTOR>: Compare TYPE_REVERSE_STORAGE_ORDER.
4437 (assemble_constant_contents): Adjust call to output_constant.
4438 (output_constant_pool_2): Adjust call to assemble_real.
4439 (initializer_constant_valid_p_1) <CONSTRUCTOR>: Deal with
4440 TYPE_REVERSE_STORAGE_ORDER.
4441 (initializer_constant_valid_p): Add REVERSE parameter.
4442 (output_constant): Add REVERSE parameter.
4443 <INTEGER_TYPE>: Flip the storage order of the value if REVERSE is true.
4444 <REAL_TYPE>: Adjust call to assemble_real.
4445 <COMPLEX_TYPE>: Pass it to recursive calls.
4446 <ARRAY_TYPE>: Likewise. Adjust call to output_constructor.
4447 <RECORD_TYPE>: Likewise. Adjust call to output_constructor.
4448 (struct oc_local_state): Add REVERSE field.
4449 (output_constructor_array_range): Adjust calls to output_constant.
4450 (output_constructor_regular_field): Likewise.
4451 (output_constructor_bitfield): Adjust call to output_constructor.
4452 Flip the storage order of the value if REVERSE is true.
4453 (output_constructor): Add REVERSE parameter. Set it to true for an
4454 aggregate type with TYPE_REVERSE_STORAGE_ORDER. Adjust call to
4455 output_constructor_bitfield.
4456 * varasm.h (initializer_constant_valid_p): Default REVERSE to false.
4457 * asan.c (instrument_derefs): Adjust call to get_inner_reference.
4458 * builtins.c (get_object_alignment_2): Likewise.
4459 * cfgexpand.c (expand_debug_expr): Adjust call to get_inner_reference
4460 and get_ref_base_and_extent.
4461 * dbxout.c (dbxout_expand_expr): Likewise.
4462 * dwarf2out.c (add_var_loc_to_decl): Likewise.
4463 (loc_list_for_address_of_addr_expr_of_indirect_ref): Likewise.
4464 (loc_list_from_tree): Likewise.
4465 (fortran_common): Likewise.
4466 * gimple-fold.c (gimple_fold_builtin_memory_op): Adjust calls to
4467 get_ref_base_and_extent.
4468 (get_base_constructor): Likewise.
4469 (fold_const_aggregate_ref_1): Likewise.
4470 * gimple-laddress.c (pass_laddress::execute): Adjust call to
4471 get_inner_reference.
4472 * gimple-ssa-strength-reduction.c (slsr_process_ref): Adjust call to
4473 get_inner_reference and bail out on reverse storage order.
4474 * ifcvt.c (noce_emit_move_insn): Adjust calls to store_bit_field.
4475 * ipa-cp.c (ipa_get_jf_ancestor_result): Adjust call to
4476 build_ref_for_offset.
4477 * ipa-polymorphic-call.c (set_by_invariant): Adjust call to
4478 get_ref_base_and_extent.
4479 (ipa_polymorphic_call_context): Likewise.
4480 (extr_type_from_vtbl_ptr_store): Likewise.
4481 (check_stmt_for_type_change): Likewise.
4482 (get_dynamic_type): Likewise.
4483 * ipa-prop.c (ipa_load_from_parm_agg_1): Adjust call to
4484 get_ref_base_and_extent.
4485 (compute_complex_assign_jump_func): Likewise.
4486 (get_ancestor_addr_info): Likewise.
4487 (compute_known_type_jump_func): Likewise.
4488 (determine_known_aggregate_parts): Likewise.
4489 (ipa_get_adjustment_candidate): Likewise.
4490 (ipa_modify_call_arguments): Set REF_REVERSE_STORAGE_ORDER on MEM_REF.
4491 * ipa-prop.h (ipa_parm_adjustment): Add REVERSE field.
4492 (build_ref_for_offset): Adjust prototype.
4493 * simplify-rtx.c (delegitimize_mem_from_attrs): Adjust call to
4494 get_inner_reference.
4495 * tree-affine.c (tree_to_aff_combination): Adjust call to
4496 get_inner_reference.
4497 (get_inner_reference_aff): Likewise.
4498 * tree-data-ref.c (split_constant_offset_1): Likewise.
4499 (dr_analyze_innermost): Likewise. Bail out if reverse storage order.
4500 * tree-scalar-evolution.c (interpret_rhs_expr): Adjust call to
4501 get_inner_reference.
4502 * tree-sra.c (struct access): Add REVERSE and move WRITE around.
4503 (dump_access): Print new fields.
4504 (create_access): Adjust call to get_ref_base_and_extent and set the
4505 REVERSE flag according to the result.
4506 (completely_scalarize_record): Set the REVERSE flag.
4507 (scalarize_elem): Add REVERSE parameter.
4508 (build_access_from_expr_1): Preserve storage order barriers.
4509 (build_accesses_from_assign): Likewise.
4510 (build_ref_for_offset): Add REVERSE parameter and set the
4511 REF_REVERSE_STORAGE_ORDER flag accordingly.
4512 (build_ref_for_model): Adjust call to build_ref_for_offset and clear
4513 the REF_REVERSE_STORAGE_ORDER flag if there are components.
4514 (analyze_access_subtree): Likewise.
4515 (create_artificial_child_access): Set the REVERSE flag.
4516 (get_access_for_expr): Adjust call to get_ref_base_and_extent.
4517 (turn_representatives_into_adjustments): Propagate REVERSE flag.
4518 (ipa_sra_check_caller): Adjust call to get_inner_reference.
4519 * tree-ssa-alias.c (ao_ref_base): Adjust call to
4520 get_ref_base_and_extent.
4521 (aliasing_component_refs_p): Likewise.
4522 (stmt_kills_ref_p_1): Likewise.
4523 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
4524 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <MEM_REF>: New.
4525 Return true if reverse storage order.
4526 <BIT_FIELD_REF>: Likewise.
4527 <COMPONENT_REF>: Likewise.
4528 <ARRAY_REF>: Likewise.
4529 <ARRAY_RANGE_REF>: Likewise.
4530 (split_address_cost): Likewise. Bail out if reverse storage order.
4531 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Adjust call to
4532 get_inner_reference. Bail out if reverse storage order.
4533 (bswap_replace): Adjust call to get_inner_reference.
4534 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <MEM_REF>: Set
4535 the REF_REVERSE_STORAGE_ORDER flag.
4536 <BIT_FIELD_REF>: Likewise.
4537 * tree-ssa-sccvn.c (vn_reference_eq): Return false on storage order
4539 (copy_reference_ops_from_ref) <MEM_REF>: Set REVERSE field according
4540 to the REF_REVERSE_STORAGE_ORDER flag.
4541 <BIT_FIELD_REF>: Likewise.
4542 <VIEW_CONVERT_EXPR>: Set it for storage order barriers.
4543 (contains_storage_order_barrier_p): New predicate.
4544 (vn_reference_lookup_3): Adjust calls to get_ref_base_and_extent.
4545 Punt on storage order barriers if necessary.
4546 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add REVERSE.
4547 * tree-ssa-structalias.c (get_constraint_for_component_ref): Adjust
4548 call to get_ref_base_and_extent.
4549 (do_structure_copy): Likewise.
4550 * tree-vect-data-refs.c (vect_check_gather): Adjust call to
4551 get_inner_reference.
4552 (vect_analyze_data_refs): Likewise. Bail out if reverse storage order.
4553 * tsan.c (instrument_expr): Adjust call to get_inner_reference.
4554 * ubsan.c (instrument_bool_enum_load): Likewise.
4555 (instrument_object_size): Likewise.
4556 * var-tracking.c (track_expr_p): Adjust call to
4557 get_ref_base_and_extent.
4558 * config/mips/mips.c (r10k_safe_mem_expr_p): Adjust call to
4559 get_inner_reference.
4560 * config/s390/s390.c (s390_expand_atomic): Adjust call to
4562 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Adjust call to
4564 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
4566 2015-11-07 Eric Botcazou <ebotcazou@adacore.com>
4568 * config/sparc/sparc.opt (mfix-at697f): Add final period.
4570 2015-11-07 Segher Boessenkool <segher@kernel.crashing.org>
4572 PR rtl-optimization/67864
4573 * common/config/i386/i386-common.c (ix86_option_optimization_table)
4574 <OPT_freorder_blocks_algorithm_>: Use REORDER_BLOCKS_ALGORITHM_STC
4577 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4579 * trans-mem.c (is_tm_pure_call): Use gimple_call_flags for
4582 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4584 * builtins.def: #undef DEF_BUILTIN and DEF_BUILTIN_CHKP
4585 * builtins.c, genmatch.c, tree-core.h: Don't undef them here.
4587 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4589 * internal-fn.def: #undef DEF_INTERNAL_FN at the end.
4590 * internal-fn.c: Don't undef it here.
4591 * tree-core.h: Likewise.
4593 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4595 * builtins.c (fold_builtin_nan): Delete.
4596 (fold_builtin_memcmp): Remove case where both arguments are constant.
4597 (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
4598 (fold_builtin_strspn, fold_builtin_strcspn): Likewise.
4599 (fold_builtin_1): Remove BUILT_IN_NAN* handling.
4600 * fold-const-call.c: Include fold-const.h.
4601 (host_size_t_cst_p): New function.
4602 (build_cmp_result, fold_const_builtin_nan): Likewise.
4603 (fold_const_call_1): New function, split out from...
4604 (fold_const_call): ...here (for all three interfaces). Handle
4605 constant nan, nans, strlen, strcmp, strncmp, strspn and strcspn.
4607 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4609 * builtins.c (fold_builtin_bitop, fold_builtin_bswap): Delete.
4610 (fold_builtin_1): Don't call them.
4611 * fold-const-call.c: Include tm.h.
4612 (fold_const_call_ss): New variant for integer-to-integer folds.
4613 (fold_const_call): Call it.
4615 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4617 * builtins.c (fold_builtin_classify): Move constant cases to...
4618 * fold-const-call.c (fold_const_call_ss): ...here.
4620 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4622 * builtins.h (c_getstr): Move to...
4623 * fold-const.h (c_getstr): ...here.
4624 * builtins.c (c_getstr): Move to...
4625 * fold-const.c (c_getstr): ...here.
4627 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4629 * builtins.def (BUILTIN_RINT, BUILTIN_RINTF, BUILTIN_RINTL): Use
4630 ATTR_MATHFN_FPROUNDING rather than ATTR_MATHFN_FPROUNDING_ERRNO.
4632 2015-11-07 Richard Sandiford <richard.sandiford@arm.com>
4634 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Try to update
4635 the dominance info; free it if we can't.
4636 (pass_call_cdce::execute): Don't free the dominance info here.
4638 2015-11-06 Jeff Law <law@redhat.com>
4640 * tree-ssa-threadedge.c (dummy_simplify): Remove.
4641 (thread_around_empty_blocks): Remove backedge_seen_p argument.
4642 If we thread to a backedge, then return false. Update recursive
4643 call to eliminate backedge_seen_p argument.
4644 (thread_through_normal_block): Remove backedge_seen_p argument.
4645 Remove backedge_seen_p argument from calls to
4646 thread_around_empty_blocks. Remove checks on backedge_seen_p.
4647 If we thread to a backedge, then return 0.
4648 (thread_across_edge): Remove bookkeeping for backedge_seen. Don't
4649 pass it to thread_through_normal_block or thread_through_empty_blocks.
4650 For joiner handling, if we see a backedge, do not try normal
4653 2015-11-06 Abderrazek Zaafrani <a.zaafrani@samsung.com>
4655 * graphite-optimize-isl.c (optimize_isl): Call isl_union_map_is_equal.
4656 * graphite-poly.c (new_scop): Initialize original_schedule.
4657 (free_scop): Free original_schedule.
4658 * graphite-poly.h (struct scop): Add field original_schedule.
4659 * graphite-sese-to-poly.c (build_scop_original_schedule): New.
4660 (build_poly_scop): Call build_scop_original_schedule.
4662 2015-11-06 Abderrazek Zaafrani <a.zaafrani@samsung.com>
4664 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
4665 (build_pbb_minimal_scattering_polyhedrons): New.
4666 (build_scop_scattering): Remove.
4667 (build_scop_minimal_scattering): New.
4668 (build_scop_scattering): Call build_pbb_minimal_scattering_polyhedrons.
4669 (build_poly_scop): Call build_scop_minimal_scattering.
4671 2015-11-06 Jeff Law <law@redhat.com>
4673 * cfg-flags.def (IGNORE): New edge flag.
4674 * tree-vrp.c (identify_jump_threads): Mark and clear edges
4675 scheduled for removal with EDGE_IGNORE around call into
4676 jump threader. Do no thread across edges with EDGE_IGNORE,
4677 but do allow threading across those with EDGE_DFS_BACK.
4679 2015-11-06 David Wohlferd <dw@LimeGreenSocks.com>
4681 * doc/md.texi (multi-alternative constraints): Don't document
4682 alternatives inherently tied to reload for the user documentation.
4684 2015-11-06 Michael Collison <michael.collison@linaro.org>
4685 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4688 2015-08-01 Michael Collison <michael.collison@linaro.org
4689 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4691 * config/arm/arm.md (*arm_smin_cmp): New pattern.
4692 (*arm_umin_cmp): Likewise.
4694 2015-11-06 Jakub Jelinek <jakub@redhat.com>
4696 * gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.
4697 * omp-low.c (check_omp_nesting_restrictions): Update for the
4698 various new OpenMP 4.5 nesting restrictions, clarified
4699 nesting glossary, closely nested region relationship clarified
4700 to mean explicit or implicit parallel regions (target/teams),
4701 use %</%> or %qs where appropriate.
4703 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
4704 Sebastian Pop <s.pop@samsung.com>
4706 * graphite-scop-detection.c (loop_is_valid_scop): Call
4707 optimize_loop_nest_for_speed_p.
4709 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
4710 Sebastian Pop <s.pop@samsung.com>
4712 * graphite-optimize-isl.c (optimize_isl): Call
4713 isl_options_set_schedule_maximize_band_depth.
4715 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
4716 Sebastian Pop <s.pop@samsung.com>
4718 * graphite-scop-detection.c (scop_detection::merge_sese): Entry
4719 and exit edges should not be a part of irreducible loop.
4720 (scop_detection::can_represent_loop_1): Loops should not be
4722 (scop_detection::harmful_stmt_in_region): All the basic block
4723 should belong to reducible loops.
4725 2015-11-06 Christophe Lyon <christophe.lyon@linaro.org>
4727 * config/aarch64/aarch64-simd-builtins.def: Update builtins
4728 tables: add tbl3v16qi, qtbl[34]*, tbx4v16qi, qtbx[34]*.
4729 * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): Rename to...
4730 (aarch64_tbl3<mode>) ... this, which supports v16qi too.
4731 (aarch64_tbx4v8qi): Rename to...
4732 aarch64_tbx4<mode>): ... this.
4733 (aarch64_qtbl3<mode>): New pattern.
4734 (aarch64_qtbx3<mode>): New pattern.
4735 (aarch64_qtbl4<mode>): New pattern.
4736 (aarch64_qtbx4<mode>): New pattern.
4737 * config/aarch64/arm_neon.h (vqtbl2_s8, vqtbl2_u8, vqtbl2_p8)
4738 (vqtbl2q_s8, vqtbl2q_u8, vqtbl2q_p8, vqtbl3_s8, vqtbl3_u8)
4739 (vqtbl3_p8, vqtbl3q_s8, vqtbl3q_u8, vqtbl3q_p8, vqtbl4_s8)
4740 (vqtbl4_u8, vqtbl4_p8, vqtbl4q_s8, vqtbl4q_u8, vqtbl4q_p8)
4741 (vqtbx2_s8, vqtbx2_u8, vqtbx2_p8, vqtbx2q_s8, vqtbx2q_u8)
4742 (vqtbx2q_p8, vqtbx3_s8, vqtbx3_u8, vqtbx3_p8, vqtbx3q_s8)
4743 (vqtbx3q_u8, vqtbx3q_p8, vqtbx4_s8, vqtbx4_u8, vqtbx4_p8)
4744 (vqtbx4q_s8, vqtbx4q_u8, vqtbx4q_p8): Rewrite using builtin
4747 2015-11-06 Mike Stump <mikestump@comcast.net>
4750 * dwarf2out.c (get_full_len): Return a value based upon the actual
4751 precision needed for the value.
4752 (add_const_value_attribute): Use a maximal wide-int for
4753 CONST_WIDE_INTs, not VOIDmode.
4754 (output_die): Don't ever output NULL with printf.
4756 * rtl.h (get_precision of rtx_mode_t): Ensure we never process
4757 BLKmode nor VOIDmode values.
4759 2015-11-06 David Malcolm <dmalcolm@redhat.com>
4761 * diagnostic-color.c (color_dict): Eliminate "caret"; add "range1"
4763 (parse_gcc_colors): Update comment to describe default GCC_COLORS.
4764 * diagnostic-core.h (warning_at_rich_loc): New declaration.
4765 (error_at_rich_loc): New declaration.
4766 (permerror_at_rich_loc): New declaration.
4767 (inform_at_rich_loc): New declaration.
4768 * diagnostic-show-locus.c (adjust_line): Delete.
4769 (struct point_state): New struct.
4770 (class colorizer): New class.
4771 (class layout_point): New class.
4772 (class layout_range): New class.
4773 (struct line_bounds): New.
4774 (class layout): New class.
4775 (colorizer::colorizer): New ctor.
4776 (colorizer::~colorizer): New dtor.
4777 (layout::layout): New ctor.
4778 (layout::print_source_line): New method.
4779 (layout::print_annotation_line): New method.
4780 (layout::get_state_at_point): New method.
4781 (layout::get_x_bound_for_row): New method.
4782 (diagnostic_show_locus): Reimplement in terms of class layout.
4783 (diagnostic_print_caret_line): Delete.
4784 * diagnostic.c (diagnostic_initialize): Replace
4785 MAX_LOCATIONS_PER_MESSAGE with rich_location::MAX_RANGES.
4786 (diagnostic_set_info_translated): Convert param from location_t
4787 to rich_location *. Eliminate calls to set_location on the
4788 message in favor of storing the rich_location ptr there.
4789 (diagnostic_set_info): Convert param from location_t to
4791 (diagnostic_build_prefix): Break out array into...
4792 (diagnostic_kind_color): New variable.
4793 (diagnostic_get_color_for_kind): New function.
4794 (diagnostic_report_diagnostic): Colorize the option_text
4795 using the color for the severity.
4796 (diagnostic_append_note): Update for change in signature of
4797 diagnostic_set_info.
4798 (diagnostic_append_note_at_rich_loc): New function.
4799 (emit_diagnostic): Update for change in signature of
4800 diagnostic_set_info.
4802 (inform_at_rich_loc): New function.
4803 (inform_n): Update for change in signature of diagnostic_set_info.
4804 (warning): Likewise.
4805 (warning_at): Likewise.
4806 (warning_at_rich_loc): New function.
4807 (warning_n): Update for change in signature of diagnostic_set_info.
4808 (pedwarn): Likewise.
4809 (permerror): Likewise.
4810 (permerror_at_rich_loc): New function.
4811 (error): Update for change in signature of diagnostic_set_info.
4812 (error_n): Likewise.
4813 (error_at): Likewise.
4814 (error_at_rich_loc): New function.
4815 (sorry): Update for change in signature of diagnostic_set_info.
4816 (fatal_error): Likewise.
4817 (internal_error): Likewise.
4818 (internal_error_no_backtrace): Likewise.
4819 (source_range::debug): New function.
4820 * diagnostic.h (struct diagnostic_info): Eliminate field
4821 "override_column". Add field "richloc".
4822 (struct diagnostic_context): Add field "colorize_source_p".
4823 (diagnostic_override_column): Delete.
4824 (diagnostic_set_info): Convert param from location_t to
4826 (diagnostic_set_info_translated): Likewise.
4827 (diagnostic_append_note_at_rich_loc): New function.
4828 (diagnostic_num_locations): New function.
4829 (diagnostic_expand_location): Get the location from the
4831 (diagnostic_print_caret_line): Delete.
4832 (diagnostic_get_color_for_kind): New declaration.
4833 * genmatch.c (linemap_client_expand_location_to_spelling_point): New.
4834 (error_cb): Update for change in signature of "error" callback.
4835 (fatal_at): Likewise.
4836 (warning_at): Likewise.
4837 * input.c (linemap_client_expand_location_to_spelling_point): New.
4838 * pretty-print.c (text_info::set_range): New method.
4839 (text_info::get_location): New method.
4840 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): Eliminate this macro.
4841 (struct text_info): Eliminate "locations" array in favor of
4842 "m_richloc", a rich_location *.
4843 (textinfo::set_location): Add a "caret_p" param, and reimplement
4844 in terms of a call to set_range.
4845 (textinfo::get_location): Eliminate inline implementation in favor of
4846 an out-of-line reimplementation.
4847 (textinfo::set_range): New method.
4848 * rtl-error.c (diagnostic_for_asm): Update for change in signature
4849 of diagnostic_set_info.
4850 * tree-diagnostic.c (default_tree_printer): Update for new
4851 "caret_p" param for textinfo::set_location.
4852 * tree-pretty-print.c (percent_K_format): Likewise.
4854 2015-11-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4857 2015-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4858 * config/aarch64/aarch64.c
4859 (aarch64_can_use_per_function_literal_pools_p): New.
4860 (aarch64_use_blocks_for_constant_p): Adjust declaration
4861 and use aarch64_can_use_function_literal_pools_p.
4862 (aarch64_select_rtx_section): Update.
4864 2015-11-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4866 * config/arm/arm-ldmstm.ml: Rewrite to generate unified asm templates.
4867 * config/arm/arm.c (arm_asm_trampoline_template): Make unified asm safe.
4868 (arm_output_multireg_pop): Likewise.
4869 (output_move_double): Likewise.
4870 (output_move_quad): Likewise.
4871 (output_return_instruction): Likewise.
4872 (arm_print_operand): Remove support for %( and %. print modifiers.
4873 (arm_output_shift): Make unified asm.
4874 (arm_declare_function_name): Likewise.
4875 * config/arm/arm.h (TARGET_UNIFIED_ASM): Delete.
4876 (ASM_APP_OFF): Adjust.
4877 (ASM_OUTPUT_REG_PUSH): Undo special casing for TARGET_ARM.
4878 (ASM_OUTPUT_REG_POP): Likewise.
4879 * config/arm/arm.md: Adjust uses of %., %(, %)
4880 * config/arm/sync.md: Likewise.
4881 * config/arm/thumb2.md: Likewise.
4882 * config/arm/ldmstm.md: Regenerate.
4883 * config/arm/arm.opt (masm-unified-syntax): Do not special case Thumb.
4884 * doc/invoke.texi (masm-unified-syntax): Update documentation.
4886 2015-11-06 David Malcolm <dmalcolm@redhat.com>
4888 * input.c (dump_line_table_statistics): Dump stats on adhoc table.
4890 2015-11-07 Jan Hubicka <hubicka@ucw.cz>
4892 * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and
4893 add OEP_MATCH_SIDE_EFFECTS.
4894 * fold-const.c (operand_equal_p): Update documentation; handle
4895 OEP_MATCH_SIDE_EFFECTS.
4896 * tree-ssa-tail-merge.c (gimple_operand_equal_value_p): Use
4897 OEP_MATCH_SIDE_EFFECTS.
4899 2015-11-06 Benedikt Huber <benedikt.huber@theobroma-systems.com>
4900 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
4902 * config/aarch64/aarch64-builtins.c: Builtins for rsqrt and rsqrtf.
4903 * config/aarch64/aarch64-protos.h: Declare.
4904 * config/aarch64/aarch64-simd.md: Matching expressions for frsqrte and
4906 * config/aarch64/aarch64-tuning-flags.def: Added recip_sqrt.
4907 * config/aarch64/aarch64.c: New functions. Emit rsqrt estimation
4908 code when applicable.
4909 * config/aarch64/aarch64.md: Added enum entries.
4910 * config/aarch64/aarch64.opt: Added option -mlow-precision-recip-sqrt.
4912 2015-11-07 Jan Hubicka <hubicka@ucw.cz>
4916 * ipa-polymorphic-call.c
4917 (ipa_polymorphic_call_context::restrict_to_inner_type): Fix ordering
4918 issue when offset is out of range.
4919 (contains_type_p): Fix out of range check, clear dynamic flag.
4921 2015-11-06 Arnout Vandecappelle <arnout@mind.be>
4923 * config.gcc (e6500): Fix cpu_is_64bit typo.
4925 2015-11-06 Alan Lawrence <alan.lawrence@arm.com>
4927 * tree-sra.c (completely_scalarize): Properly handle negative array
4928 indices using offset_int.
4930 2015-11-06 Richard Biener <rguenther@suse.de>
4932 * alloc-pool.h (object_allocator::allocate): Default-initialize
4935 2015-11-06 Richard Biener <rguenther@suse.de>
4937 * tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
4938 * lra.c (init_reg_info): Truncate copy_vec instead of
4939 re-allocating a new one and leaking the old.
4940 * ipa-inline-analysis.c (estimate_function_body_sizes): Free
4942 * sched-deps.c (sched_deps_finish): Free the dn/dl pools.
4943 * postreload-gcse.c (free_mem): Free modify_mem_list and
4944 canon_modify_mem_list.
4946 2015-11-06 Ilya Enkovich <enkovich.gnu@gmail.com>
4948 PR tree-optimization/68145
4949 * tree-vect-stmts.c (vectorizable_operation): Fix
4950 determination for booleans.
4952 2015-11-06 Tom de Vries <tom@codesourcery.com>
4954 * tree-cfg.c (gimple_split_block_before_cond_jump): Split before
4955 cond_jump, instead of split after last nondebug insn before cond_jump.
4956 * tree-parloops.c (transform_to_exit_first_loop_alt): Verify ssa before
4959 2015-11-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4962 * config/arm/aarch-common.c (aarch_accumulator_forwarding): Strip
4963 subregs from accumulator and make sure it's a register.
4965 2015-11-06 Simon Dardis <simon.dardis@imgtec.com>
4967 * config/mips/loongson.md (vec_loongson_extract_lo_<mode>): New, extract
4969 (reduc_uplus_<mode>): Remove.
4970 (reduc_plus_scal_<mode>): Rename from reduc_splus_<mode>, Use vec
4971 loongson_extract_lo_<mode>.
4972 (reduc_smax_scal_<mode>, reduc_smin_scal_<mode>): Rename from
4973 reduc_smax_<mode>, reduc_smax_<mode>, use vec
4974 loongson_extract_lo_<mode>.
4975 (reduc_umax_scal_<mode>, reduc_umin_scal_<mode>): Rename.
4977 2015-11-06 Richard Biener <rguenther@suse.de>
4979 * tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end
4981 (vect_stmt_in_region_p): Declare.
4982 * tree-vect-slp.c (new_bb_vec_info): Work on a region.
4983 (destroy_bb_vec_info): Likewise.
4984 (vect_bb_slp_scalar_cost): Use vect_stmt_in_region_p.
4985 (vect_get_and_check_slp_defs): Likewise.
4986 (vect_slp_analyze_bb_1): Refactor to make it work on sub-BBs.
4987 (vect_slp_bb): Likewise.
4988 * tree-vect-patterns.c (vect_same_loop_or_bb_p): Implement
4989 in terms of vect_stmt_in_region_p.
4990 (vect_pattern_recog): Iterate over the BB region.
4991 * tree-vect-stmts.c (vect_is_simple_use): Use vect_stmt_in_region_p.
4992 * tree-vectorizer.c (vect_stmt_in_region_p): New function.
4993 (pass_slp_vectorize::execute): Initialize all stmt UIDs to -1.
4994 * config/i386/i386.c: Include gimple-iterator.h.
4995 * config/aarch64/aarch64.c: Likewise.
4997 2015-11-06 Alexandre Oliva <aoliva@redhat.com>
4999 PR rtl-optimization/67753
5000 PR rtl-optimization/64164
5001 * function.c (assign_parm_setup_block): Avoid allocating a
5002 stack slot if we don't have an ABI-reserved one. Emit the
5003 copy to target_reg in the conversion seq if the copy from
5004 entry_parm is in it too. Don't use the conversion seq to copy
5005 a PARALLEL to a REG or a CONCAT.
5007 2015-11-06 Richard Biener <rguenther@suse.de>
5009 * tree-hash-traits.h (tree_operand_hash): Provide equal, not
5012 2015-11-05 Cesar Philippidis <cesar@codesourcery.com>
5013 Thomas Schwinge <thomas@codesourcery.com>
5014 James Norris <jnorris@codesourcery.com>
5017 * gimplify.c (gimplify_scan_omp_clauses): Add support for
5018 OMP_CLAUSE_TILE. Update handling of OMP_CLAUSE_INDEPENDENT.
5019 (gimplify_adjust_omp_clauses): Likewise.
5020 * omp-low.c (scan_sharing_clauses): Add support for OMP_CLAUSE_TILE.
5021 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_TILE.
5022 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_TILE.
5023 * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE.
5024 (omp_clause_code_name): Likewise.
5025 (walk_tree_1): Handle OMP_CLAUSE_TILE.
5026 * tree.h (OMP_TILE_LIST): New macro.
5028 2015-11-05 Martin Sebor <msebor@redhat.com>
5031 * doc/invoke.texi (-Wplacement-new): Document new option.
5033 2015-11-05 Alan Lawrence <alan.lawrence@arm.com>
5035 PR tree-optimization/65963
5036 * tree-scalar-evolution.c (interpret_rhs_expr): Try to handle
5037 LSHIFT_EXPRs as equivalent unsigned MULT_EXPRs.
5039 2015-11-05 James Greenhalgh <james.greenhalgh@arm.com>
5041 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): New.
5042 (noce_convert_multiple_sets): Likewise.
5043 (noce_process_if_block): Call them.
5045 2015-11-05 Nathan Sidwell <nathan@codesourcery.com>
5047 * gimple-fold.c: Include omp-low.h.
5048 (fold_internal_goacc_dim): New.
5049 (gimple_fold_call): Call it.
5051 2015-11-05 Jakub Jelinek <jakub@redhat.com>
5052 Ilya Verbin <ilya.verbin@intel.com>
5055 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR): Remove.
5056 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): New.
5057 * cgraph.h (enum cgraph_simd_clone_arg_type): Add
5058 SIMD_CLONE_ARG_TYPE_LINEAR_REF_VARIABLE_STEP,
5059 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP and
5060 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP.
5061 (struct cgraph_simd_clone_arg): Adjust comment.
5062 * omp-builtins.def (BUILT_IN_GOMP_TARGET): Rename GOMP_target_41
5063 to GOMP_target_ext. Add num_teams and thread_limit arguments.
5064 (BUILT_IN_GOMP_TARGET_DATA): Rename GOMP_target_data_41
5065 to GOMP_target_data_ext.
5066 (BUILT_IN_GOMP_TARGET_UPDATE): Rename GOMP_target_update_41
5067 to GOMP_target_update_ext.
5068 (BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_START,
5069 BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_START,
5070 BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_NEXT,
5071 BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_NEXT,
5072 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_START,
5073 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_START,
5074 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_NEXT,
5075 BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_NEXT,
5076 BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_DYNAMIC,
5077 BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_GUIDED): New built-ins.
5078 * tree-core.h (enum omp_clause_schedule_kind): Add
5079 OMP_CLAUSE_SCHEDULE_MASK, OMP_CLAUSE_SCHEDULE_MONOTONIC,
5080 OMP_CLAUSE_SCHEDULE_NONMONOTONIC and change
5081 OMP_CLAUSE_SCHEDULE_LAST value.
5082 * tree.def (OMP_SIMD, CILK_SIMD, CILK_FOR, OMP_DISTRIBUTE,
5083 OMP_TASKLOOP, OACC_LOOP): Add OMP_FOR_ORIG_DECLS argument.
5084 * tree.h (OMP_FOR_ORIG_DECLS): Use OMP_LOOP_CHECK instead of
5085 OMP_FOR_CHECK. Remove comment.
5086 * tree-pretty-print.c (dump_omp_clause): Handle
5087 GOMP_MAP_FIRSTPRIVATE_REFERENCE and GOMP_MAP_ALWAYS_POINTER.
5088 Simplify. Print schedule clause modifiers.
5089 * tree-vect-stmts.c (vectorizable_simd_clone_call): Add
5090 SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_VARIABLE_STEP
5092 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_ALWAYS_TO.
5093 (omp_default_clause): Tweak for
5094 private/firstprivate/is_device_ptr variables on target
5095 construct and use_device_ptr on target data.
5096 (omp_check_private): Likewise.
5097 (omp_notice_variable): For references check whether what it refers
5098 to has mappable type, rather than the reference itself.
5099 (omp_is_private): Diagnose linear iteration variables on non-simd
5101 (omp_no_lastprivate): Return true only for Fortran.
5102 (gimplify_scan_omp_clauses): Or in GOVD_MAP_ALWAYS_TO for
5103 GOMP_MAP_ALWAYS_TO or GOMP_MAP_ALWAYS_TOFROM kinds.
5104 Add support for GOMP_MAP_FIRSTPRIVATE_REFERENCE and
5105 GOMP_MAP_ALWAYS_POINTER, remove old handling of structure element
5106 based array sections. Use GOMP_MAP_ALWAYS_P. Fix up handling of
5107 lastprivate and linear when combined with distribute. Gimplify
5108 variable low-bound for array reduction. Look through
5109 POINTER_PLUS_EXPR when looking for ADDR_EXPR for array section
5111 (gimplify_adjust_omp_clauses_1): For implicit references to
5112 variables with reference type and when not ref to scalar or
5113 ref to pointer, map what they refer to using tofrom and
5114 use GOMP_MAP_FIRSTPRIVATE_REFERENCE for the reference.
5115 (gimplify_adjust_omp_clauses): Remove GOMP_MAP_ALWAYS_POINTER
5116 from target exit data. Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE.
5117 Drop OMP_CLAUSE_MAP_PRIVATE support. Use GOMP_MAP_ALWAYS_P.
5118 Diagnose the same var on both firstprivate and lastprivate on
5119 distribute construct.
5120 (gimplify_omp_for): Fix up handling of predetermined
5121 lastprivate or linear iter vars when combined with distribute.
5122 (find_omp_teams, computable_teams_clause, optimize_target_teams): New
5124 (gimplify_omp_workshare): Call optimize_target_teams.
5125 * omp-low.c (struct omp_region): Add sched_modifiers field.
5126 (struct omp_for_data): Likewise.
5127 (omp_any_child_fn_dumped): New variable.
5128 (extract_omp_for_data): Fill in sched_modifiers, and mask out
5129 OMP_CLAUSE_SCHEDULE_KIND bits outside of OMP_CLAUSE_SCHEDULE_MASK
5131 (determine_parallel_type): Use only OMP_CLAUSE_SCHEDULE_MASK
5132 bits of OMP_CLAUSE_SCHED_KIND.
5133 (scan_sharing_clauses): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE,
5134 drop OMP_CLAUSE_MAP_PRIVATE support. Look through POINTER_PLUS_EXPR
5135 for array section reductions.
5136 (add_taskreg_looptemp_clauses): Add one extra _looptemp_ clause even
5137 for distribute parallel for, if there are lastprivate clauses on the
5139 (lower_rec_input_clauses): Handle non-zero low-bound on array
5141 (lower_reduction_clauses): Likewise.
5142 (lower_send_clauses): Look through POINTER_PLUS_EXPR
5143 for array section reductions.
5144 (expand_parallel_call): Use nonmonotonic entrypoints for
5145 nonmonotonic: dynamic/guided.
5146 (expand_omp_taskreg): Call assign_assembler_name_if_neeeded on
5147 child_fn if current_function_decl has assembler name set, but child_fn
5148 does not. Dump the header and IL of the child function when not in SSA
5150 (expand_omp_target): Likewise. Pass num_teams and thread_limit
5151 arguments to BUILT_IN_GOMP_TARGET.
5152 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
5153 Initialize the extra _looptemp_ clause to fd->loop.n2.
5154 (expand_omp_for): Use nonmonotonic entrypoints for
5155 nonmonotonic: dynamic/guided. Initialize region->sched_modifiers.
5156 (expand_omp): Clear omp_any_child_fn_dumped. Dump function header
5157 again if we have dumped any child functions.
5158 (lower_omp_for_lastprivate): Determine the right count variable
5159 for distribute simd, or distribute parallel for{, simd}.
5160 (lower_omp_target): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE
5161 and GOMP_MAP_ALWAYS_POINTER. Drop OMP_CLAUSE_MAP_PRIVATE
5163 (simd_clone_clauses_extract): Handle variable step
5164 for references and arguments passed by reference.
5165 (simd_clone_mangle): Mangle ref/uval/val variable steps.
5166 (simd_clone_adjust_argument_types): Handle
5167 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP like
5168 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
5169 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP like
5170 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
5171 (simd_clone_linear_addend): New function.
5172 (simd_clone_adjust): Handle variable step like similarly
5173 to constant step, use simd_clone_linear_addend to determine
5174 the actual step at runtime.
5176 2015-11-05 Nathan Sidwell <nathan@codesourcery.com>
5178 * target.def (goacc.dim_limit): New hook.
5179 * targhooks.h (default_goacc_dim_limit): Declare.
5180 * doc/tm.texi.in (TARGET_GOACC_DIM_LIMIT): Add.
5181 * doc/tm.texi: Rebuilt.
5182 * omp-low.h (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): Declare.
5183 * omp-low.c (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): New.
5184 (default_goacc_dim_limit): New.
5185 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
5186 (nvptx_goacc_dim_limit) New.
5187 (TARGET_GOACC_DIM_LIMIT): Override.
5188 * tree-vrp.c: Include omp-low.h, target.h.
5189 (extract_range_basic): Add handling for IFN_GOACC_DIM_SIZE &
5192 2015-11-05 Ilya Enkovich <enkovich.gnu@gmail.com>
5194 * tree-vect-generic.c (do_compare): Use -1 for true
5195 result instead of 1.
5197 2015-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5199 * config/aarch64/aarch64.c
5200 (aarch64_can_use_per_function_literal_pools_p): New.
5201 (aarch64_use_blocks_for_constant_p): Adjust declaration
5202 and use aarch64_can_use_function_literal_pools_p.
5203 (aarch64_select_rtx_section): Update.
5205 2015-11-05 Ilya Enkovich <enkovich.gnu@gmail.com>
5207 * targhooks.c (default_get_mask_mode): Use BLKmode in
5208 case target doesn't support required vector mode.
5209 * stor-layout.c (layout_type); Check for BLKmode.
5211 2015-11-04 Aditya Kumar <aditya.k7@samsung.com>
5212 Sebastian Pop <s.pop@samsung.com>
5214 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
5215 Remove use of parameter_rename_map.
5217 (copy_internal_parameters): Remove.
5218 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
5219 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
5220 (free_sese_info): Do not free parameter_rename_map.
5221 (set_rename): Do not use parameter_rename_map.
5222 (rename_uses): Update call to set_rename.
5223 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
5224 * sese.h (parameter_rename_map_t): Remove.
5225 (struct sese_info_t): Remove field parameter_rename_map.
5227 2015-11-04 Aditya Kumar <aditya.k7@samsung.com>
5228 Sebastian Pop <s.pop@samsung.com>
5230 * graphite-isl-ast-to-gimple.c: Include tree-cfg.h.
5231 (translate_isl_ast_node_user): Add more dumps: call print_loops_bb.
5232 * graphite-scop-detection.c (dot_all_scops_1): Moved out of
5233 anonymous namespace.
5234 * graphite-sese-to-poly.c (ssa_name_version_typesize): Remove.
5235 (isl_id_for_pbb): Use a buffer of size 10.
5236 (isl_id_for_ssa_name): Same.
5237 * sese.c (set_rename): Add more dumps.
5239 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
5241 * omp-low.c (struct omp_context): Remove reduction_map field.
5242 (lookup_oacc_reduction, maybe_lookup_oacc_reduction): Delete.
5243 (new_omp_context, delete_omp_context, scan_omp_target): Remove
5244 reduction_map handling.
5245 (lower_omp_target): Remove obsolete openacc reduction handling.
5247 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
5249 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add checking.
5251 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
5252 Cesar Philippidis <cesar@codesourcery.com>
5254 * config/nvptx/nvptx.c: Include gimple headers.
5255 (worker_red_size, worker_red_align, worker_red_name,
5256 worker_red_sym): New.
5257 (nvptx_option_override): Initialize worker reduction buffer.
5258 (nvptx_file_end): Write out worker reduction buffer var.
5259 (nvptx_expand_shuffle, nvptx_expand_worker_addr,
5260 nvptx_expand_cmp_swap): New builtin expanders.
5261 (enum nvptx_builtins): New.
5262 (nvptx_builtin_decls): New.
5263 (nvptx_builtin_decl, nvptx_init_builtins, nvptx_expand_builtin): New
5264 (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
5265 (nvptx_get_worker_red_addr, nvptx_generate_vector_shuffle,
5266 nvptx_lockless_update): New helpers.
5267 (nvptx_goacc_reduction_setup, nvptx_goacc_reduction_init,
5268 nvptx_goacc_reduction_fini, nvptx_goacc_reduction_teaddown): New.
5269 (nvptx_goacc_reduction): New.
5270 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN,
5271 TARGET_BUILTIN_DECL): Override.
5272 (TARGET_GOACC_REDUCTION): Override.
5274 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
5275 Cesar Philippidis <cesar@codesourcery.com>
5277 * internal-fn.def (GOACC_REDUCTION): New.
5278 * internal-fn.h (enum ifn_goacc_reduction_kind): New.
5279 * internal-fn.c (expand_GOACC_REDUCTION): New.
5280 * target.def (goacc.reduction): New OpenACC hook.
5281 * targhooks.h (default_goacc_reduction): Declare.
5282 * doc/tm.texi.in: Add TARGET_GOACC_REDUCTION.
5283 * doc/tm.texi: Rebuilt.
5284 * omp-low.c (oacc_get_reduction_array_id, oacc_max_threads,
5285 scan_sharing_clauses): Remove oacc reduction handling here.
5286 (lower_rec_input_clauses): Don't handle OpenACC reductions here.
5287 (oacc_lower_reduction_var_helper): Delete.
5288 (lower_oacc_reductions): New.
5289 (lower_reduction_clauses): Don't handle OpenACC reductions here.
5290 (lower_oacc_head_tail): Call lower_oacc_reductions.
5291 (oacc_gimple_assign, oacc_init_reduction_array,
5292 oacc_initialize_reduction_data, oacc_finalize_reduction_data,
5293 oacc_process_reduction_data): Delete.
5294 (lower_omp_target): Remove old OpenACC reduction handling. Insert
5295 dummy OpenACC gang reduction for reductions at outer level.
5296 (oacc_loop_xform_head_tail): Transform IFN_GOACC_REDUCTION.
5297 (default_goacc_reduction): New.
5298 (execute_oacc_device_lower): Handle IFN_GOACC_REDUCTION.
5300 2015-11-04 Martin Liska <mliska@suse.cz>
5302 * cgraphunit.c (cgraph_node::expand_thunk): Call
5303 allocate_struct_function before init_function_start.
5304 (cgraph_node::expand): Use push_cfun and pop_cfun.
5305 * config/i386/i386.c (ix86_code_end): Call
5306 allocate_struct_function before init_function_start.
5307 * config/rs6000/rs6000.c (rs6000_code_end): Likewise.
5308 * function.c (init_function_start): Move preamble to all
5310 * passes.c (do_per_function_toporder): Use push_cfun and pop_cfun.
5311 (execute_one_pass): Handle newly added TODO_discard_function.
5312 (execute_pass_list_1): Terminate if cfun equals to NULL.
5313 (execute_pass_list): Do not push and pop cfun, expect that
5315 * tree-pass.h (TODO_discard_function): Define.
5317 2015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
5319 * cfganal.c (inverted_post_order_compute): Remove conditional
5320 compilation, use flag_checking.
5321 * config.in: Regenerate.
5322 * configure: Regenerate.
5323 * configure.ac: Remove ENABLE_CHECKING.
5324 * genconditions.c: Do not #undef ENABLE_CHECKING.
5325 * sese.h (bb_in_region): Comment out broken check.
5326 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove
5327 conditional compilation, use flag_checking.
5329 2015-11-04 Tom de Vries <tom@codesourcery.com>
5331 PR tree-optimization/67742
5332 * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type
5334 (push_fields_onto_fieldstack): Handle restrict_pointed_type field.
5335 (create_variable_info_for_1): Add and handle handle_param parameter.
5336 Add restrict handling.
5337 (create_variable_info_for): Call create_variable_info_for_1 with extra
5339 (make_param_constraints): Drop restrict_name parameter. Ignore
5340 vi->only_restrict_pointers.
5341 (intra_create_variable_infos): Call create_variable_info_for_1 with
5342 extra arg. Remove restrict handling. Call make_param_constraints with
5345 2015-11-04 Tom de Vries <tom@codesourcery.com>
5347 * tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
5350 2015-11-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5352 * config/arm/coff.h: Remove.
5354 2015-11-03 Eric Botcazou <ebotcazou@adacore.com>
5356 * gimple-expr.c (useless_type_conversion_p): Reinstate type canonical
5357 check for aggregate types and beef up comment for mode check.
5359 2015-11-03 Richard Biener <rguenther@suse.de>
5361 * tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect
5362 data references here.
5363 * tree-vect-loop.c: Include cgraph.h.
5364 (vect_analyze_loop_2): Collect data references here.
5365 * tree-vect-slp.c (find_bb_location): Inline ...
5366 (vect_slp_bb): ... here. Renamed from vect_slp_analyze_bb.
5367 Factor in vect_slp_transform_bb.
5368 (vect_slp_transform_bb): Removed.
5369 (vect_slp_analyze_bb_1): Collect data references here.
5370 * tree-vectorizer.c (pass_slp_vectorize::execute): Call
5372 * tree-vectorizer.h (vect_slp_bb): Declare.
5373 (vect_slp_analyze_bb): Remove.
5374 (vect_slp_transform_bb): Remove.
5375 (find_bb_location): Remove.
5376 (vect_analyze_data_refs): Remove stmt count reference parameter.
5378 2015-11-03 Evgeny Stupachenko <evstupac@gmail.com>
5380 * multiple_target.c (create_dispatcher_calls): Add target check
5382 (create_target_clone): Change assembler name for versioned declarations.
5384 2015-11-03 Thomas Schwinge <thomas@codesourcery.com>
5385 Chung-Lin Tang <cltang@codesourcery.com>
5387 * builtins.def (DEF_GOMP_BUILTIN): Enable for flag_openacc.
5388 * omp-low.c (check_omp_nesting_restrictions): Allow
5389 GIMPLE_OMP_ATOMIC_LOAD, GIMPLE_OMP_ATOMIC_STORE inside OpenACC
5392 2015-11-03 Bilyan Borisov <bilyan.borisov@arm.com>
5394 * config/aarch64/aarch64-simd-builtins.def (fmulx): New.
5395 * config/aarch64/aarch64-simd.md (aarch64_fmulx<mode>): New.
5396 * config/aarch64/arm_neon.h (vmulx_f32): Rewrite to call fmulx
5398 (vmulxq_f32): Likewise.
5400 (vmulxq_f64): Rewrite to call fmulx builtin.
5401 (vmulxs_f32): Likewise.
5402 (vmulxd_f64): Likewise.
5403 (vmulx_lane_f32): Remove.
5404 * config/aarch64/iterators.md (UNSPEC): Add fmulx.
5406 2015-11-03 Alan Lawrence <alan.lawrence@arm.com>
5408 * config/aarch64/aarch64.md (*movhf_aarch64): Use
5409 aarch64_reg_or_fp_zero for second operand.
5411 2015-11-03 Alexandre Oliva <aoliva@redhat.com>
5413 * gimple-expr.c: Include hash-set.h and rtl.h.
5414 (mark_addressable_queue): New var.
5415 (mark_addressable): Factor actual marking into...
5416 (mark_addressable_1): ... this. Queue it up during expand.
5417 (mark_addressable_2): New.
5418 (flush_mark_addressable_queue): New.
5419 * gimple-expr.h (flush_mark_addressable_queue): Declare.
5420 * cfgexpand.c: Include gimple-expr.h.
5421 (pass_expand::execute): Flush mark_addressable queue.
5423 2015-11-02 Alexandre Oliva <aoliva@redhat.com>
5425 * tree-ssa-ifcombine.c (tree_ssa_ifcombine_bb_1): Factor out
5426 bb_no_side_effects_p tests...
5427 (tree_ssa_ifcombine_bb): ... here.
5429 PR tree-optimization/68083
5430 * tree-ssa-ifcombine.c: Include tree-ssa.h.
5431 (bb_no_side_effects_p): Test for undefined uses too.
5432 * tree-ssa.c (gimple_uses_undefined_value_p): New.
5433 * tree-ssa.h (gimple_uses_undefined_value_p): Declare.
5435 2015-11-02 Jeff Law <law@redhat.com>
5437 * tree-ssa-threadupdate.c (valid_jump_thread_path): Also detect
5438 cases where the loop latch edge is in the middle of an FSM path.
5440 2015-11-03 Tom de Vries <tom@codesourcery.com>
5442 * tree-ssa-structalias.c (make_restrict_var_constraints): Rename to ...
5443 (make_param_constraints): ... this. Add and handle restrict_name
5444 parameter. Handle is_full_var case.
5445 (intra_create_variable_infos): Use make_param_constraints.
5447 2015-11-03 Tom de Vries <tom@codesourcery.com>
5449 * tree-ssa-structalias.c (make_restrict_var_constraints): Replace
5450 make_copy_constraint call with make_constraint_from call.
5452 2015-11-02 Andreas Tobler <andreast@gcc.gnu.org>
5454 * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle
5457 2015-11-02 Richard Sandiford <richard.sandiford@arm.com>
5459 * builtins.h (fold_fma): Move to fold-const-call.h.
5460 * builtins.c: Include fold-const-call.h.
5461 (mathfn_built_in_2): New function, split out from...
5462 (mathfn_built_in_1): ...here.
5463 (do_real_to_int_conversion, fold_const_builtin_pow)
5464 (fold_const_builtin_logb, fold_const_builtin_significand)
5465 (fold_const_builtin_load_exponent, do_mpfr_arg1, do_mpfr_arg2)
5466 (do_mpfr_arg3, do_mpfr_sincos, do_mpfr_bessel_n, do_mpc_arg1): Delete.
5467 (fold_builtin_sincos): Use fold_const_call to handle constants.
5468 (fold_builtin_1, fold_builtin_2, fold_builtin_3): Add explicit
5469 checks for ERROR_MARK. Use fold_const_call to handle constant
5470 folds for math functions.
5471 (fold_fma): Move to fold-const-call.c.
5472 * fold-const.c: Include fold-const-call.h.
5473 * Makefile.in (OBJS): Add fold-const-call.o.
5474 (PLUGIN_HEADERS): Add fold-const-call.h.
5475 * realmpfr.h (real_from_mpfr): Allow the format to be specified
5477 * realmpfr.c (real_from_mpfr): Likewise.
5478 * fold-const-call.h, fold-const-call.c: New files.
5480 2015-11-02 Julian Brown <julian@codesourcery.com>
5482 * config/arm/neon-testgen.ml (emit_epilogue): Remove extraneous
5483 brackets and semicolon.
5485 2015-11-02 Alan Lawrence <alan.lawrence@arm.com>
5488 2015-10-27 Alan Lawrence <alan.lawrence@arm.com>
5490 PR tree-optimization/65963
5491 * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
5492 LSHIFT_EXPRs as equivalent MULT_EXPRs.
5494 2015-11-02 Thomas Schwinge <thomas@codesourcery.com>
5497 * fold-const.c: Include "md5.h".
5499 2015-11-01 Jeff Law <law@redhat.com>
5501 * vmsdbgout.c: Revert unused header file reduction patch.
5503 * config/mcore/mcore.c: Include regs.h.
5505 2015-10-31 Segher Boessenkool <segher@kernel.crashing.org>
5507 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Rewrite.
5509 2015-10-31 Segher Boessenkool <segher@kernel.crashing.org>
5511 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Use the
5512 same condition for testing whether RS6000_PIC_OFFSET_TABLE_REGNUM is
5513 live as for using it elsewhere, for TARGET_MINIMAL_TOC.
5515 2015-10-31 Markus Trippelsdorf <markus@trippelsdorf.de>
5517 * ggc-common.c: Restore needed header for checking=release.
5519 2015-10-31 Tom de Vries <tom@codesourcery.com>
5521 * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding.
5523 2015-10-31 Tom de Vries <tom@codesourcery.com>
5525 * tree-ssa-structalias.c (intra_create_variable_infos): Don't expect
5526 existing varinfo for arguments.
5528 2015-10-31 Tom de Vries <tom@codesourcery.com>
5530 * tree-ssa-structalias.c (ipa_pta_execute): Add extra arg to call to
5531 create_function_info_for. Dump constraints generated during
5532 create_function_info_for. Move intra_create_variable_infos call and
5533 function-return-values-escape bit to ...
5534 (create_function_info_for): ... here, and merge
5535 intra_create_variable_infos call with argument loop. Add and handle
5536 nonlocal_p parameter.
5538 2015-10-31 Tom de Vries <tom@codesourcery.com>
5540 * tree-ssa-structalias.c (create_function_info_for): Make sure prev_vi
5541 updating is alap, and seperated from preceding code. Make sure
5542 insert_vi_for_tree is seperated from surrounding code.
5544 2015-10-31 Tom de Vries <tom@codesourcery.com>
5546 * tree-ssa-structalias.c (ipa_pta_execute): Use make_copy_constraint.
5548 2015-10-30 Jeff Law <law@redhat.com>
5549 Nathan Sidwell <nathan@acm.org>
5551 * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
5553 (MOVE_MAX): Set to 8.
5555 2015-10-30 Cesar Philippidis <cesar@codesourcery.com>
5557 * cgraph.c: Include context.h for offloading.
5558 * varpool.c: Include context.h and omp-low.h.
5560 2015-10-30 Anatoly Sokolov <aesok@post.ru>
5562 * rtl.h (contains_symbol_ref_p): Declare.
5563 (SYMBOL_REF_P): Define.
5564 * rtlanal.c (contains_symbol_ref_p: New function.
5565 * lra-constraints.c (contains_symbol_ref_p): Remove.
5566 * var-tracking.c (contains_symbol_ref): Remove.
5567 (track_expr_p): Use contains_symbol_ref_p instead of
5568 contains_symbol_ref.
5570 2015-10-30 Alan Lawrence <alan.lawrence@arm.com>
5572 * gimple-fold.c (fold_array_ctor_reference): Move searching code to:
5573 * fold-const.c (get_array_ctor_element_at_index): New.
5574 (fold): Remove binary-search through CONSTRUCTOR, call previous.
5576 * fold-const.h (get_array_ctor_element_at_index): New.
5578 2015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
5580 * Makefile.in (OBJS): Add multiple_target.o.
5581 * attrib.c (make_attribute): Moved from config/i386/i386.c
5582 * config/i386/i386.c (make_attribute): Deleted.
5583 * multiple_target.c (create_dispatcher_calls): New.
5584 (get_attr_len): Ditto.
5585 (get_attr_str): Ditto.
5586 (separate_attrs): Ditto.
5587 (is_valid_asm_symbol): Ditto.
5588 (create_new_asm_name): Ditto.
5589 (create_target_clone): Ditto.
5590 (expand_target_clones): Ditto.
5591 (ipa_target_clone): Ditto.
5592 (ipa_dispatcher_calls): Ditto.
5593 * passes.def (pass_target_clone): Two new ipa passes.
5594 * tree-pass.h (make_pass_target_clone): Ditto.
5595 * doc/extend.texi (target_clones): New attribute description.
5597 2015-10-30 Vladimir Makarov <vmakarov@redhat.com>
5599 PR rtl-optimization/68106
5600 * lra-remat.c (input_regno_present_p): Process hard regs
5601 explicitly present in machine description insns.
5602 (call_used_input_regno_present_p): Ditto.
5603 (calculate_gen_cands): Ditto.
5606 2015-10-30 Jim Wilson <jim.wilson@linaro.org>
5608 * config/arm/neon-testgen.ml: Fix comment typo.
5610 2015-10-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5612 * rtlanal.c (reg_set_p): Expand function comment.
5614 2015-10-30 Andrew MacLeod <amacleod@redhat.com>
5616 * alias.c: Remove unused headers.
5618 * attribs.c: Likewise.
5619 * auto-inc-dec.c: Likewise.
5620 * auto-profile.c: Likewise.
5621 * bb-reorder.c: Likewise.
5622 * bitmap.c: Likewise.
5623 * bt-load.c: Likewise.
5624 * builtins.c: Likewise.
5625 * caller-save.c: Likewise.
5626 * calls.c: Likewise.
5629 * cfganal.c: Likewise.
5630 * cfgbuild.c: Likewise.
5631 * cfgcleanup.c: Likewise.
5632 * cfgexpand.c: Likewise.
5633 * cfghooks.c: Likewise.
5634 * cfgloop.c: Likewise.
5635 * cfgloopanal.c: Likewise.
5636 * cfgloopmanip.c: Likewise.
5637 * cfgrtl.c: Likewise.
5638 * cgraph.c: Likewise.
5639 * cgraphbuild.c: Likewise.
5640 * cgraphclones.c: Likewise.
5641 * cgraphunit.c: Likewise.
5642 * cilk-common.c: Likewise.
5643 * combine-stack-adj.c: Likewise.
5644 * combine.c: Likewise.
5645 * compare-elim.c: Likewise.
5646 * convert.c: Likewise.
5647 * coverage.c: Likewise.
5648 * cppbuiltin.c: Likewise.
5649 * cprop.c: Likewise.
5651 * cselib.c: Likewise.
5652 * data-streamer-in.c: Likewise.
5653 * data-streamer-out.c: Likewise.
5654 * data-streamer.c: Likewise.
5655 * dbxout.c: Likewise.
5658 * debug.c: Likewise.
5659 * df-core.c: Likewise.
5660 * df-problems.c: Likewise.
5661 * df-scan.c: Likewise.
5663 * dojump.c: Likewise.
5664 * dominance.c: Likewise.
5665 * domwalk.c: Likewise.
5666 * double-int.c: Likewise.
5668 * dumpfile.c: Likewise.
5669 * dwarf2asm.c: Likewise.
5670 * dwarf2cfi.c: Likewise.
5671 * dwarf2out.c: Likewise.
5672 * emit-rtl.c: Likewise.
5673 * except.c: Likewise.
5674 * explow.c: Likewise.
5675 * expmed.c: Likewise.
5677 * final.c: Likewise.
5678 * fixed-value.c: Likewise.
5679 * fold-const.c: Likewise.
5680 * function.c: Likewise.
5681 * fwprop.c: Likewise.
5683 * generic-match-head.c: Likewise.
5684 * ggc-common.c: Likewise.
5685 * gimple-builder.c: Likewise.
5686 * gimple-expr.c: Likewise.
5687 * gimple-fold.c: Likewise.
5688 * gimple-iterator.c: Likewise.
5689 * gimple-low.c: Likewise.
5690 * gimple-match-head.c: Likewise.
5691 * gimple-pretty-print.c: Likewise.
5692 * gimple-ssa-isolate-paths.c: Likewise.
5693 * gimple-ssa-strength-reduction.c: Likewise.
5694 * gimple-streamer-in.c: Likewise.
5695 * gimple-streamer-out.c: Likewise.
5696 * gimple-walk.c: Likewise.
5697 * gimple.c: Likewise.
5698 * gimplify-me.c: Likewise.
5699 * gimplify.c: Likewise.
5700 * godump.c: Likewise.
5701 * graph.c: Likewise.
5702 * graphds.c: Likewise.
5703 * haifa-sched.c: Likewise.
5704 * hw-doloop.c: Likewise.
5705 * ifcvt.c: Likewise.
5706 * init-regs.c: Likewise.
5707 * internal-fn.c: Likewise.
5708 * ipa-chkp.c: Likewise.
5709 * ipa-comdats.c: Likewise.
5710 * ipa-cp.c: Likewise.
5711 * ipa-devirt.c: Likewise.
5712 * ipa-icf-gimple.c: Likewise.
5713 * ipa-icf.c: Likewise.
5714 * ipa-inline-analysis.c: Likewise.
5715 * ipa-inline-transform.c: Likewise.
5716 * ipa-inline.c: Likewise.
5717 * ipa-polymorphic-call.c: Likewise.
5718 * ipa-profile.c: Likewise.
5719 * ipa-prop.c: Likewise.
5720 * ipa-pure-const.c: Likewise.
5721 * ipa-ref.c: Likewise.
5722 * ipa-reference.c: Likewise.
5723 * ipa-split.c: Likewise.
5724 * ipa-utils.c: Likewise.
5725 * ipa-visibility.c: Likewise.
5727 * ira-build.c: Likewise.
5728 * ira-color.c: Likewise.
5729 * ira-conflicts.c: Likewise.
5730 * ira-costs.c: Likewise.
5731 * ira-emit.c: Likewise.
5732 * ira-lives.c: Likewise.
5735 * langhooks.c: Likewise.
5737 * lists.c: Likewise.
5738 * loop-doloop.c: Likewise.
5739 * loop-init.c: Likewise.
5740 * loop-invariant.c: Likewise.
5741 * loop-iv.c: Likewise.
5742 * loop-unroll.c: Likewise.
5743 * lower-subreg.c: Likewise.
5744 * lra-assigns.c: Likewise.
5745 * lra-coalesce.c: Likewise.
5746 * lra-constraints.c: Likewise.
5747 * lra-eliminations.c: Likewise.
5748 * lra-lives.c: Likewise.
5749 * lra-remat.c: Likewise.
5750 * lra-spills.c: Likewise.
5752 * lto-cgraph.c: Likewise.
5753 * lto-compress.c: Likewise.
5754 * lto-opts.c: Likewise.
5755 * lto-section-in.c: Likewise.
5756 * lto-section-out.c: Likewise.
5757 * lto-streamer-in.c: Likewise.
5758 * lto-streamer-out.c: Likewise.
5759 * lto-streamer.c: Likewise.
5761 * mode-switching.c: Likewise.
5762 * modulo-sched.c: Likewise.
5763 * optabs.c: Likewise.
5764 * opts-global.c: Likewise.
5765 * passes.c: Likewise.
5766 * plugin.c: Likewise.
5767 * postreload-gcse.c: Likewise.
5768 * postreload.c: Likewise.
5769 * predict.c: Likewise.
5770 * print-tree.c: Likewise.
5771 * profile.c: Likewise.
5773 * realmpfr.c: Likewise.
5774 * recog.c: Likewise.
5776 * reg-stack.c: Likewise.
5777 * regcprop.c: Likewise.
5778 * reginfo.c: Likewise.
5779 * regrename.c: Likewise.
5780 * regstat.c: Likewise.
5781 * reload.c: Likewise.
5782 * reload1.c: Likewise.
5783 * reorg.c: Likewise.
5784 * resource.c: Likewise.
5785 * rtl-chkp.c: Likewise.
5786 * rtl-error.c: Likewise.
5787 * rtlanal.c: Likewise.
5788 * rtlhooks.c: Likewise.
5789 * sanopt.c: Likewise.
5790 * sched-deps.c: Likewise.
5791 * sched-ebb.c: Likewise.
5792 * sched-rgn.c: Likewise.
5793 * sdbout.c: Likewise.
5794 * sel-sched-dump.c: Likewise.
5795 * sel-sched-ir.c: Likewise.
5796 * sel-sched.c: Likewise.
5798 * shrink-wrap.c: Likewise.
5799 * simplify-rtx.c: Likewise.
5800 * stack-ptr-mod.c: Likewise.
5801 * statistics.c: Likewise.
5803 * stor-layout.c: Likewise.
5804 * store-motion.c: Likewise.
5805 * stringpool.c: Likewise.
5806 * symtab.c: Likewise.
5807 * target-globals.c: Likewise.
5808 * targhooks.c: Likewise.
5809 * toplev.c: Likewise.
5810 * tracer.c: Likewise.
5811 * trans-mem.c: Likewise.
5812 * tree-affine.c: Likewise.
5813 * tree-call-cdce.c: Likewise.
5814 * tree-cfg.c: Likewise.
5815 * tree-cfgcleanup.c: Likewise.
5816 * tree-chkp-opt.c: Likewise.
5817 * tree-chkp.c: Likewise.
5818 * tree-chrec.c: Likewise.
5819 * tree-complex.c: Likewise.
5820 * tree-data-ref.c: Likewise.
5821 * tree-dfa.c: Likewise.
5822 * tree-diagnostic.c: Likewise.
5823 * tree-dump.c: Likewise.
5824 * tree-eh.c: Likewise.
5825 * tree-emutls.c: Likewise.
5826 * tree-if-conv.c: Likewise.
5827 * tree-inline.c: Likewise.
5828 * tree-into-ssa.c: Likewise.
5829 * tree-iterator.c: Likewise.
5830 * tree-loop-distribution.c: Likewise.
5831 * tree-nested.c: Likewise.
5832 * tree-nrv.c: Likewise.
5833 * tree-object-size.c: Likewise.
5834 * tree-outof-ssa.c: Likewise.
5835 * tree-parloops.c: Likewise.
5836 * tree-phinodes.c: Likewise.
5837 * tree-predcom.c: Likewise.
5838 * tree-pretty-print.c: Likewise.
5839 * tree-profile.c: Likewise.
5840 * tree-scalar-evolution.c: Likewise.
5841 * tree-sra.c: Likewise.
5842 * tree-ssa-address.c: Likewise.
5843 * tree-ssa-alias.c: Likewise.
5844 * tree-ssa-ccp.c: Likewise.
5845 * tree-ssa-coalesce.c: Likewise.
5846 * tree-ssa-copy.c: Likewise.
5847 * tree-ssa-dce.c: Likewise.
5848 * tree-ssa-dse.c: Likewise.
5849 * tree-ssa-forwprop.c: Likewise.
5850 * tree-ssa-ifcombine.c: Likewise.
5851 * tree-ssa-live.c: Likewise.
5852 * tree-ssa-loop-ch.c: Likewise.
5853 * tree-ssa-loop-im.c: Likewise.
5854 * tree-ssa-loop-ivcanon.c: Likewise.
5855 * tree-ssa-loop-ivopts.c: Likewise.
5856 * tree-ssa-loop-manip.c: Likewise.
5857 * tree-ssa-loop-niter.c: Likewise.
5858 * tree-ssa-loop-prefetch.c: Likewise.
5859 * tree-ssa-loop-unswitch.c: Likewise.
5860 * tree-ssa-loop.c: Likewise.
5861 * tree-ssa-math-opts.c: Likewise.
5862 * tree-ssa-operands.c: Likewise.
5863 * tree-ssa-phiopt.c: Likewise.
5864 * tree-ssa-phiprop.c: Likewise.
5865 * tree-ssa-pre.c: Likewise.
5866 * tree-ssa-propagate.c: Likewise.
5867 * tree-ssa-reassoc.c: Likewise.
5868 * tree-ssa-scopedtables.c: Likewise.
5869 * tree-ssa-sink.c: Likewise.
5870 * tree-ssa-strlen.c: Likewise.
5871 * tree-ssa-structalias.c: Likewise.
5872 * tree-ssa-tail-merge.c: Likewise.
5873 * tree-ssa-ter.c: Likewise.
5874 * tree-ssa-threadupdate.c: Likewise.
5875 * tree-ssa-uncprop.c: Likewise.
5876 * tree-ssa-uninit.c: Likewise.
5877 * tree-ssa.c: Likewise.
5878 * tree-ssanames.c: Likewise.
5879 * tree-stdarg.c: Likewise.
5880 * tree-streamer-in.c: Likewise.
5881 * tree-streamer-out.c: Likewise.
5882 * tree-streamer.c: Likewise.
5883 * tree-switch-conversion.c: Likewise.
5884 * tree-tailcall.c: Likewise.
5885 * tree-vect-data-refs.c: Likewise.
5886 * tree-vect-generic.c: Likewise.
5887 * tree-vect-loop-manip.c: Likewise.
5888 * tree-vect-loop.c: Likewise.
5889 * tree-vect-patterns.c: Likewise.
5890 * tree-vect-slp.c: Likewise.
5891 * tree-vect-stmts.c: Likewise.
5892 * tree-vectorizer.c: Likewise.
5893 * tree-vrp.c: Likewise.
5896 * ubsan.c: Likewise.
5897 * value-prof.c: Likewise.
5898 * var-tracking.c: Likewise.
5899 * varasm.c: Likewise.
5900 * varpool.c: Likewise.
5901 * vmsdbgout.c: Likewise.
5902 * vtable-verify.c: Likewise.
5904 * wide-int-print.cc: Likewise.
5905 * wide-int.cc: Likewise.
5906 * xcoffout.c: Likewise.
5908 2015-10-30 James Greenhalgh <james.greenhalgh@arm.com>
5910 * doc/invoke.texi (fdump-rtl-@var{pass}): Clarify relationship
5911 between pass numbering and execution order.
5913 2015-10-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5915 * config/arm/arm.c (cortex_a9_sched_adjust_cost): Use reg_set_p to
5916 check for dependencies.
5918 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
5920 * tree-ssa-math-opts.c (pass_cse_sincos::execute): Don't free
5923 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
5925 * real.h (format_helper): New.
5926 (real_convert, exact_real_truncate, real_from_string3, real_to_target)
5927 (real_from_target, real_nan, real_2expN, real_value_truncate)
5928 (significand_size, real_from_string2, exact_real_inverse)
5929 (exact_real_inverse, real_powi, real_trunc, real_floor, real_ceil)
5930 (real_round, real_isinteger, real_from_integer): Replace
5931 machine_mode arguments with format_helper arguments.
5932 * real.c (exact_real_inverse, real_from_string2, real_from_string3)
5933 (real_from_integer, real_nan, real_2expN, real_convert)
5934 (real_value_truncate, exact_real_truncate, real_to_target)
5935 (real_from_target, significand_size, real_powi, real_trunc)
5936 (real_floor, real_ceil, real_round, real_isinteger): Replace
5937 machine_mode arguments with format_helper arguments.
5938 (real_to_target_fmt, real_from_target_fmt): Delete.
5939 * dfp.h (decimal_real_convert): Replace mode argument with real_format.
5940 * dfp.c (decimal_to_binary, decimal_real_convert): Replace mode
5941 argument with real_format.
5942 * builtins.c (do_real_to_int_conversion): Update type of fn argument.
5944 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
5946 * fixed-value.c (check_real_for_fixed_mode, fixed_from_string)
5947 (fixed_to_decimal, fixed_convert_from_real)
5948 (real_convert_from_fixed): Fix mode arguments to real_2expN.
5950 2015-10-30 Richard Sandiford <richard.sandiford@arm.com>
5952 * real.h (REAL_MODE_FORMAT): Abort if the mode isn't a
5953 SCALAR_FLOAT_MODE_P.
5955 2015-10-30 Alan Lawrence <alan.lawrence@arm.com>
5957 * tree-sra.c (scalarizable_type_p): Comment variable-length arrays.
5958 (completely_scalarize): Comment zero-length arrays.
5959 (get_access_replacement): Correct comment re. precondition.
5961 2015-10-30 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5963 * config/i386/i386.c (get_builtin_code_for_version): Set priority
5964 for PROCESSOR_ZNVER1.
5965 (enum processor_model): Add M_AMDFAM17H_znver1.
5966 (struct arch_names_table): Likewise.
5967 * doc/extend.texi: ADD znver1.
5969 2015-10-30 Richard Biener <rguenther@suse.de>
5971 * gimple-fold.c (fold_gimple_assign): Do not dispatch to
5972 fold () on single RHSs. Allow CONSTRUCTORS with trailing
5973 zeros to be folded to VECTOR_CSTs.
5974 * tree.c (build_vector_from_ctor): Handle VECTOR_CST elements.
5975 * fold-const.c (fold): Use build_vector_from_ctor.
5977 2015-10-30 Evandro Menezes <e.menezes@samsung.com>
5979 * config/aarch64/aarch64.md (*movhf_aarch64): Change the type of
5980 "mov %0.h[0], %1.h[0] to "neon_move".
5981 (*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".
5982 (*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to
5984 (*cmovsi_insn_uxtw): Likewise.
5986 2015-10-30 Tom de Vries <tom@codesourcery.com>
5988 * tree-ssa-structalias.c (ipa_pta_execute): Declare variable from as
5989 unsigned, and initialize, and use initial value instead of hardcoded
5990 constant. Add generic constraints dumping section. Don't dump global
5991 initializers constraints dumping section if empty. Don't update
5992 variable from if unused.
5994 2015-10-29 Mikhail Maltsev <maltsevm@gmail.com>
5996 * config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert,
5997 flag_checking and/or CHECKING_P to eliminate conditional compilation
5999 * config/arm/arm.c (arm_unwind_emit_sequence): Likewise.
6000 * config/bfin/bfin.c (hwloop_optimize): Likewise.
6001 * config/i386/i386.c (ix86_print_operand_address): Likewise.
6002 (output_387_binary_op): Likewise.
6003 * config/ia64/ia64.c (ia64_sched_init, bundling): Likewise.
6004 * config/m68k/m68k.c (m68k_sched_md_init_global): Likewise.
6005 * config/rs6000/rs6000.c (htm_expand_builtin, rs6000_emit_prologue):
6007 * config/rs6000/rs6000.h: Likewise.
6008 * config/visium/visium.c (visium_setup_incoming_varargs): Likewise.
6010 2015-10-29 Kaz Kojima <kkojima@gcc.gnu.org>
6012 * config/sh/sh.opt (mfdpic): Add missing period.
6014 2015-08-29 Anatoly Sokolov <aesok@post.ru>
6016 * config/mcore/mcore.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
6017 BASE_REGISTER_RTX_P, INDEX_REGISTER_RTX_P,
6018 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
6019 * config/mcore/mcore.c (mcore_reg_ok_for_base_p,
6020 mcore_base_register_rtx_p, mcore_legitimate_index_p,
6021 mcore_legitimate_address_p): New functions.
6022 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
6024 2015-10-29 Jeff Law <law@redhat.com>
6026 * tree-ssa-scopedtables.h (const_and_copies): Remove invalidate
6028 * tree-ssa-scopedtables.h (const_and_copies::invalidate): Remove.
6029 * tree-ssa-threadedge.c
6030 (record_temporary_equivalences_from_stmts_at_dest): Remove
6031 backedge_seen argument and associated code which invalidated
6032 equivalences based on the value of that argument.
6033 (thread_through_normal_block): Corresponding changes.
6035 2015-10-29 Segher Boessenkool <segher@kernel.crashing.org>
6037 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Move this
6038 function earlier in the file.
6039 (first_reg_to_save): Use rs6000_reg_live_or_pic_offset_p instead of
6040 df_regs_ever_live_p.
6042 2015-10-29 Segher Boessenkool <segher@kernel.crashing.org>
6044 * lra-constraints.c (process_address_1): Handle (mem:BLK (scratch))
6047 2015-10-29 Richard Henderson <rth@redhat.com>
6051 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
6052 sse check to the exact conditions of PR 67609.
6054 2015-10-29 Michael Meissner <meissner@linux.vnet.ibm.com>
6056 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Split libfunc
6057 setup into 3 functions: init_float128_ibm, init_float128_ieee, and
6058 rs6000_init_libfuncs. If -mfloat128, add IFmode functions for all
6059 of the traditional names that TFmode uses for handling IEEE
6060 extended double. If -mfloat128, add KFmode functions for all of
6061 the emulation functions. If -mabi=ieeelongdouble and -mfloat128,
6062 make TFmode use the same emulation functions as KFmode.
6063 (init_float128_ibm): Likewise.
6064 (init_float128_ieee): Likewise.
6065 (rs6000_generate_compare): For IEEE 128-bit floating point
6066 comparisons, call the unordered comparison function instead of the
6067 ordered comparison function.
6068 (rs6000_expand_float128_convert): Deal with operands that are
6069 memory operands. Restructure the code to use a switch statement on
6070 the mode. Add support for TFmode defaulting to either IBM extended
6071 double or IEEE 128-bit floating point. If the underlying types are
6072 the same, use a move instead of a conversion function.
6073 (TARGET_C_MODE_FOR_SUFFIX): Define 'q' and 'Q' as the suffix to
6074 use for IEEE 128-bit floating point constants with -mfloat128.
6075 (rs6000_c_mode_for_suffix): Likewise.
6076 (TARGET_INVALID_BINARY_OP): Do not allow inter-mixing of IEEE
6077 128-bit floating point with IBM extended double floating point.
6078 (rs6000_invalid_binary_op): Likewise.
6079 (rs6000_gen_le_vsx_permute): On little endian systems generate a
6080 ROTATE insn instead of VEC_SELECT for IEEE 128-bit floating point
6081 types that can go in vector registers.
6082 (chain_contains_only_swaps): Properly swap IEEE 128-bit floating
6083 point types that can go in vector registers on little endian
6085 (mark_swaps_for_removal): Likewise.
6086 (rs6000_analyze_swaps): Likewise.
6087 (rs6000_mangle_type): Use U10__float128 for IEEE 128-bit floating point.
6089 * config/rs6000/rs6000.md (FLOAT128_SFDFTF): Delete iterator,
6090 rework IEEE 128-bit floating point insns to deal with TFmode being
6091 either IBM extended double or IEEE 128-bit floating point.
6093 (IBM128): Update iterator to add condition that the mode is IBM
6095 (IEEE128): New iterator for IEEE 128-bit floating point.
6096 (TFIFKF): Rename TFIFKF iterator to FLOAT128.
6097 (FLOAT128): Likewise.
6098 (signbit<mode>2): FLOAT128_IBM_P condition test moved into IBM128
6100 (neg<mode>2): Replace TFIFKF iterator with FLOAT128. Add support
6101 for TFmode being IEEE 128-bit floating point. Use IEEE128 iterator
6102 instead of hard coding TFmode or KFmode.
6103 (negtf2_internal): Likewise.
6104 (neg<mode>2_internal): Likewise.
6105 (abs<mode>2): Likewise.
6106 (abstf2_internal): Likewise.
6107 (abs<mode>2_internal): Likewise.
6108 (ieee_128bit_neg<mode>2): Likewise.
6109 (ieee_128bit_neg<mode>2_internal): Likewise.
6110 (ieee_128bit_abs<mode>2): Likewise.
6111 (ieee_128bit_abs<mode>2_internal): Likewise.
6112 (ieee_128bit_nabs<mode>2): Likewise.
6113 (ieee_128bit_nabs<mode>2_internal): Likewise.
6114 (extendiftf2): Add explicit conversions between 128-bit floating
6115 point types. Drop the old conversions that had become unwieldy.
6116 (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
6117 (extendifkf2): Likewise.
6118 (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
6119 (extendtfkf2): Likewise.
6120 (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
6121 (trunciftf2): Likewise.
6122 (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
6123 (truncifkf2): Likewise.
6124 (float<SDI:mode><IFKF:mode>2): Likewise.
6125 (trunckftf2): Likewise.
6126 (floatuns<SDI:mode><IFKF:mode>2): Likewise.
6127 (trunctfif2): Likewise.
6128 (FP iterator): Allow TFmode to be IEEE 128-bit floating point.
6129 (extenddftf2): Rework 128-bit floating point conversions to
6130 properly handle -mabi=ieeelongdouble. Merge IFmode, TFmode, and
6131 KFmode expanders into one function.
6132 (extenddf<mode>2): Likewise.
6133 (extenddftf2_fprs): Likewise.
6134 (extenddf<mode>2_fprs): Likewise.
6135 (extenddftf2_vsx): Likewise.
6136 (extenddf<mode>2_vsx): Likewise.
6137 (extendsftf2): Likewise.
6138 (extendsf<mode>2): Likewise.
6139 (trunctfdf2): Likewise.
6140 (trunc<mode>df2): Likewise.
6141 (trunctfdf2_internal1): Likewise.
6142 (trunc<mode>df2_internal1): Likewise.
6143 (trunctfdf2_internal2): Likewise.
6144 (trunc<mode>df2_internal2): Likewise.
6145 (trunctfsf2): Likewise.
6146 (trunc<mode>sf2): Likewise.
6147 (trunctfsf2_fprs): Likewise.
6148 (trunc<mode>sf2_fprs): Likewise.
6149 (floatsit2f): Likewise.
6150 (floatsi<mode>2): Likewise.
6151 (fix_trunc_helper): Likewise.
6152 (fix_trunc_helper<mode>): Likewise.
6153 (fix_trunctfsi2): Likewise.
6154 (fix_trunc<mode>si2): Likewise.
6155 (fix_trunctfsi2_fprs): Likewise.
6156 (fix_trunc<mode>si2_fprs): Likewise.
6157 (fix_trunctfsi2_internal): Likewise.
6158 (fix_trunc<mode>si2_internal): Likewise.
6159 (fix_trunctfdi2): Likewise.
6160 (fix_trunc<mode>di2): Likewise.
6161 (fixuns_trunctf<mode>2): Likewise.
6162 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
6163 (floatditf2): Likewise.
6164 (floatdi<mode>2): Likewise.
6165 (floatuns<mode>tf2): Likewise.
6166 (floatuns<SDI:mode><IEEE128:mode>): Likewise.
6167 (cmptf_internal1): Use a mode iterator to add support for both
6168 types (IFmode, TFmode) that support IBM extended double.
6169 (cmp<mode>_internal1): Likewise.
6170 (cmptf_internal2): Likewise.
6171 (cmp<mode>_internal2): Likewise.
6173 * doc/extend.texi (Floating Types): Document __ibm128 and
6174 __float128 on PowerPC.
6176 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6177 -mfloat128 and -mno-float128.
6179 2015-10-29 Michael Meissner <meissner@linux.vnet.ibm.com>
6181 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit
6182 floating point modes that can go in vector registers.
6183 (MODES_TIEABLE_P): Move tests for vector modes before tests for
6184 scalar floating point, so that IEEE 128-bit floating point that
6185 can go in vector registers bind with vectors and not FP.
6186 (struct rs6000_args): Add libcall field.
6188 * config/rs6000/rs6000.opt (-mfloat128-*): Delete -mfloat128-none
6189 and -mfloat128-software switches. Replace them with a binary
6191 (-mfloat128): Likewise.
6193 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
6194 128-bit floating point types in GPRs, even if the appropriate
6195 option enabling the type was not used.
6196 (rs6000_debug_reg_global): Remove -mfloat128-{software,none}
6198 (rs6000_setup_reg_addr_masks): Do not allow pre-increment and
6199 pre-decrement on IEEE 128-bit floating point values.
6200 (rs6000_init_hard_regno_mode_ok): Change test for whether TFmode
6201 is IEEE 128-bit floating point.
6202 (rs6000_init_hard_regno_mode_ok): Add reload handlers for IEEE
6203 128-bit floating point types that can go in vector registers.
6204 (rs6000_option_override_internal): Change -mfloat128-none and
6205 -mfloat128-software to -mfloat128, and move code to be near other
6206 VSX option handling.
6207 (rs6000_option_override_internal): Disable -mfloat128 if we don't
6208 have the Altivec ABI.
6209 (rs6000_init_builtins): Don't make TFmode use either IFmode or
6210 KFmode floating point nodes. Instead, have three separate nodes.
6211 (rs6000_scalar_mode_supported_p): Add support for IFmode to allow
6212 eventually moving the long double default to IEEE 128-bit floating
6214 (rs6000_opt_masks): Add -mfloat128.
6215 (struct rs6000_opt_var): Fix typo in comment.
6216 (init_cumulative_args): Initialize libcall field in
6218 (rs6000_function_arg): Treat library functions as if they had
6219 prototypes to prevent IEEE 128-bit support functions from passing
6220 arguments in both GPRs and vector registers.
6221 (rs6000_arg_partial_bytes): Likewise.
6223 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add -mfloat128 as
6224 an option that can be turned on via -mcpu=<xxx>.
6226 * config/rs6000/rs6000-opts.h (enum float128_type_t): Delete, no
6229 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
6230 __FLOAT128__ if -mfloat128. Define __LONG_DOUBLE_IEEE128__ if long
6231 double is IEEE 128-bit. Define __LONG_DOUBLE_IBM128__ if long
6232 double is IBM extended double.
6234 * config/rs6000/predicates.md (reg_or_indexed_operand): Allow
6237 2015-10-29 Mikhail Maltsev <maltsevm@gmail.com>
6239 * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING.
6240 * genconditions.c: Define CHECKING_P in the generated code.
6241 * genextract.c: Use flag_checking in insn_extract.
6242 * gengtype.c (main): Remove conditional compilation.
6243 * gengtype.h: Likewise.
6245 2015-10-29 Jeff Law <law@redhat.com>
6247 PR tree-optimization/67892
6248 * tree-ssa-threadedge.c (simplify_controL_stmt_condition): Fix typo
6250 (thread_through_normal_block): If we have seen a backedge, then
6251 do nothing. No longer call find_jump_threads_backwards here.
6252 (thread_across_edge): Use find_jump_threads_backwards to find
6253 jump threads if the old style threader was not successful.
6254 * tree-ssa-threadbackward.c (get_gimple_control_stmt): Use
6255 gsi_last_nondebug_bb. Return NULL if the block does not end
6256 with a control statement.
6257 (find_jump_threads_backwards): Setup code moved here from
6258 tree-ssa-threadedge.c::thread_through_normal_block. Accept
6259 single edge argument instead of name & block.
6260 * tree-ssa-threadbackward.h (find_jump_threads_backwards): Update
6263 2015-10-29 Tom de Vries <tom@codesourcery.com>
6265 * fold-const.c (fold_unary_loc): Remove folding inhibition for restrict
6268 2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
6270 * omp-low.c (lower_omp_target): Remove unreachable code & merge
6273 2015-10-29 Marc Glisse <marc.glisse@inria.fr>
6275 * match.pd (X-(X/Y)*Y): Properly handle conversions and commutativity.
6277 2015-10-29 Richard Sandiford <richard.sandiford@arm.com>
6279 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
6280 guard_bb0 and use guard_bb throughout.
6282 2015-10-29 Richard Sandiford <richard.sandiford@arm.com>
6284 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
6287 2015-10-29 Richard Biener <rguenther@suse.de>
6290 * fold-const.c (extract_muldiv_1): Avoid introducing undefined
6293 2015-10-29 Andrew MacLeod <amacleod@redhat.com>
6295 * alias.c: Reorder #include statements and remove duplicates.
6297 * attribs.c: Likewise.
6298 * auto-inc-dec.c: Likewise.
6299 * auto-profile.c: Likewise.
6300 * bb-reorder.c: Likewise.
6301 * bt-load.c: Likewise.
6302 * builtins.c: Likewise.
6303 * caller-save.c: Likewise.
6304 * calls.c: Likewise.
6307 * cfganal.c: Likewise.
6308 * cfgbuild.c: Likewise.
6309 * cfgcleanup.c: Likewise.
6310 * cfgexpand.c: Likewise.
6311 * cfghooks.c: Likewise.
6312 * cfgloop.c: Likewise.
6313 * cfgloopanal.c: Likewise.
6314 * cfgloopmanip.c: Likewise.
6315 * cfgrtl.c: Likewise.
6316 * cgraph.c: Likewise.
6317 * cgraphbuild.c: Likewise.
6318 * cgraphclones.c: Likewise.
6319 * cgraphunit.c: Likewise.
6320 * cilk-common.c: Likewise.
6321 * combine-stack-adj.c: Likewise.
6322 * combine.c: Likewise.
6323 * compare-elim.c: Likewise.
6324 * convert.c: Likewise.
6325 * coverage.c: Likewise.
6326 * cppbuiltin.c: Likewise.
6327 * cprop.c: Likewise.
6329 * cselib.c: Likewise.
6330 * data-streamer-in.c: Likewise.
6331 * data-streamer-out.c: Likewise.
6332 * data-streamer.c: Likewise.
6333 * dbxout.c: Likewise.
6336 * debug.c: Likewise.
6337 * df-core.c: Likewise.
6338 * df-problems.c: Likewise.
6339 * df-scan.c: Likewise.
6341 * dojump.c: Likewise.
6342 * dominance.c: Likewise.
6343 * double-int.c: Likewise.
6345 * dumpfile.c: Likewise.
6346 * dwarf2asm.c: Likewise.
6347 * dwarf2cfi.c: Likewise.
6348 * dwarf2out.c: Likewise.
6349 * emit-rtl.c: Likewise.
6350 * except.c: Likewise.
6351 * explow.c: Likewise.
6352 * expmed.c: Likewise.
6354 * final.c: Likewise.
6355 * fixed-value.c: Likewise.
6356 * fold-const.c: Likewise.
6357 * function.c: Likewise.
6358 * fwprop.c: Likewise.
6360 * generic-match-head.c: Likewise.
6361 * ggc-common.c: Likewise.
6362 * gimple-builder.c: Likewise.
6363 * gimple-expr.c: Likewise.
6364 * gimple-fold.c: Likewise.
6365 * gimple-iterator.c: Likewise.
6366 * gimple-low.c: Likewise.
6367 * gimple-match-head.c: Likewise.
6368 * gimple-pretty-print.c: Likewise.
6369 * gimple-ssa-isolate-paths.c: Likewise.
6370 * gimple-ssa-strength-reduction.c: Likewise.
6371 * gimple-streamer-in.c: Likewise.
6372 * gimple-streamer-out.c: Likewise.
6373 * gimple-walk.c: Likewise.
6374 * gimple.c: Likewise.
6375 * gimplify-me.c: Likewise.
6376 * gimplify.c: Likewise.
6377 * godump.c: Likewise.
6378 * graph.c: Likewise.
6379 * graphite-poly.c: Likewise.
6380 * haifa-sched.c: Likewise.
6381 * hw-doloop.c: Likewise.
6382 * ifcvt.c: Likewise.
6383 * incpath.c: Likewise.
6384 * init-regs.c: Likewise.
6385 * internal-fn.c: Likewise.
6386 * ipa-chkp.c: Likewise.
6387 * ipa-comdats.c: Likewise.
6388 * ipa-cp.c: Likewise.
6389 * ipa-devirt.c: Likewise.
6390 * ipa-icf-gimple.c: Likewise.
6391 * ipa-icf.c: Likewise.
6392 * ipa-inline-analysis.c: Likewise.
6393 * ipa-inline-transform.c: Likewise.
6394 * ipa-inline.c: Likewise.
6395 * ipa-polymorphic-call.c: Likewise.
6396 * ipa-profile.c: Likewise.
6397 * ipa-prop.c: Likewise.
6398 * ipa-pure-const.c: Likewise.
6399 * ipa-ref.c: Likewise.
6400 * ipa-reference.c: Likewise.
6401 * ipa-split.c: Likewise.
6402 * ipa-utils.c: Likewise.
6403 * ipa-visibility.c: Likewise.
6405 * ira-build.c: Likewise.
6406 * ira-color.c: Likewise.
6407 * ira-conflicts.c: Likewise.
6408 * ira-costs.c: Likewise.
6409 * ira-emit.c: Likewise.
6410 * ira-lives.c: Likewise.
6413 * langhooks.c: Likewise.
6415 * lists.c: Likewise.
6416 * loop-doloop.c: Likewise.
6417 * loop-init.c: Likewise.
6418 * loop-invariant.c: Likewise.
6419 * loop-iv.c: Likewise.
6420 * loop-unroll.c: Likewise.
6421 * lower-subreg.c: Likewise.
6422 * lra-assigns.c: Likewise.
6423 * lra-coalesce.c: Likewise.
6424 * lra-constraints.c: Likewise.
6425 * lra-eliminations.c: Likewise.
6426 * lra-lives.c: Likewise.
6427 * lra-remat.c: Likewise.
6428 * lra-spills.c: Likewise.
6430 * lto-cgraph.c: Likewise.
6431 * lto-compress.c: Likewise.
6432 * lto-opts.c: Likewise.
6433 * lto-section-in.c: Likewise.
6434 * lto-section-out.c: Likewise.
6435 * lto-streamer-in.c: Likewise.
6436 * lto-streamer-out.c: Likewise.
6437 * lto-streamer.c: Likewise.
6438 * mode-switching.c: Likewise.
6439 * modulo-sched.c: Likewise.
6440 * omp-low.c: Likewise.
6441 * optabs.c: Likewise.
6442 * opts-global.c: Likewise.
6443 * passes.c: Likewise.
6444 * plugin.c: Likewise.
6445 * postreload-gcse.c: Likewise.
6446 * postreload.c: Likewise.
6447 * predict.c: Likewise.
6448 * print-tree.c: Likewise.
6449 * profile.c: Likewise.
6451 * realmpfr.c: Likewise.
6452 * recog.c: Likewise.
6454 * reg-stack.c: Likewise.
6455 * regcprop.c: Likewise.
6456 * reginfo.c: Likewise.
6457 * regrename.c: Likewise.
6458 * regstat.c: Likewise.
6459 * reload.c: Likewise.
6460 * reload1.c: Likewise.
6461 * reorg.c: Likewise.
6462 * resource.c: Likewise.
6463 * rtl-chkp.c: Likewise.
6464 * rtl-error.c: Likewise.
6465 * rtlanal.c: Likewise.
6466 * rtlhooks.c: Likewise.
6467 * sanopt.c: Likewise.
6468 * sched-deps.c: Likewise.
6469 * sched-ebb.c: Likewise.
6470 * sched-rgn.c: Likewise.
6472 * shrink-wrap.c: Likewise.
6473 * simplify-rtx.c: Likewise.
6474 * stack-ptr-mod.c: Likewise.
6475 * statistics.c: Likewise.
6477 * stor-layout.c: Likewise.
6478 * store-motion.c: Likewise.
6479 * stringpool.c: Likewise.
6480 * symtab.c: Likewise.
6481 * target-globals.c: Likewise.
6482 * targhooks.c: Likewise.
6483 * toplev.c: Likewise.
6484 * tracer.c: Likewise.
6485 * trans-mem.c: Likewise.
6486 * tree-affine.c: Likewise.
6487 * tree-call-cdce.c: Likewise.
6488 * tree-cfg.c: Likewise.
6489 * tree-cfgcleanup.c: Likewise.
6490 * tree-chkp-opt.c: Likewise.
6491 * tree-chkp.c: Likewise.
6492 * tree-chrec.c: Likewise.
6493 * tree-complex.c: Likewise.
6494 * tree-data-ref.c: Likewise.
6495 * tree-dfa.c: Likewise.
6496 * tree-diagnostic.c: Likewise.
6497 * tree-dump.c: Likewise.
6498 * tree-eh.c: Likewise.
6499 * tree-emutls.c: Likewise.
6500 * tree-if-conv.c: Likewise.
6501 * tree-inline.c: Likewise.
6502 * tree-into-ssa.c: Likewise.
6503 * tree-iterator.c: Likewise.
6504 * tree-loop-distribution.c: Likewise.
6505 * tree-nested.c: Likewise.
6506 * tree-nrv.c: Likewise.
6507 * tree-object-size.c: Likewise.
6508 * tree-outof-ssa.c: Likewise.
6509 * tree-parloops.c: Likewise.
6510 * tree-phinodes.c: Likewise.
6511 * tree-predcom.c: Likewise.
6512 * tree-pretty-print.c: Likewise.
6513 * tree-profile.c: Likewise.
6514 * tree-scalar-evolution.c: Likewise.
6515 * tree-sra.c: Likewise.
6516 * tree-ssa-address.c: Likewise.
6517 * tree-ssa-alias.c: Likewise.
6518 * tree-ssa-ccp.c: Likewise.
6519 * tree-ssa-coalesce.c: Likewise.
6520 * tree-ssa-copy.c: Likewise.
6521 * tree-ssa-dce.c: Likewise.
6522 * tree-ssa-dom.c: Likewise.
6523 * tree-ssa-dse.c: Likewise.
6524 * tree-ssa-forwprop.c: Likewise.
6525 * tree-ssa-ifcombine.c: Likewise.
6526 * tree-ssa-live.c: Likewise.
6527 * tree-ssa-loop-ch.c: Likewise.
6528 * tree-ssa-loop-im.c: Likewise.
6529 * tree-ssa-loop-ivcanon.c: Likewise.
6530 * tree-ssa-loop-ivopts.c: Likewise.
6531 * tree-ssa-loop-manip.c: Likewise.
6532 * tree-ssa-loop-niter.c: Likewise.
6533 * tree-ssa-loop-prefetch.c: Likewise.
6534 * tree-ssa-loop-unswitch.c: Likewise.
6535 * tree-ssa-loop.c: Likewise.
6536 * tree-ssa-math-opts.c: Likewise.
6537 * tree-ssa-operands.c: Likewise.
6538 * tree-ssa-phiopt.c: Likewise.
6539 * tree-ssa-phiprop.c: Likewise.
6540 * tree-ssa-pre.c: Likewise.
6541 * tree-ssa-propagate.c: Likewise.
6542 * tree-ssa-reassoc.c: Likewise.
6543 * tree-ssa-sccvn.c: Likewise.
6544 * tree-ssa-scopedtables.c: Likewise.
6545 * tree-ssa-sink.c: Likewise.
6546 * tree-ssa-strlen.c: Likewise.
6547 * tree-ssa-structalias.c: Likewise.
6548 * tree-ssa-tail-merge.c: Likewise.
6549 * tree-ssa-ter.c: Likewise.
6550 * tree-ssa-threadedge.c: Likewise.
6551 * tree-ssa-threadupdate.c: Likewise.
6552 * tree-ssa-uncprop.c: Likewise.
6553 * tree-ssa-uninit.c: Likewise.
6554 * tree-ssa.c: Likewise.
6555 * tree-ssanames.c: Likewise.
6556 * tree-stdarg.c: Likewise.
6557 * tree-streamer-in.c: Likewise.
6558 * tree-streamer-out.c: Likewise.
6559 * tree-streamer.c: Likewise.
6560 * tree-switch-conversion.c: Likewise.
6561 * tree-tailcall.c: Likewise.
6562 * tree-vect-data-refs.c: Likewise.
6563 * tree-vect-generic.c: Likewise.
6564 * tree-vect-loop-manip.c: Likewise.
6565 * tree-vect-loop.c: Likewise.
6566 * tree-vect-patterns.c: Likewise.
6567 * tree-vect-slp.c: Likewise.
6568 * tree-vect-stmts.c: Likewise.
6569 * tree-vectorizer.c: Likewise.
6570 * tree-vrp.c: Likewise.
6573 * ubsan.c: Likewise.
6574 * value-prof.c: Likewise.
6575 * var-tracking.c: Likewise.
6576 * varasm.c: Likewise.
6577 * varpool.c: Likewise.
6578 * vtable-verify.c: Likewise.
6580 * wide-int-print.cc: Likewise.
6581 * wide-int.cc: Likewise.
6582 * xcoffout.c: Likewise.
6584 2015-10-29 H.J. Lu <hongjiu.lu@intel.com>
6586 * Makefile.in (NO_PIE_CFLAGS): New.
6587 (NO_PIE_FLAG): Likewise.
6588 (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
6589 (NO_PIE_FLAG_FOR_BUILD): Likewise.
6590 (BUILD_NO_PIE_CFLAGS): Likewise.
6591 (BUILD_NO_PIE_FLAG): Likewise.
6592 (COMPILER): Replace @NO_PIE_CFLAGS@ with $(NO_PIE_CFLAGS).
6593 (LINKER): Replace @NO_PIE_FLAG@ with $(NO_PIE_FLAG).
6594 (BUILD_CFLAGS): Replace @NO_PIE_CFLAGS@ with
6595 $(BUILD_NO_PIE_CFLAGS).
6596 (BUILD_CXXFLAGS): Likewise.
6597 (BUILD_LDFLAGS ): Replace @NO_PIE_FLAG@ with
6598 $(BUILD_NO_PIE_FLAG).
6599 * configure.ac (BUILD_NO_PIE_CFLAGS): New. AC_SUBST.
6600 (BUILD_NO_PIE_FLAG): Likewise.
6601 (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
6602 (NO_PIE_FLAG_FOR_BUILD): Likewise.
6603 * configure: Regenerated.
6605 2015-10-29 Richard Biener <rguenther@suse.de>
6608 * fold-const.c (fold_cond_expr_with_comparison): Do not fold
6609 unsigned conditonal negation to ABS_EXPR.
6611 2015-10-29 Richard Biener <rguenther@suse.de>
6613 * gimple-match-head.c (gimple_simplify): Remove premature checking
6614 of builtin_decl_implicit of function calls we simplify.
6616 2015-10-29 Bin Cheng <bin.cheng@arm.com>
6618 * tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.
6619 (get_computation_cost_at): Ditto.
6620 (determine_use_iv_cost_address): Pass NULL for arguments depends_on
6623 2015-10-28 Tom de Vries <tom@codesourcery.com>
6625 * tree-ssa-structalias.c (intra_create_variable_infos): Remove
6628 2015-10-28 Jason Merrill <jason@redhat.com>
6630 * Makefile.in (TAGS): Include libcpp and libiberty.
6632 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
6634 * omp-low.c (MASK_GANG, MASK_WORKER, MASK_VECTOR): Delete.
6635 (extract_omp_for_data): Remove OpenACC special handling of
6638 * config/nvptx/nvptx.c (nvptx_print_operand): Remove 'd' case.
6639 (struct parallel): Update comment.
6640 (nvptx_reorg): Likewise.
6641 (nvptx_neuter): Cleanup whitespace.
6643 2015-10-28 Richard Henderson <rth@redhat.com>
6645 * tree-eh.c (mark_reachable_handlers): Fix typo in assert.
6647 2015-10-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6650 * config/avr/predicates.md (low_io_address_operand): Don't
6651 consider MODE when computing upper bound.
6652 (io_address_operand): Likewise.
6654 2015-10-28 Jan Hubicka <hubicka@ucw.cz>
6656 * fold-const.c (operand_equal_p): Do not verify that types are
6657 compatible for MEM_REFs.
6659 2015-10-28 Richard Biener <rguenther@suse.de>
6661 * gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
6662 in simplifying VEC_COND_EXPR conditions.
6664 2015-10-28 Tom de Vries <tom@codesourcery.com>
6666 * tree-ssa-structalias.c (intra_create_variable_infos): Don't iterate
6667 into vi_next of a full_var.
6669 2015-10-28 Tom de Vries <tom@codesourcery.com>
6671 * tree-ssa-structalias.c (new_var_info, make_heapvar)
6672 (make_constraint_from_restrict, make_constraint_from_global_restrict)
6673 (create_function_info_for, create_variable_info_for_1)
6674 (create_variable_info_for): Add and handle add_id parameter.
6675 (get_call_vi, new_scalar_tmp_constraint_exp, handle_rhs_call)
6676 (init_base_vars): Add extra argument to calls to new_var_info.
6677 (get_vi_for_tree): Add extra argument to call to
6678 create_variable_info_for.
6679 (process_constraint, do_deref, process_all_all_constraints): Add extra
6680 argument to calls to new_scalar_tmp_constraint_exp.
6681 (handle_lhs_call, find_func_aliases_for_builtin_call): Add extra
6682 argument to calls to make_heapvar.
6683 (make_restrict_var_constraints): Add extra argument to call to
6684 make_constraint_from_global_restrict.
6685 (intra_create_variable_infos): Add extra argument to call to
6686 create_variable_info_for_1.
6687 (ipa_pta_execute): Add extra argument to call to
6688 create_function_info_for.
6690 2015-10-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6692 * config/aarch64/aarch64.md (call, call_value, sibcall): Handle noplt.
6693 (sibcall_value): Likewise.
6695 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
6697 * config/nvptx/nvptx.h (struct machine_function): Add
6699 * config/nvptx/nvptx-protos.h (nvptx_expand_oacc_fork,
6700 nvptx_expand_oacc_join): Declare.
6701 * config/nvptx/nvptx.md (UNSPEC_NTID, UNSPEC_TID): Delete.
6702 (UNSPEC_DIM_SIZE, UNSPEC_SHARED_DATA, UNSPEC_BIT_CONV,
6703 UNSPEC_SHUFFLE, UNSPEC_BR_UNIFIED): New.
6704 (UNSPECV_BARSYNC, UNSPECV_DIM_POS, UNSPECV_FORK, UNSPECV_FORKED,
6705 UNSPECV_JOINING, UNSPECV_JOIN): New.
6706 (BITS, BITD): New mode iterators.
6707 (br_true_uni, br_false_uni): New.
6708 (*oacc_ntid_insn, oacc_ntid, *oacc_tid_insn, oacc_tid): Delete.
6709 (oacc_dim_size, oacc_dim_pos): New.
6710 (nvptx_fork, nvptx_forked, nvptx_joining, nvptx_join): New.
6711 (oacc_fork, oacc_join): New.
6712 (nvptx_shuffle<mode>, unpack<mode>si2, packsi<mode>2): New.
6713 (worker_load<mode>, worker_store<mode>): New.
6714 (nvptx_barsync): New.
6715 * config/nvptx/nvptx.c: Include gimple.h & dumpfile.h.
6716 (SHUFFLE_UP, SHUFFLE_DOWN, SHUFFLE_BFLY, SHUFFLE_IDX): Define.
6717 (worker_bcast_hwm, worker_bcast_align, worker_bcast_name,
6718 worker_bcast_sym): New.
6719 (nvptx_option_override): Initialize worker broadcast buffer.
6720 (nvptx_emit_forking, nvptx_emit_joining): New.
6721 (nvptx_init_axis_predicate): New.
6722 (nvptx_declare_function_name): Init axis predicates.
6723 (nvptx_expand_call): Add fork/join markers around routine call.
6724 (nvptx_expand_oacc_fork, nvptx_expand_oacc_join): New.
6725 (nvptx_gen_unpack, nvptx_gen_pack, nvptx_gen_shuffle): New.
6726 (nvptx_gen_vcast): New.
6727 (struct wcast_data_t): New.
6728 (enum propagate_mask): New.
6729 (nvptx_gen_wcast): New.
6730 (nvptx_print_operand): Add 'S' case.
6731 (struct parallel): New.
6732 (parallel::parallel, parallel::~parallel): New.
6733 (bb_insn_map_t, insn_bb_t, insn_bb_vec_t): New typedefs.
6734 (nvptx_split_blocks, nvptx_discover_pre, nvptx_dump_pars,
6735 nvptx_find_par, nvptx_discover_pars): New.
6736 (nvptx_propagate): New.
6737 (vprop_gen, nvptx_vpropagate): New.
6738 (wprop_gen, nvptx_wpropagate): New.
6740 (nvptx_single, nvptx_skip_par): New.
6741 (nvptx_process_pars, nvptx_neuter_pars): New.
6742 (ntptx_reorg): Split blocks, generate parallel structure, apply
6744 (nvptx_cannot_copy_insn_p): New.
6745 (nvptx_file_end): Emit worker broadcast decl.
6746 (nvptx_goacc_fork_join): New.
6747 (TARGET_CANNOT_COPY_INSN_P): Override.
6748 (TARGET_GOACC_FORK_JOIN): Override.
6750 2015-10-28 Richard Biener <rguenther@suse.de>
6752 * fold-const.c (negate_expr_p): Adjust the division case to
6753 properly avoid introducing undefined overflow.
6754 (fold_negate_expr): Likewise.
6756 2015-10-28 Richard Biener <rguenther@suse.de>
6758 PR tree-optimization/65962
6759 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6760 Avoid creating loop carried dependences also for outer loops
6761 of the loop a use to replace is in.
6763 2015-10-28 Richard Biener <rguenther@suse.de>
6765 * common.opt (fchecking): New flag controlling flag_checking.
6766 * passes.c (verify_curr_properties): Drop DEBUG_FUNCTION.
6767 * timevar.c (timer::print): Adjust output.
6768 * doc/invoke.texi (fchecking): Document.
6770 2015-10-28 Richard Biener <rguenther@suse.de>
6773 * fold-const.c (negate_expr_p): We cannot negate plus or minus
6774 if overflow is not wrapping. Likewise multiplication unless
6775 one operand is constant and not power of two.
6776 (fold_negate_expr): Adjust accordingly.
6778 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
6780 * omp-low.c (struct omp_context): Remove gwv_below, gwv_this
6782 (is_oacc_parallel, is_oacc_kernels): New.
6783 (enclosing_target_ctx): May return NULL.
6784 (ctx_in_oacc_kernels_region): New.
6785 (check_oacc_kernel_gwv): New.
6786 (oacc_loop_or_target_p): Delete.
6787 (scan_omp_for): Don't calculate gwv mask. Check parallel clause
6788 operands. Strip reductions fro kernels.
6789 (scan_omp_target): Don't calculate gwv mask.
6790 (lower_oacc_head_mark, lower_oacc_loop_marker,
6791 lower_oacc_head_tail): New.
6792 (struct oacc_collapse): New.
6793 (expand_oacc_collapse_init, expand_oacc_collapse_vars): New.
6794 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
6795 Remove OpenACC handling.
6796 (expand_oacc_for): New.
6797 (expand_omp_for): Call expand_oacc_for.
6798 (lower_omp_for): Call lower_oacc_head_tail.
6800 2015-10-27 Mikhail Maltsev <maltsevm@gmail.com>
6802 * attribs.c (check_attribute_tables): New function, broken out from...
6803 (init_attributes): Use it.
6804 * cfgcleanup.c (try_optimize_cfg): Use flag_checking, CHECKING_P
6805 gcc_checking_assert and checking_* functions to eliminate
6806 ENABLE_CHECKING conditionals.
6807 * cfgexpand.c (expand_goto, expand_debug_expr): Likewise.
6808 (pass_expand::execute): Likewise.
6809 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
6810 * cgraphunit.c (mark_functions_to_output): Likewise.
6811 (cgraph_node::expand_thunk): Likewise.
6812 (symbol_table::compile): Likewise.
6813 * ddg.c (add_cross_iteration_register_deps): Likewise.
6814 (create_ddg_all_sccs): Likewise.
6815 * df-core.c (df_finish_pass, df_analyze): Likewise.
6816 * diagnostic-core.h: Likewise.
6817 * diagnostic.c (diagnostic_report_diagnostic): Likewise.
6818 * dominance.c (calculate_dominance_info): Likewise.
6819 * dwarf2out.c (add_AT_die_ref): Likewise.
6820 (const_ok_for_output_1, mem_loc_descriptor): Likewise.
6821 (loc_list_from_tree, gen_lexical_block_die): Likewise.
6822 gen_type_die_with_usage, gen_type_die): Likewise.
6823 (dwarf2out_decl): Likewise.
6824 * emit-rtl.c (verify_rtx_sharing, reorder_insns_nobb): Likewise.
6825 * except.c (duplicate_eh_regions): Likewise.
6826 * fwprop.c (register_active_defs, update_df_init): Likewise.
6827 (fwprop_init, fwprop_done): Likewise.
6828 (update_uses): Likewise.
6829 * ggc-page.c (ggc_grow): Likewise.
6830 * gimplify.c (gimplify_body): Likewise.
6831 (gimplify_hasher::equal): Likewise.
6832 * graphite-isl-ast-to-gimple.c (graphite_verify): Likewise.
6833 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form):
6835 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Likewise.
6836 (rewrite_cross_bb_scalar_deps_out_of_ssa): Likwise.
6837 * hash-table.h (::find_empty_slot_for_expand): Likewise.
6838 * ifcvt.c (if_convert): Likewise.
6839 * ipa-cp.c (ipcp_propagate_stage): Likewise.
6840 * ipa-devirt.c (type_in_anonymous_namespace_p): Likewise.
6841 (odr_type_p, odr_types_equivalent_p): Likewise.
6842 (add_type_duplicate, get_odr_type): Likewise.
6843 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
6844 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
6845 (sem_item_optimizer::verify_classes): Likewise.
6846 (sem_item_optimizer::traverse_congruence_split): Likewise.
6847 (sem_item_optimizer::checking_verify_classes): New.
6848 * ipa-icf.h (sem_item_optimizer::checking_verify_classes): Add new
6850 * cfgrtl.c (commit_edge_insertions): Likewise.
6851 (fixup_reorder_chain, cfg_layout_finalize): Likewise.
6852 (rtl_flow_call_edges_add): Likewise.
6853 * cgraph.c (symbol_table::create_edge): Likewise.
6854 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
6855 * cgraph.h (symtab_node): Likewise.
6856 (symtab_node::checking_verify_symtab_nodes): Define.
6857 (cgraph_node::checking_verify_cgraph_nodes): Define.
6858 * cfghooks.h (checking_verify_flow_info): Define.
6859 * cfgloop.h (checking_verify_loop_structure): Define.
6860 * dominance.h (checking_verify_dominators): Define.
6861 * et-forest.c: Fix comment.
6862 * ipa-inline-analysis.c (compute_inline_parameters): Use flag_checking,
6863 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6864 ENABLE_CHECKING conditionals.
6865 * ipa-inline-transform.c (save_inline_function_body): Likewise.
6866 * ipa-inline.c (inline_small_functions): Likewise.
6867 (early_inliner): Likewise.
6868 * ipa-inline.h (estimate_edge_growth): Likewise.
6869 * ipa-visibility.c (function_and_variable_visibility): Likewise.
6870 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
6871 (ipa_single_use): Likewise.
6872 * ira-int.h: Likewise.
6873 * ira.c (ira): Likewise.
6874 * loop-doloop.c (doloop_optimize_loops): Likewise.
6875 * loop-init.c (loop_optimizer_init, fix_loop_structure): Likewise.
6876 * loop-invariant.c (move_loop_invariants): Likewise.
6877 * lra-assigns.c (lra_assign): Likewise.
6878 * lra-constraints.c (lra_constraints): Likewise.
6879 * lra-eliminations.c (lra_eliminate): Likewise.
6880 * lra-int.h (struct lra_reg): Likewise.
6881 * lra-lives.c (check_pseudos_live_through_calls): Likewise.
6882 (lra_create_live_ranges_1): Likewise.
6883 * lra-remat.c (create_remat_bb_data): Likewise.
6884 * lra.c (lra_update_insn_recog_data, restore_scratches): Likewise.
6886 (check_rtl): Always define. Remove incorrect guard around
6887 extract_constrain_insn call.
6888 * lto-cgraph.c (input_cgraph_1: Use flag_checking,
6889 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6890 ENABLE_CHECKING conditionals.
6891 * lto-streamer-out.c (DFS::DFS): Likewise.
6892 (lto_output): Likewise.
6893 * lto-streamer.c (lto_streamer_init): Likewise.
6894 * omp-low.c (scan_omp_target, expand_omp_taskreg): Likewise.
6895 expand_omp_target, execute_expand_omp): Likewise.
6896 (lower_omp_target): Likewise.
6897 * passes.c (execute_function_todo): Likewise.
6898 (execute_todo, execute_one_pass): Likewise.
6899 (verify_curr_properties): Always define.
6900 * predict.c (tree_estimate_probability: Use flag_checking,
6901 CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6902 ENABLE_CHECKING conditionals.
6903 (propagate_freq): Likewise.
6904 * pretty-print.c (pp_format): Likewise.
6905 * real.c (real_to_decimal_for_mode): Likewise.
6906 * recog.c (split_all_insns): Likewise.
6907 * regcprop.c (kill_value_one_regno): Likewise.
6908 (copy_value): Likewise.
6909 (validate_value_data): Define unconditionally.
6910 * reload.c: Fix comment.
6911 * timevar.c: Include options.h
6912 * tree-ssa.h (checking_verify_ssa): Define.
6913 * tree-ssa-loop-manip.h (checking_verify_loop_closed_ssa): Define.
6914 * sched-deps.c (CHECK): Remove unused macro.
6915 (add_or_update_dep_1, sd_add_dep: Use flag_checking, CHECKING_P
6916 gcc_checking_assert and checking_* functions to eliminate
6917 ENABLE_CHECKING conditionals.
6918 * sel-sched-ir.c (free_regset_pool, tidy_control_flow): Likewise.
6919 * sel-sched.c (struct moveop_static_params): Likewise.
6920 (find_best_reg_for_expr, move_cond_jump): Likewise.
6921 (move_op_orig_expr_not_found): Likewise.
6922 (code_motion_process_successors, move_op): Likewise.
6923 * ssa-iterators.h (first_readonly_imm_use): Likewise.
6924 (next_readonly_imm_use): Likewise.
6925 * store-motion.c (compute_store_table): Likewise.
6926 * symbol-summary.h (function_summary::function_summary): Likewise.
6927 * target.h (cumulative_args_t): Likewise.
6928 (get_cumulative_args, pack_cumulative_args): Likewise.
6929 * timevar.c: (timer::print): Likewise.
6930 * trans-mem.c (ipa_tm_execute): Likewise.
6931 * tree-cfg.c (move_stmt_op): Likewise.
6932 (move_sese_region_to_fn): Likewise.
6933 (gimple_flow_call_edges_add): Likewise.
6934 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
6936 * tree-eh.c (remove_unreachable_handlers): Likewise.
6937 * tree-if-conv.c (pass_if_conversion::execute): Likewise.
6938 * tree-inline.c (expand_call_inline, optimize_inline_calls): Likewise.
6939 * tree-into-ssa.c (update_ssa): Likewise.
6940 * tree-loop-distribution.c (pass_loop_distribution::execute): Likewise.
6941 * tree-outof-ssa.c (eliminate_useless_phis, rewrite_trees): Likewise.
6942 * tree-parloops.c (pass_parallelize_loops::execute): Likewise.
6943 * tree-predcom.c (suitable_component_p): Likewise.
6944 * tree-profile.c (gimple_gen_const_delta_profiler): Likewise.
6945 * tree-ssa-alias.c (refs_may_alias_p_1): Likewise.
6946 * tree-ssa-live.c (verify_live_on_entry): Likewise.
6947 * tree-ssa-live.h (register_ssa_partition): Likewise.
6948 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Likewise.
6949 * tree-ssa-loop-manip.c (add_exit_phi): Likewise.
6950 (tree_transform_and_unroll_loop): Likewise.
6951 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
6952 * tree-ssa-operands.c (get_expr_operands): Likewise.
6953 * tree-ssa-propagate.c (replace_exp_1): Likewise.
6954 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
6955 * tree-ssa-ter.c (free_temp_expr_table): Likewise.
6956 * tree-ssa-threadupdate.c (duplicate_thread_path): Likewise.
6957 * tree-ssanames.c (release_ssa_name_fn): Likewise.
6958 * tree-stdarg.c (expand_ifn_va_arg): Likewise.
6959 * tree-vect-loop-manip.c
6960 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
6961 (slpeel_checking_verify_cfg_after_peeling): Likewise.
6962 (vect_do_peeling_for_loop_bound): Likewise.
6963 (vect_do_peeling_for_alignment): Likewise.
6964 * tree-vrp.c (supports_overflow_infinity): Likewise.
6965 (set_value_range): Likewise.
6966 * tree.c (free_lang_data_in_cgraph): Likewise.
6967 * value-prof.c (gimple_remove_histogram_value): Likewise.
6968 (free_hist): Likewise.
6969 * var-tracking.c (canonicalize_values_star): Likewise.
6970 (compute_bb_dataflow, vt_find_locations, vt_emit_notes): Likewise.
6972 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
6974 * internal-fn.def (IFN_GOACC_DIM_SIZE, IFN_GOACC_DIM_POS,
6975 IFN_GOACC_LOOP): New.
6976 * internal-fn.h (enum ifn_unique_kind): Add IFN_UNIQUE_OACC_FORK,
6977 IFN_UNIQUE_OACC_JOIN, IFN_UNIQUE_OACC_HEAD_MARK,
6978 IFN_UNIQUE_OACC_TAIL_MARK.
6979 (enum ifn_goacc_loop_kind): New.
6980 * internal-fn.c (expand_UNIQUE): Add IFN_UNIQUE_OACC_FORK,
6981 IFN_UNIQUE_OACC_JOIN cases.
6982 (expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS): New.
6983 (expand_GOACC_LOOP): New.
6984 * target-insns.def (oacc_dim_pos, oacc_dim_size): New.
6985 * omp-low.c: Include gimple-pretty-print.h.
6986 (struct oacc_loop): New.
6987 (enum oacc_loop_flags): New.
6988 (oacc_thread_numbers): New.
6989 (oacc_xform_loop): New.
6990 (new_oacc_loop_raw, new_oacc_loop_outer, new_oacc_loop,
6991 new_oacc_loop_routine, finish_oacc_loop, free_oacc_loop): New,
6992 (dump_oacc_loop_part, dump_oacc_loop, debug_oacc_loop): New,
6993 (oacc_loop_discover_walk, oacc_loop_sibling_nrevers,
6994 oacc_loop_discovery): New.
6995 (oacc_loop_xform_head_tail, oacc_loop_xform_loop,
6996 oacc_loop_process): New.
6997 (oacc_loop_fixed_partitions, oacc_loop_partition): New.
6998 (execute_oacc_device_lower): Discover & process loops. Process
7000 * target.def (goacc.fork_join): Change sense of hook, clarify
7002 * doc/tm.texi: Regenerated.
7004 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
7006 * target-insns.def (oacc_fork, oacc_join): Define.
7007 * target.def (goacc.validate_dims): Adjust doc to avoid warning.
7008 (goacc.fork_join): New GOACC hook.
7009 * targhooks.h (default_goacc_fork_join): Declare.
7010 * omp-low.c (default_goacc_forkjoin): New.
7011 * doc/tm.texi.in (TARGET_GOACC_FORK_JOIN): Add.
7012 * doc/tm.texi: Regenerate.
7014 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
7016 * omp-low.c (oacc_init_rediction_array): New.
7017 (oacc_initialize_reduction_data): Initialize array.
7019 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
7021 * omp-low.c (pass_oacc_device_lower::execute): Ignore errors.
7023 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
7025 * internal-fn.c (expand_UNIQUE): New.
7026 * internal-fn.h (enum ifn_unique_kind): New.
7027 * internal-fn.def (IFN_UNIQUE): New.
7028 * target-insns.def (unique): Define.
7029 * gimple.h (gimple_call_internal_unique_p): New.
7030 * gimple.c (gimple_call_same_target_p): Check internal fn
7032 * tracer.c (ignore_bb_p): Check for IFN_UNIQUE call.
7033 * tree-ssa-threadedge.c
7034 (record_temporary_equivalences_from_stmts): Likewise.
7035 * tree-cfg.c (gmple_call_initialize_ctrl_altering): Likewise.
7037 2015-10-27 Richard Henderson <rth@redhat.com>
7040 * config/i386/i386.c (ix86_cannot_change_mode_class): Disallow
7041 narrowing subregs on SSE and MMX registers.
7042 * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Clarify when subregs that
7043 appear to be sub-words of multi-register pseudos must be rejected.
7044 * doc/tm.texi: Regenerate.
7046 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7049 * config/aarch64/aarch64.md (*movsi_aarch64): Check that
7050 operands[0] is a reg before taking its REGNO in split condition.
7051 (*movdi_aarch64): Likewise.
7053 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7055 * config/aarch64/aarch64.c (aarch64_output_simd_mov_immediate):
7056 Handle floating point inner modes properly.
7058 2015-10-27 Alan Hayward <alan.hayward@arm.com>
7061 (vectorizable_live_operation): Change iterator.
7063 2015-10-27 Abderrazek Zaafrani <a.zaafrani@samsung.com>
7064 Aditya Kumar <aditya.k7@samsung.com>
7066 * graphite-optimize-isl.c (get_schedule_for_node_st): New callback
7067 function to schedule based on isl_schedule_node.
7068 (get_schedule_map_st): New schedule optimizer based on
7070 (scop_get_domains): New. Return the isl_union_set containing the
7071 domains of all the pbbs.
7072 (optimize_isl): Call the new function get_schedule_map_st for isl-0.15
7074 2015-10-27 H.J. Lu <hongjiu.lu@intel.com>
7077 * calls.c (prepare_call_address): Don't handle -fno-plt here.
7078 * config/i386/i386.c (ix86_expand_call): Generate indirect call
7079 via GOT for -fno-plt. Support indirect call via GOT for x32.
7080 * config/i386/predicates.md (sibcall_memory_operand): Allow
7083 2015-10-27 Richard Biener <rguenther@suse.de>
7085 PR tree-optimization/68104
7086 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
7087 strided access check ...
7088 (vect_compute_data_refs_alignment): ... here.
7090 2015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
7091 Joseph Myers <joseph@codesourcery.com>
7092 Mark Shinwell <shinwell@codesourcery.com>
7093 Andrew Stubbs <ams@codesourcery.com>
7094 Rich Felker <dalias@libc.org>
7096 * config.gcc: Handle --enable-fdpic.
7097 * config/sh/constraints.md (Ccl): New constraint.
7098 * config/sh/linux.h (SUBTARGET_LINK_EMUL_SUFFIX): Handle -mfdpic.
7099 * config/sh/sh-c.c (sh_cpu_cpp_builtins): Add __FDPIC__ and
7101 * config/sh/sh-mem.cc (expand_block_move): Support FDPIC for calls to
7103 * config/sh/sh-protos.h (function_symbol_result): New struct.
7104 (function_symbol): Return function_symbol_result.
7105 (sh_get_fdpic_reg_initial_val, sh_load_function_descriptor): New
7107 * config/sh/sh.c (TARGET_ASM_INTEGER, sh_assemble_integer): Implement
7109 (TARGET_CANNOT_FORCE_CONST_MEM, sh_cannot_force_const_mem_p): Likewise.
7110 (sh_option_override): Force -fPIC if FDPIC is in effect.
7111 (sh_asm_output_addr_const_extra): Add UNSPEC_GOTFUNCDESC and
7112 UNSPEC_GOTOFFFUNCDESC cases.
7113 (prepare_move_operands): Use FDPIC initial GOT register for
7114 TLS-related GOT access; inhibit cross-section address offset constants
7116 (sh_assemble_integer): New function.
7117 (sh_cannot_copy_insn_p): Inhibit copying insns that are FDPIC
7118 PC-relative call sites.
7119 (expand_ashiftrt): Adapt invocation of function_symbol.
7120 (sh_expand_prologue): Inhibit PC-relative GOT address load for FDPIC.
7121 (nonpic_symbol_mentioned_p): Add cases for UNSPEC_GOTFUNCDESC and
7122 UNSPEC_GOTOFFFUNCDESC.
7123 (legitimize_pic_address): Resolve function symbols to function
7124 descriptors for FDPIC. Do not use GOT-relative addressing for local
7125 data that may be read-only on FDPIC.
7126 (sh_emit_storesi, sh_emit_storehi): New functions.
7127 (sh_trampoline_init): Generate FDPIC trampolines.
7128 (sh_function_ok_for_sibcall): Add TARGET_FDPIC check.
7129 (sh_expand_sym_label2reg): Don't assume sibcalls are local.
7130 (sh_output_mi_thunk): Generate FDPIC call.
7131 (function_symbol): Return function_symbol_result. For SFUNC_STATIC on
7132 FDPIC, generate call site labels to use PC-relative addressing rather
7133 than GOT-relative addressing.
7134 (sh_conditional_register_usage): Make PIC register fixed and call used
7135 when FDPIC is in effect.
7136 (sh_legitimate_constant_p): Impose FDPIC constant constraints.
7137 (sh_cannot_force_const_mem_p, sh_load_function_descriptor,
7138 sh_get_fdpic_reg_initial_val): New functions.
7139 * config/sh/sh.h (SUBTARGET_ASM_SPEC, SUBTARGET_LINK_EMUL_SUFFIX):
7141 (FDPIC_SELF_SPECS, SUBTARGET_DRIVER_SELF_SPECS,
7142 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED,
7143 SH_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macros.
7144 (DRIVER_SELF_SPECS): Add SUBTARGET_DRIVER_SELF_SPECS and
7146 (TRAMPOLINE_SIZE): Select trampoline size for FDPIC.
7147 (ASM_PREFERRED_EH_DATA_FORMAT): Add EH format constraints for FDPIC.
7148 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Handle FDPIC case.
7149 * config/sh/sh.md (UNSPEC_GOTFUNCDESC, UNSPEC_GOTOFFFUNCDESC): New
7151 (calli_fdpic, call_valuei_fdpic, sibcalli_fdpic, sibcalli_pcrel_fdpic,
7152 sibcall_pcrel_fdpic, sibcall_valuei_fdpic, sibcall_valuei_pcrel_fdpic,
7153 sibcall_value_pcrel_fdpic, sym2GOTFUNCDESC, symGOTFUNCDESC2reg,
7154 sym2GOTOFFFUNCDESC, symGOTOFFFUNCDESC2reg): New patterns.
7155 (udivsi3_i1, udivsi3_i4, udivsi3_i4_single, udivsi3,
7156 *divsi_inv_call_combine, divsi3_i4, divsi3_i4_single, divsi3, ashlsi3,
7157 ashlsi3_d_call, ashrsi3_n, lshrsi3, lshrsi3_d_call, calli, call_valuei,
7158 call, call_value, sibcalli, sibcalli_pcrel, sibcall_pcrel, sibcall,
7159 sibcall_valuei, sibcall_valuei_pcrel, sibcall_value_pcrel,
7160 sibcall_value, GOTaddr2picreg, symGOT_load, symGOTOFF2reg,
7161 block_move_real, block_lump_real, block_move_real_i4,
7162 block_lump_real_i4): Add support for FDPIC calls.
7163 (mulsi3, ic_invalidate_line, initialize_trampoline, call_pop,
7164 call_value_pop): Adjust for new function_symbol signature.
7165 * config/sh/sh.opt (-mfdpic): New option.
7166 * doc/install.texi (Options specification): Document --enable-fdpic.
7167 * doc/invoke.texi (SH Options): Document -mfdpic.
7170 2015-10-27 Alan Lawrence <alan.lawrence@arm.com>
7172 PR tree-optimization/65963
7173 * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
7174 LSHIFT_EXPRs as equivalent MULT_EXPRs.
7176 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7179 * config/arm/arm.c (vfp3_const_double_for_bits): Rewrite.
7180 * config/arm/constraints.md (Dp): Update callsite.
7181 * config/arm/predicates.md (const_double_vcvt_power_of_two): Likewise.
7183 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7185 * builtins.c (fold_builtin_load_exponent): Rename to...
7186 (fold_const_builtin_load_exponent): ...this and only handle
7188 (fold_builtin_2): Update accordingly.
7189 * match.pd: Add rules previously handled by fold_builtin_load_exponent.
7191 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7193 * builtins.c (fold_builtin_logb): Rename to...
7194 (fold_const_builtin_logb): ...this and remove STRIP_NOPS call.
7195 (fold_builtin_significand): Rename to...
7196 (fold_const_builtin_significand): ...this and remove STRIP_NOPS call.
7197 (fold_builtin_1): Update accordingly.
7199 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7201 * builtins.c (fold_builtin_fmin_fmax): Delete.
7202 (fold_builtin_2): Handle constant fmin and fmax arguments here.
7203 * match.pd: Add rules previously handled by fold_builtin_fmin_fmax.
7205 2015-10-27 Evandro Menezes <e.menezes@samsung.com>
7207 * config/aarch64/aarch64-protos.h (cpu_addrcost_table): Split member
7208 for register extension into sign and zero register extension.
7209 * config/aarch64/aarch64.c (generic_addrcost_table): Infer values
7210 for sign and zero register extension.
7211 (cortexa57_addrcost_table): Likewise.
7212 (xgene1_addrcost_table): Likewise.
7214 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7216 * fold-const.c (fold_minmax): Delete.
7217 (fold_binary_loc): Don't call it.
7218 * match.pd: Add rules previously handled by fold_minmax.
7220 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7222 * builtins.c (fold_builtin_fma): Remove constant handling.
7223 (fold_builtin_3): Handle constant fma arguments here.
7225 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7227 * builtins.c (fold_builtin_fabs): Remove constant handling.
7228 (fold_builtin_abs): Likewise.
7230 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7232 * builtins.c (fold_builtin_copysign): Delete.
7233 (fold_builtin_2): Handle constant copysign arguments here.
7234 * match.pd: Add rules previously handled by fold_builtin_copysign.
7236 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7238 * builtins.c (fold_builtin_signbit): Delete.
7239 (fold_builtin_2): Handle constant signbit arguments here.
7240 * match.pd: Add rules previously handled by fold_builtin_signbit.
7242 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7244 * match.pd: Handle sqrt(x) cmp 0 specially.
7246 2015-10-27 Ilya Enkovich <enkovich.gnu@gmail.com>
7248 * tree-vect-generic.c (expand_vector_operations_1): Check
7249 optab type before using it.
7251 2015-10-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7253 * config/aarch64/aarch64-protos.h
7254 (struct tune_params): Add autoprefetcher_model field.
7255 * config/aarch64/aarch64.c: Include params.h
7256 (generic_tunings): Specify autoprefetcher_model value.
7257 (cortexa53_tunings): Likewise.
7258 (cortexa57_tunings): Likewise.
7259 (cortexa72_tunings): Likewise.
7260 (thunderx_tunings): Likewise.
7261 (xgene1_tunings): Likewise.
7262 (aarch64_first_cycle_multipass_dfa_lookahead_guard): New function.
7263 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define.
7264 (aarch64_override_options_internal): Set
7265 PARAM_SCHED_AUTOPREF_QUEUE_DEPTH param.
7267 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7269 * builtins.c (fold_builtin_exponent): Delete.
7270 (fold_builtin_2): Handle constant expN arguments here.
7271 * match.pd: Fold expN(logN(x)) -> x.
7273 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7275 * builtins.c (fold_builtin_powi): Delete.
7276 (fold_builtin_2): Handle constant powi arguments here.
7277 * match.pd: Add rules previously handled by fold_builtin_powi.
7279 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7281 * builtins.c (fold_builtin_pow): Delete in favor of...
7282 (fold_const_builtin_pow): ...this new function. Only handle constant
7284 (fold_builtin_2): Update accordingly.
7285 * match.pd: Add rules previously handled by fold_builtin_pow.
7287 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7289 * builtins.c (fold_builtin_hypot): Delete.
7290 (fold_builtin_2): Handle constant hypot arguments here.
7291 * match.pd: Fold hypot(x, 0) and hypot(0, x) to x. Canonicalize
7292 hypot(x, x) to fabs(x)*sqrt(2).
7294 2015-10-27 Richard Sandiford <richard.sandiford@arm.com>
7296 * gimple-match-head.c (maybe_push_res_to_seq): Use create_tmp_reg
7297 instead of make_ssa_name if not yet in SSA form.
7299 2015-10-27 Richard Biener <rguenther@suse.de>
7301 * cfg.c (free_edge): Add function argument and use it instead of cfun.
7302 (clear_edges): Likewise.
7303 * cfg.h (clear_edges): Adjust prototype.
7304 * cfgexpand.c (pass_expand::execute): Adjust.
7305 * cfgloop.c (release_recorded_exits): Add function argument and use
7307 * cfgloop.h (release_recorded_exits): Adjust prototype.
7308 (loops_state_satisfies_p): Add overload with function argument.
7309 (loops_state_set): Likewise.
7310 (loops_state_clear): Likewise.
7311 (struct loop_iterator): Add function argument to constructor
7312 and iterator and use it instead of cfun.
7313 (FOR_EACH_LOOP_FN): New macro.
7314 (loop_optimizer_finalize): Add overload with function argument.
7315 * loop-init.c (loop_optimizer_init): Adjust.
7316 (fix_loop_structure): Likewise.
7317 (loop_optimizer_finaliz): Add function argument and use it
7319 * tree-cfg.c (delete_tree_cfg_annotations): Likewise.
7320 * tree-cfg.h (delete_tree_cfg_annotations): Adjust prototype.
7321 * cgraph.c (release_function_body): Do not push/pop cfun.
7322 * final.c (rest_of_clean_state): Adjust.
7323 * graphite.c (graphite_finalize): Likewise.
7324 * tree-ssa-copy.c (fini_copy_prop): Likewise.
7325 * tree-ssa-dce.c (perform_tree_ssa_dce): Likewise.
7326 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Likewise.
7327 (tree_unroll_loops_completely): Likewise.
7328 (pass_complete_unrolli::execute): Likewise.
7329 * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates):
7330 Add function argument and use it instead of cfun.
7331 * tree-ssa-loop-niter.h (free_numbers_of_iterations_estimates):
7333 * tree-ssa-loop.c (tree_ssa_loop_done): Adjust.
7334 * tree-ssa.c (delete_tree_ssa): Add function argument and use it
7336 * tree-ssa.h (delete_tree_ssa): Adjust prototype.
7337 * tree-ssanames.c (fini_ssanames): Add function argument and use it
7339 * tree-ssanames.c (fini_ssanames): Adjust prototype.
7340 * tree-vrp.c (execute_vrp): Adjust.
7341 * value-prof.c (free_histograms): Add function argument and use it
7343 * value-prof.h (free_histograms): Adjust prototype.
7345 2015-10-27 Thomas Schwinge <thomas@codesourcery.com>
7347 * tree.h (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES)
7348 (OACC_KERNELS_BODY, OACC_KERNELS_CLAUSES, OACC_KERNELS_COMBINED)
7349 (OACC_PARALLEL_COMBINED): Don't define macros. Adjust all users.
7351 2015-10-27 Tom de Vries <tom@codesourcery.com>
7353 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add and use var
7356 2015-10-27 Bin Cheng <bin.cheng@arm.com>
7358 * loop-invariant.c (struct def): New field can_prop_to_addr_uses.
7359 (inv_can_prop_to_addr_use): New function.
7360 (record_use): Call can_prop_to_addr_uses, set the new field.
7361 (get_inv_cost): Count cost if inv can't be propagated into its
7364 2015-10-26 Doug Evans <dje@google.com>
7366 * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
7368 2015-10-26 Eric Botcazou <ebotcazou@adacore.com>
7370 * match.pd (fold_widened_comparison): Apply simplifications to all
7373 2015-10-26 Simon Dardis <simon.dardis@imgtec.com>
7375 * target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
7376 * doc/tm.texi.in (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): Document.
7377 * doc/tm.texi: Regenerated.
7378 * reorg.c (dbr_schedule): Use new hook.
7379 * config/mips/mips.c (mips_no_speculation_in_delay_slots_p): New.
7381 2015-10-26 Jeff Law <law@redhat.com>
7383 PR tree-optimization/68013
7384 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
7385 Make sure the first block in the path is in VISITED_BBs.
7387 2015-10-26 Richard Biener <rguenther@suse.de>
7388 Dominik Vogt <vogt@linux.vnet.ibm.com>
7391 * alias.c (ao_ref_from_mem): Remove promoted subreg handling.
7392 Properly prune ref->ref for accesses outside of ref.
7394 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
7396 * gimple-fold.c (replace_stmt_with_simplification): Don't allow
7397 new statements to be inserted if inplace. Allow calls to have
7400 2015-10-26 Richard Biener <rguenther@suse.de>
7402 * tree-object-size.c: Remove builtins.h include, include tree-cfg.h.
7403 (do_valueize): New function.
7404 (pass_object_sizes::execute): Use gimple_fold_stmt_to_constant and
7406 * tree-ssa-threadedge.c: Remove builtins.h include, include
7408 (fold_assignment_stmt): Remove.
7409 (threadedge_valueize): New function.
7410 (record_temporary_equivalences_from_stmts): Use
7411 gimple_fold_stmt_to_constant_1, note additional cleanup
7414 2015-10-26 Richard Biener <rguenther@suse.de>
7416 * match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
7417 ( (X & ~Y) | (~X & Y) -> X ^ Y): Remove redundant :c.
7419 2015-10-26 Alan Hayward <alan.hayward@arm.com>
7421 * tree-vect-loop.c (vect_create_epilog_for_reduction): Fix
7422 VEC_COND_EXPR types.
7424 2015-10-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7426 * auto-inc-dec.c (insert_move_insn_before): Delete.
7427 (attempt_change): Remember to cost the simple move in the
7428 FORM_PRE_ADD and FORM_POST_ADD cases.
7430 2015-10-26 Kaz Kojima <kkojima@gcc.gnu.org>
7433 * config/sh/sh.c (sh_vector_mode_supported_p): Use
7434 TARGET_SHMEDIA_FPU instead of TARGET_FPU_ANY.
7436 2015-10-26 Tom de Vries <tom@codesourcery.com>
7438 * tree-ssa-structalias.c (make_restrict_var_constraints): New function,
7440 (intra_create_variable_infos): ... here.
7442 2015-10-26 Tom de Vries <tom@codesourcery.com>
7444 * tree-ssa-structalias.c (intra_create_variable_infos): Add
7445 restrict_pointer_p and recursive_restrict_p variables.
7447 2015-10-26 Tom de Vries <tom@codesourcery.com>
7449 * tree-ssa-structalias.c (intra_create_variable_infos): Inline
7450 get_vi_for_tree call.
7452 2015-10-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7455 * optabs.c (expand_atomic_compare_and_swap): Handle case when
7456 ptarget_oval or ptarget_bool are const0_rtx.
7458 2015-10-26 Christian Bruel <christian.bruel@st.com>
7460 * function.h (MINIMUM_METHOD_BOUNDARY): New macro.
7461 * cp/decl.c (grokfndecl): Set DECL_ALIGN with MINIMUM_METHOD_BOUNDARY.
7462 * cp/method.c (implicitly_declare_fn): Likewise.
7463 * cp/lambda.c (maybe_add_lambda_conv_op): Likewise. Remove VBIT setting.
7464 * java/class.c (add_method_1): Likewise.
7466 2015-10-26 Richard Biener <rguenther@suse.de>
7468 * alloc-pool.h (base_pool_allocator): Use placement new.
7469 (base_pool_allocator::remove): Likewise. Compute size outside of
7472 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
7474 * builtins.c (do_real_to_int_conversion): New function.
7475 (fold_fixed_mathfn, fold_builtin_int_roundingfn): Delete.
7476 (fold_builtin_1): Handle constant {i,l,ll}{ceil,floor,round}{f,,l}
7478 * match.pd: Add rules previously handled by fold_fixed_mathfn
7479 and fold_builtin_int_roundingfn.
7481 2015-10-26 Richard Sandiford <richard.sandiford@arm.com>
7483 * match.pd: Use macros to define built-in operator lists.
7485 2015-10-20 Richard Sandiford <richard.sandiford@arm.com>
7486 Richard Biener <rguenther@suse.de>
7488 * genmatch.c (dt_simplify::gen): Skip captures that are
7490 (parser::parse_expr): Allow captures in results too.
7491 * builtins.c (fold_builtin_cexp): Delete.
7492 (fold_builtin_1): Handle constant cexp arguments here.
7493 * match.pd: Fold cexp(x+yi) to exp(x) * cexpi(y).
7495 2015-10-26 Mikhail Maltsev <maltsevm@gmail.com>
7497 * alloc-pool.h (base_pool_allocator::initialize, ::allocate): Remove
7498 conditional compilation.
7499 (base_pool_allocator::remove): Use flag_checking.
7501 2015-10-25 John David Anglin <danglin@gcc.gnu.org>
7503 * config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.
7506 * dojump.c (do_compare_and_jump): Canonicalize both function and
7509 2015-10-25 Uros Bizjak <ubizjak@gmail.com>
7512 * config/i386/i386.c (ix86_md_asm_adjust) [case 'a']: Use NE code
7515 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
7518 * ipa-polymorphic-call.c
7519 (ipa_polymorphic_call_context::get_dynamic_type): Do not confuse
7520 instance offset with offset of outer type.
7522 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
7524 * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
7526 2015-10-23 Caroline Tice <cmtice@google.com>
7528 (from Richard Biener
7529 * tree.c (int_cst_hasher::hash): Replace XOR with more efficient
7530 call to iterative_hash_host_wide_int.
7532 2015-10-23 David Edelsohn <dje.gcc@gmail.com>
7534 * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
7537 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
7539 * tree-vect-generic.c (expand_vector_operations_1): Check
7540 optab exists before use it.
7542 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
7544 * tree-vect-generic.c (expand_vector_condition): Avoid
7545 uninitialized variable warning.
7547 2015-10-23 Jeff Law <law@redhat.com>
7549 * passes.c (execute_function_todo): Do not call flush_ssaname_freelist
7551 (execute_todo): Call it here.
7552 * tree-ssanames.c (make_ssa_name_fn): Unconditionally gather reuse
7554 (pass_release_ssa_names::execute): Do not call flusH_ssaname_freelist.
7556 2015-10-23 Gregor Richards <gregor.richards@uwaterloo.ca>
7557 Szabolcs Nagy <szabolcs.nagy@arm.com>
7559 * config.gcc (enable_secureplt): Add *-linux*-musl*.
7561 2015-10-23 Jeff Law <law@redhat.com>
7563 PR tree-optimization/67830
7564 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
7565 Explicitly verify the mask has no bits outside the type of
7566 the innermost operands.
7568 2015-10-23 Gregor Richards <gregor.richards@uwaterloo.ca>
7569 Szabolcs Nagy <szabolcs.nagy@arm.com>
7571 * config/rs6000/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
7572 (MUSL_DYNAMIC_LINKER64): Define.
7573 (GNU_USER_DYNAMIC_LINKER32): Update.
7574 (GNU_USER_DYNAMIC_LINKER64): Update.
7575 (CHOOSE_DYNAMIC_LINKER): Update.
7577 * config/rs6000/sysv4.h (GNU_USER_DYNAMIC_LINKER): Update.
7578 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER_E,)
7579 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
7580 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
7581 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
7582 (CHOOSE_DYNAMIC_LINKER): Update.
7583 (INCLUDE_DEFAULTS): Redefine.
7585 * config/rs6000/sysv4le.h (MUSL_DYNAMIC_LINKER_E): Define.
7587 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
7589 * fold-const.c (operand_equal_p): Do not compare TYPE_MODE when
7590 comparing addresses.
7592 2015-10-23 Jan Hubicka <hubicka@ucw.cz>
7594 * fold-const.c (operand_equal_p): Handle matching of vector
7597 2015-10-23 David Edelsohn <dje.gcc@gmail.com>
7599 * doc/install.texi (*-ibm-aix*): Additional information for AIX 7.1.
7601 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
7602 Andrew Pinski <apinski@cavium.com>
7604 PR rtl-optimization/67736
7605 * combine.c (simplify_comparison): Use gen_lowpart_or_truncate instead
7608 2015-10-23 Ilya Enkovich <enkovich.gnu@gmail.com>
7611 * tree.c (build_truth_vector_type): Support BLK mode
7612 returned for boolean vector.
7614 2015-10-23 Alan Hayward <alan.hayward@arm.com>
7616 PR tree-optimization/65947
7618 (vect_is_simple_reduction_1): Find condition reductions.
7619 (vect_model_reduction_cost): Add condition reduction costs.
7620 (get_initial_def_for_reduction): Add condition reduction initial var.
7621 (vect_create_epilog_for_reduction): Add condition reduction epilog.
7622 (vectorizable_reduction): Condition reduction support.
7623 * tree-vect-stmts.c (vectorizable_condition): Add vect reduction arg
7624 * doc/sourcebuild.texi (Vector-specific attributes): Document
7627 2015-10-23 Richard Biener <rguenther@suse.de>
7629 * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
7632 2015-10-23 Richard Biener <rguenther@suse.de>
7633 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
7635 * fold-const.c (fold_binary_loc) : Move Fold (A & ~B) - (A & B)
7636 into (A ^ B) - B to match.pd
7637 Move (X & ~Y) | (~X & Y) is X ^ Y to match.pd.
7639 * match.pd (minus (bit_and:cs @0 (bit_not @1)) (bit_and:s @0 @1)):
7641 (minus (bit_and:s @0 INTEGER_CST@2) (bit_and:s @0 INTEGER_CST@1)):
7643 (minus (bit_and:s @0 @1) (bit_and:cs @0 (bit_not @1))):
7645 (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_and:c (bit_not @0) @1)):
7647 (bit_ior:c (bit_and @0 INTEGER_CST@2) (bit_and (bit_not @0)
7648 INTEGER_CST@1)): New simplifier.
7650 2015-10-23 Richard Sandiford <richard.sandiford@arm.com>
7652 * builtins.c (integer_valued_real_p): Move to fold-const.c.
7653 (fold_trunc_transparent_mathfn, fold_builtin_trunc, fold_builtin_floor)
7654 (fold_builtin_ceil, fold_builtin_round): Delete.
7655 (fold_builtin_1): Handle constant trunc, floor, ceil and round
7657 * convert.c (convert_to_real): Remove narrowing of rounding
7659 * fold-const.h (integer_valued_real_unary_p)
7660 (integer_valued_real_binary_p, integer_valued_real_call_p)
7661 (integer_valued_real_single_p, integer_valued_real_p): Declare.
7662 * fold-const.c (tree_single_nonnegative_warnv_p): Move
7663 name_registered_for_update_p check to SSA_NAME case statement.
7664 Don't call tree_simple_nonnegative_warnv_p for SSA names.
7665 (integer_valued_real_unary_p, integer_valued_real_binary_p)
7666 (integer_valued_real_call_p, integer_valued_real_single_p)
7667 (integer_valued_real_invalid_p): New functions.
7668 (integer_valued_real_p): Move from fold-const.c and rework
7669 to call the functions above. Handle SSA names.
7670 * gimple-fold.h (gimple_stmt_integer_valued_real_p): Declare.
7671 * gimple-fold.c (gimple_assign_integer_valued_real_p)
7672 (gimple_call_integer_valued_real_p, gimple_phi_integer_valued_real_p)
7673 (gimple_stmt_integer_valued_real_p): New functions.
7674 * match.pd: Fold f(f(x))->f(x) for fp->fp rounding functions f.
7675 Fold f(x)->x for the same f if x is known to be integer-valued.
7676 Fold f(extend(x))->extend(f'(x)) if doing so doesn't affect
7677 the result. Canonicalize floor(x) as trunc(x) if x is
7680 2015-10-23 Tom de Vries <tom@codesourcery.com>
7682 * tree-ssa-structalias.c (intra_create_variable_infos): Use
7683 make_constraint_from.
7685 2015-10-23 Tom de Vries <tom@codesourcery.com>
7687 * tree-ssa-structalias.c (create_variable_info_for_1): Add missing
7688 setting of is_full_var in case of a single field.
7690 2015-10-22 Martin Sebor <msebor@redhat.com>
7693 * config/i386/i386.opt: Add missing periods to the ends of sentences.
7694 * config/msp430/msp430.opt: Same.
7696 2015-10-21 David Wohlferd <dw@LimeGreenSocks.com>
7698 * doc/extend.exp (Global Register Variables): Rewrite.
7700 2015-10-22 Jeff Law <law@redhat.com>
7702 * genattrtab.c (main): If we do not have any annul-true or annul-false
7703 slots, then write out a dummy eligible_for_annul_true or
7704 eligible_for_annul_false as needed.
7706 2015-10-22 Nick Clifton <nickc@redhat.com>
7708 * config/msp430/msp430.opt: Add -msilicon-errata and
7709 -msilicon-errata-warn.
7710 * config/msp430/msp430.h (ASM_SPEC): Pass new options on to
7712 * doc/invoke.texi: Document new options.
7714 2015-10-22 Richard Biener <rguenther@suse.de>
7716 PR tree-optimization/58497
7717 * tree-vect-generic.c (ssa_uniform_vector_p): New helper.
7718 (expand_vector_operations_1): Use it. Lower operations on
7719 all uniform vectors to scalar operations if the HW supports it.
7721 2015-10-22 Richard Biener <rguenther@suse.de>
7723 PR tree-optimization/19049
7724 PR tree-optimization/65962
7725 * tree-vect-data-refs.c (vect_analyze_group_access_1): Fall back
7726 to strided accesses if single-element interleaving doesn't work.
7728 2015-10-22 Richard Biener <rguenther@suse.de>
7732 * optabs.c (emit_libcall_block_1): Allow a NULL_RTX equiv.
7733 (expand_binop): For -ftrapv optabs do not record an REG_EQUAL note.
7734 (expand_unop): Likewise.
7736 2015-10-22 Richard Biener <rguenther@suse.de>
7738 * fold-const.c (fold_addr_of_array_ref_difference): Properly
7739 convert operands before folding a MINUS_EXPR.
7740 (fold_binary_loc): Move simplification of MINUS_EXPR on
7741 converted POINTER_PLUS_EXPRs ...
7742 * match.pd: ... here.
7744 2015-10-22 Richard Sandiford <richard.sandiford@arm.com>
7746 * builtins.c (fold_builtin_tan): Delete.
7747 (fold_builtin_1): Handle constant tan arguments here.
7748 * match.pd: Simplify (tan (atan x)) to x.
7750 2015-10-22 Richard Sandiford <richard.sandiford@arm.com>
7752 * builtins.c (fold_builtin_cproj): Delete.
7753 (fold_builtin_1): Handle constant arguments here.
7754 (build_complex_cproj): Move and rename to...
7755 * tree.c: (build_complex_inf): ...this.
7756 * tree.h (build_complex_inf): Declare.
7757 * match.pd: Fold cproj(x)->x if x has no infinity.
7758 Use build_complex_inf for existing cproj rules.
7760 2015-10-22 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7763 * config/s390/s390.md (mov<mode>cc): Emit compare only if we don't
7764 already have a comparison result.
7766 2015-10-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7769 * config/aarch64/aarch64.c (aarch64_nopcrelative_literal_loads): New.
7770 (aarch64_expand_mov_immediate): Use aarch64_nopcrelative_literal_loads.
7771 (aarch64_classify_address): Likewise.
7772 (aarch64_secondary_reload): Likewise.
7773 (aarch64_override_options_after_change_1): Adjust.
7774 * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
7775 Use aarch64_nopcrelative_literal_loads.
7776 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
7777 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
7780 2015-10-21 Martin Sebor <msebor@redhat.com>
7783 * opts.c (undocumented_msg, use_diagnosed_msg): New globals.
7784 (print_filtered_help): Reference aliased option's name and encourage
7785 readers to use it in preference to the alias if the former is not
7786 documented. Mention when using an option is diagnosed.
7787 * gcc.c (display_help): End each sentence with a period.
7789 * common.opt: End each sentence that describes an option with
7791 * config/aarch64/aarch64.opt: Same.
7792 * config/alpha/alpha.opt: Same.
7793 * config/arc/arc.opt: Same.
7794 * config/arm/arm.opt: Same.
7795 * config/avr/avr.opt: Same.
7796 * config/bfin/bfin.opt: Same.
7797 * config/c6x/c6x.opt: Same.
7798 * config/cr16/cr16.opt: Same.
7799 * config/cris/cris.opt: Same.
7800 * config/cris/linux.opt: Same.
7801 * config/darwin.opt: Same.
7802 * config/epiphany/epiphany.opt: Same.
7803 * config/fr30/fr30.opt: Same.
7804 * config/frv/frv.opt: Same.
7805 * config/ft32/ft32.opt: Same.
7806 * config/g.opt: Same.
7807 * config/h8300/h8300.opt: Same.
7808 * config/i386/cygming.opt: Same.
7809 * config/i386/djgpp.opt: Same.
7810 * config/i386/i386.opt: Same.
7811 * config/i386/interix.opt: Same.
7812 * config/i386/mingw-w64.opt: Same.
7813 * config/i386/mingw.opt: Same.
7814 * config/ia64/ia64.opt: Same.
7815 * config/ia64/ilp32.opt: Same.
7816 * config/iq2000/iq2000.opt: Same.
7817 * config/linux.opt: Same.
7818 * config/lm32/lm32.opt: Same.
7819 * config/lynx.opt: Same.
7820 * config/m32c/m32c.opt: Same.
7821 * config/m32r/m32r.opt: Same.
7822 * config/m68k/ieee.opt: Same.
7823 * config/m68k/m68k.opt: Same.
7824 * config/mcore/mcore.opt: Same.
7825 * config/mep/mep.opt: Same.
7826 * config/microblaze/microblaze.opt: Same.
7827 * config/mips/mips.opt: Same.
7828 * config/mmix/mmix.opt: Same.
7829 * config/mn10300/mn10300.opt: Same.
7830 * config/moxie/moxie.opt: Same.
7831 * config/msp430/msp430.opt: Same.
7832 * config/nios2/elf.opt: Same.
7833 * config/nios2/nios2.opt: Same.
7834 * config/nvptx/nvptx.opt: Same.
7835 * config/pa/pa-hpux.opt: Same.
7836 * config/pa/pa-hpux1010.opt: Same.
7837 * config/pa/pa-hpux1111.opt: Same.
7838 * config/pa/pa-hpux1131.opt: Same.
7839 * config/pa/pa.opt: Same.
7840 * config/pa/pa64-hpux.opt: Same.
7841 * config/pdp11/pdp11.opt: Same.
7842 * config/rl78/rl78.opt: Same.
7843 * config/rs6000/476.opt: Same.
7844 * config/rs6000/aix64.opt: Same.
7845 * config/rs6000/darwin.opt: Same.
7846 * config/rs6000/linux64.opt: Same.
7847 * config/rs6000/rs6000.opt: Same.
7848 * config/rs6000/sysv4.opt: Same.
7849 * config/s390/s390.opt: Same.
7850 * config/s390/tpf.opt: Same.
7851 * config/sh/sh.opt: Same.
7852 * config/sol2.opt: Same.
7853 * config/sparc/long-double-switch.opt: Same.
7854 * config/sparc/sparc.opt: Same.
7855 * config/spu/spu.opt: Same.
7856 * config/stormy16/stormy16.opt: Same.
7857 * config/tilegx/tilegx.opt: Same.
7858 * config/tilepro/tilepro.opt: Same.
7859 * config/v850/v850.opt: Same.
7860 * config/vax/vax.opt: Same.
7861 * config/visium/visium.opt: Same.
7862 * config/vms/vms.opt: Same.
7863 * config/vxworks.opt: Same.
7864 * config/xtensa/xtensa.opt: Same.
7866 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
7867 Sebastian Pop <s.pop@samsung.com>
7869 * graphite-scop-detection.c (parameter_index_in_region): Update call to
7870 invariant_in_sese_p_rec.
7871 * graphite-sese-to-poly.c (extract_affine): Same.
7872 * sese.c (invariant_in_sese_p_rec): Pass in an extra
7873 parameter has_vdefs.
7874 (scalar_evolution_in_region): Return chrec_dont_know when the scalar
7875 variable depends on virtual definitions in the current region.
7876 * sese.h (invariant_in_sese_p_rec): Update declaration.
7878 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
7879 Sebastian Pop <s.pop@samsung.com>
7881 * graphite-scop-detection.c (build_scops): Do not handle scops
7882 with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
7883 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.
7885 2015-10-21 Mikhail Maltsev <maltsevm@gmail.com>
7887 * config.in: Regenerate.
7888 * configure: Regenerate.
7889 * configure.ac (CHECKING_P): Define.
7890 * system.h: Use CHECKING_P.
7892 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
7895 * ipa-polymorphic-call.c (possible_placement_new): If cur_offset
7896 is negative we don't know the type.
7897 (check_stmt_for_type_change): Skip constructors of non-polymorphic
7898 types as those won't help devirutalization.
7900 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
7902 * fold-const.c (operand_equal_p): Add code matching empty constructors.
7904 2015-10-21 Eric Botcazou <ebotcazou@adacore.com>
7906 * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): Tweak
7908 (TRUNC_MOD_EXPR, CEIL_MOD_EXPR, FLOOR_MOD_EXPR, ROUND_MOD_EXPR):
7909 Add comments on sign of the result.
7910 * fold-const.c (tree_binary_nonnegative_warnv_p) <FLOOR_MOD_EXPR>:
7911 Recurse on operand #1 instead of operand #0.
7912 <CEIL_MOD_EXPR>: Do not recurse.
7913 <ROUND_MOD_EXPR>: Likewise.
7915 2015-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
7917 * cfgrtl.c (pass_free_cfg::execute): Adjust.
7918 * final.c (dbr_sequence_length): Always define.
7919 (shorten_branches): Adjust.
7920 * genattr-common.c (main): Always define DELAY_SLOTS.
7921 * genattr.c (main): Unconditionally declare functions and define
7922 macros related to delay slots.
7923 * genattrtab.c (write_eligible_delay): Adjust.
7924 (main): Always write out delay slot functions.
7925 * opts.c (default_options_table): Adjust.
7926 * reorg.c (redirect_with_delay_slots_safe_p): Likewise.
7927 (redirect_with_delay_list_safe_p): Likewise.
7928 (fill_simple_delay_slots): Likewise.
7929 (fill_slots_from_thread): Likewise.
7930 (make_return_insns): Likewise.
7931 (dbr_schedule): Likewise.
7932 (rest_of_handle_delay_slots): Likewise.
7933 (pass_delay_slots::gate): Likewise.
7934 * toplev.c (process_options): Likewise.
7936 2015-10-21 Richard Henderson <rth@redhat.com>
7938 * targhooks.c (default_addr_space_pointer_mode): Remove check
7939 for generic address space.
7940 (default_addr_space_address_mode): Likewise.
7941 (default_addr_space_valid_pointer_mode): Likewise.
7942 (default_addr_space_legitimate_address_p): Likewise.
7943 (default_addr_space_legitimize_address): Likewise.
7944 * target.def (addr_space.pointer_mode): Update documentation
7945 of default behavior.
7946 (addr_space.address_mode): Likewise.
7949 * expr.c (expand_expr_real_2): Use convert_modes on disjoint
7952 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
7954 * builtins.c (fold_builtin_cabs): Delete.
7955 (fold_builtin_1): Update accordingly. Handle constant arguments here.
7956 * match.pd: Add rules previously handled by fold_builtin_cabs.
7958 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
7960 * fold-const.h (fold_strip_sign_ops): Delete.
7961 * fold-const.c (fold_strip_sign_ops): Likewise.
7962 (fold_unary_loc, fold_binary_loc): Remove calls to it.
7963 * builtins.c (fold_builtin_cos, fold_builtin_cosh)
7964 (fold_builtin_ccos): Delete.
7965 (fold_builtin_pow): Don't call fold_strip_sign_ops.
7966 (fold_builtin_hypot, fold_builtin_copysign): Likewise.
7967 Remove fndecl argument.
7968 (fold_builtin_1): Update calls accordingly. Handle constant
7969 cos, cosh, ccos and ccosh here.
7971 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
7973 * doc/invoke.texi (-fdump-tree-backprop, -fssa-backprop): Document.
7974 * Makefile.in (OBJS): Add gimple-ssa-backprop.o.
7975 * common.opt (fssa-backprop): New option.
7976 * fold-const.h (negate_mathfn_p): Declare.
7977 * fold-const.c (negate_mathfn_p): Make public.
7978 * timevar.def (TV_TREE_BACKPROP): New.
7979 * tree-pass.h (make_pass_backprop): Declare.
7980 * passes.def (pass_backprop): Add.
7981 * gimple-ssa-backprop.c: New file.
7983 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
7984 Sebastian Pop <s.pop@samsung.com>
7986 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard):
7987 Do not call create_empty_if_region_on_edge when cond_expr is true.
7988 (translate_isl_ast_node_for): Check whether a guard has been generated.
7990 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
7992 * graphite-poly.h (struct dr_info): Added invalid_alias_set number.
7993 (operator=): Removed.
7994 (dr_info): Make alias_set number the last argument with default
7995 value of invalid_alias_set.
7996 * graphite-sese-to-poly.c (build_scop_drs): Update constructor
7998 (rewrite_reductions_out_of_ssa): Iterate only through the
7999 basic blocks which are inside region.
8000 (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
8001 * sese.h (struct sese_l): Removed assignment operator.
8002 (split_region_for_bb): Removed dead code.
8004 2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
8006 * graphite-poly.h (struct dr_info): Removed conversion constructor.
8007 (struct scop): Renamed scop::region to scop::scop_info
8008 (scop_set_region): Same.
8009 (SCOP_REGION): Removed
8010 (SCOP_CONTEXT): Removed.
8011 (POLY_SCOP_P): Removed.
8012 * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
8013 Rename scop->region to scop->scop_info.
8014 (add_parameters_to_ivs_params): Same.
8015 (graphite_regenerate_ast_isl): Same.
8016 * graphite-poly.c (new_scop): Same.
8018 (print_scop_params): Same.
8019 * graphite-scop-detection.c (scop_detection::remove_subscops): Same.
8020 (scop_detection::remove_intersecting_scops): Use pointer to sese_l.
8021 (dot_all_scops_1): Rename scop->region to scop->scop_info.
8022 (scop_detection::nb_pbbs_in_loops): Same.
8023 (find_scop_parameters): Same.
8024 (try_generate_gimple_bb): Same.
8025 (gather_bbs::before_dom_children): Same.
8026 (gather_bbs::after_dom_children): Same.
8027 (build_scops): Same.
8028 * graphite-sese-to-poly.c (build_scop_scattering): Same.
8029 (extract_affine_chrec): Same.
8030 (extract_affine): Same.
8031 (set_scop_parameter_dim): Same.
8032 (build_loop_iteration_domains): Same.
8033 (create_pw_aff_from_tree): Same.
8034 (add_param_constraints): Same.
8035 (build_scop_iteration_domain): Same.
8036 (build_scop_drs): Same.
8037 (analyze_drs_in_stmts): Same.
8038 (insert_out_of_ssa_copy_on_edge): Same.
8039 (rewrite_close_phi_out_of_ssa):Same.
8040 (rewrite_reductions_out_of_ssa):Same.
8041 (handle_scalar_deps_crossing_scop_limits):Same.
8042 (rewrite_cross_bb_scalar_deps):Same.
8043 (rewrite_cross_bb_scalar_deps_out_of_ssa):Same.
8044 (build_poly_scop):Same.
8045 (build_alias_set): Use pointer to dr_info.
8046 * graphite.c (print_graphite_scop_statistics):
8047 (graphite_transform_loops):
8048 * sese.h (struct sese_l): Remove conversion constructor.
8050 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
8053 * tree.c (verify_type): Verify that TYPE_MODE match
8054 between TYPE_CANONICAL and type.
8055 * expr.c (store_expr_with_bounds): Revert my previous change.
8056 * expmed.c (store_bit_field_1): Revert prevoius change.
8057 * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE
8058 to match for all types.
8060 2015-10-21 Nathan Sidwell <nathan@codesourcery.com>
8062 * omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop
8065 2015-10-21 Ilya Enkovich <enkovich.gnu@gmail.com>
8067 * doc/tm.texi: Regenerated.
8068 * doc/tm.texi.in (TARGET_VECTORIZE_GET_MASK_MODE): New.
8069 * stor-layout.c (layout_type): Use mode to get vector mask size.
8070 * target.def (get_mask_mode): New.
8071 * targhooks.c (default_get_mask_mode): New.
8072 * targhooks.h (default_get_mask_mode): New.
8073 * tree-vect-stmts.c (get_same_sized_vectype): Add special case
8075 * tree.c (MAX_BOOL_CACHED_PREC): New.
8076 (nonstandard_boolean_type_cache): New.
8077 (build_nonstandard_boolean_type): New.
8078 (make_vector_type): Vector mask has no canonical type.
8079 (build_truth_vector_type): New.
8080 (build_same_sized_truth_vector_type): New.
8081 (truth_type_for): Support vector masks.
8082 * tree.h (VECTOR_BOOLEAN_TYPE_P): New.
8083 (build_truth_vector_type): New.
8084 (build_same_sized_truth_vector_type): New.
8085 (build_nonstandard_boolean_type): New.
8086 * tree-cfg.c (verify_gimple_comparison) Require boolean
8087 vector type for vector comparison.
8088 (verify_gimple_assign_ternary): Likewise.
8089 * optabs.c (expand_vec_cond_expr): Accept boolean vector as
8091 * tree-vect-stmts.c (vectorizable_condition): Use boolean
8092 vector type for vector comparison.
8093 * tree-vect-generic.c (elem_op_func): Add new operand to hold
8095 (do_unop): Adjust to modified function type.
8096 (do_binop): Likewise.
8097 (do_plus_minus): Likewise.
8098 (do_negate); Likewise.
8099 (expand_vector_piecewise): Likewise.
8100 (do_cond): Likewise.
8101 (do_compare): Use comparison instead of condition.
8102 (expand_vector_divmod): Use boolean vector type for comparison.
8103 (expand_vector_operations_1): Skip scalar mask operations.
8105 2015-10-21 Ilya Enkovich <enkovich.gnu@gmail.com>
8107 * omp-low.c (simd_clone_create): Set in_other_partition
8110 2015-10-21 David Wohlferd <dw@LimeGreenSocks.com>
8112 * doc/extend.exp (Local Register Variables): Rewrite.
8114 2015-10-21 Richard Sandiford <richard.sandiford@arm.com>
8116 * match.pd: Add rules to simplify ccos, ccosh, hypot, copysign
8117 and x*x in cases where the operands are sign ops. Extend these
8118 rules to handle copysign as a sign op (including for cos, cosh
8119 and pow, which already treated negate and abs as sign ops).
8121 2015-10-21 Uros Bizjak <ubizjak@gmail.com>
8124 * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack
8125 for 64-bit MS_ABI targets also when default incoming stack boundary
8128 2015-10-21 Richard Biener <rguenther@suse.de>
8130 * tree-ssa-sccvn.c (cond_stmts_equal_p): Compare two GIMPLE
8131 cond stmts, enhanced and split out from ...
8132 (vn_phi_eq): ... here.
8134 2015-10-21 Richard Biener <rguenther@suse.de>
8137 * fold-const.c: Include tree-ssa-operands.h and tree-into-ssa.h.
8138 (tree_ssa_name_nonnegative_warnv_p): Fold into ...
8139 (tree_single_nonnegative_warnv_p): ... here. For SSA names
8140 make sure they are not registered for update.
8142 2015-10-21 Richard Biener <rguenther@suse.de>
8144 PR tree-optimization/68026
8145 * tree-ssa-ccp.c (get_value_for_expr): Zero-extend mask for
8146 unsigned VARYING values.
8148 2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
8150 * asan.c (asan_emit_stack_protection): Don't pass local stack to
8151 asan_stack_malloc_[n] anymore. Check if asan_stack_malloc_[n] returned
8152 NULL and use local stack than.
8153 (asan_finish_file): Insert __asan_version_mismatch_check_v[n] call
8154 in addition to __asan_init.
8155 * sanitizer.def (BUILT_IN_ASAN_INIT): Rename to __asan_init.
8156 (BUILT_IN_ASAN_VERSION_MISMATCH_CHECK): Add new builtin call.
8157 * asan.h (asan_intercepted_p): Handle new string builtins.
8158 * ubsan.c (ubsan_use_new_style_p): New function.
8159 (ubsan_instrument_float_cast): If location is unknown, assign
8160 input_location to loc. Propagate loc to ubsan_create_data if
8161 ubsan_use_new_style_p returned true.
8163 2015-10-21 Jeff Law <law@redhat.com>
8165 * Makefile.in (OBJS): Remove sched-vis.c
8166 * sched-vis.c: Removed. Code moved into...
8167 * print-rtl.c: Here. Include cfg.h, pretty-print.h and print-rtl.h.
8168 * rtl.h: Remove prototypes for functions now living in print-rtl.c
8169 * print-rtl.h Add prototypes for new functions in print-rtl.c.
8170 * auto-inc-dec.c: Include print-rtl.h
8171 * cfgrtl.c, combine.c, final.c haifa-sched.c: Likewise.
8172 * ira.c, lra-constraints.c, lra.c, sel-sched-dump.c: Likewise.
8174 * varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
8177 2015-10-21 Richard Biener <rguenther@suse.de>
8178 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
8180 * fold-const.c (fold_binary_loc) : Move (-A) * (-B) -> A * B
8182 * doc/implement-c.texi (Integers Implementation): Make GCC's promises
8183 about signed left shift stronger and clarify the cases when they're
8185 Move (a * (1 << b)) is (a << b) to match.pd.
8186 Move convert (C1/X)*C2 into (C1*C2)/X to match.pd.
8187 Move ~X & X, (X == 0) & X, and !X & X are zero to match.pd.
8188 Move X & ~X , X & (X == 0), and X & !X are zero to match.pd.
8190 * match.pd (mult:c @0 (convert? (lshift integer_onep@1 @2))):
8192 (mult (rdiv:s REAL_CST@0 @1) REAL_CST@2): New simplifier.
8193 (bit_and:c (convert? @0) (convert? (bit_not @0))): New simplifier.
8194 (bit_ior (bit_and:s @0 (bit_not:s @1)) (bit_and:s (bit_not:s @0) @1))
8196 (mult:c (convert1? (negate @0)) (convert2? negate_expr_p@1)):
8198 (match (logical_inverted_value @0) (truth_not @0)) : New Predicate.
8200 2015-10-21 Gregor Richards <gregor.richards@uwaterloo.ca>
8201 Szabolcs Nagy <szabolcs.nagy@arm.com>
8202 Alan Modra <amodra@gmail.com>
8204 * config/rs6000/secureplt.h (LINK_SECURE_PLT_DEFAULT_SPEC): Define.
8205 * config/rs6000/sysv4.h (LINK_SECURE_PLT_SPEC): Define.
8206 (LINK_SPEC): Add %(link_secure_plt).
8207 (SUBTARGET_EXTRA_SPECS): Add "link_secure_plt".
8208 * config/rs6000/linux64.h (LINK_SECURE_PLT_SPEC): Redefine.
8210 2015-10-20 Gregor Richards <gregor.richards@uwaterloo.ca>
8211 Szabolcs Nagy <szabolcs.nagy@arm.com>
8213 * config/sh/linux.h (MUSL_DYNAMIC_LINKER): Define.
8214 (MUSL_DYNAMIC_LINKER_E, MUSL_DYNAMIC_LINKER_FP): Define.
8216 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8218 * config/aarch64/aarch64.c (aarch64_mode_valid_for_sched_fusion_p):
8220 (fusion_load_store): Use it.
8221 * config/aarch64/aarch64-ldpstp.md: Add new peephole2s for
8222 ldp and stp in VD modes.
8223 * config/aarch64/aarch64-simd.md (load_pair<mode>, VD): New pattern.
8224 (store_pair<mode>, VD): Likewise.
8226 2015-10-20 Vladimir Makarov <vmakarov@redhat.com>
8228 PR rtl-optimization/67609
8229 * lra-splill.c (lra_final_code_change): Don't remove all
8232 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8234 * simplify-rtx.c (simplify_binary_operation): If either operand was
8235 a constant pool reference use them if all other simplifications failed.
8237 2015-10-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8239 * config/aarch64/aarch64.md
8240 (*aarch64_fcvt<su_optab><GPF:mode><GPI:mode>2_mult): New pattern.
8241 * config/aarch64/aarch64-simd.md
8242 (*aarch64_fcvt<su_optab><VDQF:mode><fcvt_target>2_mult): Likewise.
8243 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle above patterns.
8244 (aarch64_fpconst_pow_of_2): New function.
8245 (aarch64_vec_fpconst_pow_of_2): Likewise.
8246 * config/aarch64/aarch64-protos.h (aarch64_fpconst_pow_of_2): Declare
8248 (aarch64_vec_fpconst_pow_of_2): Likewise.
8249 * config/aarch64/predicates.md (aarch64_fp_pow2): New predicate.
8250 (aarch64_fp_vec_pow2): Likewise.
8252 2015-10-20 Uros Bizjak <ubizjak@gmail.com>
8254 * config/alpha/alpha.h (HARD_REGNO_NREGS): Use CEIL macro.
8255 (ALPHA_ARG_SIZE): Ditto. Remove unused NAMED argument.
8256 * config/alpha/alpha.c (alpha_function_arg_advance): Update
8257 ALPHA_ARG_SIZE usage.
8258 (alpha_arg_partial_bytes): Ditto.
8260 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
8263 * cgraphbuild.c (pass_build_cgraph_edges::execute): Skip local
8264 error_mark_node decls.
8266 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
8270 * common/config/i386/i386-common.c (ix86_handle_option): Remove
8271 OPT_miamcu handling.
8272 * config/i386/i386.c (PTA_NO_80387): New macro.
8273 (processor_alias_table): Add PTA_NO_80387 to lakemont.
8274 (ix86_option_override_internal): Update MASK_80387 from
8275 PTA_NO_80387. Don't warn x87/MMX/SSE/AVX for -miamcu. Warn
8276 SSE math only if 80387 is supported. Don't change
8278 (ix86_valid_target_attribute_tree): Enable FPMATH_387 only if
8280 * config/i386/i386.h (TARGET_FLOAT_RETURNS_IN_80387): True only
8281 if TARGET_80387 is true and TARGET_IAMCU is false.
8282 (TARGET_FLOAT_RETURNS_IN_80387_P): True only if TARGET_80387_P
8283 is true and TARGET_IAMCU_P is false.
8285 2015-10-20 Richard Biener <rguenther@suse.de>
8287 PR tree-optimization/68017
8288 * tree-tailcall.c (eliminate_tail_call): Remove stmts backwards.
8290 2015-10-20 Martin Liska <mliska@suse.cz>
8292 * cgraphclones.c (cgraph_node::create_virtual_clone):
8293 Verify cgraph_node.local.versionable instead of calling
8294 tree_versionable_function_p.
8295 * ipa-cp.c (determine_versionability): Save the information
8296 to ipa_node_params summary.
8297 (ipcp_versionable_function_p): Use it.
8298 (ipcp_propagate_stage): Pass IPA_NODE_REF to a called function.
8299 (ipcp_generate_summary): Do not compute cgraph_node
8301 * ipa-inline-analysis.c (inline_generate_summary): Compute
8302 versionability for all cgraph nodes.
8303 * ipa-prop.c (ipa_node_params_t::duplicate): Duplicate
8304 ipa_node_params::versionability.
8305 * ipa-prop.h (struct ipa_node_params): Declare it.
8307 2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8310 * varasm.c (assemble_variable): Move special vtv handling to..
8311 (handle_vtv_comdat_sections): .. here. New function.
8312 (output_object_block): Handle vtv sections.
8314 2015-10-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
8317 * varasm.c (default_binds_local_p_2): Turn on extern_protected_data.
8319 2015-10-20 Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
8321 * doc/extend.texi: Update documentation WRT inline functions.
8323 2015-10-20 Alan Modra <amodra@gmail.com>
8326 * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Don't define.
8327 * config/rs6000/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
8328 (TARGET_CAN_SPLIT_STACK_64BIT): Define.
8330 2015-10-19 Pierre-Marie de Rodat <derodat@adacore.com>
8332 PR rtl-optimization/66790
8333 * df.h (DF_MIR): New macro.
8334 (DF_LAST_PROBLEM_PLUS1): Update to be past DF_MIR
8335 (DF_MIR_INFO_BB): New macro.
8336 (DF_MIR_IN, DF_MIR_OUT): New macros.
8337 (struct df_mir_bb_info): New.
8338 (df_mir): New macro.
8339 (df_mir_add_problem, df_mir_simulate_one_insn): New forward
8341 (df_mir_get_bb_info): New.
8342 * df-problems.c (struct df_mir_problem_data): New.
8343 (df_mir_free_bb_info, df_mir_alloc, df_mir_reset,
8344 df_mir_bb_local_compute, df_mir_local_compute, df_mir_init,
8345 df_mir_confluence_0, df_mir_confluence_n,
8346 df_mir_transfer_function, df_mir_free, df_mir_top_dump,
8347 df_mir_bottom_dump, df_mir_verify_solution_start,
8348 df_mir_verify_solution_end): New.
8350 (df_mir_add_problem, df_mir_simulate_one_insn): New.
8351 * timevar.def (TV_DF_MIR): New.
8352 * ree.c: Include bitmap.h
8353 (add_removable_extension): Add an INIT_REGS parameter. Use it
8354 to skip zero-extensions that may get an uninitialized register.
8355 (find_removable_extensions): Compute must-initialized registers
8356 using the MIR dataflow problem. Update the call to
8357 add_removable_extension.
8358 (find_and_remove_re): Call df_mir_add_problem.
8360 2015-10-19 Segher Boessenkool <segher@kernel.crashing.org>
8362 * common/config/mn10300/mn10300-common.c
8363 (mn10300_option_optimization_table) <OPT_freorder_blocks_algorithm_>:
8364 Use REORDER_BLOCKS_ALGORITHM_STC at -Os and up.
8366 2015-10-19 David Wohlferd <dw@LimeGreenSocks.com>
8368 * doc/extend.texi (Explicit Register Variables): Simplify and
8369 avoid unnecessary and confusion abbreviations. Update cross
8371 doc/implement-c.tex: Update cross reference.
8373 2015-10-19 Jeff Law <law@redhat.com>
8375 * tree-ssa-threadupdate.c (valid_jump_thread_path): Reject paths
8376 that create irreducible loops unless the path elimiantes a multiway
8379 2015-10-19 Richard Biener <rguenther@suse.de>
8381 PR tree-optimization/67975
8382 * tree-cfg.h (extract_true_false_controlled_edges): Declare.
8383 * tree-cfg.c (extract_true_false_controlled_edges): Split out
8384 core worker from ...
8385 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): ... here.
8386 * tree-ssa-sccvn.c (vn_phi_compute_hash): Hash number of args
8387 instead of block number for PHIs with two or one args.
8388 (vn_phi_eq): Compare edge predicates of PHIs that are in different
8391 2015-10-19 Richard Biener <rguenther@suse.de>
8393 * gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.
8394 (gimple_stmt_nonnegative_warnv_p): Use it.
8395 * match.pd (CPROJ): New operator list.
8396 (cproj (complex ...)): Move simplifications from ...
8397 * builtins.c (fold_builtin_cproj): ... here.
8399 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
8401 * config/i386/i386.c (ix86_expand_vector_move): Use
8402 GET_MODE_BITSIZE for IA MCU psABI to get vector natural
8405 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
8407 * doc/invoke.texi: Replace @optindex with @opindex.
8409 2015-10-19 H.J. Lu <hongjiu.lu@intel.com>
8412 * config/i386/i386.c (ix86_valid_target_attribute_tree): If
8413 arch= is set, clear all bits in x_ix86_isa_flags, except for
8414 ISA_64BIT, ABI_64, ABI_X32, and CODE16.
8416 2015-10-19 Joost VandeVondele <vondele@gnu.gcc.org>
8419 * common.opt (fkeep-static-functions): New option.
8420 * doc/invoke.texi: Document it.
8421 * cgraphunit.c (cgraph_node::finalize_function): Use it.
8423 2015-10-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8425 * sched-int.h (struct autopref_multipass_data_): Remove offset
8426 field. Add min_offset, max_offset, multi_mem_insn_p fields.
8427 * haifa-sched.c (analyze_set_insn_for_autopref): New function.
8428 (autopref_multipass_init): Use it. Handle PARALLEL sets.
8429 (autopref_rank_data): New function.
8430 (autopref_rank_for_schedule): Use it.
8431 (autopref_multipass_dfa_lookahead_guard_1): Likewise.
8433 2015-10-18 Mikhail Maltsev <maltsevm@gmail.com>
8436 * gengtype.c (dump_type): Handle TYPE_UNDEFINED correctly.
8438 2015-10-18 Iain Sandoe <iain@codesourcery.com>
8440 * config/darwin.h (TARGET_SYSTEM_ROOT): Remove this from here,
8441 (HAVE_LD_SYSROOT): New. (SYSROOT_SPEC): New.
8442 (LINK_SYSROOT_SPEC): Revise to remove the default for target sysroot.
8443 (STANDARD_STARTFILE_PREFIX_1): New.
8444 (STANDARD_STARTFILE_PREFIX_2): New.
8446 2015-10-18 Iain Sandoe <iain@codesourcery.com>
8448 * config/darwin-driver.c (darwin_default_min_version): Refactor code.
8449 (darwin_driver_init): Note a version-min when provided on the c/l.
8450 * config/darwin.h (%darwin_minversion): Remove.
8451 * config/i386/darwin.h: Likewise.
8452 * config/rs6000/darwin.h: Likewise.
8453 * config/darwin.opt (mmacosx-version-min=): Use the configured default,
8454 rather than an arbitrary constant.
8456 2015-10-18 Iain Sandoe <iain@codesourcery.com>
8458 * config/darwin-driver.c (darwin_driver_init): Handle '-arch' for
8459 PPC, detect conflicts between -arch and multilib settings. Detect
8460 and warn about conflicts between multiple -arch definitions.
8462 2015-10-18 Iain Sandoe <iain@codesourcery.com>
8464 * config/darwin-driver.c: Adjust includes to add diagnostic-core.
8466 2015-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
8468 * lra-constraints.c (add_next_usage_insn): Change argument type
8469 from rtx to rtx_insn *.
8471 2015-10-16 H.J. Lu <hongjiu.lu@intel.com>
8473 * i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
8476 2015-10-16 Andrew MacLeod <amacleod@redhat.com>
8478 * config/tilepro/gen-mul-tables.cc: Adjust include files.
8479 * config/tilegx/mul-tables.c: Regenerate.
8480 * config/tilepro/mul-tables.c: Regenerate.
8482 * config/tilegx/tilegx-c.c: Adjust include files.
8483 * config/tilegx/tilegx.c: Likewise.
8484 * config/tilepro/tilepro-c.c: Likewise.
8485 * config/tilepro/tilepro.c: Likewise.
8486 * config/aarch64/aarch64-builtins.c: Likewise.
8487 * config/aarch64/aarch64.c: Likewise.
8488 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
8489 * config/alpha/alpha.c: Likewise.
8490 * config/arc/arc.c: Likewise.
8491 * config/arm/aarch-common.c: Likewise.
8492 * config/arm/arm-builtins.c: Likewise.
8493 * config/arm/arm-c.c: Likewise.
8494 * config/arm/arm.c: Likewise.
8495 * config/avr/avr-c.c: Likewise.
8496 * config/avr/avr-devices.c: Likewise.
8497 * config/avr/avr-log.c: Likewise.
8498 * config/avr/avr.c: Likewise.
8499 * config/bfin/bfin.c: Likewise.
8500 * config/c6x/c6x.c: Likewise.
8501 * config/cr16/cr16.c: Likewise.
8502 * config/cris/cris.c: Likewise.
8503 * config/darwin-c.c: Likewise.
8504 * config/darwin-driver.c: Likewise.
8505 * config/darwin.c: Likewise.
8506 * config/default-c.c: Likewise.
8507 * config/epiphany/epiphany.c: Likewise.
8508 * config/epiphany/mode-switch-use.c: Likewise.
8509 * config/epiphany/resolve-sw-modes.c: Likewise.
8510 * config/fr30/fr30.c: Likewise.
8511 * config/frv/frv.c: Likewise.
8512 * config/ft32/ft32.c: Likewise.
8513 * config/glibc-c.c: Likewise.
8514 * config/h8300/h8300.c: Likewise.
8515 * config/i386/host-cygwin.c: Likewise.
8516 * config/i386/host-mingw32.c: Likewise.
8517 * config/i386/i386-c.c: Likewise.
8518 * config/i386/i386.c: Likewise.
8519 * config/i386/msformat-c.c: Likewise.
8520 * config/i386/winnt-cxx.c: Likewise.
8521 * config/i386/winnt-stubs.c: Likewise.
8522 * config/i386/winnt.c: Likewise.
8523 * config/ia64/ia64-c.c: Likewise.
8524 * config/ia64/ia64.c: Likewise.
8525 * config/iq2000/iq2000.c: Likewise.
8526 * config/lm32/lm32.c: Likewise.
8527 * config/m32c/m32c-pragma.c: Likewise.
8528 * config/m32c/m32c.c: Likewise.
8529 * config/m32r/m32r.c: Likewise.
8530 * config/mcore/mcore.c: Likewise.
8531 * config/mep/mep-pragma.c: Likewise.
8532 * config/mep/mep.c: Likewise.
8533 * config/microblaze/microblaze-c.c: Likewise.
8534 * config/microblaze/microblaze.c: Likewise.
8535 * config/mips/mips-tables.opt
8536 * config/mips/mips.c: Likewise.
8537 * config/mmix/mmix.c: Likewise.
8538 * config/mn10300/mn10300.c: Likewise.
8539 * config/moxie/moxie.c: Likewise.
8540 * config/msp430/msp430-c.c: Likewise.
8541 * config/msp430/msp430.c: Likewise.
8542 * config/nds32/nds32-cost.c: Likewise.
8543 * config/nds32/nds32-fp-as-gp.c: Likewise.
8544 * config/nds32/nds32-intrinsic.c: Likewise.
8545 * config/nds32/nds32-isr.c: Likewise.
8546 * config/nds32/nds32-md-auxiliary.c: Likewise.
8547 * config/nds32/nds32-memory-manipulation.c: Likewise.
8548 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
8549 * config/nds32/nds32-predicates.c: Likewise.
8550 * config/nds32/nds32.c: Likewise.
8551 * config/nios2/nios2.c: Likewise.
8552 * config/nvptx/mkoffload.c: Likewise.
8553 * config/nvptx/nvptx.c: Likewise.
8554 * config/pa/pa.c: Likewise.
8555 * config/pdp11/pdp11.c: Likewise.
8556 * config/rl78/rl78-c.c: Likewise.
8557 * config/rl78/rl78.c: Likewise.
8558 * config/rs6000/host-darwin.c: Likewise.
8559 * config/rs6000/rs6000-c.c: Likewise.
8560 * config/rs6000/rs6000-linux.c: Likewise.
8561 * config/rs6000/rs6000.c: Likewise.
8562 * config/rx/rx.c: Likewise.
8563 * config/s390/s390-c.c: Likewise.
8564 * config/s390/s390.c: Likewise.
8565 * config/sh/sh-c.c: Likewise.
8566 * config/sh/sh-mem.cc: Likewise.
8567 * config/sh/sh.c: Likewise.
8568 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
8569 * config/sh/sh_treg_combine.cc: Likewise.
8570 * config/sol2-c.c: Likewise.
8571 * config/sol2-cxx.c: Likewise.
8572 * config/sol2-stubs.c: Likewise.
8573 * config/sol2.c: Likewise.
8574 * config/sparc/sparc-c.c: Likewise.
8575 * config/sparc/sparc.c: Likewise.
8576 * config/spu/spu-c.c: Likewise.
8577 * config/spu/spu.c: Likewise.
8578 * config/stormy16/stormy16.c: Likewise.
8579 * config/v850/v850-c.c: Likewise.
8580 * config/v850/v850.c: Likewise.
8581 * config/vax/vax.c: Likewise.
8582 * config/visium/visium.c: Likewise.
8583 * config/vms/vms-c.c: Likewise.
8584 * config/vms/vms.c: Likewise.
8585 * config/vxworks.c: Likewise.
8586 * config/winnt-c.c: Likewise.
8587 * config/xtensa/xtensa.c: Likewise.
8589 2015-10-16 Christian Bruel <christian.bruel@st.com>
8592 * config/arm/arm.h (FUNCTION_BOUNDARY): Use FUNCTION_BOUNDARY_P.
8593 (FUNCTION_BOUNDARY_P): New macro:
8594 * config/arm/arm.c (TARGET_RELAYOUT_FUNCTION, arm_relayout_function):
8596 * doc/tm.texi.in (TARGET_RELAYOUT_FUNCTION): Document.
8597 * doc/tm.texi (TARGET_RELAYOUT_FUNCTION): New hook.
8598 * target.def (TARGET_RELAYOUT_FUNCTION): Likewise.
8599 * function.c (allocate_struct_function): Call
8600 relayout_function hook.
8601 * passes.c (rest_of_decl_compilation): Likewise.
8603 2015-10-16 Christian Bruel <christian.bruel@st.com>
8606 * config/arm/arm.h (FUNCTION_BOUNDARY): Move optimize_size condition to:
8607 * config/arm/arm.c (arm_option_override_internal): Call
8608 arm_override_options_after_change_1.
8609 (arm_override_options_after_change): New function.
8610 (arm_override_options_after_change_1): Likewise.
8611 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define hook.
8613 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
8616 * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
8619 2015-10-16 Eric Botcazou <ebotcazou@adacore.com>
8621 * tree.c (recompute_tree_invariant_for_addr_expr): Assert that the
8622 argument is an ADDR_EXPR.
8624 2015-10-16 Richard Biener <rguenther@suse.de>
8626 * gimple-fold.c (gimple_fold_builtin_memory_op): Use gimple_build
8627 and get rid of force_gimple_operand_gsi.
8628 (gimple_fold_builtin_memory_chk): Likewise.
8629 (gimple_fold_builtin_stxcpy_chk): Likewise.
8630 (rewrite_to_defined_overflow): Likewise.
8631 (gimple_convert_to_ptrofftype): New function.
8632 * gimple-fold.h (gimple_convert_to_ptrofftype): New overload, declare.
8634 2015-10-16 Richard Biener <rguenther@suse.de>
8636 * tree-nested.h (build_addr): Adjust prototype.
8637 * tree-nested.c (build_addr): Remove context argument and use
8639 (get_static_chain): Adjust calls to build_addr.
8640 (convert_nl_goto_reference): Likewise.
8641 (convert_tramp_reference_op): Likewise.
8642 (finalize_nesting_tree_1): Likewise.
8643 * value-prof.c (gimple_ic): Likewise.
8644 * gimple-low.c (lower_builtin_setjmp): Likewise.
8645 * tree-parloops.c (take_address_of): Likewise.
8646 (create_call_for_reduction_1): Likewise.
8647 * tree-profile.c (gimple_gen_interval_profiler): Likewise.
8648 (gimple_gen_ic_func_profiler): Likewise.
8650 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
8652 * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
8655 2015-10-16 Michael Collison <michael.collison@linaro.org>
8656 Andrew Pinski <andrew.pinski@caviumnetworks.com>
8658 * match.pd ((x < y) && (x < z) -> x < min (y,z),
8659 (x > y) and (x > z) -> x > max (y,z))
8661 2015-10-15 Gregor Richards <gregor.richards@uwaterloo.ca>
8662 Szabolcs Nagy <szabolcs.nagy@arm.com>
8664 * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define.
8665 (DYNAMIC_LINKER): Renamed to ...
8666 (GLIBC_DYNAMIC_LINKER): This.
8667 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_DYNAMIC_LINKER.
8669 2015-10-15 Marek Polacek <polacek@redhat.com>
8671 * tree-ssa-reassoc.c (attempt_builtin_copysign): Call
8672 gimple_call_builtin instead of is_gimple_call.
8674 2015-10-15 Richard Biener <rguenther@suse.de>
8676 * tree-vect-stmts.c (vect_init_vector): Remove unused vars.
8678 2015-10-15 Richard Biener <rguenther@suse.de>
8680 * tree-vectorizer.h (vect_get_new_ssa_name): Declare.
8681 * tree-vect-data-refs.c (vect_get_new_ssa_name): New helper.
8682 * tree-vect-loop.c (get_initial_def_for_induction): Drop
8683 use of force_gimple_operand in favor of gimple_build.
8684 Use vect_get_new_ssa_name.
8685 * tree-vect-stmts.c (vect_init_vector): Use vect_get_new_ssa_name.
8686 (vectorizable_mask_load_store): Likewise.
8687 (vectorizable_call): Likewise.
8688 (vectorizable_store): Likewise.
8689 (vectorizable_load): Likewise.
8690 (vect_get_vec_def_for_stmt_copy): Remove redundant stmt.
8692 2015-10-15 Richard Sandiford <richard.sandiford@arm.com>
8694 PR tree-optimization/67945
8695 * tree-pass.h (PROP_gimple_opt_math): New property flag.
8696 * generic-match-head.c (canonicalize_math_p): New function.
8697 * gimple-match-head.c: Include tree-pass.h.
8698 (canonicalize_math_p): New function.
8699 * match.pd: Group math built-in rules into simplifications
8700 and canonicalizations. Guard the latter with canonicalize_math_p.
8701 * tree-ssa-math-opts.c (pass_data_cse_sincos): Provide the
8702 PROP_gimple_opt_math property.
8704 2015-10-15 Marek Polacek <polacek@redhat.com>
8706 PR tree-optimization/67953
8707 * match.pd (X - (X / Y) * Y): Don't change signedness of @0.
8709 2015-10-15 Jiong Wang <jiong.wang@arm.com>
8711 * config.gcc: Recognize "." in architecture base name for AArch64.
8713 2015-10-14 Uros Bizjak <ubizjak@gmail.com>
8715 * config/mips/mips.h (MIPS_STACK_ALIGN): Implement using
8717 * config/mips/mips.c (mips_setup_incoming_varargs): Use
8718 ROUND_DOWN to calculate off.
8719 (mips_gimplify_va_arg_expr): Use ROUND_UP to calculate rsize.
8720 (mips_emit_probe_stack_range): Use ROUND_DOWN to calculate
8723 2015-10-14 Eric Botcazou <ebotcazou@adacore.com>
8725 * gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.
8727 2015-10-14 Peter Bergner <bergner@vnet.ibm.com>
8728 Torvald Riegel <triegel@redhat.com>
8731 * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.
8732 (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
8733 trechkpt, treclaim, tsr, ttest): Rename define_insns from this...
8734 (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,
8735 *trechkpt, *treclaim, *tsr, *ttest): ...to this. Add memory barrier.
8736 (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
8737 trechkpt, treclaim, tsr, ttest): New define_expands.
8738 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
8739 __TM_FENCE__ for htm.
8740 * doc/extend.texi: Update documentation for htm builtins.
8742 2015-10-14 Uros Bizjak <ubizjak@gmail.com>
8745 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Do not add
8746 REG_CFA_EXPRESSION to aligned SSE stores.
8748 2015-10-14 Jeff Law <law@redhat.com>
8750 * tree-ssa-threadupdate.c (thread_through_all_blocks): Bump
8751 num_threaded_edges for successful FSM threads too.
8753 2015-10-14 Richard Biener <rguenther@suse.de>
8755 * tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.
8756 (vect_is_simple_use_1): Likewise. Make overload of vect_is_simple_use.
8757 (vect_get_vec_def_for_operand): Remove unused parameter.
8758 * tree-vect-loop.c (get_initial_def_for_induction): Adjust.
8759 (vect_create_epilog_for_reduction): Likewise.
8760 (vectorizable_reduction): Likewise.
8761 (vectorizable_live_operation): Likewise.
8762 * tree-vect-patterns.c (type_conversion_p): Likewise.
8763 (vect_recog_vector_vector_shift_pattern): Likewise.
8764 (check_bool_pattern): Likewise.
8765 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
8766 (vect_analyze_slp_cost_1): Likewise.
8767 * tree-vect-stmts.c (process_use): Likewise.
8768 (vect_get_vec_def_for_operand): Do not handle reductions.
8769 (vect_get_vec_defs): Adjust.
8770 (vectorizable_mask_load_store): Likewise.
8771 (vectorizable_call): Likewise.
8772 (vectorizable_simd_clone_call): Likewise.
8773 (vect_get_loop_based_defs): Likewise.
8774 (vectorizable_conversion): Likewise.
8775 (vectorizable_assignment): Likewise.
8776 (vectorizable_shift): Likewise.
8777 (vectorizable_operation): Likewise.
8778 (vectorizable_store): Likewise.
8779 (vectorizable_load): Likewise.
8780 (vect_is_simple_cond): Likewise.
8781 (vectorizable_condition): Likewise.
8782 (vect_is_simple_use): Remove unused parameters.
8783 (vect_is_simple_use_1): Adjust and rename.
8785 2015-10-14 Richard Biener <rguenther@suse.de>
8787 PR tree-optimization/67915
8788 * match.pd: Handle comparisons of addresses of STRING_CSTs.
8789 * gimplify.c (gimplify_cond_expr): Fold the GIMPLE conds we build.
8790 * tree-cfgcleanup.c (cleanup_control_expr_graph): Remove GENERIC
8791 stmt folding in favor of GIMPLE one.
8793 2015-10-14 Marek Polacek <polacek@redhat.com>
8795 PR tree-optimization/67815
8796 * tree-ssa-reassoc.c (attempt_builtin_copysign): New function.
8797 (reassociate_bb): Call it.
8799 2015-10-14 Richard Biener <rguenther@suse.de>
8801 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
8802 Reset info at start.
8803 (vect_analyze_group_access_1): Add debug print.
8804 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost): Rename ...
8805 (vect_compute_single_scalar_iteration_cost): ... to this.
8806 (vect_analyze_loop_2): Adjust.
8807 * tree-vect-slp.c (struct _slp_oprnd_info): Move from ...
8808 * tree-vectorizer.h: ... here.
8809 (add_stmt_info_to_vec): Remove.
8810 * tree-vect-stmts.c (record_stmt_cost): Inline add_stmt_info_to_vec.
8812 2015-10-14 Dominik Vogt <vogt@linux.vnet.ibm.com>
8814 * targhooks.c (default_target_option_pragma_parse): Do not warn if
8815 called on behalf of "#pragma GCC pop_options".
8817 2015-10-14 Tom de Vries <tom@codesourcery.com>
8819 * cfganal.c (verify_no_unreachable_blocks): New function.
8820 (inverted_post_order_compute) [ENABLE_CHECKING]: Call
8821 verify_no_unreachable_blocks.
8822 cfganal.h (verify_no_unreachable_blocks): Declare.
8824 2015-10-13 Mikhail Maltsev <maltsevm@gmail.com>
8826 * common.opt: Add flag_checking.
8827 * system.h (CHECKING_P): Define.
8829 2015-10-13 Jakub Jelinek <jakub@redhat.com>
8830 Aldy Hernandez <aldyh@redhat.com>
8831 Ilya Verbin <ilya.verbin@intel.com>
8833 * builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR,
8834 BT_FN_BOOL_UINT_ULLPTR_ULLPTR_ULLPTR,
8835 BT_FN_BOOL_UINT_LONGPTR_LONG_LONGPTR_LONGPTR,
8836 BT_FN_BOOL_UINT_ULLPTR_ULL_ULLPTR_ULLPTR,
8837 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_UINT_PTR,
8838 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR,
8839 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR_INT,
8840 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_LONG_LONG_LONG,
8841 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_ULL_ULL_ULL,
8842 BT_FN_VOID_LONG_VAR, BT_FN_VOID_ULL_VAR): New.
8843 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR,
8844 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR,
8845 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): Remove.
8846 * cgraph.h (enum cgraph_simd_clone_arg_type): Add
8847 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP,
8848 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
8849 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
8850 (struct cgraph_simd_clone_arg): Adjust comment.
8851 * coretypes.h (struct gomp_ordered): New forward decl.
8852 * gimple.c (gimple_build_omp_critical): Add CLAUSES argument,
8853 set critical clauses to it.
8854 (gimple_build_omp_ordered): Return gomp_ordered * instead of
8855 gimple *. Add CLAUSES argument, set ordered clauses to it.
8856 (gimple_copy): Unshare clauses on GIMPLE_OMP_CRITICAL and
8858 * gimple.def (GIMPLE_OMP_ORDERED): Change from GSS_OMP to
8859 GSS_OMP_SINGLE_LAYOUT, move it after GIMPLE_OMP_TEAMS.
8860 * gimple.h (enum gf_mask): Add GF_OMP_TASK_TASKLOOP. Add another bit
8861 to GF_OMP_FOR_KIND_MASK mask. Add GF_OMP_FOR_KIND_TASKLOOP, renumber
8862 GF_OMP_FOR_KIND_CILKFOR and GF_OMP_FOR_KIND_OACC_LOOP. Adjust
8863 GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED and GF_OMP_FOR_COMBINED_INTO.
8864 Add another bit to GF_OMP_TARGET_KIND_MASK mask. Add
8865 GF_OMP_TARGET_KIND_ENTER_DATA and GF_OMP_TARGET_KIND_EXIT_DATA,
8867 GF_OMP_TARGET_KIND_OACC_{PARALLEL,KERNELS,DATA,UPDATE,ENTER_EXIT_DATA}.
8868 (gomp_critical): Add clauses field.
8869 (gomp_ordered): New struct.
8870 (is_a_helper <gomp_ordered *>::test): New inline.
8871 (gimple_build_omp_critical): Add CLAUSES argument.
8872 (gimple_build_omp_ordered): Likewise. Return gomp_ordered *
8873 instead of gimple *.
8874 (gimple_omp_critical_clauses, gimple_omp_critical_clauses_ptr,
8875 gimple_omp_critical_set_clauses, gimple_omp_ordered_clauses,
8876 gimple_omp_ordered_clauses_ptr, gimple_omp_ordered_set_clauses,
8877 gimple_omp_task_taskloop_p, gimple_omp_task_set_taskloop_p): New
8879 * gimple-pretty-print.c (dump_gimple_omp_for): Handle taskloop.
8880 (dump_gimple_omp_target): Handle enter data and exit data.
8881 (dump_gimple_omp_block): Don't handle GIMPLE_OMP_ORDERED here.
8882 (dump_gimple_omp_critical): Print clauses.
8883 (dump_gimple_omp_ordered): New function.
8884 (dump_gimple_omp_task): Handle taskloop.
8885 (pp_gimple_stmt_1): Use dump_gimple_omp_ordered for
8887 * gimple-walk.c (walk_gimple_op): Walk clauses on
8888 GIMPLE_OMP_CRITICAL and GIMPLE_OMP_ORDERED.
8889 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_0LEN_ARRAY.
8890 (enum omp_region_type): Add ORT_COMBINED_TARGET and ORT_NONE.
8891 (struct gimplify_omp_ctx): Add loop_iter_var,
8892 target_map_scalars_firstprivate, target_map_pointers_as_0len_arrays
8893 and target_firstprivatize_array_bases fields.
8894 (delete_omp_context): Release loop_iter_var.
8895 (gimplify_bind_expr): Handle ORT_NONE.
8896 (maybe_fold_stmt): Adjust check for ORT_TARGET for the addition of
8897 ORT_COMBINED_TARGET.
8898 (is_gimple_stmt): Return true for OMP_TASKLOOP, OMP_TEAMS and
8899 OMP_TARGET{,_DATA,_UPDATE,_ENTER_DATA,_EXIT_DATA}.
8900 (omp_firstprivatize_variable): Handle ORT_NONE. Adjust check for
8901 ORT_TARGET for the addition of ORT_COMBINED_TARGET. Handle
8902 ctx->target_map_scalars_firstprivate.
8903 (omp_add_variable): Handle ORT_NONE. Allow map clause together with
8904 data sharing clauses. For data sharing clause with VLA decl
8905 on omp target/target data don't add firstprivate for the pointer.
8906 Call omp_notice_variable on TYPE_SIZE_UNIT only if it is a DECL_P.
8907 (omp_notice_threadprivate_variable): Adjust check for ORT_TARGET for
8908 the addition of ORT_COMBINED_TARGET.
8909 (omp_notice_variable): Handle ORT_NONE. Adjust check for ORT_TARGET
8910 for the addition of ORT_COMBINED_TARGET. Handle implicit mapping of
8911 pointers as zero length array sections and
8912 ctx->target_map_scalars_firstprivate mapping of scalars as firstprivate
8914 (omp_check_private): Handle omp_member_access_dummy_var vars.
8915 (find_decl_expr): New function.
8916 (gimplify_scan_omp_clauses): Add CODE argument. For OMP_CLAUSE_IF
8917 complain if OMP_CLAUSE_IF_MODIFIER is present and does not match code.
8918 Handle OMP_CLAUSE_GANG separately. Handle
8919 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
8920 clauses. Diagnose linear clause on combined
8921 distribute {, parallel for} simd construct, unless it is the loop
8922 iterator. Handle struct element GOMP_MAP_FIRSTPRIVATE_POINTER.
8923 Handle map clauses with COMPONENT_REF. Initialize
8924 ctx->target_map_scalars_firstprivate,
8925 ctx->target_firstprivatize_array_bases and
8926 ctx->target_map_pointers_as_0len_arrays. Add firstprivate for
8927 linear clause even to target region if combined. Remove
8928 map clauses with GOMP_MAP_FIRSTPRIVATE_POINTER kind from
8929 OMP_TARGET_{,ENTER_,EXIT_}DATA. For GOMP_MAP_FIRSTPRIVATE_POINTER
8930 map kind with non-INTEGER_CST OMP_CLAUSE_SIZE firstprivatize the bias.
8931 Handle OMP_CLAUSE_DEPEND_{SINK,SOURCE}. Handle
8932 OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.
8933 For linear clause on worksharing loop combined with parallel add
8934 shared clause on the parallel. Handle OMP_CLAUSE_REDUCTION
8935 with MEM_REF OMP_CLAUSE_DECL. Set DECL_NAME on
8936 omp_member_access_dummy_var vars. Add lastprivate clause to outer
8938 (gimplify_adjust_omp_clauses_1): Handle GOVD_MAP_0LEN_ARRAY.
8939 If gimplify_omp_ctxp->target_firstprivatize_array_bases, use
8940 GOMP_MAP_FIRSTPRIVATE_POINTER map kind instead of
8942 (gimplify_adjust_omp_clauses): Add CODE argument. Handle removal
8943 of GOMP_MAP_FIRSTPRIVATE_POINTER struct elements for struct not seen
8944 in target body. Handle removal of struct mapping if struct is not
8945 seen in target body. Remove GOMP_MAP_STRUCT map clause on
8946 OMP_TARGET_EXIT_DATA. Adjust check for ORT_TARGET for the
8947 addition of ORT_COMBINED_TARGET. Use GOMP_MAP_FIRSTPRIVATE_POINTER
8948 instead of GOMP_MAP_POINTER if ctx->target_firstprivatize_array_bases
8949 for VLAs. Set OMP_CLAUSE_MAP_PRIVATE if both data sharing and map
8950 clause appear together. Handle
8951 OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}. Don't remove map
8952 clause if it has map-type-modifier always. Handle
8953 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
8955 (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task):
8956 Adjust gimplify_scan_omp_clauses and gimplify_adjust_omp_clauses
8958 (gimplify_omp_for): Likewise. Handle OMP_TASKLOOP. Initialize
8959 loop_iter_var. Use OMP_FOR_ORIG_DECLS. Fix handling of lastprivate
8960 iterators in doacross loops.
8961 (gimplify_omp_workshare): Adjust gimplify_scan_omp_clauses and
8962 gimplify_adjust_omp_clauses callers. Use ORT_COMBINED_TARGET
8963 for OMP_TARGET_COMBINED. Adjust check for ORT_TARGET
8964 for the addition of ORT_COMBINED_TARGET.
8965 (gimplify_omp_target_update): Adjust gimplify_scan_omp_clauses and
8966 gimplify_adjust_omp_clauses callers. Handle OMP_TARGET_ENTER_DATA
8967 and OMP_TARGET_EXIT_DATA.
8968 (gimplify_omp_ordered): New function.
8969 (gimplify_expr): Handle OMP_TASKLOOP, OMP_TARGET_ENTER_DATA and
8970 OMP_TARGET_EXIT_DATA. Use gimplify_omp_ordered for OMP_ORDERED.
8971 Gimplify clauses on OMP_CRITICAL.
8972 * internal-fn.c (expand_GOMP_SIMD_ORDERED_START,
8973 expand_GOMP_SIMD_ORDERED_END): New functions.
8974 * internal-fn.def (GOMP_SIMD_ORDERED_START,
8975 GOMP_SIMD_ORDERED_END): New internal functions.
8976 * omp-builtins.def (BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START,
8977 BUILT_IN_GOMP_LOOP_DOACROSS_DYNAMIC_START,
8978 BUILT_IN_GOMP_LOOP_DOACROSS_GUIDED_START,
8979 BUILT_IN_GOMP_LOOP_DOACROSS_RUNTIME_START,
8980 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_STATIC_START,
8981 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_DYNAMIC_START,
8982 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_GUIDED_START,
8983 BUILT_IN_GOMP_LOOP_ULL_DOACROSS_RUNTIME_START,
8984 BUILT_IN_GOMP_DOACROSS_POST, BUILT_IN_GOMP_DOACROSS_WAIT,
8985 BUILT_IN_GOMP_DOACROSS_ULL_POST, BUILT_IN_GOMP_DOACROSS_ULL_WAIT,
8986 BUILT_IN_GOMP_TARGET_ENTER_EXIT_DATA, BUILT_IN_GOMP_TASKLOOP,
8987 BUILT_IN_GOMP_TASKLOOP_ULL): New built-ins.
8988 (BUILT_IN_GOMP_TASK): Add INT argument to the end.
8989 (BUILT_IN_GOMP_TARGET): Rename from GOMP_target to GOMP_target_41,
8991 (BUILT_IN_GOMP_TARGET_DATA): Rename from GOMP_target_data to
8992 GOMP_target_data_41, adjust type.
8993 (BUILT_IN_GOMP_TARGET_UPDATE): Rename from GOMP_target_update to
8994 GOMP_target_update_41, adjust type.
8995 * omp-low.c (struct omp_region): Adjust comments, add ord_stmt
8997 (struct omp_for_data): Add ordered and simd_schedule fields.
8998 (omp_member_access_dummy_var, unshare_and_remap_1,
8999 unshare_and_remap, is_taskloop_ctx): New functions.
9000 (is_taskreg_ctx): Use is_parallel_ctx and is_task_ctx.
9001 (extract_omp_for_data): Handle taskloops and doacross loops
9002 and simd schedule modifier.
9003 (omp_adjust_chunk_size): New function.
9004 (get_ws_args_for): Use it.
9005 (lookup_sfield): Change first argument to splay_tree_key,
9006 add overload with first argument tree.
9007 (maybe_lookup_field): Likewise.
9008 (use_pointer_for_field): Handle omp_member_access_dummy_var.
9009 (omp_copy_decl_2): If var is TREE_ADDRESSABLE listed in
9010 task_shared_vars, clear TREE_ADDRESSABLE on the copy.
9011 (build_outer_var_ref): Add LASTPRIVATE argument, handle
9012 taskloops and omp_member_access_dummy_var vars.
9013 (build_sender_ref): Change first argument to splay_tree_key,
9014 add overload with first argument tree.
9015 (install_var_field): For mask & 8 use &DECL_UID as key instead
9017 (fixup_child_record_type): Const qualify *.omp_data_i.
9018 (scan_sharing_clauses): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE,
9019 C/C++ array reductions, OMP_CLAUSE_{IS,USE}_DEVICE_PTR clauses,
9020 OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,SIMDLEN,THREADS,SIMD} and
9021 OMP_CLAUSE_{NOGROUP,DEFAULTMAP} clauses, OMP_CLAUSE__LOOPTEMP_ clause
9022 on taskloop, GOMP_MAP_FIRSTPRIVATE_POINTER, OMP_CLAUSE_MAP_PRIVATE.
9023 (create_omp_child_function): Set TREE_READONLY on .omp_data_i.
9024 (find_combined_for): Allow searching for different GIMPLE_OMP_FOR
9026 (add_taskreg_looptemp_clauses): New function.
9027 (scan_omp_parallel): Use it.
9028 (scan_omp_task): Likewise.
9029 (finish_taskreg_scan): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
9030 For taskloop, move fields for the first two _LOOPTEMP_ clauses first.
9031 (check_omp_nesting_restrictions): Handle GF_OMP_TARGET_KIND_ENTER_DATA
9032 and GF_OMP_TARGET_KIND_EXIT_DATA. Formatting fixes. Allow the
9033 sandwiched taskloop constructs. Type check
9034 OMP_CLAUSE_DEPEND_{KIND,SOURCE}. Allow ordered simd inside of simd
9035 region. Diagnose depend(source) or depend(sink:...) on
9036 target constructs or task/taskloop.
9037 (handle_simd_reference): Use get_name.
9038 (lower_rec_input_clauses): Likewise. Ignore all
9039 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses on taskloop construct.
9040 Allow _LOOPTEMP_ clause on GOMP_TASK. Unshare new_var
9041 before passing it to omp_clause_{default,copy}_ctor. Handle
9042 OMP_CLAUSE_REDUCTION with MEM_REF OMP_CLAUSE_DECL. Set
9043 lastprivate_firstprivate flag for linear that needs copyin and
9044 copyout. Use BUILT_IN_ALLOCA_WITH_ALIGN instead of BUILT_IN_ALLOCA.
9045 (lower_lastprivate_clauses): For OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE
9046 on taskloop lookup decl in outer context. Pass true to
9047 build_outer_var_ref lastprivate argument. Handle
9048 OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV lastprivate if the decl is global
9049 outside of outer taskloop for.
9050 (lower_reduction_clauses): Handle OMP_CLAUSE_REDUCTION with MEM_REF
9052 (lower_send_clauses): Ignore first two _LOOPTEMP_ clauses in taskloop
9053 GOMP_TASK. Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE. Handle
9054 omp_member_access_dummy_var vars. Handle OMP_CLAUSE_REDUCTION
9055 with MEM_REF OMP_CLAUSE_DECL. Use new lookup_sfield overload.
9056 (lower_send_shared_vars): Ignore fields with NULL or FIELD_DECL
9057 abstract origin. Handle omp_member_access_dummy_var vars.
9058 (expand_parallel_call): Use expand_omp_build_assign.
9059 (expand_task_call): Handle taskloop construct expansion. Add
9060 REGION argument. Use GOMP_TASK_* defines instead of hardcoded
9061 integers. Add priority argument to GOMP_task* calls. Or in
9062 GOMP_TASK_FLAG_PRIORITY into flags if priority is present for
9064 (expand_omp_build_assign): Add prototype. Add AFTER
9065 argument, if true emit statements after *GSI_P and continue linking.
9066 (expand_omp_taskreg): Adjust expand_task_call caller.
9067 (expand_omp_for_init_counts): Rename zero_iter_bb argument to
9068 zero_iter1_bb and first_zero_iter to first_zero_iter1, add
9069 zero_iter2_bb and first_zero_iter2 arguments, handle computation
9070 of counts even for ordered loops.
9071 (expand_omp_for_init_vars): Handle GOMP_TASK inner_stmt.
9072 (expand_omp_ordered_source, expand_omp_ordered_sink,
9073 expand_omp_ordered_source_sink, expand_omp_for_ordered_loops): New
9075 (expand_omp_for_generic): Use omp_adjust_chunk_size. Handle linear
9076 clauses on worksharing loop. Handle DOACROSS loop expansion.
9077 (expand_omp_for_static_nochunk): Handle linear clauses on
9078 worksharing loop. Adjust expand_omp_for_init_counts
9080 (expand_omp_for_static_chunk): Likewise. Use omp_adjust_chunk_size.
9081 (expand_omp_simd): Handle addressable fd->loop.v. Adjust
9082 expand_omp_for_init_counts callers.
9083 (expand_omp_taskloop_for_outer, expand_omp_taskloop_for_inner): New
9085 (expand_omp_for): Call expand_omp_taskloop_for_* for taskloop.
9086 Handle doacross loops.
9087 (expand_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9088 GF_OMP_TARGET_KIND_EXIT_DATA. Pass flags and depend arguments to
9089 GOMP_target_{41,update_41,enter_exit_data} libcalls.
9090 (expand_omp): Don't expand ordered depend constructs here, record
9091 ord_stmt instead for later expand_omp_for_generic.
9092 (build_omp_regions_1): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9093 GF_OMP_TARGET_KIND_EXIT_DATA. Treat GIMPLE_OMP_ORDERED with depend
9094 clause as stand-alone directive.
9095 (lower_omp_ordered_clauses): New function.
9096 (lower_omp_ordered): Handle OMP_CLAUSE_SIMD, for OMP_CLAUSE_DEPEND
9097 don't lower anything.
9098 (lower_omp_for_lastprivate): Use last _looptemp_ clause
9099 on taskloop for comparison.
9100 (lower_omp_for): Handle taskloop constructs. Adjust OMP_CLAUSE_DECL
9101 and OMP_CLAUSE_LINEAR_STEP so that expand_omp_for_* can use it during
9102 expansion for linear adjustments.
9103 (create_task_copyfn): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
9104 (lower_depend_clauses): Assert not seeing sink/source depend kinds.
9105 Set TREE_ADDRESSABLE on array. Change first argument from gimple *
9106 to tree * pointing to the stmt's clauses.
9107 (lower_omp_taskreg): Adjust lower_depend_clauses caller.
9108 (lower_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA
9109 and GF_OMP_TARGET_KIND_EXIT_DATA, depend clauses,
9110 GOMP_MAP_{RELEASE,ALWAYS_{TO,FROM,TOFROM},FIRSTPRIVATE_POINTER,STRUCT}
9111 map kinds, OMP_CLAUSE_{FIRSTPRIVATE,PRIVATE,{IS,USE}_DEVICE_PTR
9112 clauses. Always use short kind and 8-bit align shift.
9113 (lower_omp_regimplify_p): Use IS_TYPE_OR_DECL_P macro.
9114 (struct lower_omp_regimplify_operands_data): New type.
9115 (lower_omp_regimplify_operands_p, lower_omp_regimplify_operands):
9117 (lower_omp_1): Use lower_omp_regimplify_operands instead of
9118 gimple_regimplify_operands.
9119 (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9120 GF_OMP_TARGET_KIND_EXIT_DATA. Treat GIMPLE_OMP_ORDERED with depend
9121 clause as stand-alone directive.
9122 (simd_clone_clauses_extract): Honor OMP_CLAUSE_LINEAR_KIND.
9123 (simd_clone_mangle): Mangle the various linear kinds
9125 (simd_clone_adjust_argument_types): Handle
9126 SIMD_CLONE_ARG_TYPE_LINEAR_*_CONSTANT_STEP.
9127 (simd_clone_init_simd_arrays): Don't do anything for uval.
9128 (simd_clone_adjust): Handle
9129 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
9130 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.
9131 Handle SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP.
9132 * omp-low.h (omp_member_access_dummy_var): New prototype.
9133 * passes.def (pass_simduid_cleanup): Schedule another copy of the
9134 pass after all optimizations.
9135 * tree.c (omp_clause_code_name): Add entries for
9136 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9137 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
9138 (omp_clause_num_ops): Likewise. Bump number of OMP_CLAUSE_REDUCTION
9139 arguments to 5 and for OMP_CLAUSE_ORDERED to 1.
9140 (walk_tree_1): Adjust for OMP_CLAUSE_ORDERED having 1 argument and
9141 OMP_CLAUSE_REDUCTION 5 arguments. Handle
9142 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9143 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}
9145 * tree-core.h (enum omp_clause_linear_kind): New.
9146 (struct tree_omp_clause): Change type of map_kind
9147 from unsigned char to unsigned int. Add subcode.if_modifier
9148 and subcode.linear_kind fields.
9149 (enum omp_clause_code): Add
9150 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9151 and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
9152 (OMP_CLAUSE_REDUCTION): Document
9153 OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
9154 (enum omp_clause_depend_kind): Add OMP_CLAUSE_DEPEND_{SOURCE,SINK}.
9155 * tree.def (OMP_FOR): Add OMP_FOR_ORIG_DECLS operand.
9156 (OMP_CRITICAL): Move before OMP_SINGLE. Add OMP_CRITICAL_CLAUSES
9158 (OMP_ORDERED): Move before OMP_SINGLE. Add OMP_ORDERED_CLAUSES
9160 (OMP_TASKLOOP, OMP_TARGET_ENTER_DATA, OMP_TARGET_EXIT_DATA): New tree
9162 * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP.
9163 (OMP_CLAUSE_SET_MAP_KIND): Cast to unsigned int rather than unsigned
9165 (OMP_CRITICAL_NAME): Adjust to be 3rd operand instead of 2nd.
9166 (OMP_CLAUSE_NUM_TASKS_EXPR): Formatting fix.
9167 (OMP_STANDALONE_CLAUSES): Adjust to cover OMP_TARGET_{ENTER,EXIT}_DATA.
9168 (OMP_CLAUSE_DEPEND_SINK_NEGATIVE, OMP_TARGET_COMBINED,
9169 OMP_CLAUSE_MAP_PRIVATE, OMP_FOR_ORIG_DECLS, OMP_CLAUSE_IF_MODIFIER,
9170 OMP_CLAUSE_MAP_MAYBE_ZERO_LENGTH_ARRAY_SECTION, OMP_CRITICAL_CLAUSES,
9171 OMP_CLAUSE_PRIVATE_TASKLOOP_IV, OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV,
9172 OMP_CLAUSE_HINT_EXPR, OMP_CLAUSE_SCHEDULE_SIMD,
9173 OMP_CLAUSE_LINEAR_KIND, OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER,
9174 OMP_CLAUSE_SHARED_FIRSTPRIVATE, OMP_ORDERED_CLAUSES,
9175 OMP_TARGET_ENTER_DATA_CLAUSES, OMP_TARGET_EXIT_DATA_CLAUSES,
9176 OMP_CLAUSE_NUM_TASKS_EXPR, OMP_CLAUSE_GRAINSIZE_EXPR,
9177 OMP_CLAUSE_PRIORITY_EXPR, OMP_CLAUSE_ORDERED_EXPR): Define.
9178 * tree-inline.c (remap_gimple_stmt): Handle clauses on
9179 GIMPLE_OMP_ORDERED and GIMPLE_OMP_CRITICAL. For
9180 IFN_GOMP_SIMD_ORDERED_{START,END} set has_simduid_loops.
9181 * tree-nested.c (convert_nonlocal_omp_clauses): Handle
9182 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
9183 and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
9184 clauses. Handle OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
9185 (convert_local_omp_clauses): Likewise.
9186 * tree-pretty-print.c (dump_omp_clause): Handle
9187 OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
9188 and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
9189 clauses. Handle OMP_CLAUSE_IF_MODIFIER, OMP_CLAUSE_ORDERED_EXPR,
9190 OMP_CLAUSE_SCHEDULE_SIMD, OMP_CLAUSE_LINEAR_KIND,
9191 OMP_CLAUSE_DEPEND_{SOURCE,SINK}. Use "delete" for
9192 GOMP_MAP_FORCE_DEALLOC. Handle
9193 GOMP_MAP_{ALWAYS_{TO,FROM,TOFROM},RELEASE,FIRSTPRIVATE_POINTER,STRUCT}.
9194 (dump_generic_node): Handle OMP_TASKLOOP, OMP_TARGET_{ENTER,EXIT}_DATA
9195 and clauses on OMP_ORDERED and OMP_CRITICAL.
9196 * tree-vectorizer.c (adjust_simduid_builtins): Adjust comment.
9197 Remove IFN_GOMP_SIMD_ORDERED_{START,END}.
9198 (vectorize_loops): Adjust comments.
9199 (pass_simduid_cleanup::execute): Likewise.
9200 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
9201 SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_CONSTANT_STEP.
9202 * wide-int.h (wi::gcd): New.
9204 2015-10-13 Uros Bizjak <ubizjak@gmail.com>
9206 * config/i386/i386.c (classify_argument): Use CEIL where applicable.
9207 (ix86_function_arg_advance): Ditto.
9208 (ix86_function_arg): Ditto.
9209 (ix86_gimplify_va_arg): Ditto.
9210 (ix86_class_max_nregs): Ditto.
9211 (inline_memory_move_cost): Ditto.
9212 (ix86_set_reg_reg_cost): Ditto.
9213 * config/i386/i386.h (HARD_REGNO_NREGS): Ditto.
9215 2015-10-13 Alexandre Oliva <aoliva@redhat.com>
9218 * expmed.c (store_bit_field_1): Adjust mode of BLKmode inputs.
9220 2015-10-13 Uros Bizjak <ubizjak@gmail.com>
9222 * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using
9223 ROUND_UP macro and UNITS_PER_WORD * 2.
9224 * config/sparc/sparc.c (sparc_compute_frame_size):
9225 Use ROUND_UP and ROUND_DOWN macros where applicable.
9226 (function_arg_record_value, function_arg_record_value_1)
9227 (function_arg_record_value_1): Ditto.
9228 (emit_save_or_restore_regs): Use ROUND_DOWN to preserve offset
9229 alignment to double-word.
9230 (sparc_gimplify_va_arg): Use ROUND_UP to calculate rsize.
9231 (sparc_emit_probe_stack_range): Use ROUND_DOWN to calculate
9234 2015-10-13 Nikolai Bozhenov <n.bozhenov@samsung.com>
9236 * rtl.h (print_insn): Fix prototype.
9238 2015-10-13 Tom de Vries <tom@codesourcery.com>
9240 * tree-parloops.c (reduction_phi): Handle cases that gimple_uid is 0 or
9241 -1. Add assert that returned entry matches phi argument.
9242 (parallelize_loops): Move calls to init_stmt_vec_info_vec and
9243 free_stmt_vec_info_vec ...
9244 (gather_scalar_reductions): ... here. Initialize gimple_uids of phis
9247 2014-10-13 Yuri Rumyantsev <ysrumyan@gmail.com>
9249 PR tree-optimization/67909, 67947
9250 * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
9251 really skip the inner loop.
9253 2015-10-13 Jeff Law <law@redhat.com>
9255 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
9256 Allow single block jump threading paths.
9258 2015-10-13 Tom de Vries <tom@codesourcery.com>
9260 PR tree-optimization/67476
9261 * doc/invoke.texi (@item parloops-schedule): New item.
9262 * params.def (PARAM_PARLOOPS_SCHEDULE): New DEFPARAMENUM5.
9263 * tree-parloops.c: Include params-enum.h.
9264 (create_parallel_loop): Handle PARAM_PARLOOPS_SCHEDULE.
9266 2015-10-13 Tom de Vries <tom@codesourcery.com>
9268 * Makefile.in (PARAMS_H, PLUGIN_HEADERS): Add params-enum.h.
9269 * params-enum.h: New file.
9270 * opts.c (handle_param): Handle case that param arg is a string.
9271 * params-list.h: Handle DEFPARAMENUM5 in params.def.
9272 * params.c (find_param): New function, factored out of ...
9273 (set_param_value): ... here.
9274 (param_string_value_p): New function.
9275 * params.h (struct param_info): Add value_names field.
9276 (find_param, param_string_value_p): Declare.
9278 2015-10-13 Tom de Vries <tom@codesourcery.com>
9280 PR tree-optimization/67476
9281 * omp-low.c (expand_omp_for_generic): Handle original loop tree.
9283 2015-10-13 Richard Biener <rguenther@suse.de>
9285 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate
9286 the data dependence vector.
9287 (vect_peeling_hash_insert): Get the peeling hash table as argument.
9288 (vect_peeling_hash_get_lowest_cost): Likewise.
9289 (vect_enhance_data_refs_alignment): Adjust.
9290 (struct _vect_peel_info, struct _vect_peel_extended_info,
9291 struct peel_info_hasher): Move from ...
9292 * tree-vectorizer.h: ... here.
9293 (LOOP_VINFO_COST_MODEL_MIN_ITERS): Remove.
9294 (LOOP_VINFO_PEELING_HTAB): Likewise.
9295 (struct _loop_vec_info): Remove min_profitable_iters and
9296 peeling_htab members.
9297 * tree-vect-loop.c (new_loop_vec_info): Do not allocate vectors
9299 (destroy_loop_vec_info): Adjust.
9300 (vect_analyze_loop_2): Do not set LOOP_VINFO_COST_MODEL_MIN_ITERS.
9301 (vect_estimate_min_profitable_iters): Use LOOP_VINFO_COMP_ALIAS_DDRS
9302 to estimate alias versioning cost.
9303 * tree-vect-slp.c (vect_analyze_slp_cost): Dump header.
9305 2015-10-13 Richard Sandiford <richard.sandiford@arm.com>
9307 * real.h (real_isinteger): Declare.
9308 * real.c (real_isinteger): New function.
9309 * match.pd: Simplify pow(|x|,y) and pow(-x,y) to pow(x,y)
9310 if y is an even integer.
9312 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
9315 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
9316 * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
9317 counts when these are more informative.
9319 2015-10-12 Jeff Law <law@redhat.com>
9321 * tree-ssa-threadbackward.c (get_gimple_control_stmt): New function.
9322 (fsm_find_control_stmt_paths): Change name of first argument to
9323 more accurately relfect what it really is. Handle simplification
9324 of GIMPLE_COND after finding a thread path for NAME.
9325 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Allow
9326 nontrivial conditions to be handled by FSM threader.
9327 (thread_through_normal_block): Extract the name to looup via
9328 FSM threader from COND_EXPR.
9330 * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove
9331 restriction that traced SSA_NAME is a user variable.
9333 2015-10-12 Tom de Vries <tom@codesourcery.com>
9335 PR tree-optimization/67476
9336 * omp-low.c (expand_omp_for_generic): Add missing phis.
9338 2015-10-12 Tom de Vries <tom@codesourcery.com>
9340 PR tree-optimization/67476
9341 * omp-low.c (expand_omp_for_generic): Handle simple latch.
9343 2015-10-12 Christophe Lyon <christophe.lyon@linaro.org>
9345 * config/aarch64/aarch64-simd-builtins.def: Update builtins
9346 tables: add tbl3 and tbx4.
9347 * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): New.
9348 (aarch64_tbx4v8qi): New.
9349 * config/aarch64/arm_neon.h (vtbl3_s8, vtbl3_u8, vtbl3_p8)
9350 (vtbl4_s8, vtbl4_u8, vtbl4_p8, vtbx4_s8, vtbx4_u8, vtbx4_p8):
9351 Rewrite using builtin functions.
9352 * config/aarch64/iterators.md (UNSPEC_TBX): New.
9354 2015-10-12 Uros Bizjak <ubizjak@gmail.com>
9356 * config/rs6000/rs6000.h (RS6000_ALIGN): Implement using
9358 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
9359 Use ROUND_UP and ROUND_DOWN macros where applicable.
9360 (rs6000_darwin64_record_arg_flush): Ditto.
9361 (rs6000_function_arg): Use ROUND_UP to calculate align_words.
9362 (rs6000_emit_probe_stack_range): Use ROUND_DOWN to calculate
9365 2015-10-12 Uros Bizjak <ubizjak@gmail.com>
9367 * config/aarch/aarch64.h (AARCH64_ROUND_UP): Remove.
9368 (AARCH64_ROUND_DOWN): Ditto.
9369 * config/aarch64/aarch64.c: Use ROUND_UP instead of AARCH64_ROUND_UP.
9371 2015-10-12 Richard Biener <rguenther@suse.de>
9374 * ipa-inline-analysis.c (estimate_function_body_sizes): Re-add
9375 code that analyzes IVs on each stmt but in a cheaper way avoiding
9378 2015-10-12 Nick Clifton <nickc@redhat.com>
9380 * config/msp430/msp430.c (msp430_mcu_names): Rename to
9381 msp430_mcu_data, add fields for ISA and hardware multiply
9382 support. Import latest data from the devices.csv file.
9383 (msp430_override_option): Use the data from the new array.
9384 (msp430_use_f5_series_hwmult): Likewise.
9385 (use_32bit_hwmult): Likewise.
9386 (msp430_no_hwmult): Likewise.
9387 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add matches for new
9389 * doc/invoke.texi (MSP430 Options): Note that if the MCU name is
9390 not recognised then no hardware multiply support is assumed and
9391 that only the MSP430 ISA is allowed.
9393 2015-10-12 Richard Biener <rguenther@suse.de>
9395 * tree-vect-loop.c (vect_analyze_loop_operations): Move cost
9397 (vect_analyze_loop_2): ... here.
9399 2015-10-11 Jason Merrill <jason@redhat.com>
9402 * expr.c (store_field): Call store_constructor directly when
9403 storing a CONSTRUCTOR into a target smaller than its type.
9404 Guard against unsafe bitwise copy.
9406 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
9408 * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
9409 counts when these are more informative.
9411 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
9413 * tree-profile.c (tree_profiling): Do not clear
9414 pure/const when not instrumenting.
9415 (pass tree_profile): Add dump of symtab.
9417 2015-10-11 Jan Hubicka <hubicka@ucw.cz>
9419 * fold-const.c (fold_comparsion): Pass OEP_ADDRESS_OF when comparing
9421 (fold_addr_of_array_ref_difference): Likewise.
9423 2015-10-11 Jeff Law <law@redhat.com>
9425 * tree-ssa-threadedge.c (fsm_find_thread_path): Moved from here into
9426 tree-ssa-threadbackward.c.
9427 (fsm_find_control_statement_thread_paths): Likewise.
9428 (thread_through_normal_block): Break out FSM bits and move them
9429 into a new function in tree-ssa-threadbackward.c. Call new function
9431 Minimize header file usage.
9432 * tree-ssa-threadbackward.h: New file.
9433 * tree-ssa-threadbackward.c: Likewise.
9434 * Makefile.in (OBJS): Add tree-ssa-threadbackward.o
9436 2015-10-11 Uros Bizjak <ubizjak@gmail.com>
9438 * config/alpha/alpha.h (ALPHA_ROUND): Implement using ROUND_UP macro.
9440 2015-10-11 Segher Boessenkool <segher@kernel.crashing.org>
9442 PR rtl-optimization/67864
9443 * bb-reorder (reorder_basic_blocks_simple): Prefer existing
9444 fallthrough edges for conditional jumps. Don't sort candidate
9445 edges if not optimizing for speed.
9447 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9449 * defaults.h (REVERSE_CONDITION): New default definition.
9450 * jump.c (reversed_comparison_code_parts): Adjust.
9452 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9454 * builtins.c (expand_builtin_setjmp_receiver): Don't use #if to
9455 check HARD_FRAME_POINTER_IS_ARG_POINTER.
9457 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9459 * defaults.h (FRAME_ADDR_RTX): New default definition.
9460 * builtins.c (expand_builtin_return_addr): Adjust.
9462 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9464 * defaults.h (DYNAMIC_CHAIN_ADDRESS): New default definition.
9465 * builtins.c (expand_builtin_return_addr): Adjust.
9467 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9469 * defaults.h (SETUP_FRAME_ADDRESSES): New default definition.
9470 * builtins.c (expand_builtin_return_addr): Adjust.
9471 * doc/tm.texi: Likewise.
9472 * doc/tm.texi.in: Likewise.
9473 * except.c (expand_builtin_unwind_init): Likewise.
9475 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9477 * builtins.c (expand_builtin_return_addr): Adjust.
9478 * defaults.h (INITIAL_FRAME_ADDRESS_RTX): New default definition.
9480 2015-10-10 Jan Hubicka <hubicka@ucw.cz>
9482 * tree.c (type_with_interoperable_signedness): New.
9483 (gimple_canonical_types_compatible_p): Use it.
9484 * tree.h (type_with_interoperable_signedness): Declare
9486 2015-10-10 Jan Hubicka <hubicka@ucw.cz>
9488 * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF
9489 and OEP_CONSTANT_ADDRESS_OF; skip type compatibility checks
9490 when OEP_ADDRESS_OF is se.
9492 2015-10-10 Aditya Kumar <aditya.k7@samsung.com>
9493 Sebastian Pop <s.pop@samsung.com>
9495 * graphite-dependences.c (scop_get_dependences): Add dump of the
9496 data dependence graph.
9497 * graphite-poly.c (print_isl_union_map): New.
9498 (debug_isl_union_map): New.
9499 * graphite-poly.h (print_isl_union_map): Declare.
9500 (debug_isl_union_map): Declare.
9502 2015-10-10 Aditya Kumar <aditya.k7@samsung.com>
9503 Sebastian Pop <s.pop@samsung.com>
9505 * graphite-poly.c (print_iteration_domain): Remove verbosity.
9506 Remove OpenScop formatting.
9507 (print_iteration_domains): Same.
9508 (debug_iteration_domain): Same.
9509 (debug_iteration_domains): Same.
9512 (dump_gbb_cases): Same.
9513 (dump_gbb_conditions): Same.
9516 (print_pbb_body): Same.
9518 (print_scop_params): Same.
9519 (print_scop_context): Same.
9521 (debug_pbb_domain): Same.
9523 (debug_scop_context): Same.
9525 (debug_scop_params): Same.
9526 * graphite-poly.h: Same.
9527 * graphite.c (graphite_transform_loops): Same.
9529 2015-10-10 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9531 * function.c (stack_protect_epilogue): Remove as_a<rtx_insn *> ()
9532 call that isn't needed.
9534 2015-10-09 Jeff Law <law@redhat.com>
9536 * tree-ssanames.c (flush_ssaname_freelist): Use splice and truncate
9537 rather than moving each name to the freelist individually.
9539 2015-10-09 Steve Ellcey <sellcey@imgtec.com>
9541 * config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.
9542 * frame-header-opt.c: New file.
9543 * config/mips/mips-proto.h (mips_register_frame_header_opt):
9545 * config/mips/mips.c (mips_compute_frame_info): Check
9546 optimize_call_stack flag.
9547 (mips_option_override): Register new frame_header_opt pass.
9548 (mips_frame_info, mips_int_mask, mips_shadow_set,
9549 machine_function): Move these types to...
9550 * config/mips/mips.h: here.
9551 (machine_function): Add does_not_use_frame_header and
9552 optimize_call_stack fields.
9553 * config/mips/t-mips (frame-header-opt.o): Add new make rule.
9554 * doc/invoke.texi (-mframe-header-opt, -mno-frame-header-opt):
9556 * config/mips/mips.opt (mframe-header-opt): Add new option.
9558 2015-10-09 Uros Bizjak <ubizjak@gmail.com>
9560 * config/i386/i386.c
9561 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Use
9562 ROUND_DOWN where applicable.
9564 2015-10-09 Jeff Law <law@redhat.com>
9566 * tree-vect-stmts.c (free_stmt_vec_info): Free the LHS of the
9569 2015-10-09 Renlin Li <renlin.li@arm.com>
9571 * config/arm/neon.md (neon_vuzp<mode>_insn): Add & modifier for
9572 operands[0] and operands[2].
9573 (neon_vtrn<mode>_insn): Likewise.
9574 (neon_vzip<mode>_insn): Likewise.
9576 2015-10-09 Andre Vieira <andre.simoesdiasvieira@arm.com>
9578 * match.pd: ((X inner_op C0) outer_op C1) New pattern.
9579 ((X & C2) << C1): Expand to...
9580 (X {&,^,|} C2 << C1): ...This.
9581 ((X & C2) >> C1): Expand to...
9582 (X {&,^,|} C2 >> C1): ...This.
9584 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
9587 * config/i386/sse.md (define_insn "sse_cvtsi2ss<round_name>"):
9588 Adjust embedded rounding/SAE specifier position.
9589 (define_insn "sse_cvtsi2ssq<round_name>"): Likewise.
9590 (define_insn "cvtusi2<ssescalarmodesuffix>32<round_name>"): Likewise.
9591 (define_insn "cvtusi2<ssescalarmodesuffix>64<round_name>"): Likewise.
9592 (define_insn "sse2_cvtsi2sdq<round_name>"): Likewise.
9593 (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
9595 (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Likewise.
9597 2015-10-09 Martin Jambor <mjambor@suse.cz>
9599 tree-optimization/67794
9600 * tree-sra.c (replace_removed_params_ssa_names): Do not distinguish
9601 between types of state,ents but accept original definitions as a
9603 (ipa_sra_modify_function_body): Use FOR_EACH_SSA_DEF_OPERAND to
9604 iterate over definitions.
9606 2015-10-09 James Norris <jnorris@codesourcery.com>
9608 * config/rs6000/rs6000.c (rs6000_offload_options): New.
9609 (TARGET_OFFLOAD_OPTIONS): New.
9611 2015-10-09 Alexandre Oliva <aoliva@redhat.com>
9614 * cfgexpand.c (set_parm_rtl): Drop is_gimple_reg test.
9617 * function.c (expand_function_end): Move return value
9618 promotion past the handling of PARALLELs and CONCATs.
9620 PR rtl-optimization/67828
9621 * tree-ssa-loop-unswitch.c: Include tree-ssa.h.
9622 (tree_may_unswitch_on): Don't unswitch on expressions
9623 involving undefined values.
9625 2015-10-09 Richard Biener <rguenther@suse.de>
9627 * genmatch.c (print_operand): Fix formatting.
9628 (dt_node::append_simplify): Warn for multiple simplifiers
9629 that match the same pattern.
9630 * match.pd (log (exp @0)): Remove duplicates.
9632 2015-10-09 Richard Biener <rguenth@suse.de>
9635 * gimple-fold.c (optabs-query.h): Include
9636 (gimple_fold_builtin_memory_op): Allow unaligned stores
9637 when movmisalign_optabs are available.
9639 2015-10-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9642 * config/arm/arm.md (movmisalign<mode>): New.
9643 * config/arm/iterators.md (HSI): New.
9645 2015-10-09 Richard Biener <rguenther@suse.de>
9647 PR tree-optimization/67891
9648 * gimple-match.h (gimple_simplified_result_is_gimple_val):
9650 (gimple_resimplify1): Declare.
9651 (gimple_resimplify2): Likewise.
9652 (gimple_resimplify3): Likewise.
9653 * gimple-match-head.c (gimple_resimplify1): Export.
9654 (gimple_resimplify2): Likewise.
9655 (gimple_resimplify3): Likewise.
9656 (maybe_push_res_to_seq): Use gimple_simplified_result_is_gimple_val.
9657 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
9658 * tree-ssa-sccvn.c (visit_reference_op_load): Use gimple_resimplify1
9659 to avoid creating stmts without VN info.
9661 2015-10-08 Jan Hubicka <hubicka@ucw.cz>
9663 * ipa-icf.c (sem_item::compare_symbol_references): Fix use
9666 2015-10-08 Jeff Law <law@redhat.com>
9668 * value-prof.c (gimple_ic): Add missing calls to unlink_stmt_vdef
9669 and release_ssa_name in two places.
9670 (gimple_stringop_fixed_value): Similarly.
9672 * tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
9675 * tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
9676 unlink_stmt_vdef and release_ssa_name_fn.
9678 * tree-ssa-dse.c (dse_optimize_stmt): Add missing call to
9681 2015-10-08 H.J. Lu <hongjiu.lu@intel.com>
9683 * config/i386/i386.c (ix86_compute_frame_layout): Round up the
9684 SSE register save area to 16 bytes only if the incoming stack
9685 boundary is no less than 16 bytes.
9687 2015-10-08 Jeff Law <law@redhat.com>
9689 * tree-ssa-phiopt.c (factor_out_conversion): Add missing calls to
9690 release_ssa_name. Fix typo in comment.
9692 2015-10-08 Nathan Sidwell <nathan@acm.org>
9694 * config/nvptx/nvptx.h (struct machine_function): Add comment.
9695 * config/nvptx/nvptx.c (nvptx_declare_function_name): Functions
9696 may return pointer as well as in memory.
9697 (nvptx_output_return): Likewise.
9699 2015-10-08 Richard Sandiford <richard.sandiford@arm.com>
9701 * builtins.c (fold_builtin_sqrt, fold_builtin_cbrt): Delete.
9702 (fold_builtin_1): Update accordingly. Handle constant arguments here.
9703 * match.pd: Add rules previously handled by fold_builtin_sqrt
9704 and fold_builtin_cbrt.
9706 2015-10-08 Richard Sandiford <richard.sandiford@arm.com>
9708 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): New param.
9709 * doc/invoke.texi (--param max-ssa-name-query-depth): Document.
9710 * fold-const.h (tree_unary_nonnegative_warnv_p)
9711 (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
9712 (tree_expr_nonnegative_warnv_p): Add depth parameters.
9713 * fold-const.c: Include gimple-fold.h and params.h.
9714 (tree_ssa_name_nonnegative_warnv_p): New function.
9715 (tree_unary_nonnegative_warnv_p, tree_binary_nonnegative_warnv_p)
9716 (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
9717 (tree_invalid_nonnegative_warnv_p, tree_expr_nonnegative_warnv_p):
9718 Add a depth parameter and increment it for recursive calls to
9719 tree_expr_nonnegative_warnv_p. Use tree_ssa_name_nonnegative_warnv_p
9720 to handle SSA names.
9721 * gimple-fold.h (gimple_val_nonnegative_real_p): Delete.
9722 (gimple_stmt_nonnegative_warnv_p): Declare.
9723 * tree-vrp.c (remove_range_assertions): Remove assert that condition
9724 cannot be proven false.
9725 (gimple_assign_nonnegative_warnv_p, gimple_call_nonnegative_warnv_p)
9726 (gimple_stmt_nonnegative_warnv_p): Move to...
9727 * gimple-fold.c: ...here. Add depth parameters and pass them
9728 down to the tree routines. Accept statements that aren't
9729 assignments or calls but just return false for them.
9730 (gimple_val_nonnegative_real_p): Delete.
9731 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
9732 tree_expr_nonnegative_p instead of gimple_val_nonnegative_real_p.
9733 Check HONOR_NANs first.
9735 2015-10-08 Martin Jambor <mjambor@suse.cz>
9737 * ipa-cp.c (meet_with_1): Make the argument of abs signed. Remove
9740 2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com>
9742 * tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi
9743 in the tail of outer-loop.
9745 2015-10-08 David Edelsohn <dje.gcc@gmail.com>
9747 * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
9750 2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com>
9752 * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
9753 "cfghooks.h", add prototypes for introduced new functions.
9754 (tree_ssa_unswitch_loops): Use from innermost loop iterator, move all
9755 checks on ability of loop unswitching to tree_unswitch_single_loop;
9756 invoke tree_unswitch_single_loop or tree_unswitch_outer_loop depending
9757 on innermost loop check.
9758 (tree_unswitch_single_loop): Add all required checks on ability of
9759 loop unswitching under zero recursive level guard.
9760 (tree_unswitch_outer_loop): New function.
9761 (find_loop_guard): Likewise.
9762 (empty_bb_without_guard_p): Likewise.
9763 (used_outside_loop_p): Likewise.
9764 (get_vop_from_header): Likewise.
9765 (hoist_guard): Likewise.
9766 (check_exit_phi): Likewise.
9768 2015-10-08 Marek Polacek <polacek@redhat.com>
9770 * tree-ssa-reassoc.c (dump_ops_vector): Print newline after each
9773 2015-10-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9776 * config/s390/s390.c (s390_atomic_assign_expand_fenv): Use
9777 create_tmp_var_raw instead of create_tmp_var.
9779 2015-10-07 Jan Hubicka <hubicka@ucw.cz>
9781 * expr.c (store_expr_with_bounds): Handle aggregate moves from
9783 * gimple-expr.c (useless_type_conversion_p): Do not use TYPE_CANONICAL
9784 to define gimple type system; compare aggregates only by size.
9786 2015-10-07 Jeff Law <law@redhat.com>
9788 * tree-ssa-dom.c (optimize_stmt): Don't set LOOPS_NEED_FIXUP here.
9789 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Do it
9790 here instead. Tighten test to avoid setting LOOPS_NEED_FIXUP
9793 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
9794 Sebastian Pop <s.pop@samsung.com>
9796 * graphite-dependences.c (scop_get_dependences): Do not use SCOP_BBS.
9797 * graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions): Same.
9798 (generate_isl_schedule): Same.
9799 * graphite-optimize-isl.c (scop_get_domains): Same.
9800 (apply_schedule_map_to_scop): Same.
9801 * graphite-poly.c (print_iteration_domains): Same.
9802 (remove_gbbs_in_scop): Same.
9806 * graphite-poly.h (struct scop): Rename bbs to pbbs.
9808 * graphite-scop-detection.c (compare_bb_depths): Remove.
9809 (graphite_sort_dominated_info): Remove.
9810 (try_generate_gimple_bb): Move out of scop_detection.
9811 (all_non_dominated_preds_marked_p): Remove.
9812 (build_scop_bbs_1): Remove.
9813 (build_scop_bbs): Remove.
9814 (nb_pbbs_in_loops): Do not use SCOP_BBS.
9815 (find_scop_parameters): Same.
9816 (sese_dom_walker): Rename gather_bbs.
9817 (before_dom_children): Call try_generate_gimple_bb and collect gbb
9819 (build_scops): Call gather_bbs.
9820 * graphite-sese-to-poly.c (build_scop_scattering): Do not use SCOP_BBS.
9821 (add_conditions_to_constraints): Same.
9822 (build_scop_iteration_domain): Same.
9823 (build_scop_drs): Same.
9824 (new_pbb_from_pbb): Same.
9825 * sese.c (new_sese_info): Create bbs.
9826 * sese.h (struct sese_info_t): Add bbs.
9828 2015-10-07 David Edelsohn <dje.gcc@gmail.com>
9830 * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 64-bit
9831 encoding in 64-bit mode.
9833 2015-10-07 Uros Bizjak <ubizjak@gmail.com>
9836 * config/i386/i386.c (ix86_option_override_internal): Always use
9837 8-byte minimum stack boundary in 64-bit mode.
9838 (ix86_compute_frame_layout): Remove assert on INCOMING_STACK_BOUNDARY.
9839 (ix86_emit_save_reg_using_mov): Support unaligned SSE store.
9840 Add a REG_CFA_EXPRESSION note if needed.
9841 (ix86_emit_restore_sse_regs_using_mov): Support unaligned SSE load.
9842 (ix86_handle_force_align_arg_pointer_attribute): New.
9843 (ix86_minimum_incoming_stack_boundary): Remove TARGET_64BIT check.
9844 (ix86_attribute_table): Set ix86_force_align_arg_pointer_string
9845 with ix86_handle_force_align_arg_pointer_attribute.
9846 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to BITS_PER_WORD.
9848 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
9849 Sebastian Pop <s.pop@samsung.com>
9851 * graphite-scop-detection.c (parameter_index_in_region): Remove
9852 use of SESE_ADD_PARAMS.
9853 (find_scop_parameters): Same.
9854 * sese.c (new_sese_info): Same.
9855 * sese.h (struct sese_info_t): Remove add_params.
9856 (SESE_ADD_PARAMS): Remove.
9858 2015-10-07 Aditya Kumar <aditya.k7@samsung.com>
9859 Sebastian Pop <s.pop@samsung.com>
9861 * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple): Use
9864 (copy_internal_parameters): Same.
9865 (translate_isl_ast_to_gimple): Use an sese_l.
9866 (build_iv_mapping): Same.
9867 * graphite-poly.c (new_sese): Rename new_sese_info.
9868 (free_sese): Rename free_sese_info.
9869 * graphite-poly.h (struct scop): Use an sese_info_p.
9870 (scop_set_region): Same.
9871 * graphite-scop-detection.c (struct sese_l): Moved...
9872 (get_entry_bb): Moved...
9873 (get_exit_bb): Moved...
9874 (parameter_index_in_region_1): Use an sese_info_p.
9875 (parameter_index_in_region): Same.
9876 (scan_tree_for_params): Same.
9877 (find_params_in_bb): Same.
9878 (sese_dom_walker): Use an sese_l.
9879 * graphite-sese-to-poly.c (remove_invariant_phi): Same.
9880 (reduction_phi_p): Same.
9881 (parameter_index_in_region_1): Use an sese_info_p.
9882 (propagate_expr_outside_region): Use an sese_l.
9883 * graphite.c: Replace uses of SCOP_REGION.
9884 * sese.c (sese_record_loop): Use an sese_info_p.
9885 (build_sese_loop_nests): Same.
9886 (sese_build_liveouts_use): Same.
9887 (sese_build_liveouts_bb): Same.
9888 (sese_build_liveouts_bb): Same.
9889 (sese_bad_liveouts_use): Same.
9890 (sese_reset_debug_liveouts_bb): Same.
9891 (sese_build_liveouts): Same.
9892 (new_sese): Renamed new_sese_info.
9893 (free_sese): Renamed free_sese_info.
9894 (set_rename): Use an sese_info_p.
9895 (graphite_copy_stmts_from_block): Same.
9896 (copy_bb_and_scalar_dependences): Same.
9897 (outermost_loop_in_sese_1): Use an sese_l.
9898 (outermost_loop_in_sese): Same.
9899 (if_region_set_false_region): Use an sese_info_p.
9900 (move_sese_in_condition): Same.
9901 (scalar_evolution_in_region): Use an sese_l.
9902 * sese.h (struct sese_l): ... here.
9903 (SESE_ENTRY): Remove.
9904 (SESE_ENTRY_BB): Remove.
9905 (SESE_EXIT): Remove.
9906 (SESE_EXIT_BB): Remove.
9907 (sese_contains_loop): Use an sese_info_p.
9908 (sese_nb_params): Same.
9909 (bb_in_sese_p): Use an sese_l.
9910 (stmt_in_sese_p): Same.
9911 (defined_in_sese_p): Same.
9912 (loop_in_sese_p): Same.
9913 (sese_loop_depth): Same.
9914 (struct ifsese_s): Use an sese_info_p.
9915 (gbb_loop_at_index): Use an sese_l.
9916 (nb_common_loops): Same.
9917 (scev_analyzable_p): Same.
9919 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
9921 * config/i386/i386.c (ix86_conditional_register_usage): Use
9922 CALL_USED_REGISTERS_MASK.
9923 * config/i386/i386.h (CALL_USED_REGISTERS_MASK): New macro.
9925 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
9928 * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET.
9929 * configure: Regenerated.
9931 2015-10-07 H.J. Lu <hongjiu.lu@intel.com>
9934 * config/i386/i386.c (ix86_maybe_switch_abi): Merged with ...
9935 (ix86_set_current_function): This.
9936 (TARGET_EXPAND_TO_RTL_HOOK): Removed.
9938 2015-10-07 Richard Biener <rguenther@suse.de>
9940 * tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.
9941 (vinfo_for_stmt): Adjust.
9942 (set_vinfo_for_stmt): Likewise.
9943 * tree-vectorizer.c (stmt_vec_info_vec): Likewise.
9944 * tree-vect-stmts.c (free_stmt_vec_info_vec): Likewise.
9945 * tree-vect-loop.c (new_loop_vec_info): Remove special-casing
9947 (vect_analyze_loop_1): Remove.
9948 (vect_analyze_loop_form_1): Avoid building a loop_vec_info for
9949 inner loop when vectorizing an outer loop by splitting out from ...
9950 (vect_analyze_loop_form): ... here.
9952 2015-10-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9955 * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv):
9956 Use create_tmp_var_raw instead of create_tmp_var.
9958 2015-10-07 Richard Sandiford <richard.sandiford@arm.com>
9960 * real.h (dconst_quarter, dconst_sixth, dconst_ninth): New macros.
9961 (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): Declare.
9962 * real.c (CACHED_FRACTION): New helper macro.
9963 (dconst_third_ptr): Use it.
9964 (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): New.
9965 * builtins.c (fold_builtin_sqrt): Use dconst_quarter and
9967 (fold_builtin_cbrt): Use dconst_sixth and dconst_ninth.
9969 2015-10-06 Jeff Law <law@redhat.com>
9971 PR tree-optimization/67816
9972 * tree-ssa-threadupdate.h (remove_jump_threads_including): Renamed
9973 from remove_jump_threads_starting_at. Accept an edge rather than
9975 * tree-ssa-threadupdate.c (removed_edges): New hash table.
9976 (remove_jump_threads_including): Note edges that get removed from
9977 the CFG for later pruning of jump threading paths including them.
9978 (thread_through_all_blocks): Remove paths which include edges that
9980 * tree-ssa-dom.c (optimize_stmt): Call remove_jump_threads_including
9981 on each outgoing edges when optimizing away a control statement.
9983 2015-10-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9985 * reorg.c (emit_delay_sequence): Store list of delay slot insns
9986 in a vector instead of rtx_insn_list.
9987 (add_to_delay_list): Likewise.
9988 (delete_from_delay_slot): Likewise.
9989 (optimize_skip): Likewise.
9990 (redirect_with_delay_list_safe_p): Likewise.
9991 (check_annul_list_true_false): Likewise.
9992 (steal_delay_list_from_target): Likewise.
9993 (steal_delay_list_from_fallthrough): Likewise.
9994 (redundant_insn): Likewise.
9995 (fill_simple_delay_slots): Likewise.
9996 (fill_slots_from_thread): Likewise.
9997 (fill_eager_delay_slots): Likewise.
9998 (relax_delay_slots): Likewise.
10000 2015-10-06 Sandra Loosemore <sandra@codesourcery.com>
10002 * config/nios2/nios2.c (nios2_symbol_ref_in_small_data_p):
10003 For -mgpopt=local, also exclude unintialized common symbols.
10004 * doc/invoke.texi (Nios II Options): Document the change.
10006 2015-10-07 Kugan Vivekanandarajah <kuganv@linaro.org>
10008 * config/aarch64/iterators.md (vwcore): Add missing cases for
10011 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
10012 Sebastian Pop <s.pop@samsung.com>
10014 * graphite-poly.c (new_scop): Initialize drs.
10015 * graphite-poly.h (struct dr_info): New.
10016 (struct scop): Add drs.
10017 * graphite-sese-to-poly.c (pdr_add_alias_set): Use dr_info.
10018 (pdr_add_memory_accesses): Same.
10019 (build_poly_dr): Same.
10020 (build_alias_set): Same.
10021 (build_scop_drs): Same.
10022 (build_pbb_drs): Remove.
10023 * tree-data-ref.c (create_data_ref): Do not initialize alias_set.
10024 * tree-data-ref.h (data_reference): Remove alias_set.
10026 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
10027 Sebastian Pop <s.pop@samsung.com>
10029 * graphite-poly.c (free_data_refs_aux): Remove.
10030 (free_gimple_poly_bb): Do not call free_data_refs_aux.
10031 * graphite-poly.h (struct base_alias_pair): Remove.
10032 * graphite-sese-to-poly.c (pdr_add_alias_set): Remove all uses of
10033 base_alias_pair and dr->aux.
10034 (build_alias_set): Same.
10035 * tree-data-ref.c (create_data_ref): Initialize alias_set.
10036 * tree-data-ref.h (data_reference): Add alias_set.
10038 2015-10-06 Aditya Kumar <aditya.k7@samsung.com>
10039 Sebastian Pop <s.pop@samsung.com>
10041 * graphite-poly.c (new_poly_dr): Remove dr_base_object_set.
10042 Do not set PDR_BASE_OBJECT_SET.
10043 * graphite-poly.h (poly_dr): Same.
10044 (PDR_BASE_OBJECT_SET): Remove.
10045 (new_poly_dr): Update decl.
10046 * graphite-sese-to-poly.c (build_poly_dr): Update call to
10048 (write_alias_graph_to_ascii_dimacs): Remove.
10049 (write_alias_graph_to_ascii_dot): Remove.
10050 (write_alias_graph_to_ascii_ecc): Remove.
10051 (dr_same_base_object_p): Remove.
10052 (build_alias_set_optimal_p): Rename build_alias_set. Remove dead
10054 (build_base_obj_set_for_drs): Remove.
10055 (dump_alias_graphs): Remove.
10056 (build_scop_drs): Remove dead code.
10058 2015-10-05 Michael Meissner <meissner@linux.vnet.ibm.com>
10059 Peter Bergner <bergner@vnet.ibm.com>
10062 * config/rs6000/rs6000.md (extenddftf2): In the expander, only
10063 allow registers, but provide insns for the combiner to create for
10064 loads from memory. Separate VSX code from non-VSX code. For
10065 non-VSX code, combine extenddftf2_fprs into extenddftf2 and rename
10066 externaldftf2_internal to externaldftf2_fprs. Reorder constraints
10067 so that registers come before memory operations. Drop support from
10068 converting DFmode to TFmode, if the DFmode value is in a GPR
10070 (extenddftf2_fprs): Likewise.
10071 (extenddftf2_internal): Likewise.
10072 (extenddftf2_vsx): Likewise.
10073 (extendsftf2): In the expander, only allow registers, but provide
10074 insns for the combiner to create for stores and loads.
10076 2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10078 * varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
10079 from the decl parameter.
10081 2015-10-06 Nathan Sidwell <nathan@codesourcery.com>
10084 * gimple-fold.c (gimple_fold_builtin): Add break after
10085 BUILT_IN_PRINTF_CHK, BUILT_IN_VPRINTF_CHK folding.
10087 2015-10-06 H.J. Lu <hongjiu.lu@intel.com>
10089 * graphite-optimize-isl.c (optimize_isl): Rename scop->ctx
10090 to scop->isl_context.
10092 2015-10-06 Eric Botcazou <ebotcazou@adacore.com>
10094 * config/arm/arm.c (arm_emit_probe_stack_range): Adjust comment.
10095 (output_probe_stack_range): Rotate the loop and simplify.
10096 (thumb1_expand_prologue): Tweak sorry message.
10097 * config/arm/arm.md (probe_stack): Use bare string.
10099 2015-10-06 Nick Clifton <nickc@redhat.com>
10101 * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
10103 2015-10-06 Nick Clifton <nickc@redhat.com>
10105 * config/msp430/msp430.c (ATTR_NOINIT): New constant.
10106 (ATTR_PERSIST): New constant.
10107 (msp430_data_attr): New function - verifies an attribute that only
10108 applies to variables.
10109 (msp430_attributes): Add noinit and persistent attributes.
10110 (noinit_section): New variable.
10111 (presis_section): New variable.
10112 (TARGET_ASM_INIT_SECTIONS): Define.
10113 (msp430_init_sections): New function - initialises the noinit and
10114 persist section variables.
10115 (msp430_select_section): Add support for noinit and persist
10117 (msp430_section_type_flags): Likewise.
10118 * doc/extend.texi: Document the reent, critical, wakeup, noinit
10119 and persistent attributes.
10121 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
10122 Sebastian Pop <s.pop@samsung.com>
10124 * graphite-dependences.c (scop_get_transformed_schedule): Remove.
10125 (no_violations): Remove.
10126 (subtract_commutative_associative_deps): Remove.
10127 (compute_deps): Do not call subtract_commutative_associative_deps.
10128 (transform_is_safe): Remove.
10129 (graphite_legal_transform): Remove.
10130 * graphite-poly.h (graphite_legal_transform): Remove.
10132 2015-10-05 Aditya Kumar <hiraditya@msn.com>
10134 * graphite-sese-to-poly.c (build_loop_iteration_domains): Only loops
10135 which are in this region are passed so gcc_assert and remove redundant
10137 * sese.c (sese_build_liveouts): Pass only those bbs which are not
10139 (sese_bad_liveouts_use): Only BBs which are not in region are passed so
10140 gcc_assert on that and remove unnecessary computation.
10141 (sese_build_liveouts_use): Same.
10143 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
10145 * graphite-dependences.c (scop_get_reads): Renamed scop->context
10146 to scop->param_context.
10147 (scop_get_must_writes): Same.
10148 (scop_get_may_writes): Same.
10149 (scop_get_original_schedule): Same.
10150 (scop_get_transformed_schedule): Same.
10151 (subtract_commutative_associative_deps): Same.
10152 * graphite-isl-ast-to-gimple.c (add_parameters_to_ivs_params): Same.
10153 (generate_isl_context): Same.
10154 (generate_isl_schedule): Same.
10155 (scop_to_isl_ast): Same.
10156 (graphite_regenerate_ast_isl): Same.
10157 * graphite-optimize-isl.c (scop_get_domains): Same.
10158 (optimize_isl): Renamed scop->context to scop->param_context.
10159 * graphite-poly.c (new_poly_bb): Change the type of argument to
10161 (new_scop): Renamed scop->context to scop->param_context.
10163 (print_scop_context): Same.
10164 * graphite-poly.h (new_poly_dr): Change the type of argument from
10165 void* to data_reference_p.
10166 (struct poly_bb): Change the type of black_box to gimple_poly_bb_p.
10167 (new_poly_bb): Change the type of argument from void* to
10169 (pbb_set_black_box): Same.
10170 (struct scop): Rename context to param_context, ctx to isl_context.
10171 * graphite-scop-detection.c (scop_detection::build_scop_bbs_1):
10172 Move declarations closer to assignment.
10173 (find_params_in_bb): Same.
10174 (find_scop_parameters): Same.
10175 * graphite-sese-to-poly.c (unsigned ssa_name_version_typesize):
10176 Global to be used for statement IDs.
10177 (isl_id_for_pbb): Use ssa_name_version_typesize.
10178 (simple_copy_phi_p): Move declarations closer to assignment.
10179 (build_pbb_scattering_polyhedrons): Same.
10180 (build_scop_scattering): Same.
10181 (isl_id_for_ssa_name): Same.
10182 (extract_affine_name): Same.
10183 (extract_affine_int): Same.
10184 (extract_affine): Same.
10185 (set_scop_parameter_dim): Use renamed member.
10186 (build_loop_iteration_domains): Same.
10187 (add_param_constraints): Same.
10188 (build_scop_iteration_domain): Same.
10189 (pdr_add_data_dimensions): Same.
10190 (build_poly_dr): Same.
10191 (build_scop_drs): Move declarations closer to assignment.
10192 (analyze_drs_in_stmts): Same.
10193 (insert_out_of_ssa_copy): Same.
10194 (insert_out_of_ssa_copy_on_edge): Same.
10195 (propagate_expr_outside_region): Same.
10196 (rewrite_phi_out_of_ssa): Same.
10197 (rewrite_degenerate_phi): Same.
10198 (rewrite_reductions_out_of_ssa): Same.
10199 (rewrite_cross_bb_scalar_dependence): Same.
10200 (handle_scalar_deps_crossing_scop_limits): Same.
10201 (rewrite_cross_bb_scalar_deps): Same.
10202 * graphite.c (graphite_transform_loops): Use renamed member.
10204 2015-10-06 Uros Bizjak <ubizjak@gmail.com>
10207 * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Use
10208 create_tmp_var_raw instead of create_tmp_var.
10210 2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10213 * config/aarch64/aarch64-builtins.c (aarch64_atomic_assign_expand_fenv):
10214 Use create_tmp_var_raw instead of create_tmp_var.
10216 2015-10-06 Alexander Fomin <alexander.fomin@intel.com>
10219 * config/i386/sse.md (define_split vec_select/V8FI): Restrict
10220 split for upper-bank registers when target does not support
10222 (define_insn "vec_extract_lo_<mode><mask_name>"): Restrict
10223 split when target does not support AVX512VL.
10225 2015-10-06 David Edelsohn <dje.gcc@gmail.com>
10228 * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv):
10229 Adjust to use create_tmp_var_raw instead of create_tmp_var.
10231 2015-10-06 Nick Clifton <nickc@redhat.com>
10233 * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimates for
10236 2015-10-06 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
10238 * config.gcc (i[34567]86-*-linux* | ...): Add znver1.
10239 (case ${target}): Add znver1.
10240 * config/i386/cpuid.h(bit_CLZERO): Define.
10241 * config/i386/driver-i386.c: (host_detect_local_cpu): Let
10242 -march=native recognize znver1 processors.
10243 * config/i386/i386-c.c (ix86_target_macros_internal): Add
10244 znver1, clzero def_and_undef.
10245 * config/i386/i386.c (struct processor_costs znver1_cost): New.
10246 (m_znver1): New definition.
10247 (m_AMD_MULTIPLE): Includes m_znver1.
10248 (processor_target_table): Add znver1 entry.
10249 (ix86_target_string) : Add clzero entry.
10250 (static const char *const cpu_names): Add znver1 entry.
10251 (ix86_option_override_internal): Add znver1 instruction sets.
10252 (PTA_CLZERO) : New definition.
10253 (ix86_option_override_internal): Handle new clzerooption.
10254 (ix86_issue_rate): Add znver1.
10255 (ix86_adjust_cost): Add znver1.
10256 (ia32_multipass_dfa_lookahead): Add znver1.
10257 (has_dispatch): Add znver1.
10258 * config/i386/i386.h (TARGET_znver1): New definition.
10259 (TARGET_CLZERO): Define.
10260 (TARGET_CLZERO_P): Define.
10261 (struct ix86_size_cost): Add TARGET_ZNVER1.
10262 (enum processor_type): Add PROCESSOR_znver1.
10263 * config/i386/i386.md (define_attr "cpu"): Add znver1.
10264 (set_attr znver1_decode): New definitions for znver1.
10265 * config/i386/i386.opt (flag_dispatch_scheduler): Add znver1.
10267 * config/i386/mmx.md (set_attr znver1_decode): New definitions
10269 * config/i386/sse.md (set_attr znver1_decode): Likewise.
10270 * config/i386/x86-tune.def: Add znver1 tunings.
10271 * config/i386/znver1.md: Introduce znver1 cpu and include new md file.
10272 * doc/invoke.texi: Add details about znver1
10274 2015-10-06 Richard Biener <rguenther@suse.de>
10276 PR tree-optimization/67859
10277 * tree-ssa-pre.c (create_expression_by_pieces): Properly
10278 discard not inserted stmts.
10280 2015-10-06 Jonathan Wakely <jwakely@redhat.com>
10282 * doc/extend.texi (Template Instantiation): Reorder options and
10283 de-emphasize -frepo.
10284 * doc/invoke.texi (C++ Dialect Options): Use -fstrict-enums in
10285 example instead of -frepo.
10287 2015-10-06 Eric Botcazou <ebotcazou@adacore.com>
10290 * config/sparc/sparc.c (sparc_atomic_assign_expand_fenv): Adjust to
10291 use create_tmp_var_raw rather than create_tmp_var.
10293 2015-10-06 Richard Biener <rguenther@suse.de>
10295 * tree-vectorizer.h (vec_info): New base class for...
10296 (_loop_vec_info): ... this and ...
10297 (_bb_vec_info): ... this.
10298 (vect_is_simple_use, vect_is_simple_use_1, new_stmt_vec_info,
10299 vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
10300 vect_analyze_data_ref_accesses, vect_analyze_data_refs,
10301 vect_schedule_slp, vect_analyze_slp, vect_pattern_recog,
10302 vect_destroy_datarefs): Adjust interface to take a vec_info *
10303 rather than both a loop_vec_info and a bb_vec_info argument.
10304 * tree-vect-data-refs.c (vect_compute_data_refs_alignment,
10305 vect_verify_datarefs_alignment, vect_enhance_data_refs_alignment,
10306 vect_analyze_data_refs_alignment, vect_analyze_data_ref_accesses,
10307 vect_analyze_data_refs, vect_create_data_ref_ptr): Adjust
10309 * tree-vect-loop.c (new_loop_vec_info): Initialize base class.
10310 (destroy_loop_vec_info, vect_analyze_loop_2,
10311 vect_is_simple_reduction_1, get_initial_def_for_induction,
10312 vect_create_epilog_for_reduction, vectorizable_reduction,
10313 vectorizable_live_operation, vect_transform_loop): Adjust.
10314 * tree-vect-patterns.c (type_conversion_p,
10315 vect_recog_widen_mult_pattern, vect_recog_widen_shift_pattern,
10316 vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern,
10317 vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern,
10318 check_bool_pattern, vect_recog_bool_pattern,
10319 vect_mark_pattern_stmts, vect_pattern_recog): Likewise.
10320 * tree-vect-slp.c (vect_get_and_check_slp_defs,
10321 vect_build_slp_tree_1, vect_build_slp_tree, vect_analyze_slp_cost_1,
10322 vect_analyze_slp_instance, vect_analyze_slp, destroy_bb_vec_info,
10323 vect_slp_analyze_bb_1, vect_schedule_slp): Likewise.
10324 (new_bb_vec_info): Initialize base classs.
10325 * tree-vect-stmts.c (record_stmt_cost, process_use,
10326 vect_get_vec_def_for_operand, vect_finish_stmt_generation,
10327 vectorizable_mask_load_store, vectorizable_call,
10328 vectorizable_simd_clone_call, vectorizable_conversion,
10329 vectorizable_assignment, vectorizable_shift,
10330 vectorizable_operation, vectorizable_store,
10331 vectorizable_load, vect_is_simple_cond, vectorizable_condition,
10332 new_stmt_vec_info, vect_is_simple_use, vect_is_simple_use_1): Likewise.
10333 * tree-vectorizer.c (vect_destroy_datarefs): Likewise.
10335 2015-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
10338 * config/sh/sh.c (sh_atomic_assign_expand_fenv): Adjust to use
10339 create_tmp_var_raw rather than create_tmp_var.
10341 2015-10-05 Marek Polacek <polacek@redhat.com>
10343 * tree-ssa-loop-im.c
10344 (move_computations_dom_walker::before_dom_children): Don't set
10345 SSA_NAME_ANTI_RANGE_P.
10346 * tree-ssa-phiopt.c (value_replacement): Likewise.
10348 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
10349 Sebastian Pop <s.pop@samsung.com>
10351 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Increase to 7.
10353 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
10354 Sebastian Pop <s.pop@samsung.com>
10356 * graphite-poly.c (new_gimple_poly_bb): ... here.
10357 (free_data_refs_aux): ... here.
10358 (free_gimple_poly_bb): ... here.
10359 (remove_gbbs_in_scop): ... here.
10360 (new_scop): Call new_sese.
10361 (free_scop): Call remove_gbbs_in_scop and free_sese.
10362 * graphite-poly.h (base_alias_pair): ... here.
10363 (new_gimple_poly_bb): Declare.
10364 (free_gimple_poly_bb): Declare.
10365 * graphite-scop-detection.c (parameter_index_in_region_1):
10366 (parameter_index_in_region): ... here.
10367 (scan_tree_for_params): ... here.
10368 (find_params_in_bb): ... here.
10369 (find_scop_parameters): ... here.
10370 (build_scops): Call find_scop_parameters.
10371 * graphite-sese-to-poly.c (free_gimple_poly_bb): Move...
10372 (free_scops): Move...
10373 (single_pred_cond_non_loop_exit): Move...
10374 (sese_dom_walker::before_dom_children): Move...
10375 (sese_dom_walker::after_dom_children): Move...
10376 (build_poly_scop): Move...
10377 * graphite-sese-to-poly.h (base_alias_pair): Move...
10378 * graphite.c (free_scops): ... here.
10380 2015-10-05 Aditya Kumar <aditya.k7@samsung.com>
10381 Sebastian Pop <s.pop@samsung.com>
10383 * graphite-scop-detection.c: Include domwalk.h and tree-cfg.h.
10384 (trivially_empty_bb_p): Move...
10385 (same_close_phi_node): Move...
10386 (new_gimple_poly_bb): Move...
10387 (compare_bb_depths): Move...
10388 (graphite_sort_dominated_info): Move...
10389 (remove_duplicate_close_phi): Move...
10390 (make_close_phi_nodes_unique): Move...
10391 (canonicalize_loop_closed_ssa): Move...
10392 (canonicalize_loop_closed_ssa_form): Move...
10393 (loop_ivs_can_be_represented): Move...
10394 (single_pred_cond_non_loop_exit): Move...
10395 (graphite_can_represent_init): Move...
10396 (graphite_can_represent_scev): Move...
10397 (stmt_has_simple_data_refs_p): Move...
10398 (stmt_has_side_effects): Move...
10399 (graphite_can_represent_stmt): Move...
10400 (scop_detection): ... here.
10401 (sese_dom_walker): ... and here.
10402 (build_scops): Call all moved functions.
10403 * graphite-sese-to-poly.c (try_generate_gimple_bb): Move...
10404 (all_non_dominated_preds_marked_p): Move...
10405 (build_scop_bbs_1): Move...
10406 (build_scop_bbs): Move...
10407 (set_scop_parameter_dim): Move...
10408 (nb_pbbs_in_loops): Move...
10409 (build_poly_scop): Do not call all the moved functions.
10411 2015-10-05 Martin Jambor <mjambor@suse.cz>
10412 Jan Hubicka <hubicka@ucw.cz>
10414 * ipa-cp.c (ipcp_alignment_lattice): New type.
10415 (ipcp_param_lattices): Use the above to represent alignment.
10416 (ipcp_alignment_lattice::print): New function.
10417 (print_all_lattices): Use it to print alignment information.
10418 (ipcp_alignment_lattice::top_p): New function.
10419 (ipcp_alignment_lattice::bottom_p): Likewise.
10420 (ipcp_alignment_lattice::set_to_bottom): Likewise.
10421 (ipcp_alignment_lattice::meet_with_1): Likewise.
10422 (ipcp_alignment_lattice::meet_with): Two new overloaded functions.
10423 (set_all_contains_variable): Use set_to_bottom of alignment lattice.
10424 (initialize_node_lattices): Likewise.
10425 (propagate_alignment_accross_jump_function): Work with the new class
10426 for alignment lattices.
10427 (propagate_constants_accross_call): Pass only the alignment lattice to
10428 propagate_alignment_accross_jump_function.
10429 (ipcp_store_alignment_results): Work with the new class for alignment
10432 2015-10-05 Marek Polacek <polacek@redhat.com>
10434 PR tree-optimization/67821
10435 * tree-ssanames.c (duplicate_ssa_name_range_info): Remove an assert.
10437 2015-10-05 Thomas Schwinge <thomas@codesourcery.com>
10440 * config/i386/intelmic-mkoffload.c (mkoffload_atexit): Rename
10442 (mkoffload_cleanup): ... this. Adjust all users.
10443 (maybe_unlink): Look at save_temps and verbose flags instead of
10445 (main): Parse "-save-temps" flag.
10446 (generate_target_descr_file, generate_target_offloadend_file)
10447 (generate_host_descr_file, prepare_target_image): Pass it on.
10448 * config/nvptx/mkoffload.c (tool_cleanup): Implement.
10449 (mkoffload_cleanup): New function.
10450 (maybe_unlink): Look at save_temps and verbose flags instead of
10452 (main): Instead of calling utils_cleanup, register atexit handler
10453 for mkoffload_cleanup.
10454 (main): Parse "-save-temps" flag.
10455 (compile_native, main): Pass it on.
10456 * lto-wrapper.c (compile_offload_image): Likewise.
10458 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10460 * gimple.h (gimple_op_ptr): Require a non const gimple *.
10461 (gimple_assign_lhs_ptr): Likewise.
10462 (gimple_assign_rhs1_ptr): Likewise.
10463 (gimple_assign_rhs2_ptr): Likewise.
10464 (gimple_assign_rhs3_ptr): Likewise.
10465 (gimple_call_lhs_ptr): Likewise.
10466 (gimple_call_fn_ptr): Likewise.
10467 (gimple_call_chain_ptr): Likewise.
10468 (gimple_call_arg_ptr): Likewise.
10469 (gimple_cond_lhs_ptr): Likewise.
10470 (gimple_cond_rhs_ptr): Likewise.
10471 (gimple_switch_index_ptr): Likewise.
10472 (gimple_return_retval_ptr): Likewise.
10474 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10476 * gimple.h (gimple_asm_input_op_ptr): Remove.
10477 (gimple_asm_output_op_ptr): Likewise.
10479 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10481 * gimple.h (gimple_location_ptr): Remove.
10482 * tree-vrp.c (check_all_array_refs): Adjust.
10484 2015-10-05 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10486 * tree-ssa-operands.c (build_uses): store tree * instead of
10488 (finalize_ssa_uses): Adjust.
10489 (append_use): Likewise.
10490 (verify_ssa_operands): Likewise.
10492 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10494 * real.h (build_real_truncate): Declare.
10495 * tree.c (build_real_truncate): New function.
10496 (strip_float_extensions): Use it.
10497 * builtins.c (fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_cbrt)
10498 (fold_builtin_hypot, fold_builtin_pow): Likewise.
10499 * match.pd: Likewise.
10501 2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
10502 Jiong Wang <jiong.wang@arm.com>
10504 * config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".
10506 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10508 * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete.
10509 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p)
10510 (aarch64_print_operand, aarch64_float_const_representable_p)
10511 (aarch64_output_simd_mov_immediate): Use CONST_DOUBLE_REAL_VALUE
10512 instead of REAL_VALUE_FROM_CONST_DOUBLE.
10513 * config/arc/arc.c (arc_print_operand): Likewise.
10514 * config/arm/arm.c (arm_const_double_rtx, vfp3_const_double_index)
10515 (neon_valid_immediate, arm_print_operand, arm_emit_fp16_const)
10516 (vfp3_const_double_for_fract_bits, vfp3_const_double_for_bits):
10518 * config/arm/arm.md (*arm32_movhf, consttable_4, consttable_8)
10519 (consttable_16): Likewise.
10520 * config/arm/vfp.md (*movhf_vfp_neon, *movhf_vfp): Likewise.
10521 * config/avr/avr.c (avr_print_operand): Likewise.
10522 * config/bfin/bfin.md: Likewise (in a define_split).
10523 * config/c6x/c6x.md: Likewise (in a define_split).
10524 * config/cr16/cr16.c (cr16_const_double_ok): Likewise.
10525 (cr16_print_operand): Likewise.
10526 * config/cris/cris.c (cris_print_operand): Likewise.
10527 * config/epiphany/epiphany.c (epiphany_print_operand): Likewise.
10528 * config/fr30/fr30.c (fr30_print_operand): Likewise.
10529 (fr30_const_double_is_zero): Likewise.
10530 * config/frv/frv.c (frv_print_operand, output_move_single): Likewise.
10531 * config/frv/frv.md: Likewise (in a define_split).
10532 * config/frv/predicates.md (int_2word_operand): Likewise.
10533 * config/h8300/h8300.c (h8300_print_operand): Likewise.
10534 * config/i386/i386.c (standard_80387_constant_p): Likewise.
10535 (ix86_print_operand, ix86_split_to_parts): Likewise.
10536 * config/i386/i386.md: Likewise (in a define_split).
10537 * config/ia64/ia64.c (ia64_split_tmode, ia64_print_operand): Likewise.
10538 * config/iq2000/iq2000.md (movsf_lo_sum, movsf_high): Likewise.
10539 * config/m32r/m32r.c (easy_df_const, m32r_print_operand): Likewise.
10540 * config/m68k/m68k.c (handle_move_double, standard_68881_constant_p)
10541 (print_operand): Likewise.
10542 * config/m68k/m68k.md (movsf_cf_hard, movdf_cf_hard): Likewise.
10543 * config/mep/mep.md: Likewise (in define_split).
10544 * config/microblaze/microblaze.c (microblaze_const_double_ok)
10545 (print_operand): Likewise.
10546 * config/mips/mips.md (consttable_float): Likewise.
10547 * config/mmix/mmix.c (mmix_intval): Likewise.
10548 * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
10549 * config/nvptx/nvptx.c (nvptx_print_operand): Likewise.
10550 * config/pa/pa.c (pa_singlemove_string): Likewise.
10551 * config/pdp11/pdp11.c (pdp11_expand_operands): Likewise.
10552 (pdp11_asm_print_operand, legitimate_const_double_p): Likewise.
10553 * config/rs6000/rs6000.c (num_insns_constant, rs6000_emit_cmove)
10554 (output_toc): Likewise.
10555 * config/rs6000/rs6000.md: Likewise (in define_splits).
10556 * config/rx/rx.c (rx_print_operand): Likewise.
10557 * config/s390/s390.c (s390_output_pool_entry): Likewise.
10558 * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
10559 * config/sh/sh.md (consttable_sf, consttable_df): Likewise
10560 (and also in define_splits).
10561 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p): Likewise.
10562 (fp_high_losum_p): Likewise.
10563 * config/sparc/sparc.md (*movsf_insn, *movsf_lo_sum): Likewise.
10564 (*movsf_high): Likewise.
10565 * config/spu/spu.c (const_double_to_hwint): Likewise.
10566 * config/v850/v850.c (const_double_split): Likewise.
10567 * config/vax/vax.c (vax_float_literal): Likewise.
10568 * config/visium/visium.c (visium_expand_copysign): Likewise.
10569 * config/visium/visium.md: Likewise (in define_split).
10570 * config/xtensa/predicates.md (const_float_1_operand): Likewise.
10571 * config/xtensa/xtensa.c (print_operand): Likewise.
10572 (xtensa_output_literal): Likewise.
10573 * cprop.c (implicit_set_cond_p): Likewise.
10574 * dwarf2out.c (insert_float): Likewise.
10575 * expmed.c (expand_mult, make_tree): Likewise.
10576 * expr.c (compress_float_constant): Likewise.
10577 * rtlanal.c (split_double): Likewise.
10578 * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
10579 (simplify_const_unary_operation, simplify_binary_operation_1)
10580 (simplify_const_binary_operation): Likewise.
10581 (simplify_const_relational_operation): Likewise.
10582 * varasm.c (output_constant_pool_2): Likewise.
10584 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10586 * real.h (CONST_DOUBLE_ATOF): Use const_double_from_real_value
10587 instead of CONST_DOUBLE_FROM_REAL_VALUE.
10588 (CONST_DOUBLE_FROM_REAL_VALUE): Delete.
10589 * config/c6x/c6x.md (divsf3, divdf3): Use const_double_from_real_value
10590 instead of CONST_DOUBLE_FROM_REAL_VALUE.
10591 * config/epiphany/epiphany.md (fixuns_truncsfsi2): Likewise.
10592 * config/i386/i386.c (standard_80387_constant_rtx): Likewise.
10593 (ix86_expand_builtin, ix86_emit_i387_log1p, ix86_emit_i387_round)
10594 (ix86_emit_swsqrtsf): Likewise.
10595 * config/ia64/ia64.c (ia64_expand_builtin): Likewise.
10596 * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
10597 (fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
10598 * config/pa/pa.c (pa_expand_builtin): Likewise.
10599 * config/rs6000/rs6000.c (rs6000_load_constant_and_splat): Likewise.
10600 (rs6000_scale_v2df): Likewise.
10601 * config/rs6000/rs6000.md (*cmptf_internal2): Likewise.
10602 * config/s390/s390.md (fixuns_truncdddi2, fixuns_trunctddi2)
10603 (fixuns_trunc<BFP:mode><GPR:mode>2): Likewise.
10604 * config/s390/vx-builtins.md (vec_ctd_s64, vec_ctd_u64, vec_ctsl)
10605 (vec_ctul): Likewise.
10606 * config/sparc/sparc.c (sparc_emit_fixunsdi): Likewise.
10607 * config/spu/spu.c (hwint_to_const_double, spu_float_const): Likewise.
10608 * config/spu/spu.md (floatunsdisf2, floatunstisf2): Likewise.
10609 * cse.c (fold_rtx): Likewise.
10610 * emit-rtl.c (immed_double_const): Likewise (in comments).
10611 (init_emit_once): Likewise.
10612 * expr.c (compress_float_constant, expand_expr_real_1)
10613 (const_vector_from_tree): Likewise.
10614 * optabs.c (expand_float, expand_fix): Likewise.
10615 * reg-stack.c (reg_to_stack): Likewise.
10616 * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
10617 (simplify_const_unary_operation, simplify_binary_operation_1)
10618 (simplify_const_binary_operation, simplify_relational_operation)
10619 (simplify_immed_subreg): Likewise.
10621 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10623 * doc/tm.texi.in (REAL_ARITHMETIC): Delete.
10624 * doc/tm.texi: Regenerate.
10625 * real.h (REAL_ARITHMETIC): Delete.
10626 * config/i386/i386.c (ix86_expand_lround, ix86_expand_round)
10627 (ix86_expand_round_sse4): Use real_arithmetic instead of
10629 * config/i386/sse.md (round<mode>2): Likewise.
10630 * rtl.h (rtx_to_tree_code): Likewise (in comment).
10631 * explow.c (rtx_to_tree_code): Likewise (in comment).
10632 * match.pd: Likewise.
10633 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
10634 * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
10635 (expand_pow_as_sqrts): Likewise.
10636 * tree-pretty-print.c (dump_generic_node): Remove code that
10637 was conditional on REAL_ARITHMETIC being undefined.
10639 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10641 * doc/tm.texi.in (REAL_VALUES_LESS): Delete.
10642 * doc/tm.texi: Regenerate.
10643 * real.h (real_less): Declare.
10644 (REAL_VALUES_LESS): Delete.
10645 * real.c (real_less): New function.
10646 (real_compare): Use it.
10647 * config/m68k/m68k.c (floating_exact_log2): Use real_less instead
10648 of REAL_VALUES_LESS.
10649 * config/microblaze/microblaze.c (microblaze_const_double_ok):
10651 * fold-const.c (fold_convert_const_int_from_real): Likewise.
10652 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
10653 (simplify_const_relational_operation): Likewise.
10654 * tree-call-cdce.c (check_pow): Likewise.
10655 (gen_conditions_for_pow_cst_base): Likewise.
10657 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10659 * real.h (REAL_VALUES_IDENTICAL): Delete.
10660 * config/m68k/m68k.c (standard_68881_constant_p): Use real_identical
10661 instead of REAL_VALUES_IDENTICAL.
10662 * fold-const.c (operand_equal_p): Likewise.
10663 * ipa-icf.c (sem_variable::equals): Likewise.
10664 * tree-complex.c (some_nonzerop): Likewise.
10665 (expand_complex_multiplication): Likewise.
10666 * tree.c (simple_cst_equal): Likewise.
10667 * varasm.c (compare_constant): Likewise.
10669 2015-10-05 Richard Sandiford <richard.sandiford@arm.com>
10671 * real.h (real_equal): Declare.
10672 (REAL_VALUES_EQUAL): Delete.
10673 * real.c (real_equal): New function.
10674 (real_compare): Use it.
10675 * doc/tm.texi.in (REAL_VALUES_EQUAL): Delete.
10676 * doc/tm.texi: Regenerate.
10677 * builtins.c (fold_builtin_pow, fold_builtin_load_exponent): Use
10678 real_equal instead of REAL_VALUES_EQUAL.
10679 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p): Likewise.
10680 * config/arm/arm.c (arm_const_double_rtx, neon_valid_immediate)
10681 (fp_const_from_val): Likewise.
10682 * config/fr30/fr30.c (fr30_const_double_is_zero): Likewise.
10683 * config/m68k/m68k.c (standard_68881_constant_p): Likewise.
10684 (floating_exact_log2): Likewise.
10685 * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
10686 * config/vax/vax.c (vax_float_literal): Likewise.
10687 * config/xtensa/predicates.md (const_float_1_operand): Likewise.
10688 * cprop.c (implicit_set_cond_p): Likewise.
10689 * expmed.c (expand_mult): Likewise.
10690 * fold-const.c (const_binop): Likewise.
10691 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
10692 (simplify_const_binary_operation): Likewise.
10693 (simplify_const_relational_operation): Likewise.
10694 * tree-call-cdce.c (check_pow): Likewise.
10695 (gen_conditions_for_pow_cst_base): Likewise.
10696 * tree-inline.c (estimate_num_insns): Likewise.
10697 * tree-ssa-dom.c (record_equality): Likewise.
10698 * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
10699 (gimple_expand_builtin_pow): Likewise.
10700 (pass_optimize_widening_mul::execute): Likewise.
10701 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
10702 * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
10703 * tree.c (real_zerop, real_onep, real_minus_onep): Likewise.
10705 2015-10-05 Richard Biener <rguenther@suse.de>
10708 * ipa-inline-analysis.c (estimate_function_body_sizes): Only
10709 consider loop header PHI defs as IVs.
10711 2015-10-05 Richard Biener <rguenther@suse.de>
10713 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Move
10715 (create_expression_by_pieces): ... here and build GIMPLE
10716 calls directly. Use gimple_build API and avoid force_gimple_operand.
10717 (insert_into_preds_of_block): Simplify.
10718 (do_regular_insertion): Add comment.
10720 2015-10-04 Jason Merrill <jason@redhat.com>
10722 * builtins.def (BUILT_IN_ABORT): Add transaction_pure attribute.
10724 2015-10-04 Uros Bizjak <ubizjak@gmail.com>
10726 * config/i386/i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to
10727 check for general register.
10728 (ix86_emit_save_regs): Ditto.
10729 (ix86_emit_save_regs_using_mov): Ditto.
10730 (ix86_emit_restore_regs_using_pop): Ditto.
10731 (ix86_emit_restore_regs_using_mov): Ditto.
10733 2015-10-03 Marek Polacek <polacek@redhat.com>
10735 * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
10736 (insn-dfatab.o): Likewise.
10738 2015-10-03 Max Filippov <jcmvbkbc@gmail.com>
10740 * config.gcc (xtensa*-*-uclinux*): New configuration.
10741 * config/xtensa/uclinux.h: New file.
10742 * config/xtensa/uclinux.opt: New file.
10744 2015-10-03 Jonathan Wakely <jwakely@redhat.com>
10746 * doc/cpp.texi (Standard Predefined Macros): Document value of
10747 __cplusplus for C++14.
10749 2015-10-02 Bernd Schmidt <bernds@codesourcery.com>
10751 * gcc.c (process_command): Use spec_machine rather than
10752 spec_host_machine to build tooldir_prefix2.
10754 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
10755 Bernd Schmidt <bernds@codesourcery.com>
10757 * config/nvptx/mkoffload.c (Kind, Vis): Remove enums.
10758 (Token, Stmt): Remove structs.
10759 (decls, vars, fns): Remove variables.
10760 (alloc_comment, append_stmt, is_keyword): Remove macros.
10761 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
10762 (write_stmt, write_stmts, parse_insn, parse_list_nosemi)
10763 (parse_init, parse_file): Remove functions.
10764 (read_file): Accept a pointer to a length and store into it.
10765 (process): Don't try to parse the input file, just write it out as
10766 a string, but looking for maps. Also write out the length.
10767 (main): Don't use "-S" to compile PTX code.
10769 2015-10-02 Jeff Law <law@redhat.com>
10771 * tree-ssa-dom.c (optimize_stmt): Note when loop structures need
10774 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
10777 * config/nvptx/mkoffload.c (main): Scan the argument vector for
10778 -fopenmp, and skip generating an offloading image if specified.
10780 2015-10-02 Uros Bizjak <ubizjak@gmail.com>
10782 * system.h (ROUND_UP): New macro definition.
10783 (ROUND_DOWN): Ditto.
10784 * ggc-page.c (ROUND_UP): Remove local macro definition.
10785 (PAGE_ALIGN): Implement using ROUND_UP macro.
10787 * config/i386/i386.h (PUSH_ROUNDING): Implement using ROUND_UP macro.
10788 * config/i386/i386.c (function_arg_advance_64): Use ROUND_UP macro
10790 (ix86_compute_frame_layout): Ditto.
10791 (ix86_expand_prologue): Ditto.
10792 (ix86_adjust_stack_and_probe): Use ROUND_DOWN macro
10793 to round down values.
10794 (expand_set_or_movmem_via_rep): Ditto.
10796 2015-10-02 Marek Polacek <polacek@redhat.com>
10798 * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
10800 2015-10-02 Aditya Kumar <aditya.k7@samsung.com>
10802 * graphite-scop-detection.c (loop_ivs_can_be_represented): New.
10803 (loop_body_is_valid_scop): Call loop_ivs_can_be_represented.
10804 * graphite-sese-to-poly.c (new_gimple_bb): Renamed new_gimple_poly_bb.
10805 (free_gimple_bb): Renamed free_gimple_poly_bb.
10806 (try_generate_gimple_bb): Hoist loop invariant code.
10807 (analyze_drs_in_stmts): Same.
10808 (build_scop_drs): Call renamed functions.
10809 (new_pbb_from_pbb): Same.
10810 (scop_ivs_can_be_represented): Delete as functionality now moved to
10811 graphite-scop-detection.c
10812 (build_poly_scop): Remove call to scop_ivs_can_be_represented.
10814 2015-10-02 Aditya Kumar <hiraditya@msn.com>
10816 * graphite-scop-detection.c (stmt_has_side_effects): New function
10817 outlined from stmt_simple_for_scop_p.
10818 (graphite_can_represent_stmt): Same.
10819 (stmt_simple_for_scop_p): Moved code out of this function for better
10822 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
10824 * config/i386/i386.c (processor_features): Add F_AVX512VBMI,
10826 (isa_names_table): Handle F_AVX512VBMI and F_AVX512IFMA.
10828 2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10830 * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete.
10832 2015-10-02 Vladimir Makarov <vmakarov@redhat.com>
10834 PR rtl-optimization/67756
10835 * lra-constraints.c (match_reload): Add a new parameter. Use it
10836 for creating a pseudo with the same value.
10837 (curr_insn_transform): Pass a new argument to match_reload.
10839 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
10841 * config/i386/i386.c (expand_vec_perm_even_odd_trunc): New.
10842 (expand_vec_perm_even_odd_1): Handle V64QImode.
10843 (ix86_expand_vec_perm_const_1): Try expansion with
10844 expand_vec_perm_even_odd_trunc as well.
10845 * config/i386/sse.md (VI124_AVX512F): Rename to ...
10846 (define_mode_iterator VI124_AVX2_24_AVX512F_1_AVX512BW): This. Extend
10848 (define_mode_iterator VI248_AVX2_8_AVX512F): Rename to ...
10849 (define_mode_iterator VI248_AVX2_8_AVX512F_24_AVX512BW): This. Extend
10850 to V32HI and V16SI.
10851 (define_insn "avx512bw_<code>v32hiv32qi2"): Unhide pattern name.
10852 (define_expand "vec_pack_trunc_<mode>"): Update iterator name.
10853 (define_expand "vec_unpacks_lo_<mode>"): Ditto.
10854 (define_expand "vec_unpacks_hi_<mode>"): Ditto.
10855 (define_expand "vec_unpacku_lo_<mode>"): Ditto.
10856 (define_expand "vec_unpacku_hi_<mode>"): Ditto.
10858 2015-10-02 Kirill Yukhin <kirill.yukhin@intel.com>
10860 * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mavx512dq,
10861 -mavx521vbmi, -mavx512ifma. Add missing opindex-es.
10863 2015-10-02 Jason Merrill <jason@redhat.com>
10866 * trans-mem.c (volatile_lvalue_p): Rename from volatile_var_p.
10867 (diagnose_tm_1_op): Also diagnose volatile accesses in
10868 transaction_safe function.
10870 2015-10-02 Jonathan Wakely <jwakely@redhat.com>
10872 * system.h (malloc.h): Don't include obsolete header.
10874 2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10876 * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
10877 (TLS_SECTION_ASM_FLAG): Delete.
10879 2015-10-02 Marek Polacek <polacek@redhat.com>
10882 * doc/invoke.texi: Document -Wduplicated-cond.
10883 * Makefile.in (insn-latencytab.o): Use -Wno-duplicated-cond.
10884 (insn-dfatab.o): Likewise.
10885 * genemit.c (gen_exp): Rewrite condition to avoid -Wduplicated-cond
10888 2015-10-02 Oleg Endo <olegendo@gcc.gnu.org>
10890 * config/sh/sh.md: Add new unnamed split pattern to handle movt-movt
10893 2015-10-02 Renlin Li <renlin.li@arm.com>
10895 * config/aarch64/aarch64.md (csneg3_insn_uxtw): New pattern.
10897 2015-10-02 Renlin Li <renlin.li@arm.com>
10900 * config/aarch64/aarch64.md (cmovdi_insn_uxtw): New pattern.
10902 2015-10-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10904 PR rtl-optimization/67786
10905 PR rtl-optimization/67787
10906 * ifcvt.c (bb_valid_for_noce_process_p): Reject basic block if
10907 it modifies a reg used in the condition calculation.
10909 2015-10-02 James Greenhalgh <james.greenhalgh@arm.com>
10911 * config/aarch64/aarch64-simd.md (*aarch64_combinez<mode>): Add
10912 alternatives for reads from memory and moves from general-purpose
10914 (*aarch64_combinez_be<mode>): Likewise.
10916 2015-10-02 Kai Tietz <ktietz70@googlemail.com>
10919 * config/i386/winnt.c (ix86_handle_selectany_attribute): Handle
10920 selectany within this function without need to keep attribute.
10921 (i386_pe_encode_section_info): Remove selectany-code.
10923 2015-10-02 Richard Biener <rguenther@suse.de>
10925 * tree-ssa-sccvn.c (has_VN_INFO): New function.
10926 (free_scc_vn): Use it.
10927 (visit_use): Remove dead code and refactor to use gassign
10928 and use less indentation.
10930 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
10934 * config/rs6000/rs6000.c (TARGET_CANNOT_COPY_INSN_P): New.
10935 (rs6000_cannot_copy_insn_p): New function.
10936 * config/rs6000/rs6000.md (cannot_copy): New attribute.
10937 (load_toc_v4_PIC_1_normal): Set cannot_copy.
10938 (load_toc_v4_PIC_1_476): Ditto.
10940 2015-10-01 Aditya Kumar <aditya.k7@samsung.com>
10942 * graphite-scop-detection.c (struct sese_l): New conversion constructor
10943 so that this type can be pushed into a vec.
10944 (class scop_builder): use sese_l to collect scops.
10945 (get_scops): New getter function.
10946 (remove_intersecting_scops): Use sese_l instead of scops_p.
10947 (intersects): Same.
10950 (remove_subscops): Same.
10951 (build_scops): Add scops to vec<scops_p> once all the scops have been
10954 2015-10-01 Aditya Kumar <aditya.k7@samsung.com>
10956 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
10957 Renamed type from gimple_bb_p to gimple_poly_bb_p.
10958 (translate_isl_ast_node_user): Same.
10959 * graphite-poly.c (new_poly_bb): Same.
10960 * graphite-poly.h (gbb_from_bb): Same.
10962 * graphite-sese-to-poly.c (new_gimple_bb):
10963 gimple_bb_p -> gimple_poly_bb_p
10964 (build_scop_scattering): Same.
10965 (find_params_in_bb): Same.
10966 (add_conditions_to_domain): Same.
10967 (sese_dom_walker::before_dom_children): Same.
10968 (analyze_drs_in_stmts): Same.
10969 (new_pbb_from_pbb): Same.
10970 (free_data_refs_aux): New pointer to type base_alias_pair.
10971 * graphite-sese-to-poly.h: Same.
10972 * sese.c (if_region_set_false_region): Fixed Indentation.
10973 (move_sese_in_condition): Same.
10975 2015-10-01 Sebastian Pop <s.pop@samsung.com>
10976 Aditya Kumar <aditya.k7@samsung.com>
10978 PR tree-optimization/66980
10979 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Return false
10980 when data reference analysis has failed.
10982 2015-10-01 Sebastian Pop <s.pop@samsung.com>
10983 Aditya Kumar <aditya.k7@samsung.com>
10985 PR tree-optimization/67754
10986 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Call
10987 scev analysis on the same loop nest as analyze_drs_in_stmts.
10988 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): Moved and
10990 (try_generate_gimple_bb): Call outermost_loop_in_sese.
10991 (analyze_drs_in_stmts): Same.
10992 * sese.c (outermost_loop_in_sese): ...here.
10994 2015-10-01 Sebastian Pop <s.pop@samsung.com>
10995 Aditya Kumar <aditya.k7@samsung.com>
10997 PR tree-optimization/67754
10998 * graphite-scop-detection.c (loop_body_is_valid_scop): Add missing
10999 recursion on the inner loops.
11001 2015-10-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11003 * cfganal.c, compare-elim.c, coverage.c, cprop.c, df-scan.c,
11004 function.c, read-rtl.c, statistics.c, trans-mem.c, tree-if-conv.c,
11005 tree-into-ssa.c, tree-loop-distribution.c, tree-ssa-coalesce.c,
11006 tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-strlen.c,
11007 tree-ssa-tail-merge.c, tree-vrp.c, var-tracking.c: Remove
11009 2015-10-01 Marek Polacek <polacek@redhat.com>
11012 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Adjust to use
11013 create_tmp_var_raw rather than create_tmp_var.
11015 2015-10-01 Marek Polacek <polacek@redhat.com>
11017 PR tree-optimization/67769
11018 * tree-ssa-phiopt.c (conditional_replacement): Call
11019 reset_flow_sensitive_info_in_bb.
11020 (minmax_replacement): Likewise.
11021 (abs_replacement): Likewise.
11023 2015-10-01 Nathan Sidwell <nathan@codesourcery.com>
11025 * builtins.c: Don't include gomp-constants.h.
11026 (fold_builtin_1): Don't fold acc_on_device here.
11027 * gimple-fold.c: Include gomp-constants.h.
11028 (gimple_fold_builtin_acc_on_device): New.
11029 (gimple_fold_builtin): Call it.
11031 2015-10-01 H.J. Lu <hongjiu.lu@intel.com>
11033 * config/i386/x86-tune.def (X86_TUNE_USE_BT): Enable for Lakemont.
11034 (X86_TUNE_ZERO_EXTEND_WITH_AND): Disable for Lakemont.
11036 2015-10-01 James Greenhalgh <james.greenhalgh@arm.com>
11038 * config/arm/aarch-common-protos.h
11039 (aarch_accumulator_forwarding): New.
11040 (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11041 * config/arm/aarch-common.c (aarch_accumulator_forwarding): New.
11042 (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11043 * config/arm/cortex-a53.md: Rewrite.
11045 2015-10-01 Richard Biener <rguenther@suse.de>
11047 * gimple-match.h (mprts_hook): Declare.
11048 * gimple-match.head.c (mprts_hook): Define.
11049 (maybe_push_res_to_seq): Use new hook.
11050 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11051 * tree-ssa-sccvn.h (vn_ssa_aux::expr): Change to a gimple_seq.
11052 (vn_ssa_aux::has_constants): Remove.
11053 * tree-ssa-sccvn.c: Include gimple-match.h.
11054 (VN_INFO_GET): Assert we don't re-use SSA names.
11055 (vn_get_expr_for): Remove.
11056 (expr_has_constants): Likewise.
11057 (stmt_has_constants): Likewise.
11058 (simplify_binary_expression): Likewise.
11059 (simplify_unary_expression): Likewise.
11060 (vn_lookup_simplify_result): New hook.
11061 (visit_copy): Adjust.
11062 (visit_reference_op_call): Likewise.
11063 (visit_phi): Likewise.
11064 (visit_use): Likewise.
11065 (process_scc): Likewise.
11066 (init_scc_vn): Likewise.
11067 (visit_reference_op_load): Likewise. Use match-and-simplify and
11068 a gimple seq for inserted expressions.
11069 (try_to_simplify): Remove GENERIC stmt combining code.
11070 (sccvn_dom_walker::before_dom_children): Use match-and-simplify.
11071 * tree-ssa-pre.c (eliminate_insert): Adjust.
11072 (eliminate_dom_walker::before_dom_children): Likewise.
11074 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
11076 * doc/invoke.texi (Optimization Options): Add
11077 -freorder-blocks-algorithm=.
11078 (Optimize Options) <-O>: Add -freorder-blocks.
11079 <-O2>: Remove -freorder-blocks. Add -freorder-blocks-algorithm=stc.
11080 <-Os>: Add -freorder-blocks-algorithm=stc as not enabled.
11081 <-freorder-blocks>: Also enabled at levels -O and -Os.
11082 <-freorder-blocks-algorithm=>: Document new option.
11084 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
11086 * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected
11087 with flag_reorder_blocks_algorithm.
11088 * common.opt (freorder-blocks-algorithm=): New flag.
11089 (reorder_blocks_algorithm): New enum.
11090 * flag-types.h (reorder_blocks_algorithm): New enum.
11091 * opts.c (default_options_table): Use -freorder-blocks at -O1 and up,
11092 and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os).
11094 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
11096 * bb-reorder.c: Add intro comment.
11097 (reorder_basic_blocks_software_trace_cache): Print a header to
11099 (edge_order): New function.
11100 (reorder_basic_blocks_simple): New function.
11101 (reorder_basic_blocks): Choose between the STC and the simple
11102 algorithms (always choose the former).
11104 2015-10-01 Segher Boessenkool <segher@kernel.crashing.org>
11106 * bb-reorder.c (reorder_basic_blocks_software_trace_cache): New
11107 function, factored out from ...
11108 (reorder_basic_blocks): ... here.
11110 2015-10-01 Tom de Vries <tom@codesourcery.com>
11112 * tree-cfg.c (dump_function_to_file): Dump function attributes using
11113 __attribute__(()) string. Move dumping of function attributes to before
11116 2015-10-01 Lynn Boger <laboger@linux.vnet.ibm.com>
11119 * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Define.
11120 * configure.ac: Define HAVE_GOLD_ALTERNATE_SPLIT_STACK on Power
11121 based on gold linker version.
11122 * gcc.c: Add -fuse-ld=gold to STACK_SPLIT_SPEC if
11123 HAVE_GOLD_ALTERNATE_SPLIT_STACK defined.
11124 * configure, config.in: Regenerate.
11126 2015-10-01 Alan Modra <amodra@gmail.com>
11128 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't set
11129 r2_setup_needed when TARGET_SINGLE_PIC_BASE.
11130 (rs6000_output_mi_thunk): Likewise.
11132 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
11134 * config/nvptx/mkoffload.c (process): Change offload data format.
11136 2015-09-30 Jeff Law <law@redhat.com>
11138 * tree-ssa-dom.c (optimize_stmt): Collapse control flow statements
11139 with constant conditions.
11140 * tree-ssa-threadupdate.c (remove_jump_threads_starting_at): New.
11141 (remove_ctrl_stmt_and_useless_edges): No longer static.
11142 * tree-ssa-threadupdate.h (remove_jump_threads_starting_at): Prototype.
11143 (remove_ctrl_stmt_and_useless_edges): Likewise.
11145 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
11146 Cesar Philippidis <cesar@codesourcery.com>
11148 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.
11149 (TARGET_GOACC_VALIDATE_DIMS): Override.
11150 * target.def (TARGET_GOACC): New target hook prefix.
11151 (validate_dims): New hook.
11152 * targhooks.h (default_goacc_validate_dims): New.
11153 * omp-low.c (oacc_validate_dims): New.
11154 (execute_oacc_device_lower): New.
11155 (default_goacc_validate_dims): New.
11156 (pass_data_oacc_device_lower): New.
11157 (pass_oacc_device_lower): New pass.
11158 (make_pass_oacc_device_lower): New.
11159 * tree-pass.h (make_pass_oacc_device_lower): Declare.
11160 * passes.def (pass_oacc_device_lower): Add it.
11161 * doc/tm.texi: Rebuilt.
11162 * doc/tm.texi.in (TARGET_GOACC_VALIDATE_DIMS): Add hook.
11163 * doc/invoke.texi (oaccdevlow): Document tree dump flag.
11165 2015-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
11167 PR rtl-optimization/67037
11168 * lra-constraints.c (process_addr_reg): Use copy_rtx when necessary.
11170 2015-09-30 Bernd Schmidt <bernds@redhat.com>
11172 * gimple-ssa.h (gimple_df): Add free_ssanames_queue field.
11173 * passes.c: Include tree-ssanames.h.
11174 (execute_function_todo): Flush the pending free SSA_NAMEs after
11175 eliminating unreachable basic blocks.
11176 * tree-ssanames.c (FREE_SSANAMES_QUEUE): new.
11177 (init_ssanames): Initialize FREE_SSANAMES_QUEUE.
11178 (fini_ssanames): Finalize FREE_SSANAMES_QUEUE.
11179 (flush_ssanames_freelist): New function.
11180 (release_ssaname_fn): Put released names on the queue.
11181 (pass_release_ssa_names::execute): Call flush_ssanames_freelist.
11182 * tree-ssanames.h (flush_ssanames_freelist): Declare.
11184 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
11186 * config/i386/intelmic-mkoffload.c (main): Parse "-v" flag.
11187 (generate_target_descr_file, generate_target_offloadend_file)
11188 (generate_host_descr_file, prepare_target_image): Pass it on.
11189 * config/nvptx/mkoffload.c (main): Parse "-v" flag.
11190 (compile_native, main): Pass it on.
11191 * lto-wrapper.c (compile_offload_image): Likewise.
11193 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
11194 Ilya Verbin <ilya.verbin@intel.com>
11195 Andrey Turetskiy <andrey.turetskiy@intel.com>
11197 * config/i386/intelmic-mkoffload.c (generate_host_descr_file)
11198 (prepare_target_image, main): Refactor argv building to use
11201 2015-09-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11203 * config/spu/spu-protos.h (spu_expand_atomic_op): Add prototype.
11204 * config/spu/spu.c (spu_expand_atomic_op): New function.
11205 * config/spu/spu.md (AINT): New mode iterator.
11206 (ATOMIC): New code iterator.
11207 (atomic_name, atomic_pred): New code predicates.
11208 ("atomic_load<mode>", "atomic_store<mode>"): New expanders.
11209 ("atomic_compare_and_swap<mode>", "atomic_exchange<mode>"): Likewise.
11210 (""atomic_<atomic_name><mode>", "atomic_fetch_<atomic_name><mode>",
11211 "atomic_<atomic_name>_fetch<mode>"): Likewise.
11213 2015-09-30 Ilya Enkovich <enkovich.gnu@gmail.com>
11215 * config/i386/i386.c (scalar_chain::analyze_register_chain): Ignore
11217 (scalar_chain::convert_reg): Likewise.
11219 2015-09-30 Richard Biener <rguenther@suse.de>
11221 * builtins.c: Add comment that no new simplifications should
11224 2015-09-30 Marek Polacek <polacek@redhat.com>
11226 PR tree-optimization/67690
11227 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): Call
11228 reset_flow_sensitive_info_in_bb.
11229 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
11230 * tree-ssanames.c: Include "gimple-iterator.h".
11231 (reset_flow_sensitive_info_in_bb): New function.
11232 * tree-ssanames.h (reset_flow_sensitive_info_in_bb): Declare.
11234 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
11236 * config/i386/intelmic-mkoffload.c (target_ilp32): Remove
11237 variable, replacing it with...
11238 (offload_abi): ... this new variable. Adjust all users.
11239 * config/nvptx/mkoffload.c (target_ilp32, offload_abi): Likewise.
11241 2015-09-30 Matthias Klose <doko@ubuntu.com>
11243 * configure.ac: Remove extraneous ;;.
11244 * configure: Regenerate.
11246 2015-09-29 James Bowman <james.bowman@ftdichip.com>
11248 * config/ft32/predicates.md (ft32_imm_operand): New predicate.
11249 * config/ft32/ft32.md (movmemsi, setmemsi): Use ft32_imm_operand
11250 predicate, disallow register for operand 2.
11252 2015-09-29 Aditya Kumar <aditya.k7@samsung.com>
11254 * graphite-dependences.c (scop_get_dependences): Moved in down
11255 in order to be visible to its caller.
11256 * graphite-poly.h: Removed compute_deps, and extend_schedule.
11258 2015-09-29 Sebastian Pop <s.pop@samsung.com>
11259 Aditya Kumar <aditya.k7@samsung.com>
11261 PR tree-optimization/67754
11262 * graphite-optimize-isl.c (optimize_isl): Call
11263 isl_options_set_schedule_fuse with ISL_SCHEDULE_FUSE_MIN for ISL-14.
11265 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
11267 * builtins.c (expand_builtin_acc_on_device): Delete.
11268 (expand_builtin): Don't call it.
11269 (fold_builtin_1): Fold acc_on_device.
11271 2015-09-29 H.J. Lu <hongjiu.lu@intel.com>
11273 * config/i386/i386.c (ix86_function_arg): Fix typo in comments.
11274 (ix86_nsaved_sseregs): Likewise.
11276 2015-09-29 Jeff Law <law@redhat.com>
11278 * config/microblaze/microblaze.c (microblaze_version_to_int): Remove
11279 computation of unused value.
11281 * config/pdp11/pdp11.c (pdp11_branch_cost): New function.
11282 * config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
11283 inline macro expansion.
11285 * config/i386/t-interix (winnt-stubs.o): Fix compilation rule.
11287 * config/sh/sh.c (gen_shl_and): Fix undefined left shift behaviour.
11288 (gen_shl_sext): Likewise.
11289 * config/sh/sh.md (divsi3): Likewise.
11290 (imm->ext_dest_operand splitter): Likewise.
11292 2015-09-29 Sebastian Pop <s.pop@samsung.com>
11293 Aditya Kumar <aditya.k7@samsung.com>
11295 * graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
11296 (nb_data_writes_in_bb): Remove.
11297 (split_pbb): Remove.
11298 (split_reduction_stmt): Remove.
11299 (is_reduction_operation_p): Remove.
11300 (phi_contains_arg): Remove.
11301 (follow_ssa_with_commutative_ops): Remove.
11302 (detect_commutative_reduction_arg): Remove.
11303 (detect_commutative_reduction_assign): Remove.
11304 (follow_inital_value_to_phi): Remove.
11305 (edge_initial_value_for_loop_phi): Remove.
11306 (initial_value_for_loop_phi): Remove.
11307 (used_outside_reduction): Remove.
11308 (detect_commutative_reduction): Remove.
11309 (translate_scalar_reduction_to_array_for_stmt): Remove.
11310 (remove_phi): Remove.
11311 (dr_indices_valid_in_loop): Remove.
11312 (close_phi_written_to_memory): Remove.
11313 (translate_scalar_reduction_to_array): Remove.
11314 (rewrite_commutative_reductions_out_of_ssa_close_phi): Remove.
11315 (rewrite_commutative_reductions_out_of_ssa_loop): Remove.
11316 (rewrite_commutative_reductions_out_of_ssa): Remove.
11317 (build_poly_scop): Remove call to
11318 rewrite_commutative_reductions_out_of_ssa.
11320 2015-09-29 Evandro Menezes <e.menezes@samsung.com>
11322 * config/arm/types.md (neon_ldp, neon_ldp_q, neon_stp, neon_stp_q):
11323 Add new insn types for vector load and store pairs.
11324 * config/arm/cortex-a53.md (cortex_a53_f_load_2reg): Add insn
11325 types "neon_ldp{,_q}".
11326 * config/arm/cortex-a57.md (neon_load_c): Add insn types
11328 (neon_store_complex): Add insn types "neon_stp{,_q}".
11329 * config/aarch64/aarch64-simd.md (aarch64_be_movoi): Add insn types
11330 "neon_{ldp,stp}_q".
11332 2015-09-29 Jeff Law <law@redhat.com>
11334 * config/rx/constraints.md (Int08): Fix undefined left shift
11336 (Sint08, Sint16, Sint24): Likewise.
11337 * config/rx/rx.c (rx_get_stack_layout): Likewise.
11339 * config/rl78/rl78-expand.md (movqi): Fix undefined left shift
11342 * config/msp430/msp430.c (msp430_legitimate_constant): Fix undefined
11343 left shift behaviour.
11344 * config/msp430/constraints.md ('L' constraint): Similarly.
11345 ('Ys' constraint): Similarly.
11347 2015-09-29 Richard Biener <rguenther@suse.de>
11349 PR tree-optimization/67170
11350 * tree-ssa-alias.h (get_continuation_for_phi): Adjust
11351 the translate function pointer parameter to get the
11352 bool whether to disambiguate only by reference.
11353 (walk_non_aliased_vuses): Likewise.
11354 * tree-ssa-alias.c (maybe_skip_until): Adjust.
11355 (get_continuation_for_phi_1): Likewise.
11356 (get_continuation_for_phi): Likewise.
11357 (walk_non_aliased_vuses): Likewise.
11358 * tree-ssa-sccvn.c (const_parms): New bitmap.
11359 (vn_reference_lookup_3): Adjust for interface change.
11360 Disambiguate parameters pointing to readonly memory.
11361 (free_scc_vn): Free const_parms.
11362 (run_scc_vn): Initialize const_parms from a fn spec attribute.
11364 2015-09-29 Richard Biener <rguenther@suse.de>
11366 PR tree-optimization/67741
11367 * tree-ssa-math-opts.c (pass_cse_sincos::execute): Only recognize
11368 builtin calls with correct signature.
11370 2015-09-29 Ilya Enkovich <enkovich.gnu@gmail.com>
11373 * config/i386/i386.c: Include dbgcnt.h.
11374 (has_non_address_hard_reg): New.
11375 (convertible_comparison_p): New.
11376 (scalar_to_vector_candidate_p): New.
11377 (remove_non_convertible_regs): New.
11378 (scalar_chain): New.
11379 (scalar_chain::scalar_chain): New.
11380 (scalar_chain::~scalar_chain): New.
11381 (scalar_chain::add_to_queue): New.
11382 (scalar_chain::mark_dual_mode_def): New.
11383 (scalar_chain::analyze_register_chain): New.
11384 (scalar_chain::add_insn): New.
11385 (scalar_chain::build): New.
11386 (scalar_chain::compute_convert_gain): New.
11387 (scalar_chain::replace_with_subreg): New.
11388 (scalar_chain::replace_with_subreg_in_insn): New.
11389 (scalar_chain::emit_conversion_insns): New.
11390 (scalar_chain::make_vector_copies): New.
11391 (scalar_chain::convert_reg): New.
11392 (scalar_chain::convert_op): New.
11393 (scalar_chain::convert_insn): New.
11394 (scalar_chain::convert): New.
11395 (convert_scalars_to_vector): New.
11396 (pass_data_stv): New.
11398 (make_pass_stv): New.
11399 (ix86_option_override): Created and register stv pass.
11400 (flag_opts): Add -mstv.
11401 (ix86_option_override_internal): Likewise.
11402 * config/i386/i386.md (SWIM1248x): New.
11403 (*movdi_internal): Add xmm to mem alternative for TARGET_STV.
11404 (and<mode>3): Use SWIM1248x iterator instead of SWIM.
11405 (*anddi3_doubleword): New.
11406 (*zext<mode>_doubleword): New.
11407 (*zextsi_doubleword): New.
11408 (<code><mode>3): Use SWIM1248x iterator instead of SWIM.
11409 (*<code>di3_doubleword): New.
11410 * config/i386/i386.opt (mstv): New.
11411 * dbgcnt.def (stv_conversion): New.
11413 2015-09-29 Tom de Vries <tom@codesourcery.com>
11415 * tree-cfg.c (dump_function_to_file): Dump function attributes.
11417 2015-09-29 Kaz Kojima <kkojima@gcc.gnu.org>
11420 * config/sh/sh.c (sh_override_options_after_change): New.
11421 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
11422 (sh_option_override): Move align_loops, align_jumps and
11423 align_functions handling into sh_override_options_after_change.
11425 2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
11427 * config/nvptx/nvptx.c: Include omp-low.h and gomp-constants.h.
11428 (nvptx_record_offload_symbol): Record function execution geometry.
11429 * config/nvptx/mkoffload.c (process): Include launch geometry in
11431 * omp-low.c (oacc_launch_pack): New.
11432 (replace_oacc_fn_attrib): New.
11433 (set_oacc_fn_attrib): New.
11434 (get_oacc_fn_attrib): New.
11435 (expand_omp_target): Create keyed varargs for GOACC_parallel call
11437 * omp-low.h (get_oacc_fn_attrib): Declare.
11438 * builtin-types.def (DEF_FUNCTION_TyPE_VAR_6): New.
11439 (DEF_FUNCTION_TYPE_VAR_11): Delete.
11440 * tree.h (OMP_CLAUSE_EXPR): New.
11441 * omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
11443 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
11444 Sebastian Pop <s.pop@samsung.com>
11446 * sese.c (invariant_in_sese_p_rec): Remove unused variable.
11448 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
11449 Sebastian Pop <s.pop@samsung.com>
11451 * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
11452 * graphite-scop-detection.c (struct sese_l): New type.
11453 (get_entry_bb): API for getting entry bb of SESE.
11454 (get_exit_bb): API for getting exit bb of SESE.
11455 (class debug_printer): New type. Simple printer in debug mode.
11456 (trivially_empty_bb_p): New. Return true when BB is empty or
11457 contains only debug instructions.
11458 (graphite_can_represent_expr): Call scalar_evoution_in_region
11459 instead of analyze_scalar_evolution. Pass in scop instead of only
11461 (stmt_has_simple_data_refs_p): Pass in scop instead of only the
11463 (stmt_simple_for_scop_p): Same.
11464 (harmful_stmt_in_bb): Same.
11465 (graphite_can_represent_loop): Deleted.
11466 (struct scopdet_info): Deleted.
11467 (scopdet_basic_block_info): Deleted.
11468 (build_scops_1): Deleted.
11469 (bb_in_sd_region): Deleted.
11470 (find_single_entry_edge): Deleted.
11471 (find_single_exit_edge): Deleted.
11472 (create_single_entry_edge): Deleted.
11473 (sd_region_without_exit): Deleted.
11474 (create_single_exit_edge): Deleted.
11475 (unmark_exit_edges): Deleted.
11476 (mark_exit_edges): Deleted.
11477 (create_sese_edges): Deleted.
11478 (build_graphite_scops): Deleted.
11479 (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
11480 (build_scops): Use the new scop_builder to build scops.
11481 (dot_all_scops_1): Use the new pretty printer. Print loop father
11483 (loop_body_is_valid_scop): New. Return true if loop body is a
11485 (class scop_builder): New. Builds SCoPs for polyhedral
11487 (scop_builder): New constructor.
11488 (static sese_l invalid_sese): sese_l with invalid edges.
11489 (get_sese): Get an sese (from a loop) if possible, invalid_sese
11491 (get_nearest_dom_with_single_entry): Get nearest dominator of a
11492 basic_block with single entry. Return NULL if we get to the
11493 beginning of a function.
11494 (get_nearest_pdom_with_single_exit): Get nearest post-dominator of
11495 a basic_block with single exit. Return NULL if we get to the
11496 beginning of a function.
11497 (print_sese): Pretty-print SESE.
11498 (merge_sese): Merge two SESEs if possible and return the new SESE.
11499 (build_scop_depth): Start building the SCoP within a loop nest.
11500 (build_scop_breadth): Start building the SCoP at a single loop
11501 depth. Merge adjacent SESEs if valid.
11502 (can_represent_loop_1): Returns true if Graphite can represent
11503 loop inside SCoP. Helper for can_represent_loop.
11504 (can_represent_loop): Returns true if Graphite can represent LOOP
11505 and all its nested loops in SCoP.
11506 (loop_is_valid_scop): Returns true if LOOP and all its nests
11507 constitute a valid SCoP.
11508 (region_has_one_loop): Returns true of a region has only one loop.
11509 (add_scop): Add SCoP to the list of valid scops. Removes an
11510 already existing scop if it intersects with or subsumed by this one.
11511 (harmful_stmt_in_region): Returns true if SCoP has any statment
11512 which cannot be represented by Graphite.
11513 (subsumes): Returns true of SCoP S1 subsumes SCoP S2.
11514 (remove_subscops): Remove any SCoP from the list of already found
11515 SCoPs, if subsumed by S1.
11516 (intersects): Return true if region bounded by SCoPs S1 and S2
11518 (remove_intersecting_scops): Remove any SCoP which intersects with S1.
11519 * graphite.c (print_graphite_scop_statistics):
11520 (print_graphite_statistics): Print SCoP info while debugging.
11521 (graphite_initialize): Early exit in case number of loops in a
11522 function is less than PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION or
11523 basic blocks are more than PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
11524 (graphite_finalize):
11525 * params.def: Add PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION.
11526 * sese.h (sese_loop_depth): Remove unnecessary gcc_assert.
11527 (recompute_all_dominators): Recalculate POST_DOMINATORS.
11528 * tree-cfg.c (print_loops): Print the function name while printing
11531 2015-09-28 Aditya Kumar <aditya.k7@samsung.com>
11532 Sebastian Pop <s.pop@samsung.com>
11534 PR tree-optimization/67700
11535 * graphite-sese-to-poly.c (parameter_index_in_region): Call
11536 invariant_in_sese_p_rec.
11537 (extract_affine): Same.
11538 (rewrite_cross_bb_scalar_deps): Call update_ssa.
11539 * sese.c (invariant_in_sese_p_rec): Export. Handle vdefs and vuses.
11540 * sese.h (invariant_in_sese_p_rec): Declare.
11542 2015-09-28 David Wohlferd <dw@LimeGreenSocks.com>
11544 * doc/extend.texi (Asm Labels): Break out text for data vs functions.
11546 2015-09-28 Jiong Wang <jiong.wang@arm.com>
11549 2015-08-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11550 Jiong Wang <jiong.wang@arm.com>
11552 * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
11553 * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
11554 (REG_CLASS_NAMES): Likewise.
11555 (REG_CLASS_CONTENTS): Likewise.
11556 * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
11557 (aarch64_register_move_cost): Likewise.
11558 (aarch64_load_symref_appropriately): Invoke the new added pattern if
11560 * config/aarch64/constraints.md (Uc0): New constraint.
11562 2015-09-28 Daniel Hellstrom <daniel@gaisler.com>
11564 * config/sparc/t-rtems: Remove -muser-mode. Add ut699, at697f and leon.
11566 2015-09-28 David Edelsohn <dje.gcc@gmail.com>
11568 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Place
11569 SECTION_EXCLUDE in XO mapping class.
11571 2015-09-28 Oleg Endo <olegendo@gcc.gnu.org>
11574 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): Allow
11575 and handle ne and eq codes.
11576 * config/sh/sh.c (sh_rtx_costs): Adjust matching of tst #imm,r0 insn.
11577 (sh_recog_treg_set_expr): Early accept negt_reg_operand. Eearly reject
11578 CONST_INT_P. Use reverse_condition.
11579 (sh_split_treg_set_expr): Likewise.
11581 2015-09-28 James Greenhalgh <james.greenhalgh@arm.com>
11583 * config/arm/types.md (type): Add rotate_imm.
11584 * config/aarch64/aarch64.md (*ror<mode>3_insn): Split out the
11585 ROR immediate case.
11586 (*rorsi3_insn_uxtw): Likewise.
11587 * config/aarch64/thunderx.md (thunderx_shift): Add rotate_imm.
11588 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add rotate_imm.
11589 * config/arm/cortex-a57.md (cortex_a53_alu): Add rotate_imm.
11591 2015-09-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11593 PR rtl-optimization/67481
11594 * ifcvt.c (contains_ccmode_rtx_p): New function.
11595 (insn_valid_noce_process_p): Use it.
11597 2015-09-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11599 PR rtl-optimization/67456
11600 PR rtl-optimization/67464
11601 PR rtl-optimization/67465
11602 * ifcvt.c (noce_try_cmove_arith): Bail out if cannot conditionally
11603 move in the mode of x. Handle combination of complex and simple
11604 block pairs as well as the case when one is empty.
11606 2015-09-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11608 * doc/gimple.texi: Update references to gimple_statement_base.
11609 * gdbhooks.py: Likewise.
11610 * gimple.h: Likewise.
11612 2015-09-28 Daniel Cederman <cederman@gaisler.com>
11614 * config/sparc/driver-sparc.c: map LEON to leon3
11616 2015-09-28 Daniel Cederman <cederman@gaisler.com>
11618 * config/sparc/sparc.opt: Rename mask from USER_MODE to SV_MODE
11619 and make it inverse to change default
11620 * config/sparc/sync.md: Only use supervisor ASI for CASA when in
11622 * doc/invoke.texi: Document change of default
11624 2015-09-28 Daniel Cederman <cederman@gaisler.com>
11626 * config/sparc/sparc.c (sparc_function_value_regno_p): Do not return
11627 true on %f0 for a target without FPU.
11628 * config/sparc/sparc.md (untyped_call): Do not save %f0 for a target
11630 (untyped_return): Do not load %f0 for a target without FPU.
11632 2015-09-28 Andrew Pinski <apinski@cavium.com>
11634 * config/aarch64/aarch64.md (prefetch):
11635 Change the predicate of operand 0 to register_operand.
11637 2015-09-27 Uros Bizjak <ubizjak@gmail.com>
11639 * config/i386/predicates.md (register_sse4nonimm_operand): New
11641 * config/i386/sse.md (PEXTR_MODE12): New mode iterator.
11642 (*vec_extract<mode>): Use PEXTR_MODE12 instead of VI12_128 mode.
11643 Use register_sse4nonimm_operand as operand 0 predicate.
11644 (*vec_extractv8hi_sse2): Remove insn pattern.
11645 (*vec_extract<PEXTR_MODE12:mode>_zext): Merge insn pattern from
11646 *vec_extractv8hi_zext and *vec_extractv16qi_zext patterns.
11648 2015-09-27 Oleg Endo <olegendo@gcc.gnu.org>
11649 Kaz Kojima <kkojima@gcc.gnu.org>
11652 * config/sh/sh-protos.h (sh_lra_p): Declare.
11653 * config/sh/sh.c (sh_lra_p): Make non-static.
11654 * config/sh/sh.md (addsi3): Use arith_reg_dest for operands[0] and
11655 arith_reg_operand for operands[1]. Remove TARGET_SHMEDIA case.
11656 Expand into addsi3_scr if operands[2] if needed.
11657 (*addsi3_compact): Rename to *addsi3_compact_lra. Use
11658 arith_reg_operand for operands[1]. Allow it only when LRA is enabled.
11659 (addsi3_scr, *addsi3): New insn_and_split patterns.
11661 2015-09-27 Alexandre Oliva <aoliva@redhat.com>
11663 PR rtl-optimization/64164
11664 PR tree-optimization/67312
11665 PR middle-end/67340
11666 PR middle-end/67490
11668 * cfgexpand.c (parm_in_stack_slot_p): Remove.
11669 (ssa_default_def_partition): Remove.
11670 (get_rtl_for_parm_ssa_default_def): Remove.
11671 (set_rtl): Check that RTL assignments match expectations.
11672 Loop on SUBREGs, CONCATs and PARALLELs subexprs. Set only the
11673 default def location for params and results. Record SSA names
11674 or types in REG and MEM attrs, respectively.
11675 (set_parm_rtl): New.
11676 (expand_one_ssa_partition): Drop logic that assigned MEMs with
11677 unassigned addresses.
11678 (adjust_one_expanded_partition_var): Don't accept NULL RTL on
11679 deferred stack alloc vars.
11680 (expand_used_vars): Skip partitions holding parm default defs.
11681 Move adjust_one_expanded_partition_var loop...
11682 (pass_expand::execute): ... here. Drop redundant assert.
11683 Adjust comments before the final loop over all ssa names.
11684 Require assigned rtl of parms and results to match exactly.
11685 Reset its attributes to match them, not any other variables in
11686 the same partition.
11687 (expand_debug_expr): Use entry value for PARM's default defs
11688 only iff they have zero nondebug uses.
11689 * cfgexpand.h (parm_in_stack_slot_p): Remove.
11690 (get_rtl_for_parm_ssa_default_def): Remove.
11691 (set_parm_rtl): Declare.
11692 * doc/invoke.texi: Improve wording.
11693 * explow.c (promote_decl_mode): Fix promote_function_mode for
11694 result decls not by reference.
11695 (promote_ssa_mode): Disregard BLKmode from promote_decl, and
11696 bypass TYPE_MODE to get the actual vector mode.
11697 * function.c: Include tree-dfa.h. Revert 2015-08-14's and
11698 2015-08-19's changes as follows. Drop include of
11699 basic-block.h and df.h.
11700 (rtl_for_parm): Remove.
11701 (maybe_reset_rtl_for_parm): Remove.
11702 (parm_in_unassigned_mem_p): Remove.
11703 (use_register_for_decl): Add logic for RESULT_DECLs matching
11704 assign_parms' behavior.
11705 (split_complex_args): Revert.
11706 (assign_parms_augmented_arg_list): Revert. Add comment
11707 referencing the logic above.
11708 (assign_parm_adjust_stack_rtl): Revert.
11709 (assign_parm_setup_block): Revert. Use set_parm_rtl instead
11710 of SET_DECL_RTL. Set up a REG if the parm demands so.
11711 (assign_parm_setup_reg): Revert. Consolidated SET_DECL_RTL
11712 calls into a single set_parm_rtl. Set up a temporary RTL
11713 temporarily for expand_assignment.
11714 (assign_parm_setup_stack): Revert. Use set_parm_rtl.
11715 (assign_parms_unsplit_complex): Revert. Use set_parm_rtl.
11716 (assign_bounds): Revert.
11717 (assign_parms): Revert. Use set_parm_rtl.
11718 (allocate_struct_function): Relayout result and parms of
11719 non-abstruct functions.
11720 (expand_function_start): Revert. Use set_parm_rtl. If the
11721 result is not a hard reg, create a pseudo from the promoted
11722 mode of the default def. Promote static chain mode.
11723 * tree-outof-ssa.c (remove_ssa_form): Drop unused
11724 partition_has_default_def. Set up
11725 partitions_for_parm_default_defs.
11726 (finish_out_of_ssa): Remove partition_has_default_def.
11727 Release partitions_for_parm_default_defs.
11728 * tree-outof-ssa.h (struct ssaexpand): Remove
11729 partition_has_default_def. Add
11730 partitions_for_parm_default_defs.
11731 * tree-ssa-coalesce.c: Include tree-dfa.h, tm_p.h and
11733 (build_ssa_conflict_graph): Fix conflict-detection of default
11734 defs of even unused default defs of params and results.
11735 (for_all_parms): New.
11736 (create_default_def): New.
11737 (register_default_def): New.
11738 (coalesce_with_default): New.
11739 (create_outofssa_var_map): Create default defs for all parms
11740 and results, and register their partitions. Add GIMPLE_RETURN
11741 operands as coalesce candidates with results. Add default
11742 defs of each parm or result as coalesce candidates with its
11743 other defs. Mark each result def, and each default def of
11744 parms, as used_in_copy.
11745 (gimple_can_coalesce_p): Call it. Call use_register_for_decl
11746 with the ssa names, even anonymous ones. Drop
11747 parm_in_stack_slot_p calls. Require same signedness and
11749 (coalesce_ssa_name): Add coalesce candidates for all defs of
11750 each parm and result, even unused ones.
11751 (parm_default_def_partition_arg): New type.
11752 (set_parm_default_def_partition): New.
11753 (get_parm_default_def_partitions): New.
11754 * tree-ssa-coalesce.h (get_parm_default_def_partitions): New.
11755 * tree-ssa-live.c (partition_view_init): Regard unused defs of
11756 parms and results as used.
11757 (verify_live_on_entry): Don't error out just because they're
11760 2015-09-26 David Edelsohn <dje.gcc@gmail.com>
11762 * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
11763 (HAVE_XCOFF_DWARF_EXTRAS): Default to 0 definition.
11764 (output_fde): Don't output length for debug_frame on AIX.
11765 (output_call_frame_info): Don't output length for debug_frame on AIX.
11766 (have_macinfo): Force to False for XCOFF_DEBUGGING_INFO and not
11767 HAVE_XCOFF_DWARF_EXTRAS.
11768 (add_AT_loc_list): Return early if XCOFF_DEBUGGING_INFO and not
11769 HAVE_XCOFF_DWARF_EXTRAS.
11770 (output_compilation_unit_header): Don't output length on AIX.
11771 (output_pubnames): Don't output length on AIX.
11772 (output_aranges): Delete argument. Compute length locally. Don't
11773 output length on AIX.
11774 (output_line_info): Don't output length on AIX.
11775 (dwarf2out_finish): Don't compute aranges_length.
11776 * dwarf2asm.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
11777 (dw2_asm_output_nstring): Emit .byte not .ascii on AIX.
11778 * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): Emit correct
11779 symbol decoration for AIX.
11780 (rs6000_xcoff_debug_unwind_info): New.
11781 (rs6000_xcoff_asm_named_section): Emit .dwsect pseudo-op
11783 (rs6000_xcoff_declare_function_name): Emit different
11784 .function pseudo-op when DWARF2_DEBUG. Don't call
11785 xcoffout_declare_function for DWARF2_DEBUG.
11786 * config/rs6000/xcoff.h (TARGET_DEBUG_UNWIND_INFO):
11788 * config/rs6000/aix71.h: New.
11789 * configure.ac (gcc_cv_as_aix_dwloc): Check AIX as for DWARF
11791 * configure: Regenerate.
11792 * config.gcc (powerpc-ibm-aix[789]+): New stanza for AIX 7.1+ with
11795 2015-09-26 Jeff Law <law@redhat.com>
11797 * config/arc/arc.c (arc_output_addsi): Fix left shift undefined
11799 * config/arc/constraints.md (Cca, C2a): Fix left shift undefined
11802 * config/sh/sh.h (CONST_OK_FOR_J16): Fix left shift undefined
11805 * config/mips/mips.c (mips_compute_frame_info): Fix left shift
11806 undefined behaviour.
11808 * config/cris/cris.md (asrandb): Fix left shift undefined
11810 (asrandw): Likewise.
11812 2015-09-25 Vladimir Makarov <vmakarov@redhat.com>
11815 * lra-constarints.c (match_reload): Check presence of the input pseudo
11816 in the output operand.
11818 2015-09-25 Tobias Burnus <burnus@net-b.de>
11820 * doc/invoke.texi (-fsanitize): Minor wording tweak.
11822 2015-09-25 Tobias Burnus <burnus@net-b.de>
11824 * doc/invoke.texi (-fsanitize): Update URLs.
11826 2015-09-25 Teresa Johnson <tejohnson@google.com>
11828 * opts.c (finish_options): Unset -freorder-blocks-and-partition
11829 if not using profile.
11831 2015-09-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
11833 PR pretty-print/67567
11834 * pretty-print.c (pp_string): Add gcc_checking_assert.
11835 * pretty-print.h (output_buffer_append_r): Likewise.
11837 2015-09-25 Oleg Endo <olegendo@gcc.gnu.org>
11840 * config/sh/sh-mem.cc (sh_expand_cmpstr): Check alignment of addr1 and
11841 addr2 individually. Don't emit logical or insn if one is known to
11842 be aligned approriately.
11843 (sh_expand_cmpnstr): Likewise.
11845 2015-09-25 Richard Sandiford <richard.sandiford@arm.com>
11847 * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Force
11848 __builtin_aarch64_fp[sc]r arguments into a register.
11850 2015-09-25 H.J. Lu <hongjiu.lu@intel.com>
11852 * config.gcc (x86_archs): Replace lakemount with lakemont.
11853 (with_cpu): Likewise.
11854 (with_arch): Likewise.
11855 * config/i386/i386-c.c (ix86_target_macros_internal): Replace
11856 PROCESSOR_LAKEMOUNT with PROCESSOR_LAKEMONT. Replace
11857 __tune_lakemount__ with __tune_lakemont__.
11858 * config/i386/i386.c (lakemount_cost): Renamed to ...
11859 (lakemont_cost): This.
11860 (m_LAKEMOUNT): Renamed to ...
11861 (m_LAKEMONT): This.
11862 (initial_ix86_arch_features): Replace m_LAKEMOUNT with m_LAKEMONT.
11863 (processor_target_table): Replace "lakemount" with "lakemont".
11864 (processor_alias_table): Likewise.
11865 (ix86_issue_rate): Replace PROCESSOR_LAKEMOUNT with
11866 PROCESSOR_LAKEMONT.
11867 (ix86_adjust_cost): Likewise.
11868 (ia32_multipass_dfa_lookahead): Likewise.
11869 * config/i386/i386.h (processor_type): Likewise.
11870 * config/i386/x86-tune.def: Replace m_LAKEMOUNT with m_LAKEMONT.
11871 * doc/invoke.texi: Replace lakemount with lakemont. Replace
11872 Lakemount with Lakemont.
11874 2015-09-24 H.J. Lu <hongjiu.lu@intel.com>
11876 * config.gcc (x86_archs): Replace iamcu with lakemount.
11877 (with_cpu): Likewise.
11878 (with_arch): Likewise.
11879 * doc/invoke.texi: Likewise.
11880 * config/i386/i386-c.c (ix86_target_macros_internal): Replace
11881 PROCESSOR_IAMCU with PROCESSOR_LAKEMOUNT. Replace
11882 __tune_iamcu__ with __tune_lakemount__.
11883 * config/i386/i386.c (iamcu_cost): Renamed to ...
11884 (lakemount_cost): This.
11885 (m_IAMCU): Renamed to ...
11886 (m_LAKEMOUNT): This.
11887 (initial_ix86_arch_features): Replace m_IAMCU with m_LAKEMOUNT.
11888 (processor_target_table): Replace "iamcu" with "lakemount".
11889 (processor_alias_table): Likewise.
11890 (ix86_issue_rate): Replace PROCESSOR_IAMCU with
11891 PROCESSOR_LAKEMOUNT.
11892 (ix86_adjust_cost): Likewise.
11893 (ia32_multipass_dfa_lookahead): Likewise.
11894 * config/i386/i386.h (processor_type): Likewise.
11895 * config/i386/x86-tune.def: Replace m_IAMCU with m_LAKEMOUNT.
11897 2015-09-24 John David Anglin <danglin@gcc.gnu.org>
11899 * config/pa/pa-linux.h (HAVE_sync_compare_and_swapdi): Define.
11900 * config/pa/pa-protos.h (pa_maybe_emit_compare_and_swap_exchange_loop):
11902 * config/pa/pa.c (pa_init_libfuncs): Init sync libfuncs up to 8 bytes.
11903 (pa_expand_compare_and_swap_loop): New.
11904 (pa_maybe_emit_compare_and_swap_exchange_loop): New.
11905 * config/pa/pa.md (atomic_storeqi, atomic_storehi, atomic_storesi,
11906 atomic_storesf, atomic_loaddf, atomic_storedf): New expanders.
11907 (atomic_loaddf_1, atomic_storedf_1): New insn patterns.
11908 (atomic_loaddi, atomic_loaddi_1, atomic_storedi, atomic_storedi_1):
11911 2015-09-24 Michael Collison <michael.collison@linaro.org>
11914 * read-md.c (read_name): Allow mode iterators inside angle
11915 brackets in rtl expressions.
11917 2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
11920 * ira-color.c (update_allocno_cost): Add parameter.
11921 (update_costs_from_allocno): Decrease conflict cost. Pass the new
11924 2015-09-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
11927 * opts-common.c (prune_options): Discard all -fdiagnostics-color
11928 but the last one, which is moved to the front to be processed
11930 * opts.c (enable_warning_as_error): Reject options that do not
11933 2015-09-24 Jiong Wang <jiong.wang@arm.com>
11935 * config/aarch64/aarch64.c (aarch64_print_operand): Add "CONST" support.
11937 2015-09-24 Jiong Wang <jiong.wang@arm.com>
11939 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Delete.
11940 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Likewise.
11941 (aarch64_cannot_force_const_mem): Likewise.
11942 (aarch64_classify_address): Likewise.
11943 (aarch64_classify_symbolic_expression): Likewise.
11944 (aarch64_print_operand): Likewise.
11945 (aarch64_classify_symbol): Likewise.
11946 (aarch64_mov_operand_p): Likewise.
11947 * config/aarch64/predicates.md (aarch64_valid_symref): Likewise.
11948 (aarch64_mov_operand): Likewise.
11950 2015-09-24 Segher Boessenkool <segher@kernel.crashing.org>
11952 * config/rs6000/rs6000.c (debug_stack_info): Invert the test
11953 for info->spe_gp_size.
11955 2015-09-24 Richard Biener <rguenther@suse.de>
11958 * lto-cgraph.c (compute_ltrans_boundary): Do not stream
11961 2015-09-24 Thomas Schwinge <thomas@codesourcery.com>
11963 * tree-object-size.c (plus_stmt_object_size)
11964 (cond_expr_object_size): Change the formal parameters from gimple
11966 * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Likewise.
11967 * tree-ssa-sccvn.c (vn_nary_op_insert_stmt): Make it static.
11968 * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Don't declare.
11970 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11972 * configure.ac (gcc_cv_ld_pie): Check for gld >= 2.26 on Solaris.
11973 Check for ld -type pie on Solaris 11.x and 12.
11974 * configure: Regenerate.
11975 * config.in: Regenerate.
11977 * gcc.c (LD_PIE_SPEC): Allow redefinition.
11979 * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Define.
11980 (STARTFILE_SPEC): Use it.
11981 (ENDFILE_CRTEND_SPEC): Define.
11982 (ENDFILE_SPEC): Use it and ENDFILE_ARCH_SPEC.
11983 (SUBTARGET_EXTRA_SPECS): Add STARTFILE_CRTBEGIN_SPEC,
11984 ENDFILE_ARCH_SPEC, ENDFILE_CRTEND_SPEC.
11985 [HAVE_LD_PIE && HAVE_SOLARIS_CRTS] (LD_PIE_SPEC): Define.
11986 (!(HAVE_LD_PIE && HAVE_SOLARIS_CRTS)] (LINK_PIE_SPEC): Define.
11987 * config/i386/sol2.h (ENDFILE_SPEC): Remove.
11988 (ENDFILE_ARCH_SPEC): Define.
11989 * config/sparc/sol2.h (ENDFILE_ARCH_SPEC): Define.
11991 2015-09-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11993 * configure.ac (gcc_cv_solaris_crts): New test.
11994 * configure. Regenerate.
11995 * config.in: Regenerate.
11996 * config/sol2.h (STARTFILE_SPEC): Simplify, provide
11997 HAVE_SOLARIS_CRTS variant.
11999 2015-09-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12001 * tree-inline.h (count_insns_seq): Delete prototype.
12002 (estimate_num_insns_seq): Define prototype.
12003 * tree-inline.c (count_insns_seq): Delete.
12004 (estimate_num_insns_seq): Remove static qualifier.
12005 * tree-eh.c (decide_copy_try_finally): Replace use of count_insns_seq
12006 with estimate_num_insns_seq.
12008 2015-09-24 Richard Biener <rguenther@suse.de>
12010 * tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base
12012 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record clique
12013 and base for MEM_REF and TARGET_MEM_REF. Handle BIT_FIELD_REF
12015 (ao_ref_init_from_vn_reference): Record clique and base in the
12017 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise
12019 2015-09-24 Richard Biener <rguenther@suse.de>
12021 PR tree-optimization/48885
12022 * tree-ssa-structalias.c (visit_loadstore): Handle default defs
12023 as not including any restrict tags from other pointers.
12025 2015-09-23 Thomas Schwinge <thomas@codesourcery.com>
12027 * gcc.c (handle_foffload_option): Don't lose the trailing NUL
12028 character when appending to offload_targets.
12030 * configure.ac (offload_targets, OFFLOAD_TARGETS): Separate
12031 offload targets by commas, not colons.
12032 * config.in: Regenerate.
12033 * configure: Likewise.
12034 * gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that,
12035 instead of setting up the default offload targets here...
12036 (process_command): ..., do it here.
12038 * plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload
12039 targets are separated by commas.
12040 * config.h.in: Regenerate.
12042 2015-09-23 Thomas Schwinge <thomas@codesourcery.com>
12043 Nathan Sidwell <nathan@codesourcery.com>
12045 * omp-low.h (omp_reduction_init_op): Declare.
12046 * omp-low.c (omp_reduction_init_op): New, broken out of ...
12047 (omp_reduction_init): ... here. Call it.
12048 * tree-parloops.c (initialize_reductions): Use
12049 omp_reduction_init_op.
12051 2015-09-23 Richard Biener <rguenther@suse.de>
12053 PR middle-end/67662
12054 * fold-const.c (fold_binary_loc): Do not reassociate two vars with
12055 undefined overflow unless they will cancel out.
12057 2015-09-23 Kirill Yukhin <kirill.yukhin@intel.com>
12059 * config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
12062 2015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
12065 * opts.h (write_langs): Declare.
12066 * opts-global.c (write_langs): Make it extern.
12068 2015-09-23 Oleg Endo <olegendo@gcc.gnu.org>
12071 * config/sh/sh.md (addsi3, *addsi3_compact): Don't check for
12072 overlapping regs when matching the pattern.
12074 2015-09-23 James Greenhalgh <james.greenhalgh@arm.com>
12076 * config/aarch64/aarch64-simd.md
12077 (aarch64_float_truncate_hi_v4sf): Rewrite as an expand.
12078 (aarch64_float_truncate_hi_v4sf_le): New.
12079 (aarch64_float_truncate_hi_v4sf_be): Likewise.
12081 2015-09-23 Richard Biener <rguenther@suse.de>
12083 * tree-ssa-structalias.c (intra_create_variable_infos): Build
12084 representatives for all restrict qualified pointer destinations.
12086 2015-09-23 Kirill Yukhin <kirill.yukhin@intel.com>
12088 * config/i386/i386.md (define_code_attr mshift): New.
12089 (define_mode_iterator SWI1248_AVX512BW): Rename ...
12090 (SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ
12092 (define_insn "*k<logic><mode>"): Use new iterator name.
12093 (define_insn "*<mshift><mode>3"): New.
12095 2015-09-23 Mikhail Maltsev <maltsevm@gmail.com>
12097 PR middle-end/67649
12098 * memory-block.h (memory_block_pool::allocate): Use valgrind API to
12099 mark the block as accessible.
12101 2015-09-22 Segher Boessenkool <segher@kernel.crashing.org>
12103 * function.c (thread_prologue_and_epilogue_insns): Delete
12104 orig_entry_edge argument to try_shrink_wrapping.
12105 * shrink-wrap.c (can_get_prologue): New function.
12106 (can_dup_for_shrink_wrapping): Also handle EDGE_CROSSING.
12107 (try_shrink_wrapping): Delete orig_entry_edge argument. Use
12108 can_get_prologue where needed. Remove code that finds a single
12109 edge for the prologue. Remove code that tests if any reg clobbered
12110 by the prologue is live on the prologue edge. Remove code that finds
12111 the new prologue edge after duplicating blocks. Make a new prologue
12113 * shrink-wrap.h (try_shrink_wrapping): Delete orig_entry_edge argument.
12115 2015-09-22 Jeff Law <law@redhat.com>
12117 * config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT): Avoid undefined
12120 2015-09-22 Nathan Sidwell <nathan@codesourcery.com>
12122 * doc/invoke.texi (-Wmultiple-inheritance, -Wvirtual-inheritance,
12123 -Wtemplates, -Wnamespaces): Document.
12125 2015-09-22 Tom de Vries <tom@codesourcery.com>
12127 PR tree-optimization/67671
12128 * tree-ssa-structalias.c (create_variable_info_for_1): Handle restrict
12129 pointer references as restrict.
12131 2015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
12133 * config/nios2/nios2.c (nios2_legitimize_address): When handling
12134 'reg + reloc' cases, allow first operand to be non-REG, and use
12135 force_reg() to enforce address pattern.
12137 2015-09-22 Alexander Fomin <alexander.fomin@intel.com>
12140 * config/i386/sse.md (define_mode_iterator VI48_AVX_AVX512F): New.
12141 (define_mode_iterator VI12_AVX_AVX512F): New.
12142 (define_insn "<mask_codefor><code><mode>3<mask_name>"): Change
12143 all iterators to VI48_AVX_AVX512F. Extract remaining modes ...
12144 (define_insn "*<code><mode>3"): ... Into new pattern using
12145 VI12_AVX_AVX512F iterators without masking.
12147 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
12149 * config.gcc: Support "skylake-avx512".
12150 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
12151 PROCESSOR_SKYLAKE_AVX512.
12152 * config/i386/i386.c (m_SKYLAKE_AVX512): Define.
12153 (processor_target_table): Add "skylake-avx512".
12154 (PTA_SKYLAKE_AVX512): Define.
12155 (ix86_option_override_internal): Add "skylake_avx512".
12156 (fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL
12157 F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD.
12158 * config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define.
12159 (processor_type): Add PROCESSOR_SKYLAKE_AVX512.
12160 * doc/invoke.texi (skylake-avx512): New.
12162 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
12164 * config/i386/i386.md (define_insn "kunpckhi"): Fix
12165 operand in pattern.
12166 (define_insn "kunpcksi"): Ditto.
12167 (define_insn "kunpckdi"): Ditto.
12169 2015-09-22 Kirill Yukhin <kirill.yukhin@intel.com>
12171 * config/i386/i386.md (define_split not/xor SWI1248x): Use
12172 iterator instead of fixed modes.
12174 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
12176 * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
12177 Adjust declaration.
12178 * config/aarch64/aarch64.c (aarch64_emit_bic): New.
12179 (aarch64_gen_atomic_ldop): Adjust comment. Add parameter
12180 out_result. Update to support update-fetch operations.
12181 * config/aarch64/atomics.md (aarch64_atomic_exchange<mode>_lse):
12182 Adjust for change to aarch64_gen_atomic_ldop.
12183 (aarch64_atomic_<atomic_optab><mode>_lse): Likewise.
12184 (aarch64_atomic_fetch_<atomic_optab><mode>_lse): Likewise.
12185 (atomic_<atomic_optab>_fetch<mode>): Change to an expander.
12186 (aarch64_atomic_<atomic_optab>_fetch<mode>): New.
12187 (aarch64_atomic_<atomic_optab>_fetch<mode>_lse): New.
12189 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
12191 * config/aarch64/aarch64-protos.h
12192 (aarch64_atomic_ldop_supported_p): Declare.
12193 * config/aarch64/aarch64.c (aarch64_atomic_ldop_supported_p): New.
12194 (enum aarch64_atomic_load_op_code): New.
12195 (aarch64_emit_atomic_load_op): New.
12196 (aarch64_gen_atomic_ldop): Update to support load-operate
12198 * config/aarch64/atomics.md (atomic_<atomic_optab><mode>): Change
12200 (aarch64_atomic_<atomic_optab><mode>): New.
12201 (aarch64_atomic_<atomic_optab><mode>_lse): New.
12202 (atomic_fetch_<atomic_optab><mode>): Change to an expander.
12203 (aarch64_atomic_fetch_<atomic_optab><mode>): New.
12204 (aarch64_atomic_fetch_<atomic_optab><mode>_lse): New.
12206 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
12208 * config/aarch64/aarch64/atomics.md (UNSPECV_ATOMIC_LDOP): New.
12209 (UNSPECV_ATOMIC_LDOP_OR): New.
12210 (UNSPECV_ATOMIC_LDOP_BIC): New.
12211 (UNSPECV_ATOMIC_LDOP_XOR): New.
12212 (UNSPECV_ATOMIC_LDOP_PLUS): New.
12213 (ATOMIC_LDOP): New.
12214 (atomic_ldop): New.
12215 (aarch64_atomic_load<atomic_ldop><mode>): New.
12217 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
12219 * config/aarch64/aarch64.md
12220 (<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Make a named
12223 2015-09-22 Matthew Wahab <matthew.wahab@arm.com>
12225 * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
12227 * config/aarch64/aarch64.c (aarch64_emit_atomic_swap): New.
12228 (aarch64_gen_atomic_ldop): New.
12229 (aarch64_split_atomic_op): Fix whitespace and add a comment.
12230 * config/aarch64/atomics.md (UNSPECV_ATOMIC_SWP): New.
12231 (aarch64_compare_and_swap<mode>_lse): Fix some whitespace.
12232 (atomic_exchange<mode>): Replace with an expander.
12233 (aarch64_atomic_exchange<mode>): New.
12234 (aarch64_atomic_exchange<mode>_lse): New.
12235 (aarch64_atomic_<atomic_optab><mode>): Fix some whitespace.
12236 (aarch64_atomic_swp<mode>): New.
12238 2015-09-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
12240 * tree-inline.c (expand_call_inline): Use inform for extra note.
12241 Do not give a note with UNKNOWN_LOCATION.
12242 Replace input_location with gimple_location (stmt).
12243 Use true/false instead of TRUE/FALSE.
12245 2015-09-22 Tom de Vries <tom@codesourcery.com>
12247 PR tree-optimization/67666
12248 * tree-ssa-structalias.c (create_variable_info_for_1): Handle struct
12249 with single field non-conservative.
12251 2015-09-21 David S. Miller <davem@davemloft.net>
12255 2015-09-11 David S. Miller <davem@davemloft.net>
12257 * config/sparc/constraints.md: Make "U" constraint a real register
12259 * config/sparc/sparc.c (TARGET_LRA_P): Define.
12260 (D_MODES, DF_MODES): Add missing cast.
12261 (TF_MODES, TF_MODES_NO_S): Include T_MODE.
12262 (OF_MODES, OF_MODES_NO_S): Include O_MODE.
12263 (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
12265 * config/sparc/sparc.h (PROMOTE_MODE): Define.
12266 * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
12267 provide these insn when flag_pic.
12269 2015-09-17 David S. Miller <davem@davemloft.net>
12271 * config/sparc/sparc-protos.h (sparc_secondary_memory_needed):
12273 * config/sparc/sparc.c (sparc_secondary_memory_needed): New
12275 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
12276 (HARD_REGNO_CALLER_SAVE_MODE): Define.
12277 * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
12278 (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
12279 (embmedany_losum, embmedany_brsum, embmedany_textuhi)
12280 (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
12281 provide when flag_pic.
12283 2015-09-21 Jeff Law <law@redhat.com>
12285 * config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined
12288 2015-09-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12290 * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
12292 2015-09-21 Richard Biener <rguenther@suse.de>
12294 * passes.c (rest_of_decl_compilation): Do not call
12295 dwarf2out_early_global_decl for aliases.
12297 2015-09-21 Richard Biener <rguenther@suse.de>
12300 * dwarf2out.c (add_location_or_const_value_attribute): Remove
12301 attribute parameter. Early exit if either DW_AT_const_value
12302 or DW_AT_location are present already.
12303 (gen_variable_die): Adjust caller.
12304 (dwarf2out_late_global_decl): Likewise.
12306 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
12309 * config/sh/sh.c (sh_remove_overlapping_post_inc,
12310 sh_peephole_emit_move_insn): Add new functions.
12311 * config/sh/sh-protos.h (sh_remove_overlapping_post_inc,
12312 sh_peephole_emit_move_insn): Declere them.
12313 * config/sh/sh.md: Use them in various peephole2 patterns.
12315 2015-09-21 Richard Biener <rguenther@suse.de>
12317 PR middle-end/67651
12318 * rtlanal.c (nonzero_address_p): SYMBOL_REFs may have zero
12319 address with -fno-delete-null-pointer-checks.
12321 2015-09-21 Alan Lawrence <alan.lawrence@arm.com>
12323 * config/rs6000/altivec.md (reduc_splus_<mode>): Rename to...
12324 (reduc_plus_scal_<mode>): ...this, add rs6000_expand_vector_extract.
12325 (reduc_uplus_v16qi): Remove.
12327 * config/rs6000/vector.md (VEC_reduc_name): Change "splus" to "plus".
12328 (reduc_<VEC_reduc_name>_v2df): Remove.
12329 (reduc_<VEC_reduc_name>_v4sf): Remove.
12330 (reduc_<VEC_reduc:VEC_reduc_name>_scal_<VEC_F:name>): New.
12332 * config/rs6000/vsx.md (vsx_reduc_<VEC_reduc_name>_v2df): Declare
12333 gen_ function by removing * prefix.
12334 (vsx_reduc_<VEC_reduc_name>_v4sf): Likewise.
12336 2015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
12338 PR middle-end/60832
12339 * tree-ssa-loop-niter.c (do_warn_aggressive_loop_optimizations):
12340 Print i_bound without converting it to a tree.
12342 2015-09-21 Bilyan Borisov <bilyan.borisov@arm.com>
12344 * config/arm/arm.c (thumb_output_move_mem_multiple): Replaced
12345 operands[4] operands[5] swap with std::swap, removed tmp variable.
12346 (arm_evpc_neon_vzip): Replaced in0/in1 and
12347 out0/out1 swaps with std::swap, removed x variable.
12348 (arm_evpc_neon_vtrn): Replaced in0/int1 and
12349 out0/out1 swaos with std::swap, removed x variable.
12350 (arm_expand_vec_perm_const_1): Replaced
12351 d->op0/d->op1 swap with std::swap, removed x variable.
12352 (arm_evpc_neon_vuzp): Replaced in0/in1 and
12353 out0/out1 swaps with std::swap, removed x variable.
12355 2015-09-21 Jonathan Yong <10walls@gmail.com>
12357 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
12358 sysroot/usr/lib/32api for additional win32 libraries,
12359 fixes failing Cygwin bootstrapping.
12361 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
12363 * doc/invoke.texi (SH Options): Undocument SH5/SH64 related options.
12365 2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
12368 * config/sh/sh.md (*reg_lsb_t): Emit bld insn on SH2A.
12369 (*mov_t_msb_neg): Rewrite negc pattern.
12371 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
12373 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Cleanup
12374 immediate generation code.
12376 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
12378 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Remove
12379 redundant immediate generation code.
12381 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
12383 * config/aarch64/aarch64.c (aarch64_bitmasks): Remove.
12384 (AARCH64_NUM_BITMASKS): Remove.
12385 (aarch64_bitmasks_cmp): Remove.
12386 (aarch64_build_bitmask_table): Remove.
12388 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
12390 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Replace
12391 slow immediate matching loops with a faster algorithm.
12393 2015-09-20 Wilco Dijkstra <wdijkstr@arm.com>
12395 * config/aarch64/aarch64.c (aarch64_bitmask_imm): Reimplement using
12398 2015-09-20 Jeff Law <law@redhat.com>
12400 PR tree-optimization/47679
12401 * tree-ssa-dom.c (record_temporary_equivalences): No longer static.
12402 * tree-ssa-dom.h (record_temporary_equivalences): Add prototype.
12403 * tree-ssa-threadedge.c: Include tree-ssa-dom.h.
12404 (thread_through_normal_block): Use record_temporary_equivalences.
12406 2015-09-19 Trevor Saunders <tbsaunde@tbsaunde.org>
12408 * coretypes.h (gimple): Change typedef to be a forward declaration.
12409 * gimple.h (gimple_statement_base): rename to gimple.
12410 * (all functions and types using gimple): Adjust.
12411 * *.[ch]: Likewise.
12413 2015-09-19 Andrew Dixie <andrewd@gentrack.com>
12414 David Edelsohn <dje.gcc@gmail.com>
12416 * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): Delete.
12417 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12418 (EH_FRAME_THROUGH_COLLECT2): Define.
12419 (EH_TABLES_CAN_BE_READ_ONLY): Define.
12420 (ASM_OUTPUT_DWARF_PCREL): Define.
12421 (ASM_OUTPUT_DWARF_DATAREL): Define.
12423 2015-09-19 John David Anglin <danglin@gcc.gnu.org>
12425 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove special treatment
12428 2015-09-18 Jeff Law <law@redhat.com>
12430 PR tree-optimization/47679
12431 * tree-ssa-dom.c (avail_exprs_stack): No longer file scoped. Move
12433 (dom_opt_dom_walker): New private member holding the avail_exprs_stack
12434 object. Update constructor.
12435 (pass_dominator::execute): Corresponding chagnes to declaration
12436 and initialization of avail_exprs_stack. Update constructor call
12437 for dom_opt_dom_walker object.
12438 (lookup_avail_expr, record_cond): Accept additional argument. Pass
12439 it down to children as needed.
12440 (record_equivalences_from_incoming_edge): Likewise.
12441 (eliminate_redundant_computations): Likewise.
12442 (record_equivalences_from_stmt): Likewise.
12443 (simplify_stmt_for_jump_threading): Likewise.
12444 (record_temporary_equivalences): Likewise.
12445 (optimize_stmt): Likewise.
12446 (dom_opt_dom_walker::thread_across_edge): Update access to
12447 avail_exprs_stack object and pass it to children as needed.
12448 (dom_opt_dom_walker::before_dom_children): Similarly.
12449 (dom_opt_dom_walker::after_dom_children): Similarly.
12450 * tree-ssa-threadedge.c (pfn_simplify): New typedef.
12451 (record_temporary_equivalences_from_stmts_at_dest): Use new typedef.
12452 Add avail_expr_stack argument. Pass it to children as needed.
12453 (dummy_simplify): Likewise.
12454 (simplify_control_stmt_condition): Likewise.
12455 (thread_around_empty_blocks): Likewise.
12456 (thread_through_normal_block): Likewise.
12457 (thread_across_edge): Likewise.
12458 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
12459 * tree-vrp.c (simplify_stmt_for_jump_threading): Update.
12461 PR tree-optimization/47679
12462 * tree-ssa-dom.c (const_and_copies): No longer file scoped. Move
12464 (dom_opt_dom_walker): New private member holding the const_and_copies
12465 object. Update constructor.
12466 (pass_dominator::execute): Corresponding changes to declaration
12467 and initialization of const_and_copies. Update constructor call
12468 for the dom_opt_dom_walker object.
12469 (record_temporary_equivalences): Accept const_and_copies argument
12470 pass it down to children as needed.
12471 (record_equality): Likewise.
12472 (record_equivalences_from_incoming_edge): Likewise.
12473 (cprop_into_successor_phis, optimize_stmt): Likewise.
12474 (eliminate_redundant_computations): Likewise.
12475 (dom_opt_dom_walker::thread_across_edge): Update access to
12476 const_and_copies object and pass it to children as needed.
12477 (dom_opt_dom_walker::before_dom_children): Similarly.
12478 (dom_opt_dom_walker::after_dom_children): Similarly.
12480 PR tree-optimization/47679
12481 * tree-ssa-dom.c (avail_exprs): No longer file scoped. Bury
12482 it into the avail_exprs_stack class.
12483 (pass_dominator::execute): Corresponding changes to declaration
12484 and initialization of avail_exprs. Pass avail_exprs to
12485 dump_dominator_optimization_stats.
12486 (record_cond): Extract avail_exprs from avail_exprs_stack.
12487 (lookup_avail_expr): Similarly.
12488 (htab_staticstics): Remove unnecessary prototype. Move to earlier
12490 (dump_dominator_optimization_stats): Make static and prototype.
12491 Add argument for the hash table to dump.
12492 (debug_dominator_optimization_stats): Remove.
12493 * tree-ssa-dom.h (dump_dominator_optimization_stats): Remove
12495 (debug_dominator_optimization_stats): Similarly.
12496 * tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing
12497 "void" in prototype for pop_to_marker method. Add accessor method
12498 for the underlying avail_exprs table.
12500 * tree-ssa-threadedge.c: Remove trailing whitespace.
12502 2014-09-18 John David Anglin <danglin@gcc.gnu.org>
12504 * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argument type to
12506 (pa_ldil_cint_p): Likewise.
12507 * config/pa/pa.c (pa_cint_ok_for_move): likewise.
12508 (pa_ldil_cint_p): Likewise. Change signed casts to unsigned.
12510 * config/pa/pa.md: Likewise.
12512 2015-09-18 David Malcolm <dmalcolm@redhat.com>
12514 * Makefile.in (OBJS-libcommon): Add diagnostic-show-locus.o.
12515 * diagnostic.c (adjust_line): Move to diagnostic-show-locus.c.
12516 (diagnostic_show_locus): Likewise.
12517 (diagnostic_print_caret_line): Likewise.
12518 * diagnostic-show-locus.c: New file.
12520 2015-09-18 David Edelsohn <dje.gcc@gmail.com>
12522 * dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
12523 "back" parameter. Declare label in #if block.
12525 2015-09-18 Uros Bizjak <ubizjak@gmail.com>
12527 PR middle-end/67619
12528 * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy
12529 the address to a register.
12531 2015-09-18 Jeff Law <law@redhat.com>
12533 PR tree-optimization/47679
12534 * Makefile.in (OBJS): Add tree-ssa-phionlycprop.o
12535 * tree-ssa-dom.c: Remove unnecessary header includes.
12536 (remove_stmt_or_phi): Moved from here into tree-ssa-phionlycprop.c
12537 (get_rhs_or_phi_arg, get_lhs_or_phi_result): Likewise.
12538 (propagate_rhs_into_lhs, eliminate_const_or_copy): Likewise.
12539 (eliminate_degenerate_phis_1, pass_phi_only_cprop): Likewise.
12540 (pass_phi_only_cprop::execute): Likewise.
12541 (make_pass_phi_only_cprop): Likewise.
12542 * tree-ssa-phionlycprop.c: New file with moved code. Eliminate
12543 uses of file scoped statics by passing the required objects
12544 as parameters wherever needed.
12546 2015-09-18 Andrew Dixie <andrewd@gentrack.com>
12547 David Edelsohn <dje.gcc@gmail.com>
12549 * defaults.h (EH_FRAME_SECTION_NAME): Depend on
12550 EH_FRAME_THROUGH_COLLECT2.
12551 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add case for
12553 * dwarf2out.c (switch_to_eh_frame_section): Use a read-only section
12554 even if EH_FRAME_SECTION_NAME is undefined. Restrict special
12555 collect2 labels to EH_FRAME_THROUGH_COLLECT2.
12556 * except.c (switch_to_exception_section): Use a read-only section
12557 even if EH_FRAME_SECTION_NAME is undefined.
12558 * system.h (EH_FRAME_IN_DATA_SECTION): Poison.
12559 * collect2.c (write_c_file_stat): Provide dbase on AIX.
12560 (scan_prog_file): Don't export __dso_handle nor
12561 __gcc_unwind_dbase.
12562 * config/rs6000/aix.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12563 (EH_TABLES_CAN_BE_READ_ONLY): Define.
12564 (ASM_OUTPUT_DWARF_PCREL): Define.
12565 (ASM_OUTPUT_DWARF_DATAREL): Define.
12566 (EH_FRAME_THROUGH_COLLECT2): Define.
12567 (EH_FRAME_IN_DATA_SECTION): Delete.
12568 * config/rs6000/aix61.h (STARTFILE_SPEC): Add crtdbase.o.
12569 * config/rs6000/rs6000-protos.h (rs6000_asm_output_dwarf_pcrel):
12571 (rs6000_asm_output_dwarf_datarel): Declare.
12572 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_pcrel): New.
12573 (rs6000_aix_asm_output_dwarf_datarel): New.
12574 (rs6000_xcoff_asm_init_sections): Don't set exception_section.
12575 * config/spu/spu-elf.h (EH_FRAME_IN_DATA_SECTION): Delete.
12576 (EH_FRAME_THROUGH_COLLECT2): Define.
12577 * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Delete.
12578 (EH_FRAME_THROUGH_COLLECT2): Define.
12579 (EH_TABLES_CAN_BE_READ_ONLY): Define.
12580 * doc/tm.texi.in (EH_FRAME_IN_DATA_SECTION): Delete.
12581 (EH_FRAME_THROUGH_COLLECT2): New.
12582 (ASM_OUTPUT_DWARF_DATAREL): New.
12583 * doc/tm.texi: Regenerate.
12585 2015-09-18 Richard Biener <rguenther@suse.de>
12587 * dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert
12588 we're in early phase.
12589 (schedule_generic_params_dies_gen): Likewise.
12590 (gen_remaining_tmpl_value_param_die_attribute): Do only as much
12591 work as possible, retaining unhandled cases.
12592 (gen_scheduled_generic_parms_dies): Set early-dwarf flag and
12593 clear out generic_type_instances at the end.
12594 (dwarf2out_finish): Move call to gen_scheduled_generic_parms_dies...
12595 (dwarf2out_early_finish): ... here. Do most of
12596 gen_remaining_tmpl_value_param_die_attribute here.
12598 2015-09-18 Alan Lawrence <alan.lawrence@arm.com>
12600 PR tree-optimization/67283
12601 * tree-sra.c (type_consists_of_records_p): Rename to...
12602 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
12603 (completely_scalarize_record): Rename to...
12604 (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
12605 (scalarize_elem): New.
12606 (analyze_all_variable_accesses): Follow renamings.
12608 2015-09-18 Richard Biener <rguenther@suse.de>
12610 * dwarf2out.c (add_location_or_const_value_attribute): Do nothing
12613 2015-09-18 Richard Biener <rguenther@suse.de>
12615 PR tree-optimization/66142
12616 * fold-const.c (operand_equal_p): When OEP_ADDRESS_OF
12617 treat MEM[&x] and x the same.
12618 * tree-ssa-sccvn.h (vn_reference_fold_indirect): Remove.
12619 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Return true
12620 when we simplified sth.
12621 (vn_reference_maybe_forwprop_address): Likewise.
12622 (valueize_refs_1): When we simplified through
12623 vn_reference_fold_indirect or vn_reference_maybe_forwprop_address
12624 set valueized_anything to true.
12625 (vn_reference_lookup_3): Use stmt_kills_ref_p to see whether
12626 one ref kills the other instead of just a offset-based test.
12627 * tree-ssa-alias.c (stmt_kills_ref_p): Use OEP_ADDRESS_OF
12628 for the operand_equal_p test to compare bases and also compare
12631 2015-09-17 Christian Bruel <christian.bruel@st.com>
12633 * config/arm/arm.md (*call_value_symbol): Fix operand for interworking.
12635 2015-09-17 Richard Henderson <rth@redhat.com>
12638 * builtins.c (fold_builtin_atomic_always_lock_free): Handle fake
12639 pointers that encode the alignment of the object.
12641 2015-09-17 Eric Botcazou <ebotcazou@adacore.com>
12643 PR rtl-optimization/66790
12644 * df-problems.c (LIVE): Amend documentation.
12646 2015-09-17 Richard Sandiford <richard.sandiford@arm.com>
12648 * Makefile.in (OBJS): Add optabs-libfuncs.o, optabs-query.o
12650 (GTFILES): Replace optabs.c with optabs-libfunc.c.
12651 * genopinit.c (main): Add an include guard to insn-opinit.h.
12652 Protect the rtx_code parts with NUM_RTX_CODE.
12653 * optabs.h: Split parts out to...
12654 * optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these new files.
12655 * optabs.c: Split parts out to...
12656 * optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these new files.
12657 * cilk-common.c: Include optabs-query.h rather than optabs.h.
12658 * fold-const.c: Likewise.
12659 * target-globals.c: Likewise.
12660 * tree-if-conv.c: Likewise.
12661 * tree-ssa-forwprop.c: Likewise.
12662 * tree-ssa-loop-prefetch.c: Likewise.
12663 * tree-ssa-math-opts.c: Include optabs-tree.h rather than optabs.h.
12664 Remove unncessary include files.
12665 * tree-ssa-phiopt.c: Likewise.
12666 * tree-ssa-reassoc.c: Likewise.
12667 * tree-switch-conversion.c: Likewise.
12668 * tree-vect-data-refs.c: Likewise.
12669 * tree-vect-generic.c: Likewise.
12670 * tree-vect-loop.c: Likewise.
12671 * tree-vect-patterns.c: Likewise.
12672 * tree-vect-slp.c: Likewise.
12673 * tree-vect-stmts.c: Likewise.
12674 * tree-vrp.c: Likewise.
12675 * toplev.c: Include optabs-query.h and optabs-libfuncs.h
12676 rather than optabs.h.
12677 * expr.c: Include optabs-tree.h.
12678 * function.c: Likewise.
12680 2015-09-17 Eric Botcazou <ebotcazou@adacore.com>
12682 PR middle-end/65958
12683 * config/arm/linux-elf.h (STACK_CHECK_STATIC_BUILTIN): Define.
12684 * config/arm/arm-protos.h (output_probe_stack_range): Declare.
12685 * config/arm/arm.c: Include common/common-target.h.
12686 (use_return_insn): Return 0 if the static chain register was saved
12687 above a non-APCS frame.
12688 (arm_compute_static_chain_stack_bytes): Adjust for stack checking.
12689 (struct scratch_reg): New.
12690 (get_scratch_register_on_entry): New function.
12691 (release_scratch_register_on_entry): Likewise.
12692 (arm_emit_probe_stack_range): Likewise.
12693 (output_probe_stack_range): Likewise.
12694 (arm_expand_prologue): Factor out code dealing with the IP register
12695 for nested function and adjust it for stack checking.
12696 Invoke arm_emit_probe_stack_range if static builtin stack checking
12698 (thumb1_expand_prologue): Sorry out if static builtin stack checking
12700 (arm_expand_epilogue): Add the saved static chain register, if any, to
12701 the amount of pre-pushed registers to pop.
12702 (arm_frame_pointer_required): Return true if static stack checking is
12703 enabled and we want to catch the exception with the EABI unwinder.
12704 * config/arm/unspecs.md (UNSPEC_PROBE_STACK): New constant.
12705 (UNSPEC_PROBE_STACK_RANGE): Likewise.
12706 * config/arm/arm.md (probe_stack): New insn.
12707 (probe_stack_range): Likewise.
12709 2015-09-17 Richard Biener <rguenther@suse.de>
12711 * genmatch.c (parser::parse_expr): Improve error message
12712 for mis-placed flags.
12714 2015-09-17 Richard Biener <rguenther@suse.de>
12716 * passes.c (rest_of_decl_compilation): Always call early_global_decl
12717 debug hook when we created a varpool node.
12718 * dwarf2out.c (dwarf2out_late_global_decl): When in LTO call
12719 dwarf2out_early_global_decl, when not just add location or
12720 value attributes to existing DIEs.
12722 2015-09-17 James Greenhalgh <james.greenhalgh@arm.com>
12724 * config/aarch64/aarch64.md (copysigndf3): New.
12725 (copysignsf3): Likewise.
12727 2015-09-17 David S. Miller <davem@davemloft.net>
12729 * config/sparc/sparc-protos.h (sparc_secondary_memory_needed): Declare.
12730 * config/sparc/sparc.c (sparc_secondary_memory_needed): New function.
12731 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
12732 (HARD_REGNO_CALLER_SAVE_MODE): Define.
12733 * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
12734 (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
12735 (embmedany_losum, embmedany_brsum, embmedany_textuhi)
12736 (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
12737 provide when flag_pic.
12739 2015-09-17 Kaz Kojima <kkojima@gcc.gnu.org>
12741 * config/sh/sh.c (label_ref_list_d_pool): Adjust to
12742 object_allocator change.
12744 2015-09-17 Bin Cheng <bin.cheng@arm.com>
12746 PR tree-optimization/66388
12747 * tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New fields.
12748 (dump_iv): Dump no_overflow information.
12749 (alloc_iv): Initialize new field for struct iv.
12750 (mark_bivs): Count number of no_overflow bivs.
12751 (find_deriving_biv_for_expr, record_biv_for_address_use): New
12753 (idx_find_step): Call new functions above.
12754 (add_candidate_1, add_candidate): New paramter.
12755 (add_iv_candidate_for_biv): Add sizetype cand for BIV.
12756 (get_computation_aff): Simplify convertion of cand for BIV.
12757 (get_computation_cost_at): Step cand's base if necessary.
12759 2015-09-17 Bin Cheng <bin.cheng@arm.com>
12761 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New
12763 (tree_simplify_using_condition): Ditto.
12764 (simplify_using_initial_conditions): Ditto.
12765 (loop_exits_before_overflow): Pass new argument to function
12766 simplify_using_initial_conditions. Remove case for type conversions
12768 * tree-ssa-loop-niter.h (simplify_using_initial_conditions): New
12770 * tree-scalar-evolution.c (simple_iv): Simplify type conversions
12771 in iv base using loop initial conditions.
12773 2015-09-16 Jeff Law <law@redhat.com>
12775 PR tree-optimization/47679
12776 * tree-ssa-dom.c (free_edge_info): Factored out of free_all_edge_infos.
12777 (free_all_edge_infos): Use it.
12778 (allocate_edge_info): Free preexisting edge info data.
12779 (pass_dominator::execute): Set up initial edge info structures.
12780 (dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to
12781 thread_across_edge.
12782 * tree-ssa-threadedge.c (thread_across_edge): Accept new argument.
12783 If non-null, then push/pop markers appropriately.
12784 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
12785 * tree-vrp.c (identify_jump_threads): Pass NULL for new argument to
12786 thread-across_edge.
12788 2015-09-16 James Bowman <james.bowman@ftdichip.com>
12790 * config/ft32/ft32.c: Fix the memory address space predicate.
12792 2015-09-16 Kaz Kojima <kkojima@gcc.gnu.org>
12795 * config/sh/sh.md (call_pcrel): Add early clobber to scratch operand.
12796 (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
12798 2015-09-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
12800 * toplev.h (check_global_declaration): Remove declaration.
12801 * toplev.c (check_global_declaration): Move to ...
12802 * cgraphunit.c: ... here. Make it static and pass a symtab_node *.
12803 (analyze_functions): Update call.
12805 2015-09-16 David S. Miller <davem@davemloft.net>
12807 * lra-constraints.c (simplify_operand_subreg): Do not assume that
12808 lowpart of a SUBREG has offset zero.
12810 2015-09-16 Jeff Law <law@redhat.com>
12812 PR tree-optimization/47679
12813 * tree-ssa-dom.c (enum expr_kind): Moved from here to
12814 tree-ssa-scopedtables.h.
12815 (struct hashable_expr, class expr_hash_elt): Likewise.
12816 (struct expr_elt_hasher, class avail_exprs_stack): Likewise.
12817 Move associated methods into tree-ssa-scopedtables.c.
12818 (avail_expr_hash, initialize_expr_from_cond): Similarly.
12819 (hashable_expr_equal_p, add_expr_commutative): Likewise.
12820 (add_hashable_expr): Likewise.
12821 (record_cond): Delete element directly.
12822 * tree-ssa-scopedtables.h (avail_expr_stack, const_and_copies): Add
12823 private copy ctor and assignment operator methods.
12824 (expr_elt_hasher): Inline trivial methods.
12825 (initialize_expr_from_cond): Prototype.
12826 * tree-ssa-scopedtables.c: Add necessary includes, functions and
12827 methods that were previously in tree-ssa-dom.c. Improve various
12830 2015-09-16 Paolo Carlini <paolo.carlini@oracle.com>
12832 * doc/invoke.texi ([Wsubobject-linkage]): Extend documentation.
12834 2015-09-16 Segher Boessenkool <segher@kernel.crashing.org>
12837 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
12840 2015-09-16 Richard Biener <rguenther@suse.de>
12842 PR middle-end/67253
12843 * cfgexpand.c (expand_gimple_stmt_1): Do not clobber
12844 location of possibly shared trees.
12846 2015-09-16 Richard Biener <rguenther@suse.de>
12848 PR middle-end/67271
12849 * fold-const.c (native_encode_expr): Bail out on bogus offsets.
12851 2015-09-16 Eric Botcazou <ebotcazou@adacore.com>
12853 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for
12854 offset and size computations instead of HOST_WIDE_INT.
12856 2015-09-16 Richard Biener <rguenther@suse.de>
12858 PR middle-end/67442
12859 * fold-const.c (extract_muldiv_1): Properly extend multiplication
12860 result before builting a tree via wide_int_to_tree.
12862 2015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
12864 * Makefile.in: Add memory-block.cc
12865 (pool_allocator::initialize): Use fixed block size.
12866 (pool_allocator::release): Use memory_block_pool.
12867 (pool_allocator::allocate): Likewise.
12868 * asan.c (asan_mem_ref_pool): Adjust to use common block size in all
12870 * cfg.c (initialize_original_copy_tables): Likewise.
12871 * cselib.c (elt_list_pool, elt_loc_list_pool,
12872 cselib_val_pool): Likewise.
12873 * df-problems.c (df_chain_alloc): Likewise.
12874 * df-scan.c (df_scan_alloc): Likewise.
12875 * dse.c (cse_store_info_pool, rtx_store_info_pool,
12876 read_info_type_pool, insn_info_type_pool, bb_info_pool,
12877 group_info_pool, deferred_change_pool): Likewise.
12878 * et-forest.c (et_nodes, et_occurrences): Likewise.
12879 * ipa-cp.c (ipcp_cst_values_pool, ipcp_sources_pool,
12880 ipcp_agg_lattice_pool): Likewise.
12881 * ipa-inline-analysis.c (edge_predicate_pool): Likewise.
12882 * ipa-profile.c (histogram_pool): Likewise.
12883 * ipa-prop.c (ipa_refdesc_pool): Likewise.
12884 * ira-build.c (live_range_pool, allocno_pool, object_pool,
12885 initiate_cost_vectors, pref_pool, copy_pool): Likewise.
12886 * ira-color.c (update_cost_record_pool): Likewise.
12887 * lra-lives.c (lra_live_range_pool): Likewise.
12888 * lra.c (lra_insn_reg_pool, lra_copy_pool): Likewise.
12889 * memory-block.cc: New file.
12890 * memory-block.h: New file.
12891 * regcprop.c (queued_debug_insn_change_pool): Use common block size.
12892 * sched-deps.c (sched_deps_init): Likewise.
12893 * sel-sched-ir.c (sched_lists_pool): Likewise.
12894 * stmt.c (expand_case, expand_sjlj_dispatch_table): Likewise.
12895 * tree-sra.c (access_pool): Likewise.
12896 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
12897 * tree-ssa-pre.c (pre_expr_pool, bitmap_set_pool): Likewise.
12898 * tree-ssa-reassoc.c (operand_entry_pool): Likewise.
12899 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
12900 * tree-ssa-strlen.c (strinfo_pool): Likewise.
12901 * tree-ssa-structalias.c (variable_info_pool): Likewise.
12902 * var-tracking.c (attrs_def_pool, var_pool, valvar_pool,
12903 location_chain_pool, shared_hash_pool, loc_exp_dep_pool): Likewise.
12905 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
12907 * config/xtensa/xtensa.h (DWARF_ALT_FRAME_RETURN_COLUMN): New
12909 (DWARF_FRAME_REGISTERS): Reserve space for one extra register in
12912 2015-09-15 Max Filippov <jcmvbkbc@gmail.com>
12914 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Use a10 or a2
12915 to pass TLS call argument, according to current ABI.
12916 * config/xtensa/xtensa.md (tls_call pattern): Use callx8 or
12917 callx0 for TLS call, according to current ABI.
12919 2015-09-15 Eric Botcazou <ebotcazou@adacore.com>
12921 * tree-eh.c (lower_try_finally_dup_block): Clear location information
12922 on stack restore statements.
12923 (decide_copy_try_finally): Do not consider a stack restore statement as
12924 coming from sources.
12926 2015-09-15 Uros Bizjak <ubizjak@gmail.com>
12928 * config/alpha/alpha.c (alpha_expand_block_clear): Use
12929 HOST_WIDE_INT_M1U instead of ~(HOST_WIDE_INT)0 when shifting.
12931 2015-09-15 Jeff Law <law@redhat.com>
12933 PR tree-optimization/47679
12934 * tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors,
12935 methods and private members.
12936 (avail_exprs_stack): Similarly. Change type of global
12937 from a pair of expr_hash_elt_t to the new class.
12938 (expr_elt_hasher::hash): Corresponding changes.
12939 (expr_elt_hasher::equal): Similarly.
12940 (avail_expr_hash): Similarly.
12941 (pass_dominator::execute): Similarly.
12942 (dom_opt_dom_walker::thread_across_edge): Similarly.
12943 (record_cond): Similarly.
12944 (dom_opt_dom_walker::before_dom_children): Similarly.
12945 (dom_opt_dom_walker::after_dom_children): Similarly.
12946 (lookup_avail_expr): Likewise.
12947 (initialize_hash_element): Now a expr_hash_elt constructor.
12948 (initialize_hash_element_from_expr): Similarly.
12949 (free_expr_hash_elt_contents): Now a dtor for class expr_hash_elt.
12950 (free_expr_hash_elt): Call dtor for the element.
12951 (remove_local_expressions_from_table): Now the "pop_to_marker"
12952 method in the available_exprs_stack class.
12953 (avail_expr_stack::record_expr): Method factored out.
12954 (print_expr_hash_elt): Now a method in the expr_hash_elt class.
12956 (hashable_expr_equal_p): Fix formatting.
12958 2015-09-15 David Malcolm <dmalcolm@redhat.com>
12960 * input.h (location_get_source_line): Drop "expanded_location"
12961 param in favor of a file and line number.
12962 * input.c (location_get_source_line): Likewise.
12963 (dump_location_info): Update for change in signature of
12964 location_get_source_line.
12965 * diagnostic.c (diagnostic_print_caret_line): Likewise.
12967 2015-09-15 Eric Botcazou <ebotcazou@adacore.com>
12969 * defaults.h (STACK_OLD_CHECK_PROTECT): Adjust for -fno-exceptions.
12970 Bump to 4KB for SJLJ exceptions.
12971 (STACK_CHECK_PROTECT): Likewise. Bump to 8KB for SJLJ exceptions.
12972 * doc/tm.texi.in (STACK_CHECK_PROTECT): Adjust.
12973 * doc/tm.texi: Regenerate.
12975 2015-09-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12977 * config/arm/arm.c (arm_gen_constant): Use HOST_WIDE_INT_M1U instead
12978 of -1 when shifting. Change type of val to unsigned HOST_WIDE_INT.
12981 2015-09-15 Richard Biener <rguenther@suse.de>
12983 PR tree-optimization/67470
12984 * tree-ssa-loop-im.c (execute_sm_if_changed): Preserve PHI
12985 structure for PHI hoisting by inserting a forwarder block
12988 2015-09-15 Christian Bruel <christian.bruel@st.com>
12990 * config/arm/arm.c (TARGET_OPTION_PRINT): Define.
12991 (arm_option_print): New function.
12993 2015-09-15 Christian Bruel <christian.bruel@st.com>
12996 * config/arm/arm.c (arm_option_params_internal): Remove opts parameter.
12997 * config/arm/arm-c.c (arm_cpu_builtins): Declare static.
12998 Remove flags parameter.
12999 * config/arm/arm.h (TARGET_32BIT_P, TARGET_ARM_QBIT_P)
13000 (TARGET_ARM_SAT_P, TARGET_IDIV_P, TARGET_HAVE_LDREX_P)
13001 (TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P, TARGET_DSP_MULTIPLY_P)
13002 (TARGET_ARM_FEATURE_LDREX_P, TARGET_INT_SIMD_P): Redefine macros with...
13003 (TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)
13004 (TARGET_HAVE_LDREXBH, TARGET_HAVE_LDREXD, TARGET_ARM_FEATURE_LDREX)
13005 (TARGET_DSP_MULTIPLY, TARGET_INT_SIMD): Redefined macros.
13006 * config/arm/arm-protos.h (arm_cpu_builtins): Remove declaration.
13008 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13010 * config/aarch64/aarch64.h (AARCH64_VALID_SIMD_DREG_MODE): New.
13012 * config/aarch64/aarch64.c (aarch64_array_mode_supported_p): Add
13013 AARCH64_VALID_SIMD_DREG_MODE.
13015 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13017 * config/aarch64/aarch64-simd.md (aarch64_ld2r<mode>,
13018 aarch64_ld3r<mode>, aarch64_ld4r<mode>): Combine together, making...
13019 (aarch64_simd_ld<VSTRUCT:nregs>r<VALLDIF:mode>): ...this.
13020 (aarch64_ld2_lane<mode>, aarch64_ld3_lane<mode>,
13021 aarch64_ld4_lane<mode>): Combine together, making...
13022 (aarch64_ld<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13023 (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
13024 aarch64_st4_lane<mode>): Combine together, making...
13025 (aarch64_st<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13026 * config/aarch64/iterators.md (nregs): Add comment.
13028 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13030 * config/aarch64/aarch64-simd.md (aarch64_simd_ld2r<mode>):
13031 Change operand mode from <V_TWO_ELEM> to BLK.
13032 (aarch64_vec_load_lanesoi_lane<mode>): Likewise.
13033 (aarch64_vec_store_lanesoi_lane<mode): Likewise
13034 (aarch64_ld2r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13035 (aarch64_ld2_lane<mode>): Likewise.
13036 (aarch64_st2_lane<VQ:mode>): Likewise.
13037 * config/aarch64/iterators.md (V_TWO_ELEM): Remove.
13039 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13041 * config/aarch64/aarch64-simd.md (aarch64_simd_ld4r<mode>):
13042 Change operand mode from <V_FOUR_ELEM> to BLK.
13043 (aarch64_vec_load_lanesxi_lane<mode>): Likewise.
13044 (aarch64_vec_store_lanesxi_lane<mode): Likewise.
13045 (aarch64_ld4r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13046 (aarch64_ld4_lane<mode>): Likewise.
13047 (aarch64_st4_lane<mode>): Likewise.
13048 * config/aarch64/iterators.md (V_FOUR_ELEM): Remove.
13050 2015-09-15 Richard Biener <rguenther@suse.de>
13052 PR middle-end/67563
13053 * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
13054 transfer EH info from old to new stmt.
13055 (replace_call_with_value): Likewise.
13056 (replace_call_with_call_and_fold): Likewise.
13057 (gimple_fold_builtin_memory_op): Likewise.
13058 (gimple_fold_builtin_memset): Likewise.
13059 (gimple_fold_builtin_stpcpy): Likewise.
13060 (gimple_fold_call): Likewise.
13062 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13064 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist): Update
13066 * config/aarch64/aarch64-builtins.c (ei_UP): Remove.
13067 (aarch64_simd_intEI_type_node): Likewise.
13068 (aarch64_simd_builtin_std_type): Remove EImode case.
13069 (aarch64_init_simd_builtin_types): Don't create/add intEI_type_node.
13070 * config/aarch64/aarch64-modes.def: Remove EImode.
13072 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13074 * config/aarch64/aarch64-simd.md (aarch64_simd_ld3r<mode>):
13075 Change operand mode from <V_THREE_ELEM> to BLK.
13076 (aarch64_vec_load_lanesci_lane<mode>): Likewise.
13077 (aarch64_vec_store_lanesci_lane<mode>): Likewise.
13078 (aarch64_ld3r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13079 (aarch64_ld3_lane<mode>): Likewise.
13080 (aarch64_st3_lane<mode>): Likewise.
13081 * config/aarch64/iterators.md (V_THREE_ELEM): Remove.
13083 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13085 * config/aarch64/aarch64-simd.md
13086 (aarch64_ld2<mode>_dreg VD & DX, aarch64_st2<mode>_dreg VD & DX ):
13087 Change all TImode operands to BLKmode.
13088 (aarch64_ld3<mode>_dreg VD & DX, aarch64_st3<mode>_dreg VD & DX):
13089 Change all EImode operands to BLKmode.
13090 (aarch64_ld4<mode>_dreg VD & DX, aarch64_st4<mode>_dreg VD & DX):
13091 Change all OImode operands to BLKmode.
13093 (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Generate MEM rtx with BLKmode
13094 and call set_mem_size.
13095 (aarch64_st<VSTRUCT:nregs><VDC:mode>): Likewise.
13097 * config/aarch64/iterators.md (VSTRUCT_DREG): Remove.
13099 2015-09-15 Alan Lawrence <alan.lawrence@arm.com>
13101 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Rename
13103 (aarch64_vec_store_lanesoi_lane<mode>): ...this.
13105 (vec_store_lanesci_lane<mode>): Rename to...
13106 (aarch64_vec_store_lanesci_lane<mode>): ...this.
13108 (vec_store_lanesxi_lane<mode>): Rename to...
13109 (aarch64_vec_store_lanesxi_lane<mode>): ...this.
13111 (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
13112 aarch64_st4_lane<mode>): Follow renaming.
13114 2015-09-15 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13116 * config/s390/s390.c (s390_const_operand_ok): Add missing
13119 2015-09-15 Richard Biener <rguenther@suse.de>
13122 * lto-streamer.h (lto_location_cache::current_sysp): Properly
13124 * lto-streamer-out.c (clear_line_info): Likewise.
13126 2015-09-15 Richard Biener <rguenther@suse.de>
13128 * doc/match-and-simplify.texi: Fix wording.
13130 2015-09-15 Bin Cheng <bin.cheng@arm.com>
13132 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip
13133 unnecessary type conversion in op1.
13135 2015-09-14 Segher Boessenkool <segher@kernel.crashing.org>
13137 * shrink-wrap.c (requires_stack_frame_p): Fix formatting.
13138 (dup_block_and_redirect): Delete function.
13139 (can_dup_for_shrink_wrapping): New function.
13140 (fix_fake_fallthrough_edge): New function.
13141 (try_shrink_wrapping): Rewrite function.
13142 (convert_to_simple_return): Call fix_fake_fallthrough_edge.
13144 2015-09-14 Rich Felker <dalias@libc.org>
13146 * configure.ac: Change target pattern for sh TLS support
13147 test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*".
13148 * configure: Regenerate.
13150 2015-09-14 Jeff Law <law@redhat.com>
13152 PR tree-optimization/47679
13153 * tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real
13154 type rather than void *.
13156 2015-09-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
13159 * diagnostic.c (diagnostic_initialize): Do not set
13160 some_warnings_are_errors.
13161 (diagnostic_finish): Use DK_WERROR count instead.
13162 (diagnostic_report_diagnostic): Do not set
13163 some_warnings_are_errors.
13164 * diagnostic.h (struct diagnostic_context): Remove
13165 some_warnings_are_errors.
13167 2015-09-14 Richard Sandiford <richard.sandiford@arm.com>
13169 * config/sparc/predicates.md (const_all_ones_operand): Use
13170 CONSTM1_RTX to simplify definition.
13172 2015-09-14 Oleg Endo <olegendo@gcc.gnu.org>
13175 * config/sh/sh-protos.h (sh_find_set_of_reg): Simplfiy for-loop.
13178 2015-09-14 Chung-Lin Tang <cltang@codesourcery.com>
13180 * lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret,
13181 OPT_fdiagnostics_show_option, OPT_fdiagnostics_show_location_, and
13182 OPT_fshow_column to handled saved option cases.
13183 (append_compiler_options): Do not skip the above added options.
13185 2015-09-14 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13188 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle
13189 nopcrelative_literal_loads.
13190 (aarch64_classify_address): Likewise.
13191 (aarch64_constant_pool_reload_icode): Define.
13192 (aarch64_secondary_reload): Handle secondary reloads for
13194 (aarch64_override_options): Handle nopcrelative_literal_loads.
13195 (aarch64_classify_symbol): Handle nopcrelative_literal_loads.
13196 * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
13198 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
13199 * config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option.
13200 * config/aarch64/predicates.md (aarch64_constant_pool_symref): New
13202 * doc/invoke.texi (mpc-relative-literal-loads): Document.
13204 2015-09-14 John David Anglin <danglin@gcc.gnu.org>
13206 PR middle-end/67401
13207 * optabs.c (expand_atomic_compare_and_swap): Move result of emitting
13208 sync_compare_and_swap_optab libcall to target_oval.
13210 2015-09-14 Marek Polacek <polacek@redhat.com>
13212 * rtlanal.c (split_double): Cast to unsigned when shifting a negative
13214 * sched-int.h (UNKNOWN_DEP_COST): Likewise.
13216 2015-09-11 Mark Wielaard <mjw@redhat.com>
13219 * toplev.c (check_global_declaration): Check and use
13220 warn_unused_const_variable.
13221 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable.
13222 (-Wunused-variable): Remove non-constant. For C implies
13223 -Wunused-const-variable.
13224 (-Wunused-const-variable): New.
13226 2015-09-14 Richard Biener <rguenther@suse.de>
13228 * doc/match-and-simplify.texi: Update for changed syntax
13229 of inner ifs and the new switch expression.
13231 2015-09-14 Yuri Rumyantsev <ysrumyan@gmail.com>
13233 * config/i386/haswell.md: New file describing Haswell pipeline.
13234 * config/i386/i386.c (processor_alias_table): Use CPU_HASWELL for
13235 haswell-like processors.
13236 (ix86_reassociation_width): Increase reassociation width for 64-bit
13237 Haswell processor family.
13238 * config/i386/i386.md: Introduce haswell cpu and include new md file.
13240 2015-09-14 Richard Biener <rguenther@suse.de>
13242 * doc/match-and-simplify.texi: Fixup some formatting issues
13243 and document the 's' flag.
13245 2015-09-13 Olivier Hainque <hainque@adacore.com>
13246 Eric Botcazou <ebotcazou@adacore.com>
13248 * config.gcc (visium-*-*): Enable --with-cpu option, accept gr5 and
13249 gr6 as possible values, defaulting to gr5. Set target_cpu_default2.
13250 * config/visium/visium.h (OPTION_DEFAULT_SPECS): Define.
13251 (TARGET_CPU_gr5): Likewise.
13252 (TARGET_CPU_gr6): Likewise.
13253 (MULTILIB_DEFAULTS): Likewise.
13254 * config/visium/t-visium (MULTILIB_OPTIONS): Request distinct variants
13255 for mcpu=gr5 and mcpu=gr6.
13256 (MULTILIB_DIRNAMES): Adjust accordingly.
13258 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13260 * tree-ssa-loop-im.c (mem_ref_loc_p): Remove typedef.
13261 (mem_ref_p): Likewise.
13262 (outermost_indep_loop): Adjust.
13263 (mem_ref_in_stmt): Likewise.
13264 (determine_max_movement): Likewise.
13265 (mem_ref_alloc): Likewise.
13266 (record_mem_ref_loc): Likewise.
13267 (set_ref_stored_in_loop): Likewise.
13268 (mark_ref_stored): Likewise.
13269 (gather_mem_refs_stmt): Likewise.
13270 (mem_refs_may_alias_p): Likewise.
13271 (for_all_locs_in_loop): Likewise.
13272 (struct rewrite_mem_ref_loc): Likewise.
13273 (rewrite_mem_refs): Likewise.
13274 (struct first_mem_ref_loc_1): Likewise.
13275 (first_mem_ref_loc): Likewise.
13276 (struct sm_set_flag_if_changed): Likewise.
13277 (execute_sm_if_changed_flag_set): Likewise.
13278 (execute_sm): Likewise.
13279 (hoist_memory_references):
13280 (struct ref_always_accessed): Likewise.
13281 (ref_always_accessed_p): Likewise.
13282 (refs_independent_p): Likewise.
13283 (record_dep_loop): Likewise.
13284 (ref_indep_loop_p_1): Likewise.
13285 (ref_indep_loop_p_2): Likewise.
13286 (ref_indep_loop_p): Likewise.
13287 (can_sm_ref_p): Likewise.
13288 (find_refs_for_sm): Likewise.
13289 (tree_ssa_lim_finalize): Likewise.
13291 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13293 * dwarf2out.c (dw_attr_ref): Remove typedef.
13294 (dw_line_info_ref): Likewise.
13295 (pubname_ref): Likewise.
13296 (dw_ranges_ref): Likewise.
13297 (dw_ranges_by_label_ref): Likewise.
13298 (comdat_type_node_ref): Likewise.
13300 (get_AT_low_pc): Likewise.
13301 (get_AT_hi_pc): Likewise.
13302 (get_AT_string): Likewise.
13303 (get_AT_flag): Likewise.
13304 (get_AT_unsigned): Likewise.
13305 (get_AT_ref): Likewise.
13306 (get_AT_file): Likewise.
13307 (remove_AT): Likewise.
13308 (print_die): Likewise.
13309 (check_die): Likewise.
13310 (die_checksum): Likewise.
13311 (attr_checksum_ordered): Likewise.
13312 (struct checksum_attributes): Likewise.
13313 (collect_checksum_attributes): Likewise.
13314 (die_checksum_ordered): Likewise.
13315 (same_die_p): Likewise.
13316 (is_declaration_die): Likewise.
13317 (clone_die): Likewise.
13318 (clone_as_declaration): Likewise.
13319 (copy_declaration_context): Likewise.
13320 (break_out_comdat_types): Likewise.
13321 (copy_decls_walk): Likewise.
13322 (output_location_lists): Likewise.
13323 (external_ref_hasher::hash): Likewise.
13324 (optimize_external_refs_1): Likewise.
13325 (build_abbrev_table): Likewise.
13326 (size_of_die): Likewise.
13327 (unmark_all_dies): Likewise.
13328 (size_of_pubnames): Likewise.
13329 (output_die_abbrevs): Likewise.
13330 (output_die): Likewise.
13331 (output_pubnames): Likewise.
13332 (add_ranges_num): Likewise.
13333 (add_ranges_by_labels): Likewise.
13334 (add_high_low_attributes): Likewise.
13335 (gen_producer_string): Likewise.
13336 (dwarf2out_set_name): Likewise.
13337 (new_line_info_table): Likewise.
13338 (prune_unused_types_walk_attribs): Likewise.
13339 (prune_unused_types_update_strings): Likewise.
13340 (prune_unused_types): Likewise.
13341 (resolve_addr): Likewise.
13342 (optimize_location_lists_1): Likewise.
13343 (index_location_lists): Likewise.
13344 (dwarf2out_finish): Likewise.
13346 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13348 * dwarf2cfi.c (dw_trace_info_ref): Remove typedef.
13350 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13352 * tree-vrp.c (struct assert_locus_d): Rename to assert_locus.
13353 (dump_asserts_for): Adjust.
13354 (register_new_assert_for): Likewise.
13355 (process_assert_insertions): Likewise.
13356 (insert_range_assertions): Likewise.
13358 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13360 * tree-ssa-ter.c (temp_expr_table_d): Rename to temp_expr_table
13361 and remove typedef.
13362 (new_temp_expr_table): Adjust.
13363 (free_temp_expr_table): Likewise.
13364 (version_to_be_replaced_p): Likewise.
13365 (make_dependent_on_partition): Likewise.
13366 (add_to_partition_kill_list): Likewise.
13367 (remove_from_partition_kill_list): Likewise.
13368 (add_dependence): Likewise.
13369 (finished_with_expr): Likewise.
13370 (process_replaceable): Likewise.
13371 (kill_expr): Likewise.
13372 (kill_virtual_exprs): Likewise.
13373 (mark_replaceable): Likewise.
13374 (find_replaceable_in_bb): Likewise.
13375 (find_replaceable_exprs): Likewise.
13376 (debug_ter): Likewise.
13378 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13380 * bt-load.c (struct btr_def_group): Rename from btr_def_group_s.
13381 (struct btr_user): Rename from btr_user_s.
13382 (struct btr_def): Rename from btr_def_s.
13383 (find_btr_def_group): Adjust.
13384 (add_btr_def): Likewise.
13385 (new_btr_user): Likewise.
13386 (note_other_use_this_block): Likewise.
13387 (compute_defs_uses_and_gen): Likewise.
13388 (link_btr_uses): Likewise.
13389 (build_btr_def_use_webs): Likewise.
13390 (block_at_edge_of_live_range_p): Likewise.
13391 (btr_def_live_range): Likewise.
13392 (combine_btr_defs): Likewise.
13393 (move_btr_def): Likewise.
13394 (migrate_btr_def): Likewise.
13395 (migrate_btr_defs): Likewise.
13397 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13399 * var-tracking.c (shared_hash_def): Rename to shared_hash.
13400 (shared_hash): Remove typedef.
13401 (struct dataflow_set): Adjust.
13402 (shared_hash_unshare): Likewise.
13403 (dataflow_set_merge): Likewise.
13404 (vt_initialize): Likewise.
13405 (vt_finalize): Likewise.
13407 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13409 * var-tracking.c (struct location_chain): Rename from
13410 location_chain_def.
13411 (struct variable_part): Adjust.
13412 (variable_htab_free): Likewise.
13413 (unshare_variable): Likewise.
13414 (get_init_value): Likewise.
13415 (get_addr_from_local_cache): Likewise.
13416 (drop_overlapping_mem_locs): Likewise.
13417 (val_reset): Likewise.
13418 (struct variable_union_info): Likewise.
13419 (variable_union): Likewise.
13420 (find_loc_in_1pdv): Likewise.
13421 (insert_into_intersection): Likewise.
13422 (intersect_loc_chains): Likewise.
13423 (canonicalize_loc_order_check): Likewise.
13424 (canonicalize_values_mark): Likewise.
13425 (canonicalize_values_star): Likewise.
13426 (canonicalize_vars_star): Likewise.
13427 (variable_merge_over_cur): Likewise.
13428 (remove_duplicate_values): Likewise.
13429 (variable_post_merge_new_vals): Likewise.
13430 (variable_post_merge_perm_vals): Likewise.
13431 (find_mem_expr_in_1pdv): Likewise.
13432 (dataflow_set_preserve_mem_locs): Likewise.
13433 (dataflow_set_remove_mem_locs): Likewise.
13434 (variable_part_different_p): Likewise.
13435 (onepart_variable_different_p): Likewise.
13436 (find_src_set_src): Likewise.
13437 (dump_var): Likewise.
13438 (set_slot_part): Likewise.
13439 (clobber_slot_part): Likewise.
13440 (delete_slot_part): Likewise.
13441 (vt_expand_var_loc_chain): Likewise.
13442 (emit_note_insn_var_location): Likewise.
13443 (vt_finalize): Likewise.
13445 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13447 * dse.c (store_info_t): Remove typedef.
13448 (group_info_t): Likewise.
13449 (const_group_info_t): Likewise.
13450 (deferred_change_t): Likewise.
13451 (get_group_info): Adjust.
13452 (free_store_info): Likewise.
13453 (canon_address): Likewise.
13454 (clear_rhs_from_active_local_stores): Likewise.
13455 (record_store): Likewise.
13456 (replace_read): Likewise.
13457 (check_mem_read_rtx): Likewise.
13458 (scan_insn): Likewise.
13459 (remove_useless_values): Likewise.
13460 (dse_step1): Likewise.
13461 (dse_step2_init): Likewise.
13462 (dse_step2_nospill): Likewise.
13463 (scan_stores_nospill): Likewise.
13464 (scan_reads_nospill): Likewise.
13465 (dse_step3_exit_block_scan): Likewise.
13466 (dse_step3): Likewise.
13467 (dse_step5_nospill): Likewise.
13468 (dse_step6): Likewise.
13470 2015-09-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13472 * alias.c (alias_set_entry_d): Rename to alias_set_entry.
13473 (alias_set_entry): Remove typedef.
13474 (alias_set_subset_of): Adjust.
13475 (alias_sets_conflict_p): Likewise.
13476 (init_alias_set_entry): Likewise.
13477 (get_alias_set): Likewise.
13478 (new_alias_set): Likewise.
13479 (record_alias_subset): Likewise.
13481 2015-09-13 Gerald Pfeifer <gerald@pfeifer.com>
13483 * doc/install.texi (Downloading the source): Mark up
13484 contrib/download_prerequisites properly and drop leading "./".
13486 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13488 * config/arc/arc.h: Remove define of STRUCT_VALUE.
13489 * config/lm32/lm32.h: Likewise.
13490 * config/mep/mep.h: Likewise.
13491 * config/visium/visium.h: Likewise.
13492 * system.h: Poison STRUCT_VALUE macro.
13494 2015-09-12 John David Anglin <danglin@gcc.gnu.org>
13496 * config/pa/pa.c (pa_output_move_double): Enhance to handle HIGH
13497 CONSTANT_P operands.
13499 2015-09-11 David S. Miller <davem@davemloft.net>
13501 * config/sparc/constraints.md: Make "U" constraint a real register
13503 * config/sparc/sparc.c (TARGET_LRA_P): Define.
13504 (D_MODES, DF_MODES): Add missing cast.
13505 (TF_MODES, TF_MODES_NO_S): Include T_MODE.
13506 (OF_MODES, OF_MODES_NO_S): Include O_MODE.
13507 (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
13509 * config/sparc/sparc.h (PROMOTE_MODE): Define.
13510 * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
13511 provide these insn when flag_pic.
13513 2015-09-11 Jeff Law <law@redhat.com>
13515 PR tree-optimization/47679
13516 * tree-ssa-dom.c (struct cond_equivalence): Update comment.
13517 * tree-ssa-scopedtables.h (class const_and_copies): Prefix data
13518 member with m_. Update inline member functions as necessary. Add
13520 * tree-ssa-scopedtables.c: Update const_and_copies's member
13521 functions to use m_ prefix to access the stack.
13523 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
13525 * graphite-optimize-isl.c (disable_tiling): Remove.
13526 (get_schedule_for_band): Do not use disable_tiling.
13527 (get_prevector_map): Delete function.
13528 (enable_polly_vector): Remove.
13529 (get_schedule_for_band_list): Remove dead code.
13531 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
13533 * graphite-optimize-isl.c (get_tile_map): Refactor.
13534 (get_schedule_for_band): Same.
13535 (getScheduleForBand): Same.
13536 (get_prevector_map): Same.
13537 (get_schedule_for_band_list): Same.
13538 (get_schedule_map): Same.
13539 (get_single_map): Same.
13540 (apply_schedule_map_to_scop): Same.
13541 (optimize_isl): Same.
13543 2015-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13546 * config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
13548 * config/aarch64/iterators.md (GPF_TF_F16): New.
13551 2015-09-10 Nathan Sidwell <nathan@acm.org>
13553 * config/nvptx/nvptx.c (nvptx_expand_call): Add spacing.
13554 (nvptx_reorg): Adjust comments.
13556 2015-09-15 John David Anglin <danglin@gcc.gnu.org>
13559 * configure.ac: Check if setenv and unsetenv are declared.
13560 * configure: Rebuild.
13561 * config.in: Rebuild.
13562 * system.h: Declare setenv and unsetenv if not declared.
13564 2015-09-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13566 * config/rs6000/rs6000.c (swap_web_entry): Update preceding
13567 commentary to simplify permute mask adjustment equation.
13568 (special_handling_values): Add SH_VPERM.
13569 (const_load_sequence_p): New function.
13570 (insn_is_swappable_p): Add logic to recognize an UNSPEC_VPERM with
13571 the mask loaded from the constant pool.
13572 (adjust_vperm): New function.
13573 (handle_special_swappables): Call adjust_vperm.
13574 (dump_swap_insn_table): Handle SH_VPERM.
13576 2015-09-10 H.J. Lu <hongjiu.lu@intel.com>
13578 * shrink-wrap.c (requires_stack_frame_p): Remove static.
13579 * shrink-wrap.h (requires_stack_frame_p): Put back.
13581 2015-09-10 Richard Sandiford <richard.sandiford@arm.com>
13583 * reload1.c (elimination_costs_in_insn): Locally turn
13584 -Wmaybe-uninitialized into a warning.
13586 2015-09-10 Segher Boessenkool <segher@kernel.crashing.org>
13588 * shrink-wrap.c (requires_stack_frame_p): Make static.
13589 (prepare_shrink_wrap): Likewise.
13590 (dup_block_and_redirect): Likewise.
13591 * shrink-wrap.h: Remove declarations of those functions.
13593 2015-09-10 Mark Wielaard <mjw@redhat.com>
13595 * doc/invoke.texi (Wnonnull): Also warns when comparing against NULL.
13597 2015-09-10 Oleg Endo <olegendo@gcc.gnu.org>
13600 * config/sh/sh.c (sh_extending_set_of_reg::use_as_extended_reg): Add
13601 missing simplify_gen_subreg.
13603 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13605 * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Reject if
13606 the vector element is bigger than 64 bit.
13608 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13610 * config/s390/vx-builtins.md ("vec_vmal<mode>", "vec_vmah<mode>")
13611 ("vec_vmalh<mode>"): Change mode iterator from VI_HW to VI_HW_QHS.
13613 2015-09-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13615 * config/s390/s390.c: Add V1TImode to constant pool modes.
13617 2015-09-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13620 * config/arm/arm.md (*arm32_movhf): Remove !arm_restrict_it from
13621 predicate. Set predicable_short_it attr to "no".
13623 2015-09-10 Jiong Wang <jiong.wang@arm.com>
13625 PR rtl-optimization/67421
13626 * expr.c (expand_expr_real_2): Cost instrcution sequences when doing
13627 left wide shift tranformation.
13629 2015-09-10 Claudiu Zissulescu <claziss@synopsys.com>
13631 * common/config/arc/arc-common.c: Remove references to A5.
13632 * config/arc/arc-opts.h: Likewise.
13633 * config/arc/arc.c, config/arc/arc.h, config/arc/arc.md: Likewise.
13634 * config/arc/arc.opt, config/arc/constraints.md: Likewise.
13635 * config/arc/t-arc-newlib: Likewise.
13637 2015-09-10 Claudiu Zissulescu <claziss@synopsys.com>
13639 * config/arc/arc.md (length): Fix attribute length for conditional
13640 executed instructions with long immediate.
13642 2015-09-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13644 * config/aarch64/aarch64.md (*and<mode>3nr_compare0): Use logics_imm
13645 type for second alternative.
13647 2015-09-10 Markus Trippelsdorf <markus@trippelsdorf.de>
13649 * doc/invoke.texi (Downloading GCC): Mention
13650 contrib/download_prerequisites script.
13652 2015-09-10 Jakub Jelinek <jakub@redhat.com>
13655 * gimplify.c (gimplify_omp_for): If inner stmt is not found
13656 for combined loop, assert seen_error () and return GS_ERROR.
13658 PR middle-end/67521
13659 * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
13660 if decl is already in outer->variables.
13662 PR middle-end/67517
13663 * gimplify.c (gimplify_scan_omp_clauses): Instead of
13664 asserting that decl is not specified in octx->variables,
13665 break out of the loop if it is.
13668 * gimplify.c (gimplify_omp_for): For loop SIMD construct, if
13669 iterator is not explicitly determined, but is defined inside
13670 of the combined workshare region, handle it like if it has
13671 DECL_EXPR in OMP_FOR_PRE_BODY.
13673 2015-09-09 Nathan Sidwell <nathan@acm.org>
13675 * config/nvptx/nvptx.md (call_operation): Move bound out of loop.
13676 (*cmp<mode>): Add assembler spacing.
13677 (setcc_int<mode>, set_cc_float<mode>): Likewise.
13678 * config/nvptx/nvptx.c (nvptx_option_override): Override debug
13680 (write_func_decl_from_insn): Refactor argument loops & comma emission.
13681 (nvptx_expand_call): Likewise.
13682 (nvptx_output_call_insn): Likewise.
13683 (nvptx_reorg_subreg): Add spacing.
13685 2015-09-09 Marek Polacek <polacek@redhat.com>
13687 PR middle-end/67512
13688 * tree-ssa-uninit.c (pred_equal_p): Only call invert_tree_comparison
13691 2015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
13694 * doc/invoke.texi ([Wsubobject-linkage]): Document.
13696 2015-09-09 Tom de Vries <tom@codesourcery.com>
13698 * params-list.h: Add missing copyright notice.
13700 2015-09-09 Nathan Sidwell <nathan@acm.org>
13702 * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use
13703 sel_truesi, not andsi.
13705 2015-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13707 * config/arm/arm.md (*subsi3_compare0): Rename to...
13708 (subsi3_compare0): ... This.
13709 (modsi3): New define_expand.
13710 * config/arm/arm.c (arm_new_rtx_costs, MOD case): Handle case
13711 when operand is power of 2.
13713 2015-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13715 * config/aarch64/aarch64.md (mod<mode>3): New define_expand.
13716 (*neg<mode>2_compare0): Rename to...
13717 (neg<mode>2_compare0): ... This.
13718 * config/aarch64/aarch64.c (aarch64_rtx_costs, MOD case):
13719 Move check for speed inside the if-then-elses. Reflect
13720 CSNEG sequence in MOD by power of 2 case.
13722 2015-09-09 Alan Modra <amodra@gmail.com>
13725 * config/rs6000/rs6000.c (rs6000_secondary_reload_gpr): Find
13726 reload replacement for PRE_MODIFY address reg.
13728 2015-09-09 Sebastian Pop <s.pop@samsung.com>
13730 PR tree-optimization/53852
13731 * config.in: Regenerate.
13732 * configure: Regenerate.
13733 * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect.
13734 * graphite-optimize-isl.c (optimize_isl): Stop computation when
13735 PARAM_MAX_ISL_OPERATIONS is reached.
13736 * params.def (PARAM_MAX_ISL_OPERATIONS): Add.
13737 * graphite-dependences.c (extend_schedule): Remove gcc_asserts on
13738 result equal to isl_stat_ok as the status now can be isl_error_quota.
13739 (subtract_commutative_associative_deps): Same.
13740 (compute_deps): Same.
13742 2015-09-08 Aditya Kumar <hiraditya@msn.com>
13743 Sebastian Pop <s.pop@samsung.com>
13745 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
13746 Return the parameter if it was saved in corresponding
13747 parameter_rename_map of the region.
13748 (copy_def): Copy def from sese region to the newly created region.
13749 (copy_internal_parameters): Copy all the internal parameters defined
13750 within a region to the newly created region.
13751 (graphite_regenerate_ast_isl): Copy parameters to the new region before
13752 translating isl to gimple.
13753 * graphite-scop-detection.c (graphite_can_represent_loop): Bail out if
13754 the loop-nest does not have any data-references.
13755 (build_graphite_scops): Create a scop only when there is at least one
13757 (contains_only_close_phi_nodes): Deleted.
13758 (print_graphite_scop_statistics): Deleted
13759 (print_graphite_statistics): Deleted
13760 (limit_scops): Deleted.
13761 (build_scops): Removed call to limit_scops.
13762 * sese.c (new_sese): Construct.
13763 (free_sese): Destruct.
13764 (sese_add_exit_phis_edge): update_stmt after exit phi edge has been
13766 (set_rename): Pass sese region so that parameters inside the region can
13767 be added to its parameter_rename_map.
13768 (rename_uses): Pass sese region.
13769 (graphite_copy_stmts_from_block): Do not copy parameters that have been
13770 generated in the header of the scop. For each SSA_NAME in the
13771 parameter_rename_map rename its usage.
13772 (invariant_in_sese_p_rec): Return false if tree t is defined outside
13774 (scalar_evolution_in_region): If the tree t is invariant just return t.
13775 * sese.h: Added a parameter renamne map (parameter_rename_map_t) to
13776 struct sese to keep track of all the parameters which need renaming.
13777 * tree-data-ref.c (loop_nest_has_data_refs): Check if a loop nest has
13779 * tree-data-ref.h: Declaration of loop_nest_has_data_refs.
13781 2015-09-08 Tom de Vries <tom@codesourcery.com>
13783 * Makefile.in (generated_files): Add params.list.
13784 (params.list, s-params.list): Add rule.
13785 * params.h (enum compiler_param): Include params-list.h. Move define
13786 DEFPARAM, include params.def and undef DEFPARAM ...
13787 * params-list.h: ... here. New file.
13789 2015-09-08 David Malcolm <dmalcolm@redhat.com>
13791 * pretty-print.h (printer_fn): Fix typo in comment.
13793 2015-09-07 Jeff Law <law@redhat.com>
13795 * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
13797 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13799 * doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
13800 (arm_neon_fp16_ok): Document adding of -mfp16-format=ieee flag.
13801 (arm_neon_fp16_hw): New.
13803 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13805 * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
13806 UNITS_PER_WORD >= 4.
13808 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13810 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_unpacks_lo_<mode>,
13811 aarch64_simd_vec_unpacks_hi_<mode>): New insn.
13812 (vec_unpacks_lo_v4sf, vec_unpacks_hi_v4sf): Delete insn.
13813 (vec_unpacks_lo_<mode>, vec_unpacks_hi_<mode>): New expand.
13814 (aarch64_float_extend_lo_v2df): Rename to...
13815 (aarch64_float_extend_lo_<Vwide>): this, using VDF and so adding V4SF.
13817 * config/aarch64/aarch64-simd-builtins.def (vec_unpacks_hi): Add v8hf.
13818 (float_extend_lo): Add v4sf.
13820 * config/aarch64/arm_neon.h (vcvt_f32_f16, vcvt_high_f32_f16): New.
13821 * config/aarch64/iterators.md (VQ_HSF): New iterator.
13822 (VWIDE, Vwtype, Vhalftype): Add V8HF, V4SF.
13823 (Vwide): New mode_attr.
13825 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13827 * config/aarch64/aarch64-simd.md (aarch64_simd_dup<mode>,
13828 aarch64_dup_lane<mode>, aarch64_dup_lane_<vswap_width_name><mode>,
13829 aarch64_simd_vec_set<mode>, vec_set<mode>, vec_perm_const<mode>,
13830 vec_init<mode>, *aarch64_simd_ld1r<mode>, vec_extract<mode>): Add
13831 V4HF and V8HF variants to iterator.
13833 * config/aarch64/aarch64.c (aarch64_evpc_dup): Add V4HF and V8HF cases.
13835 * config/aarch64/iterators.md (VDQF_F16): New.
13836 (VSWAP_WIDTH, vswap_width_name): Add V4HF and V8HF cases.
13838 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13840 * config/aarch64/arm_neon.h (vreinterpret_p8_f16, vreinterpret_p16_f16,
13841 vreinterpret_f16_f64, vreinterpret_f16_s8, vreinterpret_f16_s16,
13842 vreinterpret_f16_s32, vreinterpret_f16_s64, vreinterpret_f16_f32,
13843 vreinterpret_f16_u8, vreinterpret_f16_u16, vreinterpret_f16_u32,
13844 vreinterpret_f16_u64, vreinterpret_f16_p8, vreinterpret_f16_p16,
13845 vreinterpretq_f16_f64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
13846 vreinterpretq_f16_s32, vreinterpretq_f16_s64, vreinterpretq_f16_f32,
13847 vreinterpretq_f16_u8, vreinterpretq_f16_u16, vreinterpretq_f16_u32,
13848 vreinterpretq_f16_u64, vreinterpretq_f16_p8, vreinterpretq_f16_p16,
13849 vreinterpret_f32_f16, vreinterpret_f64_f16, vreinterpret_s64_f16,
13850 vreinterpret_u64_f16, vreinterpretq_u64_f16, vreinterpret_s8_f16,
13851 vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
13852 vreinterpret_u16_f16, vreinterpret_u32_f16, vreinterpretq_p8_f16,
13853 vreinterpretq_p16_f16, vreinterpretq_f32_f16, vreinterpretq_f64_f16,
13854 vreinterpretq_s64_f16, vreinterpretq_s8_f16, vreinterpretq_s16_f16,
13855 vreinterpretq_s32_f16, vreinterpretq_u8_f16, vreinterpretq_u16_f16,
13856 vreinterpretq_u32_f16, vget_low_f16, vget_high_f16, vld1_dup_f16,
13857 vld1q_dup_f16): New.
13859 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13861 * config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_v2sf):
13862 Reparameterize to...
13863 (aarch64_float_truncate_lo_<mode>): ...this, for both V2SF and V4HF.
13864 (aarch64_float_truncate_hi_v4sf): Reparameterize to...
13865 (aarch64_float_truncate_hi_<Vdbl>): ...this, for both V4SF and V8HF.
13867 * config/aarch64/aarch64-simd-builtins.def (float_truncate_hi_): Add
13869 (float_truncate_lo_): Use BUILTIN_VDF iterator.
13871 * config/aarch64/arm_neon.h (vcvt_f16_f32, vcvt_high_f16_f32): New.
13873 * config/aarch64/iterators.md (VDF, Vdtype): New.
13874 (VWIDE, Vmwtype): Add cases for V4HF and V2SF.
13876 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13878 * config/aarch64/aarch64.c (aarch64_split_simd_combine): Add V4HFmode.
13879 * config/aarch64/aarch64-builtins.c (VAR13, VAR14): New.
13880 (aarch64_scalar_builtin_types, aarch64_init_simd_builtin_scalar_types):
13881 Add __builtin_aarch64_simd_hf.
13882 * config/aarch64/arm_neon.h (float16x4x2_t, float16x8x2_t,
13883 float16x4x3_t, float16x8x3_t, float16x4x4_t, float16x8x4_t,
13884 vcombine_f16, vst2_lane_f16, vst2q_lane_f16, vst3_lane_f16,
13885 vst3q_lane_f16, vst4_lane_f16, vst4q_lane_f16, vld2_f16, vld2q_f16,
13886 vld3_f16, vld3q_f16, vld4_f16, vld4q_f16, vld2_dup_f16, vld2q_dup_f16,
13887 vld3_dup_f16, vld3q_dup_f16, vld4_dup_f16, vld4q_dup_f16,
13888 vld2_lane_f16, vld2q_lane_f16, vld3_lane_f16, vld3q_lane_f16,
13889 vld4_lane_f16, vld4q_lane_f16, vst2_f16, vst2q_f16, vst3_f16,
13890 vst3q_f16, vst4_f16, vst4q_f16, vcreate_f16): New.
13892 * config/aarch64/iterators.md (VALLDIF, Vtype, Vetype, Vbtype,
13893 V_cmp_result, v_cmp_result): Add cases for V4HF and V8HF.
13894 (VDC, Vdbl): Add V4HF.
13896 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13898 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p): Support
13899 V4HFmode and V8HFmode.
13900 (aarch64_split_simd_move): Add case for V8HFmode.
13901 * config/aarch64/aarch64-builtins.c (v4hf_UP, v8hf_UP): Define.
13902 (aarch64_simd_builtin_std_type): Handle HFmode.
13903 (aarch64_init_simd_builtin_types): Include Float16x4_t and Float16x8_t.
13905 * config/aarch64/aarch64-simd.md (mov<mode>, aarch64_get_lane<mode>,
13906 aarch64_ld1<VALL:mode>, aarch64_st1<VALL:mode): Use VALL_F16 iterator.
13907 (aarch64_be_ld1<mode>, aarch64_be_st1<mode>): Use VALLDI_F16 iterator.
13909 * config/aarch64/aarch64-simd-builtin-types.def: Add Float16x4_t,
13912 * config/aarch64/aarch64-simd-builtins.def (ld1, st1): Use VALL_F16.
13913 * config/aarch64/arm_neon.h (float16x4_t, float16x8_t, float16_t):
13915 (vget_lane_f16, vgetq_lane_f16, vset_lane_f16, vsetq_lane_f16,
13916 vld1_f16, vld1q_f16, vst1_f16, vst1q_f16, vst1_lane_f16,
13917 vst1q_lane_f16): New.
13918 * config/aarch64/iterators.md (VD, VQ, VQ_NO2E): Add vectors of HFmode.
13919 (VALLDI_F16, VALL_F16): New.
13920 (Vmtype, VEL, VCONQ, VHALF, V_TWO_ELEM, V_THREE_ELEM, V_FOUR_ELEM, q):
13921 Add cases for V4HF and V8HF.
13922 (VDBL, VRL2, VRL3, VRL4): Add V4HF case.
13924 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13926 * config/arm/arm-builtins.c (VAR11, VAR12): New.
13927 * config/arm/arm_neon_builtins.def (vcombine, vld2_dup, vld3_dup,
13928 vld4_dup): Add v4hf variant.
13929 (vget_high, vget_low): Add v8hf variant.
13930 (vld1, vst1, vst1_lane, vld2, vld2_lane, vst2, vst2_lane, vld3,
13931 vld3_lane, vst3, vst3_lane, vld4, vld4_lane, vst4, vst4_lane): Add
13932 v4hf and v8hf variants.
13934 * config/arm/iterators.md (VD_LANE, VD_RE, VQ2, VQ_HS): New.
13936 (V_DOUBLE): Add case for V4HF.
13938 (V_HALF): Add case for V8HF.
13939 (VDQX): Add V4HF, V8HF.
13940 (V_elem, V_two_elem, V_three_elem, V_four_elem, V_cmp_result,
13941 V_uf_sclr, V_sz_elem, V_mode_nunits, q): Add cases for V4HF & V8HF.
13943 * config/arm/neon.md (vec_set<mode>internal, vec_extract<mode>,
13944 neon_vget_lane<mode>_sext_internal, neon_vget_lane<mode>_zext_internal,
13945 vec_load_lanesoi<mode>, neon_vld2<mode>, vec_store_lanesoi<mode>,
13946 neon_vst2<mode>, vec_load_lanesci<mode>, neon_vld3<mode>,
13947 neon_vld3qa<mode>, neon_vld3qb<mode>, vec_store_lanesci<mode>,
13948 neon_vst3<mode>, neon_vst3qa<mode>, neon_vst3qb<mode>,
13949 vec_load_lanesxi<mode>, neon_vld4<mode>, neon_vld4qa<mode>,
13950 neon_vld4qb<mode>, vec_store_lanesxi<mode>, neon_vst4<mode>,
13951 neon_vst4qa<mode>, neon_vst4qb<mode>): Change VQ iterator to VQ2.
13953 (neon_vcreate, neon_vreinterpretv8qi<mode>,
13954 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
13955 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>):
13956 Change VDX to VD_RE.
13958 (neon_vld2_lane<mode>, neon_vst2_lane<mode>, neon_vld3_lane<mode>,
13959 neon_vst3_lane<mode>, neon_vld4_lane<mode>, neon_vst4_lane<mode>):
13960 Change VD iterator to VD_LANE, and VMQ iterator to VQ_HS.
13962 * config/arm/arm_neon.h (float16x4x2_t, float16x8x2_t, float16x4x3_t,
13963 float16x8x3_t, float16x4x4_t, float16x8x4_t, vcombine_f16,
13964 vget_high_f16, vget_low_f16, vld1_f16, vld1q_f16, vst1_f16, vst1q_f16,
13965 vst1_lane_f16, vst1q_lane_f16, vld2_f16, vld2q_f16, vld2_lane_f16,
13966 vld2q_lane_f16, vld2_dup_f16, vst2_f16, vst2q_f16, vst2_lane_f16,
13967 vst2q_lane_f16, vld3_f16, vld3q_f16, vld3_lane_f16, vld3q_lane_f16,
13968 vld3_dup_f16, vst3_f16, vst3q_f16, vst3_lane_f16, vst3q_lane_f16,
13969 vld4_f16, vld4q_f16, vld4_lane_f16, vld4q_lane_f16, vld4_dup_f16,
13970 vst4_f16, vst4q_f16, vst4_lane_f16, vst4q_lane_f16): New.
13972 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13974 * config/arm/arm_neon.h (vgetq_lane_f16, vsetq_lane_f16, vld1q_lane_f16,
13975 vld1q_dup_f16, vreinterpretq_p8_f16, vreinterpretq_p16_f16,
13976 vreinterpretq_f16_p8, vreinterpretq_f16_p16, vreinterpretq_f16_f32,
13977 vreinterpretq_f16_p64, vreinterpretq_f16_p128, vreinterpretq_f16_s64,
13978 vreinterpretq_f16_u64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
13979 vreinterpretq_f16_s32, vreinterpretq_f16_u8, vreinterpretq_f16_u16,
13980 vreinterpretq_f16_u32, vreinterpretq_f32_f16, vreinterpretq_p64_f16,
13981 vreinterpretq_p128_f16, vreinterpretq_s64_f16, vreinterpretq_u64_f16,
13982 vreinterpretq_s8_f16, vreinterpretq_s16_f16, vreinterpretq_s32_f16,
13983 vreinterpretq_u8_f16, vreinterpretq_u16_f16, vreinterpretq_u32_f16):
13986 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
13988 * config/arm/arm.h (VALID_NEON_QREG_MODE): Add V8HFmode.
13990 * config/arm/arm.c (arm_vector_mode_supported_p): Support V8HFmode.
13992 * config/arm/arm-builtins.c (v8hf_UP): New.
13993 (arm_init_simd_builtin_types): Initialise Float16x8_t.
13995 * config/arm/arm-simd-builtin-types.def (Float16x8_t): New.
13997 * config/arm/arm_neon.h (float16x8_t): New typedef.
13999 2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
14001 * config/arm/arm_neon.h (float16_t, vget_lane_f16, vset_lane_f16,
14002 vcreate_f16, vld1_lane_f16, vld1_dup_f16, vreinterpret_p8_f16,
14003 vreinterpret_p16_f16, vreinterpret_f16_p8, vreinterpret_f16_p16,
14004 vreinterpret_f16_f32, vreinterpret_f16_p64, vreinterpret_f16_s64,
14005 vreinterpret_f16_u64, vreinterpret_f16_s8, vreinterpret_f16_s16,
14006 vreinterpret_f16_s32, vreinterpret_f16_u8, vreinterpret_f16_u16,
14007 vreinterpret_f16_u32, vreinterpret_f32_f16, vreinterpret_p64_f16,
14008 vreinterpret_s64_f16, vreinterpret_u64_f16, vreinterpret_s8_f16,
14009 vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
14010 vreinterpret_u16_f16, vreinterpret_u32_f16): New.
14012 2015-09-07 Ilya Verbin <ilya.verbin@intel.com>
14014 * config/i386/intelmic-mkoffload.c (prepare_target_image): Handle all
14015 non-alphanumeric characters in the symbol name.
14017 2015-09-07 Marek Polacek <polacek@redhat.com>
14019 PR inline-asm/67448
14020 * gimplify.c (gimplify_asm_expr): Don't allow MODIFY_EXPR as
14023 2015-09-07 Marek Polacek <polacek@redhat.com>
14025 * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
14027 2015-09-04 Paolo Bonzini <bonzini@gnu.org>
14029 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do
14032 2015-09-04 Jakub Jelinek <jakub@redhat.com>
14034 PR middle-end/67452
14035 * tree-ssa-live.c: Include cfgloop.h.
14036 (remove_unused_locals): Clear loop->simduid if simduid is about
14037 to be removed from cfun->local_decls.
14039 2015-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
14042 * config/avr/avr.c (avr_eval_addr_attrib): Look for io_low
14045 2015-09-04 Tom de Vries <tom@codesourcery.com>
14047 * doc/invoke.texi (@item -ftrapv, @item -fwrapv): Document interaction.
14049 2015-09-04 Jeff Law <law@redhat.com>
14051 * tree-ssa-scopedtables.c (const_and_copies::const_and_copies): Remove
14052 unnecessary constructor. It's now trivial and implemented inside...
14053 * tree-ssa-scopedtables.h (const_and_copies): Implement trivial
14054 constructor. Add comments to various methods. Remove unused
14056 * tree-ssa-dom.c (pass_dominator::execute): Corresponding changes.
14057 * tree-vrp.c (identify_jump_threads): Likewise.
14058 * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor
14059 indentation issues.
14060 (thread_across_edge): Similarly.
14061 (record_temporary_equivalences_from_stmts_at_dest): Remove unused
14062 arguments in constructor call.
14064 2015-09-04 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
14066 * config/i386/intelmic-mkoffload.c (prepare_target_image): Fix if the
14067 temp path contains a '-'.
14069 2015-09-04 Andrey Turetskiy <andrey.turetskiy@intel.com>
14070 Petr Murzin <petr.murzin@intel.com>
14071 Kirill Yukhin <kirill.yukhin@intel.com>
14073 * config/i386/i386-builtin-types.def
14074 (VOID_PFLOAT_HI_V8DI_V16SF_INT): New.
14075 (VOID_PDOUBLE_QI_V16SI_V8DF_INT): Ditto.
14076 (VOID_PINT_HI_V8DI_V16SI_INT): Ditto.
14077 (VOID_PLONGLONG_QI_V16SI_V8DI_INT): Ditto.
14078 * config/i386/i386.c
14079 (ix86_builtins): Add IX86_BUILTIN_SCATTERALTSIV8DF,
14080 IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
14081 IX86_BUILTIN_SCATTERALTDIV16SI.
14082 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_scatteraltsiv8df,
14083 __builtin_ia32_scatteraltdiv8sf, __builtin_ia32_scatteraltsiv8di,
14084 __builtin_ia32_scatteraltdiv8si.
14085 (ix86_expand_builtin): Handle IX86_BUILTIN_SCATTERALTSIV8DF,
14086 IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
14087 IX86_BUILTIN_SCATTERALTDIV16SI.
14088 (ix86_vectorize_builtin_scatter): New.
14089 (TARGET_VECTORIZE_BUILTIN_SCATTER): Define as
14090 ix86_vectorize_builtin_scatter.
14092 2015-09-04 Andrey Turetskiy <andrey.turetskiy@intel.com>
14093 Petr Murzin <petr.murzin@intel.com>
14094 Kirill Yukhin <kirill.yukhin@intel.com>
14096 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.
14097 * doc/tm.texi: Regenerate.
14098 * target.def: Add scatter builtin.
14099 * tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it
14100 for loads/stores in case of gather/scatter accordingly.
14101 (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
14102 STMT_VINFO_GATHER_P(S).
14103 (vect_check_gather): Rename to ...
14104 (vect_check_gather_scatter): this.
14105 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use
14106 STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P.
14107 (vect_check_gather_scatter): Use it instead of vect_check_gather.
14108 (vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter
14109 variable and new checkings for it accordingly.
14110 * tree-vect-stmts.c
14111 (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
14112 STMT_VINFO_GATHER_P(S).
14113 (vect_check_gather_scatter): Use it instead of vect_check_gather.
14114 (vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P.
14116 2015-09-03 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
14118 * config/rs6000/altivec.md (altivec_vperm_v8hiv16qi): New
14120 (mulv16qi3): New define_expand.
14122 2015-09-03 Martin Sebor <msebor@redhat.com>
14125 * doc/extend.texi (Other Builtins): Document when the address
14126 of a built-in function can be taken.
14128 2015-09-03 Richard Biener <rguenther@suse.de>
14130 * dwarf2out.c (flush_limbo_die_list): Split out from ...
14131 (dwarf2out_early_finish): ... here.
14132 (dwarf2out_finish): Do not call dwarf2out_early_finish but
14133 flush_limbo_die_list. Assert we have no deferred asm names.
14135 2015-09-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14137 * optabs.c (expand_binop): Don't create a broadcast vector with a
14138 source element wider than the inner mode.
14140 2015-09-03 Richard Biener <rguenther@suse.de>
14142 * varasm.c (output_constant): Use fold_convert instead of
14145 2015-09-03 Tom de Vries <tom@codesourcery.com>
14147 PR tree-optimization/65637
14148 * omp-low.c (expand_omp_for_static_chunk): Handle case that
14149 fin_bb has 2 predecessors.
14151 2015-09-03 Tom de Vries <tom@codesourcery.com>
14153 PR tree-optimization/65637
14154 * omp-low.c (find_phi_with_arg_on_edge): New function.
14155 (expand_omp_for_static_chunk): Fix inner loop phi.
14157 2015-09-03 Tom de Vries <tom@codesourcery.com>
14159 PR tree-optimization/65637
14160 * omp-low.c (expand_omp_for_static_chunk): Fix gcc_assert for the case
14163 2015-09-03 Tom de Vries <tom@codesourcery.com>
14165 * omp-low.c (expand_omp_for_static_chunk): Handle simple latch bb.
14167 2015-09-03 Tom de Vries <tom@codesourcery.com>
14169 * doc/invoke.texi (parloops-chunk-size): Add item.
14170 * params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
14171 * tree-parloops.c: Include params.h.
14172 (create_parallel_loop): Set chunk-size of schedule of omp-for loop, if
14173 param parloops-chunk-size is used.
14175 2015-09-03 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
14177 PR middle-end/67351
14178 * fold-const.c (fold_binary_loc) : Move
14179 Transform (x >> c) << c into x & (-1<<c) or
14180 transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned
14181 types using simplify and match.
14182 * match.pd (lshift (rshift @0 INTEGER_CST@1) @1) : New simplifier.
14183 (rshift (lshift @0 INTEGER_CST@1) @1) : New Simplifier
14185 2015-09-03 Richard Biener <rguenther@suse.de>
14188 * tree-ssa-structalias.c (ctor_for_analysis): New function.
14189 (create_variable_info_for_1): Use ctor_for_analysis instead
14190 of get_constructor.
14191 (create_variable_info_for): Likewise.
14193 2015-09-02 Charles Baylis <charles.baylis@linaro.org>
14196 * cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external
14197 in new callgraph edge.
14199 2015-09-02 Christophe Lyon <christophe.lyon@linaro.org>
14204 * config/aarch64/aarch64-simd.md
14205 (aarch64_ld<VSTRUCT:nregs><VQ:mode>): Call
14206 gen_aarch64_simd_ld<VSTRUCT:nregs><VQ:mode>.
14207 (aarch64_st<VSTRUCT:nregs><VQ:mode>): Call
14208 gen_aarch64_simd_st<VSTRUCT:nregs><VQ:mode>.
14210 2015-09-02 Alan Modra <amodra@gmail.com>
14212 * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Don't define.
14213 * config/rs6000/sysv4.h (LINK_TARGET_SPEC): Likewise.
14214 (LINK_SPEC, SUBTARGET_EXTRA_SPECS): Delete link_target.
14216 2015-09-02 Alan Modra <amodra@gmail.com>
14219 * config/rs6000/predicates.md (current_file_function_operand): Don't
14220 return true for weak symbols.
14221 * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Likewise.
14223 2015-09-01 Matthew Fortune <matthew.fortune@imgtec.com>
14224 Andrew Bennett <andrew.bennett@imgtec.com>
14226 * config/mips/mips-opts.h (mips_cb_setting): New enum.
14227 * config/mips/mips-protos.h: Add definitions for
14228 mips_output_jump and mips_output_equal_conditional_branch
14229 * config/mips/mips.c (MIPS_JR): Change to support the
14231 (mips_emit_compare): Add support for the MIPS R6 conditional
14233 (mips_process_sync_loop): Likewise.
14234 (mips_output_order_conditional_branch): Likewise.
14235 (mips16_build_call_stub): Change MIPS_CALL to
14237 (mips_print_operand_punctuation): Update 's' case to only
14238 apply to micromips r2.
14239 (mips_adjust_insn_length): Add support for forbidden slot
14241 (mips_avoid_hazard): Likewise.
14242 (mips_reorg_process_insns): Likewise.
14243 (mips_output_jump): New function.
14244 (mips_output_equal_conditional_branch): Likewise.
14245 (mips_output_conditional_branch): Use jrc/bc if compact
14246 branch support is enabled. Ensure the forbidden slots
14247 between the two branch instructions is filled with a nop.
14248 (mips_option_override): Add support to process the compact
14249 branch option and set the correct defaults. Prevent
14250 non-explict relocs being using for MIPS R6.
14251 (mips_trampoline_init): Add compact branch support.
14252 (mips_mult_zero_zero_cost): Allow zero initialisation of
14253 accumulators with TARGET_DSP.
14254 * config/mips/mips.h (TARGET_CB_NEVER): New define.
14255 (TARGET_CB_MAYBE): New define.
14256 (TARGET_CB_ALWAYS): New define.
14257 (ISA_HAS_DELAY_SLOTS): New define.
14258 (ISA_HAS_COMPACT_BRANCHES): New define.
14259 (ISA_HAS_JRC): New define.
14260 (MIPS_BRANCH_C): New define.
14261 (MIPS_CALL): Removed.
14262 (MICROMIPS_J): Removed.
14263 * config/mips/mips.md (compact_form): New attr.
14264 (hazard): Add support for forbidden slots.
14265 (define_delay): Add support for compact branches.
14266 (*branch_order<mode>): Likewise.
14267 (*branch_order<mode>_inverted): Likewise.
14268 (*branch_equality<mode>): Likewise.
14269 (*branch_equality<mode>_inverted): Likewise.
14270 (*jump_absolute): Likewise.
14271 (*jump_pic): Likewise.
14272 (indirect_jump): Use mips_output_jump to produce assembly output.
14273 (tablejump_<mode>"): Likewise.
14274 (*<optab>"): Likewise.
14275 (<optab>_internal): Likewise.
14276 (sibcall_internal): Likewise.
14277 (sibcall_value_internal): Likewise.
14278 (sibcall_value_multiple_internal): Likewise.
14279 (call_internal): Likewise.
14280 (call_split): Likewise.
14281 (call_internal_direct): Likewise.
14282 (call_direct_split): Likewise.
14283 (call_value_internal): Likewise.
14284 (call_value_split): Likewise.
14285 (call_value_internal_direct): Likewise.
14286 (call_value_direct_split): Likewise.
14287 (call_value_multiple_internal): Likewise.
14288 (call_value_multiple_split): Likewise.
14289 (mips_get_fcsr_mips16_<mode>): Likewise.
14290 (mips_set_fcsr_mips16_<mode>): Likewise.
14291 (tls_get_tp_mips16_<mode>): Likewise.
14292 * config/mips/mips.opt: Add -mcompact-branches option.
14293 * config/mips/predicates.md (order_operator): Ensure the
14294 conditional compact branches are only used if the ISA them.
14295 * doc/invoke.texi: Document -mcompact-branches option.
14297 2015-09-01 Vladimir Makarov <vmakarov@redhat.com>
14300 * lra-lives.c (process_bb_lives): Process move pseudos with the
14301 same value for copies and preferences
14302 * lra-constraints.c (match_reload): Create match reload pseudo
14303 with the same value from single dying input pseudo.
14305 2015-09-01 Ilya Enkovich <enkovich.gnu@gmail.com>
14308 * tree-chkp.c (chkp_find_bound_slots_1): Add NULL check.
14310 2015-09-01 Aldy Hernandez <aldyh@redhat.com>
14312 * trans-mem.c: Add contributed-by.
14313 * trans-mem.h: Same.
14315 2015-09-01 Richard Biener <rguenther@suse.de>
14317 * expr.c (expand_expr_real_1): For expanding TERed defs
14318 set the current location to that of the def if not UNKNOWN.
14320 2015-09-01 David Sherwood <david.sherwood@arm.com>
14322 * genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.
14324 2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14326 * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,
14327 then_cost, else_cost fields. Change branch_cost field to unsigned int.
14328 (end_ifcvt_sequence): Call set_used_flags on each insn in the sequence.
14329 Include rtl-iter.h.
14330 (noce_simple_bbs): New function.
14331 (noce_try_move): Bail if basic blocks are not simple.
14332 (noce_try_store_flag): Likewise.
14333 (noce_try_store_flag_constants): Likewise.
14334 (noce_try_addcc): Likewise.
14335 (noce_try_store_flag_mask): Likewise.
14336 (noce_try_cmove): Likewise.
14337 (noce_try_minmax): Likewise.
14338 (noce_try_abs): Likewise.
14339 (noce_try_sign_mask): Likewise.
14340 (noce_try_bitop): Likewise.
14341 (bbs_ok_for_cmove_arith): New function.
14342 (noce_emit_all_but_last): Likewise.
14343 (noce_emit_insn): Likewise.
14344 (noce_emit_bb): Likewise.
14345 (noce_try_cmove_arith): Handle non-simple basic blocks.
14346 (insn_valid_noce_process_p): New function.
14347 (contains_mem_rtx_p): Likewise.
14348 (bb_valid_for_noce_process_p): Likewise.
14349 (noce_process_if_block): Allow non-simple basic blocks
14352 2015-08-31 Alan Lawrence <alan.lawrence@arm.com>
14354 * tree-ssa-dom.c (record_equivalences_from_phis,
14355 record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.
14356 (lookup_avail_expr): Likewise, and remove comment and unused temp.
14358 2015-09-01 Nick Clifton <nickc@redhat.com>
14360 * config/msp430/msp430.opt (mcpu): Fix typo.
14362 2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14364 * config/aarch64/aarch64.c (aarch64_set_current_function):
14365 Re-layout any vector parameters have non-simd layout.
14366 * config/aarch64/aarch64-builtins.c (aarch64_relayout_simd_param):
14368 (aarch64_simd_expand_args): Delete call to the above.
14370 2015-08-31 Mike Frysinger <vapier@gentoo.org>
14372 * doc/invoke.texi (asan-stack): Add space before option.
14374 2015-08-31 Marc Glisse <marc.glisse@inria.fr>
14376 * tree.h (zerop): New function.
14377 * tree.c (zerop): Likewise.
14378 (element_precision): Handle expressions.
14379 * match.pd (define_predicates): Add zerop.
14380 (x <= +Inf): Fix comment.
14381 (abs (x) == 0, A & C == C, A & C != 0): Converted from ...
14382 * fold-const.c (fold_binary_loc): ... here. Remove.
14384 2015-08-31 Richard Biener <rguenther@suse.de>
14386 PR middle-end/67381
14387 * genmatch.c (dt_node::gen_kids): Also treat matches as barrier.
14389 2015-08-31 Marc Glisse <marc.glisse@inria.fr>
14391 * match.pd (SIN, COS, TAN, COSH): Reorder for consistency.
14392 (CEXPI): New operator list.
14393 (real (conj (x)), imag (conj (x)), real (x +- y), real (cexpi (x)),
14394 imag (cexpi (x)), conj (conj (x)), conj (complex (x, y))):
14396 * fold-const.c (fold_unary_loc, fold_binary_loc): ... here. Remove.
14398 2015-08-31 Tom de Vries <tom@codesourcery.com>
14400 * tree-ssa-loop-manip.c (find_uses_to_rename_stmt)
14401 (find_uses_to_rename_bb, find_uses_to_rename): Add and handle use_flags
14403 (find_uses_to_rename_def, find_uses_to_rename_in_loop): New function.
14404 (rewrite_into_loop_closed_ssa_1): New function, factored out of ...
14405 (rewrite_into_loop_closed_ssa): ... here.
14406 (replace_uses_in_dominated_bbs): Remove function.
14407 (rewrite_virtuals_into_loop_closed_ssa): Reimplement using
14408 rewrite_into_loop_closed_ssa_1.
14410 2015-08-31 Michael Matz <matz@suse.de>
14412 * cfganal.c (pre_and_rev_post_order_compute_fn): Correctly
14413 enter entry and exit blocks for reverse post order.
14415 2015-08-31 Richard Biener <rguenther@suse.de>
14417 * lto-streamer.h (lto_location_cache::cached_location::sysp): Add.
14418 (lto_location_cache::current_sysp): Likewise.
14419 (output_block::current_sysp): Likewise.
14420 * lto-streamer-in.c (lto_location_cache::cmp_loc): Compare sysp.
14421 (lto_location_cache::apply_location_cache): Properly record
14422 system header locations.
14423 (lto_location_cache::input_location): Input whether a file
14424 is a system header.
14425 * lto-streamer-out.c (lto_output_location): Stream whether a file
14426 is a system header.
14428 2015-08-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14431 * gcc.c (env_manager::xput): Replace strndup by xstrndup.
14433 2015-08-31 Tom de Vries <tom@codesourcery.com>
14435 * tree-ssa-loop-manip.c (find_uses_to_rename_use)
14436 (find_uses_to_rename_stmt, find_uses_to_rename_bb, find_uses_to_rename):
14437 Improve function header comments.
14439 2015-08-30 Michael Collison <michael.collison@linaro.org>
14442 * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
14445 2015-08-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14447 * config/rs6000/rs6000.c (swap_web_entry): Enlarge
14448 special_handling bitfield.
14449 (special_handling_values): Add SH_XXPERMDI and SH_CONCAT.
14450 (rtx_is_swappable_p): Add handling for vec_select/vec_concat form
14451 that represents a general xxpermdi.
14452 (insn_is_swappable_p): Add handling for vec_concat of two
14453 doublewords, which maps to a specific xxpermdi.
14454 (adjust_xxpermdi): New function.
14455 (adjust_concat): Likewise.
14456 (handle_special_swappables): Call adjust_xxpermdi and
14458 (dump_swap_insn_table): Handle SH_XXPERMDI and SH_CONCAT.
14460 2015-08-30 Rich Felker <dalias@libc.org>
14462 * config.gcc (supported_defaults): Handle sh[123456ble]*-*-*
14463 case instead of sh[123456ble]-*-*.
14465 2015-08-29 Anatoly Sokolov <aesok@post.ru>
14467 * ira.c (print_unform_and_important_classes,
14468 print_translated_classes): Remove reg_class_names static array.
14469 (print_unform_and_important_classes): Rename to ...
14470 (print_uniform_and_important_classes): ... this.
14471 (ira_debug_allocno_classes): Update accordingly.
14473 2015-08-29 Tom de Vries <tom@codesourcery.com>
14475 PR tree-optimization/46193
14476 * omp-low.c (omp_reduction_init): Handle pointer type for min or max
14479 2015-08-28 Jeff Law <law@redhat.com>
14482 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
14483 unable to find X NE 0 in the tables, return X as the simplified
14485 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
14486 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
14488 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
14489 after removing the control flow statement and unnecessary edges.
14491 2015-08-28 Alan Lawrence <alan.lawrence@arm.com>
14494 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
14496 PR tree-optimization/67283
14497 * tree-sra.c (type_consists_of_records_p): Rename to...
14498 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
14500 (completely_scalarize_record): Rename to...
14501 (completely_scalarize): ...this, add ARRAY_TYPE case, move some
14503 (scalarize_elem): New.
14505 2015-08-28 Jiong Wang <jiong.wang@arm.com>
14507 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Rename
14508 SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIE.
14509 (aarch64_symbol_type): Likewise.
14510 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
14512 (aarch64_expand_mov_immediate): Likewise.
14513 (aarch64_print_operand): Likewise.
14514 (aarch64_classify_tls_symbol): Likewise.
14516 2015-08-28 Richard Biener <rguenther@suse.de>
14518 * cgraphunit.c (symbol_table::compile): Move early debug generation
14520 (symbol_table::finalize_compilation_unit): ... back here and
14521 add a !seen_error () guard.
14523 2015-08-27 Sebastian Pop <s.pop@samsung.com>
14525 * toplev.c (process_options): Do not use flag_loop_block,
14526 flag_loop_interchange, and flag_loop_strip_mine. Add check for
14527 flag_loop_optimize_isl.
14529 2015-08-27 Sebastian Pop <s.pop@samsung.com>
14531 * Makefile.in (OBJS): Remove graphite-blocking.o and
14532 graphite-interchange.o.
14533 * common.opt (floop-strip-mine, floop-interchange, floop-block):
14534 Alias of floop-nest-optimize.
14535 * doc/invoke.texi (floop-strip-mine, floop-interchange, floop-block):
14536 Document as alias of -floop-nest-optimize.
14537 * graphite-blocking.c: Remove.
14538 * graphite-interchange.c: Remove.
14539 * graphite-optimize-isl.c: Include dumpfile.h.
14540 (getScheduleForBand): Add dump for tiled loops. Use
14541 PARAM_LOOP_BLOCK_TILE_SIZE instead of hard coded constant.
14542 * graphite-poly.c (scop_max_loop_depth): Remove.
14543 (print_scattering_function_1): Remove.
14544 (print_scattering_function): Remove.
14545 (print_scattering_functions): Remove.
14546 (debug_scattering_function): Remove.
14547 (debug_scattering_functions): Remove.
14548 (apply_poly_transforms): Remove use of flag_loop_block,
14549 flag_loop_strip_mine, and flag_loop_interchange.
14550 (new_poly_bb): Remove use of PBB_TRANSFORMED, PBB_SAVED, and
14552 (print_pdr_access_layout): Remove.
14553 (print_pdr): Print ISL representation.
14554 (new_scop): Remove use of SCOP_ORIGINAL_SCHEDULE,
14555 SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
14557 (openscop_print_pbb_domain): Remove.
14558 (print_pbb): Remove call to print_scattering_function.
14559 (openscop_print_scop_context): Remove.
14560 (print_scop_context): Do not print matrices anymore.
14561 (print_scop): Do not print SCOP_ORIGINAL_SCHEDULE and
14562 SCOP_TRANSFORMED_SCHEDULE.
14563 (print_isl_set): Add printing of a new line.
14564 (print_isl_map): Same.
14565 (print_isl_aff): Same.
14566 (print_isl_constraint): Same.
14567 (loop_to_lst): Remove.
14568 (scop_to_lst): Remove.
14569 (lst_indent_to): Remove.
14570 (print_lst): Remove.
14571 (debug_lst): Remove.
14572 (dot_lst_1): Remove.
14574 (reverse_loop_at_level): Remove.
14575 (reverse_loop_for_pbbs): Remove.
14576 * graphite-poly.h (pdr_dim_iter_domain): Remove.
14577 (pdr_nb_params): Remove.
14578 (pdr_alias_set_dim): Remove.
14579 (pdr_subscript_dim): Remove.
14580 (pdr_iterator_dim): Remove.
14581 (pdr_parameter_dim): Remove.
14582 (same_pdr_p): Remove.
14583 (struct poly_scattering): Remove.
14584 (struct poly_bb): Remove _original, _transformed, _saved.
14585 (PBB_DOMAIN, PBB_ORIGINAL, PBB_ORIGINAL_SCATTERING): Remove.
14586 (PBB_TRANSFORMED, PBB_TRANSFORMED_SCATTERING, PBB_SAVED): Remove.
14587 (PBB_NB_LOCAL_VARIABLES): Remove.
14588 (PBB_NB_SCATTERING_TRANSFORM): Remove.
14589 (schedule_to_scattering): Remove.
14590 (number_of_write_pdrs): Remove.
14591 (pbb_dim_iter_domain): Remove.
14592 (pbb_nb_params): Remove.
14593 (pbb_nb_scattering_orig): Remove.
14594 (pbb_nb_scattering_transform): Remove.
14595 (pbb_nb_dynamic_scattering_transform): Remove.
14596 (pbb_nb_local_vars): Remove.
14597 (pbb_iterator_dim): Remove.
14598 (pbb_parameter_dim): Remove.
14599 (psco_scattering_dim): Remove.
14600 (psct_scattering_dim): Remove.
14601 (psct_local_var_dim): Remove.
14602 (psco_iterator_dim): Remove.
14603 (psct_iterator_dim): Remove.
14604 (psco_parameter_dim): Remove.
14605 (psct_parameter_dim): Remove.
14606 (psct_dynamic_dim): Remove.
14607 (psct_static_dim): Remove.
14608 (psct_add_local_variable): Remove.
14609 (new_lst_loop): Remove.
14610 (new_lst_stmt): Remove.
14611 (free_lst): Remove.
14612 (copy_lst): Remove.
14613 (lst_add_loop_under_loop): Remove.
14614 (lst_depth): Remove.
14615 (lst_dewey_number): Remove.
14616 (lst_dewey_number_at_depth): Remove.
14617 (lst_pred): Remove.
14618 (lst_succ): Remove.
14619 (lst_find_pbb): Remove.
14620 (find_lst_loop): Remove.
14621 (lst_find_first_pbb): Remove.
14622 (lst_empty_p): Remove.
14623 (lst_find_last_pbb): Remove.
14624 (lst_contains_p): Remove.
14625 (lst_contains_pbb): Remove.
14626 (lst_create_nest): Remove.
14627 (lst_remove_from_sequence): Remove.
14628 (lst_remove_loop_and_inline_stmts_in_loop_father): Remove.
14629 (lst_niter_for_loop): Remove.
14630 (pbb_update_scattering): Remove.
14631 (lst_update_scattering_under): Remove.
14632 (lst_update_scattering): Remove.
14633 (lst_insert_in_sequence): Remove.
14634 (lst_replace): Remove.
14635 (lst_substitute_3): Remove.
14636 (lst_distribute_lst): Remove.
14637 (lst_remove_all_before_including_pbb): Remove.
14638 (lst_remove_all_before_excluding_pbb): Remove.
14639 (struct scop): Remove original_schedule, transformed_schedule, and
14641 (SCOP_ORIGINAL_SCHEDULE, SCOP_TRANSFORMED_SCHEDULE): Remove.
14642 (SCOP_SAVED_SCHEDULE): Remove.
14643 (poly_scattering_new): Remove.
14644 (poly_scattering_free): Remove.
14645 (poly_scattering_copy): Remove.
14646 (store_scattering_pbb): Remove.
14647 (store_lst_schedule): Remove.
14648 (restore_lst_schedule): Remove.
14649 (store_scattering): Remove.
14650 (restore_scattering_pbb): Remove.
14651 (restore_scattering): Remove.
14652 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
14653 Remove scattering_dimensions. Do not use pbb_dim_iter_domain:
14654 compute the scattering polyhedron dimension from the dimension of
14656 (build_scop_scattering): Update call to
14657 build_pbb_scattering_polyhedrons.
14658 (build_poly_scop): Remove call to scop_to_lst.
14659 * graphite.c (graphite_transform_loops): Add call to print_scop.
14660 (gate_graphite_transforms): Remove use of flag_loop_block,
14661 flag_loop_interchange, and flag_loop_strip_mine.
14663 2015-08-27 Sebastian Pop <s.pop@samsung.com>
14665 * common.opt (floop-unroll-and-jam): Make alias of floop-nest-optimize.
14666 * doc/invoke.texi (-floop-unroll-and-jam): Document as alias of
14667 -floop-nest-optimize.
14668 * graphite-isl-ast-to-gimple.c (generate_luj_sepclass_opt): Remove.
14669 (generate_luj_sepclass): Remove.
14670 (generate_luj_options): Remove.
14671 (set_options): Remove opt_luj.
14672 (scop_to_isl_ast): Remove opt_luj.
14673 * graphite-optimize-isl.c (getScheduleForBand): Remove check for
14674 flag_loop_unroll_jam.
14675 (getPrevectorMap_full): Remove.
14676 (getScheduleForBandList): Remove map_sepcl.
14677 (getScheduleMap): Same.
14678 (apply_schedule_map_to_scop): Remove sepcl.
14679 (optimize_isl): Same.
14680 * graphite-poly.c (apply_poly_transforms): Remove check for
14681 flag_loop_unroll_jam.
14682 (new_poly_bb): Remove map_sepclass.
14683 * graphite-poly.h (struct poly_bb): Same.
14684 * graphite.c (gate_graphite_transforms): Remove flag_loop_unroll_jam.
14685 * params.def (PARAM_LOOP_UNROLL_JAM_SIZE)
14686 (PARAM_LOOP_UNROLL_JAM_DEPTH): Remove.
14687 * toplev.c (process_options): Remove flag_loop_unroll_jam.
14689 2015-08-27 Uros Bizjak <ubizjak@gmail.com>
14692 * config/i386/i386.md (*add<mode>3_cc): Remove insn pattern.
14693 (addqi3_cc): Ditto.
14694 (UNSPEC_ADD_CARRY): Remove.
14695 (addqi3_cconly_overflow): New expander.
14696 (*add<dwi>3_doubleword): Split to add<mode>3_cconly_overflow.
14697 Adjust for changed add<mode>3_carry.
14698 (*neg<dwi>2_doubleword): Adjust for changed add<mode>3_carry.
14699 (*sub<dwi>3_doubleword): Adjust for changed sub<mode>3_carry.
14700 (<plusminus_insn><mode>3_carry): Remove expander.
14701 (*<plusminus_insn><mode>3_carry): Split insn pattern to
14702 add<mode>3_carry and sub<mode>3_carry.
14703 (plusminus_carry_mnemonic): Remove code attribute.
14704 (add<mode>3_carry): Canonicalize insn pattern.
14705 (*addsi3_carry_zext): Ditto.
14706 (sub<mode>3_carry): Ditto.
14707 (*subsi3_carry_zext): Ditto.
14708 (adcx<mode>3): Remove insn pattern.
14709 (addcarry<mode>): New insn pattern.
14710 (subborrow<mode>): Ditto.
14711 * config/i386/i386.c (ix86_expand_strlensi_unroll_1): Use
14712 gen_addqi3_cconly_overflow instead of gen_addqi3_cc.
14713 (ix86_expand_builtin) <case IX86_BUILTIN_SBB32,
14714 case IX86_BUILTIN_SBB64, case IX86_BUILTIN_ADDCARRY32,
14715 case IX86_BUILTIN_ADDCARRY64>: Use CODE_FOR_subborrowsi,
14716 CODE_FOR_subborrowdi, CODE_FOR_addcarrysi and CODE_FOR_addcarrydi.
14717 Rewrite expander to not clobber carry flag chains.
14719 2015-08-27 Pat Haugen <pthaugen@us.ibm.com>
14721 * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shift
14722 instead of a rotate.
14724 2015-08-27 Marek Polacek <polacek@redhat.com>
14726 PR middle-end/67005
14727 * tree-ssa-dce.c (remove_dead_stmt): Also schedule fixup if removing
14728 an entry into an irreducible region.
14730 2015-08-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
14732 * configure: Regenerate.
14734 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
14736 PR tree-optimization/67283
14737 * tree-sra.c (type_consists_of_records_p): Rename to...
14738 (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
14740 (completely_scalarize_record): Rename to...
14741 (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
14742 (scalarize_elem): New.
14744 2015-08-27 Alan Lawrence <alan.lawrence@arm.com>
14746 * tree-sra.c (completely_scalarize_var): Rename to...
14747 (create_total_scalarization_access): ... Here. Drop call to
14748 completely_scalarize_record.
14750 (analyze_all_variable_accesses): Replace completely_scalarize_var
14751 with create_total_scalarization_access and completely_scalarize_record.
14753 2015-08-27 Alan Modra <amodra@gmail.com>
14756 * config/rs6000/rs6000.md (ior<mode>_mask): Use constraint "0"
14759 2015-08-27 Richard Biener <rguenther@suse.de>
14761 * passes.c (rest_of_decl_compilation): Guard early_global_decl
14762 call with !seen_error ().
14763 * cgraphunit.c (symbol_table::finalize_compilation_unit): Move
14764 early debug generation and finish...
14765 (symbol_table::compile): ... here to put it after a !seen_error ()
14768 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14770 * config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit on
14773 2015-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14774 Andre Vieira <andre.simoesdiasvieira@arm.com>
14776 * config/aarch64/aarch64.md (*condjump): Handle functions > 1 MiB.
14777 (*cb<optab><mode>1): Likewise.
14778 (*tb<optab><mode>1): Likewise.
14779 (*cb<optab><mode>1): Likewise.
14780 * config/aarch64/iterators.md (inv_cb): New code attribute.
14781 (inv_tb): Likewise.
14782 * config/aarch64/aarch64.c (aarch64_gen_far_branch): New.
14783 * config/aarch64/aarch64-protos.h (aarch64_gen_far_branch): New.
14785 2015-08-27 Richard Biener <rguenther@suse.de>
14787 * ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
14789 2015-08-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
14791 * config/s390/s390.c (s390_emit_prologue): Add emit_barrier() after
14794 2015-08-26 Michael Meissner <meissner@linux.vnet.ibm.com>
14796 * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert):
14799 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a
14801 (rs6000_cannot_change_mode_class): Add support for IEEE 128-bit
14802 floating point in VSX registers.
14803 (rs6000_output_move_128bit): Always print out the set insn if we
14804 can't generate an appropriate 128-bit move.
14805 (rs6000_generate_compare): Add support for IEEE 128-bit floating
14806 point in VSX registers comparisons.
14807 (rs6000_expand_float128_convert): Likewise.
14809 * config/rs6000/predicates.md (int_reg_operand_not_pseudo): New
14810 predicate for only GPR hard registers.
14812 * config/rs6000/rs6000.md (FP): Add IEEE 128-bit floating point
14813 modes to iterators. Add new iterators for moving 128-bit values in
14814 scalar FPR registers and VSX registers.
14815 (FMOVE128): Likewise.
14816 (FMOVE128_FPR): Likewise.
14817 (FMOVE128_GPR): Likewise.
14818 (FMOVE128_VSX): Likewise.
14819 (FLOAT128_SFDFTF): New iterators for IEEE 128-bit floating point
14822 (IBM128): Likewise.
14823 (TFIFKF): Likewise.
14824 (RELOAD): Add IEEE 128-bit floating point modes.
14825 (signbittf2): Convert TF insns to add support for new IEEE 128-bit
14826 floating point in VSX registers modes.
14827 (signbit<mode>2, IBM128 iterator): Likewise.
14828 (mov<mode>_64bit_dm, FMOVE128_FPR iterator): Likewise.
14829 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
14830 (negtf2): Likewise.
14831 (neg<mode>2, TFIFKF iterator): Likewise.
14832 (negtf2_internal): Likewise.
14833 (abstf2): Likewise.
14834 (abs<mode>2, TFIFKF iterator): Likewise.
14835 (ieee_128bit_negative_zero): New IEEE 128-bit floating point in
14836 VSX insn support for negate, absolute value, and negative absolute
14838 (ieee_128bit_vsx_neg<mode>2): Likewise.
14839 (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
14840 (ieee_128bit_vsx_abs<mode>2): Likewise.
14841 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
14842 (ieee_128bit_vsx_nabs<mode>2): Likewise.
14843 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
14844 (FP128_64): Update pack/unpack 128-bit insns for IEEE 128-bit
14845 floating point in VSX registers.
14846 (unpack<mode>_dm): Likewise.
14847 (unpack<mode>_nodm): Likewise.
14848 (pack<mode>): Likewise.
14849 (unpackv1ti): Likewise.
14850 (unpack<mode>, FMOVE128_VSX iterator): Likewise.
14851 (packv1ti): Likewise.
14852 (pack<mode>, FMOVE128_VSX iterator): Likewise.
14853 (extenddftf2): Add support for IEEE 128-bit floating point in VSX
14855 (extenddftf2_internal): Likewise.
14856 (trunctfdf2): Likewise.
14857 (trunctfdf2_internal2): Likewise.
14858 (fix_trunc_helper): Likewise.
14859 (fix_trunctfdi2"): Likewise.
14860 (floatditf2): Likewise.
14861 (floatuns<mode>tf2): Likewise.
14862 (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
14863 (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
14864 (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
14865 (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
14866 (float<SDI:mode><IFKF:mode>2): Likewise.
14867 (floatuns<SDI:mode><IFKF:mode>2): Likewise.
14869 2015-08-26 Renlin Li <renlin.li@arm.com>
14871 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode><ALLX:mode>4): New.
14873 2015-08-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
14874 Jiong Wang <jiong.wang@arm.com>
14876 * config/aarch64/aarch64.md (UNSPEC_GOTTINYTLS): New UNSPEC.
14877 (tlsie_tiny_<mode>): New define_insn.
14878 (tlsie_tiny_sidi): Likewise.
14879 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Define
14881 (aarch64_symbol_context): New comment for SYMBOL_TINY_TLSIE.
14882 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
14884 (aarch64_expand_mov_immediate): Likewise.
14885 (aarch64_print_operand): Likewise.
14886 (arch64_classify_tls_symbol): Likewise.
14888 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
14890 * config/arm/arm-arches.def: Replace single value flags with
14891 an initializer built from ARM_FSET_MAKE_CPU1.
14892 * config/arm/arm-cores.def: Likewise.
14893 * config/arm/arm.c: (all_cores): Remove ARM_FSET_MAKE_CPU1
14894 derivation from the ARM_CORE macro definition, use the given value
14896 (all_architectures): Remove ARM_FSET_MAKE_CPU1 derivation from the
14897 ARM_ARCH macro definition, use the given value instead.
14899 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
14901 * config/arm/arm-builtins.c (def_mbuiltin): Test all flags in a
14903 (struct builtin_description): Replace field mask with field
14905 (IWMMXT_BUILTIN): Use ARM_FSET macros for feature flags.
14906 (IWMMXT2_BUILTIN): Likewise.
14907 (IWMMXT2_BUILTIN2): Likewise.
14908 (FP_BUILTIN): Likewise.
14909 (CRC32_BUILTIN): Likewise.
14910 (CRYPTO_BUILTIN): Likewise.
14911 (iwmmx_mbuiltin): Likewise.
14912 (iwmmx2_mbuiltin): Likewise.
14913 (arm_init_iwmmxt_builtins): Likewise. Also, update for change to
14914 struct builtin_description.
14916 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
14918 * config/arm/arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.
14919 (struct builtin_description): Change type of mask to unsigned
14921 * config/arm/arm-protos.h (insn_flags): Declare as type
14923 (tune_flags): Likewise.
14924 * config/arm/arm.c (feature_count): New.
14925 (insn_flags): Define as type arm_feature_set.
14926 (tune_flags): Likewise.
14927 (struct processors): Define field flags as type arm_feature_set.
14928 (all_cores): Update for change to struct processors.
14929 (all_architectures): Likewise.
14930 (arm_option_check_internal): Use arm_feature_set and ARM_FSET
14932 (arm_option_override_internal): Likewise.
14933 (arm_option_override): Likewise.
14935 2015-08-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
14936 Jiong Wang <jiong.wang@arm.com>
14938 * config/aarch64/aarch64.c (initialize_aarch64_tls_size): Set default
14939 tls size for tiny, small, large memory model.
14940 (aarch64_load_symref_appropriately): Support new symbol types.
14941 (aarch64_expand_mov_immediate): Likewise.
14942 (aarch64_print_operand): Likewise.
14943 (aarch64_classify_tls_symbol): Likewise.
14944 * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Likewise.
14945 (aarch64_symbol_type): Likewise.
14946 * config/aarch64/aarch64.md (tlsle): Deleted.
14947 (tlsle12_<mode>): New define_insn.
14948 (tlsle24_<mode>): Likewise.
14949 (tlsle32_<mode>): Likewise.
14950 (tlsle48_<mode>): Likewise.
14951 * doc/sourcebuild.texi (AArch64-specific attributes): Document
14954 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
14956 * config/arm/arm-protos.h (FL_NONE): New.
14958 (arm_feature_set): New.
14959 (ARM_FSET_MAKE): New.
14960 (ARM_FSET_MAKE_CPU1): New.
14961 (ARM_FSET_MAKE_CPU2): New.
14962 (ARM_FSET_CPU1): New.
14963 (ARM_FSET_CPU2): New.
14964 (ARM_FSET_EMPTY): New.
14965 (ARM_FSET_ANY): New.
14966 (ARM_FSET_HAS_CPU1): New.
14967 (ARM_FSET_HAS_CPU2): New.
14968 (ARM_FSET_HAS_CPU): New.
14969 (ARM_FSET_ADD_CPU1): New.
14970 (ARM_FSET_ADD_CPU2): New.
14971 (ARM_FSET_DEL_CPU1): New.
14972 (ARM_FSET_DEL_CPU2): New.
14973 (ARM_FSET_UNION): New.
14974 (ARM_FSET_INTER): New.
14975 (ARM_FSET_XOR): New.
14976 (ARM_FSET_EXCLUDE): New.
14977 (AFM_FSET_IS_EMPTY): New.
14978 (ARM_FSET_CPU_SUBSET): New.
14980 2015-08-26 Jiong Wang <jiong.wang@arm.com>
14982 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
14983 SYMBOL_TLSLE to SYMBOL_TLSLE24.
14984 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
14986 (aarch64_expand_mov_immediate): Likewise.
14987 (aarch64_print_operand): Likewise.
14988 (aarch64_classify_symbol): Likewise.
14990 2015-08-26 Jiong Wang <jiong.wang@arm.com>
14992 * config/aarch64/aarch64.opt (mtls-size): New entry.
14993 * config/aarch64/aarch64.c (initialize_aarch64_tls_size): New function.
14994 (aarch64_override_options_internal): Call initialize_aarch64_tls_size.
14995 * doc/invoke.texi (AArch64 Options): Document -mtls-size.
14997 2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
14999 * config/arm/arm-cores.def: Add FL_FOR_ARCH flag for each
15000 ARM_CORE entry. Fix some white-space.
15001 * config/arm/arm.c: Remove FL_FOR_ARCH derivation from
15002 ARM_CORE definition.
15004 2015-08-26 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
15006 * fold-const.c (fold_binary_loc) : Move Optimize
15007 root(x)*root(y) as root(x*y) to match.pd.
15008 Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
15009 Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
15010 Move Optimize a/root(b/c) into a*root(c/b) to match.pd.
15011 Move Optimize x/expN(y) into x*expN(-y) to match.pd.
15012 * match.pd (mult (root:s @0) (root:s @1)): New simplifier.
15013 (mult (POW:s @0 @1) (POW:s @0 @2)) : New simplifier.
15014 (mult (exps:s @0) (exps:s @1)) : New simplifier.
15015 (rdiv @0 (root:s (rdiv:s @1 @2))) : New simplifier.
15016 (rdiv @0 (exps:s @1)) : New simplifier.
15018 2015-08-25 Joseph Myers <joseph@codesourcery.com>
15020 * gcc.c (driver::finalize): Only assign to extra_specs if
15023 2015-08-25 Marek Polacek <polacek@redhat.com>
15025 PR middle-end/67330
15026 * varasm.c (declare_weak): Return after giving an error.
15028 2015-08-25 David Malcolm <dmalcolm@redhat.com>
15030 * gcc-main.c (main): Add params to driver ctor.
15031 * gcc.c (class env_manager): New.
15033 (env_manager::init): New.
15034 (env_manager::get): New.
15035 (env_manager::xput): New.
15036 (env_manager::restore): New.
15037 Poison getenv and putenv.
15038 (DEFAULT_TARGET_SYSTEM_ROOT): New.
15039 (target_system_root): Update initialization to use
15040 DEFAULT_TARGET_SYSTEM_ROOT.
15041 (struct spec_list): Add field "default_ptr".
15042 (INIT_STATIC_SPEC): Initialize new field "default_ptr".
15043 (init_spec): Likewise.
15044 (set_spec): Clear field "default_ptr".
15045 (read_specs): Free "spec" and "buffer".
15046 (xputenv): Reimplement in terms of env_manager.
15047 (process_command): Replace ::getenv calls with calls to the
15048 env_manager singleton.
15049 (process_brace_body): Free string in three places.
15050 (driver::driver): New.
15051 (driver::~driver): New.
15052 (used_arg): Convert from a function to...
15053 (class used_arg_t): ...this class, and...
15054 (used_arg): ...this new global instance.
15055 (used_arg_t::finalize): New function.
15056 (getenv_spec_function): Add "const" to local "value". Replace
15057 ::getenv call with call to the env_manager singleton.
15058 (path_prefix_reset): New function.
15059 (driver::finalize): New function.
15060 * gcc.h (driver::driver): New.
15061 (driver::~driver): New.
15062 (driver::finalize): New.
15064 2015-08-25 Nathan Sidwell <nathan@acm.org>
15066 * optabs.c (emit_indirect_jump): Don't try an emit a jump if the
15067 target doesn't have one.
15069 2015-08-25 Segher Boessenkool <segher@kernel.crashing.org>
15072 * config/rs6000/rs6000.md (*ior<mode>_mask): Use a match_scratch.
15074 2015-08-25 Segher Boessenkool <segher@kernel.crashing.org>
15077 * config/rs6000/rs6000.md (*and<mode>3_imm_dot_shifted): Change to
15078 a define_insn, remove second alternative.
15080 2015-08-25 Thomas Schwinge <thomas@codesourcery.com>
15081 Joseph Myers <joseph@codesourcery.com>
15083 * gcc.c (struct switchstr): Expand comment.
15085 2015-08-25 Nathan Sidwell <nathan@acm.org>
15087 * config/nvptx/nvptx.c (nvptx_write_function_decl): Reformat.
15088 (nvptx_reorg_subreg): Pass insn pattern to asm_operands.
15090 2015-08-25 Richard Biener <rguenther@suse.de>
15092 PR middle-end/67306
15093 * genmatch.c (expr::gen_transform): Verify the result of
15094 builtin_decl_implicit.
15095 (dt_simplify::gen_1): Likewise.
15097 2015-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
15099 * config/arm/constraints.md: Also list Cs and US ARM-specific
15100 constraints as used.
15102 2015-08-24 Kaz Kojima <kkojima@gcc.gnu.org>
15105 * config/sh/sh.c (sh_asm_output_addr_const_extra): Handle
15107 (nonpic_symbol_mentioned_p): Likewise.
15108 (sh_delegitimize_address): Likewise.
15109 (sh_function_ok_for_sibcall): Take into account weak symbols.
15110 (sh_expand_sym_label2reg): New.
15111 * config/sh/sh-protos.h (sh_expand_sym_label2reg): Declare.
15112 * config/sh/sh.md (UNSPEC_PCREL): New enum.
15113 (call_pcrel): Use sh_expand_sym_label2reg.
15114 (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
15115 (symPCREL_label2reg) New expand.
15117 2015-08-24 Aditya Kumar <aditya.k7@samsung.com>
15119 * graphite-poly.c: Change type of region from void* to sese.
15120 * graphite-poly.h (struct scop): Changing the type of scop::region
15121 from void* to sese. Change accessor macro accordingly.
15122 * graphite-sese-to-poly.c (extract_affine_chrec): Use accessor macro.
15124 2015-08-24 Aditya Kumar <aditya.k7@samsung.com>
15126 * graphite-scop-detection.c (stmt_simple_for_scop_p):
15127 Constrain only on INTEGER_TYPE.
15129 2015-08-24 Michael Meissner <meissner@linux.vnet.ibm.com>
15132 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Set
15133 -mefficient-unaligned-vsx on ISA 2.7.
15135 * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Convert
15136 option to a masked option.
15138 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rework
15139 logic for -mefficient-unaligned-vsx so that it is set via an arch
15140 ISA option, instead of being set if -mtune=power8 is set. Move
15141 -mefficient-unaligned-vsx and -mallow-movmisalign handling to be
15142 near other default option handling.
15144 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15146 * genflags.c (gen_macro): Delete.
15147 (gen_proto): Don't create GEN.*CALL.* macros.
15148 * gensupport.h (get_file_location): Declare.
15149 * gensupport.c (rtx_locs): New variable.
15150 (read_md_rtx): Record rtx locations.
15151 (get_file_location): New function.
15152 * target-insns.def (call, call_pop, call_value, call_value_pop)
15153 (sibcall, sibcall_value): New patterns.
15154 * gentarget-def.c (parse_argument): New function.
15155 (def_target_insn): Use it. Handle optional operands. Raise an
15156 error if an .md pattern has the wrong number of operands for the
15157 pattern name. Remove the names of unused operands from the prototype.
15158 * builtins.c (expand_builtin_apply): Use targetm functions
15159 instead of HAVE_call_value and GEN_CALL_VALUE.
15160 * calls.c (emit_call_1): Likewise. Remove support for sibcall_pop
15161 and sibcall_value_pop.
15162 * config/aarch64/aarch64.md (untyped_call): Use gen_call instead
15164 * config/alpha/alpha.md (untyped_call): Likewise.
15165 * config/iq2000/iq2000.md (untyped_call): Likewise.
15166 * config/m68k/m68k.md (untyped_call): Likewise.
15167 * config/mips/mips.md (untyped_call): Likewise.
15168 * config/pa/pa.md (untyped_call): Likewise.
15169 * config/rs6000/rs6000.md (untyped_call): Likewise.
15170 * config/sparc/sparc.md (untyped_call): Likewise.
15171 * config/tilegx/tilegx.md (untyped_call): Likewise.
15172 * config/tilepro/tilepro.md (untyped_call): Likewise.
15173 * config/visium/visium.md (untyped_call): Likewise.
15174 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Use
15175 gen_call_value instead of GEN_CALL_VALUE.
15176 * config/arm/arm.md (untyped_call): Likewise.
15177 * config/cr16/cr16.c (cr16_function_arg): Remove reference to
15180 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15182 * ifcvt.c (HAVE_incscc, HAVE_decscc, HAVE_cbranchcc4): Delete.
15183 (have_cbranchcc4): New variable.
15184 (cc_in_cond, noce_emit_cmove, noce_get_alt_condition)
15185 (noce_get_condition): Use it instead of HAVE_cbranchcc4.
15186 (if_convert): Initialize have_cbranchcc4.
15188 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15190 * builtins.c (expand_cmpstrn): Rename to...
15191 (expand_cmpstrn_or_cmpmem): ...this.
15192 (expand_builtin_strcmp, expand_builtin_strncmp): Update accordingly.
15193 (expand_builtin_memcmp): Use optabs instead of HAVE_cmpmem/gen_cmpmem.
15194 Remove mode argument.
15195 (expand_builtin): Update accordingly.
15197 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15199 * builtins.c (expand_cmpstr, expand_cmpstrn): New functions.
15200 (expand_builtin_strcmp, expand_builtin_strncmp): Use them. Remove
15201 references to HAVE_cmpstr{,n}si and CODE_FOR_cmpstr{,n}si.
15202 * config/m32c/blkmov.md (cmpstrsi): Fix predicates of operands 1 and 2.
15203 Add predicates for operands 0 and 3.
15204 * config/rx/rx.md (cmpstrnsi): Remove force_operand for the length
15206 * config/sh/sh.md (cmpstrnsi): Change the length predicate from
15207 immediate_operand to nonmemory_operand.
15209 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15211 * df-scan.c (df_insn_info_init_fields): New function, split out
15213 (df_insn_create_insn_record): ...here.
15214 (df_insn_info_free_fields): New function, split out from...
15215 (df_insn_info_delete): ...here.
15216 (df_insn_rescan): Use the new functions instead of freeing and
15217 reallocating the df_insn_info.
15219 2015-08-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
15221 * doc/install.texi (Binaries): Remove links no longer valid.
15223 2015-08-24 Nathan Sidwell <nathan@codesourcery.com>
15225 * config/nvptx/mkoffload.c (process): Replace
15226 GOMP_offload_{,un}register with GOMP_offload_{,un}register_ver.
15228 2015-08-24 H.J. Lu <hongjiu.lu@intel.com>
15231 * config/i386/i386.c (iamcu_cost): Set MOVE_RATIO cost to 9.
15233 2015-08-24 Renlin Li <renlin.li@arm.com>
15235 * config/arm/arm-protos.h (arm_valid_symbolic_address_p): Declare.
15236 * config/arm/arm.c (arm_valid_symbolic_address_p): Define.
15237 * config/arm/arm.md (arm_movt): Use arm_valid_symbolic_address_p.
15238 * config/arm/constraints.md ("j"): Add check for high code.
15240 2015-08-24 Tom de Vries <tom@codesourcery.com>
15242 PR tree-optimization/65468
15243 * omp-low.c (expand_omp_for_static_chunk): Remove inner loop if
15246 2015-08-24 Nathan Sidwell <nathan@acm.org>
15248 * config/nvptx/nvptx.c (walk_args_for_param): Revert previous
15249 change to nvptx_type_from_mode call. Use arg_promotion for both
15250 split and non-split args.
15252 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15254 * target-insns.def (movstr): New pattern.
15255 * builtins.c (HAVE_movstr, CODE_FOR_movstr): Delete.
15256 (expand_movstr): Use targetm rather than HAVE_movstr/
15259 2015-08-24 Richard Sandiford <richard.sandiford@arm.com>
15261 * config/microblaze/microblaze.c (microblaze_classify_unspec): Fix
15264 2015-08-24 Andrew Pinski <apinski@cavium.com>
15266 * config/aarch64/aarch64-tuning-flags.def: Remove all index to
15267 AARCH64_EXTRA_TUNING_OPTION.
15268 * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index):
15270 (aarch64_extra_tuning_flags): Base the shifted value on the index
15271 instead of the argument to AARCH64_EXTRA_TUNING_OPTION.
15272 * config/aarch64/aarch64.c: Remove the last argument to
15273 AARCH64_EXTRA_TUNING_OPTION.
15275 2015-08-23 Nathan Sidwell <nathan@acm.org>
15277 * config/nvptx/nvptx.c (walk_args_for_param): Promote arg reg
15279 (nvptx_declare_function_name): Insert formatting tabs for
15282 2015-08-23 Tom de Vries <tom@codesourcery.com>
15284 * omp-low.c (expand_omp_taskreg): If in ssa, set rhs of parcopy stmt to
15285 parm_decl, rather than generating a dummy default def in cfun.
15286 * tree-cfg.c (replace_ssa_name): Assume no default defs. Make sure
15287 ssa_name from cfun and child_fn do not share a stmt as def stmt.
15288 (move_stmt_op): Handle PARM_DECl.
15289 (gather_ssa_name_hash_map_from): New function.
15290 (move_sese_region_to_fn): Add default defs for function params, and add
15291 them to vars_map. Release copied ssa names.
15292 * tree-cfg.h (gather_ssa_name_hash_map_from): Declare.
15294 2015-08-23 Tom de Vries <tom@codesourcery.com>
15296 * doc/sourcebuild.texi: Rename vect_no_int_max with
15297 vect_no_int_min_max. Update description.
15299 2015-08-22 Andrew Pinski <apinski@cavium.com>
15301 * aarch64-fusion-pairs.def: Remove all index to AARCH64_FUSION_PAIR.
15302 * config/aarch64/aarch64-protos.h
15303 (aarch64_fusion_pairs_index): New enum.
15304 (aarch64_fusion_pairs): Base the shifted value on the index instead
15305 Rewrite AARCH64_FUSE_ALL to be based on the end index.
15306 of the argument to AARCH64_FUSION_PAIR.
15307 * config/aarch64/aarch64.c: Remove the last argument to
15308 AARCH64_FUSION_PAIR.
15310 2015-08-22 Mikhail Maltsev <maltsevm@gmail.com>
15312 * dominance.c (new_zero_array): Define.
15313 (dom_info): Redefine as class with proper encapsulation.
15314 (dom_info::m_n_basic_blocks, m_reverse, m_start_block, m_end_block):
15316 (dom_info::dom_info, ~dom_info): Define. Use new/delete for memory
15317 allocations/deallocations. Pass function as parameter (instead of
15319 (dom_info::get_idom): Define accessor method.
15320 (dom_info::calc_dfs_tree_nonrec, calc_dfs_tree, compress, eval,
15321 link_roots, calc_idoms): Redefine as class members. Do not use cfun.
15322 (calculate_dominance_info): Adjust to use dom_info class.
15323 (verify_dominators): Likewise.
15325 2015-08-21 Alexandre Oliva <aoliva@redhat.com>
15327 * print-rtl.c (print_rtx): Check the correct range for
15328 flag_dump_unnumbered_links to behave as documented.
15330 PR rtl-optimization/67227
15331 PR rtl-optimization/64164
15332 * alias.c (memrefs_conflict_p): Handle VALUEs in PLUS better.
15333 (nonoverlapping_memrefs_p): Test offsets and sizes when given
15334 identical gimple_reg exprs.
15336 2015-08-21 Nathan Sidwell <nathan@acm.org>
15338 * config/nvptx/nvptx.md (allocate_stack): Emit sorry during
15340 * config/nvptx/nvptx.c (nvptx_declare_function_name): Look at
15341 crtl->stack_alignment_needed to determine alignment.
15342 (nvptx_get_drap_rtx): New.
15343 (TARGET_GET_DRAP_RTX): Override.
15344 * config/nvptx/nvptx.h (MAX_STACK_ALIGNMENT): Set.
15346 2015-08-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
15348 * config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
15350 2015-08-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
15352 * configure.ac: Remove uwin* cases.
15353 * config.build: Remove cases for i370-*-opened*, i370-*-mvs*,
15354 i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*,
15355 i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*,
15356 i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta.
15357 * config.host: Remove cases for i370-*-opened*, i370-*-mvs*,
15358 i[34567]86-*-uwin*, powerpc-*-beos*.
15360 2015-08-21 Richard Sandiford <richard.sandiford@arm.com>
15362 * gencodes.c (gencodes): Print the comma for the preceding
15363 enum value rather than the current one. Use aliased enum values
15364 rather than #defines for compiled-out patterns.
15365 (main): Update accordingly. Replace LAST_INSN_CODE with
15367 * lra.c (insn_code_data): Update accordingly.
15368 (finish_insn_code_data_once, get_static_insn_data): Likewise.
15369 * recog.h (target_recog): Likewise.
15370 (preprocess_insn_constraints): Change parameter to unsigned int.
15371 * recog.c (preprocess_insn_constraints): Likewise.
15372 (recog_init): Replace LAST_INSN_CODE with NUM_INSN_CODES.
15373 * tree-vect-stmts.c (vectorizable_operation): Simplify.
15375 2015-08-21 Markus Trippelsdorf <markus@trippelsdorf.de>
15377 PR rtl-optimization/61657
15378 * loop-iv.c (iv_number_of_iterations): Declare up and down as
15379 unsigned. Remove superflous uint64_t cast.
15381 2014-08-21 Felix Yang <felix.yang@huawei.com>
15382 Jiji Jiang <jiangjiji@huawei.com>
15384 * value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL
15385 argument and get builtin function code directly from CALL.
15386 (gimple_stringop_fixed_value): Modified accordingly.
15387 (gimple_stringops_transform, gimple_stringops_values_to_profile):
15388 Modified accordingly and only accept BUILT_IN_NORMAL string operations.
15390 2015-08-21 Dominik Vogt <vogt@linux.vnet.ibm.com>
15392 * config/s390/s390-builtins.def: Fix value range of vec_load_bndry.
15394 2015-08-21 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
15396 * fold-const.c (fold_binary_loc) : Move sqrt(x)*sqrt(x) as x
15398 Move Optimize pow(x,y)*pow(z,y) as pow(x*z,y)to match.pd.
15399 Move Optimize tan(x)*cos(x) as sin(x) to match.pd.
15400 Move Optimize x*pow(x,c) as pow(x,c+1) to match.pd.
15401 Move Optimize pow(x,c)*x as pow(x,c+1) to match.pd.
15402 Move Optimize sin(x)/cos(x) as tan(x) to match.pd.
15403 Move Optimize cos(x)/sin(x) as 1.0/tan(x) to match.pd.
15404 Move Optimize sin(x)/tan(x) as cos(x) to match.pd.
15405 Move Optimize tan(x)/sin(x) as 1.0/cos(x) to match.pd.
15406 Move Optimize pow(x,c)/x as pow(x,c-1) to match.pd.
15407 Move Optimize x/pow(y,z) into x*pow(y,-z) to match.pd.
15409 * match.pd (SIN ) : New Operator.
15410 (TAN) : New Operator.
15411 (mult (SQRT@1 @0) @1) : New simplifier.
15412 (mult (POW:s @0 @1) (POW:s @2 @1)) : New simplifier.
15413 (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
15414 (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
15415 (rdiv (SIN:s @0) (COS:s @0)) : New simplifier.
15416 (rdiv (COS:s @0) (SIN:s @0)) : New simplifier.
15417 (rdiv (SIN:s @0) (TAN:s @0)) : New simplifier.
15418 (rdiv (TAN:s @0) (SIN:s @0)) : New simplifier.
15419 (rdiv (POW:s @0 REAL_CST@1) @0) : New simplifier.
15420 (rdiv @0 (SQRT:s (rdiv:s @1 @2))) : New simplifier.
15421 (rdiv @0 (POW:s @1 @2)) : New simplifier.
15423 2015-08-21 Bin Cheng <bin.cheng@arm.com>
15425 * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
15426 loop if EXPR is simplified to const value.
15428 2015-08-21 Yury Gribov <y.gribov@samsung.com>
15430 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
15431 BUILT_IN_UBSAN_HANDLE_NONNULL_ARG): Fix builtin types.
15433 2015-08-21 Richard Biener <rguenther@suse.de>
15435 PR middle-end/67285
15436 * gimple-fold.c (replace_stmt_with_simplification): Assert
15437 seq is empty when replacing a call with itself but different
15439 * gimple-match-head.c (maybe_push_res_to_seq): When pushing
15440 a call require that it is const.
15442 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15444 * defaults.h (CONSTANT_ALIGNMENT): New macro definition.
15445 * builtins.c (get_object_alignment_2): Adjust.
15446 * varasm.c (align_variable): Likewise.
15447 (get_variable_align): Likewise.
15448 (build_constant_desc): Likewise.
15449 (force_const_mem): Likewise.
15450 * doc/tm.texi.in: Likewise.
15451 * doc/tm.texi: Regenerate.
15453 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15455 * genconfig.c (main): Always define HAVE_cc0.
15456 * recog.c (rest_of_handle_peephole2): Adjust.
15458 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15460 * reorg.c (relax_delay_slots): Don't use #if to check value of
15463 2015-08-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15465 * genconfig.c (main): Always define HAVE_CONDITIONAL_EXECUTION.
15466 * targhooks.c (default_have_conditional_execution): Adjust.
15468 2015-08-20 Richard Sandiford <richard.sandiford@arm.com>
15470 * rtl.h (rtvec_all_equal_p): Declare.
15471 (const_vec_duplicate_p, unwrap_const_vec_duplicate): New functions.
15472 * rtl.c (rtvec_all_equal_p): New function.
15473 * expmed.c (expand_mult): Use unwrap_const_vec_duplicate.
15474 * config/aarch64/aarch64.c (aarch64_vect_float_const_representable_p)
15475 (aarch64_simd_dup_constant): Use const_vec_duplicate_p.
15476 * config/arm/arm.c (neon_vdup_constant): Likewise.
15477 * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Likewise.
15478 * config/tilegx/constraints.md (W, Y): Likewise.
15479 * config/tilepro/constraints.md (W, Y): Likewise.
15480 * config/spu/spu.c (spu_legitimate_constant_p): Likewise.
15481 (classify_immediate): Use unwrap_const_vec_duplicate.
15482 * config/tilepro/predicates.md (reg_or_v4s8bit_operand): Likewise.
15483 (reg_or_v2s8bit_operand): Likewise.
15484 * config/tilegx/predicates.md (reg_or_v8s8bit_operand): Likewise.
15485 (reg_or_v4s8bit_operand): Likewise.
15487 2015-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15489 * config/rs6000/altivec.h (vec_pmsum_be): New #define.
15490 (vec_shasigma_be): New #define.
15491 * config/rs6000/rs6000-builtin.def (VPMSUMB): New BU_P8V_AV2_2.
15492 (VPMSUMH): Likewise.
15493 (VPMSUMW): Likewise.
15494 (VPMSUMD): Likewise.
15495 (VPMSUM): New BU_P8V_OVERLOAD_2.
15496 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): New
15497 entries for VEC_MADD and VEC_VPMSUM.
15499 2015-08-20 Georg-Johann Lay <avr@gjlay.de>
15501 * config/avr/avr.c (avr_insert_attributes): In diagnostic essage:
15502 Multiply argument avr_n_flash by 64 to match unit of "KiB".
15503 (avr_pgm_check_var_decl): Same.
15505 2015-08-20 Alan Lawrence <alan.lawrence@arm.com>
15507 * config/arm/arm-builtins.c (arm_init_simd_builtin_types): Move
15508 initialization of HFmode scalar type (float16_t) to...
15509 (arm_init_fp16_builtins): ... Here. Combine with __fp16 initialization
15512 (arm_init_builtins): Call arm_init_fp16_builtins earlier and always.
15514 * config/arm/arm_neon.h (vcvt_f16_f32, vcvt_f32_f16): Condition on
15515 having an -mfp16-format.
15517 2015-08-20 Richard Sandiford <richard.sandiford@arm.com>
15519 * config/i386/predicates.md (vector_all_ones_operand): Use
15520 CONSTM1_RTX to simplify definition.
15522 2015-08-20 Richard Biener <rguenther@suse.de>
15524 * toplev.c (compile_file): Remove loop calling late_global_decl
15526 * varpool.c (varpool_node::assemble_decl): Call late_global_decl
15527 on decls we assembled.
15529 2015-08-20 James Greenhalgh <james.greenhalgh@arm.com>
15531 * common/config/aarch64/aarch64-common.c
15532 (AARCH64_CPU_NAME_LENGTH): Delete.
15533 (aarch64_option_extension): New.
15534 (all_extensions): Likewise.
15535 (processor_name_to_arch): Likewise.
15536 (arch_to_arch_name): Likewise.
15538 (all_architectures): Likewise.
15539 (aarch64_get_extension_string_for_isa_flags): Likewise.
15540 (aarch64_rewrite_selected_cpu): Change to rewrite CPU names to
15541 architecture names.
15542 * config/aarch64/aarch64-protos.h
15543 (aarch64_get_extension_string_for_isa_flags): New.
15544 * config/aarch64/aarch64.c (aarch64_print_extension): Delete.
15545 (aarch64_option_print): Get the string to print from
15546 aarch64_get_extension_string_for_isa_flags.
15547 (aarch64_declare_function_name): Likewise.
15548 * config/aarch64/aarch64.h (BIG_LITTLE_SPEC): Rename to...
15549 (MCPU_TO_MARCH_SPEC): This.
15550 (ASM_CPU_SPEC): Use it.
15551 (BIG_LITTLE_SPEC_FUNCTIONS): Rename to...
15552 (MCPU_TO_MARCH_SPEC_FUNCTIONS): ...This.
15553 (EXTRA_SPEC_FUNCTIONS): Use it.
15555 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
15557 * config/mips/mips.c (mips_expand_block_move): Enable inline memcpy
15558 expansion when !ISA_HAS_LWL_LWR.
15559 (mips_block_move_straight): Update the size of elements copied to
15560 account for alignment when !ISA_HAS_LWL_LWR.
15561 * config/mips/mips.h (MIPS_MIN_MOVE_MEM_ALIGN): New macro.
15563 2015-08-19 Jiong Wang <jiong.wang@arm.com>
15565 * expr.c (expand_expr_real_2): Check gimple statement during
15566 LSHIFT_EXPR expand.
15568 2015-08-19 Magnus Granberg <zorry@gentoo.org>
15570 * common.opt (fstack-protector): Initialize to -1.
15571 (fstack-protector-all): Likewise.
15572 (fstack-protector-strong): Likewise.
15573 (fstack-protector-explicit): Likewise.
15574 * configure.ac: Add --enable-default-ssp.
15575 * defaults.h (DEFAULT_FLAG_SSP): New. Default SSP to strong.
15576 * opts.c (finish_options): Update opts->x_flag_stack_protect if it is
15578 * doc/install.texi: Document --enable-default-ssp.
15579 * config.in: Regenerated.
15580 * configure: Likewise.
15582 2015-08-19 Alexandre Oliva <aoliva@redhat.com>
15584 PR rtl-optimization/64164
15585 * cfgexpand.c (parm_maybe_byref_p): Renamed to...
15586 (parm_in_stack_slot_p): ... this. Disregard mode, what
15587 matters is whether the parm will live in a pseudo or a stack
15589 (expand_one_ssa_partition): Deal with params without a default
15590 def. Disregard mode.
15591 * cfgexpand.h: Renamed function declaration.
15592 * tree-ssa-coalesce.c: Adjust.
15593 * function.c (split_complex_args): Allocate stack slot for
15594 unassigned parms before splitting.
15595 (parm_in_unassigned_mem_p): New. Use it instead of
15596 parm_maybe_byref_p throughout this file.
15597 (assign_parm_setup_block): Use it. Accept pseudos in the
15598 expand-assigned rtl.
15599 (assign_parm_setup_reg): Drop BLKmode requirement.
15600 (assign_parm_setup_stack): Allocate and fill in the address of
15601 unassigned MEM parms.
15603 2015-08-19 David Sherwood <david.sherwood@arm.com>
15605 * genmodes.c (emit_mode_unit_size_inline): New function.
15606 (emit_mode_unit_precision_inline): New function.
15607 (emit_insn_modes_h): Emit new #define. Emit new functions.
15608 (emit_mode_unit_size): New function.
15609 (emit_mode_unit_precision): New function.
15610 (emit_mode_adjustments): Add mode_unit_size adjustments.
15611 (emit_insn_modes_c): Emit new arrays.
15612 * machmode.h (GET_MODE_UNIT_SIZE, GET_MODE_UNIT_PRECISION): Update to
15613 use new inline methods.
15615 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15617 * config/aarch64/aarch64.c (bit_count): Delete prototype
15619 (aarch64_print_operand): Use popcount_hwi instead of the above.
15621 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15623 * config/aarch64/aarch64-option-extensions.def: Delete obsolete
15626 2015-08-19 Marek Polacek <polacek@redhat.com>
15628 PR middle-end/67133
15629 * gimple-ssa-isolate-paths.c
15630 (insert_trap_and_remove_trailing_statements): Rename to ...
15631 (insert_trap): ... this. Don't remove trailing statements; split
15633 (find_explicit_erroneous_behaviour): Don't remove all outgoing edges.
15635 2015-08-19 Mikael Morin <mikael@gcc.gnu.org>
15638 * hwint.h (sext_hwi): Switch to unsigned for the left shift, and
15639 conditionalize the whole on __GNUC__. Add fallback code
15640 depending neither on undefined nor implementation-defined behaviour.
15642 2015-08-19 Jiong Wang <jiong.wang@arm.com>
15644 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Replace
15645 whitespaces with tab.
15647 2015-08-19 Florian Weimer <fweimer@redhat.com>
15649 * prj.adb (For_Every_Project_Imported_Context.Recursive_Check_Context):
15650 Move Name_Id_Set instantiation to the Prj package, to avoid trampolines.
15651 * prj-proc.adb (Process.Process_Expression_Variable_Decl):
15652 Move Name_Ids instantiation to the Prj.Proc package, to avoid
15655 2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15657 * config/arm/arm.c (bounds_check): Use %wd print format
15658 for HOST_WIDE_INT arguments.
15660 2015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
15662 * bb-reorder.c, cfgloop.h, collect2.c, combine.c, dse.c,
15663 dwarf2cfi.c, gcse-common.h, genopinit.c, ggc-page.c, machmode.h,
15664 mcf.c, modulo-sched.c, omp-low.c, read-rtl.c, sched-rgn.c,
15665 signop.h, tree-call-cdce.c, tree-dfa.c, tree-diagnostic.c,
15666 tree-inline.h, tree-scalar-evolution.c, tree-ssa-address.c,
15667 tree-ssa-loop-niter.c, tree-ssa-loop.h, tree-ssa-pre.c,
15668 tree-ssa-reassoc.c, tree-ssa-sccvn.h, tree-ssa-structalias.c,
15669 tree-ssa-uninit.c, tree-ssa.h, tree-vect-loop-manip.c,
15670 tree-vectorizer.h, tree-vrp.c, var-tracking.c: Remove useless
15673 2015-08-18 trevor Saunders <tbsaunde@tbsaunde.org>
15675 * bt-load.c, cgraph.h, dwarf2out.c, dwarf2out.h, final.c,
15676 function.c, graphite-scop-detection.c, haifa-sched.c,
15677 ipa-devirt.c, ipa-split.c, recog.c, ree.c, stmt.c,
15678 tree-data-ref.c, tree-ssa-dom.c, tree-ssa-loop-ivopts.c,
15679 varasm.c: Remove typedefs of structs.
15681 2015-08-18 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
15683 * config/rs6000/altivec.h (vec_adde): New define.
15684 (vec_addec): Likewise.
15685 (vec_double): Likewise.
15686 (vec_bperm): Likewise.
15687 (vec_gb): Likewise.
15688 * config/rs6000/rs6000-builtin.def (ADDE): New
15689 BU_ALTIVEC_OVERLOAD_3.
15691 (DOUBLE): New BU_VSX_OVERLOAD_1.
15692 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add new
15693 entries for ALTIVEC_BUILTIN_VEC_ADDC, ALTIVEC_BUILTIN_VEC_ADDE,
15694 ALTIVEC_BUILTIN_VEC_ADDEC, ALTIVEC_BUILTIN_VEC_ANDC,
15695 VSX_BUILTIN_VEC_DOUBLE, ALTIVEC_BUILTIN_VEC_MERGEH,
15696 ALTIVEC_BUILTIN_VEC_MERGEL, ALTIVEC_BUILTIN_VEC_NOR,
15697 ALTIVEC_BUILTIN_VEC_OR, ALTIVEC_BUILTIN_VEC_XOR,
15698 ALTIVEC_BUILTIN_VEC_PERM, ALTIVEC_BUILTIN_VEC_SEL,
15699 P8V_BUILTIN_VEC_EQV, P8V_BUILTIN_VEC_NAND, P8V_BUILTIN_VEC_ORC,
15700 and P8V_BUILTIN_VEC_VBPERMQ.
15702 2015-08-18 Jason Merrill <jason@redhat.com>
15704 * print-tree.c (print_node): Handle TREE_BINFO.
15706 2015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
15708 PR middle-end/36757
15709 * builtins.c (expand_builtin_signbit): Add asserts to make sure
15710 we can expand BUILT_IN_SIGNBIT inline.
15711 * builtins.def (BUILT_IN_SIGNBIT): Make type-generic.
15712 * doc/extend.texi: Document the type-generic __builtin_signbit.
15714 2015-08-18 Richard Sandiford <richard.sandiford@arm.com>
15716 PR rtl-optimization/67218
15717 * simplify-rtx.c (exact_int_to_float_conversion_p): New function.
15718 (simplify_unary_operation_1): Use it.
15720 2015-08-18 Marek Polacek <polacek@redhat.com>
15722 PR middle-end/67222
15723 * gimple-low.c (lower_stmt): Don't lower BUILT_IN_POSIX_MEMALIGN
15724 if the call isn't valid.
15725 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Check builtins using
15726 gimple_call_builtin_p.
15727 (call_may_clobber_ref_p_1): Likewise.
15728 (stmt_kills_ref_p): Likewise.
15730 2015-08-18 Robert Suchanek <robert.suchanek@imgtec.com>
15732 * config/mips/mips-protos.h (mips_hard_regno_rename_ok): New prototype.
15733 * config/mips/mips.c (mips_hard_regno_rename_ok): New function.
15734 (mips_hard_regno_scratch_ok): Likewise.
15735 (TARGET_HARD_REGNO_SCRATCH_OK): Define macro.
15736 * config/mips/mips.h (HARD_REGNO_RENAME_OK): New.
15738 2015-08-18 Bin Cheng <bin.cheng@arm.com>
15740 * tree-ssa-loop-niter.c (refine_value_range_using_guard): New.
15741 (determine_value_range): Call refine_value_range_using_guard for
15742 each loop initial condition to improve value range.
15744 2015-08-17 Aldy Hernandez <aldyh@redhat.com>
15746 * config/i386/i386.c: Remove include of fibheap.h.
15748 2015-08-17 Richard Biener <rguenther@suse.de>
15750 PR tree-optimization/67221
15751 * tree-ssa-sccvn.c (visit_phi): Keep all-TOP args TOP.
15752 (sccvn_dom_walker::before_dom_children): Mark backedges of
15753 non-executable blocks as not executable.
15755 2015-08-17 David Sherwood <david.sherwood@arm.com>
15757 * config/arm/arm.c (neon_element_bits): Replace call to
15758 GET_MODE_BITSIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_BITSIZE (m).
15759 * config/arm/neon.md (neon_vget_lane<mode>): Likewise.
15760 (neon_vget_laneu<mode>, neon_vset_lane<mode>): Likewise
15761 (neon_vdup_lane<mode>): Likewise.
15762 * config/i386/i386.c (ix86_expand_int_vcond): Likewise.
15763 (ix86_expand_multi_arg_builtin, ix86_expand_reduc): Likewise.
15764 (expand_vec_perm_palignr, ix86_expand_sse2_abs): Likewise.
15765 * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
15766 * config/spu/spu.c (arith_immediate_p): Likewise.
15767 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
15768 * expr.c (expand_expr_real_2): Likewise.
15769 * optabs.c (shift_amt_for_vec_perm_mask): Likewise.
15770 * simplify-rtx.c (simplify_immed_subreg): Likewise.
15771 * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
15772 * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Likewise.
15774 * fold-const.c (fold_binary_loc): Replace call to
15775 GET_MODE_PRECISION (GET_MODE_INNER (m)) with
15776 GET_MODE_UNIT_PRECISION (m).
15778 2015-08-17 Mike Stump <mikestump@comcast.net>
15780 * config/arm/arm.c (arm_block_move_unaligned_straight):
15781 Emit normal move instead of unaligned load when source or destination
15782 are appropriately aligned.
15784 2015-08-17 Richard Biener <rguenther@suse.de>
15785 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
15787 PR middle-end/16107
15788 * match.pd (div (coss (op @0) : New simplifier.
15790 2015-08-14 Alexandre Oliva <aoliva@redhat.com>
15792 PR rtl-optimization/64164
15794 PR middle-end/66983
15795 PR rtl-optimization/67000
15796 PR middle-end/67034
15797 PR middle-end/67035
15798 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
15799 * tree-ssa-copyrename.c: Removed.
15800 * opts.c (default_options_table): Drop -ftree-copyrename. Add
15801 -ftree-coalesce-vars.
15802 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
15803 * common.opt (ftree-copyrename): Ignore.
15804 (ftree-coalesce-inlined-vars): Likewise.
15805 * doc/invoke.texi: Remove the ignored options above.
15806 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
15807 * tree-ssa-coalesce.h: ... here.
15808 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
15809 headers required by it.
15810 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
15811 across variables when flag_tree_coalesce_vars. Check register
15812 use and promoted modes to allow coalescing. Do not coalesce
15813 maybe-byref parms with SSA_NAMEs of other variables, or
15814 anonymous SSA_NAMEs. Moved to tree-ssa-coalesce.c.
15815 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
15816 with its member functions to tree-ssa-coalesce.c.
15817 (var_map_base_init): Likewise. Renamed to
15818 compute_samebase_partition_bases.
15819 (partition_view_normal): Drop want_bases parameter.
15820 (partition_view_bitmap): Likewise.
15821 * tree-ssa-live.h: Adjust declarations.
15822 * tree-ssa-coalesce.c: Include explow.h and cfgexpand.h.
15823 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
15824 default defs at the entry point.
15825 (dump_part_var_map): New.
15826 (compute_optimized_partition_bases): New, called by...
15827 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
15828 of compute_samebase_partition_bases. Adjust.
15829 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
15830 * cfgexpand.c (leader_merge, parm_maybe_byref_p): New.
15831 (ssa_default_def_partition): New.
15832 (get_rtl_for_parm_ssa_default_def): New.
15833 (align_local_variable, add_stack_var): Support anonymous SSA
15835 (defer_stack_allocation): Likewise. Declare earlier.
15836 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
15837 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
15838 Do no record deferred-allocation marker in
15839 SA.partition_to_pseudo.
15840 (expand_stack_vars): Adjust check for the marker in it.
15841 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
15842 redundant MEM attr setting.
15843 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
15845 (expand_one_stack_var): ... this. New wrapper to check and
15846 skip already expanded SSA partitions.
15847 (record_alignment_for_reg_var): New, factored out of...
15848 (expand_one_var): ... this.
15849 (expand_one_ssa_partition): New.
15850 (adjust_one_expanded_partition_var): New.
15851 (expand_one_register_var): Check and skip already expanded SSA
15853 (expand_used_vars): Don't create DECLs for anonymous SSA
15854 names. Expand all SSA partitions, then adjust all SSA names.
15855 (pass::execute): Replace the loops that set
15856 SA.partition_to_pseudo from partition leaders and cleared
15857 DECL_RTL for multi-location variables, and that which used to
15858 rename vars and set attrs, with one that clears DECL_RTL and
15859 checks that PARMs and RESULTs default_defs match DECL_RTL.
15860 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
15861 * emit-rtl.c: Include stor-layout.h.
15862 (set_reg_attrs_for_parm): Handle NULL decl.
15863 (set_reg_attrs_for_decl_rtl): Take mode from expression if
15865 * stmt.c (emit_case_decision_tree): Pass it the SSA_NAME
15866 rather than its possibly-NULL DECL.
15867 * explow.c (promote_ssa_mode): New.
15868 * explow.h (promote_ssa_mode): Declare.
15869 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
15870 (read_complex_part): Export.
15871 * expr.h (read_complex_part): Declare.
15872 * cfgexpand.h (parm_maybe_byref_p): Declare.
15873 * function.c: Include cfgexpand.h.
15874 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
15875 (use_register_for_parm_decl): Wrapper for the above to
15876 special-case the result_ptr.
15877 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
15878 (split_complex_args): Take assign_parm_data_all argument.
15879 Pass it to rtl_for_parm. Set up rtl and context for split
15880 args. Reset complex parm before fetching its default decl
15882 (assign_parms_unsplit_complex): Use the default-def complex
15883 parm rtl if it matches the components.
15884 (assign_parms_augmented_arg_list): Adjust.
15885 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
15886 multiple locations. Recognize split complex args.
15887 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
15888 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
15889 (assign_parm_setup_block): Prefer SSA-assigned location, and
15890 fill in its address if the memory location of a maybe-byref
15891 parm was not assigned by cfgexpand.
15892 (assign_parm_setup_reg): Likewise. Adjust its mode as
15893 needed. Use entry_parm for equiv if stack_parm is NULL. Make
15894 sure passed_pointer parms don't need conversion. Copy address
15895 or value as needed.
15896 (assign_parm_setup_stack): Prefer SSA-assigned location.
15897 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
15898 rtl before testing for pointer bounds. Special-case result_ptr.
15899 (expand_function_start): Maybe reset DECL_RTL of result.
15900 Prefer SSA-assigned location for result and static chain.
15901 Factor out DECL_RESULT and SET_DECL_RTL. Convert static chain
15902 to Pmode if needed, from H.J. Lu <hongjiu.lu@intel.com>.
15903 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
15904 anonymous SSA names. Use promote_ssa_mode.
15905 (get_temp_reg): Likewise.
15906 (remove_ssa_form): Adjust.
15907 * stor-layout.c (layout_decl): Don't set mem attributes of
15909 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
15910 and get its reg_usage for reg invalidation.
15911 (compute_bb_dataflow): Pass it insn.
15912 (emit_notes_in_bb): Likewise.
15914 2015-08-14 Marek Polacek <polacek@redhat.com>
15916 * tree-core.h (tree_base): Fix typo.
15918 2015-08-14 Marek Polacek <polacek@redhat.com>
15920 PR middle-end/67133
15921 * gimple.c (infer_nonnull_range_by_attribute): Check that the
15922 nonnull argument position is not outside function arguments.
15924 2015-08-14 Matthew Wahab <matthew.wahab@arm.com>
15927 * config/aarch64/atomics.md (atomic_<optab><mode>): Replace
15928 'lconst_atomic' with 'const_atomic'.
15929 (atomic_fetch_<optab><mode>): Likewise.
15930 (atomic_<optab>_fetch<mode>): Likewise.
15931 * config/aarch64/iterators.md (lconst-atomic): Move below
15933 (const_atomic): New.
15935 2015-08-14 Thomas Schwinge <thomas@codesourcery.com>
15936 Bernd Schmidt <bernds@codesourcery.com>
15938 * config/nvptx/nvptx.c (nvptx_option_override): Don't override
15940 * config/nvptx/nvptx.h (DWARF2_LINENO_DEBUGGING_INFO): Define.
15941 (DWARF2_DEBUGGING_INFO): Don't define.
15942 * debug.h (dwarf2_lineno_debug_hooks): Declare.
15943 * toplev.c (process_options): Add a case for it.
15944 * dwarf2out.c (dwarf2_lineno_debug_hooks): New variable.
15945 (dwarf2out_init): Skip most initializations if
15946 DWARF2_LINENO_DEBUGGING_INFO, but set cur_line_info_table in that
15948 * defaults.h (PREFERRED_DEBUGGING_TYPE): Also use DWARF2_DEBUG if
15949 DWARF2_LINENO_DEBUGGING_INFO.
15950 * opts.c (set_debug_level): Likewise.
15952 2015-08-14 James Greenhalgh <james.greenhalgh@arm.com>
15954 * config/arm/types.md (is_neon_type): Add missing types.
15956 2015-08-14 Yuri Rumyantsev <ysrumyan@gmail.com>
15958 * config/i386/driver-i386.c (host_detect_local_cpu): Add support
15960 * config/i386/i386.c (PTA_SKYLAKE): New macros.
15961 (processor_alias_table): Add skylake description.
15962 (enum processor_model): Add skylake processor.
15963 (arch_names_table): Add skylake record.
15964 * doc/invoke.texi: Add skylake item.
15966 2015-08-13 Andrew MacLeod <amacleod@redhat.com>
15968 * ira-int.h: Include recog.h.
15969 * ira-build.c: Don't include recog.h.
15970 * ira-color.c: Likewise.
15971 * ira-conflicts.c: Likewise.
15972 * ira-costs.c: Likewise.
15973 * ira-emit.c: Likewise.
15974 * ira-lives.c: Likewise.
15976 * sched-deps.c: Likewise.
15977 * sel-sched.c: Likewise.
15978 * target-globals.c: Likewise.
15980 2015-08-13 Richard Sandiford <richard.sandiford@arm.com>
15983 * reload1.c (elimination_costs_in_insn): Make it obvious to the
15984 compiler that the n_dups and n_operands loop bounds are invariant.
15986 2015-08-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15988 * ifcvt.c (noce_try_store_flag_constants): Handle PLUS-immediate
15989 expressions in A and B.
15991 2015-08-13 Richard Biener <rguenther@suse.de>
15993 * tree.c (nonnull_arg_p): Move from ...
15994 * tree-vrp.c (nonnull_arg_p): ... here.
15995 * tree.h (nonnull_arg_p): Declare.
15996 * tree-ssa-sccvn.c (init_scc_vn): Perform all lattice init
15997 here, register ptr != 0 for nonnull_arg_p pointer arguments.
15998 Properly initialize static chain and by-reference result pointer.
15999 (run_scc_vn): Adjust.
16001 2015-08-13 Robert Suchanek <robert.suchanek@imgtec.com>
16003 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Enable load/store pairs for
16006 2015-08-13 Matthew Wahab <matthew.wahab@arm.com>
16008 * config/aarch64/aarch64-protos.h
16009 (aarch64_gen_atomic_cas): Declare.
16010 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap):
16011 Choose appropriate instruction pattern for the target.
16012 (aarch64_gen_atomic_cas): New.
16013 * config/aarch64/atomics.md (UNSPECV_ATOMIC_CAS): New.
16014 (atomic_compare_and_swap<mode>_1): Rename to
16015 aarch64_compare_and_swap<mode>. Fix some indentation.
16016 (aarch64_compare_and_swap<mode>_lse): New.
16017 (aarch64_atomic_cas<mode>): New.
16019 2015-08-13 Matthew Wahab <matthew.wahab@arm.com>
16021 * config/aarch64/aarch64.h (AARCH64_ISA_LSE): New.
16024 2015-08-13 Richard Biener <rguenther@suse.de>
16026 PR tree-optimization/67191
16027 * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children): Remove
16028 assert we value-numbered last stmts operand because it can validly
16029 trigger for unreachable code.
16031 2015-08-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16033 PR rtl-optimization/67103
16034 * ifcvt.c (noce_try_store_flag_constants): Move
16035 x = (-(test != 0) & (b - a)) + a transformation to...
16036 (noce_try_cmove): ... Here. Try it if normal conditional
16039 2015-08-13 Robert Suchanek <robert.suchanek@imgtec.com>
16041 * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64
16043 * config/mips/mips.md (processor): Remove w32 and w64.
16045 2015-08-13 Richard Biener <rguenther@suse.de>
16047 PR tree-optimization/66502
16048 PR tree-optimization/67167
16049 * tree-ssa-sccvn.c (vn_phi_compute_hash): Do not include
16050 backedge arguments.
16051 (vn_phi_lookup): Adjust.
16052 (vn_phi_insert): Likewise.
16053 (visit_phi): Prefer to value-number to another PHI node
16054 over value-numbering to a PHI argument.
16055 (init_scc_vn): Mark DFS back edges.
16057 2015-08-13 Richard Biener <rguenther@suse.de>
16059 * gimple.h (gcall::code_): New constant static member.
16060 (gcond::code_): Likewise.
16061 * gimple.c (gcall::code_): Define.
16062 (gcond::code_): Likewise.
16063 (is_a_helper <const gcond *>): Add.
16064 (gimple_call_lhs): Use GIMPLE_CHECK2 in the gimple overload
16065 and forward to a new gcall overload with less checking and a
16066 cheaper way to access the operand.
16067 (gimple_call_lhs_ptr): Likewise.
16068 (gimple_call_set_lhs): Likewise.
16069 (gimple_call_internal_p): Likewise.
16070 (gimple_call_with_bounds_p): Likewise.
16071 (gimple_call_set_with_bounds): Likewise.
16072 (gimple_call_internal_fn): Likewise.
16073 (gimple_call_set_ctrl_altering): Likewise.
16074 (gimple_call_ctrl_altering_p): Likewise.
16075 (gimple_call_fntype): Likewise.
16076 (gimple_call_fn): Likewise.
16077 (gimple_call_fn_ptr): Likewise.
16078 (gimple_call_set_fndecl): Likewise.
16079 (gimple_call_fndecl): Likewise.
16080 (gimple_call_chain): Likewise.
16081 (gimple_call_num_args): Likewise.
16082 (gimple_call_arg): Likewise.
16083 (gimple_call_arg_ptr): Likewise.
16084 (gimple_call_set_arg): Likewise.
16085 (gimple_call_noreturn_p): Likewise.
16086 (gimple_cond_code): Likewise.
16087 (gimple_cond_lhs): Likewise.
16088 (gimple_cond_rhs): Likewise.
16089 (gimple_has_lhs): Reduce checking.
16091 2015-08-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
16093 PR middle-end/25529
16094 * match.pd (div (mult @0 @1) @1) : New simplifier.
16096 2015-08-12 Michael Meissner <meissner@linux.vnet.ibm.com>
16099 * config/rs6000/predicates.md (easy_vector_constant_vsldoi): New
16100 predicate to allow construction of vector constants using the
16101 VSLDOI vector shift instruction.
16103 * config/rs6000/rs6000-protos.h (vspltis_shifted): Add
16106 * config/rs6000/rs6000.c (vspltis_shifted): New function to return
16107 the number of bytes to be shifted left and filled in with either
16108 all zero or all one bits.
16109 (gen_easy_altivec_constant): Call vsplitis_shifted if no other
16111 (output_vec_const_move): On power8, generate XXLORC to generate
16112 a vector constant with all 1's. Do a split if we need to use a
16113 VSLDOI instruction.
16115 * config/rs6000/rs6000.h (EASY_VECTOR_MSB): Use mode mask to
16116 properly test for the MSB.
16118 * config/rs6000/altivec.md (VSLDOI splitter): Add splitter for
16119 vector constants that can be created with VSLDOI.
16121 2015-08-11 Trevor Saunders <tbsaunde@tbsaunde.org>
16124 * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
16125 gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
16126 ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
16127 omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
16128 tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
16129 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
16130 tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
16131 tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
16132 vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
16134 2015-08-12 Max Filippov <jcmvbkbc@gmail.com>
16136 * config/xtensa/constraints.md (define_constraint "Y"): New
16138 * config/xtensa/elf.h (ASM_SPEC): Add m(no-)auto-litpools.
16139 * config/xtensa/linux.h (ASM_SPEC): Likewise.
16140 * config/xtensa/predicates.md (move_operand): Match constants
16141 and symbols in the presence of TARGET_AUTO_LITPOOLS.
16142 * config/xtensa/xtensa.c (xtensa_valid_move): Don't allow
16143 immediate references to TLS data.
16144 (xtensa_emit_move_sequence): Don't force constants to memory in
16145 the presence of TARGET_AUTO_LITPOOLS.
16146 (print_operand): Add 'y' format, same as default, but capable of
16147 printing SF mode constants as well.
16148 * config/xtensa/xtensa.md (movsi_internal, movhi_internal)
16149 (movsf_internal): Add movi pattern that loads literal.
16150 (movsf, movdf): Don't force constants to memory in the presence
16151 of TARGET_AUTO_LITPOOLS.
16152 (movdf_internal): Add 'Y' constraint.
16153 * config/xtensa/xtensa.opt (mauto-litpools): New option.
16154 * doc/invoke.text (Xtensa options): Document -mauto-litpools.
16156 2015-08-12 Matthew Wahab <matthew.wahab@arm.com>
16158 * config/arm/arm-fpus.def: Replace booleans with feature flags.
16160 * config/arm/arm.c (ARM_FPU): Update macro.
16161 * config/arm/arm.h (TARGET_NEON_FP16): Update feature test.
16162 (TARGET_FP16): Likewise.
16163 (TARGET_CRYPTO): Likewise.
16164 (TARGET_NEON): Likewise.
16165 (struct arm_fpu_desc): Remove fields neon, fp16 and crypto. Add
16168 2015-08-12 Tom de Vries <tom@codesourcery.com>
16172 * doc/install.texi: Remove --with_host_libstdcxx item. Update
16173 --with-stage1-libs, --with-boot-ldflags and --with-boot-libs items
16174 accordingly. Mention default for --with-stage1-ldflags.
16176 2015-08-12 Matthew Wahab <matthew.wahab@arm.com>
16178 * config/arm/arm.h (arm_fpu_feature_set): New.
16179 (ARM_FPU_FSET_HAS): New.
16180 (FPU_FL_NONE): New.
16181 (FPU_FL_NEON): New.
16182 (FPU_FL_FP16): New.
16183 (FPU_FL_CRYPTO): New.
16185 2015-08-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16187 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Break
16188 after -mcmodel=large -fPIC sorry.
16190 2015-08-12 Richard Biener <rguenther@suse.de>
16192 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize
16193 comparison operand order and commutative ternary op operand order.
16194 (sccvn_dom_walker::cond_stack): New state to track temporary
16196 (sccvn_dom_walker::after_dom_children): Remove tempoary expressions
16198 (sccvn_dom_walker::record_cond): Add a single temporary conditional
16200 (sccvn_dom_walker::record_conds): Add a temporary conditional
16201 expressions and all related expressions also true/false.
16202 (sccvn_dom_walker::before_dom_children): Record temporary
16203 expressions based on the controlling condition of a single
16204 predecessor. When trying to simplify a conditional statement
16205 lookup expressions we might have inserted earlier.
16207 2015-08-12 Yvan Roux <yvan.roux@linaro.org>
16210 * config/arm/arm.md (movdi): Restrict illegitimate ldrd/strd checking
16211 to ARM core registers.
16213 2015-08-12 Nathan Sidwell <nathan@acm.org>
16215 * tree-vrp.c (simplify_min_or_max_using_ranges): New.
16216 (simplify_stmt_using_ranges): Simplify MIN and MAX exprs.
16218 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
16220 * config/mips/mips.c (mips_store_data_bypass_p): Bring code into
16221 line with comments.
16222 * config/mips/sb1.md: Update usage of mips_store_data_bypass_p.
16224 2015-08-12 Richard Biener <rguenther@suse.de>
16226 * gimple.h (remove_pointer): New trait.
16227 (GIMPLE_CHECK2): New inline template function.
16228 (gassign::code_): New constant static member.
16229 (is_a_helper<const gassign *>): Add.
16230 (gimple_assign_lhs): Use GIMPLE_CHECK2 in the gimple overload
16231 and forward to a new gassign overload with less checking and a
16232 cheaper way to access the operand.
16233 (gimple_assign_lhs_ptr): Likewise.
16234 (gimple_assign_set_lhs): Likewise.
16235 (gimple_assign_rhs1, gimple_assign_rhs1_ptr, gimple_assign_set_rhs1):
16237 (gimple_assign_rhs2, gimple_assign_rhs2_ptr, gimple_assign_set_rhs2):
16239 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3):
16241 (gimple_assign_rhs_code): Likewise.
16242 * gimple.c (gassign::code_): Define.
16244 2015-08-12 Richard Biener <rguenther@suse.de>
16246 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16247 Eliminate edges marked as not executable by SCCVN.
16248 * tree-ssa-sccvn.c: Include gimple-iterator.h.
16249 (cond_dom_walker): Rename to sccvn_dom_walker.
16250 (sccvn_dom_walker::before_dom_children): Value-number defs
16252 (run_scc_vn): Remove loop value-numbering all SSA names.
16253 Drop not visited SSA names to varying.
16255 2015-08-11 Trevor Saunders <tbsaunde@tbsaunde.org>
16257 * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
16258 gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
16259 ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
16260 omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
16261 tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
16262 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
16263 tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
16264 tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
16265 vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
16267 2015-08-11 Uros Bizjak <ubizjak@gmail.com>
16270 * config/i386/i386.c (get_builtin_code_for_version): Add P_PCLMUL
16271 to enum feature_priority and feature_list.
16272 (fold_builtin_cpu): Add F_PCLMUL to enum processor_features
16273 and isa_names_table.
16275 2015-08-11 Yuri Rumyantsev <ysrumyan@gmail.com>
16277 * tree-vect-stmts.c (vectorizable_shift): Add missed test on
16278 vect_induction_def.
16280 2015-08-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
16284 * diagnostic.c (diagnostic_classify_diagnostic): Take -Werror into
16285 account when deciding what was the command-line status.
16287 2015-08-11 Nathan Sidwell <nathan@acm.org>
16289 * tree-vrp.c (simplify_abs_using_ranges): Simplify.
16291 * tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if
16292 we're not the only contributor to target phi.
16294 2015-08-11 Jiong Wang <jiong.wang@arm.com>
16296 * config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
16299 2015-08-11 Tom de Vries <tom@codesourcery.com>
16301 * tree-cfg.c (move_sese_region_to_fn): Add todo comment.
16303 2015-08-10 H.J. Lu <hongjiu.lu@intel.com>
16305 * config/i386/i386.c (processor_alias_table): Replace CPU_KNL
16307 * config/i386/i386.md (cpu): Remove knl.
16309 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
16312 PR middle-end/66332
16313 * builtins.c (expand_builtin_acc_on_device) [ACCEL_COMPILER]: Emit
16314 open-coded sequence.
16315 * omp-low.c (oacc_process_reduction_data): Remove handline of
16316 GOMP_DEVICE_HOST_NONSHM.
16318 * lto-streamer-in.c (lto_input_mode_table): Adjust to
16319 GET_MODE_INNER changes.
16321 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
16322 Ilya Verbin <ilya.verbin@intel.com>
16324 * lto-streamer-in.c (lto_input_mode_table): Correctly advance iterator.
16326 2015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
16328 * doc/options.texi (EnabledBy): Document that the argument must be
16330 * doc/invoke.texi (Wnull-dereference): Move after Wnonnull.
16331 Not enabled by -Wall.
16332 * optc-gen.awk: Give nicer error messages. Detect if the argument
16333 of EnabledBy is not a Common option.
16334 * common.opt (Wnull-dereference): Not enabled by -Wall.
16335 * opt-functions.awk (lang_enabled_by): Nicer error messages.
16337 2015-08-09 H.J. Lu <hongjiu.lu@intel.com>
16339 * config/i386/driver-i386.c (host_detect_local_cpu): Treat
16340 model == 0x4f as Broadwell.
16342 2015-08-08 Segher Boessenkool <segher@kernel.crashing.org>
16344 PR rtl-optimization/67028
16345 * combine.c (simplify_comparison): Fix comment. Rearrange code.
16346 Add test to see if a const_int fits in the new mode.
16348 2015-08-07 DJ Delorie <dj@redhat.com>
16350 * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
16352 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
16354 PR rtl-optimization/67029
16355 * ira-color.c: Include "recog.h" before including "ira-int.h".
16356 * target-globals.c: Likewise.
16357 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Add an
16358 adds an alternative_mask argument and use it instead of
16359 preferred_alternatives.
16360 * ira.h (ira_implicitly_set_insn_hard_regs): Moved to ...
16361 * ira-int.h (ira_implicitly_set_insn_hard_regs): Here.
16362 * sched-deps.c: Include "ira-int.h" after including "ira.h".
16363 (sched_analyze_insn): Update call to
16364 ira_implicitly_set_insn_hard_regs.
16365 * sel-sched.c: Include "ira-int.h" after including "ira.h".
16366 (implicit_clobber_conflict_p): Update call to
16367 ira_implicitly_set_insn_hard_regs.
16369 2015-08-06 Uros Bizjak <ubizjak@gmail.com>
16371 * Makefile.in (.INTERMEDIATE): Add gpl.pod.
16373 2015-08-07 Kaz Kojima <kkojima@gcc.gnu.org>
16376 * config/sh/sh.c (sh_recog_treg_set_expr): Return false when
16377 currently_expanding_to_rtl is set.
16379 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
16381 * configure.ac: Define LIBICONV_DEP with in-tree libiconv.
16382 * configure: Regenerate.
16384 2015-08-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16385 Jiong Wang <jiong.wang@arm.com>
16387 * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
16388 * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
16389 (REG_CLASS_NAMES): Likewise.
16390 (REG_CLASS_CONTENTS): Likewise.
16391 * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
16392 (aarch64_register_move_cost): Likewise.
16393 (aarch64_load_symref_appropriately): Invoke the new added pattern if
16395 * config/aarch64/constraints.md (Uc0): New constraint.
16397 2015-08-06 Jiong Wang <jiong.wang@arm.com>
16399 * config/aarch64/constraints.md (Usf): Add the test of
16400 aarch64_is_noplt_call_p.
16402 2015-08-06 Jiong Wang <jiong.wang@arm.com>
16404 * config/aarch64/aarch64-protos.h (aarch64_is_noplt_call_p): New
16406 * config/aarch64/aarch64.c (aarch64_is_noplt_call_p): New function.
16407 * config/aarch64/aarch64.md (call_value_symbol): Check noplt scenarios.
16408 (call_symbol): Likewise.
16410 2015-08-06 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
16412 * tree-vect-patterns.c (vect_recog_mult_pattern): New function
16413 for vectorizing multiplication patterns.
16414 * tree-vectorizer.h: Adjust the number of patterns.
16416 2015-08-06 Uros Bizjak <ubizjak@gmail.com>
16418 * config/i386/sse.md (*vec_concatv2df): Declare added
16419 alternatives as sselog type.
16421 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16423 * config/s390/s390.c (s390_dwarf_frame_reg_mode): Return Pmode for
16426 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16428 * config/s390/s390.c (s390_expand_tbegin): Expand either
16429 tbegin_1_z13 or tbegin_1 depending on VX flag.
16430 * config/s390/s390.md ("tbegin_1_z13"): New expander.
16432 2015-08-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16434 * config/s390/s390.opt: Clarify description for -mzvector
16435 * doc/invoke.texi: Add documentation for -mhtm, -mvx, and
16438 2015-08-06 Richard Biener <rguenther@suse.de>
16440 * gimple.h (gimple_call_set_fn): Access op member directly.
16441 (gimple_call_chain_ptr): Likewise.
16442 (gimple_call_set_chain): Likewise.
16443 (gimple_cond_lhs_ptr): Likewise.
16444 (gimple_cond_set_lhs): Likewise.
16445 (gimple_cond_rhs_ptr): Likewise.
16446 (gimple_cond_set_rhs): Likewise.
16447 (gimple_cond_true_label): Likewise.
16448 (gimple_cond_set_true_label): Likewise.
16449 (gimple_cond_set_false_label): Likewise.
16450 (gimple_cond_false_label): Likewise.
16451 (gimple_label_label): Likewise.
16452 (gimple_label_set_label): Likewise.
16453 (gimple_goto_set_dest): Likewise.
16454 (gimple_asm_input_op): Likewise.
16455 (gimple_asm_input_op_ptr): Likewise.
16456 (gimple_asm_set_input_op): Likewise.
16457 (gimple_asm_output_op): Likewise.
16458 (gimple_asm_output_op_ptr): Likewise.
16459 (gimple_asm_set_output_op): Likewise.
16460 (gimple_asm_clobber_op): Likewise.
16461 (gimple_asm_set_clobber_op): Likewise.
16462 (gimple_asm_label_op): Likewise.
16463 (gimple_asm_set_label_op): Likewise.
16464 (gimple_switch_index): Likewise.
16465 (gimple_switch_index_ptr): Likewise.
16466 (gimple_return_retval_ptr): Likewise.
16467 (gimple_return_retval): Likewise.
16468 (gimple_return_set_retval): Likewise.
16469 (gimple_switch_set_index): Likewise. Remove superfluous GIMPLE_CHECK.
16470 (gimple_switch_label): Likewise.
16471 (gimple_switch_set_label): Likewise.
16473 2015-08-06 Richard Biener <rguenther@suse.de>
16475 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Simplify
16476 bool comparison canonicalization and restrict to integers.
16478 2015-08-05 Andrew MacLeod <amacleod@redhat.com>
16480 * coretypes.h (enum symbol_visibility): Relocate here.
16481 * flag-types.h (enum symbol_visibility): Remove.
16482 * tree-core.h (enum symbol_visibility): Remove.
16484 2015-08-05 Lynn Boger <laboger@linux.vnet.ibm.com>
16487 * config/rs6000/rs6000.c (rs6000_emit_prologue): Check
16488 for no_split_stack function attribute along with
16490 (rs6000_expand_split_stack_prologue): Likewise.
16492 2015-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
16493 Jeff Law <law@redhat.com>
16496 * doc/invoke.texi (Wnull-dereference): New.
16497 * tree-vrp.c (infer_value_range): Update call to infer_nonnull_range.
16498 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behaviour):
16499 Warn for potential NULL dereferences.
16500 (find_explicit_erroneous_behaviour): Warn for NULL dereferences.
16501 * ubsan.c (instrument_nonnull_arg): Call
16502 infer_nonnull_range_by_attribute.
16503 (instrument_nonnull_return): Likewise.
16504 * common.opt (Wnull-dereference); New.
16505 * gimple.c (infer_nonnull_range): Remove bool arguments.
16506 (infer_nonnull_range_by_dereference): New.
16507 (infer_nonnull_range_by_attribute): New.
16508 * gimple.h: Update declarations.
16510 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
16512 * gensupport.c (sequence_num): Replace with...
16513 (insn_sequence_num, split_sequence_num, peephole2_sequence_num):
16514 ...these new variables.
16515 (init_rtx_reader_args_cb): Update accordingly.
16516 (get_num_code_insns): Likewise.
16517 (read_md_rtx): Rework to use a while loop and get_c_test.
16518 Use the new counters. Remove redundant DEFINE_SUBST case.
16519 * genoutput.c (gen_split): Delete.
16520 (main): Don't call it.
16522 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
16524 * gensupport.h (get_c_test): Declare.
16525 * gensupport.c (get_c_test): New function.
16526 * genconditions.c (main): Use it.
16527 * genrecog.c (validate_pattern): Likewise.
16528 (match_pattern_1): Likewise. Remove c_test argument.
16529 (match_pattern): Update accordingly and remove c_test argument.
16530 (main): Update accordingly.
16532 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
16534 * gensupport.h (get_num_insn_codes): Declare.
16535 * gensupport.c (get_num_insn_codes): New function.
16536 * genattrtab.c (optimize_attrs): Rename max_insn_code to
16538 (main): Likewise. Use get_num_insn_codes.
16539 * gencodes.c (main): Remove "last" and use get_num_insn_codes.
16541 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
16543 PR middle-end/66311
16544 * wide-int.cc (wi::from_mpz): Make sure that absolute mpz value
16545 is zero- rather than sign-extended.
16547 2015-08-05 Richard Sandiford <richard.sandiford@arm.com>
16549 * target-insns.def (can_extend): Delete.
16551 2015-08-05 Richard Biener <rguenther@suse.de>
16553 PR tree-optimization/67121
16554 * tree-if-conv.c (combine_blocks): Clear range-info produced
16555 by stmts no longer executed conditionally.
16557 2015-08-05 Nick Clifton <nickc@redhat.com>
16559 * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimization
16560 to allow identical far pointers to remain.
16562 2015-08-05 Richard Biener <rguenther@suse.de>
16564 PR middle-end/67120
16565 * match.pd: Compare address bases with == if they are decls
16566 or SSA names, not operand_equal_p. Otherwise fail.
16568 2015-08-05 Richard Biener <rguenther@suse.de>
16570 PR tree-optimization/67055
16571 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Handle
16574 * g++.dg/torture/pr67055.C: New testcase.
16576 2015-08-05 Kirill Yukhin <kirill.yukhin@intel.com>
16578 * config/i386/i386.md (define_attr "isa"): Addd avx512vl and
16580 (define_attr "enabled"): Handle avx521vl and noavx512vl.
16581 * config/i386/sse.md (define_insn "vec_dupv2df<mask_name>"): Split
16582 AVX-512 alternative out of SSE.
16583 (define_insn "*vec_concatv2df"): Ditto.
16585 2015-08-05 Kirill Yukhin <kirill.yukhin@intel.com>
16587 * config/i386/i386.c (bdesc_args): Rename CODE_FOR_sse4_1_ptest into
16588 CODE_FOR_sse4_1_ptestv2di and CODE_FOR_avx_vtestps256 into
16589 CODE_FOR_avx_ptestv4di.
16590 * config/i386/sse.md (define_mode_iterator V_AVX): New.
16591 (define_mode_attr sse4_1): Extend to other 128/256-bit modes.
16592 (define_insn "avx_ptest256"): Merge this ...
16593 (define_insn "sse4_1_ptest"): And this ...
16594 (define_insn "<sse4_1>_ptest<mode>"): Into this. Use V_AVX iterator.
16596 2015-08-05 Richard Biener <rguenther@suse.de>
16598 PR tree-optimization/67109
16599 * tree-vect-data-refs.c (vect_analyze_group_access_1): Check
16600 against too big groups. Print whether this is a load or store
16601 group. Rename from ...
16602 (vect_analyze_group_access): ... this which is now a wrapper
16603 dissolving an invalid group.
16604 (vect_analyze_data_ref_accesses): Print whether this is a load
16607 2015-08-05 Richard Biener <rguenther@suse.de>
16609 PR middle-end/67107
16610 * match.pd: Guard const_binop result checking against NULL_TREE
16613 2015-08-05 Kugan Vivekanandarajah <kuganv@linaro.org>
16615 * cse.c (cse_insn): Restoring old behaviour for src_eqv
16616 when dest and value in the REG_EQUAL are same and dest
16617 is STRICT_LOW_PART.
16619 2015-08-04 Anatoly Sokolov <aesok@post.ru>
16621 * config/moxie/moxie.h (PRINT_OPERAND,
16622 PRINT_OPERAND_ADDRESS): Remove macros.
16623 * config/moxie/moxie-protos.h (moxie_print_operand,
16624 moxie_print_operand_address): Remove declaration.
16625 * config/moxie/moxie.c (TARGET_PRINT_OPERAND,
16626 TARGET_PRINT_OPERAND_ADDRESS): Define.
16627 (moxie_print_operand, moxie_print_operand_address): Make static.
16629 2015-08-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
16632 * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix NEG cost for FNMUL.
16633 (aarch64_rtx_mult_cost): Fix MULT cost with -frounding-math.
16635 2015-08-04 Richard Biener <rguenther@suse.de>
16637 * genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in
16639 (dt_operand::gen_gimple_expr): Adjust.
16641 2015-08-04 Richard Biener <rguenther@suse.de>
16643 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize
16644 bool compares on RHS.
16645 * match.pd: Add X ==/!= !X is false/true pattern.
16647 2015-08-04 Pawel Kupidura <pawel.kupidura@arm.com>
16649 * config/aarch64/aarch64.c: Change inner loop statement cost
16650 to be consistent with other targets.
16652 2015-08-04 Christophe Lyon <christophe.lyon@linaro.org>
16654 * config/arm/neon.md (neon_vget_lanev2di): Handle big-endian
16657 2015-08-04 Nathan Sidwell <nathan@codesourcery.com>
16659 * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
16660 (machine_function): Remove pseudos field.
16662 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16664 * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
16665 Exit early and use target_option_current_node if processing current
16668 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16670 * doc/extend.texi (AArch64 Function Attributes): New node.
16671 (AArch64 Pragmas): Likewise.
16673 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16675 * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
16676 Initialize simd builtins if TARGET_SIMD.
16677 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
16678 Make sure that the builtins are initialized only once no matter how
16679 many times the function is called.
16680 (aarch64_init_builtins): Unconditionally initialize crc builtins.
16681 (aarch64_relayout_simd_param): New function.
16682 (aarch64_simd_expand_args): Use above during argument expansion.
16683 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Initialize
16684 simd builtins if TARGET_SIMD.
16685 * config/aarch64/aarch64-protos.h (aarch64_init_simd_builtins): New
16687 (aarch64_relayout_simd_types): Likewise.
16689 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16691 * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.
16692 * config/aarch64/aarch64.h (REGISTER_TARGET_PRAGMAS): Define.
16693 (TARGET_CPU_CPP_BUILTINS): Redefine to call aarch64_cpu_cpp_builtins.
16694 * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
16696 (aarch64_reset_previous_fndecl): New function.
16697 (aarch64_handle_attr_isa_flags): Handle "+nothing" in the beginning of
16699 * config/aarch64/aarch64-c.c: New file.
16700 * config/aarch64/arm_acle.h: Add pragma +crc+nofp at the top.
16701 Push and pop options at beginning and end. Remove ifdef
16702 __ARM_FEATURE_CRC32.
16703 * config/aarch64/arm_neon.h: Remove #ifdef check on __ARM_NEON.
16704 Add pragma +nothing+simd and +nothing+crypto where appropriate.
16705 * config/aarch64/t-aarch64 (aarch64-c.o): New rule.
16706 * config/aarch64/aarch64-protos.h (aarch64_cpu_cpp_builtins):
16708 (aarch64_register_pragmas): Likewise.
16709 (aarch64_reset_previous_fndecl): Likewise.
16710 (aarch64_process_target_attr): Likewise.
16711 (aarch64_override_options_internal): Likewise.
16713 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16715 * config/aarch64/aarch64.c (aarch64_tribools_ok_for_inlining_p):
16717 (aarch64_can_inline_p): Likewise.
16718 (TARGET_CAN_INLINE_P): Define.
16720 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16722 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
16723 Remove static. Handle OPT_mgeneral_regs_only,
16724 OPT_mfix_cortex_a53_835769, OPT_mstrict_align,
16725 OPT_momit_leaf_frame_pointer.
16726 * config/aarch64/aarch64.c: Include opts.h and diagnostic.h
16727 (aarch64_attr_opt_type): New enum.
16728 (aarch64_attribute_info): New struct.
16729 (aarch64_handle_attr_arch): New function.
16730 (aarch64_handle_attr_cpu): Likewise.
16731 (aarch64_handle_attr_tune): Likewise.
16732 (aarch64_handle_attr_isa_flags): Likewise.
16733 (aarch64_attributes): New table.
16734 (aarch64_process_one_target_attr): New function.
16735 (num_occurences_in_str): Likewise.
16736 (aarch64_process_target_attr): Likewise.
16737 (aarch64_option_valid_attribute_p): Likewise.
16738 (TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
16739 * config/aarch64/aarch64-protos.h: Include input.h
16740 (aarch64_handle_option): Declare prototype.
16742 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16744 * config/aarch64/aarch64.h (SWITCHABLE_TARGET): Define.
16745 * config/aarch64/aarch64.c: Include target-globals.h
16746 (aarch64_previous_fndecl): New variable.
16747 (aarch64_set_current_function): New function.
16748 (TARGET_SET_CURRENT_FUNCTION): Define.
16750 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16752 * config/aarch64/aarch64.opt (explicit_tune_core): New TargetVariable.
16753 (explicit_arch): Likewise.
16754 (x_aarch64_isa_flags): Likewise.
16755 (mgeneral-regs-only): Mark as Save.
16756 (mfix-cortex-a53-835769): Likewise.
16757 (mcmodel=): Likewise.
16758 (mstrict-align): Likewise.
16759 (momit-leaf-frame-pointer): Likewise.
16760 (mtls-dialect): Likewise.
16761 (master=): Likewise.
16762 * config/aarch64/aarch64.h (ASM_DECLARE_FUNCTION_NAME): Define.
16763 (aarch64_isa_flags): Remove extern declaration.
16764 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Return a bool
16765 to indicate success or failure.
16766 (aarch64_validate_march): Likewise.
16767 (aarch64_validate_mtune): Likewise.
16768 (aarch64_isa_flags): Delete.
16769 (aarch64_override_options_internal): Access opts->x_aarch64_isa_flags
16770 instead of aarch64_isa_flags.
16771 (aarch64_get_tune_cpu): New function.
16772 (aarch64_get_arch): Likewise.
16773 (aarch64_override_options): Use above and set up explicit_tune_core
16775 (aarch64_print_extension): Move earlier in file. Add isa_flags
16776 argument and use that instead of the global aarch64_isa_flags.
16777 (aarch64_option_save): New function.
16778 (aarch64_option_restore): Likewise.
16779 (aarch64_option_print): Likewise.
16780 (aarch64_declare_function_name): Likewise.
16781 (aarch64_start_file): Delete.
16782 (TARGET_ASM_FILE_START): Do not define.
16783 (TARGET_OPTION_RESTORE, TARGET_OPTION_PRINT): Define.
16784 * config/aarch64/aarch64-protos.h (aarch64_declare_function_name):
16787 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16789 * config/aarch64/aarch64.opt (momit-leaf-frame-pointer): Initialize
16790 flag_omit_leaf_frame_pointer to 2.
16792 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16794 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_835769_DEFAULT): Always
16796 (TARGET_FIX_ERR_A53_835769): New macro.
16797 * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
16798 handling of opts->x_aarch64_fix_a53_err835769.
16799 (aarch64_madd_needs_nop): Check for TARGET_FIX_ERR_A53_835769 rather
16800 than aarch64_fix_a53_err835769.
16801 * config/aarch64/aarch64-elf-raw.h: Update for above changes.
16802 * config/aarch64/aarch64-linux.h: Likewise.
16804 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
16806 * config/i386/i386.c (ix86_expand_int_movcc): Check result of
16807 ix86_expand_int_movcc as boolean.
16809 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16811 * config/aarch64/aarch64.opt (aarch64_arch_string): Delete.
16812 (aarch64_cpu_string): Likewise.
16813 (aarch64_tune_string): Likewise.
16814 * config/aarch64/aarch64.c (aarch64_parse_opt_result): New enum.
16815 (aarch64_parse_extension): Return aarch64_parse_opt_result.
16816 Add extra argument to put result into.
16817 (aarch64_parse_arch): Likewise. Do not set selected_cpu.
16818 (aarch64_parse_cpu): Add arguments to put results into. Return
16819 aarch64_parse_opt_result.
16820 (aarch64_parse_tune): Likewise.
16821 (aarch64_override_options_after_change_1): New function.
16822 (aarch64_override_options_internal): New function.
16823 (aarch64_validate_mcpu): Likewise.
16824 (aarch64_validate_march): Likewise.
16825 (aarch64_validate_mtune): Likewise.
16826 (aarch64_override_options): Update to reflect above changes.
16827 Move some logic into aarch64_override_options_internal.
16828 Initialize target_option_default_node and target_option_current_node.
16829 (aarch64_override_options_after_change): Move logic into
16830 aarch64_override_options_after_change_1 and call it with global_options.
16831 (initialize_aarch64_code_model): Take a gcc_options pointer and use the
16832 flag values from that.
16834 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16836 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
16837 __ARM_ARCH_8A directly rather than with cpp_define_formatted.
16838 * config/aarch64/aarch64.c (struct processor): Add arch field.
16839 (all_architectures): Handle above, move above all_cores.
16840 (all_cores): Handle above.
16841 (aarch64_parse_arch): Handle above changes.
16842 * config/aarch64/aarch64-arches.def (armv8-a): Extend according to
16843 above. Update comments.
16844 (armv8.1-a): Likewise.
16845 * config/aarch64/aarch64-cores.def: Update according to above.
16846 * config/aarch64/aarch64-opts.h (aarch64_arch): New enum.
16847 * config/aarch64/driver-aarch64.c (struct aarch64_arch): Rename to
16848 aarch64_arch_driver_info.
16850 2015-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16852 * config/aarch64/aarch64.c (struct processor): Add ident field.
16853 Rename core sched_core.
16854 (all_cores): Handle above changes.
16855 (all_architectures): Likewise.
16856 (aarch64_parse_arch): Likewise.
16857 (aarch64_override_options): Likewise.
16859 2015-08-04 Richard Biener <rguenther@suse.de>
16861 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
16862 dispatching to fold_binary for GIMPLE_BINARY_RHS and for
16863 comparisons embedded in [VEC_]COND_EXPRs.
16865 2015-08-03 Abe Skolnik <a.skolnik@samsung.com>
16867 * tree-if-conv.c: Fix various typos in comments.
16868 * tree-vect-stmts.c: Likewise.
16870 2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
16872 PR tree-optimization/67043
16873 * loop-invariant.c (move_invariant_reg): Recompute luids in loop
16874 preheader after hoisting invariant in it.
16875 (find_defs): Force recomputation of all luids.
16877 2015-08-03 Peter Bergner <bergner@vnet.ibm.com>
16879 * config/rs6000/htm.md (tabort.): Restrict the source operand to
16880 using a base register.
16882 2015-08-03 David Malcolm <dmalcolm@redhat.com>
16884 * main.c (main): Pass in NULL for toplev's external_timer.
16885 * timevar.c: Include coretypes.h.
16886 (class timer::named_items): New.
16887 (timer::named_items::named_items): New.
16888 (timer::named_items::~named_items): New.
16889 (timer::named_items::push): New.
16890 (timer::named_items::pop): New.
16891 (timer::named_items::print): New.
16892 (timer::timer): Initialize field "m_jit_client_items".
16893 (timer::~timer): New.
16894 (timer::push): Move bulk of implementation to...
16895 (timer::push_internal): ...here. New function.
16896 (timer::pop): Move bulk of implementation to...
16897 (timer::pop_internal): ...here. New function.
16898 (timer::push_client_item): New.
16899 (timer::pop_client_item): New.
16900 (timer::print_row): New function, taken from timer::print.
16901 (timer::print): Print "GCC items" header if we also have client
16902 items. Move row-printing to timer::print_row. Print any client
16904 (timer::get_topmost_item_name): New method.
16905 * timevar.def (TV_JIT_ACQUIRING_MUTEX): New.
16906 (TV_JIT_CLIENT_CODE): New.
16907 * timevar.h (timer::push_client_item): New declaration.
16908 (timer::pop_client_item): New declaration.
16909 (timer::get_topmost_item_name): New method.
16910 (timer::push_internal): New declaration.
16911 (timer::pop_internal): New declaration.
16912 (timer::print_row): New declaration.
16913 (timer::named_items): New declaration.
16914 (timer::m_jit_client_items): New field.
16915 (timer): Add friend class named_items.
16916 (auto_timevar::auto_timevar): Add timer param.
16917 (auto_timevar::~auto_timevar): Use field "m_timer".
16918 (auto_timevar::m_timer): New field.
16919 * toplev.c (initialize_rtl): Add g_timer as param when
16920 constructing auto_timevar instance.
16921 (toplev::toplev): Add "external_timer" param, and use it to
16922 initialize the "g_timer" global if non-NULL.
16923 (toplev::~toplev): If this created "g_timer", delete it.
16924 * toplev.h (toplev::toplev): Replace "use_TV_TOTAL" bool param
16925 with "external_timer" timer *.
16927 2015-08-03 Alexander Basov <coohpt@gmail.com>
16929 PR middle-end/64744
16930 PR middle-end/48470
16931 PR middle-end/43404
16932 * cfgexpand.c (expand_one_var): Add check if stack is going to
16933 be used in naked function.
16934 * expr.c (expand_expr_addr_expr_1): Remove excess checking
16935 whether expression should not reside in MEM.
16936 * function.c (use_register_for_decl): Do not use registers for
16937 non-register things (volatile, float, BLKMode) in naked functions.
16939 2015-08-03 John David Anglin <danglin@gcc.gnu.org>
16942 * config/pa/pa.md (call_reg_64bit): Remove reg:DI 1 clobber.
16943 Adjust splits to match new pattern.
16945 2015-08-03 Michael Meissner <meissner@linux.vnet.ibm.com>
16947 * config/rs6000/vector.md (VEC_L): Add KFmode and TFmode.
16950 (mov<mode>, VEC_M iterator): Add support for IEEE 128-bit floating
16951 point in VSX registers.
16953 * config/rs6000/constraints.md (wb constraint): Document unused
16955 (we constraint): Likewise.
16956 (wo constraint): Likewise.
16957 (wp constraint): New constraint for IEEE 128-bit floating point in
16959 (wq constraint): Likewise.
16961 * config/rs6000/predicates.md (easy_fp_constant): Add support for
16962 IEEE 128-bit floating point in VSX registers.
16963 (easy_scalar_constant): Likewise.
16965 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add new
16966 constraints (wp, wq) for IEEE 128-bit floating point in VSX
16968 (rs6000_init_hard_regno_mode_ok): Likewise.
16970 * config/rs6000/vsx.md (VSX_LE_128): Add support for IEEE 128-bit
16971 floating point in VSX registers.
16974 (VSX_M2): Likewise.
16980 (vsx_le_permute_<mode>): Add support to properly swap bytes for
16981 IEEE 128-bit floating point in VSX registers on little endian.
16982 (vsx_le_undo_permute_<mode>): Likewise.
16983 (vsx_le_perm_load_<mode>): Likewise.
16984 (vsx_le_perm_store_<mode>): Likewise.
16985 (splitters for IEEE 128-bit fp moves): Likewise.
16987 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wp and
16990 * config/rs6000/altivec.md (VM): Add support for IEEE 128-bit
16991 floating point in VSX registers.
16994 * doc/md.text (Machine Constraints): Document wp and wq
16995 constraints on PowerPC.
16997 2015-08-03 Jeff Law <law@redhat.com>
16999 PR middle-end/66314
17000 PR gcov-profile/66899
17001 * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
17002 iterate over the jump threading paths when an element in the
17003 jump threading paths array is eliminated.
17005 2015-08-03 Segher Boessenkool <segher@kernel.crashing.org>
17007 * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
17009 2015-08-03 Patrick Palka <ppalka@gcc.gnu.org>
17011 * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
17012 is_use_properly_guarded the variable def_preds. Free its
17013 contents before returning.
17014 (prune_uninit_phi_opnds_in_unrealizable_paths): Same.
17015 (is_use_properly_guarded): Replace local variable def_preds with
17016 a parameter. Adjust accordingly. Only update *def_preds if it's
17019 2015-08-03 Richard Biener <rguenther@suse.de>
17021 * genmatch.c (simplify::for_subst_vec): New member.
17022 (binary_ok): New helper for for lowering.
17023 (lower_for): Delay substituting operators into result expressions
17024 if we can merge the results eventually again.
17025 (capture_info::walk_result): Adjust for user_id appearing as
17026 result expression operator.
17027 (expr::gen_transform): Likewise.
17028 (dt_simplify::gen_1): Likewise.
17029 (dt_simplify::gen): Pass not substituted operators to tail
17030 functions or initialize local variable with it.
17031 (decision_tree::gen): Adjust function signature.
17032 * match.pd: Fix tests against global code and add default
17033 cases to switch stmts.
17035 2015-08-03 Richard Biener <rguenther@suse.de>
17037 * genmatch.c (dt_simplify::gen): Create captures array
17038 with an initializer.
17040 2015-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17042 * configure.ac: Set aliasing_flags to -fno-strict-aliasing if
17043 the host compiler is affected by placement new aliasing bug.
17044 * configure: Regenerate.
17045 * Makefile.in (ALIASING_FLAGS): New variable.
17046 (ALL_CXXFLAGS): Add $(ALIASING_FLAGS).
17048 2015-08-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
17051 * config/arm/vfp.md (negmuldf3_vfp): Add new pattern.
17052 (negmulsf3_vfp): Likewise.
17053 (muldf3negdf_vfp): Disable for -frounding-math.
17054 (mulsf3negsf_vfp): Likewise.
17055 * config/arm/arm.c (arm_new_rtx_costs): Fix NEG cost for VNMUL,
17056 fix MULT cost with -frounding-math.
17058 2015-08-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17060 * ifcvt.c (noce_try_store_flag_constants): Make logic of the case
17061 when diff == STORE_FLAG_VALUE or diff == -STORE_FLAG_VALUE more
17062 explicit. Prefer to add the flag whenever possible.
17063 (noce_process_if_block): Try noce_try_store_flag_constants before
17066 2015-08-03 Richard Biener <rguenther@suse.de>
17068 * genmatch.c (struct sinfo, struct sinfo_hashmap_traits, sinfo_map_t):
17069 New hash-map to record equivalent transforms.
17070 (dt_node::analyze): Populate the equivalent transforms hash-map.
17071 (dt_simplify::info): Add reference to hash-map entry.
17072 (dt_simplify::gen): If we have split out a function for the
17073 transform, generate a call to it.
17074 (sinfo_hashmap_traits::hash): New function.
17075 (compare_op): New helper function for ...
17076 (sinfo_hashmap_traits::equal_keys): ... this new function.
17077 (decision_tree::gen): Split out common equivalent transforms
17080 2015-08-03 Richard Biener <rguenther@suse.de>
17082 * gimple-fold.c (fold_gimple_assign): Remove folding of
17083 the comparison in COND_EXPRs.
17085 2015-08-03 Richard Biener <rguenther@suse.de>
17087 * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
17088 on the rhs of assignments first simplify the embedded
17091 2015-08-03 Richard Biener <rguenther@suse.de>
17093 PR tree-optimization/66917
17094 * tree-vectorizer.h (struct dataref_aux): Add base_element_aligned
17096 (DR_VECT_AUX): New macro.
17097 (set_dr_misalignment): Adjust.
17098 (dr_misalignment): Likewise.
17099 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
17100 Compute whether the base is at least element aligned.
17101 * tree-vect-stmts.c (ensure_base_align): Adjust.
17102 (vectorizable_store): If the base is not element aligned
17103 preserve alignment of the original access if misalignment is unknown.
17104 (vectorizable_load): Likewise.
17106 2015-08-02 Martin Sebor <msebor@redhat.com>
17108 * c-family/c.opt (-Wframe-address): New warning option.
17109 * doc/invoke.texi (Wframe-address): Document it.
17110 * doc/extend.texi (__builtin_frame_address, __builtin_return_address):
17111 Clarify possible effects of calling the functions with non-zero
17112 arguments and mention -Wframe-address.
17113 * builtins.c (expand_builtin_frame_address): Handle -Wframe-address.
17115 2015-08-01 Michael Collison <michael.collison@linaro.org
17116 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
17118 * config/arm/arm.md (*arm_smin_cmp): New pattern.
17119 (*arm_umin_cmp): Likewise.
17121 2015-08-01 Caroline Tice <cmtice@google.com>
17124 * vtable-verify.c (vtbl_mangled_name_types, vtbl_mangled_name_ids): New
17126 (vtbl_find_mangled_name): New function.
17127 (vtbl_register_mangled_name): New function.
17128 (vtbl_map_get_node): If DECL_ASSEMBLER_NAME is "<anon>", look up
17129 mangled name in mangled name vectors.
17130 (find_or_create_vtbl_map_node): Ditto.
17131 (var_is_used_for_virtual_call_p): Add recursion_depth parameter;
17132 update recursion_depth on function entry; pass it to every recursive
17133 call; automatically exit if depth > 25 (give up looking at that point).
17134 (verify_bb_vtables): Initialize recursion_depth and pass it to
17135 var_is_used_for_virtual_call_p.
17136 * vtable-verify.h (vtbl_mangbled_name_types, vtbl_mangled_name_ids): New
17137 global variable decls.
17138 (vtbl_register_mangled_name): New extern function decl.
17140 2015-08-01 Tom de Vries <tom@codesourcery.com>
17142 * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
17144 * tree.h (operation_can_overflow, operation_no_trapping_overflow):
17146 * tree-vect-loop.c (vect_is_simple_reduction_1): Use
17147 operation_no_trapping_overflow. Allow non-overflow operations.
17148 * graphite-sese-to-poly.c (is_reduction_operation_p): Allow non-overflow
17151 2015-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
17154 * config/sh/sh.md (GOTaddr2picreg): Fix typo.
17156 2015-07-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17158 * config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
17159 Enable for TARGET_32BIT.
17160 (*if_move_neg): Likewise.
17162 2015-07-31 Nick Clifton <nickc@redhat.com>
17164 * config/m32r/m32r.c (m32r_attribute_identifier): New function.
17165 Returns true for __model__.
17166 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17168 2015-07-31 Alan Modra <amodra@gmail.com>
17171 * config/rs6000/rs6000.c (machine_function): Add split_stack_argp_used.
17172 (rs6000_emit_prologue): Set it.
17173 (rs6000_set_up_by_prologue): Specify r12 when split_stack_argp_used.
17175 2015-07-31 Richard Biener <rguenther@suse.de>
17177 * fold-const.c (fold_binary_loc): Remove X ^ C1 == C2
17178 -> X == (C1 ^ C2) which is already implemented in match.pd.
17179 Remove redundant dispatching to fold_relational_const.
17180 Move unordered self and NaN compares ...
17181 * match.pd: ... as patterns here. Remove some stray captures
17184 2015-07-31 Petr Murzin <petr.murzin@intel.com>
17186 * config/i386/i386.c
17187 (bdesc_special_args): Convert mask type from signed to unsigned for
17189 (ix86_expand_args_builtin): Do not handle UINT_FTYPE_V2DF,
17190 UINT64_FTYPE_V2DF, UINT64_FTYPE_V4SF, V16QI_FTYPE_V8DI,
17191 V16HI_FTYPE_V16SI, V16SI_FTYPE_V16SI, V16SF_FTYPE_FLOAT,
17192 V8HI_FTYPE_V8DI, V8UHI_FTYPE_V8UHI, V8SI_FTYPE_V8DI, V8SF_FTYPE_V8DF,
17193 V8DI_FTYPE_INT64, V8DI_FTYPE_V4DI, V8DI_FTYPE_V8DI, V8DF_FTYPE_DOUBLE,
17194 V8DF_FTYPE_V8SI, V16SI_FTYPE_V16SI_V16SI, V16SF_FTYPE_V16SF_V16SI,
17195 V8DI_FTYPE_V8DI_V8DI, V8DF_FTYPE_V8DF_V8DI, V4SI_FTYPE_V4SF_V4SF,
17196 V4SF_FTYPE_V4SF_UINT64, V2UDI_FTYPE_V4USI_V4USI, V2DI_FTYPE_V2DF_V2DF,
17197 V2DF_FTYPE_V2DF_UINT64, V4UDI_FTYPE_V8USI_V8USI, QI_FTYPE_V8DI_V8DI,
17198 HI_FTYPE_V16SI_V16SI, HI_FTYPE_HI_INT, V16SF_FTYPE_V16SF_V16SF_V16SF,
17199 V16SF_FTYPE_V16SF_V16SI_V16SF, V16SF_FTYPE_V16SI_V16SF_HI,
17200 V16SF_FTYPE_V16SI_V16SF_V16SF, V16SI_FTYPE_V16SF_V16SI_HI,
17201 V8DI_FTYPE_V8SF_V8DI_QI, V8SF_FTYPE_V8DI_V8SF_QI, V8DI_FTYPE_PV4DI,
17202 V8DF_FTYPE_V8DI_V8DF_QI, V16SI_FTYPE_V16SI_V16SI_V16SI,
17203 V2DI_FTYPE_V2DI_V2DI_V2DI, V8DI_FTYPE_V8DF_V8DI_QI, V8DF_FTYPE_PV4DF,
17204 V8SI_FTYPE_V8SI_V8SI_V8SI, V8DF_FTYPE_V8DF_V8DF_V8DF, UINT_FTYPE_V4SF,
17205 V8DF_FTYPE_V8DF_V8DI_V8DF, V8DF_FTYPE_V8DI_V8DF_V8DF,
17206 V8DF_FTYPE_V8SF_V8DF_QI, V8DI_FTYPE_V8DI_V8DI_V8DI, V16SF_FTYPE_PV4SF,
17207 V8SF_FTYPE_V8DF_V8SF_QI, V8SI_FTYPE_V8DF_V8SI_QI, V16SI_FTYPE_PV4SI,
17208 V2DF_FTYPE_V2DF_V4SF_V2DF_QI, V4SF_FTYPE_V4SF_V2DF_V4SF_QI,
17209 V8DI_FTYPE_V8DI_SI_V8DI_V8DI, QI_FTYPE_V8DF_V8DF_INT_QI,
17210 HI_FTYPE_V16SF_V16SF_INT_HI, V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI,
17211 VOID_FTYPE_PDOUBLE_V2DF_QI, VOID_FTYPE_PFLOAT_V4SF_QI,
17212 V2DF_FTYPE_PCDOUBLE_V2DF_QI, V4SF_FTYPE_PCFLOAT_V4SF_QI.
17213 * config/i386/i386-builtin-types.def
17214 (V16QI_FTYPE_V16SI): Remove.
17215 (V8DF_FTYPE_V8SI): Ditto.
17216 (V8HI_FTYPE_V8DI): Ditto.
17217 (V8SI_FTYPE_V8DI): Ditto.
17218 (V8SF_FTYPE_V8DF): Ditto.
17219 (V8SF_FTYPE_V8DF_V8SF_QI): Ditto.
17220 (V16HI_FTYPE_V16SI): Ditto.
17221 (V16SF_FTYPE_V16HI): Ditto.
17222 (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
17223 (V16SF_FTYPE_V16SI): Ditto.
17224 (V4DI_FTYPE_V4DI): Ditto.
17225 (V16SI_FTYPE_V16SF): Ditto.
17226 (V16SF_FTYPE_FLOAT): Ditto.
17227 (V8DF_FTYPE_DOUBLE): Ditto.
17228 (V8DI_FTYPE_INT64): Ditto.
17229 (V8DI_FTYPE_V4DI): Ditto.
17230 (V16QI_FTYPE_V8DI): Ditto.
17231 (UINT_FTYPE_V4SF): Ditto.
17232 (UINT64_FTYPE_V4SF): Ditto.
17233 (UINT_FTYPE_V2DF): Ditto.
17234 (UINT64_FTYPE_V2DF): Ditto.
17235 (V16SI_FTYPE_V16SI): Ditto.
17236 (V8DI_FTYPE_V8DI): Ditto.
17237 (V16SI_FTYPE_PV4SI): Ditto.
17238 (V16SF_FTYPE_PV4SF): Ditto.
17239 (V8DI_FTYPE_PV2DI): Ditto.
17240 (V8DF_FTYPE_PV2DF): Ditto.
17241 (V4DI_FTYPE_PV2DI): Ditto.
17242 (V4DF_FTYPE_PV2DF): Ditto.
17243 (V16SI_FTYPE_PV2SI): Ditto.
17244 (V16SF_FTYPE_PV2SF): Ditto.
17245 (V8DI_FTYPE_PV4DI): Ditto.
17246 (V8DF_FTYPE_PV4DF): Ditto.
17247 (V8SF_FTYPE_FLOAT): Ditto.
17248 (V4SF_FTYPE_FLOAT): Ditto.
17249 (V4DF_FTYPE_DOUBLE): Ditto.
17250 (V8SF_FTYPE_PV4SF): Ditto.
17251 (V8SI_FTYPE_PV4SI): Ditto.
17252 (V4SI_FTYPE_PV2SI): Ditto.
17253 (V8SF_FTYPE_PV2SF): Ditto.
17254 (V8SI_FTYPE_PV2SI): Ditto.
17255 (V16SF_FTYPE_PV8SF): Ditto.
17256 (V16SI_FTYPE_PV8SI): Ditto.
17257 (V8DI_FTYPE_V8SF): Ditto.
17258 (V4DI_FTYPE_V4SF): Ditto.
17259 (V2DI_FTYPE_V4SF): Ditto.
17260 (V64QI_FTYPE_QI): Ditto.
17261 (V32HI_FTYPE_HI): Ditto.
17262 (V8UHI_FTYPE_V8UHI): Ditto.
17263 (V16UHI_FTYPE_V16UHI): Ditto.
17264 (V32UHI_FTYPE_V32UHI): Ditto.
17265 (V2UDI_FTYPE_V2UDI): Ditto.
17266 (V4UDI_FTYPE_V4UDI): Ditto.
17267 (V8UDI_FTYPE_V8UDI): Ditto.
17268 (V4USI_FTYPE_V4USI): Ditto.
17269 (V8USI_FTYPE_V8USI): Ditto.
17270 (V16USI_FTYPE_V16USI): Ditto.
17271 (V2DF_FTYPE_V2DF_UINT64): Ditto.
17272 (V2DI_FTYPE_V2DF_V2DF): Ditto.
17273 (V2UDI_FTYPE_V4USI_V4USI): Ditto.
17274 (V8DF_FTYPE_V8DF_V8DI): Ditto.
17275 (V4SF_FTYPE_V4SF_UINT64): Ditto.
17276 (V4SI_FTYPE_V4SF_V4SF): Ditto.
17277 (V16SF_FTYPE_V16SF_V16SI): Ditto.
17278 (V64QI_FTYPE_V32HI_V32HI): Ditto.
17279 (V32HI_FTYPE_V16SI_V16SI): Ditto.
17280 (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
17281 (V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI): Ditto.
17282 (V32HI_FTYPE_V64QI_V64QI): Ditto.
17283 (V32HI_FTYPE_V32HI_V32HI): Ditto.
17284 (V16HI_FTYPE_V16HI_V16HI_INT_V16HI_HI): Ditto.
17285 (V16SI_FTYPE_V16SI_V4SI): Ditto.
17286 (V16SI_FTYPE_V16SI_V16SI): Ditto.
17287 (V16SI_FTYPE_V32HI_V32HI): Ditto.
17288 (V16SI_FTYPE_V16SI_SI): Ditto.
17289 (V8DI_FTYPE_V8DI_V8DI): Ditto.
17290 (V4UDI_FTYPE_V8USI_V8USI): Ditto.
17291 (V8DI_FTYPE_V16SI_V16SI): Ditto.
17292 (V8DI_FTYPE_V8DI_V2DI): Ditto.
17293 (QI_FTYPE_QI): Ditto.
17294 (SI_FTYPE_SI): Ditto.
17295 (DI_FTYPE_DI): Ditto.
17296 (QI_FTYPE_QI_QI): Ditto.
17297 (QI_FTYPE_QI_INT): Ditto.
17298 (HI_FTYPE_HI_INT): Ditto.
17299 (SI_FTYPE_SI_INT): Ditto.
17300 (DI_FTYPE_DI_INT): Ditto.
17301 (HI_FTYPE_V16QI_V16QI): Ditto.
17302 (SI_FTYPE_V32QI_V32QI): Ditto.
17303 (DI_FTYPE_V64QI_V64QI): Ditto.
17304 (QI_FTYPE_V8HI_V8HI): Ditto.
17305 (HI_FTYPE_V16HI_V16HI): Ditto.
17306 (SI_FTYPE_V32HI_V32HI): Ditto.
17307 (QI_FTYPE_V4SI_V4SI): Ditto.
17308 (QI_FTYPE_V8SI_V8SI): Ditto.
17309 (QI_FTYPE_V2DI_V2DI): Ditto.
17310 (QI_FTYPE_V4DI_V4DI): Ditto.
17311 (QI_FTYPE_V8DI_V8DI): Ditto.
17312 (HI_FTYPE_V16SI_V16SI): Ditto.
17313 (HI_FTYPE_V16SI_V16SI_INT_HI): Ditto.
17314 (QI_FTYPE_V8DF_V8DF_INT_QI): Ditto.
17315 (HI_FTYPE_V16SF_V16SF_INT_HI): Ditto.
17316 (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
17317 (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
17318 (V8DF_FTYPE_V8DF_V8DF_V8DF): Ditto.
17319 (V16SF_FTYPE_V16SF_V16SF_V16SF): Ditto.
17320 (V8DF_FTYPE_V8SF_V8DF_QI): Ditto.
17321 (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
17322 (V8DF_FTYPE_V8DI_V8DF_V8DF): Ditto.
17323 (V2DF_FTYPE_V2DF_V4SF_V2DF_QI): Ditto.
17324 (V16SF_FTYPE_V16SI_V16SF_HI): Ditto.
17325 (V16SF_FTYPE_V16SI_V16SF_V16SF): Ditto.
17326 (V8SI_FTYPE_V8DF_V8SI_QI): Ditto.
17327 (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
17328 (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
17329 (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
17330 (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
17331 (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
17332 (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
17333 (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
17334 (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
17335 (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
17336 (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
17337 (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
17338 (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
17339 (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
17340 (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
17341 (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
17342 (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
17343 (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
17344 (VOID_FTYPE_PDOUBLE_V2DF_QI): Ditto.
17345 (VOID_FTYPE_PFLOAT_V4SF_QI): Ditto.
17346 (V16SI_FTYPE_V16SF_V16SI_HI): Ditto.
17347 (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
17348 (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
17349 (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
17350 (V2DF_FTYPE_V2DF_V2DF_V2DI): Ditto.
17351 (V4SF_FTYPE_V4SF_V4SF_V4SI): Ditto.
17352 (V2UDI_FTYPE_V2UDI_V2UDI_V2UDI): Ditto.
17353 (V4USI_FTYPE_V4USI_V4USI_V4USI): Ditto.
17354 (V8UHI_FTYPE_V8UHI_V8UHI_V8UHI): Ditto.
17355 (V16UQI_FTYPE_V16UQI_V16UQI_V16UQI): Ditto.
17356 (V4DF_FTYPE_V4DF_V4DF_V4DI): Ditto.
17357 (V8SF_FTYPE_V8SF_V8SF_V8SI): Ditto.
17358 (V8DI_FTYPE_V8DI_V8DI_V8DI): Ditto.
17359 (V16SI_FTYPE_V16SI_V16SI_V16SI): Ditto.
17360 (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
17361 (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
17362 (V8DF_FTYPE_V8DF_V8DI_V8DF): Ditto.
17363 (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
17364 (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
17365 (V16SF_FTYPE_V16SF_V16SI_V16SF): Ditto.
17366 (V8DI_FTYPE_V8DI_SI_V8DI_V8DI): Ditto.
17367 (PVOID_FTYPE_PVOID_PVOID_ULONG): Ditto.
17368 (V4SF_FTYPE_V2DF_V4SF_QI): Convert mask type from signed to unsigned.
17369 (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
17370 (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
17371 (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
17372 (V16SI_FTYPE_V16SI_V16SI_HI): Ditto.
17373 (V8DI_FTYPE_V8DI_V8DI_QI): Ditto.
17374 (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
17375 (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
17376 (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
17377 (V4DF_FTYPE_V8DF_INT_V4DF_QI): Ditto.
17378 (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
17379 (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
17380 (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
17381 (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
17382 (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
17383 (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
17384 (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
17385 (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
17386 (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
17387 (V4SF_FTYPE_V16SF_INT_V4SF_QI): Ditto.
17388 (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
17389 (V8DF_FTYPE_V8DF_V4DF_INT_V8DF_QI): Ditto.
17390 (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI): Ditto.
17391 (V8DF_FTYPE_V8DF_INT_V8DF_QI): Ditto.
17392 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
17393 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
17394 (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI): Ditto.
17395 (V16SF_FTYPE_V16SF_INT_V16SF_HI): Ditto.
17396 (V16SI_FTYPE_V16SI_V4SI_INT_V16SI_HI): Ditto.
17397 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
17398 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT_QI): Ditto.
17399 (V16SF_FTYPE_V16SF_V4SF_INT_V16SF_HI): Ditto.
17400 (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
17401 (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
17402 (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
17403 (V16HI_FTYPE_V16SF_INT_V16HI_HI): Ditto.
17404 (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
17405 (V4SI_FTYPE_V16SI_INT_V4SI_QI): Ditto.
17406 (V16SI_FTYPE_V16SI_V16SI_INT_V16SI_HI): Ditto.
17407 (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
17408 (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
17409 (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
17410 (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
17411 (V16SI_FTYPE_V16SI_V4SI_V16SI_HI): Ditto.
17412 (V16SI_FTYPE_V16SI_INT_V16SI_HI): Ditto.
17413 (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_QI): Ditto.
17414 (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
17415 (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
17416 (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
17417 (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
17418 (V8DI_FTYPE_V8DI_V4DI_INT_V8DI_QI): Ditto.
17419 (V4DI_FTYPE_V8DI_INT_V4DI_QI): Ditto.
17420 (V8DI_FTYPE_V8DI_V2DI_V8DI_QI): Ditto.
17421 (V8DI_FTYPE_V8DI_INT_V8DI_QI): Ditto.
17422 (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
17423 (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
17424 (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
17425 (HI_FTYPE_HI): Ditto.
17426 (HI_FTYPE_V16QI): Ditto.
17427 (SI_FTYPE_V32QI): Ditto.
17428 (DI_FTYPE_V64QI): Ditto.
17429 (QI_FTYPE_V8HI): Ditto.
17430 (HI_FTYPE_V16HI): Ditto.
17431 (SI_FTYPE_V32HI): Ditto.
17432 (QI_FTYPE_V4SI): Ditto.
17433 (QI_FTYPE_V8SI): Ditto.
17434 (HI_FTYPE_V16SI): Ditto.
17435 (QI_FTYPE_V2DI): Ditto.
17436 (QI_FTYPE_V4DI): Ditto.
17437 (QI_FTYPE_V8DI): Ditto.
17438 (V16QI_FTYPE_HI): Ditto.
17439 (V32QI_FTYPE_SI): Ditto.
17440 (V64QI_FTYPE_DI): Ditto.
17441 (V8HI_FTYPE_QI): Ditto.
17442 (V16HI_FTYPE_HI): Ditto.
17443 (V32HI_FTYPE_SI): Ditto.
17444 (V4SI_FTYPE_QI): Ditto.
17445 (V4SI_FTYPE_HI): Ditto.
17446 (V8SI_FTYPE_QI): Ditto.
17447 (V8SI_FTYPE_HI): Ditto.
17448 (V2DI_FTYPE_QI): Ditto.
17449 (V4DI_FTYPE_QI): Ditto.
17450 (HI_FTYPE_HI_HI): Ditto.
17451 (SI_FTYPE_SI_SI): Ditto.
17452 (DI_FTYPE_DI_DI): Ditto.
17453 (HI_FTYPE_V16QI_V16QI_HI): Ditto.
17454 (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
17455 (SI_FTYPE_V32QI_V32QI_SI): Ditto.
17456 (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
17457 (DI_FTYPE_V64QI_V64QI_DI): Ditto.
17458 (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
17459 (QI_FTYPE_V8HI_V8HI_QI): Ditto.
17460 (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
17461 (HI_FTYPE_V16HI_V16HI_HI): Ditto.
17462 (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
17463 (SI_FTYPE_V32HI_V32HI_SI): Ditto.
17464 (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
17465 (QI_FTYPE_V4SI_V4SI_QI): Ditto.
17466 (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
17467 (QI_FTYPE_V8SI_V8SI_QI): Ditto.
17468 (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
17469 (QI_FTYPE_V2DI_V2DI_QI): Ditto.
17470 (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
17471 (QI_FTYPE_V4DI_V4DI_QI): Ditto.
17472 (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
17473 (QI_FTYPE_V8DI_V8DI_QI): Ditto.
17474 (HI_FTYPE_V16SI_V16SI_HI): Ditto.
17475 (QI_FTYPE_V8DI_V8DI_INT): Ditto.
17476 (QI_FTYPE_V8DI_V8DI_INT_QI): Ditto.
17477 (HI_FTYPE_V16SI_V16SI_INT): Ditto.
17478 (HI_FTYPE_V16SI_V16SI_INT _HI): Ditto.
17479 (QI_FTYPE_V8DF_V8DF_INT): Ditto.
17480 (QI_FTYPE_V8DF_V8DF_INT_QI_INT): Ditto.
17481 (HI_FTYPE_V16SF_V16SF_INT): Ditto.
17482 (HI_FTYPE_V16SF_V16SF_INT_HI_INT): Ditto.
17483 (QI_FTYPE_V2DF_V2DF_INT): Ditto.
17484 (QI_FTYPE_V2DF_V2DF_INT_QI): Ditto.
17485 (QI_FTYPE_V2DF_V2DF_INT_QI_INT): Ditto.
17486 (QI_FTYPE_V4SF_V4SF_INT): Ditto.
17487 (QI_FTYPE_V4SF_V4SF_INT_QI): Ditto.
17488 (QI_FTYPE_V4SF_V4SF_INT_QI_INT): Ditto.
17489 (V16SI_FTYPE_HI): Ditto.
17490 (V8DI_FTYPE_QI): Ditto.
17491 (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
17492 (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
17493 (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
17494 (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
17495 (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
17496 (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
17497 (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
17498 (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
17499 (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
17500 (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
17501 (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
17502 (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
17503 (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
17504 (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
17505 (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
17506 (V8DF_FTYPE_V8DF_V8DF_QI): Ditto.
17507 (V8DF_FTYPE_V8SI_V8DF_QI): Ditto.
17508 (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
17509 (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
17510 (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
17511 (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
17512 (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
17513 (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
17514 (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
17515 (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
17516 (V8DI_FTYPE_V8SI_V8DI_QI): Ditto.
17517 (V8DI_FTYPE_V8HI_V8DI_QI): Ditto.
17518 (V8DI_FTYPE_V16QI_V8DI_QI): Ditto.
17519 (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
17520 (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
17521 (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
17522 (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
17523 (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
17524 (V8DI_FTYPE_V8DI_V8DI_V8DI_QI): Ditto.
17525 (V8DF_FTYPE_V8DI_V8DF_V8DF_QI): Ditto.
17526 (V8DF_FTYPE_V8DF_V8DI_V8DF_QI): Ditto.
17527 (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
17528 (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
17529 (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
17530 (V8DF_FTYPE_V8DF_V8DF_V8DF_QI): Ditto.
17531 (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
17532 (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
17533 (V16SI_FTYPE_V16SI_V16SI_V16SI_HI): Ditto.
17534 (V2DF_FTYPE_V2DF_V2DF_V2DF_QI): Ditto.
17535 (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
17536 (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
17537 (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
17538 (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
17539 (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
17540 (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
17541 (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
17542 (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
17543 (V16SF_FTYPE_V16SF_V16SF_HI): Ditto.
17544 (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
17545 (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
17546 (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
17547 (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
17548 (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
17549 (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
17550 (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
17551 (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
17552 (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
17553 (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
17554 (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
17555 (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
17556 (V16SF_FTYPE_V16SF_V16SF_V16SF_HI): Ditto.
17557 (V16SF_FTYPE_V16SI_V16SF_V16SF_HI): Ditto.
17558 (V16SF_FTYPE_V16SF_V16SI_V16SF_HI): Ditto.
17559 (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
17560 (V16SF_FTYPE_V4SF_V16SF_HI): Ditto.
17561 (V8DF_FTYPE_V4DF_V8DF_QI): Ditto.
17562 (V8DF_FTYPE_V2DF_V8DF_QI): Ditto.
17563 (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
17564 (V16SI_FTYPE_V4SI_V16SI_HI): Ditto.
17565 (V16SI_FTYPE_SI_V16SI_HI): Ditto.
17566 (V16SI_FTYPE_V16HI_V16SI_HI): Ditto.
17567 (V16SI_FTYPE_V16QI_V16SI_HI): Ditto.
17568 (V8DI_FTYPE_V4DI_V8DI_QI): Ditto.
17569 (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
17570 (V8DI_FTYPE_V2DI_V8DI_QI): Ditto.
17571 (V8DI_FTYPE_DI_V8DI_QI): Ditto.
17572 (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
17573 (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
17574 (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
17575 (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
17576 (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
17577 (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
17578 (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
17579 (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
17580 (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
17581 (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
17582 (V8SI_FTYPE_SI_V8SI_QI): Ditto.
17583 (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
17584 (V4SI_FTYPE_SI_V4SI_QI): Ditto.
17585 (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
17586 (V4DI_FTYPE_DI_V4DI_QI): Ditto.
17587 (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
17588 (V2DI_FTYPE_DI_V2DI_QI): Ditto.
17589 (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
17590 (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
17591 (V64QI_FTYPE_QI_V64QI_DI): Ditto.
17592 (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
17593 (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
17594 (V32QI_FTYPE_QI_V32QI_SI): Ditto.
17595 (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
17596 (V16QI_FTYPE_QI_V16QI_HI): Ditto.
17597 (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
17598 (V32HI_FTYPE_HI_V32HI_SI): Ditto.
17599 (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
17600 (V16HI_FTYPE_HI_V16HI_HI): Ditto.
17601 (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
17602 (V8HI_FTYPE_HI_V8HI_QI): Ditto.
17603 (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
17604 (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
17605 (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
17606 (V16SF_FTYPE_PCV16SF_V16SF_HI): Ditto.
17607 (V8DF_FTYPE_PCV8DF_V8DF_QI): Ditto.
17608 (V16SI_FTYPE_PCV16SI_V16SI_HI): Ditto.
17609 (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
17610 (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
17611 (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
17612 (V8DI_FTYPE_PCV8DI_V8DI_QI): Ditto.
17613 (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
17614 (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
17615 (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
17616 (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
17617 (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
17618 (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
17619 (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
17620 (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
17621 (V16HI_FTYPE_V16SI_V16HI_HI): Ditto.
17622 (V8SI_FTYPE_V8DI_V8SI_QI): Ditto.
17623 (V8HI_FTYPE_V8DI_V8HI_QI): Ditto.
17624 (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
17625 (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
17626 (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
17627 (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
17628 (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
17629 (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
17630 (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
17631 (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
17632 (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
17633 (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
17634 (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
17635 (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
17636 (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
17637 (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
17638 (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
17639 (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
17640 (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
17641 (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
17642 (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
17643 (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
17644 (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
17645 (VOID_FTYPE_PV8DF_V8DF_QI): Ditto.
17646 (VOID_FTYPE_PV8SI_V8DI_QI): Ditto.
17647 (VOID_FTYPE_PV8HI_V8DI_QI): Ditto.
17648 (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
17649 (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
17650 (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
17651 (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
17652 (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
17653 (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
17654 (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
17655 (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
17656 (VOID_FTYPE_PV16SF_V16SF_HI): Ditto.
17657 (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
17658 (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
17659 (VOID_FTYPE_PV8DI_V8DI_QI): Ditto.
17660 (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
17661 (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
17662 (VOID_FTYPE_PV16SI_V16SI_HI): Ditto.
17663 (VOID_FTYPE_PV16HI_V16SI_HI): Ditto.
17664 (VOID_FTYPE_PV16QI_V16SI_HI): Ditto.
17665 (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
17666 (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
17667 (VOID_FTYPE_PV16QI_V8DI_QI): Ditto.
17668 (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
17669 (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
17670 (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
17671 (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
17672 (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
17673 (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
17674 (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
17675 (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
17676 (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
17677 (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
17678 (V8DI_FTYPE_V8DI_V8DI_V8DI_INT_QI): Ditto.
17679 (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
17680 (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
17681 (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
17682 (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
17683 (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
17684 (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
17685 (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
17686 (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
17687 (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
17688 (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
17689 (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
17690 (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
17691 (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
17692 (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
17693 (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
17694 (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
17695 (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
17696 (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
17697 (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
17698 (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
17699 (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
17700 (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
17701 (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
17702 (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
17703 (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
17704 (V16SI_FTYPE_V16SI_V16SI_V16SI_INT_HI): Ditto.
17705 (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
17706 (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
17707 (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
17708 (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
17709 (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
17710 (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
17711 (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
17712 (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
17713 (QI_FTYPE_V8DF_INT_QI): Ditto.
17714 (QI_FTYPE_V4DF_INT_QI): Ditto.
17715 (QI_FTYPE_V2DF_INT_QI): Ditto.
17716 (HI_FTYPE_V16SF_INT_HI): Ditto.
17717 (QI_FTYPE_V8SF_INT_QI): Ditto.
17718 (QI_FTYPE_V4SF_INT_QI): Ditto.
17719 (V8DF_FTYPE_V8DF_V8DF_V8DF_QI_INT): Ditto.
17721 2015-07-31 Richard Biener <rguenther@suse.de>
17723 * gimple-fold.c (fold_gimple_assign): Remove folding of
17726 2015-07-31 Tom de Vries <tom@codesourcery.com>
17728 PR tree-optimization/66846
17729 * omp-low.c (expand_omp_taskreg) [ENABLE_CHECKING]: Call
17730 verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP.
17731 (expand_omp_target) [ENABLE_CHECKING]: Same.
17732 (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for
17733 cfun if !LOOPS_NEED_FIXUP.
17734 (expand_omp_for_static_nochunk): Handle simple latch bb. Handle case
17735 that omp_for already has its own loop struct.
17736 * tree-parloops.c (create_phi_for_local_result)
17737 (create_call_for_reduction): Handle simple latch bb.
17738 (create_parallel_loop): Add simple latch bb to preserve
17739 LOOPS_HAVE_SIMPLE_LATCHES. Record new exit. Handle simple latch bb.
17740 (gen_parallel_loop): Remove call to cancel_loop_tree.
17741 (parallelize_loops): Skip loops that are inner loops of parallelized
17743 (pass_parallelize_loops::execute) [ENABLE_CHECKING]: Call
17744 verify_loop_structure.
17746 2015-07-30 Anatoly Sokolov <aesok@post.ru>
17748 * config/v850/v850.h (LIBCALL_VALUE): Remove macros.
17749 * config/v850/v850.md (RV_REGNUM): New constants.
17750 * config/v850/v850.c (v850_libcall_value): New functions.
17751 (v850_function_value_regno_p, v850_function_value): Use RV_REGNUM.
17752 (TARGET_LIBCALL_VALUE): Define.
17754 2015-07-30 Anatoly Sokolov <aesok@post.ru>
17756 * rtl.h (lowpart_subreg): Move in file.
17757 * loop-iv.c (lowpart_subreg): Move to...
17758 * simplify-rtx.c (lowpart_subreg): ...here.
17759 (simplify_binary_operation_1): Use lowpart_subreg instead of
17760 simplify_gen_subreg.
17761 * expr.c (expand_expr_real_2): Ditto.
17762 * emit-rtl.c (gen_lowpart_common): Ditto.
17763 * combine.c (gen_lowpart_for_combine): Ditto.
17764 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr,
17765 expand_debug_source_expr): Ditto.
17767 2015-07-30 Richard Sandiford <richard.sandiford@arm.com>
17769 * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Delete.
17770 (expand_builtin_atomic_clear): Remove support for atomic_clear
17773 2015-07-30 Richard Biener <rguenther@suse.de>
17775 * gimple-fold.c (fold_gimple_assign): Only fold !tcc_comparison
17776 binaries. Move X == 0, X == 1, X != 0, and X != 1 canonicalization ...
17777 (fold_stmt_1): ... here and work on GIMPLE directly. Remove
17778 redundant operand canonicalization.
17780 2015-07-30 David Sherwood <david.sherwood@arm.com>
17782 * config/aarch64/aarch64-simd.md (aarch64_ext<mode>): Replace call to
17783 GET_MODE_SIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_SIZE (m).
17784 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Likewise.
17785 * config/arm/arm.c (neon_valid_immediate): Likewise.
17786 * config/i386/i386.c (classify_argument, ix86_expand_int_vcond)
17787 (expand_vec_perm_blend, expand_vec_perm_pshufb): Likewise.
17788 (expand_vec_perm_pshufb2, expand_vec_perm_vpshufb2_vpermq): Likewise.
17789 (expand_vec_perm_vpshufb2_vpermq): Likewise.
17790 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise.
17791 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
17792 * config/i386/sse.md
17793 (<extract_type>_vinsert<shuffletype><extract_suf>_mask): Likewise.
17794 (*ssse3_palignr<mode>_perm): Likewise.
17795 * config/rs6000/rs6000.c (rs6000_complex_function_value): Likewise.
17796 * config/spu/spu.c (arith_immediate_p): Likewise.
17797 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
17798 (simplify_binary_operation_1, simplify_ternary_operation): Likewise.
17800 2015-07-30 Richard Biener <rguenther@suse.de>
17802 * genmatch.c (decision_tree::gen_gimple): Merge with ...
17803 (decision_tree::gen_generic): ... this into ...
17804 (decision_tree::gen): ... this.
17805 (main): Adjust callers.
17807 2015-07-30 Richard Biener <rguenther@suse.de>
17809 * genmatch.c (verbose): New global.
17810 (warning_at): Add overload with source_location.
17811 (capture_info::capture_info): Add bool whether generating gimple
17812 or generic. Add gimple member.
17813 (capture_info::cinfo): Add capture member.
17814 (capture_info::walk_match): Record capture. Warn on
17815 non-captured leafs.
17816 (capture_info::walk_c_expr): Add more fragments captures cannot
17817 escape through. Warn on escaped captures.
17818 (dt_simplify::gen_1): Warn on operands we force to have no
17820 (main): Initialize verbose.
17821 * match.pd: Add integer_nonzerop and HONOR_NANS predicates.
17823 2015-07-30 Richard Biener <rguenther@suse.de>
17825 PR middle-end/67053
17826 * match.pd: Allow both operands to independently have conversion
17827 when simplifying compares of addresses.
17829 2015-07-29 Segher Boessenkool <segher@kernel.crashing.org>
17833 * config/rs6000/rs6000.md (and<mode>3): Put a CONST_INT_P check
17834 around those cases that need one.
17836 2015-07-29 Aditya Kumar <hiraditya@msn.com>
17838 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
17840 2015-07-29 H.J. Lu <hongjiu.lu@intel.com>
17842 * config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
17843 New. Copied from config/i386/gnu-user.h.
17844 (ASM_COMMENT_START): Likewise.
17845 (DBX_REGISTER_NUMBER): Likewise.
17847 2015-07-29 Richard Biener <rguenther@suse.de>
17849 * gimple-fold.c (fold_gimple_cond): Remove.
17850 (fold_stmt_1): Do not call it.
17852 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
17854 * config/aarch64/aarch64-builtins.c (aarch64_fp16_type_node): New.
17855 (aarch64_init_builtins): Make aarch64_fp16_type_node, use for __fp16.
17857 * config/aarch64/aarch64-modes.def: Add HFmode.
17859 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
17860 __ARM_FP16_FORMAT_IEEE and __ARM_FP16_ARGS. Set bit 1 of __ARM_FP.
17862 * config/aarch64/aarch64.c (aarch64_init_libfuncs,
17863 aarch64_promoted_type): New.
17865 (aarch64_float_const_representable_p): Disable HFmode.
17866 (aarch64_mangle_type): Mangle half-precision floats to "Dh".
17867 (TARGET_PROMOTED_TYPE): Define to aarch64_promoted_type.
17868 (TARGET_INIT_LIBFUNCS): Define to aarch64_init_libfuncs.
17870 * config/aarch64/aarch64.md (mov<mode>): Include HFmode using GPF_F16.
17871 (movhf_aarch64, extendhfsf2, extendhfdf2, truncsfhf2, truncdfhf2): New.
17873 * config/aarch64/iterators.md (GPF_F16): New.
17875 2015-07-29 Richard Biener <rguenther@suse.de>
17877 * match.pd: Merge address comparison patterns and make them
17878 handle some more cases.
17880 2015-07-29 Richard Biener <rguenther@suse.de>
17882 * genmatch.c (c_expr::gen_transform): Error on unknown captures.
17883 (parser::parse_capture): Add bool argument on whether to reject
17885 (parser::parse_expr): Adjust.
17886 (parser::parse_op): Likewise.
17887 (parser::parse_pattern): Likewise.
17889 2015-07-29 Richard Biener <rguenther@suse.de>
17891 * gimple-fold.c (has_use_on_stmt): New function.
17892 (replace_stmt_with_simplification): Use it to allow
17893 abnormals originally referenced in the stmt.
17894 (fold_stmt_1): Canonicalize operand order.
17896 2015-07-28 David Sherwood <david.sherwood@arm.com>
17898 * config/arm/arm.c (neon_element_bits, neon_valid_immediate): Call
17899 GET_MODE_INNER unconditionally.
17900 * config/spu/spu.c (arith_immediate_p): Likewise.
17901 * config/i386/i386.c (ix86_build_signbit_mask): Likewise.
17902 * expmed.c (synth_mult): Remove check for VOIDmode result from
17904 (expand_mult_const): Likewise.
17905 * fold-const.c (fold_binary_loc): Replace call to element_precision
17906 with call to GET_MODE_PRECISION.
17907 * genmodes.c (emit_mode_inner_inline): Replace void_mode->name with
17909 (emit_mode_inner): Likewise.
17910 * lto-streamer-out.c (lto_write_mode_table): Update GET_MODE_INNER
17912 * machmode.h (GET_MODE_UNIT_SIZE): Simplify.
17913 (GET_MODE_UNIT_PRECISION): Likewise.
17914 * rtlanal.c (subreg_get_info): Call GET_MODE_INNER unconditionally.
17915 * simplify-rtx.c (simplify_immed_subreg): Likewise.
17916 * stor-layout.c (bitwise_type_for_mode): Update assert.
17917 (element_precision): Remove.
17919 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17921 * target-insns.def (reload_load_address): New targetm instruction
17923 * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface.
17925 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17927 * target-insns.def (atomic_test_and_set): New targetm instruction
17929 * optabs.c (maybe_emit_atomic_test_and_set): Use it instead of
17930 HAVE_*/gen_* interface.
17932 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17934 * target-insns.def (can_extend, ptr_extend): New targetm instruction
17936 * optabs.c (can_extend_p): Use them instead of HAVE_*/gen_* interface.
17937 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
17938 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
17939 * rtlanal.c (nonzero_bits1): Likewise.
17940 (num_sign_bit_copies1): Likewise.
17942 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17944 * target-insns.def (eh_return): New targetm instruction pattern.
17945 * except.c (expand_eh_return): Use it instead of HAVE_*/gen_*
17947 * function.c (thread_prologue_and_epilogue_insns): Remove
17948 preprocessor condition.
17950 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17952 * target-insns.def (indirect_jump): New targetm instruction pattern.
17953 * optabs.c (emit_indirect_jump): Use it instead of HAVE_*/gen_*
17956 2015-07-28 Richard Sandiford <richard.sandiford@arm.com>
17958 * config/fr30/fr30.md (indirect_jump): Use pmode_register_operand
17959 instead of nonimmediate_operand. Remove C condiition.
17961 2015-07-28 Richard Biener <rguenther@suse.de>
17963 * match.pd: Add more simplification of address comparisons.
17965 2015-07-28 Richard Biener <rguenther@suse.de>
17967 * match.pd: Re-order two cases in comparison with max/min
17968 value simplification to make it apply for bools.
17970 2015-07-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17972 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p):
17973 Handle simple SIGN_EXTEND or ZERO_EXTEND.
17974 (aarch64_rtx_costs): Properly strip extend or extract before
17975 passing down to rtx costs again.
17977 2015-07-28 Nick Clifton <nickc@redhat.com>
17979 * config/rl78/rl78.c (rl78_addsi3_internal): New function.
17980 Optimizes the case where -mes0 is active and a constant symbolic
17982 * config/rl78/rl78-protos.h: Prototype the new function.
17983 * config/rl78/rl78.md (addsi3_internal_real): Call new function.
17985 2015-07-28 Tom de Vries <tom@codesourcery.com>
17987 * tree-parloops.c (reduc_stmt_res): New function.
17988 (initialize_reductions, add_field_for_reduction)
17989 (create_phi_for_local_result, create_loads_for_reductions)
17990 (create_stores_for_reduction, build_new_reduction): Handle case that
17991 reduc_stmt is a phi.
17992 (gather_scalar_reductions): Allow double_reduc reductions.
17994 2015-07-28 Richard Biener <rguenther@suse.de>
17996 * fold-const.c (fold_comparison): Remove equality folding
17997 of decl addresses ...
17998 * match.pd: ... here and merge with existing pattern.
18000 2015-07-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
18002 PR tree-optimization/66828
18003 * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
18004 from int64_t to uint64_t.
18006 2015-07-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
18008 * opts-common.c (read_cmdline_option): List DriverOnly enum values
18009 as valid only in the error message of the driver, not in the
18010 messages of the language compilers.
18012 2015-07-27 Tom de Vries <tom@codesourcery.com>
18014 * tree-parloops.c (gather_scalar_reductions): Simplify function
18017 2015-07-27 Marek Polacek <polacek@redhat.com>
18019 * ipa-devirt.c (types_same_for_odr): Fix typo.
18021 2015-07-27 Jason Merrill <jason@redhat.com>
18024 * dwarf2out.c (gen_inlined_subroutine_die): Check
18025 cgraph_function_possibly_inlined_p.
18027 2015-07-27 Wilco Dijkstra <wdijkstr@arm.com>
18029 * config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
18030 Place integer variant first.
18031 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
18033 2015-07-27 Alan Lawrence <alan.lawrence@arm.com>
18036 * config/arm/arm-builtins.c (enum arm_builtins):
18037 Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
18038 (ARM_BUILTIN_NEON_BASE): Rename macro to....
18039 (ARM_BUILTIN_NEON_PATTERN_START): ...this.
18040 (arm_init_neon_builtins): Register __builtin_arm_lane_check.
18041 (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
18043 2015-07-27 Alan Lawrence <alan.lawrence@arm.com>
18046 * config/arm/arm-builtins.c (enum arm_type_qualifiers):
18047 Add qualifier_lane_index.
18048 (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
18049 (arm_getlane_qualifiers): Use qualifier_lane_index.
18050 (arm_lanemac_qualifiers): Rename to...
18051 (arm_mac_n_qualifiers): ...this.
18052 (LANEMAC_QUALIFIERS): Rename to...
18053 (MAC_N_QUALIFIERS): ...this.
18054 (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
18055 (arm_setlane_qualifiers): Use qualifier_lane_index.
18056 (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
18057 (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
18058 (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
18059 (arm_expand_neon_builtin): Handle qualifier_lane_index.
18061 * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
18062 * config/arm/arm.c (bounds_check): Likewise, improve error message.
18063 (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
18064 * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
18065 vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
18066 vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
18067 vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
18068 (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
18069 qualifiers to TERNOP_IMM.
18070 (vdup_lane): Change qualifiers to GETLANE.
18071 (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
18072 vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
18073 (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
18074 vqdmlsl_n): Change qualifiers to MAC_N.
18076 * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
18077 neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
18078 neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
18079 neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
18080 neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
18081 neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
18082 neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
18083 neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
18084 neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
18085 Remove call to neon_lane_bounds.
18087 2015-07-27 Wilco Dijkstra <wdijkstr@arm.com>
18089 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
18090 Place integer variant first.
18092 2015-07-27 Matthew Wahab <matthew.wahab@arm.com>
18094 * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
18095 and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
18096 * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
18097 for armv6kz targets.
18098 * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
18099 * config/arm/arm-protos.h (FL_ARCH6KZ): New.
18100 (FL_FOR_ARCH6ZK): Remove.
18101 (FL_FOR_ARCH6KZ): New.
18102 (arm_arch6zk): New declaration.
18103 * config/arm/arm-tables.opt: Regenerate.
18104 * config/arm/arm.c (arm_arch6kz): New.
18105 (arm_option_override): Set arm_arch6kz.
18106 * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
18107 * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
18108 * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
18110 2015-07-27 Marek Polacek <polacek@redhat.com>
18114 * doc/invoke.texi: Document -Wtautological-compare.
18116 2015-07-27 Richard Biener <rguenther@suse.de>
18118 * genmatch.c (decision_tree::gen_gimple): Split out large
18119 subtrees into separate functions.
18120 (decision_tree::gen_generic): Likewise.
18122 2015-07-26 Uros Bizjak <ubizjak@gmail.com>
18124 * config/alpha/alpha.c: Use SUBREG_P predicate.
18125 * config/alpha/predicates.md: Ditto.
18127 2015-07-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
18129 * config.host (s390*-*-*): Include driver-native.c only when
18130 building with s390* as host *and* target.
18132 2015-07-25 Oleg Endo <olegendo@gcc.gnu.org>
18135 * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
18136 T bit register modified_between_p check.
18138 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
18140 * config/i386/i386.c: Use SUBREG_P predicate.
18141 * config/i386/i386.md: Ditto.
18142 * config/i386/sse.md: Ditto.
18143 * config/i386/predicates.md: Ditto.
18145 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
18148 * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
18149 predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
18151 2015-07-25 Sebastian Pop <s.pop@samsung.com>
18153 * Makefile.in: Remove use of TREEBROWSER.
18154 * config.in: Regenerated.
18155 * configure: Regenerated.
18156 * configure.ac: Remove definition of TREEBROWSER.
18157 * tree-browser.c: Removed.
18158 * tree-browser.def: Removed.
18160 2015-07-25 Sebastian Pop <s.pop@samsung.com>
18162 * graphite-scop-detection.c: Include gimple-pretty-print.h.
18163 (stmt_simple_for_scop_p): Print when a stmt is not handled in
18165 (scopdet_basic_block_info): Print when a loop or bb cannot be
18166 represented in Graphite.
18168 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
18171 * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
18172 execution guard when min_size is less than size_needed.
18174 2015-07-25 Sebastian Pop <s.pop@samsung.com>
18176 * doc/install.texi: Document supported versions of ISL.
18178 2015-07-25 Jeff Law <law@redhat.com>
18182 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
18183 unable to find X NE 0 in the tables, return X as the simplified
18185 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
18186 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
18187 to VISISTED_BBS. */
18188 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
18189 after removing the control flow statement and unnecessary edges.
18191 2015-07-25 David Edelsohn <dje.gcc@gmail.com>
18194 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
18196 PR rtl-optimization/64164
18197 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
18198 * tree-ssa-copyrename.c: Removed.
18199 * opts.c (default_options_table): Drop -ftree-copyrename. Add
18200 -ftree-coalesce-vars.
18201 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
18202 * common.opt (ftree-copyrename): Ignore.
18203 (ftree-coalesce-inlined-vars): Likewise.
18204 * doc/invoke.texi: Remove the ignored options above.
18205 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
18206 * tree-ssa-coalesce.h: ... here.
18207 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
18208 headers required by it.
18209 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
18210 across variables when flag_tree_coalesce_vars. Check register
18211 use and promoted modes to allow coalescing. Moved to
18212 tree-ssa-coalesce.c.
18213 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
18214 with its member functions to tree-ssa-coalesce.c.
18215 (var_map_base_init): Likewise. Renamed to
18216 compute_samebase_partition_bases.
18217 (partition_view_normal): Drop want_bases parameter.
18218 (partition_view_bitmap): Likewise.
18219 * tree-ssa-live.h: Adjust declarations.
18220 * tree-ssa-coalesce.c: Include explow.h.
18221 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
18222 default defs at the entry point.
18223 (dump_part_var_map): New.
18224 (compute_optimized_partition_bases): New, called by...
18225 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
18226 of compute_samebase_partition_bases. Adjust.
18227 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
18228 * cfgexpand.c (leader_merge): New.
18229 (get_rtl_for_parm_ssa_default_def): New.
18230 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
18231 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
18232 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
18233 redundant MEM attr setting.
18234 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
18236 (expand_one_stack_var): ... this. New wrapper to check and
18237 skip already expanded SSA partitions.
18238 (record_alignment_for_reg_var): New, factored out of...
18239 (expand_one_var): ... this.
18240 (expand_one_ssa_partition): New.
18241 (adjust_one_expanded_partition_var): New.
18242 (expand_one_register_var): Check and skip already expanded SSA
18244 (expand_used_vars): Don't create DECLs for anonymous SSA
18245 names. Expand all SSA partitions, then adjust all SSA names.
18246 (pass::execute): Replace the loops that set
18247 SA.partition_to_pseudo from partition leaders and cleared
18248 DECL_RTL for multi-location variables, and that which used to
18249 rename vars and set attrs, with one that clears DECL_RTL and
18250 checks that PARMs and RESULTs default_defs match DECL_RTL.
18251 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
18252 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
18253 * explow.c (promote_ssa_mode): New.
18254 * explow.h (promote_ssa_mode): Declare.
18255 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
18256 * function.c: Include cfgexpand.h.
18257 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
18258 (use_register_for_parm_decl): Wrapper for the above to
18259 special-case the result_ptr.
18260 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
18261 (split_complex_args): Take assign_parm_data_all argument.
18262 Pass it to rtl_for_parm. Set up rtl and context for split
18264 (assign_parms_augmented_arg_list): Adjust.
18265 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
18266 multiple locations. Recognize split complex args.
18267 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
18268 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
18269 (assign_parm_setup_block): Prefer SSA-assigned location.
18270 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
18271 if stack_parm is NULL.
18272 (assign_parm_setup_stack): Prefer SSA-assigned location.
18273 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
18274 rtl before testing for pointer bounds. Special-case result_ptr.
18275 (expand_function_start): Maybe reset DECL_RTL of result.
18276 Prefer SSA-assigned location for result and static chain.
18277 Factor out DECL_RESULT and SET_DECL_RTL.
18278 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
18279 anonymous SSA names. Use promote_ssa_mode.
18280 (get_temp_reg): Likewise.
18281 (remove_ssa_form): Adjust.
18282 * stor-layout.c (layout_decl): Don't set mem attributes of
18284 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
18285 and get its reg_usage for reg invalidation.
18286 (compute_bb_dataflow): Pass it insn.
18287 (emit_notes_in_bb): Likewise.
18289 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
18291 * config/i386/i386.c (ix86_va_start): Remove
18292 unneeded !TARGET_64BIT check.
18293 (ix86_gimplify_va_arg): Ditto.
18295 2015-07-24 Tom de Vries <tom@codesourcery.com>
18297 * graphite-sese-to-poly.c (build_poly_scop): Always call
18298 rewrite_commutative_reductions_out_of_ssa.
18300 2015-07-24 Tom de Vries <tom@codesourcery.com>
18302 * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
18303 flag_associative_math to FLOAT_TYPE_P. Honour
18304 TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
18306 2015-07-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
18309 * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
18310 and "%qD" in warning_at instead of "%q+D" in warning.
18312 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
18314 * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
18315 (ix86_function_abi): Cleanup.
18317 2015-07-24 Michael Darling <darlingm@gmail.com>
18320 * acinclude.m4: Reflects renaming of configure.in to configure.ac
18321 * configure: Likewise
18322 * configure.ac: Likewise
18323 * doc/install.texi: Likewise
18324 * doc/tm.texi: Likewise
18325 * doc/tm.texi.in: Likewise
18327 2015-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18329 * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
18330 manually swapping values.
18331 * cse.c (fold_rtx): Likewise.
18332 * lra-eliminations.c (form_sum): Likewise.
18334 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
18337 * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
18338 * config/i386/i386.md (maybe_prefix_bnd): New attribute.
18339 (*jcc_1, *jcc_2, jump, simple_return_internal)
18340 (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
18341 Set length_nobnd attribute instead of length attribute.
18342 (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
18343 (length_nobnd): Remove attribute.
18344 (length): Remove length_nobnd processing.
18346 2015-07-24 Nathan Sidwell <nathan@codesourcery.com>
18348 * gimplify.c (omp_default_clause): New function. Reorganize flow
18349 for clarity. Broken out of ...
18350 (omp_notice_variable): ... here.
18352 2015-07-24 Gary Funck <gary@intrepid.com>
18354 PR middle-end/66984
18355 * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
18356 fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
18358 2015-07-24 Tom de Vries <tom@codesourcery.com>
18360 * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
18361 exit-first loop transform.
18363 2015-07-24 Cesar Philippidis <cesar@codesourcery.com>
18366 * tree-cfg.c (struct replace_decls_d): New struct.
18367 (replace_block_vars_by_duplicates_1): New function.
18368 (replace_block_vars_by_duplicates): Use it to replace the decls
18369 in the value exprs by duplicates.
18371 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
18373 * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
18374 -shared, -symbolic, -rdynamic.
18376 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
18379 * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
18380 -dynamic-linker within %{!static %{!shared, and -rdynamic within
18383 2015-07-24 Ilya Enkovich <enkovich.gnu@gmail.com>
18386 * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
18387 edge summary is available.
18389 2015-07-24 Richard Biener <rguenther@suse.de>
18391 * genmatch.c (struct dt_node): Add statistic fields.
18392 (dt_node::analyze): New method.
18393 (decision_tree::gen_gimple): Call analyze on the root node
18394 and print statistics to stderr.
18395 (decision_tree::gen_generic): Likewise.
18397 2015-07-24 Richard Biener <rguenther@suse.de>
18399 * fold-const.c (fold_binary_loc): Move simplifying of comparisons
18400 against the highest or lowest possible integer ...
18401 * match.pd: ... as patterns here.
18403 2015-07-24 Richard Biener <rguenther@suse.de>
18405 * genmatch.c (struct capture_info): Add same_as field.
18406 (capture_info::capture_info): Initialize same_as.
18407 (capture_info::walk_match): Compute same_as.
18408 (capture_info::walk_result): Compute stuff for the leader.
18409 (capture_info::walk_c_expr): Likewise.
18410 (dt_simplify::gen_1): Only look at leaders when deciding
18411 to force no side-effects or emit side-effects of omitted operands.
18413 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18415 * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
18416 reg note to the GPR -> FPR save instructions.
18418 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18420 * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
18422 (s390_expand_insv): Don't generate risbg pattern for constant zero
18424 * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
18425 ("*insv<mode>_z10_appendbitsleft"): New pattern definitions. New
18428 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
18430 * config/s390/s390.c (s390_reorg): Clean up handling of processors
18433 (s390_issue_rate): Likewise.
18434 (s390_sched_reorder): Likewise.
18435 (s390_sched_variable_issue): Likewise.
18436 (s390_loop_unroll_adjust): Likewise.
18437 (s390_option_override): Likewise.
18439 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
18441 * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
18442 processor capabilities with -march=native.
18443 * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
18444 (DRIVER_SELF_SPECS): Likewise. Join specs for 31 and 64 bit.
18445 (S390_TARGET_BITS_STRING): Macro to simplify specs.
18447 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
18449 * config/s390/s390.c (s390_issue_rate): Handle
18450 PROCESSOR_2094_Z9_EC.
18451 (s390_option_override): Likewise.
18452 (s390_adjust_priority): Likewise.
18454 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
18456 * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
18457 when cross compiling.
18459 2015-07-24 Richard Biener <rguenther@suse.de>
18461 * fold-const.c (maybe_canonicalize_comparison_1): Move
18462 A code CST canonicalization ...
18463 * match.pd: ... to a pattern here.
18465 2015-07-24 Jiong Wang <jiong.wang@arm.com>
18468 2015-07-22 Jiong Wang <jiong.wang@arm.com>
18470 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
18471 (HONOR_REG_ALLOC_ORDER): Define.
18473 2015-07-24 Richard Biener <rguenther@suse.de>
18475 * genmatch.c (add_operator): Allow SSA_NAME as predicate.
18476 * fold-const.c (fold_comparison): Move parameter does not
18477 alias &local simplification ...
18478 * match.pd: ... as a pattern here.
18480 2015-07-24 Richard Biener <rguenther@suse.de>
18482 * gimple-fold.c (replace_stmt_with_simplification): Special-case
18483 valueizing call operands.
18484 * gimple-match-head.c (maybe_push_res_to_seq): Take
18485 number of call arguments from ops array.
18486 (do_valueize): New function.
18487 (gimple_simplify): Return true if valueization changed
18488 any operand even if the result didn't simplify further.
18490 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
18492 PR middle-end/25530
18493 * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
18495 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
18497 PR middle-end/25529
18498 * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
18500 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
18502 * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
18505 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
18507 * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
18510 2015-07-23 Uros Bizjak <ubizjak@gmail.com>
18512 * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
18513 from ix86_build_builtin_va_list_abi. Handle only 64bit non-MS_ABI
18515 (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
18516 ms_va_list_type_node initialization.
18518 2015-07-23 Jeff Law <law@redhat.com>
18521 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
18522 unable to find X NE 0 in the tables, return X as the simplified
18524 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
18525 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
18526 to VISISTED_BBS. */
18527 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
18528 after removing the control flow statement and unnecessary edges.
18530 2015-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
18532 * tree-pass.h (get_current_pass_name): Removed.
18534 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
18536 PR rtl-optimization/64164
18537 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
18538 * tree-ssa-copyrename.c: Removed.
18539 * opts.c (default_options_table): Drop -ftree-copyrename. Add
18540 -ftree-coalesce-vars.
18541 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
18542 * common.opt (ftree-copyrename): Ignore.
18543 (ftree-coalesce-inlined-vars): Likewise.
18544 * doc/invoke.texi: Remove the ignored options above.
18545 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
18546 * tree-ssa-coalesce.h: ... here.
18547 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
18548 headers required by it.
18549 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
18550 across variables when flag_tree_coalesce_vars. Check register
18551 use and promoted modes to allow coalescing. Moved to
18552 tree-ssa-coalesce.c.
18553 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
18554 with its member functions to tree-ssa-coalesce.c.
18555 (var_map_base_init): Likewise. Renamed to
18556 compute_samebase_partition_bases.
18557 (partition_view_normal): Drop want_bases parameter.
18558 (partition_view_bitmap): Likewise.
18559 * tree-ssa-live.h: Adjust declarations.
18560 * tree-ssa-coalesce.c: Include explow.h.
18561 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
18562 default defs at the entry point.
18563 (dump_part_var_map): New.
18564 (compute_optimized_partition_bases): New, called by...
18565 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
18566 of compute_samebase_partition_bases. Adjust.
18567 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
18568 * cfgexpand.c (leader_merge): New.
18569 (get_rtl_for_parm_ssa_default_def): New.
18570 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
18571 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
18572 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
18573 redundant MEM attr setting.
18574 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
18576 (expand_one_stack_var): ... this. New wrapper to check and
18577 skip already expanded SSA partitions.
18578 (record_alignment_for_reg_var): New, factored out of...
18579 (expand_one_var): ... this.
18580 (expand_one_ssa_partition): New.
18581 (adjust_one_expanded_partition_var): New.
18582 (expand_one_register_var): Check and skip already expanded SSA
18584 (expand_used_vars): Don't create DECLs for anonymous SSA
18585 names. Expand all SSA partitions, then adjust all SSA names.
18586 (pass::execute): Replace the loops that set
18587 SA.partition_to_pseudo from partition leaders and cleared
18588 DECL_RTL for multi-location variables, and that which used to
18589 rename vars and set attrs, with one that clears DECL_RTL and
18590 checks that PARMs and RESULTs default_defs match DECL_RTL.
18591 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
18592 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
18593 * explow.c (promote_ssa_mode): New.
18594 * explow.h (promote_ssa_mode): Declare.
18595 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
18596 * function.c: Include cfgexpand.h.
18597 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
18598 (use_register_for_parm_decl): Wrapper for the above to
18599 special-case the result_ptr.
18600 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
18601 (split_complex_args): Take assign_parm_data_all argument.
18602 Pass it to rtl_for_parm. Set up rtl and context for split
18604 (assign_parms_augmented_arg_list): Adjust.
18605 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
18606 multiple locations. Recognize split complex args.
18607 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
18608 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
18609 (assign_parm_setup_block): Prefer SSA-assigned location.
18610 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
18611 if stack_parm is NULL.
18612 (assign_parm_setup_stack): Prefer SSA-assigned location.
18613 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
18614 rtl before testing for pointer bounds. Special-case result_ptr.
18615 (expand_function_start): Maybe reset DECL_RTL of result.
18616 Prefer SSA-assigned location for result and static chain.
18617 Factor out DECL_RESULT and SET_DECL_RTL.
18618 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
18619 anonymous SSA names. Use promote_ssa_mode.
18620 (get_temp_reg): Likewise.
18621 (remove_ssa_form): Adjust.
18622 * stor-layout.c (layout_decl): Don't set mem attributes of
18624 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
18625 and get its reg_usage for reg invalidation.
18626 (compute_bb_dataflow): Pass it insn.
18627 (emit_notes_in_bb): Likewise.
18629 2015-07-23 Segher Boessenkool <segher@kernel.crashing.org>
18632 * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
18634 * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
18635 (rs6000_emit_2insn_and): Handle dot forms.
18636 * config/rs6000/rs6000.md (and<mode>3): Adjust.
18637 (*and<mode>3_2insn): Remove TODO. Adjust. Add "type" attr.
18638 (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
18640 2015-07-23 Richard Biener <rguenther@suse.de>
18642 * generic-match-head.c: Include cgraph.h.
18643 * gimple-match-head.c: Likewise.
18644 * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
18646 * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
18647 * match.pd: ...to a pattern here. Add &A ==/!= 0 simplification
18650 2015-07-23 Richard Biener <rguenther@suse.de>
18652 * gimple-fold.c (fold_gimple_cond): Do not require folding
18653 results to pass valid_gimple_rhs_p.
18654 * tree-cfg.h (fold_cond_expr_cond): Remove.
18655 * tree-cfg.c (fold_cond_expr_cond): Likewise.
18656 (make_edges): Do not call it.
18657 * tree-inline.c (tree_function_versioning): Likewise.
18659 2015-07-23 Tom de Vries <tom@codesourcery.com>
18661 * tree-parloops.c (gather_scalar_reductions): Add arg to call to
18662 vect_force_simple_reduction.
18663 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
18664 (vect_is_simple_reduction_1): Add and handle
18665 need_wrapping_integral_overflow parameter.
18666 (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
18667 need_wrapping_integral_overflow parameter.
18668 (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
18669 * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
18672 2015-07-23 Yuri Rumyantsev <ysrumyan@gmail.com>
18674 PR tree-optimization/66926,66951
18675 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
18676 INNER_LOOP and fix up condition for renaming virtual operands.
18678 2015-07-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18680 * combine.c (try_combine): Use std::swap instead of manually
18683 2015-07-23 Prachi Godbole <prachi.godbole@imgtec.com>
18685 * config/mips/i6400.md: New file.
18686 * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
18687 (mips64r6): Likewise.
18689 * config/mips/mips-tables.opt: Regenerate.
18690 * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
18691 (mips_issue_rate): Add support for i6400.
18692 (mips_multipass_dfa_lookahead): Likewise.
18693 * config/mips/mips.h (TUNE_I6400): Define.
18694 * config/mips/mips.md: Include i6400.md.
18695 (processor): Add i6400.
18696 * doc/invoke.texi (-march=@var{arch}): Add i6400.
18698 2015-07-23 Richard Biener <rguenther@suse.de>
18700 PR middle-end/66916
18701 * match.pd: Guard widen and sign-change comparison simplification
18704 2015-07-23 Richard Biener <rguenther@suse.de>
18706 PR tree-optimization/66945
18707 * tree-ssa-propagate.c (substitute_and_fold_dom_walker
18708 ::before_dom_children): Force the propagators idea of
18709 non-executable edges to materialize, not what the folder
18712 2015-07-23 Richard Biener <rguenther@suse.de>
18714 * gimple.h (gimple_cond_make_false): Use 0 != 0.
18715 (gimple_cond_make_true): Use 1 != 0.
18717 2015-07-22 DJ Delorie <dj@redhat.com>
18719 * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
18722 * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
18723 (ashrhi3): Likewise.
18724 (lshrhi3): Likewise.
18725 (movhi): Take advantage of zero-extend to load small constants.
18726 (movpsi): Likewise.
18727 (and<mode>3): Likewise.
18728 (zero_extendqihi2): Likewise.
18729 (zero_extendqisi2): New.
18730 * config/msp430/constraints.md (N,O): New.
18731 * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
18733 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
18736 * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
18737 to enum feature_priority and feature_list.
18738 (fold_builtin_cpu): Add F_AES to enum processor_features
18739 and isa_names_table.
18741 2015-07-22 Ilya Enkovich <enkovich.gnu@gmail.com>
18744 * config/i386/linux-common.h (MPX_SPEC): Use linker option
18745 for 64bit target only.
18747 2015-07-22 Bernd Schmidt <bernds@codesourcery.com>
18749 * config/nvptx/nvptx.c: Expand some comments.
18751 2015-07-22 James Greenhalgh <james.greenhalgh@arm.com>
18753 * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
18754 (cortex_a53_advsimd): ...This.
18756 2015-07-22 Richard Biener <rguenther@suse.de>
18758 * genmatch.c (expr::gen_transform): Clarify error message
18759 and display location.
18761 2015-07-22 Richard Biener <rguenther@suse.de>
18763 * genmatch.c (struct operand): Add location member.
18764 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
18766 (struct simplify): Remove match_location and result_location
18768 (elsehwere): Adjust.
18770 2015-07-22 Prachi Godbole <prachi.godbole@imgtec.com>
18772 * config/mips/m5100.md: New file.
18773 * config/mips/mips-cpus.def (m5100, m5101): Define.
18774 * config/mips/mips-tables.opt: Regenerate.
18775 * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
18776 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
18777 -march=m5101 to -mips32r5.
18778 (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
18779 (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
18781 * config/mips/mips.md: Include m5100.md.
18782 (processor): Add m5100.
18783 * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
18785 2015-07-22 Robert Suchanek <robert.suchanek@imgtec.com>
18787 * config/mips/mips-cpus.def (interaptiv): Define.
18788 * config/mips/mips-tables.opt: Regenerate.
18789 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
18791 (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
18792 * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
18794 2015-07-22 Jiong Wang <jiong.wang@arm.com>
18797 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
18798 (HONOR_REG_ALLOC_ORDER): Define.
18800 2015-07-22 Richard Biener <rguenther@suse.de>
18802 PR tree-optimization/66952
18803 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
18804 blocks we end up executing unconditionally reset all SSA
18805 info such as range and alignment.
18806 * tree-ssanames.h (reset_flow_sensitive_info): Declare.
18807 * tree-ssanames.c (reset_flow_sensitive_info): New function.
18809 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
18811 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
18814 2015-07-22 Richard Biener <rguenther@suse.de>
18816 * genmatch.c (parser::parse_result): Properly handle
18817 match with result operands and conditions.
18819 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
18822 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
18823 Add qualifier_struct_load_store_lane_index.
18824 (aarch64_types_loadstruct_lane_qualifiers): Use
18825 qualifier_struct_load_store_lane_index for lane index argument for
18827 (aarch64_types_storestruct_lane_qualifiers): Ditto.
18828 (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18829 (aarch64_simd_expand_args): Add new argument describing mode of
18830 builtin. Check lane bounds for arguments with
18831 SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18832 (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
18833 if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18834 (aarch64_simd_expand_builtin): Handle arguments with
18835 qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
18836 aarch64_simd_expand_args.
18837 * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
18838 vst[234]_lane with BUILTIN_VALLDIF.
18839 * config/aarch64/aarch64-simd.md:
18840 (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
18841 endianness reversal on lane index.
18842 (aarch64_vec_load_lanesci_lane<mode>): Ditto.
18843 (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
18844 (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
18845 (vec_store_lanesci_lane<mode>): Ditto.
18846 (vec_store_lanesxi_lane<mode>): Ditto.
18847 (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
18848 reversal of lane index.
18849 (aarch64_ld3_lane<mode>): Ditto.
18850 (aarch64_ld4_lane<mode>): Ditto.
18851 (aarch64_st2_lane<mode>): Ditto.
18852 (aarch64_st3_lane<mode>): Ditto.
18853 (aarch64_st4_lane<mode>): Ditto.
18854 * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
18855 to qmode. Add new mode parameter. Update uses.
18856 (__LD3_LANE_FUNC): Ditto.
18857 (__LD4_LANE_FUNC): Ditto.
18858 (__ST2_LANE_FUNC): Ditto.
18859 (__ST3_LANE_FUNC): Ditto.
18860 (__ST4_LANE_FUNC): Ditto.
18862 2015-07-22 Jonathan Wakely <jwakely@redhat.com>
18864 * doc/invoke.texi (Language Independent Options): Rename node to
18865 Diagnostic Message Formatting Options.
18867 2015-07-21 Vladimir Makarov <vmakarov@redhat.com>
18870 * lra-remat.c (operand_to_remat): Prevent using insns with input
18871 subregs processed separately by IRA.
18873 2015-07-21 Andrew MacLeod <amacleod@redhat.com>
18875 * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
18877 (single_imm_use): Check for iterator node.
18878 (num_imm_uses): Likewise.
18879 * tree-ssa-operands.c (has_zero_uses_1): Delete.
18880 (single_imm_use_1): Check for iterator node.
18882 2015-07-21 Mike Frysinger <vapier@gentoo.org>
18883 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
18885 * configure.ac: Add check for new options in isl-0.15.
18886 * config.in, configure: Rebuilt.
18887 * graphite-blocking.c: Include <isl/constraint.h>
18888 * graphite-interchange.c, graphite-poly.c: Likewise.
18889 * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
18890 * graphite.c: Likewise.
18891 * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
18893 * graphite-dependences.c: Include <isl/constraint.h>.
18894 (max_number_of_out_dimensions): Returns isl_stat.
18895 (extend_schedule_1): Likewise
18896 (extend_schedule): Corresponding changes.
18897 * graphite-optimize-isl.c: Include <isl/constraint.h> and
18899 (getSingleMap): Change return type of isl_stat.
18900 (optimize_isl): Conditionally use
18901 isl_options_set_schedule_serialize_sccs.
18902 * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
18903 if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
18905 2015-07-21 Georg-Johann Lay <avr@gjlay.de>
18908 * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
18909 (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
18911 2015-07-21 Richard Biener <rguenther@suse.de>
18913 PR tree-optimization/66948
18914 * genmatch.c (capture_info::walk_match): Also recurse to
18915 captures. Properly compute expr state from captures of
18917 * match.pd: Add single-use guards to
18918 (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
18920 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
18922 * config/nvptx/mkoffload.c (process): Add static destructor call.
18924 2015-07-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18926 PR middle-end/66915
18927 * match.pd (A - B -> A + (-B)): Don't allow folding
18928 when type if a fixed-point type.
18930 2015-07-20 DJ Delorie <dj@redhat.com>
18932 * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
18933 (iorqi3_real): Likewise for set1.
18935 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
18937 * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
18940 2015-07-20 Aditya Kumar <hiraditya@msn.com>
18942 * graphite-isl-ast-to-gimple.c:
18943 Refactor so that each function can access 'region'. This will help
18944 maintain a parameter rename_map within a region.
18946 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18948 * config/rs6000/rs6000.md (*lt0_disi): New.
18950 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18953 * config/rs6000/constraints.md ("S", "T", "t"): Delete. Update
18954 "available letters" comment.
18955 * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
18956 mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
18957 and_2rld_operand): Delete.
18958 (and_operand): Adjust.
18959 (rotate_mask_operator): New.
18960 * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
18961 includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
18962 includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
18963 extract_ME): Delete.
18964 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
18965 rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
18966 rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
18967 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
18968 rs6000_emit_2insn_and): New.
18969 * config/rs6000/rs6000.c (num_insns_constant): Adjust.
18970 (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
18971 includes_rldic_lshift_p, includes_rldicr_lshift_p,
18972 insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
18973 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
18974 rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
18975 s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
18976 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
18977 rs6000_emit_2insn_and): New.
18978 (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
18979 (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
18981 <NOT>: Don't fall through to next case.
18982 <AND>: Handle the various rotate-and-mask cases directly.
18983 <IOR>: Always cost as one insn.
18984 * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
18985 (and<mode>3): Adjust expander for the new patterns.
18986 (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
18987 and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
18988 (*and<mode>3_imm_dot_shifted): New.
18989 (*and<mode>3_mask): Delete, rewrite as ...
18990 (and<mode>3_mask): ... New.
18991 (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
18992 (andsi3_internal0_nomc): Delete.
18993 (*andsi3_internal6): Delete.
18994 (*and<mode>3_2insn): New.
18995 (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
18996 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
18997 *insvsi_internal6, insvdi_internal, *insvdi_internal2,
18998 *insvdi_internal3): Delete.
18999 (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
19000 *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
19001 *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
19002 *ior<mode>_mask): New.
19003 (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
19004 *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
19005 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
19006 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
19008 (ashr<mode>3): Delete expander.
19009 (*ashr<mode>3): Rename to ...
19010 (ashr<mode>3): ... This.
19011 (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
19012 (*rotldi3_internal4, *rotldi3_internal5 and split,
19013 *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
19014 and split, *ashldi3_internal6 and split, *ashldi3_internal7,
19015 ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
19016 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
19017 (splitter for loading a mask): Adjust.
19018 * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
19020 2015-07-20 Marek Polacek <polacek@redhat.com>
19022 * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
19023 output_add_clobbers, output_added_clobbers_hard_reg_p,
19024 gen_rtx_scratch): Remove declarations.
19026 2015-07-20 Marek Polacek <polacek@redhat.com>
19029 * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
19031 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19033 * simplify-rtx.c (simplify_unary_operation_1, NEG case):
19034 (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
19036 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19038 * combine.c (combine_simplify_rtx): Move simplification step
19039 before various transformations/substitutions.
19041 2015-07-20 Mikhail Maltsev <maltsevm@gmail.com>
19043 * wide-int.h (struct binary_traits): Fix partial specialization syntax.
19044 (struct int_traits): Likewise.
19046 2015-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
19048 * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
19049 function to vmsdbgout_function_decl.
19051 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
19054 * config/i386/i386.c (ix86_expand_pextr): Reject extractions
19055 from misaligned positions.
19056 (ix86_expand_pinsr): Reject insertions to misaligned positions.
19058 2015-07-18 Sebastian Pop <s.pop@samsung.com>
19060 PR middle-end/46851
19061 PR middle-end/60340
19062 * Makefile.in: Removed omega.o.
19063 * common.opt: Document flag fcheck-data-deps as deprecated.
19064 * doc/invoke.texi: Remove documentation for fcheck-data-deps and
19065 its associated params: omega-max-vars, omega-max-geqs,
19066 omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
19067 omega-max-keys, omega-eliminate-redundant-constraints.
19068 * doc/loop.texi: Remove all the section on Omega.
19069 * graphite-blocking.c: Include missing params.h: it used to be
19070 included through tree-data-ref.h and omega.h.
19071 * graphite-isl-ast-to-gimple.c: Same.
19072 * graphite-optimize-isl.c: Same.
19073 * graphite-sese-to-poly.c: Same.
19074 * graphite.c: Same.
19077 * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
19078 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
19079 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
19080 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
19081 * passes.def: Remove pass_check_data_deps.
19082 * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
19083 (dump_conflict_function): Same.
19084 (dump_subscript): Same.
19085 (print_direction_vector): Same.
19086 (print_dir_vectors): Same.
19087 (print_lambda_vector): Same.
19088 (print_dist_vectors): Same.
19089 (dump_data_dependence_relation): Same.
19090 (dump_data_dependence_relations): Same.
19091 (dump_dist_dir_vectors): Same.
19093 (init_omega_eq_with_af): Removed.
19094 (omega_extract_distance_vectors): Removed.
19095 (omega_setup_subscript): Removed.
19096 (init_omega_for_ddr_1): Removed.
19097 (init_omega_for_ddr): Removed.
19098 (ddr_consistent_p): Removed.
19099 (compute_affine_dependence): Do not use omega to check data
19101 (compute_data_dependences_for_bb): Removed.
19102 (analyze_all_data_dependences): Removed.
19103 (tree_check_data_deps): Removed.
19104 * tree-data-ref.h: Do not include omega.h.
19105 (compute_data_dependences_for_bb): Removed.
19106 (tree_check_data_deps): Removed.
19107 * tree-ssa-loop.c (pass_check_data_deps): Removed.
19108 (make_pass_check_data_deps): Removed.
19109 * tree-ssa-phiopt.c: Include params.h.
19110 * tree-vect-data-refs.c: Same.
19111 * tree-vect-slp.c: Same.
19113 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
19115 * config/i386/i386.md (pushsf splitter): Pass curr_insn to
19116 find_constant_src. FAIL if find_constant_src returns NULL_RTX.
19117 (mem->fpreg splitters): Ditto.
19118 (general_operand->nonimmediate_operand splitter): Use explicit modes.
19119 Disable DFmode for TARGET_64BIT.
19121 2015-07-17 H.J. Lu <hongjiu.lu@intel.com>
19124 * config/i386/i386.c (ix86_expand_prologue): Replicate static
19125 chain on the stack.
19127 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
19129 * config/nvptx/mkoffload.c (process): Constify host data.
19130 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
19131 Constify host data.
19132 (generate_host_descr_file): Likewise.
19134 2015-07-17 Aditya Kumar <aditya.k7@samsung.com>
19135 Sebastian Pop <s.pop@samsung.com>
19137 PR middle-end/61929
19138 * graphite-dependences.c (add_pdr_constraints): Renamed
19139 pdr->extent to pdr->subscript_sizes.
19140 * graphite-interchange.c (build_linearized_memory_access): Add
19141 back all gcc_assert's that the "isl_int to isl_val conversion"
19142 patch has removed. Refactored.
19143 (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
19144 * graphite-poly.c (new_poly_dr): Same.
19145 (free_poly_dr): Same.
19146 * graphite-poly.h (struct poly_dr): Same.
19147 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
19148 all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
19149 * graphite-scop-detection.h: Fix space.
19150 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
19151 back all gcc_assert's removed by a previous patch.
19152 (wrap): Remove the_isl_ctx global variable that the same patch has
19154 (build_loop_iteration_domains): Same.
19155 (add_param_constraints): Same.
19156 (pdr_add_data_dimensions): Same. Refactored.
19157 (build_poly_dr): Renamed extent to subscript_sizes.
19159 2015-07-17 Marek Polacek <polacek@redhat.com>
19161 * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
19162 * match.pd: ... here.
19164 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
19166 * config/nvptx/mkoffload.c (process): Constify target data.
19167 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
19168 Constify target data.
19169 (generate_target_offloadend_file): Likewise.
19171 2015-07-17 Yuri Rumyantsev <ysrumyan@gmail.com>
19173 * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
19174 to allow renaming of PHI arguments on edges incoming from outer
19175 loop header, add corresponding check before start PHI iterator.
19176 (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
19177 variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
19178 with true force_vectorize. Set-up dominator for outer loop too.
19179 Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
19180 (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
19181 was marked with force_vectorize and has restricted cfg.
19182 (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
19184 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
19185 do peeling for outer loops.
19187 2015-07-17 Yvan Roux <yvan.roux@linaro.org>
19188 Matthias Klose <doko@ubuntu.com>
19190 * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
19191 build-sysroot, sysroot from the `Miscenalleous configure options' to
19192 the `Directories' section and strip trailing `/' from with_sysroot.
19193 (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
19194 * configure: Regenerated.
19196 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
19199 * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
19200 (TARGET_HARD_DF_REGS): Ditto.
19201 (TARGET_HARD_XF_REGS): Ditto.
19202 * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
19203 Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
19204 (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
19205 alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
19206 (*movsf_internal): Add alternatives 16 and 17. Enable
19207 alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
19209 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
19211 PR rtl-optimization/66891
19212 * calls.c (expand_call): Wrap precompute_register_parameters with
19213 NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
19215 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
19217 * config/nvptx/mkoffload.c (process): Constify mapping variables.
19218 Define target data struct and initialize it.
19220 2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
19222 PR rtl-optimization/66626
19223 * ira.h (emit-rtl.h): Include.
19224 (non_spilled_static_chain_regno_p): New.
19225 * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
19226 unless it is non spilled static chain pseudo.
19227 (assign_hard_rego): Spill memory profitable allocno unless it is
19228 non spilled static chain pseudo.
19229 (allocno_spill_priority_compare): Put non spilled static chain
19230 pseudo at the end of sorted array.
19231 (improve_allocation): Do nothing if we have static chain and
19233 (allocno__priority_compare_func): Put non spilled static chain
19234 pseudo at the beginning of sorted array.
19235 (move_spill_restore): Ignore non spilled static chain pseudo.
19236 * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
19237 to non spilled static chain pseudo.
19238 * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
19239 pseudo at the beginning of sorted array.
19240 (spill_for): Spill non spilled static chain pseudo last.
19241 * lra-constraints.c (lra_constraints): Remove static chain pseudo
19242 check for equivalence.
19244 2015-07-16 Martin Liska <mliska@suse.cz>
19247 * ipa-prop.c (update_jump_functions_after_inlining): Create properly
19248 dst_ctx if it does not exist.
19250 2015-07-16 Martin Liska <mliska@suse.cz>
19252 * hash-set.h (remove): New function.
19253 (iterator): New iteration class for hash_set.
19255 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19257 * genattrtab.c (make_canonical): Add a file_location parameter.
19258 Use fatal_at rather than fatal.
19259 (get_attr_value): Likewise. Update call to make_canonical.
19260 (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
19261 (make_internal_attr): Update calls accordingly.
19263 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19265 * read-md.h (message_with_line, error_with_line): Delete.
19266 * read-md.c (message_with_line, error_with_line): Delete.
19267 * gensupport.h: Include read-md.h.
19268 (md_rtx_info): New structure.
19269 (read_md_rtx): Use it. Return a bool success value.
19270 * gensupport.c (read_md_rtx): Likewise.
19271 * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
19272 (main): Update after interface changes.
19273 * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
19274 (main): Update after interface changes.
19275 * genattrtab.c (insn_code_number): Delete.
19276 (optimize_attrs): Add a max_insn_code parameter and use it instead
19277 of insn_code_number.
19278 (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
19279 Use *_at rather than *_with_line functions.
19280 (gen_insn): Likewise.
19281 (gen_delay): Likewise.
19282 (gen_insn_reserv): Likewise.
19283 (gen_bypass): Take an md_rtx_info rather than an rtx.
19284 (main): Update after interface changes. Use a local max_insn_code
19285 variable instead of insn_code_number.
19286 * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
19287 an rtx. Use fatal_at rather than fatal.
19288 (gen_query_cpu_unit, gen_bypass, gen_excl_set)
19289 (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
19290 (gen_absence_set, gen_final_absence_set, gen_automaton)
19291 (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
19292 (main): Update after interface changes.
19293 * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
19295 (main): Update after interface changes.
19296 * genconditions.c (main): Use new read_md_rtx interface.
19297 * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
19298 (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
19299 (main): Update after interface changes.
19300 * genemit.c (insn_code_number, insn_index_number): Delete.
19301 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19302 Use fatal_at rather than fatal.
19303 (gen_expand): Take an md_rtx_info rather than an rtx. Use fatal_at
19305 (gen_split): Likewise.
19306 (main): Update after interface changes.
19307 * genextract.c (line_no): Delete.
19308 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19309 Update call to walk_rtx.
19310 (VEC_safe_set_locstr): Add an md_rtx_info argument. Use message_at
19311 rather than message_with_line.
19312 (walk_rtx): Add an md_rtx_info argument. Update call to
19313 VEC_safe_set_locstr.
19314 (main): Update after interface changes.
19315 * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
19316 and lineno. Use error_at rather than separate message_with_line
19317 calls and have_error assignments.
19318 (main): Update after interface changes.
19319 * genmddump.c (main): Use new read_md_rtx interface.
19320 * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
19321 (main): Update after interface changes.
19322 * genoutput.c (next_code_number): Delete.
19323 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19324 (gen_peephole, gen_expand, gen_split): Likewise.
19325 (note_constraint): Likewise. Use *_at rather than *_with_line
19327 (main): Update after interface changes.
19328 * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
19330 (main): Update after interface changes.
19331 * genpreds.c (process_define_predicate): Take an md_rtx_info rather
19332 than an rtx and lineno.
19333 (process_define_constraint): Likewise.
19334 (process_define_register_constraint): Likewise.
19335 (main): Update after interface changes.
19336 * genrecog.c (next_insn_code, pattern_lineno): Delete.
19337 (validate_pattern): Replace top-level rtx with an md_rtx_info.
19338 Use *_at rather than *_with_line functions.
19339 (match_pattern_2): Likewise.
19340 (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
19341 (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
19342 Use *_at rather than *_with_line functions.
19343 * gentarget-def.c (add_insn): New function.
19344 (main): Use it. Use new read_md_rtx interface.
19346 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19348 * gensupport.h (compute_test_codes): Take a file_location rather
19349 than a line number.
19350 * gensupport.c (compute_test_codes): Likewise. Use *_at functions
19351 rather than *_with_line functions.
19352 (process_define_predicate): Update call to compute_test_codes.
19353 * genpreds.c (validate_exp): Take a file_location rather than a
19354 line number. Use *_at functions rather than *_with_line functions.
19355 (process_define_predicate): Update call to validate_exp.
19356 (constraint_data): Replace lineno field with a file_location.
19357 (add_constraint): Take a file_location rather than a line number.
19358 Use *_at functions rather than *_with_line functions. Fix error
19359 message for address constraints. Update after changes to
19360 validate_exp, constraint_data and compute_test_codes.
19361 (process_define_constraint): Update accordingly.
19362 (process_define_register_constraint): Likewise.
19364 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19366 * genoutput.c (data): Use a file_location to record the source
19369 (idata, idata_end): Remove initialization.
19370 (constraint_data): Replace lineno with a file_location.
19371 (output_insn_data): Update after changes to data.
19372 (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
19373 (scan_operands): Likewise, using *_at rather than *_with_line
19375 (process_template): Likewise.
19376 (validate_insn_alternatives): Likewise.
19377 (validate_insn_operands): Likewise.
19378 (validate_optab_operands): Likewise.
19379 (init_insn_for_nothing): Initialize idata and idata_end.
19380 (note_constraint): Update after changes to constraint_data,
19381 using at rather than with_line functions.
19382 (mdep_constraint_len): Take a file_location rather than a
19383 line number. Use at rather than with_line functions.
19385 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19387 * read-md.h (fatal_at): Declare.
19388 * read-md.c (fatal_at): New function.
19389 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
19390 to record the source position.
19391 (check_attr_test): Take a file_location instead of a line number.
19392 Use fatal_at instead of fatal.
19393 (check_attr_value): Update after above changes, using "at"
19394 rather than "with_line" reporting functions.
19395 (convert_set_attr_alternative): Likewise.
19396 (gen_attr): Likewise.
19397 (check_defs): Likewise. Don't assign to read_md_filename.
19398 (gen_insn): Update initialization after above changes.
19399 (gen_delay): Likewise.
19400 (write_insn_cases): Print the filename for a define_peephole.
19401 (gen_insn_reserv): Take a line number as argument and update
19402 the call to check_attr_test.
19403 (main): Pass a line number to gen_insn_reserv.
19405 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19407 * read-md.h (file_location): New structure.
19408 (directive_handler_t): Take a file_location rather than a line number.
19409 (message_at, error_at): Declare.
19410 (read_skip_construct): Delete.
19411 * read-md.c (message_with_line_1): Replace with...
19412 (message_at_1): ...this new function.
19413 (message_at, error_at): New functions.
19414 (message_with_line, error_with_line): Update to use message_at_1.
19415 (handle_enum): Take a file_location rather than a line number
19416 and use error_at for error reporting.
19417 (handle_include): Likewise.
19418 (read_skip_construct): Likewise. Make static.
19419 (handle_file): Update after above changes. Pass a file_location
19420 rather than a line number to handle_directive.
19421 * gensupport.c (queue_elem): Replace separate filename and lineno
19422 with a file_location.
19423 (queue_pattern): Replace filename and lineno arguments with a
19424 file_location. Update after change to queue_elem.
19425 (process_define_predicate): Replace lineno argument with a
19426 file_location and use error_at for error reporting. Update
19427 after above changes.
19428 (process_rtx): Likewise.
19429 (subst_pattern_match): Likewise.
19430 (get_alternatives_number): Likewise.
19431 (alter_predicate_for_insn): Likewise.
19432 (rtx_handle_directive): Likewise.
19433 (is_predicable): Update after above changes, using error_at rather
19434 than error_with_line.
19435 (has_subst_attribute): Likewise.
19436 (identify_predicable_attribute): Likewise.
19437 (alter_attrs_for_subst_insn): Likewise.
19438 (process_one_cond_exec): Likewise.
19439 (process_substs_on_one_elem): Likewise.
19440 (process_define_subst): Likewise.
19441 (check_define_attr_duplicates): Likewise.
19442 (read_md_rtx): Update after change to queue_elem.
19444 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19446 * genoutput.c (next_index_number): Delete.
19447 (data): Remove index_number.
19448 (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
19449 (main): Remove manipulation of next_index_number.
19451 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
19453 * genattrtab.c (check_attr_value): Remove handling of null attrs.
19454 (make_canonical): Likewise.
19456 2015-07-16 Eric Botcazou <ebotcazou@adacore.com>
19458 * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
19459 instead of adjust_address_nv.
19460 (restore_stack_nonlocal): Likewise.
19461 (nonlocal_goto): Likewise.
19463 2015-07-16 Tom de Vries <tom@codesourcery.com>
19465 * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
19466 not have a corresponding loop header phi.
19468 2015-07-16 Tom de Vries <tom@codesourcery.com>
19470 * tree-parloops.c (create_loads_for_reductions): Handle case that
19471 reduction is unused.
19473 2015-07-16 Richard Biener <rguenther@suse.de>
19475 PR tree-optimization/66894
19476 * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
19477 about deriving NE_EXPR from truncated values.
19479 2015-07-16 Martin Liska <mliska@suse.cz>
19482 (object_allocator): Add new class.
19483 (pool_allocator::initialize): Use the underlying class.
19484 (pool_allocator::allocate): Likewise.
19485 (pool_allocator::remove): Likewise.
19486 (operator new): A new generic allocator.
19487 * asan.c (struct asan_mem_ref): Remove unused members.
19488 (asan_mem_ref_new): Replace new operator with
19489 object_allocator::allocate.
19490 (free_mem_ref_resources): Change deallocation.
19491 * cfg.c (initialize_original_copy_tables): Replace pool_allocator
19492 with object_allocator.
19493 * config/sh/sh.c (add_constant): Replace new operator with
19494 object_allocator::allocate.
19495 (sh_reorg): Change call to a release method.
19496 * cselib.c (struct elt_list): Remove unused members.
19497 (new_elt_list): Replace new operator with
19498 object_allocator::allocate.
19499 (new_elt_loc_list): Likewise.
19500 (new_cselib_val): Likewise.
19501 (unchain_one_elt_list): Change delete operator with remove method.
19502 (unchain_one_elt_loc_list): Likewise.
19503 (unchain_one_value): Likewise.
19504 (cselib_finish): Release newly added static allocators.
19505 * cselib.h (struct cselib_val): Remove unused members.
19506 (struct elt_loc_list): Likewise.
19507 * df-problems.c (df_chain_alloc): Replace pool_allocator with
19509 * df-scan.c (struct df_scan_problem_data): Likewise.
19510 (df_scan_alloc): Likewise.
19511 * df.h (struct dataflow): Likewise.
19512 * dse.c (struct read_info_type): Likewise.
19513 (struct insn_info_type): Likewise.
19514 (struct dse_bb_info_type): Likewise.
19515 (struct group_info): Likewise.
19516 (struct deferred_change): Likewise.
19517 (get_group_info): Likewise.
19518 (delete_dead_store_insn): Likewise.
19519 (free_read_records): Likewise.
19520 (replace_read): Likewise.
19521 (check_mem_read_rtx): Likewise.
19522 (scan_insn): Likewise.
19523 (dse_step1): Likewise.
19524 (dse_step7): Likewise.
19525 * et-forest.c (struct et_occ): Remove unused members.
19526 (et_new_occ): Use allocate instead of new operator.
19527 (et_new_tree): Likewise.
19528 (et_free_tree): Call release method explicitly.
19529 (et_free_tree_force): Likewise.
19530 (et_free_pools): Likewise.
19531 (et_split): Use remove instead of delete operator.
19532 * et-forest.h (struct et_node): Remove unused members.
19533 * ipa-cp.c: Change pool_allocator to object_allocator.
19534 * ipa-inline-analysis.c: Likewise.
19535 * ipa-profile.c: Likewise.
19536 * ipa-prop.c: Likewise.
19537 * ipa-prop.h: Likewise.
19538 * ira-build.c (initiate_cost_vectors): Cast return value.
19539 (ira_allocate_cost_vector): Likewise.
19540 * ira-color.c (struct update_cost_record): Remove unused members.
19541 * lra-int.h (struct lra_live_range): Likewise.
19542 (struct lra_copy): Likewise.
19543 (struct lra_insn_reg): Likewise.
19544 * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
19545 * lra.c (new_insn_reg): Replace new operator with allocate method.
19546 (free_insn_regs): Same for operator delete.
19547 (finish_insn_regs): Release new static allocator.
19548 (finish_insn_recog_data): Likewise.
19549 (lra_free_copies): Replace delete operator with remove method.
19550 (lra_create_copy): Replace operator new with allocate method.
19551 (invalidate_insn_data_regno_info): Same for remove method.
19552 * regcprop.c (struct queued_debug_insn_change): Remove unused members.
19553 (free_debug_insn_changes): Replace delete operator with remove method.
19554 (replace_oldest_value_reg): Replace operator new with allocate method.
19555 (pass_cprop_hardreg::execute): Release new static variable.
19556 * sched-deps.c (sched_deps_init): Change pool_allocator to
19558 * sel-sched-ir.c: Likewise.
19559 * sel-sched-ir.h: Likewise.
19560 * stmt.c (expand_case): Likewise.
19561 (expand_sjlj_dispatch_table): Likewise.
19562 * tree-sra.c (struct access): Remove unused members.
19563 (struct assign_link): Likewise.
19564 (sra_deinitialize): Release newly added static pools.
19565 (create_access_1):Replace operator new with allocate method.
19566 (build_accesses_from_assign): Likewise.
19567 (create_artificial_child_access): Likewise.
19568 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
19569 pool_allocator to object_allocator.
19570 * tree-ssa-pre.c: Likewise.
19571 * tree-ssa-reassoc.c: Likewise.
19572 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
19573 * tree-ssa-strlen.c: Likewise.
19574 * tree-ssa-structalias.c: Likewise.
19575 * var-tracking.c (onepart_pool_allocate): New function.
19576 (unshare_variable): Use the newly added function.
19577 (variable_merge_over_cur): Likewise.
19578 (variable_from_dropped): Likewise.
19579 (variable_was_changed): Likewise.
19580 (set_slot_part): Likewise.
19581 (emit_notes_for_differences_1): Likewise.
19582 (vt_finalize): Release newly added static pools.
19584 2015-07-16 Martin Jambor <mjambor@suse.cz>
19586 * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status. Adjust
19587 all uses. Fix two typos in its general comment.
19588 (func_body_info): Rename to ipa_func_body_info. Adjust all uses.
19590 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com>
19592 * config/i386/linux-common.h (LINK_MPX): New.
19593 (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
19594 * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
19595 indicating '-z bndplt' support by linker.
19596 * configure: Regenerate.
19597 * config.in: Regenerate.
19599 2015-07-16 Richard Biener <rguenther@suse.de>
19601 * fold-const.c (fold_widened_comparison): Remove.
19602 (fold_sign_changed_comparison): Likewise.
19603 (fold_comparison): Move widened and sign-changed comparison
19605 * match.pd: ... to patterns here.
19606 * generic-match-head.c: Include target.h.
19607 * gimple-match-head.c: Likewise.
19609 2015-07-16 Richard Biener <rguenther@suse.de>
19611 * tree-ssa-dom.c (dom_valueize): New function.
19612 (record_temporary_equivalences): Also record equivalences
19613 for dominating stmts that have uses of equivalences we are
19616 2015-07-16 Bin Cheng <bin.cheng@arm.com>
19618 * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
19619 add_autoinc_candidates.
19620 (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
19621 (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
19622 (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
19623 (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
19625 (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
19626 (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
19627 Remove parameter struct iv*. Call add_autoinc_candidates here.
19628 (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
19629 (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
19631 (find_iv_candidates): Call new functions.
19633 2015-07-16 Sandra Loosemore <sandra@codesourcery.com>
19635 * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
19636 uninitialized-variable warning.
19638 2015-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
19641 * config/sh/sh.md (movdi): Split simple reg move to two movsi
19642 when the destination is R0.
19644 2015-07-16 Uros Bizjak <ubizjak@gmail.com>
19647 * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
19648 * config/i386/i386.c (ix86_expand_pextr): New function.
19649 (ix86_expand_pinsr): Handle V1TI and TI modes. Call ix86_expand_pextr
19650 for non-lowpart subregs.
19651 * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
19652 (insv<mode>): Use SWI248 mode iterator.
19653 (insv<mode>_1): Ditto.
19655 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
19656 Sebastian Pop <s.pop@samsung.com>
19658 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
19659 iterator to use_stmt.
19661 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
19662 Sebastian Pop <s.pop@samsung.com>
19664 * graphite-scop-detection.c (build_scops_1): Discard scops for
19667 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
19668 Sebastian Pop <s.pop@samsung.com>
19670 * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
19671 case of a return statement in scop.
19673 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
19674 Sebastian Pop <s.pop@samsung.com>
19676 * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
19677 INTEGER_TYPE parameters.
19678 (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
19679 VECTOR_CST in scan_tree_for_params.
19680 (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
19682 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
19684 * gimple-pretty-print.h: Don't include pretty-print.h.
19685 * tree-streamer.h: Don't include lto-streamer.h.
19686 * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
19687 * gimple-streamer-in.c: Remove redundant includes.
19688 * gimple-streamer-out.c: Likewise.
19689 * ipa-devirt.c: Likewise.
19690 * ipa-icf.c: Likewise.
19691 * ipa-inline-analysis.c: Likewise.
19692 * ipa-polymorphic-call.c: Likewise.
19693 * ipa-profile.c: Likewise.
19694 * ipa-prop.c: Likewise.
19695 * ipa-pure-const.c: Likewise.
19696 * lto-cgraph.c: Likewise.
19697 * lto-streamer-in.c: Likewise.
19698 * lto-streamer-out.c: Likewise.
19699 * lto-streamer.c: Likewise.
19700 * tree-streamer-in.c: Likewise.
19701 * tree-streamer-out.c: Likewise.
19702 * tree-streamer.c: Likewise.
19704 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
19706 * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
19708 * opts.c: Remove multiline #include comment.
19710 2015-07-15 Nathan Sidwell <nathan@codesourcery.com>
19712 * config/nvptx/mkoffload.c (process): Add C++ protection to
19715 2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
19718 * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
19719 null before IEEE 128-bit floating point support patch.
19721 2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19723 * simplify-rtx.c (simplify_ternary_operation): Add simplification
19724 for (!c) != {0,...,0} ? a : b for vector modes.
19726 2015-07-15 Paolo Bonzini <bonzini@gnu.org>
19727 Martin Jambor <mjambor@suse.cz>
19729 * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
19730 struct func_body_info* instead of struct ipa_node_params*, expecting
19731 fbi->info to be filled in. Replace throughout. Adjust call to
19732 ipa_load_from_parm_agg.
19733 (set_cond_stmt_execution_predicate): Accept struct func_body_info*
19734 instead of struct ipa_node_params*. Adjust calls to other functions
19735 so that they pass either fbi or fbi->info.
19736 (set_switch_stmt_execution_predicate): Likewise.
19737 (will_be_nonconstant_predicate): Likewise.
19738 (compute_bb_predicates): Likewise.
19739 (estimate_function_body_sizes): Move asserts earlier. Fill in
19740 struct func_body_info, replace parms_info with fbi.info. Adjust
19741 calls to functions that now accept struct func_body_info.
19742 * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
19743 (struct func_body_info): Likewise.
19744 (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
19745 remove static. Adjust callers.
19746 (ipa_load_from_parm_agg): Remove.
19747 * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
19748 (func_body_info): Likewise.
19749 (ipa_load_from_parm_agg): Adjust prototype.
19751 2015-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
19753 * gensupport.c (rtx_handle_directive): Adjust.
19754 * read-rtl.c (apply_iterators): Take vector to add rtxs to
19755 instead of expr list rtx.
19756 (add_define_attr_for_define_subst): Likewise.
19757 (add_define_subst_attr): Likewise.
19758 (read_subst_mapping): Likewise.
19759 (read_rtx): Likewise.
19760 * rtl.h (read_rtx): Adjust.
19762 2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19764 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
19766 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
19769 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
19770 (*tls_local_dynamic_base_64_<mode>): Ditto.
19771 (*tls_local_dynamic_base_64_largepic): Ditto.
19772 (tls_global_dynamic_64_<mode>): Update expander pattern.
19773 (tls_local_dynamic_base_64_<mode>): Ditto.
19775 2015-07-15 Richard Biener <rguenther@suse.de>
19777 * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
19778 and bool_var == 1 -> bool_var simplifications ...
19779 * match.pd: ... to patterns here. Factor out negate_expr_p
19780 cases from the A - B -> A + (-B) patterns as negate_expr_p
19781 predicate and add a -(A + B) -> (-B) - A pattern.
19783 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
19785 * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
19787 2015-07-15 Matthew Fortune <matthew.fortune@imgtec.com>
19788 Robert Suchanek <robert.suchanek@imgtec.com>
19790 * config/mips/mips.c (mips_int_mask): New enum.
19791 (mips_shadow_set): Likewise.
19792 (int_mask): New variable.
19793 (use_shadow_register_set_p): Change type to enum mips_shadow_set.
19794 (machine_function): Add int_mask and use_shadow_register_set.
19795 (mips_attribute_table): Add attribute handlers for interrupt and
19796 use_shadow_register_set.
19797 (mips_interrupt_mask): New static function.
19798 (mips_handle_interrupt_attr): Likewise.
19799 (mips_handle_use_shadow_register_set_attr): Likewise.
19800 (mips_use_shadow_register_set): Change return type to enum
19801 mips_shadow_set. Add argument handling for use_shadow_register_set
19803 (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
19804 compare with mips_shadow_set enum.
19805 (mips_compute_frame_info): Add interrupt mask and
19806 use_shadow_register_set to per-function information structure.
19807 Add a stack slot for EPC unconditionally.
19808 (mips_expand_prologue): Compare use_shadow_register_set value
19809 with mips_shadow_set enum. Save EPC always in K1, clobber only K1 for
19810 masked interrupt register but in EIC mode use K0 and save Cause in K0.
19811 EPC saved and restored unconditionally. Use PMODE_INSN macro when
19812 copying the stack pointer from the shadow register set.
19813 * config/mips/mips.h (SR_IM0): New define.
19814 * config/mips/mips.md (mips_rdpgpr): Rename to...
19815 (mips_rdpgpr_<mode>): ...this. Use the Pmode iterator.
19816 * doc/extend.texi (Declaring Attributes of Functions): Document
19817 optional arguments for interrupt and use_shadow_register_set
19820 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
19822 * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
19823 interrupt attribute.
19824 (mips_expand_prologue): Disable the floating point unit in an ISR.
19825 * config/mips/mips.h (SR_COP1): New define.
19827 2015-07-15 Richard Biener <rguenther@suse.de>
19829 * genmatch.c (parser::peek, parser::peek_ident): Add argument
19830 to tell how many tokens to peek ahead (default 1).
19831 (parser::eat_token, parser::eat_ident): Return token consumed.
19832 (parser::parse_result): Parse new switch statement.
19833 * match.pd: Use case statements where appropriate.
19835 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
19837 PR rtl-optimization/58066
19838 * calls.c (expand_call): Precompute register parameters before stack
19839 alignment is performed.
19841 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
19843 PR rtl-optimization/66838
19844 * postreload.c (reload_cse_move2add): Also process
19845 CALL_INSN_FUNCTION_USAGE when resetting information of
19846 call-clobbered registers.
19848 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
19849 Cesar Philippidis <cesar@codesourcery.com>
19850 Chung-Lin Tang <cltang@codesourcery.com>
19852 * config/nios2/constraints.md (U, v): New constraints.
19853 * config/nios2/predicates.md (rdprs_dcache_operand): New.
19854 (ldstex_memory_operand): New.
19855 * config/nios2/sync.md: New file.
19856 * config/nios2/nios2.md (unspecv): Add new builtin function
19858 (rdprs, flushd, flushda, wrpie, eni): New patterns.
19859 (top-level): Include sync.md.
19860 * config/nios2/nios2.c (N2_FTYPES): Add function types for
19862 (N2_BUILTINS): Add arch field setting, add new builtins.
19863 (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
19865 (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
19866 Also handle ldex/stex/ldsex/stsex builtins.
19867 (nios2_expand_rdprs_builtin): New function.
19868 (nios2_expand_cache_builtin): New function.
19869 (nios2_expand_wrpie_builtin): New function.
19870 (nios2_expand_eni_builtin): New function.
19871 (nios2_expand_builtin): Add arch field handling and new builtin
19873 * doc/extend.texi (Altera Nios II Built-in Functions): Document
19875 * doc/md.texi (Machine Constraints): Document U and v constraints.
19877 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
19878 Cesar Philippidis <cesar@codesourcery.com>
19879 Chung-Lin Tang <cltang@codesourcery.com>
19881 * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
19882 * config/nios2/nios2.c (struct GTY (()) machine_function): Add
19883 callee_save_reg_size and uses_anonymous_args fields.
19884 (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
19885 (nios2_create_cfa_notes): New function.
19886 (nios2_adjust_stack): New function for adjusting stack.
19887 (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
19888 Use nios2_adjust_stack.
19889 (nios2_expand_epilogue): Likewise.
19890 (nios2_expand_return): New function.
19891 (nios2_can_use_return_insn): Update for CDX pop.n usage.
19892 (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
19893 If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
19894 * config/nios2/nios2.md (return): Use nios2_expand_return.
19896 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
19897 Cesar Philippidis <cesar@codesourcery.com>
19898 Chung-Lin Tang <cltang@codesourcery.com>
19900 * config/nios2/predicates.md (pop_operation): New.
19901 (ldwm_operation, stwm_operation): New.
19902 (nios2_hard_register_operand): New.
19903 * config/nios2/nios2-protos.h (pop_operation_p): Declare.
19904 (ldstwm_operation_p): Declare.
19905 (gen_ldstwm_peep): Declare.
19906 * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
19907 (base_reg_adjustment_p): New.
19908 (pop_operation_p): New.
19909 (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
19910 (nios2_ldstwm_regset_p): New.
19911 (ldstwm_operation_p): New.
19913 (nios2_ldst_parallel): New.
19914 (struct ldswm_operand): Declare.
19915 (compare_ldstwm_operands): New.
19916 (can_use_cdx_ldstw): New.
19917 (gen_ldstwm_peep): New.
19918 * config/nios2/nios2-ldstwm.sml: New.
19919 * config/nios2/nios2.md: Include ldstwm.md.
19920 * config/nios2/ldstwm.md: Generated.
19922 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
19923 Cesar Philippidis <cesar@codesourcery.com>
19924 Chung-Lin Tang <cltang@codesourcery.com>
19926 * config/nios2/nios2.h (LABEL_ALIGN): Define.
19927 (REG_ALLOC_ORDER): Define.
19928 (ADJUST_REG_ALLOC_ORDER): Define.
19929 (HONOR_REG_ALLOC_ORDER): Define.
19930 (CDX_REG_P): Define.
19931 (ANDCLEAR_INT): Define.
19932 * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
19933 (nios2_label_align): Declare.
19934 (nios2_cdx_narrow_form_p): Declare.
19935 (nios2_adjust_reg_alloc_order): Declare.
19936 * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
19938 (nios2_large_unspec_reloc_p): New function, split from...
19939 (nios2_legitimate_pic_operand_p): ...here.
19940 (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
19941 (nios2_print_operand_punct_valid_p): New.
19942 (nios2_print_operand): Add %., %!, %x, %y, %A. Remove %U.
19943 (split_mem_address): New.
19944 (split_alu_insn): New.
19946 (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
19947 (enum nios2_add_insn_kind): New.
19948 (nios2_add_insn_names, nios2_add_insn_narrow): New.
19949 (nios2_add_insn_classify): New.
19950 (nios2_add_insn_asm): New.
19951 (nios2_cdx_narrow_form_p): New.
19952 (label_align, min_labelno, max_labelno): New.
19953 (nios2_reorg): New.
19954 (nios2_label_align): New.
19955 (nios2_adjust_reg_alloc_order): New.
19956 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
19957 (TARGET_MACHINE_DEPENDENT_REORG): Define.
19958 * config/nios2/constraints.md (P): New constraint.
19959 * config/nios2/predicates.md (const_and_operand): New.
19960 (and_operand): New.
19961 (stack_memory_operand): New.
19962 * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
19963 (length): Update to use nios2_cdx_narrow_form_p().
19964 (type): Add new insn type values.
19965 (control, alu, st, ld, shift): Update insn reservations with
19966 new insn type values.
19967 (*high, *lo_sum): Define new insn patterns for constant generation.
19968 (movqi_internal, movhi_internal, movsi_internal): Reduce
19969 alternatives, update asm template to handle CDX variants, update
19971 (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
19972 template, update type attributes.
19973 (extendhisi2, extendqi<mode>2): Likewise.
19974 (addsi3): Change to use function for asm string.
19975 (subsi3): Add CDX notation to asm template, update type attributes.
19976 (negsi3, one_cmplsi3): Likewise.
19977 (andsi3): New pattern, specialized from logical patterns.
19978 (<code>si3): Remove and case, combine alternatives, update asm
19980 (<shift_op>si3): Add CDX notation, update type attributes.
19981 (rotrsi3): Update type attribute.
19982 (*merge, extzv, insv): New insn patterns.
19983 (return): Change to define_expand.
19984 (simple_return): Add CDX notation, update type attributes.
19985 (indirect_jump): Add CDX notation.
19986 (jump): Update asm cases, update length attribute expression.
19987 (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
19988 (nios2_cbranch): Update asm cases and length attribute expression
19989 to handle CDX variants.
19990 (nios2_cmp<code>): Update asm template.
19991 (nop): Add CDX notation, update type attributes.
19992 (trap): Add CDX notation.
19993 (ctrapsi4): Update asm cases and length attribute expression to
19994 handle CDX variant.
19995 * doc/md.texi (Machine Constraints): Document P constraint.
19997 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
19998 Cesar Philippidis <cesar@codesourcery.com>
19999 Chung-Lin Tang <cltang@codesourcery.com>
20001 * config/nios2/nios2.h (SMALL_INT12): New macro.
20002 * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
20003 (nios2_valid_addr_expr_p): Use it.
20004 (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
20005 with implicit "io" instructions on R2.
20006 * config/nios2/constraints.md (w): New constraint.
20007 * config/nios2/predicates.md (ldstio_memory_operand): New.
20008 * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
20009 operand predicate and constraint.
20010 (ld<bh>io_signed, st<bhw>io>): Likewise.
20011 * doc/md.texi (Machine Constraints): Document w constraint.
20013 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
20014 Cesar Philippidis <cesar@codesourcery.com>
20015 Chung-Lin Tang <cltang@codesourcery.com>
20017 * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
20018 * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
20019 Nios II architecture level.
20020 * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
20021 (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
20022 (OPTION_DEFAULT_SPECS): Define.
20023 (ASM_SPEC): Add -march= spec strings.
20024 * config/nios2/nios2.c (nios2_option_override): Check for
20025 conflicts involving new options.
20026 * config.gcc (nios2*-*-*): Support --with-arch=.
20027 * doc/invoke.texi (Option Summary, Nios II Options): Document
20028 -march=, -mbmx, and -mcdx.
20030 2015-07-14 Vladimir Makarov <vmakarov@redhat.com>
20032 PR rtl-optimization/66626
20033 * lra-constraints.c (lra_constraints): Prevent equivalence
20034 substitution for static chain pseudo in functions with nonlocal
20037 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
20039 * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
20040 (nios2_emit_stack_limit_check): Add size parameter. Handle
20041 -fstack-limit-symbol as well as -fstack-limit-register.
20042 (nios2_expand_prologue): Emit only a single stack limit check,
20043 even if multiple stack adjustments are required.
20044 (nios2_option_override): Diagnose unsupported combination of -fpic
20045 and -stack-limit-symbol.
20047 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
20049 * Makefile.in (top_srcdir): New.
20050 * configure.ac: Use AM_ZLIB.
20051 * configure: Regeneated.
20053 2015-07-14 Matthias Klose <doko@ubuntu.com>
20056 * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
20058 2015-07-14 Richard Biener <rguenther@suse.de>
20060 PR tree-optimization/66863
20061 * tree-vrp.c (register_edge_assert_for_2): Properly restrict
20062 what we record for conversion use stmt lhs inequalities.
20064 2015-07-14 Richard Biener <rguenther@suse.de>
20066 * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
20067 (decision_tree::gen_gimple): Likewise.
20069 2015-07-14 Tom de Vries <tom@codesourcery.com>
20071 * gcc.c (greater_than_spec_func): Declare forward.
20072 (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
20073 -ftree-parallelize-loops={0,1}.
20074 (static_spec_functions): Add greater_than_spec_func function with name
20076 (greater_than_spec_func): New function.
20078 2015-07-14 Richard Biener <rguenther@suse.de>
20080 * tree-ssa-dom.c (record_temporary_equivalences): Merge
20081 wideing type conversion case from record_equivalences_from_incoming_edge
20082 and use record_equality to record equivalences.
20083 (record_equivalences_from_incoming_edge): Call
20084 record_temporary_equivalences.
20086 2015-07-14 Richard Biener <rguenther@suse.de>
20088 * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
20089 (struct if_expr): New.
20090 (struct with_expr): Likewise.
20091 (is_a_helper): Add helpers for if_expr and with_expr.
20092 (struct simplify): Add simplify_kind enum and member. Remove
20094 (simplify::simplify): Adjust.
20095 (lower_commutative): Adjust.
20096 (lower_opt_convert): Likewise.
20097 (lower_cond): Likewise.
20098 (replace_id): Handle with_expr and if_expr.
20099 (lower_for): Adjust.
20100 (dt_simplify::gen_1): New recursive worker, split out from ...
20101 (dt_simplify::gen): ... here. Deal with if and with expansion
20103 (capture_info::capture_info): Take context argument
20104 (capture_info::walk_result): Only analyze specific result.
20105 (parser::parse_result): New function.
20106 (parser::parse_simplify): Adjust to parse ifs with then end
20108 (parser::parse_if): Simplify.
20109 (parser::parse_pattern): Pass down simplify kind.
20110 * match.pd: Convert if structure to new syntax.
20112 2015-07-13 Marek Polacek <polacek@redhat.com>
20114 * rtl.c (rtx_equal_p_cb): Fix typo.
20116 2015-07-13 Andrew MacLeod <amacleod@redhat.com>
20118 * omega.h: Don't include config.h, don't include params.h again if
20119 omega.h has already been included.
20120 * graphite-poly.h: Include sese.h.
20121 * graphite.c: Don't include sese.h, remove needless includes and
20122 minimize includes outside #ifdef HAVE_isl block.
20123 * graphite-blocking.c: Don't include sese.h, remove needless includes,
20124 and wrap entire file in #ifdef HAVE_isl
20125 * graphite-dependences.c: Likewise.
20126 * graphite-interchange.c: Likewise.
20127 * graphite-isl-ast-to-gimple.c: Likewise.
20128 * graphite-optimize-isl.c: Likewise.
20129 * graphite-poly.c: Likewise.
20130 * graphite-scop-detection.c: Likewise.
20131 * graphite-sese-to-poly.c: Likewise.
20133 2015-07-13 Tom de Vries <tom@codesourcery.com>
20135 * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
20137 2015-07-13 Renlin Li <renlin.li@arm.com>
20140 * simplify-rtx.c (simplify_const_relational_operation): Add
20141 side_effects_p checks.
20143 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
20145 * bitmap.h: Fix double word typos.
20146 * builtins.c: Same.
20148 * cfgloopmanip.c: Same.
20151 * cgraphclones.c: Same.
20153 * config/aarch64/aarch64-protos.h: Same.
20154 * config/aarch64/aarch64.c: Same.
20155 * config/aarch64/aarch64.md: Same.
20156 * config/arm/arm.md: Same.
20157 * config/arm/arm1020e.md: Same.
20158 * config/arm/arm1026ejs.md: Same.
20159 * config/arm/arm926ejs.md: Same.
20160 * config/arm/fa526.md: Same.
20161 * config/arm/fa606te.md: Same.
20162 * config/arm/fa626te.md: Same.
20163 * config/arm/fa726te.md: Same.
20164 * config/arm/fmp626.md: Same.
20165 * config/darwin.c: Same.
20166 * config/epiphany/epiphany.c: Same.
20167 * config/frv/frv.c: Same.
20168 * config/ft32/ft32.c: Same.
20169 * config/gnu-user.h: Same.
20170 * config/h8300/constraints.md: Same.
20171 * config/i386/i386.c: Same.
20172 * config/i386/i386.md: Same.
20173 * config/iq2000/iq2000.md: Same.
20174 * config/mips/mips.c: Same.
20175 * config/mmix/mmix.md: Same.
20176 * config/moxie/moxie.c: Same.
20177 * config/nds32/nds32.md: Same.
20178 * config/pa/pa.h: Same.
20179 * config/rs6000/aix.h: Same.
20180 * config/rs6000/rs6000.h: Same.
20181 * config/sh/sh.c: Same.
20182 * config/tilegx/tilegx.md: Same.
20183 * config/tilepro/gen-mul-tables.cc: Same.
20186 * doc/invoke.texi: Same.
20188 * dwarf2out.c: Same.
20191 * genmatch.c: Same.
20192 * gimplify.c: Same.
20193 * hash-table.h: Same.
20194 * internal-fn.c: Same.
20196 * ipa-devirt.c: Same.
20199 * ipa-profile.c: Same.
20200 * ipa-prop.c: Same.
20201 * ipa-prop.h: Same.
20204 * reg-stack.c: Same.
20205 * regcprop.c: Same.
20210 * tree-inline.c: Same.
20211 * tree-sra.c: Same.
20212 * tree-ssa-dom.c: Same.
20213 * tree-ssa-loop-ivopts.c: Same.
20214 * tree-ssa-structalias.c: Same.
20215 * tree-ssa-tail-merge.c: Same.
20216 * tree-ssa-ter.c: Same.
20217 * tree-ssa-threadupdate.c: Same.
20218 * tree-ssa-uninit.c: Same.
20219 * tree-ssanames.c: Same.
20220 * tree-vect-loop-manip.c: Same.
20221 * tree-vrp.c: Same.
20223 * valtrack.c: Same.
20226 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
20228 PR middle-end/66726
20229 * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
20230 tree_ssa_phiopt_worker): Call it.
20232 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
20234 * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
20235 * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
20238 2015-07-11 Marek Polacek <polacek@redhat.com>
20240 PR middle-end/66353
20241 * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
20242 * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
20243 (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
20244 rather than bb_has_abnormal_call_pred.
20245 * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
20246 (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
20247 rather than bb_has_abnormal_call_pred.
20249 2015-07-10 Anatoly Sokolov <aesok@post.ru>
20251 * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
20252 REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
20253 RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
20254 * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
20255 v850_legitimate_address_p): New functions.
20256 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
20258 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
20261 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
20262 indirect sibcall with register arguments if register available
20263 for argument passing.
20264 (init_cumulative_args): Set cfun->machine->arg_reg_available
20265 to (cum->nregs > 0) or to true if function has a variable
20267 (function_arg_advance_32): Set cfun->machine->arg_reg_available
20268 to false if cum->nregs <= 0.
20269 * config/i386/i386.h (machine_function): Add arg_reg_available.
20271 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
20273 * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
20274 and gen_higpart instead of gen_rtx_SUBREG.
20275 * config/i386/i386.md
20276 (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
20277 (read-modify peephole2): Use gen_lowpart instead of
20278 gen_rtx_SUBREG for operand 5.
20280 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
20282 * config/tilepro/gen-mul-tables.cc (main): Change include list for
20284 * config/tilepro/mul-tables.c: Regenerate.
20285 * config/tilegx/mul-tables.c: Regenerate.
20287 2015-07-10 Richard Biener <rguenther@suse.de>
20289 * fold-const.c (distribute_bit_expr): Remove.
20290 (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
20291 to (A & C1) | (B & C2), distributing (A & B) | (A & C)
20292 to A & (B | C) and simplifying A << C1 << C2 to ...
20293 * match.pd: ... patterns here.
20295 2015-07-10 Jiong Wang <jiong.wang@arm.com>
20297 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
20298 Mark mem as READONLY and NOTRAP for PIC symbol.
20300 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
20302 * gimple-predict.h: New file.
20303 (gimple_predict_predictor, gimple_predict_set_predictor,
20304 gimple_predict_outcome, gimple_predict_set_outcome,
20305 gimple_build_predict): Relocate here.
20306 * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
20307 gimple_predict_outcome, gimple_predict_set_outcome): Move to
20309 * gimple.c (gimple_build_predict): Move to gimple-predict.h
20310 * basic-block.h: Don't include cfghooks.h.
20311 * backend.h: Don't include predict.h.
20312 * cfghooks.h: Include predict.h.
20313 * gimple-pretty-print.c: Include gimple-predict.h.
20314 * gimplify.c: Likwise.
20315 * predict.c: Adjust includes.
20316 * tree-inline.c: Likewise.
20317 * asan.c: Likewise.
20318 * auto-inc-dec.c: Likewise.
20319 * auto-profile.c: Likewise.
20320 * bb-reorder.c: Likewise.
20321 * builtins.c: Likewise.
20322 * caller-save.c: Likewise.
20323 * calls.c: Likewise.
20324 * cfganal.c: Likewise.
20325 * cfgbuild.c: Likewise.
20327 * cfgcleanup.c: Likewise.
20328 * cfgexpand.c: Likewise.
20329 * cfghooks.c: Likewise.
20330 * cfgloopanal.c: Likewise.
20331 * cfgloop.c: Likewise.
20332 * cfgloopmanip.c: Likewise.
20333 * cfgrtl.c: Likewise.
20334 * cgraph.c: Likewise.
20335 * cgraphunit.c: Likewise.
20336 * combine.c: Likewise.
20337 * cprop.c: Likewise.
20340 * dojump.c: Likewise.
20342 * except.c: Likewise.
20343 * expmed.c: Likewise.
20344 * expr.c: Likewise.
20345 * final.c: Likewise.
20346 * fold-const.c: Likewise.
20347 * function.c: Likewise.
20348 * fwprop.c: Likewise.
20349 * gcc-plugin.h: Likewise.
20350 * gcse.c: Likewise.
20351 * genattrtab.c: Likewise.
20352 * genemit.c: Likewise.
20353 * gengtype.c: Likewise.
20354 * genopinit.c: Likewise.
20355 * genoutput.c: Likewise.
20356 * genpreds.c: Likewise.
20357 * genrecog.c: Likewise.
20358 * gimple-fold.c: Likewise.
20359 * gimple-iterator.c: Likewise.
20360 * gimple-ssa-isolate-paths.c: Likewise.
20361 * gimple-ssa-strength-reduction.c: Likewise.
20362 * graph.c: Likewise.
20363 * graphite-blocking.c: Likewise.
20364 * graphite.c: Likewise.
20365 * graphite-dependences.c: Likewise.
20366 * graphite-interchange.c: Likewise.
20367 * graphite-isl-ast-to-gimple.c: Likewise.
20368 * graphite-optimize-isl.c: Likewise.
20369 * graphite-poly.c: Likewise.
20370 * graphite-scop-detection.c: Likewise.
20371 * graphite-sese-to-poly.c: Likewise.
20372 * haifa-sched.c: Likewise.
20373 * ifcvt.c: Likewise.
20374 * internal-fn.c: Likewise.
20375 * ipa-cp.c: Likewise.
20376 * ipa-profile.c: Likewise.
20377 * ipa-split.c: Likewise.
20378 * ipa-utils.c: Likewise.
20379 * ira-build.c: Likewise.
20380 * ira-color.c: Likewise.
20381 * ira-conflicts.c: Likewise.
20382 * ira-costs.c: Likewise.
20383 * ira-emit.c: Likewise.
20384 * ira-lives.c: Likewise.
20385 * jump.c: Likewise.
20386 * loop-doloop.c: Likewise.
20387 * loop-init.c: Likewise.
20388 * loop-invariant.c: Likewise.
20389 * loop-unroll.c: Likewise.
20390 * lower-subreg.c: Likewise.
20391 * lra-assigns.c: Likewise.
20393 * lra-coalesce.c: Likewise.
20394 * lra-constraints.c: Likewise.
20395 * lra-lives.c: Likewise.
20396 * lto-cgraph.c: Likewise.
20397 * lto-streamer-in.c: Likewise.
20398 * mode-switching.c: Likewise.
20399 * modulo-sched.c: Likewise.
20400 * omp-low.c: Likewise.
20401 * optabs.c: Likewise.
20402 * passes.c: Likewise.
20403 * postreload.c: Likewise.
20404 * postreload-gcse.c: Likewise.
20405 * profile.c: Likewise.
20406 * recog.c: Likewise.
20407 * regstat.c: Likewise.
20408 * reload1.c: Likewise.
20409 * reorg.c: Likewise.
20410 * rtlanal.c: Likewise.
20411 * sched-ebb.c: Likewise.
20412 * sel-sched-ir.c: Likewise.
20413 * sese.c: Likewise.
20414 * shrink-wrap.c: Likewise.
20415 * simplify-rtx.c: Likewise.
20416 * stmt.c: Likewise.
20417 * store-motion.c: Likewise.
20418 * tracer.c: Likewise.
20419 * trans-mem.c: Likewise.
20420 * tree-call-cdce.c: Likewise.
20421 * tree-cfg.c: Likewise.
20422 * tree-cfgcleanup.c: Likewise.
20423 * tree-chkp.c: Likewise.
20424 * tree-complex.c: Likewise.
20425 * tree-eh.c: Likewise.
20426 * tree-if-conv.c: Likewise.
20427 * tree-loop-distribution.c: Likewise.
20428 * tree-outof-ssa.c: Likewise.
20429 * tree-parloops.c: Likewise.
20430 * tree-predcom.c: Likewise.
20431 * tree-pretty-print.c: Likewise.
20432 * tree-profile.c: Likewise.
20433 * tree-sra.c: Likewise.
20434 * tree-ssa.c: Likewise.
20435 * tree-ssa-coalesce.c: Likewise.
20436 * tree-ssa-dce.c: Likewise.
20437 * tree-ssa-dom.c: Likewise.
20438 * tree-ssa-forwprop.c: Likewise.
20439 * tree-ssa-ifcombine.c: Likewise.
20440 * tree-ssa-loop-ch.c: Likewise.
20441 * tree-ssa-loop-im.c: Likewise.
20442 * tree-ssa-loop-ivcanon.c: Likewise.
20443 * tree-ssa-loop-ivopts.c: Likewise.
20444 * tree-ssa-loop-manip.c: Likewise.
20445 * tree-ssa-loop-prefetch.c: Likewise.
20446 * tree-ssa-loop-unswitch.c: Likewise.
20447 * tree-ssa-math-opts.c: Likewise.
20448 * tree-ssa-phiopt.c: Likewise.
20449 * tree-ssa-pre.c: Likewise.
20450 * tree-ssa-reassoc.c: Likewise.
20451 * tree-ssa-sink.c: Likewise.
20452 * tree-ssa-tail-merge.c: Likewise.
20453 * tree-ssa-threadedge.c: Likewise.
20454 * tree-ssa-threadupdate.c: Likewise.
20455 * tree-switch-conversion.c: Likewise.
20456 * tree-tailcall.c: Likewise.
20457 * tree-vect-data-refs.c: Likewise.
20458 * tree-vect-loop.c: Likewise.
20459 * tree-vect-loop-manip.c: Likewise.
20460 * tree-vectorizer.c: Likewise.
20461 * tree-vrp.c: Likewise.
20462 * ubsan.c: Likewise.
20463 * value-prof.c: Likewise.
20464 * varasm.c: Likewise.
20465 * var-tracking.c: Likewise.
20466 * config/aarch64/aarch64-builtins.c: Likewise.
20467 * config/aarch64/aarch64.c: Likewise.
20468 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
20469 * config/alpha/alpha.c: Likewise.
20470 * config/arc/arc.c: Likewise.
20471 * config/arm/arm.c: Likewise.
20472 * config/avr/avr.c: Likewise.
20473 * config/bfin/bfin.c: Likewise.
20474 * config/c6x/c6x.c: Likewise.
20475 * config/cr16/cr16.c: Likewise.
20476 * config/cris/cris.c: Likewise.
20477 * config/darwin.c: Likewise.
20478 * config/darwin-c.c: Likewise.
20479 * config/epiphany/epiphany.c: Likewise.
20480 * config/epiphany/mode-switch-use.c: Likewise.
20481 * config/epiphany/resolve-sw-modes.c: Likewise.
20482 * config/fr30/fr30.c: Likewise.
20483 * config/frv/frv.c: Likewise.
20484 * config/ft32/ft32.c: Likewise.
20485 * config/h8300/h8300.c: Likewise.
20486 * config/i386/i386.c: Likewise.
20487 * config/i386/winnt.c: Likewise.
20488 * config/ia64/ia64.c: Likewise.
20489 * config/iq2000/iq2000.c: Likewise.
20490 * config/lm32/lm32.c: Likewise.
20491 * config/m32c/m32c.c: Likewise.
20492 * config/m32r/m32r.c: Likewise.
20493 * config/m68k/m68k.c: Likewise.
20494 * config/mcore/mcore.c: Likewise.
20495 * config/mep/mep.c: Likewise.
20496 * config/microblaze/microblaze.c: Likewise.
20497 * config/mips/mips.c: Likewise.
20498 * config/mmix/mmix.c: Likewise.
20499 * config/mn10300/mn10300.c: Likewise.
20500 * config/moxie/moxie.c: Likewise.
20501 * config/msp430/msp430.c: Likewise.
20502 * config/nds32/nds32.c: Likewise.
20503 * config/nds32/nds32-cost.c: Likewise.
20504 * config/nds32/nds32-fp-as-gp.c: Likewise.
20505 * config/nds32/nds32-intrinsic.c: Likewise.
20506 * config/nds32/nds32-isr.c: Likewise.
20507 * config/nds32/nds32-md-auxiliary.c: Likewise.
20508 * config/nds32/nds32-memory-manipulation.c: Likewise.
20509 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
20510 * config/nds32/nds32-predicates.c: Likewise.
20511 * config/nios2/nios2.c: Likewise.
20512 * config/nvptx/nvptx.c: Likewise.
20513 * config/pa/pa.c: Likewise.
20514 * config/pdp11/pdp11.c: Likewise.
20515 * config/rl78/rl78.c: Likewise.
20516 * config/rs6000/rs6000.c: Likewise.
20517 * config/rx/rx.c: Likewise.
20518 * config/s390/s390.c: Likewise.
20519 * config/sh/sh.c: Likewise.
20520 * config/sh/sh-mem.cc: Likewise.
20521 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
20522 * config/sh/sh_treg_combine.cc: Likewise.
20523 * config/sparc/sparc.c: Likewise.
20524 * config/spu/spu.c: Likewise.
20525 * config/stormy16/stormy16.c: Likewise.
20526 * config/tilegx/tilegx.c: Likewise.
20527 * config/tilepro/tilepro.c: Likewise.
20528 * config/v850/v850.c: Likewise.
20529 * config/vax/vax.c: Likewise.
20530 * config/visium/visium.c: Likewise.
20531 * config/xtensa/xtensa.c: Likewise.
20533 2015-07-10 Richard Biener <rguenther@suse.de>
20535 * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
20536 (decision_tree::gen_gimple): Likewise.
20537 (decision_tree::gen_generic): Likewise.
20539 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
20542 * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
20543 sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
20545 2015-07-10 Jakub Jelinek <jakub@redhat.com>
20547 PR middle-end/66820
20548 * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
20549 or ORT_TASK contexts.
20550 * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
20553 2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20555 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
20558 2015-07-10 Tom de Vries <tom@codesourcery.com>
20560 * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
20561 insert nit + 1 bound.
20563 2015-07-10 Richard Biener <rguenther@suse.de>
20565 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
20566 Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
20567 (if_convertible_loop_p_1): For this always compute bb predicates.
20568 (if_convertible_loop_p): And free them.
20570 2015-07-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
20572 * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
20575 2015-07-10 Richard Biener <rguenther@suse.de>
20577 PR tree-optimization/66823
20578 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
20579 inverted predicate.
20581 2015-07-09 Steve Ellcey <sellcey@imgtec.com>
20583 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
20584 to handle mips[32|64]r3 and mips[32|64]r5.
20586 2015-07-09 Jakub Jelinek <jakub@redhat.com>
20588 PR middle-end/66633
20589 * tree-nested.c (get_static_chain): Or in a flag into
20590 info->static_chain_added.
20591 (get_frame_field, get_nonlocal_debug_decl): Likewise.
20592 (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
20593 2015-07-01 changes.
20594 (convert_tramp_reference_stmt): If a frame_decl or chain_decl
20595 is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
20598 PR tree-optimization/66718
20599 * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
20601 (vect_simd_lane_linear): New function.
20602 (vectorizable_simd_clone_call): Support using linear arguments for
20603 addresses of arrays elements indexed by GOMP_SIMD_LANE result.
20605 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
20608 * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
20610 2015-07-09 Michael Meissner <meissner@linux.vnet.ibm.com>
20612 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
20613 Use machine mode, not enum machine_mode in the prototype.
20615 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
20616 classify 128-bit floating point support.
20617 (FLOAT128_IBM_P): Likewise.
20618 (FLOAT128_VECTOR_P): Likewise.
20619 (FLOAT128_2REG_P): Likewise.
20620 (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
20621 (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
20622 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
20623 (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
20625 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
20626 tests against TFmode/TDmode, since those modes do not use VSX
20628 (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
20630 (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
20631 tests against TFmode, etc.
20632 (invalid_e500_subreg): Add tests against IFmode/KFmode.
20633 (reg_offset_addressing_ok_p): Likewise.
20634 (rs6000_legitimate_offset_address_p): Likewise.
20635 (rs6000_legitimize_address): Likewise.
20636 (rs6000_legitimize_reload_address): Likewise.
20637 (rs6000_legitimate_address_p): Clean up tests against TFmode and
20638 TDmode to use the new helper macros, which will include IFmode and
20640 (rs6000_emit_move): Likewise.
20641 (rs6000_darwin64_record_arg_recurse): Likewise.
20642 (print_operand): Likewise.
20643 (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
20644 that uses a single vector register as a vector and not as a
20645 floating point register in terms of the calling sequence.
20646 (rs6000_discover_homogeneous_aggregate): Likewise.
20647 (rs6000_return_in_memory): Likewise.
20648 (init_cumulative_args): Likewise.
20649 (rs6000_function_arg_boundary): Likewise.
20650 (rs6000_function_arg_advance_1): Likewise.
20651 (rs6000_function_arg): Likewise.
20652 (rs6000_pass_by_reference): Likewise.
20653 (rs6000_gimplify_va_arg): Likewise.
20654 (rs6000_secondary_reload_memory): Use machine_mode not enum
20656 (rs6000_split_multireg_move): Use new helper macros.
20657 (spe_func_has_64bit_regs_p): Likewise.
20658 (rs6000_output_function_epilogue): Add IFmode/KFmode support.
20659 (output_toc): Use new helper macros.
20660 (rs6000_register_move_cost): Likewise.
20661 (rs6000_function_value): Add IEEE 128-bit floating point calling
20663 (rs6000_libcall_value): Likewise.
20664 (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
20665 floating point support.
20666 (rs6000_vector_mode_supported_p): Likewise.
20668 2015-07-09 Vladimir Makarov <vmakarov@redhat.com>
20670 PR rtl-optimization/66782
20671 * lra-int.h (struct lra_insn_recog_data): Add comment about
20672 clobbered hard regs for arg_hard_regs.
20673 * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
20674 * lra-lives.c (process_bb_lives): Process clobbered hard regs.
20675 Add condition for processing used hard regs.
20676 * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
20677 Process clobbered hard regs.
20679 2015-07-09 Michael Matz <matz@suse.de>
20681 * genmatch.c (fprintf_indent): New function.
20682 (operand::gen_transform): Add indent parameter.
20683 (expr::gen_transform, c_expr::gen_transform,
20684 capture::gen_transform): Ditto and use fprintf_indent.
20685 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
20686 (dt_operand::gen, dt_operand::gen_predicate,
20687 dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
20688 dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
20689 (decision_tree::gen_gimple): Adjust calls and indent generated
20691 (decision_tree::gen_generic): Ditto.
20692 (write_predicate): Ditto.
20694 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
20697 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
20698 * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
20699 (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
20700 {GENERAL,SSE,MMX}_REG_P where appropriate.
20702 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
20704 * lto-streamer.h: Don't include target.h and alloc-pool.h.
20705 * builtins.c: Adjust includes.
20706 * gimple.c: Likewise.
20707 * ipa-icf.c: Likewise.
20708 * lto-opts.c: Likewise.
20709 * ipa-reference.c: Likewise.
20710 * lto-section-out.c: Likewise.
20711 * lto-streamer-in.c: Likewise.
20712 * lto-streamer-out.c: Likewise.
20713 * opts-global.c: Likewise.
20714 * symtab.c: Likewise.
20715 * tree-chkp.c: Likewise.
20716 * tree-ssa-live.c: Likewise.
20717 * tree-streamer-in.c: Likewise.
20718 * tree-streamer-out.c: Likewise.
20719 * config/darwin.c: Likewise.
20720 * config/i386/winnt.c: Likewise.
20722 2015-07-09 Richard Biener <rguenther@suse.de>
20724 * genmatch.c (struct expr): Add force_single_use flag.
20725 (expr::expr): Add copy constructor.
20726 (capture_info::walk_match): Gather force_single_use captures.
20727 (expr::gen_transform): Use possibly NULLified sequence.
20728 (dt_simplify::gen): Apply single-use restrictions by NULLifying
20729 seq if any constrained expr is not single-use.
20730 (parser::parse_expr): Refactor to allow multiple flags. Handle
20731 's' flag to force an expression have a single-use if the pattern
20732 simplifies to more than one statement.
20733 * match.pd: Convert most single_use conditionals to :s flags.
20735 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
20737 * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
20738 (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
20739 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
20741 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
20743 * flags.h: Don't include flag-types.h or options.h.
20744 * opts-common.c: Adjust includes.
20745 * opts-global.c: Likewise.
20746 * common/config/epiphany/epiphany-common.c: Likewise.
20748 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
20751 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
20754 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
20757 * config/i386/i386.c (ix86_return_in_memory): Return true
20758 if int_size_in_bytes returns negative for IA MCU.
20760 2015-07-09 Marek Polacek <polacek@redhat.com>
20762 PR tree-optimization/66718
20763 * Makefile.in (OBJS): Add gimple-laddress.o.
20764 * passes.def: Schedule pass_laddress.
20765 * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
20766 * tree-pass.h (make_pass_laddress): Declare.
20767 * gimple-laddress.c: New file.
20769 2015-07-09 Richard Biener <rguenther@suse.de>
20771 * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
20773 2015-07-09 Richard Biener <rguenther@suse.de>
20775 PR tree-optimization/66807
20776 * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
20778 2015-07-08 Kito Cheng <kito.cheng@gmail.com>
20780 * function.c (stack_protect_epilogue): Use if rather than switch for
20781 check targetm.have_stack_protect_test.
20783 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20785 * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
20786 * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
20787 * config/arc/arc.h: Likewise.
20788 * config/arm/arm.h: Likewise.
20789 * config/bfin/bfin.h: Likewise.
20790 * config/epiphany/epiphany.h: Likewise.
20791 * config/frv/frv.h: Likewise.
20792 * config/ia64/ia64.h: Likewise.
20793 * config/iq2000/iq2000.h: Likewise.
20794 * config/lm32/lm32.h: Likewise.
20795 * config/m32r/m32r.h: Likewise.
20796 * config/mcore/mcore.h: Likewise.
20797 * config/mep/mep.h: Likewise.
20798 * config/microblaze/microblaze.h: Likewise.
20799 * config/mips/mips.h: Likewise.
20800 * config/mmix/mmix.h: Likewise.
20801 * config/mn10300/mn10300.h: Likewise.
20802 * config/nds32/nds32.h: Likewise.
20803 * config/nios2/nios2.h: Likewise.
20804 * config/pa/pa.h: Likewise.
20805 * config/rl78/rl78.h: Likewise.
20806 * config/sh/sh.h: Likewise.
20807 * config/sparc/sparc.h: Likewise.
20808 * config/stormy16/stormy16.h: Likewise.
20809 * config/tilegx/tilegx.h: Likewise.
20810 * config/tilepro/tilepro.h: Likewise.
20811 * config/v850/v850.h: Likewise.
20812 * config/xtensa/xtensa.h: Likewise.
20813 * doc/tm.texi: Regenerate.
20814 * doc/tm.texi.in: Adjust.
20815 * combine.c (simplify_set): Likewise.
20816 (simplify_comparison): Likewise.
20817 * expr.c (store_constructor): Likewise.
20818 * internal-fn.c (expand_arith_overflow): Likewise.
20819 * reload.c (push_reload): Likewise.
20820 (find_reloads): Likewise.
20821 (find_reloads_subreg_address): Likewise.
20822 * reload1.c (eliminate_regs_1): Likewise.
20823 * rtlanal.c (nonzero_bits1): Likewise.
20824 (num_sign_bit_copies1): Likewise.
20825 * simplify-rtx.c (simplify_truncation): Likewise.
20827 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20829 * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
20830 of AUTO_INC_DEC with the preprocessor.
20831 * combine.c (combine_instructions): Likewise.
20832 (can_combine_p): Likewise.
20833 (try_combine): Likewise.
20834 * emit-rtl.c (try_split): Likewise.
20835 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
20836 * lower-subreg.c (resolve_simple_move): Likewise.
20837 * lra.c (update_inc_notes): Likewise.
20838 * recog.c (asm_operand_ok): Likewise.
20839 (constrain_operands): Likewise.
20840 * regrename.c (scan_rtx_address): Likewise.
20841 * reload.c (update_auto_inc_notes): Likewise.
20842 (reg_inc_found_and_valid_p): Likewise.
20843 * reload1.c (reload): Likewise.
20844 (emit_input_reload_insns): Likewise.
20845 (delete_output_reload): Likewise.
20846 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
20847 * valtrack.c (cleanup_auto_inc_dec): Likewise.
20849 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20851 * rtl.h: Always define AUTO_INC_DEC.
20852 * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
20853 * combine.c (combine_instructions): Likewise.
20854 (can_combine_p): Likewise.
20855 (try_combine): Likewise.
20856 * emit-rtl.c (try_split): Likewise.
20857 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
20858 * lower-subreg.c (resolve_simple_move): Likewise.
20859 * lra.c (update_inc_notes): Likewise.
20860 * recog.c (asm_operand_ok): Likewise.
20861 (constrain_operands): Likewise.
20862 * regrename.c (scan_rtx_address): Likewise.
20863 * reload.c (update_auto_inc_notes): Likewise.
20864 (find_equiv_reg): Likewise.
20865 * reload1.c (reload): Likewise.
20866 (reload_as_needed): Likewise.
20867 (choose_reload_regs): Likewise.
20868 (emit_input_reload_insns): Likewise.
20869 (delete_output_reload): Likewise.
20870 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
20871 * valtrack.c (cleanup_auto_inc_dec): Likewise.
20873 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20875 * combine.c (can_combine_def_p): Don't check the value of
20876 HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
20877 (combinable_i3pat): Likewise.
20878 (mark_used_regs_combine): Likewise.
20879 * regrename.c (rename_chains): Likewise.
20880 * reload.c (find_reloads_address): Likewise.
20881 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
20883 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20885 * combine.c (update_rsp_from_reg_equal): Don't check if
20886 SHORT_IMMEDIATES_SIGN_EXTEND is defined.
20887 (reg_nonzero_bits_for_combine): Likewise.
20888 * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
20890 * config/frv/frv.h: Likewise.
20891 * config/lm32/lm32.h: Likewise.
20892 * config/mep/mep.h: Likewise.
20893 * config/mips/mips.h: Likewise.
20894 * config/rs6000/rs6000.h: Likewise.
20895 * config/sh/sh.h: Likewise.
20896 * config/tilegx/tilegx.h (enum reg_class): Likewise.
20897 * config/tilepro/tilepro.h: Likewise.
20898 * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
20899 * doc/tm.texi: Regenerate.
20900 * doc/tm.texi.in: Adjust.
20901 * rtlanal.c (nonzero_bits1): Likewise.
20903 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20905 * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
20906 with the preprocessor.
20907 (combine_instructions): Likewise.
20908 (try_combine): Likewise.
20910 (distribute_notes): Likewise.
20912 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
20914 * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
20916 (simplify_set): Likewise.
20917 * cse.c (cse_insn): Likewise.
20918 * fold-const.c (fold_single_bit_test): Likewise.
20919 (fold_unary_loc): Likewise.
20920 * postreload.c (reload_cse_simplify_set): Likewise.
20921 (reload_cse_simplify_operands): Likewise.
20923 2015-07-08 Jiong Wang <jiong.wang@arm.com>
20925 * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
20926 (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
20928 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
20931 * config/i386/x86intrin.h: Include <adxintrin.h> even if
20932 __iamcu__ is defined.
20934 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
20936 * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
20938 2015-07-08 Iain Sandoe <iain@codesourcery.com>
20941 * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
20942 names from preservation.
20944 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
20947 * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
20949 (function_arg_advance_32): Don't pass vectors in registers for
20951 (function_arg_32): Likewise.
20952 (ix86_return_in_memory): Don't return vectors in registers for
20955 2015-07-08 Vladimir Makarov <vmakarov@redhat.com>
20957 PR middle-end/66334
20958 * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
20959 hard regno live at the start of BB with incoming abnormal edges.
20960 * lra-lives.c (process_bb_lives): Ditto.
20962 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
20965 * config/nvptx/mkoffload.c (main): Create an offload image only in
20966 64-bit configurations.
20968 2015-07-08 Martin Liska <mliska@suse.cz>
20971 * tree-sra.c (create_access_1): Call ctor without brackets.
20972 (create_artificial_child_access): Likewise.
20974 2015-07-08 Richard Biener <rguenther@suse.de>
20976 PR tree-optimization/66793
20977 * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
20978 Properly split the block after stmts ending it.
20980 2015-07-08 Richard Biener <rguenther@suse.de>
20982 PR tree-optimization/66794
20983 * passes.c (execute_function_todo): Assert that post-dominators
20985 * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
20986 Free post-dominators.
20988 2015-07-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20990 * config/s390/s390.c (s390_init_frame_layout): Replace assertion
20993 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
20995 * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
20996 more than or equal 8 and less than 32 when optimizing for size.
20998 2015-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21000 * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
21001 COSTS_N_INSNS (1) and increment it appropriately throughout the
21004 2015-07-08 Richard Biener <rguenther@suse.de>
21006 * fold-const.c (fold_widened_comparison): Fix inverted comparison.
21008 2015-07-08 Alan Modra <amodra@gmail.com>
21010 * target.def (rtx_costs): Remove "code" param, add "mode".
21011 * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
21012 (set_src_cost, get_full_set_src_cost): Likewise. Move later in file.
21013 (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
21014 * rtlanal.c (rtx_cost): Add "mode" parameter. Update targetm.rtx_costs
21015 call. Track mode when given in rtx.
21016 (get_full_rtx_cost): Add "mode" parameter. Update rtx_cost calls.
21017 (default_address_cost): Pass Pmode to rtx_cost.
21018 (insn_rtx_cost): Pass dest mode of set to set_src_cost.
21019 * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
21021 * cse.c (COST, COST_IN): Add MODE param. Update all uses.
21022 (notreg_cost): Add mode param. Use it.
21023 * gcse.c (want_to_gcse_p): Delete forward declaration. Add
21024 mode param and pass to set_src_cost. Update all calls.
21025 (hash_scan_set): Formatting.
21026 * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
21027 (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
21029 * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
21030 init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
21031 emit_store_flag): Update set_src_cost and rtx_cost calls.
21032 * auto-inc-dec.c (attempt_change): Likewise.
21033 * calls.c (precompute_register_parameters): Likewise.
21034 * combine.c (expand_compound_operation, make_extraction,
21035 force_to_mode, distribute_and_simplify_rtx): Likewise.
21036 * dojump.c (prefer_and_bit_test): Likewise.
21037 * dse.c (find_shift_sequence): Likewise.
21038 * expr.c (compress_float_constant): Likewise.
21039 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
21040 * ifcvt.c (noce_try_sign_mask): Likewise.
21041 * loop-doloop.c (doloop_optimize): Likewise.
21042 * loop-invariant.c (create_new_invariant): Likewise.
21043 * lower-subreg.c (shift_cost, compute_costs): Likewise.
21044 * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
21045 lshift_cheap_p): Likewise.
21046 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
21047 try_replace_in_use, reload_cse_move2add): Likewise.
21048 * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
21050 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
21051 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
21052 * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
21053 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
21054 * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
21055 add "mode" param. Use "mode: in place of GET_MODE (x). Pass mode
21057 * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
21058 * config/arc/arc.c (arc_rtx_costs): Likewise.
21059 * config/arm/arm.c (arm_rtx_costs): Likewise.
21060 * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
21061 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
21062 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
21063 * config/cris/cris.c (cris_rtx_costs): Likewise.
21064 * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
21065 * config/frv/frv.c (frv_rtx_costs): Likewise.
21066 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
21067 * config/i386/i386.c (ix86_rtx_costs): Likewise.
21068 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
21069 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
21070 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
21071 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
21072 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
21073 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
21074 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
21075 * config/mep/mep.c (mep_rtx_cost): Likewise.
21076 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
21077 * config/mips/mips.c (mips_rtx_costs): Likewise.
21078 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
21079 * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
21080 * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
21081 * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
21082 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
21083 * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
21084 * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
21085 * config/pa/pa.c (hppa_rtx_costs): Likewise.
21086 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
21087 * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
21088 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
21089 * config/s390/s390.c (s390_rtx_costs): Likewise.
21090 * config/sh/sh.c (sh_rtx_costs): Likewise.
21091 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
21092 * config/spu/spu.c (spu_rtx_costs): Likewise.
21093 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
21094 * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
21095 * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
21096 * config/v850/v850.c (v850_rtx_costs): Likewise.
21097 * config/vax/vax.c (vax_rtx_costs): Likewise.
21098 * config/visium/visium.c (visium_rtx_costs): Likewise.
21099 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
21100 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
21101 "code" param, and pass as outer_code to first rtx_cost call. Pass
21102 mode to rtx_cost calls.
21103 (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
21105 (aarch64_rtx_costs_wrapper): Update.
21106 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
21107 arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
21109 * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
21110 and rtx_cost calls.
21111 (avr_operand_rtx_cost): Similarly.
21112 (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
21113 for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
21114 * config/mips/mips.c (mips_stack_address_p): Comment typo.
21115 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
21116 (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
21117 * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
21119 (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
21120 * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
21121 * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
21122 * doc/tm.texi: Regenerate.
21124 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
21126 * tree-core.h: Include symtab.h.
21127 * rtl.h: Include hard-reg-set.h but not flags.h.
21128 (HARD_CONST): Remove condition compilation involving HARD_CONST since
21129 hard-reg-set.h is always included.
21130 * regs.h: Don't include hard-reg-set.h or rtl.h.
21131 * cfg.h: Include dominance.h.
21132 * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
21133 * backend.h: New. Aggregate commonly used backend header files.
21134 * gimple-ssa.h: Don't include tree-hasher.h.
21135 * ssa.h: New. Aggregate commonly used SSA header files.
21136 * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
21137 * sel-sched-ir.h: Flatten includes.
21138 * lra-int.h: Flatten completely.
21139 * sel-sched-dump.h: Flatten includes.
21140 * ira-int.h: Flatten includes.
21141 * gimple-streamer.h: Remove all includes.
21142 * cfgloop.h: Remove all #includes except cfgloopmanip.h.
21143 * resource.h: Flatten hard-reg-set.h and df.h.
21144 * sched-int.h: Flatten insn-arrt.h and df.h.
21145 * valtrack.h: flatten bitmap.h, df.h, and rtl.h
21146 * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
21147 * genattrtab.c (write_header): Adjust generated includes.
21148 * genautomata.c (main): Likewise.
21149 * genconditions.c (write-header): Likewise.
21150 * genemit.c (main): Likewise.
21151 * gengtype.c (open_base_files): Likewise.
21152 * genopinit.c (main): Likewise.
21153 * genoutput.c (output_prologue): Likewise.
21154 * genpeep.c (main): Likewise.
21155 * genpreds.c (write_insn_preds_c): Likewise.
21156 * genrecog.c (write_header): Likewise.
21157 * alias.c: Adjust includes.
21158 * asan.c: Likewise.
21159 * attribs.c: Likewise.
21160 * auto-inc-dec.c: Likewise.
21161 * auto-profile.c: Likewise.
21162 * bb-reorder.c: Likewise.
21163 * bt-load.c: Likewise.
21164 * builtins.c: Likewise.
21165 * caller-save.c: Likewise.
21166 * calls.c: Likewise.
21167 * ccmp.c: Likewise.
21169 * cfganal.c: Likewise.
21170 * cfgbuild.c: Likewise.
21171 * cfgcleanup.c: Likewise.
21172 * cfgexpand.c: Likewise.
21173 * cfghooks.c: Likewise.
21174 * cfgloop.c: Likewise.
21175 * cfgloopanal.c: Likewise.
21176 * cfgloopmanip.c: Likewise.
21177 * cfgrtl.c: Likewise.
21178 * cgraph.c: Likewise.
21179 * cgraphbuild.c: Likewise.
21180 * cgraphclones.c: Likewise.
21181 * cgraphunit.c: Likewise.
21182 * cilk-common.c: Likewise.
21183 * combine-stack-adj.c: Likewise.
21184 * combine.c: Likewise.
21185 * compare-elim.c: Likewise.
21186 * convert.c: Likewise.
21187 * coverage.c: Likewise.
21188 * cppbuiltin.c: Likewise.
21189 * cprop.c: Likewise.
21191 * cselib.c: Likewise.
21192 * data-streamer-in.c: Likewise.
21193 * data-streamer-out.c: Likewise.
21194 * data-streamer.c: Likewise.
21195 * dbxout.c: Likewise.
21198 * debug.c: Likewise.
21199 * df-core.c: Likewise.
21200 * df-problems.c: Likewise.
21201 * df-scan.c: Likewise.
21203 * dojump.c: Likewise.
21204 * dominance.c: Likewise.
21205 * domwalk.c: Likewise.
21206 * double-int.c: Likewise.
21208 * dumpfile.c: Likewise.
21209 * dwarf2asm.c: Likewise.
21210 * dwarf2cfi.c: Likewise.
21211 * dwarf2out.c: Likewise.
21212 * emit-rtl.c: Likewise.
21213 * et-forest.c: Likewise.
21214 * except.c: Likewise.
21215 * explow.c: Likewise.
21216 * expmed.c: Likewise.
21217 * expr.c: Likewise.
21218 * final.c: Likewise.
21219 * fixed-value.c: Likewise.
21220 * fold-const.c: Likewise.
21221 * function.c: Likewise.
21222 * fwprop.c: Likewise.
21223 * gcc-plugin.h: Likewise.
21224 * gcse-common.c: Likewise.
21225 * gcse.c: Likewise.
21226 * generic-match-head.c: Likewise.
21227 * ggc-page.c: Likewise.
21228 * gimple-builder.c: Likewise.
21229 * gimple-expr.c: Likewise.
21230 * gimple-fold.c: Likewise.
21231 * gimple-iterator.c: Likewise.
21232 * gimple-low.c: Likewise.
21233 * gimple-match-head.c: Likewise.
21234 * gimple-pretty-print.c: Likewise.
21235 * gimple-ssa-isolate-paths.c: Likewise.
21236 * gimple-ssa-strength-reduction.c: Likewise.
21237 * gimple-streamer-in.c: Likewise.
21238 * gimple-streamer-out.c: Likewise.
21239 * gimple-walk.c: Likewise.
21240 * gimple.c: Likewise.
21241 * gimplify-me.c: Likewise.
21242 * gimplify.c: Likewise.
21243 * godump.c: Likewise.
21244 * graph.c: Likewise.
21245 * graphite-blocking.c: Likewise.
21246 * graphite-dependences.c: Likewise.
21247 * graphite-interchange.c: Likewise.
21248 * graphite-isl-ast-to-gimple.c: Likewise.
21249 * graphite-optimize-isl.c: Likewise.
21250 * graphite-poly.c: Likewise.
21251 * graphite-scop-detection.c: Likewise.
21252 * graphite-sese-to-poly.c: Likewise.
21253 * graphite.c: Likewise.
21254 * haifa-sched.c: Likewise.
21255 * hw-doloop.c: Likewise.
21256 * ifcvt.c: Likewise.
21257 * init-regs.c: Likewise.
21258 * internal-fn.c: Likewise.
21259 * ipa-chkp.c: Likewise.
21260 * ipa-comdats.c: Likewise.
21261 * ipa-cp.c: Likewise.
21262 * ipa-devirt.c: Likewise.
21263 * ipa-icf-gimple.c: Likewise.
21264 * ipa-icf.c: Likewise.
21265 * ipa-inline-analysis.c: Likewise.
21266 * ipa-inline-transform.c: Likewise.
21267 * ipa-inline.c: Likewise.
21268 * ipa-polymorphic-call.c: Likewise.
21269 * ipa-profile.c: Likewise.
21270 * ipa-prop.c: Likewise.
21271 * ipa-pure-const.c: Likewise.
21272 * ipa-ref.c: Likewise.
21273 * ipa-reference.c: Likewise.
21274 * ipa-split.c: Likewise.
21275 * ipa-utils.c: Likewise.
21276 * ipa-visibility.c: Likewise.
21278 * ira-build.c: Likewise.
21279 * ira-color.c: Likewise.
21280 * ira-conflicts.c: Likewise.
21281 * ira-costs.c: Likewise.
21282 * ira-emit.c: Likewise.
21283 * ira-lives.c: Likewise.
21285 * jump.c: Likewise.
21286 * langhooks.c: Likewise.
21288 * loop-doloop.c: Likewise.
21289 * loop-init.c: Likewise.
21290 * loop-invariant.c: Likewise.
21291 * loop-iv.c: Likewise.
21292 * loop-unroll.c: Likewise.
21293 * lower-subreg.c: Likewise.
21294 * lra-assigns.c: Likewise.
21295 * lra-coalesce.c: Likewise.
21296 * lra-constraints.c: Likewise.
21297 * lra-eliminations.c: Likewise.
21298 * lra-lives.c: Likewise.
21299 * lra-remat.c: Likewise.
21300 * lra-spills.c: Likewise.
21302 * lto-cgraph.c: Likewise.
21303 * lto-compress.c: Likewise.
21304 * lto-opts.c: Likewise.
21305 * lto-section-in.c: Likewise.
21306 * lto-section-out.c: Likewise.
21307 * lto-streamer-in.c: Likewise.
21308 * lto-streamer-out.c: Likewise.
21309 * lto-streamer.c: Likewise.
21311 * mode-switching.c: Likewise.
21312 * modulo-sched.c: Likewise.
21313 * omega.c: Likewise.
21314 * omp-low.c: Likewise.
21315 * optabs.c: Likewise.
21316 * opts-global.c: Likewise.
21317 * passes.c: Likewise.
21318 * plugin.c: Likewise.
21319 * postreload-gcse.c: Likewise.
21320 * postreload.c: Likewise.
21321 * predict.c: Likewise.
21322 * print-rtl.c: Likewise.
21323 * print-tree.c: Likewise.
21324 * profile.c: Likewise.
21325 * real.c: Likewise.
21326 * realmpfr.c: Likewise.
21327 * recog.c: Likewise.
21329 * reg-stack.c: Likewise.
21330 * regcprop.c: Likewise.
21331 * reginfo.c: Likewise.
21332 * regrename.c: Likewise.
21333 * regstat.c: Likewise.
21334 * reload.c: Likewise.
21335 * reload1.c: Likewise.
21336 * reorg.c: Likewise.
21337 * resource.c: Likewise.
21338 * rtl-chkp.c: Likewise.
21339 * rtlanal.c: Likewise.
21340 * rtlhooks.c: Likewise.
21341 * sanopt.c: Likewise.
21342 * sched-deps.c: Likewise.
21343 * sched-ebb.c: Likewise.
21344 * sched-rgn.c: Likewise.
21345 * sched-vis.c: Likewise.
21346 * sdbout.c: Likewise.
21347 * sel-sched-dump.c: Likewise.
21348 * sel-sched-ir.c: Likewise.
21349 * sel-sched.c: Likewise.
21350 * sese.c: Likewise.
21351 * shrink-wrap.c: Likewise.
21352 * simplify-rtx.c: Likewise.
21353 * stack-ptr-mod.c: Likewise.
21354 * stmt.c: Likewise.
21355 * stor-layout.c: Likewise.
21356 * store-motion.c: Likewise.
21357 * stringpool.c: Likewise.
21358 * symtab.c: Likewise.
21359 * target-globals.c: Likewise.
21360 * targhooks.c: Likewise.
21361 * toplev.c: Likewise.
21362 * tracer.c: Likewise.
21363 * trans-mem.c: Likewise.
21364 * tree-affine.c: Likewise.
21365 * tree-browser.c: Likewise.
21366 * tree-call-cdce.c: Likewise.
21367 * tree-cfg.c: Likewise.
21368 * tree-cfgcleanup.c: Likewise.
21369 * tree-chkp-opt.c: Likewise.
21370 * tree-chkp.c: Likewise.
21371 * tree-chrec.c: Likewise.
21372 * tree-complex.c: Likewise.
21373 * tree-data-ref.c: Likewise.
21374 * tree-dfa.c: Likewise.
21375 * tree-diagnostic.c: Likewise.
21376 * tree-dump.c: Likewise.
21377 * tree-eh.c: Likewise.
21378 * tree-emutls.c: Likewise.
21379 * tree-if-conv.c: Likewise.
21380 * tree-inline.c: Likewise.
21381 * tree-into-ssa.c: Likewise.
21382 * tree-iterator.c: Likewise.
21383 * tree-loop-distribution.c: Likewise.
21384 * tree-nested.c: Likewise.
21385 * tree-nrv.c: Likewise.
21386 * tree-object-size.c: Likewise.
21387 * tree-outof-ssa.c: Likewise.
21388 * tree-parloops.c: Likewise.
21389 * tree-phinodes.c: Likewise.
21390 * tree-predcom.c: Likewise.
21391 * tree-pretty-print.c: Likewise.
21392 * tree-profile.c: Likewise.
21393 * tree-scalar-evolution.c: Likewise.
21394 * tree-sra.c: Likewise.
21395 * tree-ssa-address.c: Likewise.
21396 * tree-ssa-alias.c: Likewise.
21397 * tree-ssa-ccp.c: Likewise.
21398 * tree-ssa-coalesce.c: Likewise.
21399 * tree-ssa-copy.c: Likewise.
21400 * tree-ssa-copyrename.c: Likewise.
21401 * tree-ssa-dce.c: Likewise.
21402 * tree-ssa-dom.c: Likewise.
21403 * tree-ssa-dse.c: Likewise.
21404 * tree-ssa-forwprop.c: Likewise.
21405 * tree-ssa-ifcombine.c: Likewise.
21406 * tree-ssa-live.c: Likewise.
21407 * tree-ssa-loop-ch.c: Likewise.
21408 * tree-ssa-loop-im.c: Likewise.
21409 * tree-ssa-loop-ivcanon.c: Likewise.
21410 * tree-ssa-loop-ivopts.c: Likewise.
21411 * tree-ssa-loop-manip.c: Likewise.
21412 * tree-ssa-loop-niter.c: Likewise.
21413 * tree-ssa-loop-prefetch.c: Likewise.
21414 * tree-ssa-loop-unswitch.c: Likewise.
21415 * tree-ssa-loop.c: Likewise.
21416 * tree-ssa-math-opts.c: Likewise.
21417 * tree-ssa-operands.c: Likewise.
21418 * tree-ssa-phiopt.c: Likewise.
21419 * tree-ssa-phiprop.c: Likewise.
21420 * tree-ssa-pre.c: Likewise.
21421 * tree-ssa-propagate.c: Likewise.
21422 * tree-ssa-reassoc.c: Likewise.
21423 * tree-ssa-sccvn.c: Likewise.
21424 * tree-ssa-scopedtables.c: Likewise.
21425 * tree-ssa-sink.c: Likewise.
21426 * tree-ssa-strlen.c: Likewise.
21427 * tree-ssa-structalias.c: Likewise.
21428 * tree-ssa-tail-merge.c: Likewise.
21429 * tree-ssa-ter.c: Likewise.
21430 * tree-ssa-threadedge.c: Likewise.
21431 * tree-ssa-threadupdate.c: Likewise.
21432 * tree-ssa-uncprop.c: Likewise.
21433 * tree-ssa-uninit.c: Likewise.
21434 * tree-ssa.c: Likewise.
21435 * tree-ssanames.c: Likewise.
21436 * tree-stdarg.c: Likewise.
21437 * tree-streamer-in.c: Likewise.
21438 * tree-streamer-out.c: Likewise.
21439 * tree-streamer.c: Likewise.
21440 * tree-switch-conversion.c: Likewise.
21441 * tree-tailcall.c: Likewise.
21442 * tree-vect-data-refs.c: Likewise.
21443 * tree-vect-generic.c: Likewise.
21444 * tree-vect-loop-manip.c: Likewise.
21445 * tree-vect-loop.c: Likewise.
21446 * tree-vect-patterns.c: Likewise.
21447 * tree-vect-slp.c: Likewise.
21448 * tree-vect-stmts.c: Likewise.
21449 * tree-vectorizer.c: Likewise.
21450 * tree-vrp.c: Likewise.
21451 * tree.c: Likewise.
21452 * tsan.c: Likewise.
21453 * ubsan.c: Likewise.
21454 * valtrack.c: Likewise.
21455 * value-prof.c: Likewise.
21456 * var-tracking.c: Likewise.
21457 * varasm.c: Likewise.
21458 * varpool.c: Likewise.
21459 * vmsdbgout.c: Likewise.
21460 * vtable-verify.c: Likewise.
21462 * wide-int.cc: Likewise.
21463 * xcoffout.c: Likewise.
21464 * config/aarch64/aarch64-builtins.c: Likewise.
21465 * config/aarch64/aarch64.c: Likewise.
21466 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
21467 * config/alpha/alpha.c: Likewise.
21468 * config/arc/arc.c: Likewise.
21469 * config/arm/aarch-common.c: Likewise.
21470 * config/arm/arm-builtins.c: Likewise.
21471 * config/arm/arm-c.c: Likewise.
21472 * config/arm/arm.c: Likewise.
21473 * config/avr/avr-c.c: Likewise.
21474 * config/avr/avr-log.c: Likewise.
21475 * config/avr/avr.c: Likewise.
21476 * config/bfin/bfin.c: Likewise.
21477 * config/c6x/c6x.c: Likewise.
21478 * config/cr16/cr16.c: Likewise.
21479 * config/cris/cris.c: Likewise.
21480 * config/darwin-c.c: Likewise.
21481 * config/darwin.c: Likewise.
21482 * config/epiphany/epiphany.c: Likewise.
21483 * config/epiphany/mode-switch-use.c: Likewise.
21484 * config/epiphany/resolve-sw-modes.c: Likewise.
21485 * config/fr30/fr30.c: Likewise.
21486 * config/frv/frv.c: Likewise.
21487 * config/ft32/ft32.c: Likewise.
21488 * config/h8300/h8300.c: Likewise.
21489 * config/i386/i386-c.c: Likewise.
21490 * config/i386/i386.c: Likewise.
21491 * config/i386/msformat-c.c: Likewise.
21492 * config/i386/winnt-cxx.c: Likewise.
21493 * config/i386/winnt-stubs.c: Likewise.
21494 * config/i386/winnt.c: Likewise.
21495 * config/ia64/ia64-c.c: Likewise.
21496 * config/ia64/ia64.c: Likewise.
21497 * config/iq2000/iq2000.c: Likewise.
21498 * config/lm32/lm32.c: Likewise.
21499 * config/m32c/m32c-pragma.c: Likewise.
21500 * config/m32c/m32c.c: Likewise.
21501 * config/m32r/m32r.c: Likewise.
21502 * config/m68k/m68k.c: Likewise.
21503 * config/mcore/mcore.c: Likewise.
21504 * config/mep/mep-pragma.c: Likewise.
21505 * config/mep/mep.c: Likewise.
21506 * config/microblaze/microblaze-c.c: Likewise.
21507 * config/microblaze/microblaze.c: Likewise.
21508 * config/mips/mips.c: Likewise.
21509 * config/mmix/mmix.c: Likewise.
21510 * config/mn10300/mn10300.c: Likewise.
21511 * config/moxie/moxie.c: Likewise.
21512 * config/msp430/msp430-c.c: Likewise.
21513 * config/msp430/msp430.c: Likewise.
21514 * config/nds32/nds32-cost.c: Likewise.
21515 * config/nds32/nds32-fp-as-gp.c: Likewise.
21516 * config/nds32/nds32-intrinsic.c: Likewise.
21517 * config/nds32/nds32-isr.c: Likewise.
21518 * config/nds32/nds32-md-auxiliary.c: Likewise.
21519 * config/nds32/nds32-memory-manipulation.c: Likewise.
21520 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21521 * config/nds32/nds32-predicates.c: Likewise.
21522 * config/nds32/nds32.c: Likewise.
21523 * config/nios2/nios2.c: Likewise.
21524 * config/nvptx/nvptx.c: Likewise.
21525 * config/pa/pa.c: Likewise.
21526 * config/pdp11/pdp11.c: Likewise.
21527 * config/rl78/rl78-c.c: Likewise.
21528 * config/rl78/rl78.c: Likewise.
21529 * config/rs6000/rs6000-c.c: Likewise.
21530 * config/rs6000/rs6000.c: Likewise.
21531 * config/rx/rx.c: Likewise.
21532 * config/s390/s390-c.c: Likewise.
21533 * config/s390/s390.c: Likewise.
21534 * config/sh/sh-c.c: Likewise.
21535 * config/sh/sh-mem.cc: Likewise.
21536 * config/sh/sh.c: Likewise.
21537 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
21538 * config/sh/sh_treg_combine.cc: Likewise.
21539 * config/sol2-c.c: Likewise.
21540 * config/sol2-cxx.c: Likewise.
21541 * config/sol2-stubs.c: Likewise.
21542 * config/sol2.c: Likewise.
21543 * config/sparc/sparc-c.c: Likewise.
21544 * config/sparc/sparc.c: Likewise.
21545 * config/spu/spu-c.c: Likewise.
21546 * config/spu/spu.c: Likewise.
21547 * config/stormy16/stormy16.c: Likewise.
21548 * config/tilegx/mul-tables.c: Likewise.
21549 * config/tilegx/tilegx-c.c: Likewise.
21550 * config/tilegx/tilegx.c: Likewise.
21551 * config/tilepro/mul-tables.c: Likewise.
21552 * config/tilepro/tilepro-c.c: Likewise.
21553 * config/tilepro/tilepro.c: Likewise.
21554 * config/v850/v850-c.c: Likewise.
21555 * config/v850/v850.c: Likewise.
21556 * config/vax/vax.c: Likewise.
21557 * config/visium/visium.c: Likewise.
21558 * config/vms/vms-c.c: Likewise.
21559 * config/vms/vms.c: Likewise.
21560 * config/vxworks.c: Likewise.
21561 * config/xtensa/xtensa.c: Likewise.
21563 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
21565 * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
21566 Remove operand constraints. Change operand 2 predicate to
21567 nonmemory operand. Limit const_int values to mode bitsize. Only
21568 allow const_int values less than 32 when optimizing for size.
21569 (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
21570 Remove operand constraints.
21571 (*bt<mode>): Use SImode for const_int values less than 32.
21572 (regmode): Remove mode attribute.
21574 2015-07-07 Anatoly Sokolov <aesok@post.ru>
21576 * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
21577 * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
21578 moxie_legitimate_address_p): New functions.
21579 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
21581 2015-07-07 Tom de Vries <tom@codesourcery.com>
21583 PR tree-optimization/66642
21584 * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
21585 header comment. Rename split_edge variable to edge_at_split. Split
21586 exit edge to create new loop exit bb. Insert loop exit phis in new
21589 2015-07-07 Tom de Vries <tom@codesourcery.com>
21591 * tree-cfg.c (get_virtual_phi): New function.
21592 * tree-cfg.h (get_virtual_phi): Declare.
21593 * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
21594 (rewrite_virtuals_into_loop_closed_ssa): New function.
21595 * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
21597 * tree-parloops.c (replace_uses_in_bbs_by): Remove.
21598 (transform_to_exit_first_loop_alt): Use
21599 rewrite_virtuals_into_loop_closed_ssa.
21601 2015-07-07 Richard Biener <rguenther@suse.de>
21603 * fold-const.c (fold_binary_loc): Move
21604 (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
21605 * match.pd: ... here.
21606 Add (X * C1) % C2 -> 0 simplification pattern derived from
21609 2015-07-07 Kaz Kojima <kkojima@gcc.gnu.org>
21612 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
21613 change for target/65249.
21615 2015-07-07 Paulo Matos <pmatos@broadcom.com>
21617 * symtab.c (address_matters_1): Fix typo in comment above.
21618 (can_increase_alignment_p): Likewise.
21620 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21622 * function.c (free_after_compilation): Clear PROP_cfg in
21623 f->curr_properties.
21625 2015-07-07 Richard Biener <rguenther@suse.de>
21627 * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
21629 (add_control_edge): Remove excessive vertical space in dumping.
21630 (process_ssa_edge_worklist): Simulate at most one statement and
21631 return whether we did. Do not simulate PHIs if they are in a
21632 BB not yet simulated.
21633 (ssa_propagate): Adjust to always drain the BB worklist whenever
21634 a BB is available there, likewise the VARYING edges list before
21635 the interesting edge list.
21637 2015-07-07 Christian Bruel <christian.bruel@st.com>
21640 * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
21642 2015-07-07 Richard Biener <rguenther@suse.de>
21644 PR middle-end/66739
21645 * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
21648 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
21650 * config/i386/i386.md (insv<mode>): Rename from insv. Use SWI48
21651 modes for operands 0 and 3. Use SImode for operands 2 and 3.
21652 Copy operand 0 to a temporary if !ext_register_operand. Remove
21653 ancient extract_bit_field workaround.
21654 (insv<mode>_1): Rename from mov<mode>_insv_1.
21655 (*insvqi): Rename from *movqi_insv_2.
21656 * config/i386/i386.c (emit_i386_cw_initialization): Update calls
21657 for renamed insvsi_1.
21658 (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
21660 2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
21662 * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
21663 call to nvptx_reorg_subreg.
21665 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
21667 * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
21668 * graphite-dependencies.c, graphite-interchange.c,
21669 graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
21670 graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
21673 2015-07-06 Marc Glisse <marc.glisse@inria.fr>
21675 * match.pd: Remove element_mode inside HONOR_*.
21676 (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
21677 (~X | X -> -1, ~X ^ X -> -1): Merge.
21678 * tree.c (build_each_one_cst): New function.
21679 * tree.h (build_each_one_cst): Likewise.
21681 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
21683 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
21686 2015-07-06 Steve Ellcey <sellcey@imgtec.com>
21688 * config.gcc <mips*-*-*>: Add fused-madd.opt.
21689 * config/mips/mips.opt (mfused-madd): Remove.
21690 * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
21691 * config/mips/mips.h (TARGET_MIPS8000): New.
21692 (ISA_HAS_FP_MADD4_MSUB4): Remove.
21693 (ISA_HAS_FP_MADDF_MSUBF): Remove.
21694 (ISA_HAS_FP_MADD3_MSUB3): Remove.
21695 (ISA_HAS_NMADD4_NMSUB4): Remove.
21696 (ISA_HAS_NMADD3_NMSUB3): Remove.
21697 (ISA_HAS_FUSED_MADD4): New.
21698 (ISA_HAS_UNFUSED_MADD4): New.
21699 (ISA_HAS_FUSED_MADDF): New.
21700 (ISA_HAS_FUSED_MADD3): New.
21701 * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
21702 (*fma<mode>4_madd3) New.
21703 (*fma<mode>4_madd4) New.
21704 (*fma<mode>4_maddf) New.
21706 (*fms<mode>4_msub3) New.
21707 (*fms<mode>4_msub4) New.
21709 (*fnma<mode>4_nmadd3) New.
21710 (*fnma<mode>4_nmadd4) New.
21712 (*fnms<mode>4_nmsub3) New.
21713 (*fnms<mode>4_nmsub4) New.
21714 (*madd4<mode>) Modify to be unfused only.
21715 (*msub4<mode>) Modify to be unfused only.
21716 (*nmadd4<mode>) Modify to be unfused only.
21717 (*nmsub4<mode>) Modify to be unfused only.
21718 (*madd3<mode>) Remove.
21719 (*msub3<mode>) Remove.
21720 (*nmadd3<mode>) Remove.
21721 (*nmsub3<mode>) Remove.
21722 (*nmadd3<mode>_fastmath) Remove.
21723 (*nmsub3<mode>_fastmath) Remove.
21724 (*nmadd4<mode>_fastmath) Update condition.
21725 (*nmsub4<mode>_fastmath) Update condition.
21727 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
21730 * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
21731 alignment attribute, exploring one level down for records and arrays.
21733 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
21735 * config/i386/i386.md (extv<mode>): Rename from extv. Use SWI24
21736 modes for operands 0 and 1. Use SImode for operands 2 and 3.
21737 Copy operand 1 to a temporary if !ext_register_operand. Remove
21738 ancient extract_bit_field workaround.
21739 (*extv<mode>): Rename from *mov<mode>_extv_1.
21740 (*extvqi): Rename from *movqi_extv_1.
21741 (extzv<mode>): Rename from extzv. Use SWI248 modes for
21742 operands 0 and 1. Use SImode for operands 2 and 3. Copy operand 1
21743 to a temporary if !ext_register_operand. Remove ancient
21744 extract_bit_field workaround.
21745 (*extzv<mode>): Rename from *mov<mode>_extzv_1.
21746 (*extzvqi): Rename from *movqi_extzv_2.
21747 (*testqi_ext_3): Remove modes from const_int_operand predicated
21748 operands. Add "n" constraint.
21749 (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
21750 operand. Add "J" constraint.
21751 (*btsq, *btrq, *btcq peephole2s): Remove mode from
21752 const_0_to_63 predicated operand.
21753 (regmode): New insn attribute.
21754 (*bt<mode>): Use SImode for operand 1. Change operand 1 predicate
21755 to nonmemory_operand. Use regmode insn attribute.
21756 (*jcc_bt<mode>_1): Convert operand 2 to SImode.
21757 (*jcc_bt<mode>_mask): Remove mode from operand 3.
21758 (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
21759 (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
21760 operands. Use "N" constraint instead of "n".
21762 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
21764 * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
21766 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
21769 * config/i386/i386.c (iamcu_cost): New.
21770 (m_IAMCU): Likewise.
21771 (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
21772 (processor_target_table): Add an entry for "iamcu".
21773 (processor_alias_table): Likewise.
21774 (ix86_issue_rate): Handle PROCESSOR_IAMCU.
21775 (ix86_adjust_cost): Likewise.
21776 (ia32_multipass_dfa_lookahead): Likewise.
21777 * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
21778 * config/i386/x86-tune.def: Updated for m_IAMCU.
21780 2015-07-06 Richard Biener <rguenther@suse.de>
21782 PR tree-optimization/66772
21783 * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
21784 values are available in the PHI node BB when there are
21785 still unexecutable edges.
21787 2015-07-06 Richard Biener <rguenther@suse.de>
21789 PR tree-optimization/66767
21790 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
21791 Make sure to build the alignment test on a SSA name without
21792 final alignment info valid only if the alignment test
21795 2015-07-06 Bernd Schmidt <bernds@codesourcery.com>
21798 * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
21799 loop start when inserting LSETUP.
21801 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
21804 * config/i386/i386.c (ix86_option_override_internal): Allow
21805 -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
21807 2015-07-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21809 * read-md.c (decimal_string): Rename to ...
21810 (md_decimal_string): ... this.
21811 (handle_enum): Reflect this.
21813 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
21816 * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
21818 2015-07-06 Richard Biener <rguenther@suse.de>
21820 PR middle-end/66759
21821 * match.pd: Add missing constraint of y to REAL_CST in
21822 REAL_CST - x CMP y to y - CST CMP x simplification.
21824 2015-07-06 Eric Botcazou <ebotcazou@adacore.com>
21826 PR tree-optimization/66757
21827 * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
21829 2015-07-05 Chung-Lin Tang <cltang@codesourcery.com>
21830 Sandra Loosemore <sandra@codesourcery.com>
21832 * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
21833 Delete extern declaration.
21834 (gprel_constant_p): Add extern declaration.
21835 * config/nios2/constraints.md ("S"): Use gprel_constant_p
21836 instead of nios2_symbol_ref_in_small_data_p.
21837 * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
21838 (nios2_symbol_ref_in_small_data_p): Make static.
21839 (gprel_constant_p): Make non-static.
21841 2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
21843 * doc/fragments.texi (Target Fragment): Convert debian.org
21845 * doc/install.texi (Configuration): Ditto.
21847 2015-07-05 Jakub Jelinek <jakub@redhat.com>
21849 PR tree-optimization/66718
21850 * tree-vect-stmts.c (vectorizable_call): Replace uses of
21851 GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
21853 PR tree-optimization/66718
21854 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
21855 vectorizable_load, vectorizable_condition): Move vectype,
21856 nunits, ncopies computation after checking what kind of statement
21859 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21861 * target-insns.def (extv, extzv, insv): New targetm instruction
21863 * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
21865 * recog.c (simplify_while_replacing): Likewise.
21867 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21869 * target-insns.def (doloop_begin, doloop_end): New targetm
21870 instruction patterns.
21871 * loop-init.c: Include target.h.
21872 (pass_loop2::gate): Use the new targetm patterns instead of
21873 HAVE_*/gen_* interface.
21874 (pass_rtl_doloop::gate): Likewise.
21875 (pass_rtl_doloop::execute): Remove preprocessor condition.
21876 * hw-doloop.c: Build unconditionally.
21877 * loop-doloop.c: Likewise.
21878 (doloop_optimize): Use the new targetm patterns instead of
21879 HAVE_*/gen_* interface.
21880 (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
21881 * modulo-sched.c (doloop_register_get): Likewise.
21883 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21885 * target-insns.def (clear_cache): New targetm instruction pattern.
21886 * builtins.c (expand_builtin___clear_cache): Use it instead of
21887 HAVE_*/gen_* interface.
21889 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21891 * target-insns.def (allocate_stack, check_stack, probe_stack)
21892 (probe_stack_address, split_stack_prologue, split_stack_space_check):
21893 New targetm instruction patterns.
21894 * explow.c (allocate_dynamic_stack_space): Use them instead of
21895 HAVE_*/gen_* interface.
21896 (emit_stack_probe): Likewise.
21897 (probe_stack_range): Likewise.
21898 * function.c (thread_prologue_and_epilogue_insns): Likewise.
21900 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21902 * target-insns.def (stack_protect_set, stack_protect_test): New
21903 targetm instruction patterns.
21904 * cfgexpand.c (stack_protect_prologue): Use them instead of
21905 HAVE_*/gen_* interface.
21906 * function.c (stack_protect_epilogue): Likewise.
21908 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21910 * expr.h (gen_move_insn_uncast): Delete.
21911 * expr.c (gen_move_insn_uncast): Delete.
21913 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21915 * target-insns.def (restore_stack_block, restore_stack_function)
21916 (restore_stack_nonlocal, save_stack_block, save_stack_function)
21917 (save_stack_nonlocal): New targetm instruction patterns.
21918 * builtins.c (expand_builtin_apply): Use them instead of
21919 HAVE_*/gen_* interface.
21920 * explow.c (emit_stack_save, emit_stack_restore): Likewise.
21922 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21924 * target-insns.def (trap): New targetm instruction pattern.
21925 * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
21927 * explow.c (allocate_dynamic_stack_space): Likewise.
21928 * ifcvt.c (find_if_header): Likewise.
21930 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21932 * target-insns.def (prefetch): New targetm instruction pattern.
21933 * tree-ssa-loop-prefetch.c: Include targeth.
21934 (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
21935 of HAVE_*/gen_* interface.
21936 * builtins.c (expand_builtin_prefetch): Likewise.
21937 * toplev.c (process_options): Likewise.
21939 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21941 * target-insns.def (untyped_call, untyped_return): New targetm
21942 instruction patterns.
21943 * builtins.c (expand_builtin_apply): Use them instead of
21944 HAVE_*/gen_* interface.
21945 (result_vector): Define unconditionally.
21947 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21949 * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
21950 (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
21951 (nonlocal_goto_receiver): New targetm instruction patterns.
21952 * builtins.c (expand_builtin_setjmp_setup): Use them instead
21953 of HAVE_*/gen_* interface.
21954 (expand_builtin_setjmp_receiver): Likewise.
21955 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
21956 * except.c (expand_dw2_landing_pad_for_region): Likewise.
21958 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
21960 * target.def: Add code_for_* hooks.
21961 * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
21962 * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
21963 * target-insns.def (casesi, tablejump): New targetm instruction
21965 * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
21966 (do_tablejump): Likewise.
21967 * stmt.c (expand_switch_as_decision_tree_p): Likewise.
21968 (expand_sjlj_dispatch_table): Likewise.
21969 * targhooks.c (default_case_values_threshold): Likewise.
21971 2015-07-04 Sandra Loosemore <sandra@codesourcery.com>
21973 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
21974 Use rtx_insn * instead of rtx.
21975 (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
21976 (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
21977 (nios2_call_tls_get_addr): Likewise.
21978 (nios2_emit_expensive_div): Likewise.
21979 (nios2_emit_move_sequence): Change return type to bool.
21980 * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
21981 Change return type to bool.
21983 2015-07-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
21986 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
21988 2015-07-04 John David Anglin <danglin@gcc.gnu.org>
21991 * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
21992 of register_operand. Remove constraint.
21994 2015-07-04 Marc Glisse <marc.glisse@inria.fr>
21996 * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
21997 the first argument.
21999 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
22001 * attribs.c (decl_attributes): Guard inform with the return value
22002 of the preceding warning.
22004 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
22006 * doc/invoke.texi (moverride): Move to correct section.
22008 2015-07-03 Richard Biener <rguenther@suse.de>
22010 * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
22012 (dt_operand::gen_gimple_expr): After valueizing operands
22013 re-canonicalize operand order for commutative tree codes.
22015 2015-07-03 H.J. Lu <hongjiu.lu@intel.com>
22018 * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
22020 (__crc32w): Likewise.
22021 (__crc32d): Likewise.
22022 (__rdpmc): Likewise.
22023 (__rdtscp): Likewise.
22024 (_rdpmc): Likewise.
22025 (_rdtscp): Likewise.
22026 * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
22029 2015-07-03 Richard Biener <rguenther@suse.de>
22031 * fold-const.c (fold_mathfn_compare): Remove.
22032 (fold_inf_compare): Likewise.
22033 (fold_comparison): Move floating point comparison simplifications...
22034 * match.pd: ... to patterns here. Introduce simple_comparisons
22035 operator list and use it for patterns formerly in fold_comparison.
22037 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
22039 PR tree-optimization/66119
22040 * toplev.c (process_options): Don't set up default values for
22041 the sra_max_scalarization_size_{speed,size} parameters.
22042 * tree-sra (analyze_all_variable_accesses): If no values
22043 have been set for the sra_max_scalarization_size_{speed,size}
22044 parameters, call get_move_ratio to get target defaults.
22046 2015-07-03 Richard Biener <rguenther@suse.de>
22048 * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
22049 * match.pd: ... here.
22051 2015-07-03 Gerald Pfeifer <gerald@pfeifer.com>
22054 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
22055 is not actually the default on FreeBSD.
22057 2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22059 * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
22061 (CMPGE_8HI): Likewise.
22062 (CMPGE_4SI): Likewise.
22063 (CMPGE_2DI): Likewise.
22064 (CMPGE_U16QI): Likewise.
22065 (CMPGE_U8HI): Likewise.
22066 (CMPGE_U4SI): Likewise.
22067 (CMPGE_U2DI): Likewise.
22068 (CMPLE_16QI): Likewise.
22069 (CMPLE_8HI): Likewise.
22070 (CMPLE_4SI): Likewise.
22071 (CMPLE_2DI): Likewise.
22072 (CMPLE_U16QI): Likewise.
22073 (CMPLE_U8HI): Likewise.
22074 (CMPLE_U4SI): Likewise.
22075 (CMPLE_U2DI): Likewise.
22076 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
22077 overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
22078 ALTIVEC_BUILTIN_VEC_CMPLE.
22079 * config/rs6000/vector.md (vector_ge<mode>): Restrict to
22080 floating-point vector modes.
22081 (vector_nlt<mode>): New define_expand.
22082 (vector_nltu<mode>): Likewise.
22083 (vector_ngt<mode>): Likewise.
22084 (vector_ngtu<mode>): Likewise.
22086 2015-07-02 Segher Boessenkool <segher@kernel.crashing.org>
22088 PR rtl-optimization/66706
22089 * combine.c (make_compound_operation): If an AND of SUBREG of
22090 LSHIFTRT does not simplify, see if just the AND of SUBREG does.
22092 2015-07-02 Alan Lawrence <alan.lawrence@arm.com>
22094 * tree-pass.h (make_pass_ch_vect): New.
22095 * passes.def: Add pass_ch_vect just before pass_if_conversion.
22097 * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
22098 pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
22099 make_pass_ch_vect): New.
22100 (pass_ch): Extend ch_base.
22102 (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
22103 (ch_base::copy_headers): ...here.
22105 2015-07-02 Richard Biener <rguenther@suse.de>
22107 * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
22108 * fold-const.c (get_pointer_modulus_and_residue): Remove.
22109 (fold_binary_loc): Implement (T)ptr & CST in terms of
22110 get_pointer_alignment_1.
22111 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
22112 Make sure to build the alignment test on a SSA name without
22113 final alignment info valid only after the prologue.
22115 2015-07-02 Hans-Peter Nilsson <hp@axis.com>
22117 * config/cris/cris.md ("epilogue"): Remove condition.
22118 ("prologue"): Ditto.
22120 2015-07-02 Richard Biener <rguenther@suse.de>
22122 * tree-ssa-dom.c (build_and_record_new_cond): Add optional
22123 parameter to record a condition that is false.
22124 (record_conditions): When recording an extra NE_EXPR that is
22125 true also record a EQ_EXPR that is false.
22127 2015-07-02 Bin Cheng <bin.cheng@arm.com>
22129 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
22130 (tree_ssa_iv_optimize_init): Initialize iv_obstack.
22131 (alloc_iv): New parameter. Allocate struct iv using obstack_alloc.
22132 (set_iv, find_interesting_uses_address, add_candidate_1): New
22133 argument to alloc_iv.
22134 (find_interesting_uses_op, find_interesting_uses_cond): Don't
22135 duplicate struct iv.
22136 (free_loop_data): Don't free struct iv explicitly.
22137 (tree_ssa_iv_optimize_finalize): Free iv_obstack.
22139 2015-07-01 DJ Delorie <dj@redhat.com>
22141 * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
22143 (SUPPORTS_DISCRIMINATOR): Define.
22145 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
22148 * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
22149 there are no CALLs in the same pattern.
22151 2015-07-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
22153 PR rtl-optimization/61047
22154 * rtlanal.c (get_initial_register_offset): New function.
22155 (rtx_addr_can_trap_p_1): Check offsets of stack references.
22157 2015-07-01 Richard Biener <rguenther@suse.de>
22159 * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
22160 X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
22161 ~X CMP C -> X CMP' ~C to ...
22162 * match.pd: ... patterns here.
22164 2015-07-01 Nick Clifton <nickc@redhat.com>
22166 * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
22167 a 16-bit value into a 20-bit memory slot.
22169 2015-07-01 Jiong Wang <jiong.wang@arm.com>
22171 * doc/sourcebuild.texi (AArch64-specific attributes): Document
22172 "aarch64_tiny", "aarch64_small", "aarch64_large",
22173 "aarch64_little_endian", "aarch64_big_endian".
22175 2015-07-01 Jiong Wang <jiong.wang@arm.com>
22177 * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
22178 Document "aarch64_small_fpic".
22180 2015-07-01 Jiong Wang <jiong.wang@arm.com>
22182 * configure.ac: Add check for aarch64 assembler -fpic relocation
22184 * configure: Regenerate.
22185 * config.in: Regenerate.
22186 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
22187 to -fPIC if not support of -fpic relocation modifier in assembler.
22189 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
22192 * rtl.c (classify_insn): Handle returns in PARALLELs.
22194 2015-07-01 Eric Botcazou <ebotcazou@adacore.com>
22196 PR middle-end/66633
22197 * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
22198 to true if the function is nested and if not optimizing.
22199 (convert_local_omp_clauses): Initialize need_frame to true if the
22200 function contains nested functions and if not optimizing.
22202 2015-07-01 Richard Biener <rguenther@suse.de>
22204 * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
22205 (X & Y) ^ Y -> ~X & Y transforms to ...
22206 * match.pd: ... here.
22208 2015-07-01 Richard Biener <rguenther@suse.de>
22210 * genmatch.c (expr::gen_transform): Shortcut re-simplifying
22211 of converts to avoid uninteresting noise from the conversion
22212 simplifying patterns.
22214 2015-06-30 Sandra Loosemore <sandra@codesourcery.com>
22216 * config/c6x/c6x.c (try_rename_operands): Do not depend on
22217 gcc_assert evaluating its argument for side-effect.
22219 2015-06-30 Kaz Kojima <kkojima@gcc.gnu.org>
22222 * config/sh/sh.md (casesi_worker_1): Set length to 8 when
22225 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
22227 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
22228 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
22229 (hash_scc): Add this_ref_p and ref_p parameters and pass them
22230 to the inner DFS walk.
22232 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
22234 * target-insns.def (jump): New targetm instruction pattern.
22235 * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
22236 instead of gen_jump.
22237 (fix_up_crossing_landing_pad): Likewise.
22238 (add_labels_and_missing_jumps): Likewise.
22239 (fix_crossing_conditional_branches): Likewise.
22240 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
22241 (force_nonfallthru_and_redirect): Likewise.
22242 * cse.c (cse_insn): Likewise.
22243 * expmed.c (expand_divmod): Likewise.
22244 * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
22245 * haifa-sched.c (init_before_recovery): Likewise.
22246 (sched_create_recovery_edges): Likewise.
22247 * ifcvt.c (find_cond_trap): Likewise.
22248 * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
22249 (expand_float, expand_fix): Likewise.
22250 * stmt.c (emit_jump): Likewise.
22252 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
22254 * defaults.h (HAVE_load_multiple, gen_load_multiple)
22255 (HAVE_store_multiple, gen_store_multiple): Delete.
22256 * target-insns.def (load_multiple, store_multiple): New targetm
22257 instruction patterns.
22258 * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
22259 of HAVE_*/gen_* interface.
22261 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
22263 * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
22264 (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
22265 (gen_mem_signal_fence): Delete.
22266 * target-insns.def (mem_signal_fence, mem_thread_fence)
22267 (memory_barrier): New targetm instruction patterns.
22268 * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
22270 (expand_mem_signal_fence): Likewise.
22272 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
22274 * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
22275 * target-insns.def (epilogue, prologue, sibcall_prologue): New
22276 targetm instruction patterns.
22277 * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
22279 * calls.c (expand_call): Likewise.
22280 * cfgrtl.c (cfg_layout_finalize): Likewise.
22281 * df-scan.c (df_get_entry_block_def_set): Likewise.
22282 (df_get_exit_block_use_set): Likewise.
22283 * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
22284 * final.c (final_start_function): Likewise.
22285 * function.c (thread_prologue_and_epilogue_insns): Likewise.
22286 (reposition_prologue_and_epilogue_notes): Likewise.
22287 * reorg.c (find_end_label): Likewise.
22288 * toplev.c (process_options): Likewise.
22290 2015-06-30 David Malcolm <dmalcolm@redhat.com>
22292 * typed-splay-tree.h: New file.
22294 2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
22297 * lra-int.h (lra_substitute_pseudo): Add a parameter.
22298 (lra_substitute_pseudo_within_insn): Ditto.
22299 * lra.c (lra_substitute_pseudo): Add a parameter. Simplify subreg
22301 (lra_substitute_pseudo_within_insn): Add a parameter. Transfer it
22302 to lra_substitute_pseudo.
22303 * lra-lives.c (process_bb_lives): Add an argument to
22304 lra_substitute_pseudo_within_insn call.
22305 * lra-constraints.c (inherit_reload_reg, split_reg): Add an
22306 argument to lra_substitute_pseudo and
22307 lra_substitute_pseudo_within_insn calls.
22308 (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
22310 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
22312 * configure: Regenerated.
22314 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
22316 * config.gcc: Support i[34567]86-*-elfiamcu target.
22317 * config/i386/iamcu.h: New.
22318 * config/i386/i386.opt: Add -miamcu.
22319 * doc/invoke.texi: Document -miamcu.
22320 * common/config/i386/i386-common.c (ix86_handle_option): Turn
22321 off x87/MMX/SSE/AVX codegen for -miamcu.
22322 * config/i386/i386-c.c (ix86_target_macros_internal): Define
22323 __iamcu/__iamcu__ for -miamcu.
22324 * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
22325 to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
22326 (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
22327 * config/i386/i386.c (ix86_option_override_internal): Ignore and
22328 warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel
22329 MCU by default. Default long double to 64-bit for Intel MCU.
22330 Turn on -freg-struct-return for Intel MCU. Issue an error when
22331 -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
22333 (function_arg_advance_32): Pass value whose size is no larger
22334 than 8 bytes in registers for Intel MCU.
22335 (function_arg_32): Likewise.
22336 (ix86_return_in_memory): Return value whose size is no larger
22337 than 8 bytes in registers for Intel MCU.
22338 (iamcu_alignment): New function.
22339 (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
22341 (ix86_local_alignment): Don't increase alignment for Intel MCU.
22342 (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
22345 2015-06-30 Marek Polacek <polacek@redhat.com>
22347 * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert
22348 both operands of the resulting expression.
22350 * match.pd (~x | x): Don't use tree_nop_conversion_p. Build
22351 the final expression with the operand's type and then convert
22352 it to the type of the expression.
22354 2015-06-30 Richard Biener <rguenther@suse.de>
22356 * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
22357 ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
22358 (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
22359 * match.pd: ... to patterns here.
22361 2015-06-30 Richard Biener <rguenther@suse.de>
22363 PR tree-optimization/66704
22364 * tree-vect-data-refs.c (vect_setup_realignment): Use
22365 make_ssa_name for non-SSA name source.
22367 2015-06-30 Jakub Jelinek <jakub@redhat.com>
22369 PR middle-end/66702
22370 * omp-low.c (simd_clone_adjust): Handle addressable linear
22371 or uniform parameters or non-gimple type uniform parameters.
22373 2015-06-30 Richard Biener <rguenther@suse.de>
22375 * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
22376 ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
22377 ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
22378 * match.pd: ... here.
22379 Add a few cases of A - B -> A + (-B) when B "easily" negates.
22380 Move (x & y) | x -> x and friends before
22381 (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
22383 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
22385 * config/sparc/leon.md (leon_load): Enable for all LEON variants if
22386 -mfix-ut699 is not specified.
22387 (leon3_load): Rename into...
22388 (ut699_load): ...this. Enable for all LEON variants if -mfix-ut699
22391 2015-06-30 Marek Polacek <polacek@redhat.com>
22393 * fold-const.c (fold_binary_loc): Move ~X | X folding ...
22394 * match.pd: ... here.
22396 2015-06-30 Richard Biener <rguenther@suse.de>
22398 * target-insns.def (canonicalize_funcptr_for_compare): Add.
22399 * fold-const.c (build_range_check): Replace uses of
22400 HAVE_canonicalize_funcptr_for_compare.
22401 (fold_widened_comparison): Likewise.
22402 (fold_sign_changed_comparison): Likewise.
22403 * dojump.c: Include "target.h".
22404 (do_compare_and_jump): Replace uses of
22405 HAVE_canonicalize_funcptr_for_compare and
22406 gen_canonicalize_funcptr_for_compare.
22407 * expr.c (do_store_flag): Likewise.
22409 2015-06-30 Tom de Vries <tom@codesourcery.com>
22411 PR tree-optimization/66652
22412 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
22413 max_loop_iterations to determine if nit + 1 overflows.
22415 2015-06-30 Richard Biener <rguenther@suse.de>
22417 * tree-vrp.c (register_edge_assert_for_2): Also register
22418 asserts for dominating conversion results.
22420 2015-06-30 Bin Cheng <bin.cheng@arm.com>
22422 * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
22423 field in struct iv.
22425 2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
22428 * configure.ac: Fix filds and fildq test for 64-bit.
22429 * configure: Regenerated.
22431 2015-06-29 Nathan Sidwell <nathan@codesourcery.com>
22433 * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
22434 (nvptx_reorg): Here. Keep the non-subreg pieces.
22436 2015-06-29 H.J. Lu <hongjiu.lu@intel.com>
22438 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
22439 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
22441 2015-06-29 Uros Bizjak <ubizjak@gmail.com>
22443 * config/i386/i386.md (*jcc_1): Use %! in asm template.
22444 Set attribute "length_nobnd" instead of "length".
22447 (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
22449 2015-06-29 Sandra Loosemore <sandra@codesourcery.com>
22451 * config/nios2/nios2.c (nios2_delegitimize_address): Make
22452 assert less restrictive.
22454 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
22457 * cgraphunit.c (cgraph_node::finalize_function): Do not call
22458 do_warn_unused_parameter.
22459 * function.c (do_warn_unused_parameter): Move from here.
22460 * function.h (do_warn_unused_parameter): Do not declare.
22462 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
22465 * gcc.target/arm/armv-sync-comp-swap.c: New.
22466 * gcc.target/arm/armv-sync-op-acquire.c: New.
22467 * gcc.target/arm/armv-sync-op-full.c: New.
22468 * gcc.target/arm/armv-sync-op-release.c: New.
22470 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
22473 * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
22474 initial acquire barrier with final barrier.
22476 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
22479 * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
22480 initial acquire barrier with final barrier.
22482 2015-06-29 Richard Henderson <rth@redhat.com>
22484 * config/i386/constraints.md (Bf): New constraint.
22485 * config/i386/i386-c.c (ix86_target_macros): Define
22486 __GCC_ASM_FLAG_OUTPUTS__.
22487 * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
22489 * doc/extend.texi (FlagOutputOperands): Document them.
22491 2015-06-29 Jiong Wang <jiong.wang@arm.com>
22493 * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
22494 * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
22496 (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
22497 * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
22498 SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
22499 (aarch64_symbol_context): Ditto.
22500 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
22501 and use new pattern name.
22502 (aarch64_expand_mov_immediate): Ditto.
22503 (aarch64_print_operand): Ditto.
22504 (aarch64_classify_tls_symbol): Ditto.
22506 2015-06-29 Marek Polacek <polacek@redhat.com>
22507 Marc Glisse <marc.glisse@inria.fr>
22509 * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
22510 * match.pd: ... pattern here.
22512 2015-06-29 Tom de Vries <tom@codesourcery.com>
22514 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
22515 function structure.
22517 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
22519 * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
22520 feature description, split out the native option, add a link to
22521 the feature documentation, rearrange and slightly rewrite text.
22522 (Aarch64 options, -mcpu): Likewise.
22523 (Aarch64 options, Feature Modifiers): Add an anchor. Mention
22524 +rdma implies Adv. SIMD.
22526 2015-06-29 Marek Polacek <polacek@redhat.com>
22529 * function.c (stack_protect_epilogue): Remove a cast to int.
22530 * doc/invoke.texi: Update -Wswitch-bool description.
22532 2015-06-29 Richard Biener <rguenther@suse.de>
22534 * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
22535 * fold-const.c (fold_binary_loc): Move &A - &B simplification
22536 via ptr_difference_const ...
22537 * match.pd: ... here.
22538 When matching (X ^ Y) == Y also match with swapped operands.
22540 2015-06-29 Richard Biener <rguenther@suse.de>
22542 * lto-streamer.h (LTO_major_version): Bump to 5.
22544 2015-06-29 Richard Biener <rguenther@suse.de>
22546 PR tree-optimization/66677
22547 * tree-vect-stmts.c (vect_transform_stmt): Make assert about
22548 STMT_VINFO_VEC_STMT clobbering less strict.
22550 2015-06-29 Kugan Vivekanandarajah <kuganv@linaro.org>
22552 PR middle-end/64130
22553 * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
22554 division, compute max and min when value ranges for dividend and
22555 divisor are available.
22557 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>
22558 Sandra Loosemore <sandra@codesourcery.com>
22560 * regrename.h (regrename_do_replace): Change to return bool.
22561 * regrename.c (rename_chains): Check return value of
22562 regname_do_replace.
22563 (regrename_do_replace): Re-validate the modified insns and
22564 return bool status.
22565 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
22566 Update to match rename_chains changes.
22567 * config/c6x/c6x.c (try_rename_operands): Assert that
22568 regrename_do_replace returns true.
22570 2015-06-28 Uros Bizjak <ubizjak@gmail.com>
22572 * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
22573 operand 2 here. Use copy_addr_to_reg to copy non-index
22574 register operand 2 to a temporary.
22575 (<mode>_stx): Ditto for operand 1.
22576 (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
22577 * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
22578 (ix86_store_bounds): Ditto.
22580 2015-06-27 Patrick Palka <ppalka@gcc.gnu.org>
22582 * print-tree.c (print_node) [TREE_VEC]: Print its length.
22584 2015-06-26 Andrew MacLeod <amacleod@redhat.com>
22586 * gimple.c (gimple_call_set_fndecl): Remove.
22587 * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
22588 build1_loc directly instead of build_fold_addr_expr_loc.
22590 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
22592 * hash-map.h (hash_map::traverse): Use the definition of the
22593 Key typedef rather than the typedef itself.
22595 2015-06-26 Martin Jambor <mjambor@suse.cz>
22598 * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
22599 NULL instead of calling dump_enabled_p.
22601 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
22603 * config/aarch64/aarch64.opt: (override): New.
22604 * doc/invoke.texi (override): Document.
22605 * config/aarch64/aarch64.c (aarch64_flag_desc): New
22606 (aarch64_fusible_pairs): Likewise.
22607 (aarch64_tuning_flags): Likewise.
22608 (aarch64_tuning_override_function): Likewise.
22609 (aarch64_tuning_override_functions): Likewise.
22610 (aarch64_parse_one_option_token): Likewise.
22611 (aarch64_parse_boolean_options): Likewise.
22612 (aarch64_parse_fuse_string): Likewise.
22613 (aarch64_parse_tune_string): Likewise.
22614 (aarch64_parse_one_override_token): Likewise.
22615 (aarch64_parse_override_string): Likewise.
22616 (aarch64_override_options): Parse the -override string if it
22619 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
22621 * config/aarch64/aarch64-protos.h (tune_params): Remove
22622 const from members.
22623 (aarch64_tune_params): Remove const, change to no longer be
22625 * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
22626 change to no longer be a pointer, initialize to generic_tunings.
22627 (aarch64_min_divisions_for_recip_mul): Change dereference of
22628 aarch64_tune_params to member access.
22629 (aarch64_reassociation_width): Likewise.
22630 (aarch64_rtx_mult_cost): Likewise.
22631 (aarch64_address_cost): Likewise.
22632 (aarch64_branch_cost): Likewise.
22633 (aarch64_rtx_costs): Likewise.
22634 (aarch64_register_move_cost): Likewise.
22635 (aarch64_memory_move_cost): Likewise.
22636 (aarch64_sched_issue_rate): Likewise.
22637 (aarch64_builtin_vectorization_cost): Likewise.
22638 (aarch64_override_options): Take a copy of the selected tuning
22639 struct in to aarch64_tune_params, rather than just setting
22640 a pointer, change dereferences of aarch64_tune_params to member
22642 (aarch64_override_options_after_change): Change dereferences of
22643 aarch64_tune_params to member access.
22644 (aarch64_macro_fusion_p): Likewise.
22645 (aarch_macro_fusion_pair_p): Likewise.
22646 * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
22648 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
22650 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
22651 (aarch64_tune_flags): Likewise.
22652 (AARCH64_TUNE_FMA_STEERING): Likewise.
22653 * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
22654 to AARCH64_FL_USE_FMA_STEERING_PASS.
22655 (cortex-a57.cortex-a53): Likewise.
22656 (cortex-a72): Use cortexa72_tunings.
22657 (cortex-a72.cortex-a53): Likewise.
22658 (exynos-m1): Likewise.
22659 * config/aarch64/aarch64-protos.h (tune_params): Add
22660 a field: extra_tuning_flags.
22661 * config/aarch64/aarch64-tuning-flags.def: New.
22662 * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
22663 (aarch64_extra_tuning_flags): Likewise.
22664 (aarch64_tune_params): Declare here.
22665 * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
22666 (cortexa53_tunings): Likewise.
22667 (cortexa57_tunings): Likewise.
22668 (thunderx_tunings): Likewise.
22669 (xgene1_tunings): Likewise.
22670 (cortexa72_tunings): New.
22671 * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
22672 (gate): Check against aarch64_tune_params.
22673 * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
22676 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
22678 * config/aarch64/aarch64-fusion-pairs.def: New.
22679 * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
22680 * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
22681 aarch64_fusion_pairs.
22682 (AARCH64_FUSE_MOV_MOVK): Likewise.
22683 (AARCH64_FUSE_ADRP_ADD): Likewise.
22684 (AARCH64_FUSE_MOVK_MOVK): Likewise.
22685 (AARCH64_FUSE_ADRP_LDR): Likewise.
22686 (AARCH64_FUSE_CMP_BRANCH): Likewise.
22688 2015-06-26 Jiong Wang <jiong.wang@arm.com>
22690 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
22691 SYMBOL_SMALL_GOT_28K.
22692 * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
22693 relocation modifiers.
22694 (unspec): New enum "UNSPEC_GOTMALLPIC28K.
22695 (ldr_got_small_28k_<mode>): New.
22696 (ldr_got_small_28k_sidi): New.
22697 * config/aarch64/iterators.md (got_modifier): New mode iterator.
22698 * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
22699 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
22700 SYMBOL_SMALL_GOT_28K.
22701 (aarch64_rtx_costs): Add costs for new instruction sequences.
22702 (initialize_aarch64_code_model): Initialize new model.
22703 (aarch64_classify_symbol): Recognize new model and new symbol classification.
22704 (aarch64_asm_preferred_eh_data_format): Support new model.
22705 (aarch64_load_symref_appropriately): Generate new instruction
22706 sequences for -fpic.
22707 (TARGET_USE_PSEUDO_PIC_REG): New definition.
22708 (aarch64_use_pseudo_pic_reg): New function.
22710 2015-06-26 Jiong Wang <jiong.wang@arm.com>
22712 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
22713 SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
22714 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
22715 (aarch64_expand_mov_immediate): Ditto.
22716 (aarch64_print_operand): Ditto.
22717 (aarch64_classify_symbol): Ditto.
22719 2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
22721 * config/nvptx/nvptx.md (call_operation): Remove unused variables.
22723 2015-06-26 Bin Cheng <bin.cheng@arm.com>
22726 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
22727 assertion failed. Remove assertion itself.
22729 2015-06-26 Richard Biener <rguenther@suse.de>
22731 * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
22732 and -A CMP CST -> A CMP -CST which is redundant with a pattern
22734 Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
22735 (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
22736 (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
22737 * match.pd: ... patterns here.
22739 2015-06-26 Marek Polacek <polacek@redhat.com>
22741 * match.pd ((x | y) & ~(x & y) -> x ^ y,
22742 (x | y) & (~x ^ y) -> x & y): New patterns.
22744 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
22746 * rtl.h (emit): Add an optional boolean parameter to control
22747 whether barriers are emitted.
22748 * emit-rtl.c (emit): Likewise.
22749 * gensupport.c (get_emit_function): Return null rather than "emit".
22750 * genemit.c (gen_emit_seq): Handle the null return value.
22751 Don't emit barriers after the final instruction in the sequence.
22752 * gentarget-def.c (main): Don't emit barriers after the instruction.
22754 2015-06-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22756 * config/arm/arm.c (arm_output_multireg_pop): Fix use of
22757 TARGET_UNIFIED_ASM.
22759 2015-06-26 Richard Biener <rguenther@suse.de>
22761 * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
22763 2015-06-26 Richard Biener <rguenther@suse.de>
22765 * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
22766 irrespective on whether the inner operation has a single use
22767 of both off are constant.
22769 2015-06-26 Uros Bizjak <ubizjak@gmail.com>
22770 Segher Boessenkool <segher@kernel.crashing.org>
22773 * config/i386/i386.md (various splitters): Use shallow_copy_rtx
22774 before doing PUT_MODE or PUT_CODE on operands to avoid
22775 in-place RTX modification.
22777 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
22779 * gentarget-def.c (def_target_insn): Cast return of strtol to
22782 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
22784 * gimple.h (gimple_call_set_fn): Move inline function.
22785 * gimple.c (gimple_call_set_fn): Relocate here.
22787 2015-06-25 Oleg Endo <olegendo@gcc.gnu.org>
22791 * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
22792 the replacement insn will work.
22794 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
22796 * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
22799 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
22801 * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
22802 * cgraph.h: Include ipa-ref.h and plugin-api.h.
22803 (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
22804 (symtab_node::address_can_be_compared_p): Move function.
22805 * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
22807 * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
22808 * auto-profile.c: Likewise.
22809 * bb-reorder.c: Likewise.
22810 * builtins.c: Likewise.
22811 * calls.c: Likewise.
22812 * cfgexpand.c: Likewise.
22813 * cgraphbuild.c: Likewise.
22814 * cgraphclones.c: Likewise.
22815 * cgraphunit.c: Likewise.
22816 * combine.c: Likewise.
22817 * coverage.c: Likewise.
22818 * data-streamer-in.c: Likewise.
22819 * data-streamer-out.c: Likewise.
22820 * data-streamer.c: Likewise.
22821 * dbxout.c: Likewise.
22822 * dwarf2out.c: Likewise.
22823 * except.c: Likewise.
22824 * expr.c: Likewise.
22825 * final.c: Likewise.
22826 * fold-const.c: Likewise.
22827 * ggc-page.c: Likewise.
22828 * gimple-fold.c: Likewise.
22829 * gimple-iterator.c: Likewise.
22830 * gimple-pretty-print.c: Likewise.
22831 * gimple-streamer-in.c: Likewise.
22832 * gimple-streamer-out.c: Likewise.
22833 * gimple.c: Likewise.
22834 * gimplify.c: Likewise.
22835 * ipa-chkp.c: Likewise.
22836 * ipa-comdats.c: Likewise.
22837 * ipa-cp.c: Likewise.
22838 * ipa-devirt.c: Likewise.
22839 * ipa-icf-gimple.c: Likewise.
22840 * ipa-icf.c: Likewise.
22841 * ipa-inline-analysis.c: Likewise.
22842 * ipa-inline-transform.c: Likewise.
22843 * ipa-inline.c: Likewise.
22844 * ipa-polymorphic-call.c: Likewise.
22845 * ipa-profile.c: Likewise.
22846 * ipa-prop.c: Likewise.
22847 * ipa-pure-const.c: Likewise.
22848 * ipa-ref.c: Likewise.
22849 * ipa-reference.c: Likewise.
22850 * ipa-split.c: Likewise.
22851 * ipa-utils.c: Likewise.
22852 * ipa-visibility.c: Likewise.
22854 * langhooks.c: Likewise.
22855 * lto-cgraph.c: Likewise.
22856 * lto-compress.c: Likewise.
22857 * lto-opts.c: Likewise.
22858 * lto-section-in.c: Likewise.
22859 * lto-section-out.c: Likewise.
22860 * lto-streamer-in.c: Likewise.
22861 * lto-streamer-out.c: Likewise.
22862 * lto-streamer.c: Likewise.
22863 * omp-low.c: Likewise.
22864 * opts-global.c: Likewise.
22865 * passes.c: Likewise.
22866 * predict.c: Likewise.
22867 * print-tree.c: Likewise.
22868 * profile.c: Likewise.
22870 * sanopt.c: Likewise.
22871 * stor-layout.c: Likewise.
22872 * symtab.c: Likewise.
22873 * toplev.c: Likewise.
22874 * trans-mem.c: Likewise.
22875 * tree-cfg.c: Likewise.
22876 * tree-chkp.c: Likewise.
22877 * tree-eh.c: Likewise.
22878 * tree-emutls.c: Likewise.
22879 * tree-inline.c: Likewise.
22880 * tree-nested.c: Likewise.
22881 * tree-parloops.c: Likewise.
22882 * tree-pretty-print.c: Likewise.
22883 * tree-profile.c: Likewise.
22884 * tree-sra.c: Likewise.
22885 * tree-ssa-alias.c: Likewise.
22886 * tree-ssa-live.c: Likewise.
22887 * tree-ssa-loop-ivcanon.c: Likewise.
22888 * tree-ssa-loop-ivopts.c: Likewise.
22889 * tree-ssa-pre.c: Likewise.
22890 * tree-ssa-sccvn.c: Likewise.
22891 * tree-ssa-strlen.c: Likewise.
22892 * tree-ssa-structalias.c: Likewise.
22893 * tree-streamer-in.c: Likewise.
22894 * tree-streamer-out.c: Likewise.
22895 * tree-streamer.c: Likewise.
22896 * tree-switch-conversion.c: Likewise.
22897 * tree-tailcall.c: Likewise.
22898 * tree-vect-data-refs.c: Likewise.
22899 * tree-vect-stmts.c: Likewise.
22900 * tree-vectorizer.c: Likewise.
22901 * tree.c: Likewise.
22902 * tsan.c: Likewise.
22903 * ubsan.c: Likewise.
22904 * value-prof.c: Likewise.
22905 * varasm.c: Likewise.
22906 * varpool.c: Likewise.
22907 * config/arm/arm.c: Likewise.
22908 * config/bfin/bfin.c: Likewise.
22909 * config/c6x/c6x.c: Likewise.
22910 * config/cris/cris.c: Likewise.
22911 * config/darwin-c.c: Likewise.
22912 * config/darwin.c: Likewise.
22913 * config/i386/i386.c: Likewise.
22914 * config/i386/winnt.c: Likewise.
22915 * config/microblaze/microblaze.c: Likewise.
22916 * config/mips/mips.c: Likewise.
22917 * config/rs6000/rs6000.c: Likewise.
22918 * config/rx/rx.c: Likewise.
22919 * config/s390/s390.c: Likewise.
22920 * config/tilegx/mul-tables.c: Likewise.
22922 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
22924 * config/aarch64/aarch64.c, config/alpha/alpha.c,
22925 config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
22926 config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
22927 config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
22928 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
22929 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
22930 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
22931 config/microblaze/microblaze.c, config/mips/mips.c,
22932 config/mmix/mmix.c, config/mn10300/mn10300.c,
22933 config/moxie/moxie.c, config/msp430/msp430.c,
22934 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
22935 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
22936 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
22937 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
22938 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
22939 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
22940 config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
22941 target-def.h include.
22942 * config/ft32/ft32.c: Likewise. Fix misapplied hunk.
22944 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
22946 * Makefile.in (TARGET_DEF): Add target-insns.def.
22947 (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
22948 (build/gentarget-def.o): New rule.
22949 (genprogrtl): Add target-def.
22950 * target-insns.def, gentarget-def.c: New files.
22951 * target.def: Add targetm.have_* and targetm.gen_* hooks,
22952 based on the contents of target-insns.def.
22953 * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
22954 (HAVE_return, gen_return): Delete.
22955 * target-def.h: Include insn-target-def.h.
22956 * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
22957 instead of direct calls. Rely on them to do the appropriate assertions.
22958 * function.c (gen_return_pattern): Likewise. Return an rtx_insn *.
22959 (convert_jumps_to_returns): Use targetm interface instead of
22961 (thread_prologue_and_epilogue_insns): Likewise.
22962 * reorg.c (find_end_label, dbr_schedule): Likewise.
22963 * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
22964 * shrink-wrap.c (convert_to_simple_return): Likewise.
22965 (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
22967 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
22969 * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
22970 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
22971 config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
22972 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
22973 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
22974 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
22975 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
22976 config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
22977 config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
22978 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
22979 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
22980 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
22981 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
22982 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
22983 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
22984 config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
22987 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
22989 * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
22990 (unbounded_int_hashmap_traits::key_type): Likewise.
22991 * hash-map.h (hash_map): Get the key type from the traits.
22992 * hash-traits.h (default_hash_traits): By default, inherit from the
22993 template parameter.
22994 * alias.c (alias_set_traits): Delete.
22995 (alias_set_entry_d::children): Use alias_set_hash as the first
22996 template parameter.
22997 (record_alias_subset): Update accordingly.
22998 * except.c (tree_hash_traits): Delete.
22999 (type_to_runtime_map): Use tree_hash as the first template parameter.
23000 (init_eh): Update accordingly.
23001 * genmatch.c (capture_id_map_hasher): Delete.
23002 (cid_map_t): Use nofree_string_hash as first template parameter.
23003 * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
23004 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
23005 Use symbol_compare_hash as the first template parameter in
23006 subdivide_hash_map.
23007 * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
23008 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
23009 template parameter.
23010 * passes.c (pass_registry_hasher): Delete.
23011 (name_to_pass_map): Use nofree_string_hash as the first template
23013 (register_pass_name): Update accordingly.
23014 * sanopt.c (sanopt_tree_map_traits): Delete.
23015 (sanopt_tree_triplet_map_traits): Delete.
23016 (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
23017 template parameter.
23018 (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
23019 the first template parameter.
23020 * sese.c (rename_map_hasher): Delete.
23021 (rename_map_type): Use tree_ssa_name_hash as the first template
23023 * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
23024 (function_summary::m_map): Use map_hash as the first template
23026 (function_summary::release): Update accordingly.
23027 * tree-if-conv.c (phi_args_hash_traits): Delete.
23028 (predicate_scalar_phi): Use tree_operand_hash as the first template
23029 parameter to phi_arg_map.
23030 * tree-inline.h (dependence_hasher): Delete.
23031 (copy_body_data::dependence_map): Use dependence_hash as the first
23032 template parameter.
23033 * tree-inline.c (remap_dependence_clique): Update accordingly.
23034 * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
23035 (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
23037 (addr_stridxptr): Update accordingly.
23038 * value-prof.c (profile_id_traits): Delete.
23039 (cgraph_node_map): Use profile_id_hash as the first template
23041 (init_node_map): Update accordingly.
23042 * config/alpha/alpha.c (string_traits): Delete.
23043 (machine_function::links): Use nofree_string_hash as the first
23044 template parameter.
23045 (alpha_use_linkage, alpha_write_linkage): Update accordingly.
23046 * config/m32c/m32c.c (pragma_traits): Delete.
23047 (pragma_htab): Use nofree_string_hash as the first template parameter.
23048 (m32c_note_pragma_address): Update accordingly.
23049 * config/mep/mep.c (pragma_traits): Delete.
23050 (pragma_htab): Use nofree_string_hash as the first template parameter.
23051 (mep_note_pragma_flag): Update accordingly.
23052 * config/mips/mips.c (mips16_flip_traits): Delete.
23053 (mflip_mips16_htab): Use nofree_string_hash as the first template
23055 (mflip_mips16_use_mips16_p): Update accordingly.
23056 (local_alias_traits): Delete.
23057 (mips16_local_aliases): Use nofree_string_hash as the first template
23059 (mips16_local_alias): Update accordingly.
23061 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23063 * hash-map-traits.h (default_hashmap_traits): Delete.
23065 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23067 * hash-map-traits.h (unbounded_hashmap_traits): New class.
23068 (unbounded_int_hashmap_traits): Likewise.
23069 * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
23071 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23073 * ipa-icf.h (symbol_compare_hash): New class.
23074 (symbol_compare_hashmap_traits): Use it.
23075 * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
23076 (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
23077 (mem_alloc_description::reverse_mem_map_t): Remove redundant
23078 default_hashmap_traits.
23079 * sanopt.c (sanopt_tree_triplet_hash): New class.
23080 (sanopt_tree_triplet_map_traits): Use it.
23082 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23084 * gengtype-parse.c (require_template_declaration): Allow '+' in
23085 template parameters. Consolidate cases.
23086 * hash-traits.h (int_hash): New class.
23087 * alias.c (alias_set_hash): New structure.
23088 (alias_set_traits): Use it.
23089 * symbol-summary.h (function_summary::map_hash): New class.
23090 (function_summary::summary_hashmap_traits): Use it.
23091 * tree-inline.h (dependence_hash): New class.
23092 (dependence_hasher): Use it.
23093 * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
23094 * value-prof.c (profile_id_hash): New class.
23095 (profile_id_traits): Use it.
23097 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23099 * config/mips/mips.c (mips16_flip_traits): Use it.
23100 (local_alias_traits, mips16_local_aliases): Convert from a map of
23101 rtxes to a map of symbol names.
23102 (mips16_local_alias): Update accordingly.
23104 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23106 * hash-traits.h (string_hash, nofree_string_hash): New classes.
23107 * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
23108 * passes.c (pass_registry_hasher): Likewise.
23109 * config/alpha/alpha.c (string_traits): Likewise.
23110 * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
23111 * config/m32c/m32c.c (pragma_traits): Likewise.
23112 * config/mep/mep.c (pragma_traits): Likewise.
23114 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23116 * tree-hash-traits.h (tree_hash): New class.
23117 * except.c: Include tree-hash-traits.h.
23118 (tree_hash_traits): Use tree_hash.
23120 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23122 * tree-hash-traits.h (tree_ssa_name_hasher): New class.
23123 * sese.c: Include tree-hash-traits.h.
23124 (rename_map_hasher): Use tree_ssa_name_hasher.
23126 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23128 * tree-hash-traits.h (tree_decl_hash): New class.
23129 * tree-ssa-strlen.c: Include tree-hash-traits.h.
23130 (stridxlist_hash_traits): Use tree_decl_hash.
23132 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23134 * tree-hash-traits.h: New file.
23135 (tree_operand_hash): New class.
23136 * sanopt.c: Include tree-hash-traits.h.
23137 (sanopt_tree_map_traits): Use tree_operand_hash.
23138 * tree-if-conv.c: Include tree-hash-traits.h.
23139 (phi_args_hash_traits): Use tree_operand_hash.
23140 * tree-ssa-uncprop.c: Include tree-hash-traits.h.
23141 (val_ssa_equiv_hash_traits): Use tree_operand_hash.
23143 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23145 * hash-map-traits.h: Include hash-traits.h.
23146 (simple_hashmap_traits): New class.
23147 * mem-stats.h (hash_map): Change the default traits to
23148 simple_hashmap_traits<default_hash_traits<Key> >.
23150 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23152 * hash-table.h: Update comments.
23154 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23156 * hash-traits.h (default_hash_traits): New structure.
23157 * hash-set.h (default_hashset_traits): Delete.
23158 (hash_set): Use default_hash_traits<Key> instead of
23159 default_hashset_traits. Delete hash_entry type and use Key directly.
23160 * ipa-devirt.c (pair_traits): Delete.
23161 (default_hash_traits <type_pair>): Override.
23162 (odr_subtypes_equivalent_p): Remove pair_types template parameter.
23163 (odr_types_equivalent_p, add_type_duplicate): Likewise.
23165 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23167 * hash-traits.h (typed_noop_remove): Don't require a pointer type.
23169 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23171 * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
23172 (has_is_empty, is_empty_helper): Delete.
23173 (has_mark_deleted, mark_deleted_helper): Delete.
23174 (has_mark_empty, mark_empty_helper): Delete.
23175 (hash_table::is_deleted): Call the Descriptor unconditionally.
23176 (hash_table::is_empty): Likewise.
23177 (hash_table::mark_deleted): Likewise.
23178 (hash_table::mark_empty): Likewise.
23180 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23182 * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove
23183 redundant typedefs and members.
23184 * coverage.c (counts_entry): Inherit from pointer_hash. Remove
23185 redundant typedefs.
23186 * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
23187 * ipa-devirt.c (odr_name_hasher): Likewise.
23188 (polymorphic_call_target_hasher): Likewise.
23189 * ira-costs.c (cost_classes_hasher): Likewise.
23190 * statistics.c (stats_counter_hasher): Likewise.
23191 * trans-mem.c (log_entry_hasher): Likewise.
23192 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
23193 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
23194 * tree-ssa-tail-merge.c (same_succ_def): Likewise.
23195 * var-tracking.c (variable_hasher): Likewise.
23196 * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
23197 Remove redundant typedefs and members.
23199 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23201 * hash-traits.h (ggc_cache_hasher): Rename to...
23202 (ggc_cache_remove): ...this and remove typedefs.
23203 (ggc_cache_ptr_hash): New class.
23204 * hash-table.h: Update commentary.
23205 * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
23206 rather than ggc_cache_hasher.
23207 (const_wide_int_hasher, reg_attr_hasher): Likewise.
23208 (const_double_hasher, const_fixed_hasher): Likewise.
23209 * function.c (insn_cache_hasher): Likewise.
23210 * trans-mem.c (tm_wrapper_hasher): Likewise.
23211 * tree.h (tree_decl_map_cache_hasher): Likewise.
23212 * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
23213 (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
23214 * ubsan.c (tree_type_map_cache_hasher): Likewise.
23215 * varasm.c (tm_clone_hasher): Likewise.
23216 * config/i386/i386.c (dllimport_hasher): Likewise.
23217 * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
23218 (tree_hasher): Likewise.
23220 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23222 * hash-traits.h (ggc_hasher): Rename to...
23223 (ggc_remover): ...this and remove typedefs.
23224 (ggc_cache_hasher): Update accordingly. Add typedefs.
23225 (ggc_ptr_hash): New class.
23226 * hash-table.h: Update comment.
23227 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
23229 * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
23230 (tree_descriptor_hasher): Likewise.
23231 * cgraph.c (function_version_hasher): Likewise.
23232 * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
23233 (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
23234 (dw_loc_list_hasher, addr_hasher): Likewise.
23235 * function.h (used_type_hasher): Likewise.
23236 * function.c (temp_address_hasher): Likewise.
23237 * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
23238 * libfuncs.h (libfunc_hasher): Likewise.
23239 * lto-streamer.h (decl_state_hasher): Likewise.
23240 * optabs.c (libfunc_decl_hasher): Likewise.
23241 * tree-scalar-evolution.c (scev_info_hasher): Likewise.
23242 * varasm.c (section_hasher, object_block_hasher): Likewise.
23243 (const_rtx_desc_hasher): Likewise.
23244 * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
23245 * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
23247 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23249 * hash-traits.h (free_ptr_hash): New class.
23250 * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
23251 rather than typed_free_remove. Remove redudant typedefs.
23252 (external_ref_hasher): Likewise.
23253 * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
23254 (ehspec_hasher): Likewise.
23255 * ggc-common.c (saving_hasher): Likewise.
23256 * gimplify.c (gimplify_hasher): Likewise.
23257 * haifa-sched.c (delay_i2_hasher): Likewise.
23258 * loop-invariant.c (invariant_expr_hasher): Likewise.
23259 * loop-iv.c (biv_entry_hasher): Likewise.
23260 * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
23261 * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
23262 * tree-cfg.c (locus_discrim_hasher): Likewise.
23263 * tree-eh.c (finally_tree_hasher): Likewise.
23264 * tree-into-ssa.c (var_info_hasher): Likewise.
23265 * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
23266 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
23267 * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
23268 * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
23269 * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
23270 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
23271 (shared_bitmap_hasher): Likewise.
23272 * tree-ssa-threadupdate.c (redirection_data): Likewise.
23273 * tree-vectorizer.h (peel_info_hasher): Likewise.
23274 * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
23275 * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
23277 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23279 * hash-table.h: Update comments.
23280 * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
23281 (nofree_ptr_hash): New class.
23282 * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
23283 than typed_noop_remove. Remove redudant typedefs.
23284 * attribs.c (attribute_hasher): Likewise.
23285 * cfg.c (bb_copy_hasher): Likewise.
23286 * cselib.c (cselib_hasher): Likewise.
23287 * dse.c (invariant_group_base_hasher): Likewise.
23288 * dwarf2cfi.c (trace_info_hasher): Likewise.
23289 * dwarf2out.c (macinfo_entry_hasher): Likewise.
23290 (comdat_type_hasher, loc_list_hasher): Likewise.
23291 * gcse.c (pre_ldst_expr_hasher): Likewise.
23292 * genmatch.c (id_base): Likewise.
23293 * genrecog.c (test_pattern_hasher): Likewise.
23294 * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
23295 * haifa-sched.c (delay_i1_hasher): Likewise.
23296 * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
23297 * ipa-icf.h (congruence_class_group_hash): Likewise.
23298 * ipa-profile.c (histogram_hash): Likewise.
23299 * ira-color.c (allocno_hard_regs_hasher): Likewise.
23300 * lto-streamer.h (string_slot_hasher): Likewise.
23301 * lto-streamer.c (tree_entry_hasher): Likewise.
23302 * plugin.c (event_hasher): Likewise.
23303 * postreload-gcse.c (expr_hasher): Likewise.
23304 * store-motion.c (st_expr_hasher): Likewise.
23305 * tree-sra.c (uid_decl_hasher): Likewise.
23306 * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
23307 (ssa_name_var_hash): Likewise.
23308 * tree-ssa-live.c (tree_int_map_hasher): Likewise.
23309 * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
23310 * tree-ssa-pre.c (pre_expr_d): Likewise.
23311 * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
23312 * vtable-verify.h (registration_hasher): Likewise.
23313 * vtable-verify.c (vtbl_map_hasher): Likewise.
23314 * config/arm/arm.c (libcall_hasher): Likewise.
23315 * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
23316 * config/ia64/ia64.c (bundle_state_hasher): Likewise.
23317 * config/sol2.c (comdat_entry_hasher): Likewise.
23318 * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
23319 (print_fold_checksum, fold_checksum_tree): Likewise.
23320 (debug_fold_checksum, fold_build1_stat_loc): Likewise.
23321 (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
23322 (fold_build_call_array_loc): Likewise.
23323 * tree-ssa-ccp.c (gimple_htab): Likewise.
23324 * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
23325 rather than pointer_type.
23327 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23329 * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
23330 (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
23332 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23334 * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
23335 (ggc_hasher::ggc_mx): Likewise.
23336 (ggc_cache_hasher): Inherit from ggc_hasher. Remove definitions
23337 that duplicate ggc_hasher ones.
23339 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23341 * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
23342 (gt_cleare_cache): Check here for deleted and empty entries.
23343 Replace handle_cache_entry with a call to keep_cache_entry.
23344 * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
23345 (ggc_cache_hasher::keep_cache_entry): New function.
23346 * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
23347 (tm_wrapper_hasher::keep_cache_entry): New function.
23348 * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
23349 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
23350 * tree.c (type_cache_hasher::handle_cache_entry): Delete.
23351 (type_cache_hasher::keep_cache_entry): New function.
23352 (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
23353 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
23354 * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
23355 (tree_type_map_cache_hasher::keep_cache_entry): New function.
23356 * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
23357 (tm_clone_hasher::keep_cache_entry): New function.
23358 * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
23359 (dllimport_hasher::keep_cache_entry): New function.
23361 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23363 * hash-table.h: Include hash-traits.h.
23364 (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
23365 (ggc_cache_hasher): Move to...
23366 * hash-traits.h: ...this new file.
23368 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
23370 * tree-core.h (struct tree_optimization_option): Make opts a pointer to
23371 struct cl_optimization.
23372 * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
23373 * tree.c (make_node_stat): Allocate cl_optimization struct.
23374 (copy_node_stat): Allocate and copy cl_optimization struct.
23376 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
23378 * function.h (struct incoming_args): Move struct.
23379 (pass_by_reference, reference_callee_copied): Remove prototypes.
23380 * emit-rtl.h (struct incoming_args): Relocate struct here.
23381 * calls.h (pass_by_reference, reference_callee_copied): Relocate
23383 * function.c (pass_by_reference, reference_callee_copied): Move.
23384 * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
23385 * cfgloop.h: Don't include tm.h or hard-reg-set.h.
23386 * ipa-chkp.c: Include calls.h.
23388 2015-06-25 Andrew Macleod <amacleod@redhat.com>
23390 * alias.h (alias_set_type): Move typedef.
23391 * coretypes.h (alias_set_type): Relocate typedef here.
23392 * rtl.h: Don't include alias.h.
23394 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
23396 * cgraph.h (cgraph_rtl_info): Move to rtl.h
23397 (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
23399 * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
23400 * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
23402 * calls.c: Include hard-reg-set.h before rtl.h.
23405 2015-06-25 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
23406 Vladimir Makarov <vmakarov@redhat.com>
23408 * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
23411 2015-06-25 Richard Biener <rguenther@suse.de>
23413 * fold-const.c (fold_binary_loc): Move simplification of
23414 (X <<>> C1) & C2 ...
23415 * match.pd: ... here.
23417 2015-06-25 Eric Botcazou <ebotcazou@adacore.com>
23419 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
23421 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23423 * match.pd: Add patterns for vec_conds between 1 and 0.
23425 2015-06-25 Richard Biener <rguenther@suse.de>
23427 * tree-vect-stmts.c (vectorizable_conversion): Do not set
23428 STMT_VINFO_VEC_STMT for SLP.
23429 (vectorizable_store): Likewise.
23430 (vectorizable_load): Likewise.
23431 (vect_transform_stmt): Catch SLP vectorization clobbering
23432 STMT_VINFO_VEC_STMT.
23434 2015-06-25 Richard Biener <rguenther@suse.de>
23436 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
23438 (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
23439 cleanup resulting dead code and parameters.
23440 (vect_transform_slp_perm_load): Adjust.
23442 2015-06-25 Nick Clifton <nickc@redhat.com>
23444 * config/bfin/bfin.c (bfin_expand_prologue): Set
23445 current_function_static_stack_size if flag_stack_usage_info is set.
23446 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
23447 * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
23448 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
23449 * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
23451 2015-06-25 Tom de Vries <tom@codesourcery.com>
23453 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
23454 comment that the generated IV is unsigned.
23456 2015-06-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23459 * config/arm/arm.c (arm_dbx_register_number): Return
23460 DWARF_FRAME_REGISTERS by default.
23462 2015-06-25 Tom de Vries <tom@codesourcery.com>
23464 * dominance.c (calculate_dominance_info): Fix verify_dominators call
23465 argument. Call verify_dominator when reusing dominator info.
23467 2015-06-24 Kaz Kojima <kkojima@gcc.gnu.org>
23470 * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
23471 an additional element of the unspec vector. Modify indices
23473 (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
23474 * config/sh/sh.c (prepare_move_operands): Pass incremented
23475 const_int to gen_GOTaddr2picreg.
23476 (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
23478 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
23480 * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
23481 Condition on TARGET_FLOAT.
23483 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
23485 * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
23488 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
23490 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
23492 * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
23493 aarch64_err_no_fpadvsimd.
23495 * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
23496 (aarch64_layout_arg, aarch64_init_cumulative_args): Use
23497 aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
23498 (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
23499 Turn error into assert, test TARGET_FLOAT.
23500 (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
23503 2015-06-24 Aldy Hernandez <aldyh@redhat.com>
23506 * dwarf2out.c (gen_formal_parameter_die): Remove assert.
23508 2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
23510 * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
23512 2015-06-24 Renlin Li <renlin.li@arm.com>
23514 * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
23515 __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
23517 2015-06-24 Richard Biener <rguenther@suse.de>
23519 * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
23521 (lower_opt_convert): Support lowering of conditional view_convert.
23522 (parser::parse_operation): Likewise.
23523 (parser::parse_for): Likewise.
23525 2015-06-24 Renlin Li <renlin.li@arm.com>
23527 * varasm.c (emit_local): Use unsigned int for align variable.
23529 2015-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23532 * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
23533 for negative numbers.
23535 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23537 PR rtl-optimization/66306
23538 * reload.c (find_reloads): Swap the match_dup info for
23539 commutative operands.
23541 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23543 * config/s390/vx-builtins.md
23544 ("vec_scatter_element<mode>_<non_vec_int>")
23545 ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
23546 attribute with bhfgq.
23548 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23550 * config/s390/s390-builtins.def: Fix vpopct instruction comments.
23552 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23554 * config/s390/s390-builtin-types.def: Add flag to indicate the
23555 options under which the function type is needed.
23556 * config/s390/s390-builtins.def: Add flag to indicate the options
23557 under which the builtin is enabled.
23558 * config/s390/s390-builtins.h: Add flags parameter to macro
23560 (bflags_for_builtin): New function.
23561 (flags_for_builtin): Renamed to ...
23562 (opflags_for_builtin): ... this.
23563 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
23564 flags_for_builtin to bflags_for_builtin and
23565 flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
23566 * config/s390/s390.c: Add initialization of bflags_builtin and
23567 opflags_builtin arrays.
23568 Remove code for flags_builtin.
23569 (s390_init_builtins): Only create builtin function types if one of
23570 their flags is active.
23571 Only create builtins if all of their flags are active.
23572 (s390_expand_builtin): Rename flags_for_builtin to
23573 opflags_for_builtin.
23575 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23577 * config/s390/vecintrin.h: Remove internal builtins.
23579 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23581 * config/s390/s390.c (s390_secondary_reload): Fix check for
23582 GENERAL_REGS register class.
23584 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23586 * config/s390/s390.c (s390_support_vector_misalignment): Call
23587 default implementation for !TARGET_VX.
23589 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23591 * config/s390/s390.c (s390_legitimate_constant_p): Add
23594 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
23596 * config/s390/s390.c (s390_vector_abi): New variable definition.
23597 (s390_check_type_for_vector_abi): New function.
23598 (TARGET_ASM_FILE_END): New macro definition.
23599 (s390_asm_file_end): New function.
23600 (s390_function_arg): Call s390_check_type_for_vector_abi.
23601 (s390_gimplify_va_arg): Likewise.
23602 * configure: Regenerate.
23603 * configure.ac: Check for .gnu_attribute Binutils feature.
23605 2015-06-23 Chen Gang <gang.chen.5i5j@gmail.com>
23608 * config/bfin/bfin.c (hwloop_optimize): Initialize
23609 JUMP_LABEL for newly created jump.
23611 2015-06-23 Tristan Gingold <gingold@adacore.com>
23613 * collect-utils.c (collect_wait): Unlink the response file here
23615 (do_wait): ...here.
23616 (utils_cleanup): ...and here.
23618 2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
23620 * df-scan.c: Don't include target-def.h.
23621 * targhooks.c: Likewise.
23622 * config/arm/arm-c.c: Likewise.
23623 * config/i386/i386-c.c: Likewise.
23624 * config/nds32/nds32-cost.c: Likewise.
23625 * config/nds32/nds32-fp-as-gp.c: Likewise.
23626 * config/nds32/nds32-intrinsic.c: Likewise.
23627 * config/nds32/nds32-isr.c: Likewise.
23628 * config/nds32/nds32-md-auxiliary.c: Likewise.
23629 * config/nds32/nds32-memory-manipulation.c: Likewise.
23630 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
23631 * config/nds32/nds32-predicates.c: Likewise.
23633 2015-06-23 Richard Biener <rguenther@suse.de>
23635 PR tree-optimization/66636
23636 * tree-vect-stmts.c (vectorizable_store): Properly compute the
23637 def type for further defs for strided stores.
23639 2015-06-23 Nathan Sidwell <nathan@codesourcery.com>
23641 * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
23642 conditional selects.
23643 (setcc_int<mode>, setcc_float<mode>): Reformat.
23645 2015-06-23 Marek Polacek <polacek@redhat.com>
23647 * match.pd ((x + y) - (x | y) -> x & y,
23648 (x + y) - (x & y) -> x | y): New patterns.
23650 2015-06-23 Ludovic Courtès <ludo@gnu.org>
23653 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
23654 '-dynamic-linker' within %{!shared: ...}.
23656 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
23659 * config/i386/predicates.md (addsub_vm_operator): New predicate.
23660 (addsub_vs_operator): Ditto.
23661 (addsub_vs_parallel): Ditto.
23662 * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
23663 (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
23664 Put minus RTX before plus and adjust vec_merge selector.
23665 (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
23666 (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
23667 (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
23668 (addsub vec_merge splitters): New combiner splitters.
23669 (addsub vec_select/vec_concat splitters): Ditto.
23671 2015-06-23 Bin Cheng <bin.cheng@arm.com>
23673 PR tree-optimization/66449
23674 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
23675 POINTER_PLUS_EXPR for pointers.
23677 2015-06-23 Alan Modra <amodra@gmail.com>
23679 * rtlanal.c (commutative_operand_precedence): Correct comments.
23680 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
23681 declaration. Return an int. Distinguish REG,REG return from
23683 (struct simplify_plus_minus_op_data): Make local to function.
23684 (simplify_plus_minus): Don't set canonicalized if merely sorting
23685 registers. Avoid packing ops if nothing changes. White space fixes.
23687 2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
23689 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
23690 -fdump-ada-spec is passed but not if -fsyntax-only is.
23692 2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
23695 * lra-lives.c (process_bb_lives): Check insn copying the same
23696 reload pseudo and don't create a copy for it.
23698 2015-06-22 Tom de Vries <tom@codesourcery.com>
23700 * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
23703 2015-06-22 Tom de Vries <tom@codesourcery.com>
23705 * builtins.def (DEF_GOMP_BUILTIN): Test
23706 'flag_tree_parallelize_loops > 1' instead of
23707 'flag_tree_parallelize_loops'. Test flag_cilkplus.
23709 2015-06-22 Tom de Vries <tom@codesourcery.com>
23711 * dominance.c (calculate_dominance_info): Verify dominators if
23714 2015-06-22 Marek Polacek <polacek@redhat.com>
23716 * match.pd ((x ^ y) ^ (x | y) -> x & y,
23717 (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
23718 (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
23719 (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
23721 2015-06-22 Uros Bizjak <ubizjak@gmail.com>
23724 * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
23725 cost of embedded comparison.
23727 2015-06-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
23730 * config/rs6000/predicates.md (altivec_register_operand): Permit
23731 virtual stack registers.
23732 (vsx_register_operand): Likewise.
23733 (vfloat_operand): Likewise.
23734 (vint_operand): Likewise.
23735 (vlogical_operand): Likewise.
23737 2015-06-22 Richard Biener <rguenther@suse.de>
23739 * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
23740 and single_scalar_iteration_cost members.
23741 (LOOP_VINFO_SCALAR_ITERATION_COST): New.
23742 (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
23743 (vect_get_single_scalar_iteration_cost): Remove.
23744 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
23745 Use LOOP_VINFO_SCALAR_ITERATION_COST.
23746 * tree-vect-loop.c (destroy_loop_vec_info): Free
23748 (vect_get_single_scalar_iteration_cost): Compute result into
23749 LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
23750 LOOP_VINFO_SCALAR_ITERATION_COST. Make static.
23751 (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
23752 (vect_estimate_min_profitable_iters): Use them.
23754 2015-06-22 Christian Bruel <christian.bruel@st.com>
23757 * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
23758 (TARGET_INSERT_ATTRIBUTES): Define.
23759 (thumb_flipper): New var.
23760 * config/arm/arm.opt (-mflip-thumb): New switch.
23762 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
23763 Martin Liska <mliska@suse.cz>
23766 * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
23767 construction of arg_types.
23768 (sem_function::sem_function): Likewise.
23769 (sem_function::~sem_function): Remove destruction of arg_types.
23770 (sem_function::compatible_parm_types_p): New function.
23771 (sem_function::equals_wpa): Reorg matching of return values
23772 and parameter types.
23773 (sem_function::equals_private): Reorg mathcing of argument types.
23774 (sem_function::parse_tree_args): Remove.
23775 * ipa-icf.h (init_wpa): Do not call it.
23776 (parse_tree_args): Remove.
23777 (compatible_parm_types_p): Declare.
23778 (result_type): Remove.
23779 (arg_types): Remove.
23781 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
23784 * ipa-polymorphic-call.c
23785 (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
23786 initializing alias oracle; fix formating; set base_alias_set if it
23789 2015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
23791 * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
23792 (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
23793 (find_inc): Likewise.
23794 * combine.c (combine_simplify_rtx): Use std::swap instead of manually
23796 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
23797 * df-scan.c (df_swap_refs): Remove.
23798 (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
23799 * dominance.c (link_roots): Use std::swap instead of manually swapping.
23800 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
23801 * fold-const.c (fold_relational_const): Likewise.
23802 * genattrtab.c (simplify_test_exp): Likewise.
23803 * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
23804 gimple_simplify): Likewise.
23805 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
23806 * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
23807 * ipa-devirt.c (add_type_duplicate): Likewise.
23808 * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
23809 * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
23810 * lra.c (lra_create_copy): Likewise.
23811 * lto-streamer-out.c (DFS::DFS): Likewise.
23812 * modulo-sched.c (get_sched_window): Likewise.
23813 * omega.c (omega_pretty_print_problem): Likewise.
23814 * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
23815 * reload1.c (reloads_unique_chain_p): Likewise.
23816 * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
23817 (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
23819 * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
23821 * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
23822 predicate_mem_writes): Likewise.
23823 * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
23824 * tree-predcom.c (combine_chains): Likewise.
23825 * tree-ssa-alias.c (nonoverlapping_component_refs_p,
23826 refs_may_alias_p_1): Likewise.
23827 * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
23828 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
23829 * tree-ssa-loop-niter.c (refine_bounds_using_guard,
23830 number_of_iterations_cond): Likewise.
23831 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
23832 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
23833 * tree-vect-slp.c (vect_build_slp_tree): Likewise.
23834 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
23835 * tree-vrp.c (extract_range_from_binary_expr_1,
23836 extract_range_from_unary_expr_1): Likewise.
23838 2015-06-20 Marek Polacek <polacek@redhat.com>
23840 * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
23842 2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
23845 * config/sh/sh.c (prepare_move_operands): Replace subreg
23846 index term with R0 for base and index addressing.
23848 2015-06-19 Jim Wilson <jim.wilson@linaro.org>
23850 * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
23852 (movsf_aarch64): Change condition from register_operand to
23853 aarch64_reg_or_fp_zero for op1. Change type for alternative 6 to
23854 load1. Change type for alternative 7 to store1.
23855 (movdf_aarch64): Likewise.
23857 2015-06-19 James Greenhalgh <james.greenhalgh@arm.com>
23859 * config/vax/vax.md: Adjust sign/zero extend patterns to
23860 handle SUBREGs in operands[1].
23862 2015-06-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23864 * config/i386/i386.c (ix86_function_versions): Use std::swap instead
23865 of manually swapping.
23866 (expand_vec_perm_interleave2): Likewise.
23868 2015-06-19 Ilya Enkovich <enkovich.gnu@gmail.com>
23870 * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
23871 reuse bounds created for abnormal ssa names.
23873 2015-06-19 Jakub Jelinek <jakub@redhat.com>
23875 * config/nvptx/nvptx.md (allocate_stack): Rename to...
23876 (allocate_stack_<mode>): ... this, and add :P on both
23877 match_operand and unspec.
23878 (allocate_stack): New expander.
23880 2015-06-19 Christian Bruel <christian.bruel@st.com>
23884 * config/arm/arm.c (arm_set_current_function): Handle
23885 explicit default options.
23887 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
23889 * config/i386/i386.md (*movsicc_noc_zext): New insn.
23890 (zero-extended cmove with mem peephole2): New pattern.
23891 (cmove with mem peephole2): Merge patterns.
23893 2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
23895 * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
23897 2015-06-18 Steve Ellcey <sellcey@imgtec.com>
23899 * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
23900 * config/mips/mips.md (*madd4<mode>): Ditto.
23901 (*nmadd3<mode>) Ditto.
23902 (*nmadd4<mode>_fastmath): Ditto.
23903 (*nmadd3<mode>_fastmath): Ditto.
23904 (*nmsub4<mode>): Ditto.
23905 (*nmsub3<mode>): Ditto.
23906 (*nmsub4<mode>_fastmath): Ditto.
23907 (*nmsub3<mode>_fastmath): Ditto.
23909 2015-06-18 Michael Matz <matz@suse.de>
23911 PR middle-end/66253
23912 * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
23913 grouped strided stores.
23914 (vectorizable_load): Don't use the DR from first_stmt in
23915 the non-SLP grouped strided case.
23917 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
23920 * function.c (assign_bounds): Add arguments assign_regs,
23921 assign_special, assign_bt.
23922 (assign_parms): For vararg functions handle bounds in BT
23923 and special slots after incoming vararg bounds.
23925 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
23927 PR middle-end/66568
23928 * cfgexpand.c (expand_return): Handle missing bounds.
23929 (expand_gimple_stmt_1): Likewise.
23930 * tree-chkp.c (chkp_expand_zero_bounds): New.
23931 * tree-chkp.h (chkp_expand_zero_bounds): New.
23933 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
23935 PR middle-end/66567
23936 * ipa-chkp.c (chkp_maybe_create_clone): Require
23937 functions to be instrumentable.
23938 * tree-chkp.c (chkp_replace_function_pointer): Use
23939 chkp_instrumentable_p instead of attribute check.
23941 2015-06-18 Richard Biener <rguenther@suse.de>
23943 PR tree-optimization/66510
23944 * tree-vect-stmts.c (vectorizable_load): Properly compute the
23945 number of vector loads for SLP permuted loads.
23946 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
23947 check the stride for loop vectorization.
23948 (vect_enhance_data_refs_alignment): Deal with SLP adjusted
23949 vectorization factor.
23950 (vect_analyze_group_access): If the group size is not a power
23951 of two require a epilogue loop.
23952 * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
23953 compute and optimizing and alias test pruning after final
23954 vectorization factor computation.
23955 * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
23957 (vect_transform_slp_perm_load): Properly compute the original
23958 number of vector load stmts.
23960 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
23962 * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
23963 "unlikely character , in @var" warning.
23965 2015-06-17 Uros Bizjak <ubizjak@gmail.com>
23967 * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
23968 (ix86_function_arg_advance): Ditto.
23969 (ix86_pass_by_reference): Ditto. Rewrite MS_ABI part.
23971 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
23973 * function.h (struct rtl_data): Remove struct and accessor macros.
23974 * emit-rtl.h (struct rtl_data): Relocate to here.
23975 * Makefile.in (GTFILES): Add emit-rtl.h.
23976 * df-core.c: Include emit-rtl.h.
23977 * genattrtab.c: Likewise.
23978 * genconditions.c: Likewise.
23979 * genpreds.c: Likewise.
23980 * genrecog.c: Likewise.
23981 * regcprop.c: Likewise.
23982 * resource.c: Likewise.
23983 * sched-rgn.c: Likewise.
23984 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
23985 * config/i386/winnt.c: Likewise.
23987 2015-06-17 Jakub Jelinek <jakub@redhat.com>
23989 PR middle-end/66429
23990 * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
23991 instead of DECL_STRUCT_FUNCTION (child_fn). Or in has_simduid_loops
23992 and has_force_vectorize_loops flags from cfun into
23994 (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
23995 if simduid is non-NULL.
23996 * tree-pass.h (make_pass_simduid_cleanup): New prototype.
23997 * passes.def (pass_simduid_cleanup): Add new pass after loop
23999 * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
24000 indirection from htab argument's type.
24001 (shrink_simd_arrays): New function.
24002 (vectorize_loops): Use it. Adjust adjust_simduid_builtins caller.
24003 Don't call adjust_simduid_builtins if there are no loops.
24004 (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
24005 (pass_simduid_cleanup::execute): New method.
24006 (make_pass_simduid_cleanup): New function.
24008 2017-06-17 Andrew MacLeod <amacleod@redhat.com>
24010 * tree-core.h (tree_target_option): Make opts field a pointer to a
24011 cl_target_option instead of an instance of the struct.
24012 * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
24014 * tree.c (make_node_stat ): Allocate a cl_target_option struct for
24015 TARGET_OPTION_NODE.
24016 (copy_node_stat): Allocate and copy struct cl_target_option.
24018 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
24020 * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
24021 Remove conditional exposure of prototypes.
24022 (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
24023 * tree.c (anon_aggrname_format, anon_aggrname_p): New. Replace macro
24024 definitions in tree.h with functions.
24025 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
24027 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
24029 2015-06-17 Segher Boessenkool <segher@kernel.crashing.org>
24031 * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
24032 (*cmp<mode>_signed): ... this.
24033 (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
24034 (*cmp<mode>_unsigned): ... this. Remove %b.
24036 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
24038 * coretypes.h: Include input.h and as-a.h.
24039 * rtl.h: Include input.h and as-a.h for generator files.
24040 * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
24041 * vec.c: Don't include diagnostic-core.h.
24042 * alias.c: Do not include input.h, line-map.h or is-a.h.
24043 * asan.c: Likewise.
24044 * attribs.c: Likewise.
24045 * auto-inc-dec.c: Likewise.
24046 * auto-profile.c: Likewise.
24047 * bb-reorder.c: Likewise.
24048 * bt-load.c: Likewise.
24049 * builtins.c: Likewise.
24050 * caller-save.c: Likewise.
24051 * calls.c: Likewise.
24052 * ccmp.c: Likewise.
24054 * cfganal.c: Likewise.
24055 * cfgbuild.c: Likewise.
24056 * cfgcleanup.c: Likewise.
24057 * cfgexpand.c: Likewise.
24058 * cfghooks.c: Likewise.
24059 * cfgloop.c: Likewise.
24060 * cfgloop.h: Likewise.
24061 * cfgloopanal.c: Likewise.
24062 * cfgloopmanip.c: Likewise.
24063 * cfgrtl.c: Likewise.
24064 * cgraph.c: Likewise.
24065 * cgraphbuild.c: Likewise.
24066 * cgraphclones.c: Likewise.
24067 * cgraphunit.c: Likewise.
24068 * cilk-common.c: Likewise.
24069 * combine-stack-adj.c: Likewise.
24070 * combine.c: Likewise.
24071 * compare-elim.c: Likewise.
24072 * convert.c: Likewise.
24073 * coverage.c: Likewise.
24074 * cppbuiltin.c: Likewise.
24075 * cprop.c: Likewise.
24077 * cselib.c: Likewise.
24078 * data-streamer-in.c: Likewise.
24079 * data-streamer-out.c: Likewise.
24080 * data-streamer.c: Likewise.
24081 * dbxout.c: Likewise.
24084 * debug.c: Likewise.
24085 * df-core.c: Likewise.
24086 * df-problems.c: Likewise.
24087 * df-scan.c: Likewise.
24090 * diagnostic-core.h: Likewise.
24091 * diagnostic.c: Likewise.
24092 * dojump.c: Likewise.
24093 * dominance.c: Likewise.
24094 * domwalk.c: Likewise.
24095 * double-int.c: Likewise.
24097 * dumpfile.c: Likewise.
24098 * dumpfile.h: Likewise.
24099 * dwarf2asm.c: Likewise.
24100 * dwarf2cfi.c: Likewise.
24101 * dwarf2out.c: Likewise.
24102 * emit-rtl.c: Likewise.
24103 * et-forest.c: Likewise.
24104 * except.c: Likewise.
24105 * explow.c: Likewise.
24106 * expmed.c: Likewise.
24107 * expr.c: Likewise.
24108 * final.c: Likewise.
24109 * fixed-value.c: Likewise.
24110 * fold-const.c: Likewise.
24111 * function.c: Likewise.
24112 * fwprop.c: Likewise.
24113 * gcc-plugin.h: Likewise.
24114 * gcse.c: Likewise.
24115 * generic-match-head.c: Likewise.
24116 * ggc-page.c: Likewise.
24117 * gimple-builder.c: Likewise.
24118 * gimple-expr.c: Likewise.
24119 * gimple-fold.c: Likewise.
24120 * gimple-iterator.c: Likewise.
24121 * gimple-low.c: Likewise.
24122 * gimple-match-head.c: Likewise.
24123 * gimple-pretty-print.c: Likewise.
24124 * gimple-ssa-isolate-paths.c: Likewise.
24125 * gimple-ssa-strength-reduction.c: Likewise.
24126 * gimple-streamer-in.c: Likewise.
24127 * gimple-streamer-out.c: Likewise.
24128 * gimple-streamer.h: Likewise.
24129 * gimple-walk.c: Likewise.
24130 * gimple.c: Likewise.
24131 * gimplify-me.c: Likewise.
24132 * gimplify.c: Likewise.
24133 * godump.c: Likewise.
24134 * graph.c: Likewise.
24135 * graphite-blocking.c: Likewise.
24136 * graphite-dependences.c: Likewise.
24137 * graphite-interchange.c: Likewise.
24138 * graphite-isl-ast-to-gimple.c: Likewise.
24139 * graphite-optimize-isl.c: Likewise.
24140 * graphite-poly.c: Likewise.
24141 * graphite-scop-detection.c: Likewise.
24142 * graphite-sese-to-poly.c: Likewise.
24143 * graphite.c: Likewise.
24144 * haifa-sched.c: Likewise.
24145 * hw-doloop.c: Likewise.
24146 * ifcvt.c: Likewise.
24147 * init-regs.c: Likewise.
24148 * input.c: Likewise.
24149 * internal-fn.c: Likewise.
24150 * ipa-chkp.c: Likewise.
24151 * ipa-comdats.c: Likewise.
24152 * ipa-cp.c: Likewise.
24153 * ipa-devirt.c: Likewise.
24154 * ipa-icf-gimple.c: Likewise.
24155 * ipa-icf.c: Likewise.
24156 * ipa-inline-analysis.c: Likewise.
24157 * ipa-inline-transform.c: Likewise.
24158 * ipa-inline.c: Likewise.
24159 * ipa-polymorphic-call.c: Likewise.
24160 * ipa-profile.c: Likewise.
24161 * ipa-prop.c: Likewise.
24162 * ipa-pure-const.c: Likewise.
24163 * ipa-ref.c: Likewise.
24164 * ipa-reference.c: Likewise.
24165 * ipa-split.c: Likewise.
24166 * ipa-utils.c: Likewise.
24167 * ipa-visibility.c: Likewise.
24169 * ira-build.c: Likewise.
24170 * ira-color.c: Likewise.
24171 * ira-conflicts.c: Likewise.
24172 * ira-costs.c: Likewise.
24173 * ira-emit.c: Likewise.
24174 * ira-lives.c: Likewise.
24176 * jump.c: Likewise.
24177 * langhooks.c: Likewise.
24179 * loop-doloop.c: Likewise.
24180 * loop-init.c: Likewise.
24181 * loop-invariant.c: Likewise.
24182 * loop-iv.c: Likewise.
24183 * loop-unroll.c: Likewise.
24184 * lower-subreg.c: Likewise.
24185 * lra-assigns.c: Likewise.
24186 * lra-coalesce.c: Likewise.
24187 * lra-constraints.c: Likewise.
24188 * lra-eliminations.c: Likewise.
24189 * lra-lives.c: Likewise.
24190 * lra-remat.c: Likewise.
24191 * lra-spills.c: Likewise.
24193 * lto-cgraph.c: Likewise.
24194 * lto-compress.c: Likewise.
24195 * lto-opts.c: Likewise.
24196 * lto-section-in.c: Likewise.
24197 * lto-section-out.c: Likewise.
24198 * lto-streamer-in.c: Likewise.
24199 * lto-streamer-out.c: Likewise.
24200 * lto-streamer.c: Likewise.
24202 * mode-switching.c: Likewise.
24203 * modulo-sched.c: Likewise.
24204 * omega.c: Likewise.
24205 * omp-low.c: Likewise.
24206 * optabs.c: Likewise.
24207 * opts-global.c: Likewise.
24208 * opts.h: Likewise.
24209 * passes.c: Likewise.
24210 * plugin.c: Likewise.
24211 * postreload-gcse.c: Likewise.
24212 * postreload.c: Likewise.
24213 * predict.c: Likewise.
24214 * pretty-print.h: Likewise.
24215 * print-rtl.c: Likewise.
24216 * print-tree.c: Likewise.
24217 * profile.c: Likewise.
24218 * real.c: Likewise.
24219 * realmpfr.c: Likewise.
24220 * recog.c: Likewise.
24222 * reg-stack.c: Likewise.
24223 * regcprop.c: Likewise.
24224 * reginfo.c: Likewise.
24225 * regrename.c: Likewise.
24226 * regstat.c: Likewise.
24227 * reload.c: Likewise.
24228 * reload1.c: Likewise.
24229 * reorg.c: Likewise.
24230 * resource.c: Likewise.
24231 * rtl-chkp.c: Likewise.
24232 * rtl-error.c: Likewise.
24233 * rtlanal.c: Likewise.
24234 * rtlhooks.c: Likewise.
24235 * sanopt.c: Likewise.
24236 * sched-deps.c: Likewise.
24237 * sched-ebb.c: Likewise.
24238 * sched-rgn.c: Likewise.
24239 * sched-vis.c: Likewise.
24240 * sdbout.c: Likewise.
24241 * sel-sched-dump.c: Likewise.
24242 * sel-sched-ir.c: Likewise.
24243 * sel-sched.c: Likewise.
24244 * sese.c: Likewise.
24245 * shrink-wrap.c: Likewise.
24246 * simplify-rtx.c: Likewise.
24247 * stack-ptr-mod.c: Likewise.
24248 * statistics.c: Likewise.
24249 * stmt.c: Likewise.
24250 * stor-layout.c: Likewise.
24251 * store-motion.c: Likewise.
24252 * streamer-hooks.c: Likewise.
24253 * stringpool.c: Likewise.
24254 * symtab.c: Likewise.
24255 * target-globals.c: Likewise.
24256 * targhooks.c: Likewise.
24257 * toplev.c: Likewise.
24258 * tracer.c: Likewise.
24259 * trans-mem.c: Likewise.
24260 * tree-affine.c: Likewise.
24261 * tree-browser.c: Likewise.
24262 * tree-call-cdce.c: Likewise.
24263 * tree-cfg.c: Likewise.
24264 * tree-cfgcleanup.c: Likewise.
24265 * tree-chkp-opt.c: Likewise.
24266 * tree-chkp.c: Likewise.
24267 * tree-chrec.c: Likewise.
24268 * tree-complex.c: Likewise.
24269 * tree-data-ref.c: Likewise.
24270 * tree-dfa.c: Likewise.
24271 * tree-diagnostic.c: Likewise.
24272 * tree-dump.c: Likewise.
24273 * tree-eh.c: Likewise.
24274 * tree-emutls.c: Likewise.
24275 * tree-if-conv.c: Likewise.
24276 * tree-inline.c: Likewise.
24277 * tree-into-ssa.c: Likewise.
24278 * tree-iterator.c: Likewise.
24279 * tree-loop-distribution.c: Likewise.
24280 * tree-nested.c: Likewise.
24281 * tree-nrv.c: Likewise.
24282 * tree-object-size.c: Likewise.
24283 * tree-outof-ssa.c: Likewise.
24284 * tree-parloops.c: Likewise.
24285 * tree-phinodes.c: Likewise.
24286 * tree-predcom.c: Likewise.
24287 * tree-pretty-print.c: Likewise.
24288 * tree-profile.c: Likewise.
24289 * tree-scalar-evolution.c: Likewise.
24290 * tree-sra.c: Likewise.
24291 * tree-ssa-address.c: Likewise.
24292 * tree-ssa-alias.c: Likewise.
24293 * tree-ssa-ccp.c: Likewise.
24294 * tree-ssa-coalesce.c: Likewise.
24295 * tree-ssa-copy.c: Likewise.
24296 * tree-ssa-copyrename.c: Likewise.
24297 * tree-ssa-dce.c: Likewise.
24298 * tree-ssa-dom.c: Likewise.
24299 * tree-ssa-dse.c: Likewise.
24300 * tree-ssa-forwprop.c: Likewise.
24301 * tree-ssa-ifcombine.c: Likewise.
24302 * tree-ssa-live.c: Likewise.
24303 * tree-ssa-loop-ch.c: Likewise.
24304 * tree-ssa-loop-im.c: Likewise.
24305 * tree-ssa-loop-ivcanon.c: Likewise.
24306 * tree-ssa-loop-ivopts.c: Likewise.
24307 * tree-ssa-loop-manip.c: Likewise.
24308 * tree-ssa-loop-niter.c: Likewise.
24309 * tree-ssa-loop-prefetch.c: Likewise.
24310 * tree-ssa-loop-unswitch.c: Likewise.
24311 * tree-ssa-loop.c: Likewise.
24312 * tree-ssa-math-opts.c: Likewise.
24313 * tree-ssa-operands.c: Likewise.
24314 * tree-ssa-phiopt.c: Likewise.
24315 * tree-ssa-phiprop.c: Likewise.
24316 * tree-ssa-pre.c: Likewise.
24317 * tree-ssa-propagate.c: Likewise.
24318 * tree-ssa-reassoc.c: Likewise.
24319 * tree-ssa-sccvn.c: Likewise.
24320 * tree-ssa-scopedtables.c: Likewise.
24321 * tree-ssa-sink.c: Likewise.
24322 * tree-ssa-strlen.c: Likewise.
24323 * tree-ssa-structalias.c: Likewise.
24324 * tree-ssa-tail-merge.c: Likewise.
24325 * tree-ssa-ter.c: Likewise.
24326 * tree-ssa-threadedge.c: Likewise.
24327 * tree-ssa-threadupdate.c: Likewise.
24328 * tree-ssa-uncprop.c: Likewise.
24329 * tree-ssa-uninit.c: Likewise.
24330 * tree-ssa.c: Likewise.
24331 * tree-ssanames.c: Likewise.
24332 * tree-stdarg.c: Likewise.
24333 * tree-streamer-in.c: Likewise.
24334 * tree-streamer-out.c: Likewise.
24335 * tree-streamer.c: Likewise.
24336 * tree-switch-conversion.c: Likewise.
24337 * tree-tailcall.c: Likewise.
24338 * tree-vect-data-refs.c: Likewise.
24339 * tree-vect-generic.c: Likewise.
24340 * tree-vect-loop-manip.c: Likewise.
24341 * tree-vect-loop.c: Likewise.
24342 * tree-vect-patterns.c: Likewise.
24343 * tree-vect-slp.c: Likewise.
24344 * tree-vect-stmts.c: Likewise.
24345 * tree-vectorizer.c: Likewise.
24346 * tree-vrp.c: Likewise.
24347 * tree.c: Likewise.
24348 * tsan.c: Likewise.
24349 * ubsan.c: Likewise.
24350 * valtrack.c: Likewise.
24351 * value-prof.c: Likewise.
24352 * var-tracking.c: Likewise.
24353 * varasm.c: Likewise.
24354 * varpool.c: Likewise.
24355 * vmsdbgout.c: Likewise.
24356 * vtable-verify.c: Likewise.
24358 * wide-int.cc: Likewise.
24359 * xcoffout.c: Likewise.
24360 * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
24361 * common/common-targhooks.c: Likewise.
24362 * config/aarch64/aarch64-builtins.c: Likewise.
24363 * config/aarch64/aarch64.c: Likewise.
24364 * config/alpha/alpha.c: Likewise.
24365 * config/arc/arc.c: Likewise.
24366 * config/arm/aarch-common.c: Likewise.
24367 * config/arm/arm-builtins.c: Likewise.
24368 * config/arm/arm-c.c: Likewise.
24369 * config/arm/arm.c: Likewise.
24370 * config/avr/avr-c.c: Likewise.
24371 * config/avr/avr-log.c: Likewise.
24372 * config/avr/avr.c: Likewise.
24373 * config/bfin/bfin.c: Likewise.
24374 * config/c6x/c6x.c: Likewise.
24375 * config/cr16/cr16.c: Likewise.
24376 * config/cris/cris.c: Likewise.
24377 * config/darwin-c.c: Likewise.
24378 * config/darwin.c: Likewise.
24379 * config/default-c.c: Likewise.
24380 * config/epiphany/epiphany.c: Likewise.
24381 * config/epiphany/mode-switch-use.c: Likewise.
24382 * config/epiphany/resolve-sw-modes.c: Likewise.
24383 * config/fr30/fr30.c: Likewise.
24384 * config/frv/frv.c: Likewise.
24385 * config/ft32/ft32.c: Likewise.
24386 * config/glibc-c.c: Likewise.
24387 * config/h8300/h8300.c: Likewise.
24388 * config/i386/i386-c.c: Likewise.
24389 * config/i386/i386.c: Likewise.
24390 * config/i386/msformat-c.c: Likewise.
24391 * config/i386/winnt-cxx.c: Likewise.
24392 * config/i386/winnt-stubs.c: Likewise.
24393 * config/i386/winnt.c: Likewise.
24394 * config/ia64/ia64-c.c: Likewise.
24395 * config/ia64/ia64.c: Likewise.
24396 * config/iq2000/iq2000.c: Likewise.
24397 * config/lm32/lm32.c: Likewise.
24398 * config/m32c/m32c-pragma.c: Likewise.
24399 * config/m32c/m32c.c: Likewise.
24400 * config/m32r/m32r.c: Likewise.
24401 * config/m68k/m68k.c: Likewise.
24402 * config/mcore/mcore.c: Likewise.
24403 * config/mep/mep-pragma.c: Likewise.
24404 * config/mep/mep.c: Likewise.
24405 * config/microblaze/microblaze-c.c: Likewise.
24406 * config/microblaze/microblaze.c: Likewise.
24407 * config/mips/mips.c: Likewise.
24408 * config/mmix/mmix.c: Likewise.
24409 * config/mn10300/mn10300.c: Likewise.
24410 * config/moxie/moxie.c: Likewise.
24411 * config/msp430/msp430-c.c: Likewise.
24412 * config/msp430/msp430.c: Likewise.
24413 * config/nds32/nds32-cost.c: Likewise.
24414 * config/nds32/nds32-fp-as-gp.c: Likewise.
24415 * config/nds32/nds32-intrinsic.c: Likewise.
24416 * config/nds32/nds32-isr.c: Likewise.
24417 * config/nds32/nds32-md-auxiliary.c: Likewise.
24418 * config/nds32/nds32-memory-manipulation.c: Likewise.
24419 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
24420 * config/nds32/nds32-predicates.c: Likewise.
24421 * config/nds32/nds32.c: Likewise.
24422 * config/nios2/nios2.c: Likewise.
24423 * config/nvptx/nvptx.c: Likewise.
24424 * config/pa/pa.c: Likewise.
24425 * config/pdp11/pdp11.c: Likewise.
24426 * config/rl78/rl78-c.c: Likewise.
24427 * config/rl78/rl78.c: Likewise.
24428 * config/rs6000/rs6000-c.c: Likewise.
24429 * config/rs6000/rs6000.c: Likewise.
24430 * config/rx/rx.c: Likewise.
24431 * config/s390/s390-c.c: Likewise.
24432 * config/s390/s390.c: Likewise.
24433 * config/sh/sh-c.c: Likewise.
24434 * config/sh/sh-mem.cc: Likewise.
24435 * config/sh/sh.c: Likewise.
24436 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
24437 * config/sh/sh_treg_combine.cc: Likewise.
24438 * config/sol2-c.c: Likewise.
24439 * config/sol2-cxx.c: Likewise.
24440 * config/sol2-stubs.c: Likewise.
24441 * config/sol2.c: Likewise.
24442 * config/sparc/sparc-c.c: Likewise.
24443 * config/sparc/sparc.c: Likewise.
24444 * config/spu/spu-c.c: Likewise.
24445 * config/spu/spu.c: Likewise.
24446 * config/stormy16/stormy16.c: Likewise.
24447 * config/tilegx/mul-tables.c: Likewise.
24448 * config/tilegx/tilegx-c.c: Likewise.
24449 * config/tilegx/tilegx.c: Likewise.
24450 * config/tilepro/mul-tables.c: Likewise.
24451 * config/tilepro/tilepro-c.c: Likewise.
24452 * config/tilepro/tilepro.c: Likewise.
24453 * config/v850/v850-c.c: Likewise.
24454 * config/v850/v850.c: Likewise.
24455 * config/vax/vax.c: Likewise.
24456 * config/visium/visium.c: Likewise.
24457 * config/vms/vms-c.c: Likewise.
24458 * config/vms/vms.c: Likewise.
24459 * config/vxworks.c: Likewise.
24460 * config/winnt-c.c: Likewise.
24461 * config/xtensa/xtensa.c: Likewise.
24463 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
24465 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
24467 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
24469 2015-06-17 Richard Biener <rguenther@suse.de>
24471 PR tree-optimization/66251
24472 * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
24473 stmts for SLP strided stores.
24476 2015-05-22 Richard Biener <rguenther@suse.de>
24478 PR tree-optimization/66251
24479 * tree-vect-stmts.c (vectorizable_conversion): Properly
24480 set STMT_VINFO_VEC_STMT even for the SLP case.
24482 2015-05-26 Michael Matz <matz@suse.de>
24484 PR middle-end/66251
24485 * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
24486 STMT_VINFO_VEC_STMT, also with SLP.
24488 2015-06-16 Uros Bizjak <ubizjak@gmail.com>
24491 * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
24492 (*avx_addsubv4df3_1s): Ditto.
24493 (*sse3_addsubv2df3_1): Ditto.
24494 (*sse3_addsubv2df3_1s): Ditto.
24495 (*avx_addsubv8sf3_1): Ditto.
24496 (*avx_addsubv8sf3_1s): Ditto.
24497 (*sse3_addsubv4sf3_1): Ditto.
24498 (*sse3_addsubv4sf3_1s): Ditto.
24500 2015-06-16 Steve Ellcey <sellcey@imgtec.com>
24502 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
24503 (SYSROOT_SUFFIX_SPEC): Update.
24504 (SYSROOT_HEADERS_SUFFIX_SPEC): New.
24505 (STARTFILE_PREFIX_SPEC): Update.
24506 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
24507 (MULTILIB_REQUIRED): New.
24508 (MULTILIB_OSDIRNAMES): New.
24509 * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
24510 (MULTILIB_REQUIRED): New.
24511 (MULTILIB_OSDIRNAMES): New.
24513 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
24515 * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
24516 * config/aarch64/aarch64-options-extensions.def: Update "fP",
24517 "simd" and "crypto". Add "lse", "pan", "lor" and "rdma".
24518 * config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
24519 (AARCH64_FL_PAN): New.
24520 (AARCH64_FL_LOR): New.
24521 (AARCH64_FL_RDMA): New.
24522 (AARCH64_FL_FOR_ARCH8_1): New.
24523 * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
24524 -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
24526 2015-06-16 Martin Liska <mliska@suse.cz>
24528 * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
24529 * hash-table.c (void dump_hash_table_loc_statistics): Add missing
24532 2015-06-16 Richard Biener <rguenther@suse.de>
24534 * tree-vect-stmts.c (vectorizable_store): Adjust.
24535 (vectorizable_load): Likewise.
24536 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
24538 (vect_create_data_ref_ptr): Likewise.
24539 (bump_vector_ptr): Adjust.
24541 2015-06-16 Richard Biener <rguenther@suse.de>
24543 * tree-vect-stmts.c (vectorizable_load): Properly start loads
24544 with the first element if this is grouped loads.
24546 2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
24548 * config/arm/arm-protos.h (struct tune_params): Rename
24549 log_op_non_sc to log_op_non_short_circuit, and rename enum
24550 values to expand SC to SHORT_CIRCUIT.
24551 * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
24552 to LOG_OP_NON_SHORT_CIRCUIT.
24553 (arm_fastmul_tune):Likewise
24554 (arm_strongarm_tune): Likewise.
24555 (arm_xscale_tune): Likewise.
24556 (arm_9e_tune): Likewise.
24557 (arm_marvell_pj4_tune): Likewise.
24558 (arm_v6t2_tune): Likewise.
24559 (arm_cortex_tune): Likewise.
24560 (arm_cortex_a8_tune): Likewise.
24561 (arm_cortex_a7_tune): Likewise.
24562 (arm_cortex_a15_tune): Likewise.
24563 (arm_cortex_a53_tune): Likewise.
24564 (arm_cortex_a57_tune): Likewise.
24565 (arm_xgene1_tune): Likewise.
24566 (arm_cortex_a5_tune): Likewise.
24567 (arm_cortex_a9_tune): Likewise.
24568 (arm_cortex_a12_tune): Likewise.
24569 (arm_v7m_tune): Likewise.
24570 (arm_cortex_m7_tune): Likewise.
24571 (arm_v6m_tune): Likewise.
24572 (arm_fa726te_tune): Likewise.
24574 2015-06-15 David Edelsohn <dje.gcc@gmail.com>
24576 * altivec.md: Delete UNSPEC_VMLADDUHM.
24577 (mulv4si3_p8): New pattern.
24578 (mulv4si3): Use it for POWER8.
24579 (mulv8hi3): Use vmladduhm with zero addend.
24580 (altivec_vmladduhm): Descriptive RTL.
24582 2015-06-15 Jim Wilson <jim.wilson@linaro.org>
24584 * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
24585 to use neon_move instead of mov_imm.
24586 (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
24587 (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
24589 * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
24590 aarch64_float_const_zero_rtx_p check before TFmode check.
24591 * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
24593 (movtf_aarch64): Separate ?rY alternative into two. Adjust assembly
24594 code and attributes to match. Change condition from register_operand
24595 to aarch64_reg_or_fp_zero for op1. Change type for ldp from
24596 neon_load1_2reg to load2. Change type for stp from neon_store1_2reg
24599 2015-06-15 Aldy Hernandez <aldyh@redhat.com>
24602 * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
24603 there is no parent.
24605 2015-06-14 Shiva Chen <shiva0217@gmail.com>
24607 * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
24608 HOST_WIDE_INT parameter.
24610 2015-06-14 Jan Hubicka <hubicka@ucw.cz>
24613 * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
24614 * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
24616 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
24618 2015-06-14 Richard Sandiford <richard.sandiford@arm.com>
24620 * rtl.h (classify_insn): Declare.
24621 * emit-rtl.c (classify_insn): Move to...
24622 * rtl.c: ...here and add generator support.
24623 * gensupport.h (get_emit_function, needs_barrier_p): Declare.
24624 * gensupport.c (get_emit_function, needs_barrier_p): New functions.
24625 * genemit.c (gen_emit_seq): New function.
24626 (gen_expand, gen_split): Use it.
24628 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
24630 * tree.c (make_vector_stat): Fix comment to state that the
24631 function returns a VECTOR_CST.
24633 2015-06-13 Richard Sandiford <richard.sandiford@arm.com>
24635 * gensupport.h (add_implicit_parallel): Declare.
24636 * genrecog.c (add_implicit_parallel): Move to...
24637 * gensupport.c (add_implicit_parallel): ...here.
24638 (process_one_cond_exec): Use it.
24639 * genemit.c (gen_insn): Likewise.
24641 2015-06-13 Iain Sandoe <iain@codesourcery.com>
24644 * passes.c (rest_of_decl_compilation): Do not register globals for
24645 early debug if they are declared in built-ins.
24647 2015-06-12 Aldy Hernandez <aldyh@redhat.com>
24649 * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
24651 2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24653 * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
24655 (noce_try_cmove_arith): Likewise.
24656 (noce_get_alt_condition): Likewise.
24658 2015-06-12 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
24660 * common/config/i386/i386-common.c
24661 (OPTION_MASK_ISA_MWAITX_SET): New.
24662 (ix86_handle_option): Handle mwaitx.
24663 * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
24664 (x86_64-*-*): Likewise.
24665 * config/i386/mwaitxintrin.h: New header.
24666 * config/i386/cpuid.h (bit_MWAITX): Define.
24667 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
24669 * config/i386/i386.opt (mwaitx): New.
24670 * config/i386/i386-builtin-types.def
24671 (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
24672 * config/i386/i386-c.c: Define __MWAITX__ if needed.
24673 * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
24675 (ix86_option_override_internal): Handle new option.
24676 (processor_alias_table): Added PTA_MWAITX.
24677 (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
24678 (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
24679 (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
24680 IX86_BUILTIN_MONITORX built-ins.
24681 * config/i386/i386.h (TARGET_MWAITX): New.
24682 * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
24684 (mwaitx): New pattern.
24685 (monitorx_<mode>): New pattern.
24686 * config/i386/x86intrin.h: Include mwaitxintrin.h.
24687 * doc/extend.texi: Document monitorx and mwaitx builtins.
24688 * doc/invoke.texi: Document -mmwaitx option.
24690 2015-06-12 Uros Bizjak <ubizjak@gmail.com>
24692 * emit-rtl.c (need_atomic_barrier_p): Mask model with
24693 MEMMODEL_BASE_MASK. Remove MEMMODEL_SYNC_* cases.
24695 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
24697 * dbxout.c (xcoff_debug_hooks): Provide a function for
24698 register_main_translation_unit hook.
24700 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
24702 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
24703 variants cases from switch.
24704 (rs6000_post_atomic_barrier): Same.
24705 (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
24706 (rs6000_expand_atomic_exchange): Same.
24707 (rs6000_expand_atomic_op): Same.
24708 * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
24709 SYNC variants cases from switch.
24710 (atomic_load): Same.
24711 (atomic_store): Same.
24713 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
24715 * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
24716 CONST_INT for goto.
24718 2015-06-11 Aldy Hernandez <aldyh@redhat.com>
24721 * dwarf2out.c (check_die): Check for common duplicate attributes.
24722 (add_location_or_const_value_attribute): Do not add duplicate
24724 (gen_formal_parameter_die): Do not add DW_AT_artificial the second
24726 (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
24727 (gen_type_die_with_usage): Call check_die.
24728 (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
24730 2015-06-11 Jason Merrill <jason@redhat.com>
24732 * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
24735 2015-06-11 Marek Polacek <polacek@redhat.com>
24737 * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
24739 2015-06-11 Eric Botcazou <ebotcazou@adacore.com>
24742 * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
24743 * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
24744 (*addx_extend_sp32): Fix pasto.
24745 (*subx_extend): Rename into...
24746 (*subx_extend_sp32): ...this.
24747 (*adddi3_extend_sp32): Add earlyclobber.
24748 (*subdi3_insn_sp32): Likewise.
24749 (*subdi3_extend_sp32): Likewise.
24750 (*and_not_di_sp32): Likewise.
24751 (*or_not_di_sp32): Likewise.
24752 (*xor_not_di_sp32): Likewise.
24753 (*negdi2_sp32): Likewise.
24754 (*one_cmpldi2_sp32): Likewise.
24756 2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
24758 * debug.h (struct gcc_debug_hooks): Add a
24759 register_main_translation_unit hook.
24760 * debug.c (do_nothing_debug_hooks): Provide a function for this
24762 * dbxout.c (dbx_debug_hooks): Likewise.
24763 * sdbout.c (sdb_debug_hooks): Likewise.
24764 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
24765 * dwarf2out.c (main_translation_unit): New global variable.
24766 (dwarf2out_register_main_translation_unit): New function
24767 implementing the new hook.
24768 (dwarf2_debug_hooks): Assign
24769 dwarf2out_register_main_translation_unit to this new hook.
24770 (dwarf2out_init): Associate any main translation unit to
24773 2015-06-11 Marek Polacek <polacek@redhat.com>
24775 * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
24777 2015-06-11 Marek Polacek <polacek@redhat.com>
24779 * match.pd: Use single_use throughout.
24781 2015-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24783 * config/arm/arm.c (arm_option_params_internal): When optimising
24784 for speed set max_insns_skipped when arm_restrict_it.
24786 2015-06-11 Christian Bruel <christian.bruel@st.com>
24789 * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
24791 (arm_cpu_builtins): New function.
24792 (arm_pragma_target_parse): Call arm_cpu_builtins.
24793 * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
24794 (arm_register_target_pragmas): Likewise.
24795 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
24796 Call arm_register_target_pragmas.
24797 * config/arm/arm-c.c (arm_register_target_pragmas): New function.
24798 (arm_pragma_target_parse): Likewise.
24800 2015-06-10 Kaz Kojima <kkojima@gcc.gnu.org>
24802 * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
24803 of the second operand.
24805 2015-06-10 Uros Bizjak <ubizjak@gmail.com>
24808 * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
24809 to prepare mask operand for AVX512 modes.
24811 2015-06-10 Michael Meissner <meissner@linux.vnet.ibm.com>
24814 * doc/md.texi (Machine Constraints): Document that on the PowerPC
24815 if you use a constraint that targets a VSX register, you must use
24816 %x<n> in the template.
24818 2015-06-10 Max Filippov <jcmvbkbc@gmail.com>
24820 * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
24821 * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
24822 (define_insn "trap"): New definition.
24824 2015-06-10 Richard Biener <rguenther@suse.de>
24826 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
24828 (vect_supported_load_permutation_p): ... here. Handle
24829 supportable permutations in reductions.
24830 * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
24831 for vectorizing strided group loads.
24833 2015-06-10 Jakub Jelinek <jakub@redhat.com>
24836 * config/i386/i386.c (ix86_split_long_move): For collisions
24837 involving direct tls segment refs, move the UNSPEC_TP possibly
24838 wrapped in ZERO_EXTEND out of the address for lea, to each of
24841 2015-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24843 * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
24844 dmb sy. Adjust tabs.
24846 2015-06-10 Tom de Vries <tom@codesourcery.com>
24848 * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
24850 2015-06-10 Martin Liska <mliska@suse.cz>
24853 * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
24854 all enum values in mem_alloc_origin.
24855 * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
24857 * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
24858 * bitmap.c (bitmap_register): Likewise.
24859 (dump_bitmap_statistics): Likewise.
24860 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
24861 (ggc_record_overhead): Likewise.
24862 * hash-map.h: Likewise.
24863 * hash-set.h: Likewise.
24864 * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
24865 * hash-table.h: Likewise.
24866 * vec.c (vec_prefix::register_overhead): Likewise.
24867 (vec_prefix::release_overhead): Likewise.
24868 (dump_vec_loc_statistics): Likewise.
24870 2015-06-09 Christian Bruel <christian.bruel@st.com>
24873 * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
24874 * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
24875 (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
24876 * config/arm/arm.h (SWITCHABLE_TARGET): Define.
24877 * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
24878 (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
24879 (arm_valid_target_attribute_p): Likewise.
24880 (arm_set_current_function, arm_can_inline_p): Likewise.
24881 (arm_valid_target_attribute_rec): Likewise.
24882 (arm_previous_fndecl): New variable.
24883 (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
24884 (TARGET_CAN_INLINE_P): Define.
24885 (arm_asm_trampoline_template): Emit mode.
24886 (arm_file_start): Don't set unified syntax.
24887 (arm_declare_function_name): Set unified syntax and mode.
24888 (arm_option_override): Init target_option_default_node.
24889 and target_option_current_node.
24890 * config/arm/arm.md (*call_value_symbol): Set mode when possible.
24891 (*call_symbol): Likewise.
24892 * doc/extend.texi: Document ARM/Thumb target attribute.
24893 * doc/invoke.texi: Likewise.
24895 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
24898 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
24899 PR rtl-optimization/64164
24900 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
24901 * tree-ssa-copyrename.c: Removed.
24902 * opts.c (default_options_table): Drop -ftree-copyrename. Add
24903 -ftree-coalesce-vars.
24904 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
24905 * common.opt (ftree-copyrename): Ignore.
24906 (ftree-coalesce-inlined-vars): Likewise.
24907 * doc/invoke.texi: Remove the ignored options above.
24908 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
24909 * tree-ssa-coalesce.h: ... here.
24910 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
24911 headers required by it.
24912 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
24913 across variables when flag_tree_coalesce_vars. Check register
24914 use and promoted modes to allow coalescing. Moved to
24915 tree-ssa-coalesce.c.
24916 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
24917 with its member functions to tree-ssa-coalesce.c.
24918 (var_map_base_init): Likewise. Renamed to
24919 compute_samebase_partition_bases.
24920 (partition_view_normal): Drop want_bases parameter.
24921 (partition_view_bitmap): Likewise.
24922 * tree-ssa-live.h: Adjust declarations.
24923 * tree-ssa-coalesce.c: Include explow.h.
24924 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
24925 default defs at the entry point.
24926 (dump_part_var_map): New.
24927 (compute_optimized_partition_bases): New, called by...
24928 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
24929 of compute_samebase_partition_bases. Adjust.
24930 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
24931 * cfgexpand.c (leader_merge): New.
24932 (get_rtl_for_parm_ssa_default_def): New.
24933 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
24934 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
24935 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
24936 redundant MEM attr setting.
24937 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
24939 (expand_one_stack_var): ... this. New wrapper to check and
24940 skip already expanded SSA partitions.
24941 (record_alignment_for_reg_var): New, factored out of...
24942 (expand_one_var): ... this.
24943 (expand_one_ssa_partition): New.
24944 (adjust_one_expanded_partition_var): New.
24945 (expand_one_register_var): Check and skip already expanded SSA
24947 (expand_used_vars): Don't create DECLs for anonymous SSA
24948 names. Expand all SSA partitions, then adjust all SSA names.
24949 (pass::execute): Replace the loops that set
24950 SA.partition_to_pseudo from partition leaders and cleared
24951 DECL_RTL for multi-location variables, and that which used to
24952 rename vars and set attrs, with one that clears DECL_RTL and
24953 checks that PARMs and RESULTs default_defs match DECL_RTL.
24954 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
24955 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
24956 * explow.c (promote_ssa_mode): New.
24957 * explow.h (promote_ssa_mode): Declare.
24958 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
24959 * function.c: Include cfgexpand.h.
24960 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
24961 (use_register_for_parm_decl): Wrapper for the above to
24962 special-case the result_ptr.
24963 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
24964 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
24965 multiple locations.
24966 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
24967 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
24968 (assign_parm_setup_block): Prefer SSA-assigned location.
24969 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
24970 if stack_parm is NULL.
24971 (assign_parm_setup_stack): Prefer SSA-assigned location.
24972 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
24973 rtl before testing for pointer bounds. Special-case result_ptr.
24974 (expand_function_start): Maybe reset DECL_RTL of result.
24975 Prefer SSA-assigned location for result and static chain.
24976 Factor out DECL_RESULT and SET_DECL_RTL.
24977 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
24978 anonymous SSA names. Use promote_ssa_mode.
24979 (get_temp_reg): Likewise.
24980 (remove_ssa_form): Adjust.
24981 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
24982 and get its reg_usage for reg invalidation.
24983 (compute_bb_dataflow): Pass it insn.
24984 (emit_notes_in_bb): Likewise.
24985 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
24986 fail assert on conversion between unsigned types.
24988 2015-06-09 Tom de Vries <tom@codesourcery.com>
24990 PR tree-optimization/65460
24991 * omp-low.c (expand_omp_target): Set parallelized_function on
24992 cgraph_node for child_fn.
24994 2015-06-09 Tom de Vries <tom@codesourcery.com>
24996 * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
24997 parallelized_function before add_new_function.
24999 2015-06-09 Andrew MacLeod <amacleod@redhat.com>
25001 * gcc-plugin.h: Move decls to plugin.h and include it.
25002 * plugin.h: Relocate decls from gcc-plugin.h
25003 * ggc-page.c: Include required header files.
25004 * passes.c: Likewise.
25005 * cgraphunit.c: Likewise.
25007 2015-06-09 Tom de Vries <tom@codesourcery.com>
25009 * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
25011 2015-06-09 Jason Merrill <jason@redhat.com>
25014 * toplev.c (check_global_declaration): Don't warn about a clone.
25016 2015-06-09 Marek Polacek <polacek@redhat.com>
25018 PR tree-optimization/66299
25019 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
25020 ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
25023 2015-06-09 Richard Biener <rguenther@suse.de>
25025 * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
25026 (vect_analyze_slp_instance): Instead do not falsely drop
25029 2015-06-09 Richard Biener <rguenther@suse.de>
25031 PR middle-end/66423
25032 * match.pd: Handle A % (unsigned)(1 << B).
25034 2015-06-09 Aldy Hernandez <aldyh@redhat.com>
25036 * varasm.c (output_object_block_htab): Remove.
25037 (output_object_block_compare): New.
25038 (output_object_blocks): Sort named object_blocks before outputting
25041 2015-06-09 Richard Biener <rguenther@suse.de>
25043 PR tree-optimization/66419
25044 * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
25045 consider GROUP_GAP when detecting a perfect subchain.
25047 2015-06-09 Nick Clifton <nickc@redhat.com>
25049 * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
25050 place read only data in the .frodata section.
25052 2015-06-09 Shiva Chen <shiva0217@gmail.com>
25054 * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
25055 (atomic_store<mode>): Likewise.
25057 2015-06-09 Richard Biener <rguenther@suse.de>
25059 * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
25061 2015-06-09 Richard Biener <rguenther@suse.de>
25063 PR middle-end/66413
25064 * tree-inline.c (insert_init_debug_bind): Unshare value.
25066 2015-06-09 Richard Biener <rguenther@suse.de>
25068 PR tree-optimization/66396
25069 * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
25070 Rename virtual operands.
25072 2015-06-09 Tom de Vries <tom@codesourcery.com>
25074 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
25075 always return false.
25077 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
25079 PR rtl-optimization/64164
25080 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
25081 * tree-ssa-copyrename.c: Removed.
25082 * opts.c (default_options_table): Drop -ftree-copyrename. Add
25083 -ftree-coalesce-vars.
25084 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
25085 * common.opt (ftree-copyrename): Ignore.
25086 (ftree-coalesce-inlined-vars): Likewise.
25087 * doc/invoke.texi: Remove the ignored options above.
25088 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
25089 * tree-ssa-coalesce.h: ... here.
25090 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
25091 headers required by it.
25092 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
25093 across variables when flag_tree_coalesce_vars. Check register
25094 use and promoted modes to allow coalescing. Moved to
25095 tree-ssa-coalesce.c.
25096 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
25097 with its member functions to tree-ssa-coalesce.c.
25098 (var_map_base_init): Likewise. Renamed to
25099 compute_samebase_partition_bases.
25100 (partition_view_normal): Drop want_bases parameter.
25101 (partition_view_bitmap): Likewise.
25102 * tree-ssa-live.h: Adjust declarations.
25103 * tree-ssa-coalesce.c: Include explow.h.
25104 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
25105 default defs at the entry point.
25106 (dump_part_var_map): New.
25107 (compute_optimized_partition_bases): New, called by...
25108 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
25109 of compute_samebase_partition_bases. Adjust.
25110 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
25111 * cfgexpand.c (leader_merge): New.
25112 (get_rtl_for_parm_ssa_default_def): New.
25113 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
25114 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
25115 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
25116 redundant MEM attr setting.
25117 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
25119 (expand_one_stack_var): ... this. New wrapper to check and
25120 skip already expanded SSA partitions.
25121 (record_alignment_for_reg_var): New, factored out of...
25122 (expand_one_var): ... this.
25123 (expand_one_ssa_partition): New.
25124 (adjust_one_expanded_partition_var): New.
25125 (expand_one_register_var): Check and skip already expanded SSA
25127 (expand_used_vars): Don't create DECLs for anonymous SSA
25128 names. Expand all SSA partitions, then adjust all SSA names.
25129 (pass::execute): Replace the loops that set
25130 SA.partition_to_pseudo from partition leaders and cleared
25131 DECL_RTL for multi-location variables, and that which used to
25132 rename vars and set attrs, with one that clears DECL_RTL and
25133 checks that PARMs and RESULTs default_defs match DECL_RTL.
25134 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
25135 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
25136 * explow.c (promote_ssa_mode): New.
25137 * explow.h (promote_ssa_mode): Declare.
25138 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
25139 * function.c: Include cfgexpand.h.
25140 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
25141 (use_register_for_parm_decl): Wrapper for the above to
25142 special-case the result_ptr.
25143 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
25144 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
25145 multiple locations.
25146 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
25147 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
25148 (assign_parm_setup_block): Prefer SSA-assigned location.
25149 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
25150 if stack_parm is NULL.
25151 (assign_parm_setup_stack): Prefer SSA-assigned location.
25152 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
25153 rtl before testing for pointer bounds. Special-case result_ptr.
25154 (expand_function_start): Maybe reset DECL_RTL of result.
25155 Prefer SSA-assigned location for result and static chain.
25156 Factor out DECL_RESULT and SET_DECL_RTL.
25157 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
25158 anonymous SSA names. Use promote_ssa_mode.
25159 (get_temp_reg): Likewise.
25160 (remove_ssa_form): Adjust.
25161 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
25162 and get its reg_usage for reg invalidation.
25163 (compute_bb_dataflow): Pass it insn.
25164 (emit_notes_in_bb): Likewise.
25165 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
25166 fail assert on conversion between unsigned types.
25168 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
25171 * tree-inline.c (reset_debug_binding): New.
25172 (reset_debug_bindings): Likewise.
25173 (expand_call_inline): Call it.
25175 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
25177 * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
25180 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
25182 * lto-streamer-out.c (lto_output_location): Stream
25183 reserved locations correctly.
25184 * lto-streamer-in.c (lto_output_location): Likewise.
25186 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
25188 * coretypes.h: Include hash-table.h and hash-set.h for host files.
25189 * ggc.h: Don't include statistics.h>
25190 * hash-map.h: Remove all includes.
25191 * hash-set.h: Likewise.
25192 * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
25193 the include list. Remove <new>.
25194 * inchash.h: Remove all includes.
25195 * mem-stats.h: Likewise.
25196 * vec.h: No special processing for generators or ggc.
25197 * alias.c : Adjust include files.
25198 * alloc-pool.c : Likewise.
25199 * alloc-pool.h : Likewise.
25200 * asan.c : Likewise.
25201 * attribs.c : Likewise.
25202 * auto-inc-dec.c : Likewise.
25203 * auto-profile.c : Likewise.
25204 * bb-reorder.c : Likewise.
25205 * bitmap.c : Likewise.
25206 * bitmap.h : Likewise.
25207 * bt-load.c : Likewise.
25208 * builtins.c : Likewise.
25209 * caller-save.c : Likewise.
25210 * calls.c : Likewise.
25211 * ccmp.c : Likewise.
25212 * cfg.c : Likewise.
25213 * cfganal.c : Likewise.
25214 * cfgbuild.c : Likewise.
25215 * cfgcleanup.c : Likewise.
25216 * cfgexpand.c : Likewise.
25217 * cfghooks.c : Likewise.
25218 * cfgloop.c : Likewise.
25219 * cfgloop.h : Likewise.
25220 * cfgloopanal.c : Likewise.
25221 * cfgloopmanip.c : Likewise.
25222 * cfgrtl.c : Likewise.
25223 * cgraph.c : Likewise.
25224 * cgraphbuild.c : Likewise.
25225 * cgraphclones.c : Likewise.
25226 * cgraphunit.c : Likewise.
25227 * cilk-common.c : Likewise.
25228 * combine-stack-adj.c : Likewise.
25229 * combine.c : Likewise.
25230 * compare-elim.c : Likewise.
25231 * context.c : Likewise.
25232 * convert.c : Likewise.
25233 * coverage.c : Likewise.
25234 * cppbuiltin.c : Likewise.
25235 * cprop.c : Likewise.
25236 * cse.c : Likewise.
25237 * cselib.c : Likewise.
25238 * data-streamer-in.c : Likewise.
25239 * data-streamer-out.c : Likewise.
25240 * data-streamer.c : Likewise.
25241 * data-streamer.h : Likewise.
25242 * dbxout.c : Likewise.
25243 * dce.c : Likewise.
25244 * ddg.c : Likewise.
25245 * debug.c : Likewise.
25246 * df-core.c : Likewise.
25247 * df-problems.c : Likewise.
25248 * df-scan.c : Likewise.
25250 * dfp.c : Likewise.
25251 * dojump.c : Likewise.
25252 * dominance.c : Likewise.
25253 * domwalk.c : Likewise.
25254 * double-int.c : Likewise.
25255 * dse.c : Likewise.
25256 * dumpfile.c : Likewise.
25257 * dwarf2asm.c : Likewise.
25258 * dwarf2cfi.c : Likewise.
25259 * dwarf2out.c : Likewise.
25260 * emit-rtl.c : Likewise.
25261 * et-forest.c : Likewise.
25262 * except.c : Likewise.
25263 * except.h : Likewise.
25264 * explow.c : Likewise.
25265 * expmed.c : Likewise.
25266 * expr.c : Likewise.
25267 * final.c : Likewise.
25268 * fixed-value.c : Likewise.
25269 * fold-const.c : Likewise.
25270 * function.c : Likewise.
25271 * fwprop.c : Likewise.
25272 * gcc-plugin.h : Likewise.
25273 * gcc.c : Likewise.
25274 * gcse-common.c : Likewise.
25275 * gcse.c : Likewise.
25276 * genattrtab.c : Likewise.
25277 * genautomata.c : Likewise.
25278 * genconditions.c : Likewise.
25279 * genemit.c : Likewise.
25280 * generic-match-head.c : Likewise.
25281 * genextract.c : Likewise.
25282 * gengtype-state.c : Likewise.
25283 * gengtype.c : Likewise.
25284 * genhooks.c : Likewise.
25285 * genmatch.c : Likewise.
25286 * genmodes.c : Likewise.
25287 * genrecog.c : Likewise.
25288 * gensupport.c : Likewise.
25289 * ggc-common.c : Likewise.
25290 * ggc-internal.h : Likewise.
25291 * ggc-none.c : Likewise.
25292 * ggc-page.c : Likewise.
25293 * gimple-builder.c : Likewise.
25294 * gimple-expr.c : Likewise.
25295 * gimple-fold.c : Likewise.
25296 * gimple-iterator.c : Likewise.
25297 * gimple-low.c : Likewise.
25298 * gimple-match-head.c : Likewise.
25299 * gimple-pretty-print.c : Likewise.
25300 * gimple-ssa-isolate-paths.c : Likewise.
25301 * gimple-ssa-strength-reduction.c : Likewise.
25302 * gimple-ssa.h : Likewise.
25303 * gimple-streamer-in.c : Likewise.
25304 * gimple-streamer-out.c : Likewise.
25305 * gimple-streamer.h : Likewise.
25306 * gimple-walk.c : Likewise.
25307 * gimple.c : Likewise.
25308 * gimplify-me.c : Likewise.
25309 * gimplify.c : Likewise.
25310 * godump.c : Likewise.
25311 * graph.c : Likewise.
25312 * graphds.c : Likewise.
25313 * graphite-blocking.c : Likewise.
25314 * graphite-dependences.c : Likewise.
25315 * graphite-interchange.c : Likewise.
25316 * graphite-isl-ast-to-gimple.c : Likewise.
25317 * graphite-optimize-isl.c : Likewise.
25318 * graphite-poly.c : Likewise.
25319 * graphite-scop-detection.c : Likewise.
25320 * graphite-sese-to-poly.c : Likewise.
25321 * graphite.c : Likewise.
25322 * haifa-sched.c : Likewise.
25323 * hard-reg-set.h : Likewise.
25324 * hw-doloop.c : Likewise.
25325 * ifcvt.c : Likewise.
25326 * inchash.c : Likewise.
25327 * incpath.c : Likewise.
25328 * init-regs.c : Likewise.
25329 * input.c : Likewise.
25330 * internal-fn.c : Likewise.
25331 * ipa-chkp.c : Likewise.
25332 * ipa-comdats.c : Likewise.
25333 * ipa-cp.c : Likewise.
25334 * ipa-devirt.c : Likewise.
25335 * ipa-icf-gimple.c : Likewise.
25336 * ipa-icf.c : Likewise.
25337 * ipa-inline-analysis.c : Likewise.
25338 * ipa-inline-transform.c : Likewise.
25339 * ipa-inline.c : Likewise.
25340 * ipa-polymorphic-call.c : Likewise.
25341 * ipa-profile.c : Likewise.
25342 * ipa-prop.c : Likewise.
25343 * ipa-pure-const.c : Likewise.
25344 * ipa-ref.c : Likewise.
25345 * ipa-reference.c : Likewise.
25346 * ipa-split.c : Likewise.
25347 * ipa-utils.c : Likewise.
25348 * ipa-visibility.c : Likewise.
25349 * ipa.c : Likewise.
25350 * ira-build.c : Likewise.
25351 * ira-color.c : Likewise.
25352 * ira-conflicts.c : Likewise.
25353 * ira-costs.c : Likewise.
25354 * ira-emit.c : Likewise.
25355 * ira-lives.c : Likewise.
25356 * ira.c : Likewise.
25357 * jump.c : Likewise.
25358 * langhooks.c : Likewise.
25359 * lcm.c : Likewise.
25360 * libfuncs.h : Likewise.
25361 * lists.c : Likewise.
25362 * loop-doloop.c : Likewise.
25363 * loop-init.c : Likewise.
25364 * loop-invariant.c : Likewise.
25365 * loop-iv.c : Likewise.
25366 * loop-unroll.c : Likewise.
25367 * lower-subreg.c : Likewise.
25368 * lra-assigns.c : Likewise.
25369 * lra-coalesce.c : Likewise.
25370 * lra-constraints.c : Likewise.
25371 * lra-eliminations.c : Likewise.
25372 * lra-lives.c : Likewise.
25373 * lra-remat.c : Likewise.
25374 * lra-spills.c : Likewise.
25375 * lra.c : Likewise.
25376 * lto-cgraph.c : Likewise.
25377 * lto-compress.c : Likewise.
25378 * lto-opts.c : Likewise.
25379 * lto-section-in.c : Likewise.
25380 * lto-section-out.c : Likewise.
25381 * lto-streamer-in.c : Likewise.
25382 * lto-streamer-out.c : Likewise.
25383 * lto-streamer.c : Likewise.
25384 * lto-streamer.h : Likewise.
25385 * mcf.c : Likewise.
25386 * mode-switching.c : Likewise.
25387 * modulo-sched.c : Likewise.
25388 * omega.c : Likewise.
25389 * omp-low.c : Likewise.
25390 * optabs.c : Likewise.
25391 * opts-global.c : Likewise.
25392 * opts.h : Likewise.
25393 * passes.c : Likewise.
25394 * plugin.c : Likewise.
25395 * postreload-gcse.c : Likewise.
25396 * postreload.c : Likewise.
25397 * predict.c : Likewise.
25398 * print-rtl.c : Likewise.
25399 * print-tree.c : Likewise.
25400 * profile.c : Likewise.
25401 * read-md.c : Likewise.
25402 * read-md.h : Likewise.
25403 * read-rtl.c : Likewise.
25404 * real.c : Likewise.
25405 * realmpfr.c : Likewise.
25406 * recog.c : Likewise.
25407 * ree.c : Likewise.
25408 * reg-stack.c : Likewise.
25409 * regcprop.c : Likewise.
25410 * reginfo.c : Likewise.
25411 * regrename.c : Likewise.
25412 * regstat.c : Likewise.
25413 * reload.c : Likewise.
25414 * reload1.c : Likewise.
25415 * reorg.c : Likewise.
25416 * resource.c : Likewise.
25417 * rtl-chkp.c : Likewise.
25418 * rtl.c : Likewise.
25419 * rtl.h : Likewise.
25420 * rtlanal.c : Likewise.
25421 * rtlhash.c : Likewise.
25422 * rtlhash.h : Likewise.
25423 * rtlhooks.c : Likewise.
25424 * sanopt.c : Likewise.
25425 * sched-deps.c : Likewise.
25426 * sched-ebb.c : Likewise.
25427 * sched-rgn.c : Likewise.
25428 * sched-vis.c : Likewise.
25429 * sdbout.c : Likewise.
25430 * sel-sched-dump.c : Likewise.
25431 * sel-sched-ir.c : Likewise.
25432 * sel-sched-ir.h : Likewise.
25433 * sel-sched.c : Likewise.
25434 * sese.c : Likewise.
25435 * shrink-wrap.c : Likewise.
25436 * shrink-wrap.h : Likewise.
25437 * simplify-rtx.c : Likewise.
25438 * stack-ptr-mod.c : Likewise.
25439 * statistics.c : Likewise.
25440 * stmt.c : Likewise.
25441 * stor-layout.c : Likewise.
25442 * store-motion.c : Likewise.
25443 * stringpool.c : Likewise.
25444 * symtab.c : Likewise.
25445 * target-globals.c : Likewise.
25446 * targhooks.c : Likewise.
25447 * tlink.c : Likewise.
25448 * toplev.c : Likewise.
25449 * tracer.c : Likewise.
25450 * trans-mem.c : Likewise.
25451 * tree-affine.c : Likewise.
25452 * tree-affine.h : Likewise.
25453 * tree-browser.c : Likewise.
25454 * tree-call-cdce.c : Likewise.
25455 * tree-cfg.c : Likewise.
25456 * tree-cfgcleanup.c : Likewise.
25457 * tree-chkp-opt.c : Likewise.
25458 * tree-chkp.c : Likewise.
25459 * tree-chrec.c : Likewise.
25460 * tree-complex.c : Likewise.
25461 * tree-data-ref.c : Likewise.
25462 * tree-dfa.c : Likewise.
25463 * tree-diagnostic.c : Likewise.
25464 * tree-dump.c : Likewise.
25465 * tree-eh.c : Likewise.
25466 * tree-eh.h : Likewise.
25467 * tree-emutls.c : Likewise.
25468 * tree-hasher.h : Likewise.
25469 * tree-if-conv.c : Likewise.
25470 * tree-inline.c : Likewise.
25471 * tree-inline.h : Likewise.
25472 * tree-into-ssa.c : Likewise.
25473 * tree-iterator.c : Likewise.
25474 * tree-loop-distribution.c : Likewise.
25475 * tree-nested.c : Likewise.
25476 * tree-nrv.c : Likewise.
25477 * tree-object-size.c : Likewise.
25478 * tree-outof-ssa.c : Likewise.
25479 * tree-parloops.c : Likewise.
25480 * tree-phinodes.c : Likewise.
25481 * tree-predcom.c : Likewise.
25482 * tree-pretty-print.c : Likewise.
25483 * tree-profile.c : Likewise.
25484 * tree-scalar-evolution.c : Likewise.
25485 * tree-sra.c : Likewise.
25486 * tree-ssa-address.c : Likewise.
25487 * tree-ssa-alias.c : Likewise.
25488 * tree-ssa-ccp.c : Likewise.
25489 * tree-ssa-coalesce.c : Likewise.
25490 * tree-ssa-copy.c : Likewise.
25491 * tree-ssa-copyrename.c : Likewise.
25492 * tree-ssa-dce.c : Likewise.
25493 * tree-ssa-dom.c : Likewise.
25494 * tree-ssa-dse.c : Likewise.
25495 * tree-ssa-forwprop.c : Likewise.
25496 * tree-ssa-ifcombine.c : Likewise.
25497 * tree-ssa-live.c : Likewise.
25498 * tree-ssa-loop-ch.c : Likewise.
25499 * tree-ssa-loop-im.c : Likewise.
25500 * tree-ssa-loop-ivcanon.c : Likewise.
25501 * tree-ssa-loop-ivopts.c : Likewise.
25502 * tree-ssa-loop-manip.c : Likewise.
25503 * tree-ssa-loop-niter.c : Likewise.
25504 * tree-ssa-loop-prefetch.c : Likewise.
25505 * tree-ssa-loop-unswitch.c : Likewise.
25506 * tree-ssa-loop.c : Likewise.
25507 * tree-ssa-math-opts.c : Likewise.
25508 * tree-ssa-operands.c : Likewise.
25509 * tree-ssa-phiopt.c : Likewise.
25510 * tree-ssa-phiprop.c : Likewise.
25511 * tree-ssa-pre.c : Likewise.
25512 * tree-ssa-propagate.c : Likewise.
25513 * tree-ssa-reassoc.c : Likewise.
25514 * tree-ssa-sccvn.c : Likewise.
25515 * tree-ssa-scopedtables.c : Likewise.
25516 * tree-ssa-sink.c : Likewise.
25517 * tree-ssa-strlen.c : Likewise.
25518 * tree-ssa-structalias.c : Likewise.
25519 * tree-ssa-tail-merge.c : Likewise.
25520 * tree-ssa-ter.c : Likewise.
25521 * tree-ssa-threadedge.c : Likewise.
25522 * tree-ssa-threadupdate.c : Likewise.
25523 * tree-ssa-uncprop.c : Likewise.
25524 * tree-ssa-uninit.c : Likewise.
25525 * tree-ssa.c : Likewise.
25526 * tree-ssanames.c : Likewise.
25527 * tree-stdarg.c : Likewise.
25528 * tree-streamer-in.c : Likewise.
25529 * tree-streamer-out.c : Likewise.
25530 * tree-streamer.c : Likewise.
25531 * tree-streamer.h : Likewise.
25532 * tree-switch-conversion.c : Likewise.
25533 * tree-tailcall.c : Likewise.
25534 * tree-vect-data-refs.c : Likewise.
25535 * tree-vect-generic.c : Likewise.
25536 * tree-vect-loop-manip.c : Likewise.
25537 * tree-vect-loop.c : Likewise.
25538 * tree-vect-patterns.c : Likewise.
25539 * tree-vect-slp.c : Likewise.
25540 * tree-vect-stmts.c : Likewise.
25541 * tree-vectorizer.c : Likewise.
25542 * tree-vectorizer.h : Likewise.
25543 * tree-vrp.c : Likewise.
25544 * tree.c : Likewise.
25545 * tsan.c : Likewise.
25546 * ubsan.c : Likewise.
25547 * valtrack.c : Likewise.
25548 * valtrack.h : Likewise.
25549 * value-prof.c : Likewise.
25550 * var-tracking.c : Likewise.
25551 * varasm.c : Likewise.
25552 * varpool.c : Likewise.
25554 * vmsdbgout.c : Likewise.
25555 * vtable-verify.c : Likewise.
25556 * vtable-verify.h : Likewise.
25557 * web.c : Likewise.
25558 * wide-int.cc : Likewise.
25559 * xcoffout.c : Likewise.
25560 * config/aarch64/aarch64-builtins.c : Likewise.
25561 * config/aarch64/aarch64.c : Likewise.
25562 * config/aarch64/cortex-a57-fma-steering.c : Likewise.
25563 * config/alpha/alpha.c : Likewise.
25564 * config/arc/arc.c : Likewise.
25565 * config/arm/aarch-common.c : Likewise.
25566 * config/arm/arm-builtins.c : Likewise.
25567 * config/arm/arm-c.c : Likewise.
25568 * config/arm/arm.c : Likewise.
25569 * config/avr/avr-c.c : Likewise.
25570 * config/avr/avr-log.c : Likewise.
25571 * config/avr/avr.c : Likewise.
25572 * config/bfin/bfin.c : Likewise.
25573 * config/c6x/c6x.c : Likewise.
25574 * config/cr16/cr16.c : Likewise.
25575 * config/cris/cris.c : Likewise.
25576 * config/darwin-c.c : Likewise.
25577 * config/darwin.c : Likewise.
25578 * config/default-c.c : Likewise.
25579 * config/epiphany/epiphany.c : Likewise.
25580 * config/epiphany/mode-switch-use.c : Likewise.
25581 * config/epiphany/resolve-sw-modes.c : Likewise.
25582 * config/fr30/fr30.c : Likewise.
25583 * config/frv/frv.c : Likewise.
25584 * config/ft32/ft32.c : Likewise.
25585 * config/glibc-c.c : Likewise.
25586 * config/h8300/h8300.c : Likewise.
25587 * config/i386/i386-c.c : Likewise.
25588 * config/i386/i386.c : Likewise.
25589 * config/i386/msformat-c.c : Likewise.
25590 * config/i386/winnt-cxx.c : Likewise.
25591 * config/i386/winnt-stubs.c : Likewise.
25592 * config/i386/winnt.c : Likewise.
25593 * config/ia64/ia64-c.c : Likewise.
25594 * config/ia64/ia64.c : Likewise.
25595 * config/iq2000/iq2000.c : Likewise.
25596 * config/lm32/lm32.c : Likewise.
25597 * config/m32c/m32c-pragma.c : Likewise.
25598 * config/m32c/m32c.c : Likewise.
25599 * config/m32r/m32r.c : Likewise.
25600 * config/m68k/m68k.c : Likewise.
25601 * config/mcore/mcore.c : Likewise.
25602 * config/mep/mep-pragma.c : Likewise.
25603 * config/mep/mep.c : Likewise.
25604 * config/microblaze/microblaze-c.c : Likewise.
25605 * config/microblaze/microblaze.c : Likewise.
25606 * config/mips/mips.c : Likewise.
25607 * config/mmix/mmix.c : Likewise.
25608 * config/mn10300/mn10300.c : Likewise.
25609 * config/moxie/moxie.c : Likewise.
25610 * config/msp430/msp430-c.c : Likewise.
25611 * config/msp430/msp430.c : Likewise.
25612 * config/nds32/nds32-cost.c : Likewise.
25613 * config/nds32/nds32-fp-as-gp.c : Likewise.
25614 * config/nds32/nds32-intrinsic.c : Likewise.
25615 * config/nds32/nds32-isr.c : Likewise.
25616 * config/nds32/nds32-md-auxiliary.c : Likewise.
25617 * config/nds32/nds32-memory-manipulation.c : Likewise.
25618 * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
25619 * config/nds32/nds32-predicates.c : Likewise.
25620 * config/nds32/nds32.c : Likewise.
25621 * config/nios2/nios2.c : Likewise.
25622 * config/nvptx/nvptx.c : Likewise.
25623 * config/pa/pa.c : Likewise.
25624 * config/pdp11/pdp11.c : Likewise.
25625 * config/rl78/rl78-c.c : Likewise.
25626 * config/rl78/rl78.c : Likewise.
25627 * config/rs6000/rs6000-c.c : Likewise.
25628 * config/rs6000/rs6000.c : Likewise.
25629 * config/rx/rx.c : Likewise.
25630 * config/s390/s390-c.c : Likewise.
25631 * config/s390/s390.c : Likewise.
25632 * config/sh/sh-c.c : Likewise.
25633 * config/sh/sh-mem.cc : Likewise.
25634 * config/sh/sh.c : Likewise.
25635 * config/sh/sh_optimize_sett_clrt.cc : Likewise.
25636 * config/sh/sh_treg_combine.cc : Likewise.
25637 * config/sol2-c.c : Likewise.
25638 * config/sol2-cxx.c : Likewise.
25639 * config/sol2-stubs.c : Likewise.
25640 * config/sol2.c : Likewise.
25641 * config/sparc/sparc-c.c : Likewise.
25642 * config/sparc/sparc.c : Likewise.
25643 * config/spu/spu-c.c : Likewise.
25644 * config/spu/spu.c : Likewise.
25645 * config/stormy16/stormy16.c : Likewise.
25646 * config/tilegx/mul-tables.c : Likewise.
25647 * config/tilegx/tilegx-c.c : Likewise.
25648 * config/tilegx/tilegx.c : Likewise.
25649 * config/tilepro/mul-tables.c : Likewise.
25650 * config/tilepro/tilepro-c.c : Likewise.
25651 * config/tilepro/tilepro.c : Likewise.
25652 * config/v850/v850-c.c : Likewise.
25653 * config/v850/v850.c : Likewise.
25654 * config/vax/vax.c : Likewise.
25655 * config/visium/visium.c : Likewise.
25656 * config/vms/vms-c.c : Likewise.
25657 * config/vms/vms.c : Likewise.
25658 * config/vxworks.c : Likewise.
25659 * config/winnt-c.c : Likewise.
25660 * config/xtensa/xtensa.c : Likewise.
25662 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
25665 * ipa-utils.h (warn_types_mismatch): Update prototype.
25666 * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
25668 (type_mismatch_p): New function.
25669 (warn_types_mismatch): Reorg to work better on non-C++ types.
25670 (odr_types_equivalent_p): Add loc1/loc2 parameters.
25671 (add_type_duplicate): Update.
25673 2015-06-08 Tom de Vries <tom@codesourcery.com>
25675 PR rtl-optimization/66444
25676 * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
25679 2015-06-08 Richard Biener <rguenther@suse.de>
25681 PR tree-optimization/66422
25682 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
25683 block after inserted gcc_unreachable.
25685 2015-06-08 Nick Clifton <nickc@redhat.com>
25687 * config/rx/rx.c (rx_function_value): Do not promote vector types.
25688 (rx_promote_function_mode): Likewise.
25689 * config/rx/rx.h (LIBCALL_VALUE): Likewise.
25691 2015-06-08 Jakub Jelinek <jakub@redhat.com>
25693 * genattrtab.c (insn_alternatives): Change type from int *
25695 (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
25696 (get_attr_value): Change type of num_alt to uint64_t.
25697 (compute_alternative_mask): Change return type from
25698 int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
25699 (make_alternative_compare, mk_attr_alt): Change argument type
25700 from int to uint64_t.
25701 (simplify_test_exp): Change type of i from int to uint64_t.
25702 Shift ((uint64_t) 1) instead of 1 up.
25703 (main): Adjust oballocvec first argument from int to uint64_t.
25704 Shift ((uint64_t) 1) instead of 1 up.
25706 2015-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
25709 * gdbhooks.py: Import sys.
25710 (intptr): New function. Replace int(...) by intptr(...).
25712 2015-06-08 Richard Biener <rguenther@suse.de>
25714 * tree-vect-stmts.c (vectorizable_load): Compute the pointer
25715 adjustment for gaps at the end of a SLP load group properly.
25716 * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
25717 all permutations we can generate.
25718 (vect_transform_slp_perm_load): Use the correct group-size.
25720 2015-06-08 Marc Glisse <marc.glisse@inria.fr>
25722 * genmatch.c (expr::gen_transform): For conditions, guess the type
25723 from the second operand.
25725 2015-06-08 Tom de Vries <tom@codesourcery.com>
25727 PR tree-optimization/66442
25728 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
25729 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
25730 if the loop latch is not a singleton. Use
25731 gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
25733 2015-06-08 Marek Polacek <polacek@redhat.com>
25736 * toplev.c (check_global_declaration): Don't warn about artificial
25739 2015-06-08 Tom de Vries <tom@codesourcery.com>
25741 PR tree-optimization/66436
25742 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
25744 * gimplify.c: Add tree-dump.h include.
25745 (gimplify_function_tree): Dump function to gimple dump file.
25746 * stor-layout.c (finalize_size_functions): Don't dump function to gimple
25749 2015-06-08 Tom de Vries <tom@codesourcery.com>
25751 PR tree-optimization/66435
25752 * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
25755 2015-06-06 Jan Hubicka <hubicka@ucw.cz>
25757 * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
25758 of ptr_type_node to not be ptr_to_node.
25759 * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
25760 TREE_TYPE of pointers.
25761 * gimple-expr.c (useless_type_conversion): Reorder the check for
25762 function pointers and TYPE_CANONICAL.
25764 2015-06-06 John David Anglin <danglin@gcc.gnu.org>
25767 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
25768 defines. Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
25769 Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
25771 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
25772 Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
25773 _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
25774 _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
25775 and non iso if unix2003.
25777 2015-06-06 Aldy Hernandez <aldyh@redhat.com>
25779 * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
25781 2015-06-06 Richard Sandiford <richard.sandiford@arm.com>
25783 * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
25784 rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
25785 cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
25786 except.c, final.c, function.c, gcse-common.c, genemit.c,
25787 haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
25788 lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
25789 sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
25790 shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
25793 2015-06-06 Mikhail Maltsev <maltsevm@gmail.com>
25795 * combine.c (combine_split_insns): Remove cast.
25796 * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
25797 * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
25798 * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
25799 * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
25800 * genemit.c (gen_split): Change return type of generated functions to
25802 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
25803 (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
25804 gen_peephole2_* functions.
25805 (print_subroutine, main): Likewise.
25806 * recog.c (peephole2_optimize): Remove cast.
25807 (peep2_next_insn): Promote return type to rtx_insn.
25808 * recog.h (peep2_next_insn): Fix prototype.
25809 * rtl.h (try_split, split_insns): Likewise.
25811 2015-06-06 DJ Delorie <dj@redhat.com>
25813 * config/msp430/msp430.c (msp430_asm_integer): Support addition
25814 and subtraction too.
25816 2015-06-05 Kaz Kojima <kkojima@gcc.gnu.org>
25819 * config/sh/constraints.md (Sid, Ssd): New memory constraints.
25820 * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
25821 instead of Snd. Disparage Sid/z alternative with '^'.
25823 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
25825 * dwarf2out.c: Remove deferred_locations*.
25826 (dwarf2_debug_hooks): Add early_finish hook.
25827 Remove global_decl hook.
25828 Add early_global_decl and late_global_decl hook.
25829 New global early_dwarf.
25830 New structure set_early_dwarf.
25831 (output_die): Indicate whether a DIE was generated early
25832 when generating assembly with -dA.
25833 (struct limbo_die_struct): Document created_for field.
25834 Remove file_table_last_lookup.
25835 (remove_AT): Return TRUE if successful.
25836 (remove_child_TAG): Clear die_parent.
25837 (reparent_child): New function abstracted from...
25838 (splice_child_die): ...here.
25839 (new_die): ICE if a DIE ends up in limbo too late.
25841 (defer_location): Remove.
25842 (add_subscript_info): Reuse DW_TAG_subrange_type if available.
25843 (fill_variable_array_bounds): New.
25844 (decl_start_label): Call fill_variable_array_bounds.
25845 (gen_formal_parameter_die): Rewrite to reuse previously generated
25847 (gen_subprogram_die): Same.
25848 (gen_variable_die): Same.
25849 (gen_const_die): Same.
25850 (gen_label_die): Same.
25851 (gen_lexical_block_die): Same.
25852 (decl_will_get_specification_p): New.
25853 (local_function_static): New.
25854 (gen_struct_or_union_type_die): Fill in variable-length fields.
25855 (gen_typedef_die): Fill in variable-length typedefs.
25856 (gen_tagged_type_die): Gracefully return on error_mark_node.
25857 Handle re-entrancy.
25858 (gen_type_die_with_usage): Handle variable-length types.
25859 Remove duplicate code for ARRAY_TYPE case.
25860 (process_scope_var): Only process imported modules during early
25862 (dwarf2out_early_global_decl): New.
25863 (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
25864 (dwarf2out_type_decl): Set early_dwarf while calling
25866 (dwarf2out_decl): Verify that we did not recreate a previously
25868 Do not return on DECL_EXTERNALs in VAR_DECLs.
25869 Abstract some code to local_function_static.
25870 (lookup_filename): Remove use of file_table_last_lookup.
25871 Gracefully exit on missing file_name.
25872 (dwarf2out_finish): Verify limbo list.
25873 Remove deferred_locations_list use.
25874 Move deferred_asm_name and limbo flushing to...
25875 (dwarf2out_early_finish): ...here. New.
25876 (dwarf2out_c_finalize): Remove set of deferred_location_list,
25877 deferred_asm_name, and file_table_last_lookup.
25878 * cgraph.h (referred_to_p): Add default argument.
25879 * cgraphunit.c (referred_to_p): Add and handle include_self
25881 (analyze_functions): Add first_time argument.
25882 Call check_global_declaration for all symbols.
25883 Call late_global_decl for nodes for moribund nodes.
25884 (finalize_compilation_unit): Add new argument to
25886 Call early_global_decl for functions.
25887 Call early_finish debug hook.
25888 * dbxout.c (dbxout_early_global_decl): New.
25889 (dbxout_late_global_decl): New. Adapted from dbxout_global_decl.
25890 (dbx_debug_hooks): Add new hooks.
25891 (xcoff_debug_hooks): Same.
25892 * debug.c (do_nothing_debug_hooks): Add early_finish field.
25893 Add early and late debug hooks.
25894 Remove global_decl hook.
25895 * debug.h (struct gcc_debug_hooks): Add early_finish,
25896 early_global_decl, and late_global_decl fields.
25897 Remove global_decl field.
25898 Document gcc_debug_hooks.
25899 * gengtype.c (output_typename): Remove.
25900 * godump.c (go_early_global_decl): New.
25901 (go_late_global_decl): New.
25902 (go_global_decl): Remove.
25903 (dump_go_spec_init): Remove global_decl. Add
25904 {early,late}_global_decl.
25905 * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
25906 (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
25907 * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
25908 (write_global_declarations): Remove.
25909 (global_decl_processing): New.
25910 * langhooks.h (struct lang_hooks_for_decls): Remove
25911 final_write_globals field.
25912 Add post_compilation_parsing_cleanups field.
25913 * passes.c (rest_of_decl_compilation): Call early_global_decl.
25914 * sdbout.c: Add early and late_global_decl hooks. Remove
25915 sdbout_global_decl hook.
25916 Add early_finish field for sdb_debug_hooks.
25917 (sdbout_global_decl): Remove.
25918 (sdbout_early_global_decl): New.
25919 (sdbout_late_global_decl): New.
25920 * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
25921 * toplev.c (check_global_declaration): Rename from
25922 check_global_declaration_1.
25923 Adapt to use symtab infrastructure.
25924 (check_global_declarations): Remove.
25925 (emit_debug_global_declarations): Remove.
25926 (compile_file): Remove call to final_write_globals langhook.
25927 Run the actual compilation process.
25928 Perform any post compilation parser cleanups.
25929 Generate late debug info.
25930 * toplev.h (check_global_declaration): New.
25931 (check_global_declaration_1): Remove.
25932 (check_global_declarations): Remove.
25933 (write_global_declarations): Remove.
25934 (emit_debug_global_declarations): Remove.
25935 (global_decl_processing): New.
25936 * tree-core.h (struct tree_block): Add DIE field.
25937 * tree.h (BLOCK_DIE): New.
25938 * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
25940 (vmsdbgout_early_global_decl): New.
25941 (vmsdbgout_late_global_decl): New.
25942 Add early_finish debug hook field to vmsdbg_debug_hooks.
25943 Remove vmsdbgout_decl to vmsdbgout_function_decl.
25944 Add early and late_global_decl debug hooks.
25946 2015-06-05 Julian Brown <julian@codesourcery.com>
25947 Sandra Loosemore <sandra@codesourcery.com>
25949 * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
25950 * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
25951 to print-sysroot-suffix.sh script.
25953 2015-06-05 Tom de Vries <tom@codesourcery.com>
25955 merge from gomp4 branch:
25956 2015-05-28 Tom de Vries <tom@codesourcery.com>
25958 PR tree-optimization/65443
25959 * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
25960 (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
25961 (try_transform_to_exit_first_loop_alt): New function.
25962 (transform_to_exit_first_loop): Use
25963 try_transform_to_exit_first_loop_alt.
25965 2015-06-05 James Greenhalgh <james.greenhalgh@arm.com>
25967 * builtins.c (expand_builtin_atomic_compare_exchange): Call
25968 emit_cmp_and_jump_insns with the mode of target.
25970 2015-06-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
25972 * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
25974 2015-06-04 DJ Delorie <dj@redhat.com>
25976 * config/msp430/msp430.md (movsi_s): New. Special case for
25977 storing a 20-bit symbol into a 32-bit register.
25978 * config/msp430/msp430.c (msp430_subreg): Add support for it.
25979 * config/msp430/predicates.md (msp430_symbol_operand): New.
25981 2015-06-04 Sriraman Tallam <tmsriram@google.com>
25983 * c-family/c-common.c (noplt): New attribute.
25984 (handle_noplt_attribute): New handler.
25985 * calls.c (prepare_call_address): Check for noplt
25987 * config/i386/i386.c (ix86_expand_call): Check
25988 for noplt attribute.
25989 (ix86_nopic_noplt_attribute_p): New function.
25990 (ix86_output_call_insn): Output indirect call for non-pic
25992 * doc/extend.texi (noplt): Document new attribute.
25993 * doc/invoke.texi: Document new attribute.
25995 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
25997 * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
25998 real.h, and fixed-value.h when included in host source files.
25999 * double-int.h: Remove redundant #includes listed above.
26000 * fixed-value.h: Likewise.
26001 * real.h: Likewise.
26002 * wide-int.h: Likewise.
26003 * inchash.h: Likewise.
26004 * rtl.h: Add some include files When included from a generator file.
26005 * target.h: Remove wide-int.h and insn-modes.h from the include list.
26006 * internal-fn.h: Don't include coretypes.h.
26007 * alias.c: Adjust includes for restructured coretypes.h.
26008 * asan.c: Likewise.
26009 * attribs.c: Likewise.
26010 * auto-inc-dec.c: Likewise.
26011 * auto-profile.c: Likewise.
26012 * bb-reorder.c: Likewise.
26013 * bt-load.c: Likewise.
26014 * builtins.c: Likewise.
26015 * caller-save.c: Likewise.
26016 * calls.c: Likewise.
26017 * ccmp.c: Likewise.
26019 * cfganal.c: Likewise.
26020 * cfgbuild.c: Likewise.
26021 * cfgcleanup.c: Likewise.
26022 * cfgexpand.c: Likewise.
26023 * cfghooks.c: Likewise.
26024 * cfgloop.c: Likewise.
26025 * cfgloop.h: Likewise.
26026 * cfgloopanal.c: Likewise.
26027 * cfgloopmanip.c: Likewise.
26028 * cfgrtl.c: Likewise.
26029 * cgraph.c: Likewise.
26030 * cgraphbuild.c: Likewise.
26031 * cgraphclones.c: Likewise.
26032 * cgraphunit.c: Likewise.
26033 * cilk-common.c: Likewise.
26034 * combine-stack-adj.c: Likewise.
26035 * combine.c: Likewise.
26036 * compare-elim.c: Likewise.
26037 * convert.c: Likewise.
26038 * coverage.c: Likewise.
26039 * cppbuiltin.c: Likewise.
26040 * cprop.c: Likewise.
26042 * cselib.c: Likewise.
26043 * data-streamer-in.c: Likewise.
26044 * data-streamer-out.c: Likewise.
26045 * data-streamer.c: Likewise.
26046 * dbxout.c: Likewise.
26049 * debug.c: Likewise.
26050 * df-core.c: Likewise.
26051 * df-problems.c: Likewise.
26052 * df-scan.c: Likewise.
26055 * dojump.c: Likewise.
26056 * dominance.c: Likewise.
26057 * domwalk.c: Likewise.
26058 * double-int.c: Likewise.
26060 * dumpfile.c: Likewise.
26061 * dwarf2asm.c: Likewise.
26062 * dwarf2cfi.c: Likewise.
26063 * dwarf2out.c: Likewise.
26064 * dwarf2out.h: Likewise.
26065 * emit-rtl.c: Likewise.
26066 * et-forest.c: Likewise.
26067 * except.c: Likewise.
26068 * explow.c: Likewise.
26069 * expmed.c: Likewise.
26070 * expr.c: Likewise.
26071 * final.c: Likewise.
26072 * fixed-value.c: Likewise.
26073 * fold-const.c: Likewise.
26074 * function.c: Likewise.
26075 * fwprop.c: Likewise.
26076 * gcc-plugin.h: Likewise.
26077 * gcse.c: Likewise.
26078 * generic-match-head.c: Likewise.
26079 * ggc-page.c: Likewise.
26080 * gimple-builder.c: Likewise.
26081 * gimple-expr.c: Likewise.
26082 * gimple-fold.c: Likewise.
26083 * gimple-iterator.c: Likewise.
26084 * gimple-low.c: Likewise.
26085 * gimple-match-head.c: Likewise.
26086 * gimple-pretty-print.c: Likewise.
26087 * gimple-ssa-isolate-paths.c: Likewise.
26088 * gimple-ssa-strength-reduction.c: Likewise.
26089 * gimple-streamer-in.c: Likewise.
26090 * gimple-streamer-out.c: Likewise.
26091 * gimple-streamer.h: Likewise.
26092 * gimple-walk.c: Likewise.
26093 * gimple.c: Likewise.
26094 * gimplify-me.c: Likewise.
26095 * gimplify.c: Likewise.
26096 * godump.c: Likewise.
26097 * graph.c: Likewise.
26098 * graphite-blocking.c: Likewise.
26099 * graphite-dependences.c: Likewise.
26100 * graphite-interchange.c: Likewise.
26101 * graphite-isl-ast-to-gimple.c: Likewise.
26102 * graphite-optimize-isl.c: Likewise.
26103 * graphite-poly.c: Likewise.
26104 * graphite-scop-detection.c: Likewise.
26105 * graphite-sese-to-poly.c: Likewise.
26106 * graphite.c: Likewise.
26107 * haifa-sched.c: Likewise.
26108 * hooks.h: Likewise.
26109 * hw-doloop.c: Likewise.
26110 * ifcvt.c: Likewise.
26111 * incpath.c: Likewise.
26112 * init-regs.c: Likewise.
26113 * internal-fn.c: Likewise.
26114 * ipa-chkp.c: Likewise.
26115 * ipa-comdats.c: Likewise.
26116 * ipa-cp.c: Likewise.
26117 * ipa-devirt.c: Likewise.
26118 * ipa-icf-gimple.c: Likewise.
26119 * ipa-icf.c: Likewise.
26120 * ipa-inline-analysis.c: Likewise.
26121 * ipa-inline-transform.c: Likewise.
26122 * ipa-inline.c: Likewise.
26123 * ipa-polymorphic-call.c: Likewise.
26124 * ipa-profile.c: Likewise.
26125 * ipa-prop.c: Likewise.
26126 * ipa-pure-const.c: Likewise.
26127 * ipa-ref.c: Likewise.
26128 * ipa-reference.c: Likewise.
26129 * ipa-split.c: Likewise.
26130 * ipa-utils.c: Likewise.
26131 * ipa-visibility.c: Likewise.
26133 * ira-build.c: Likewise.
26134 * ira-color.c: Likewise.
26135 * ira-conflicts.c: Likewise.
26136 * ira-costs.c: Likewise.
26137 * ira-emit.c: Likewise.
26138 * ira-lives.c: Likewise.
26140 * jump.c: Likewise.
26141 * langhooks.c: Likewise.
26143 * loop-doloop.c: Likewise.
26144 * loop-init.c: Likewise.
26145 * loop-invariant.c: Likewise.
26146 * loop-iv.c: Likewise.
26147 * loop-unroll.c: Likewise.
26148 * lower-subreg.c: Likewise.
26149 * lra-assigns.c: Likewise.
26150 * lra-coalesce.c: Likewise.
26151 * lra-constraints.c: Likewise.
26152 * lra-eliminations.c: Likewise.
26153 * lra-lives.c: Likewise.
26154 * lra-remat.c: Likewise.
26155 * lra-spills.c: Likewise.
26157 * lto-cgraph.c: Likewise.
26158 * lto-compress.c: Likewise.
26159 * lto-opts.c: Likewise.
26160 * lto-section-in.c: Likewise.
26161 * lto-section-out.c: Likewise.
26162 * lto-streamer-in.c: Likewise.
26163 * lto-streamer-out.c: Likewise.
26164 * lto-streamer.c: Likewise.
26166 * mode-switching.c: Likewise.
26167 * modulo-sched.c: Likewise.
26168 * omega.c: Likewise.
26169 * omp-low.c: Likewise.
26170 * optabs.c: Likewise.
26171 * opts-global.c: Likewise.
26172 * passes.c: Likewise.
26173 * plugin.c: Likewise.
26174 * postreload-gcse.c: Likewise.
26175 * postreload.c: Likewise.
26176 * predict.c: Likewise.
26177 * print-rtl.c: Likewise.
26178 * print-tree.c: Likewise.
26179 * profile.c: Likewise.
26180 * real.c: Likewise.
26181 * realmpfr.c: Likewise.
26182 * realmpfr.h: Likewise.
26183 * recog.c: Likewise.
26185 * reg-stack.c: Likewise.
26186 * regcprop.c: Likewise.
26187 * reginfo.c: Likewise.
26188 * regrename.c: Likewise.
26189 * regs.h: Likewise.
26190 * regstat.c: Likewise.
26191 * reload.c: Likewise.
26192 * reload1.c: Likewise.
26193 * reorg.c: Likewise.
26194 * resource.c: Likewise.
26195 * rtl-chkp.c: Likewise.
26196 * rtlanal.c: Likewise.
26197 * rtlhooks.c: Likewise.
26198 * sanopt.c: Likewise.
26199 * sched-deps.c: Likewise.
26200 * sched-ebb.c: Likewise.
26201 * sched-rgn.c: Likewise.
26202 * sched-vis.c: Likewise.
26203 * sdbout.c: Likewise.
26204 * sel-sched-dump.c: Likewise.
26205 * sel-sched-ir.c: Likewise.
26206 * sel-sched.c: Likewise.
26207 * sese.c: Likewise.
26208 * shrink-wrap.c: Likewise.
26209 * shrink-wrap.h: Likewise.
26210 * simplify-rtx.c: Likewise.
26211 * stack-ptr-mod.c: Likewise.
26212 * statistics.c: Likewise.
26213 * stmt.c: Likewise.
26214 * stor-layout.c: Likewise.
26215 * store-motion.c: Likewise.
26216 * stringpool.c: Likewise.
26217 * symtab.c: Likewise.
26218 * target-globals.c: Likewise.
26219 * targhooks.c: Likewise.
26220 * toplev.c: Likewise.
26221 * tracer.c: Likewise.
26222 * trans-mem.c: Likewise.
26223 * tree-affine.c: Likewise.
26224 * tree-affine.h: Likewise.
26225 * tree-browser.c: Likewise.
26226 * tree-call-cdce.c: Likewise.
26227 * tree-cfg.c: Likewise.
26228 * tree-cfgcleanup.c: Likewise.
26229 * tree-chkp-opt.c: Likewise.
26230 * tree-chkp.c: Likewise.
26231 * tree-chrec.c: Likewise.
26232 * tree-complex.c: Likewise.
26233 * tree-data-ref.c: Likewise.
26234 * tree-dfa.c: Likewise.
26235 * tree-diagnostic.c: Likewise.
26236 * tree-dump.c: Likewise.
26237 * tree-eh.c: Likewise.
26238 * tree-emutls.c: Likewise.
26239 * tree-if-conv.c: Likewise.
26240 * tree-inline.c: Likewise.
26241 * tree-into-ssa.c: Likewise.
26242 * tree-iterator.c: Likewise.
26243 * tree-loop-distribution.c: Likewise.
26244 * tree-nested.c: Likewise.
26245 * tree-nrv.c: Likewise.
26246 * tree-object-size.c: Likewise.
26247 * tree-outof-ssa.c: Likewise.
26248 * tree-parloops.c: Likewise.
26249 * tree-phinodes.c: Likewise.
26250 * tree-predcom.c: Likewise.
26251 * tree-pretty-print.c: Likewise.
26252 * tree-pretty-print.h: Likewise.
26253 * tree-profile.c: Likewise.
26254 * tree-scalar-evolution.c: Likewise.
26255 * tree-sra.c: Likewise.
26256 * tree-ssa-address.c: Likewise.
26257 * tree-ssa-alias.c: Likewise.
26258 * tree-ssa-ccp.c: Likewise.
26259 * tree-ssa-coalesce.c: Likewise.
26260 * tree-ssa-copy.c: Likewise.
26261 * tree-ssa-copyrename.c: Likewise.
26262 * tree-ssa-dce.c: Likewise.
26263 * tree-ssa-dom.c: Likewise.
26264 * tree-ssa-dse.c: Likewise.
26265 * tree-ssa-forwprop.c: Likewise.
26266 * tree-ssa-ifcombine.c: Likewise.
26267 * tree-ssa-live.c: Likewise.
26268 * tree-ssa-loop-ch.c: Likewise.
26269 * tree-ssa-loop-im.c: Likewise.
26270 * tree-ssa-loop-ivcanon.c: Likewise.
26271 * tree-ssa-loop-ivopts.c: Likewise.
26272 * tree-ssa-loop-manip.c: Likewise.
26273 * tree-ssa-loop-niter.c: Likewise.
26274 * tree-ssa-loop-prefetch.c: Likewise.
26275 * tree-ssa-loop-unswitch.c: Likewise.
26276 * tree-ssa-loop.c: Likewise.
26277 * tree-ssa-loop.h: Likewise.
26278 * tree-ssa-math-opts.c: Likewise.
26279 * tree-ssa-operands.c: Likewise.
26280 * tree-ssa-phiopt.c: Likewise.
26281 * tree-ssa-phiprop.c: Likewise.
26282 * tree-ssa-pre.c: Likewise.
26283 * tree-ssa-propagate.c: Likewise.
26284 * tree-ssa-reassoc.c: Likewise.
26285 * tree-ssa-sccvn.c: Likewise.
26286 * tree-ssa-scopedtables.c: Likewise.
26287 * tree-ssa-sink.c: Likewise.
26288 * tree-ssa-strlen.c: Likewise.
26289 * tree-ssa-structalias.c: Likewise.
26290 * tree-ssa-tail-merge.c: Likewise.
26291 * tree-ssa-ter.c: Likewise.
26292 * tree-ssa-threadedge.c: Likewise.
26293 * tree-ssa-threadupdate.c: Likewise.
26294 * tree-ssa-uncprop.c: Likewise.
26295 * tree-ssa-uninit.c: Likewise.
26296 * tree-ssa.c: Likewise.
26297 * tree-ssanames.c: Likewise.
26298 * tree-stdarg.c: Likewise.
26299 * tree-streamer-in.c: Likewise.
26300 * tree-streamer-out.c: Likewise.
26301 * tree-streamer.c: Likewise.
26302 * tree-switch-conversion.c: Likewise.
26303 * tree-tailcall.c: Likewise.
26304 * tree-vect-data-refs.c: Likewise.
26305 * tree-vect-generic.c: Likewise.
26306 * tree-vect-loop-manip.c: Likewise.
26307 * tree-vect-loop.c: Likewise.
26308 * tree-vect-patterns.c: Likewise.
26309 * tree-vect-slp.c: Likewise.
26310 * tree-vect-stmts.c: Likewise.
26311 * tree-vectorizer.c: Likewise.
26312 * tree-vrp.c: Likewise.
26313 * tree.c: Likewise.
26314 * tsan.c: Likewise.
26315 * ubsan.c: Likewise.
26316 * valtrack.c: Likewise.
26317 * value-prof.c: Likewise.
26318 * var-tracking.c: Likewise.
26319 * varasm.c: Likewise.
26320 * varpool.c: Likewise.
26321 * vmsdbgout.c: Likewise.
26322 * vtable-verify.c: Likewise.
26324 * wide-int-print.cc: Likewise.
26325 * wide-int-print.h: Likewise.
26326 * wide-int.cc: Likewise.
26327 * xcoffout.c: Likewise.
26328 * config/aarch64/aarch64-builtins.c: Likewise.
26329 * config/aarch64/aarch64.c: Likewise.
26330 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
26331 * config/alpha/alpha.c: Likewise.
26332 * config/arc/arc.c: Likewise.
26333 * config/arm/aarch-common.c: Likewise.
26334 * config/arm/arm-builtins.c: Likewise.
26335 * config/arm/arm-c.c: Likewise.
26336 * config/arm/arm.c: Likewise.
26337 * config/avr/avr-c.c: Likewise.
26338 * config/avr/avr-log.c: Likewise.
26339 * config/avr/avr.c: Likewise.
26340 * config/bfin/bfin.c: Likewise.
26341 * config/c6x/c6x.c: Likewise.
26342 * config/cr16/cr16.c: Likewise.
26343 * config/cris/cris.c: Likewise.
26344 * config/darwin-c.c: Likewise.
26345 * config/darwin.c: Likewise.
26346 * config/default-c.c: Likewise.
26347 * config/epiphany/epiphany.c: Likewise.
26348 * config/epiphany/mode-switch-use.c: Likewise.
26349 * config/epiphany/resolve-sw-modes.c: Likewise.
26350 * config/fr30/fr30.c: Likewise.
26351 * config/frv/frv.c: Likewise.
26352 * config/ft32/ft32.c: Likewise.
26353 * config/glibc-c.c: Likewise.
26354 * config/h8300/h8300.c: Likewise.
26355 * config/i386/i386-c.c: Likewise.
26356 * config/i386/i386.c: Likewise.
26357 * config/i386/msformat-c.c: Likewise.
26358 * config/i386/winnt-cxx.c: Likewise.
26359 * config/i386/winnt-stubs.c: Likewise.
26360 * config/i386/winnt.c: Likewise.
26361 * config/ia64/ia64-c.c: Likewise.
26362 * config/ia64/ia64.c: Likewise.
26363 * config/iq2000/iq2000.c: Likewise.
26364 * config/lm32/lm32.c: Likewise.
26365 * config/m32c/m32c-pragma.c: Likewise.
26366 * config/m32c/m32c.c: Likewise.
26367 * config/m32r/m32r.c: Likewise.
26368 * config/m68k/m68k.c: Likewise.
26369 * config/mcore/mcore.c: Likewise.
26370 * config/mep/mep-pragma.c: Likewise.
26371 * config/mep/mep.c: Likewise.
26372 * config/microblaze/microblaze-c.c: Likewise.
26373 * config/microblaze/microblaze.c: Likewise.
26374 * config/mips/mips.c: Likewise.
26375 * config/mmix/mmix.c: Likewise.
26376 * config/mn10300/mn10300.c: Likewise.
26377 * config/moxie/moxie.c: Likewise.
26378 * config/msp430/msp430-c.c: Likewise.
26379 * config/msp430/msp430.c: Likewise.
26380 * config/nds32/nds32-cost.c: Likewise.
26381 * config/nds32/nds32-fp-as-gp.c: Likewise.
26382 * config/nds32/nds32-intrinsic.c: Likewise.
26383 * config/nds32/nds32-isr.c: Likewise.
26384 * config/nds32/nds32-md-auxiliary.c: Likewise.
26385 * config/nds32/nds32-memory-manipulation.c: Likewise.
26386 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
26387 * config/nds32/nds32-predicates.c: Likewise.
26388 * config/nds32/nds32.c: Likewise.
26389 * config/nios2/nios2.c: Likewise.
26390 * config/nvptx/nvptx.c: Likewise.
26391 * config/pa/pa.c: Likewise.
26392 * config/pdp11/pdp11.c: Likewise.
26393 * config/rl78/rl78-c.c: Likewise.
26394 * config/rl78/rl78.c: Likewise.
26395 * config/rs6000/rs6000-c.c: Likewise.
26396 * config/rs6000/rs6000.c: Likewise.
26397 * config/rx/rx.c: Likewise.
26398 * config/s390/s390-c.c: Likewise.
26399 * config/s390/s390.c: Likewise.
26400 * config/sh/sh-c.c: Likewise.
26401 * config/sh/sh-mem.cc: Likewise.
26402 * config/sh/sh.c: Likewise.
26403 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
26404 * config/sh/sh_treg_combine.cc: Likewise.
26405 * config/sol2-c.c: Likewise.
26406 * config/sol2-cxx.c: Likewise.
26407 * config/sol2-stubs.c: Likewise.
26408 * config/sol2.c: Likewise.
26409 * config/sparc/sparc-c.c: Likewise.
26410 * config/sparc/sparc.c: Likewise.
26411 * config/spu/spu-c.c: Likewise.
26412 * config/spu/spu.c: Likewise.
26413 * config/stormy16/stormy16.c: Likewise.
26414 * config/tilegx/mul-tables.c: Likewise.
26415 * config/tilegx/tilegx-c.c: Likewise.
26416 * config/tilegx/tilegx.c: Likewise.
26417 * config/tilepro/mul-tables.c: Likewise.
26418 * config/tilepro/tilepro-c.c: Likewise.
26419 * config/tilepro/tilepro.c: Likewise.
26420 * config/v850/v850-c.c: Likewise.
26421 * config/v850/v850.c: Likewise.
26422 * config/vax/vax.c: Likewise.
26423 * config/visium/visium.c: Likewise.
26424 * config/vms/vms-c.c: Likewise.
26425 * config/vms/vms.c: Likewise.
26426 * config/vxworks.c: Likewise.
26427 * config/winnt-c.c: Likewise.
26428 * config/xtensa/xtensa.c: Likewise.
26429 * common/config/bfin/bfin-common.c: Likewise.
26431 2015-06-04 Jan Hubicka <hubicka@ucw.cz>
26433 * tree.h (tree_code_for_canonical_type_merging): New function.
26434 * tree.c (gimple_canonical_types_compatible_p): Use
26435 tree_code_for_canonical_type_merging..
26437 2015-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
26441 * doc/tm.texi: Regenerate.
26442 * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
26443 * target.def (TARGET_RELAXED_ORDERING): Likewise.
26444 * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
26445 * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
26446 * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
26447 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
26448 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
26449 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
26450 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
26452 2015-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26454 * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
26455 register fma steering pass.
26456 * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
26457 AARCH64_TUNE_FMA_STEERING.
26459 2015-06-03 Jan Hubicka <hubicka@ucw.cz>
26461 * tree.c (verify_type_variant): Verify that type and variant is
26463 (gimple_canonical_types_compatible_p): Look for main variants.
26465 2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
26467 * config.gcc (powerpc*-*-*): Add support for a new configure
26468 option --with-advance-toolchain=<xxx> which overrides using the
26469 default header files, libraries and dynamic linker.
26471 * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
26472 specs to support the configure --with-advance-toolchain=<xxx>
26474 (INCLUDE_EXTRA_SPEC): Likewise.
26475 (LINK_OS_EXTRA_SPEC32): Likewise.
26476 (LINK_OK_EXTRA_SPEC64): Likewise.
26477 (LINK_OS_NEW_DTAGS_SPEC): Likewise.
26478 (DYNAMIC_LINKER_PREFIX): Likewise.
26479 (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
26481 (GLIBC_DYNAMIC_LINKER32): Likewise.
26482 (GLIBC_DYNAMIC_LINKER64): Likewise.
26483 (LINK_OS_LINUX_SPEC32): Likewise.
26484 (LINK_OS_LINUX_SPEC64): Likewise.
26486 * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
26487 configuration option.
26489 2015-06-03 Uros Bizjak <ubizjak@gmail.com>
26492 * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
26493 to determine current function ABI.
26494 (ix86_function_value_regno_p): Ditto.
26496 2015-06-03 Martin Liska <mliska@suse.cz>
26498 * alloc-pool.h (struct pool_usage): Correct GNU coding style.
26499 * bitmap.h (struct bitmap_usage): Likewise.
26500 * ggc-common.c (struct ggc_usage): Likewise.
26501 * mem-stats.h (struct mem_location): Likewise.
26502 (struct mem_usage): Likewise.
26503 * vec.c (struct vec_usage): Likewise.
26505 2015-06-03 Benigno B. Junior <bbj@gentoo.org>
26507 * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
26510 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
26512 * doc/plugins.texi (enum plugin_event): New event.
26513 * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
26514 and PLUGIN_FINISH_FUNCTION.
26515 * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
26516 (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
26518 2015-06-03 Richard Biener <rguenther@suse.de>
26520 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
26521 compute GROUP_GAP for the first element.
26522 * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
26525 2015-06-03 Nick Clifton <nickc@redhat.com>
26527 * config/rl78/rl78-real.md: Add peepholes to avoid a register
26528 copy when calling a function.
26529 * config/rl78/rl78.c (need_to_save): Do not push the frame
26530 pointer in an interrupt handler prologue if it is never used.
26532 2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26534 * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
26536 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
26538 * ipa-chkp.c (chkp_maybe_create_clone): Create alias
26539 reference when cloning alias node.
26541 2015-06-03 Martin Liska <mliska@suse.cz>
26543 * alloc-pool.h (struct pool_usage): Correct space padding.
26544 * ggc-page.c (ggc_print_statistics): Align columns in a report.
26545 * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
26546 * tree.c (dump_tree_statistics): Align columns in a report.
26548 2015-06-03 Martin Liska <mliska@suse.cz>
26550 * alloc-pool.c (allocate_pool_descriptor): Remove.
26551 (struct pool_output_info): Likewise.
26552 (print_alloc_pool_statistics): Likewise.
26553 (dump_alloc_pool_statistics): Likewise.
26554 * alloc-pool.h (struct pool_usage): New struct.
26555 (pool_allocator::initialize): Change usage of memory statistics
26556 to a new interface.
26557 (pool_allocator::release): Likewise.
26558 (pool_allocator::allocate): Likewise.
26559 (pool_allocator::remove): Likewise.
26560 * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
26561 for a pool allocator.
26562 * mem-stats.h (struct mem_location): Add new ctor.
26563 (struct mem_usage): Add counter for number of
26565 (mem_alloc_description::register_descriptor): New overload of
26566 * mem-stats.h (mem_location::to_string): New function.
26567 * bitmap.h (struct bitmap_usage): Use this new function.
26568 * ggc-common.c (struct ggc_usage): Likewise.
26571 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
26573 * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
26574 of GCC_INSN_FLAGS_H block.
26576 2015-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
26578 * explow.c (plus_constant): Update check after force_const_mem call
26579 to see if the value returned is not a NULL_RTX.
26581 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
26583 * ipa.c (symbol_table::remove_unreachable_nodes): Don't
26584 remove instumentation thunks calling reachable functions.
26585 * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
26586 * lto/lto-partition.c (privatize_symbol_name_1): New.
26587 (privatize_symbol_name): Privatize both decl and orig_decl
26588 names for instrumented functions.
26589 * cgraph.c (cgraph_node::verify_node): Add transparent
26590 alias chain check for instrumented node.
26592 2015-06-03 Marek Polacek <polacek@redhat.com>
26596 * tree.c (attribute_value_equal): Handle attribute format.
26597 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
26599 2015-06-03 Richard Biener <rguenther@suse.de>
26601 PR tree-optimization/63916
26602 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
26603 Forward-propagate non-invariant addresses by splicing their
26604 reference ops if the result isn't going to be used by PRE.
26605 (vn_reference_lookup_3): Remove pointless assert.
26607 2015-06-03 Richard Biener <rguenther@suse.de>
26609 PR tree-optimization/66375
26610 * tree-scalar-evolution.c (follow_ssa_edge_binary): First
26611 add to the evolution before following SSA edges.
26613 2015-06-03 Bin Cheng <bin.cheng@arm.com>
26615 * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
26616 (dump_use, dump_cand, find_induction_variables): Pass new argument
26618 (record_use): Preserve the ssa name information in IV.
26620 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
26622 * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
26624 (add_mode_tests): Don't add mode tests if the predicate only
26625 accepts scalar constant integers. Otherwise, allow the mode
26626 of "op" to be VOIDmode if the predicate does accept such integers.
26628 2015-06-02 Jim Wilson <jim.wilson@linaro.org>
26631 * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
26632 !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
26633 (aarch64_secondary_reload): Likewise
26634 (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
26636 (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
26639 2015-06-03 Kugan Vivekanandarajah <kuganv@linaro.org>
26640 Zhenqiang Chen <zhenqiang.chen@linaro.org>
26643 * cprop.c (try_replace_reg): Check cost of constants before propagating.
26645 2015-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
26647 * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
26648 provide access to the IBM extended double floating point mode if
26649 long double is IEEE 128-bit floating point.
26650 (KFmode): Define KFmode to provide access to IEEE 128-bit floating
26651 point if long double is the IBM extended double type.
26653 * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
26654 enable adding IEEE 128-bit floating point support.
26655 (-mfloat128-software): Likewise.
26656 (-mfloat128-sw): Likewise.
26658 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
26659 128-bit floating point types to occupy any register if
26660 -mlong-double-64. Do not allow use of IFmode/KFmode unless
26661 -mfloat128-software is enabled.
26662 (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
26664 (rs6000_option_override_internal): Add -mfloat128-* support.
26665 (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
26667 * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
26668 and float128 type nodes.
26669 (ieee128_float_type_node): Likewise.
26670 (ibm128_float_type_node): Likewise.
26672 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
26675 * config/aarch64/geniterators.sh: Rewrite in awk.
26677 2015-06-02 Martin Liska <mliska@suse.cz>
26679 * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
26680 values to avoid -Wmaybe-uninitialized errors.
26682 2015-06-02 Richard Biener <rguenther@suse.de>
26685 * dwarf2out.c (lookup_context_die): New function.
26686 (resolve_addr): Avoid forcing a full DIE for the
26687 target of a DW_TAG_GNU_call_site during late compilation.
26688 Instead create a stub DIE without a type if we have a
26689 context DIE present.
26691 2015-06-02 Uros Bizjak <ubizjak@gmail.com>
26693 * df-scan.c (df_scan_start_dump): Add space between regno and regname.
26695 2015-06-02 Bin Cheng <bin.cheng@arm.com>
26697 PR tree-optimization/48052
26698 * cfgloop.h (struct control_iv): New.
26699 (struct loop): New field control_ivs.
26700 * tree-ssa-loop-niter.c : Include "stor-layout.h".
26701 (number_of_iterations_lt): Set no_overflow information.
26702 (number_of_iterations_exit): Init control iv in niter struct.
26703 (record_control_iv): New.
26704 (estimate_numbers_of_iterations_loop): Call record_control_iv.
26705 (loop_exits_before_overflow): New. Interface factored out of
26706 scev_probably_wraps_p.
26707 (scev_probably_wraps_p): Factor loop niter related code into
26708 loop_exits_before_overflow.
26709 (free_numbers_of_iterations_estimates_loop): Free control ivs.
26710 * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
26712 2015-06-02 Eric Botcazou <ebotcazou@adacore.com>
26714 * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
26715 the target doesn't belong to the current function.
26717 2015-06-02 Marek Polacek <polacek@redhat.com>
26719 PR middle-end/66345
26720 * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
26721 get_maxval_strlen does not produce an INTEGER_CST.
26723 2015-06-02 Richard Sandiford <richard.sandiford@arm.com>
26725 * config/arc/constraints.md: Use lower-case names in match_code.
26726 * config/mmix/constraints.md: Likewise.
26728 2015-06-02 Richard Biener <rguenther@suse.de>
26730 PR tree-optimization/65961
26731 * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
26732 check and clarify dump message.
26733 (vect_build_slp_tree): If all children are built up from scalars
26734 build up the parent from scalars instead.
26735 * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
26737 2015-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
26740 * gdbhooks.py: Use int(...) instead of long(...). Use print(...)
26741 instead of print ... .
26743 2015-06-02 Alan Modra <amodra@gmail.com>
26745 * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
26748 2015-06-02 Bin Cheng <bin.cheng@arm.com>
26750 PR tree-optimization/52563
26751 PR tree-optimization/62173
26752 * tree-ssa-loop-ivopts.c (struct iv): New field. Reorder fields.
26753 (alloc_iv, set_iv): New parameter.
26754 (determine_biv_step): Delete.
26755 (find_bivs): Inline original determine_biv_step. Pass new
26756 argument to set_iv.
26757 (idx_find_step): Use no_overflow information for conversion.
26758 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
26759 resolve_mixers handle folded_casts.
26760 (instantiate_scev_name): Change bool parameter to bool pointer.
26761 (instantiate_scev_poly, instantiate_scev_binary): Ditto.
26762 (instantiate_array_ref, instantiate_scev_not): Ditto.
26763 (instantiate_scev_3, instantiate_scev_2): Ditto.
26764 (instantiate_scev_1, instantiate_scev_r): Ditto.
26765 (instantiate_scev_convert, ): Change parameter. Pass argument
26766 to chrec_convert_aggressive.
26767 (instantiate_scev): Change argument.
26768 (resolve_mixers): New parameter and set it.
26769 (scev_const_prop): New argument.
26770 * tree-scalar-evolution.h (resolve_mixers): New parameter.
26771 * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
26773 (chrec_convert): New parameter. Move definition below.
26774 (chrec_convert_aggressive): New parameter and set it. Call
26775 convert_affine_scev.
26776 * tree-chrec.h (chrec_convert): New parameter.
26777 (chrec_convert_aggressive): Ditto.
26779 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
26781 * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
26782 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
26783 the LHS of a no-return call if its type has variable size.
26784 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
26785 * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
26787 2015-06-01 Andreas Tobler <andreast@gcc.gnu.org>
26789 * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
26790 * config.in: Regenerate.
26792 2015-06-01 Yuri Rumyantsev <ysrumyan@gmail.com>
26794 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
26795 consecutive accesses within outer-loop with force_vectorize
26796 for references with zero step in inner-loop.
26798 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
26800 * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
26801 rather than from gcc/build directory.
26803 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
26806 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
26807 for __sync memory models, emit initial loads and final barriers as
26810 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
26813 * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
26814 (aarch64_split_atomic_op): Check for __sync memory models, emit
26815 appropriate initial loads and final barriers.
26817 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
26819 * Makefile.in: Fix gcov dependencies that should
26820 not point to a build folder.
26822 2015-06-01 Richard Biener <rguenther@suse.de>
26825 2015-05-29 Richard Biener <rguenther@suse.de>
26827 PR tree-optimization/66314
26828 * tree-ssa-threadupdate.c (create_block_for_threading): Add
26829 parameter that says which loop the new block belongs to.
26830 (ssa_create_duplicates): Blocks duplicated for the threaded
26831 path belong to the loop of the thread destination.
26833 2015-06-01 Martin Liska <mliska@suse.cz>
26835 * sched-deps.c: Include pool-alloc.h before
26836 cselib.h header file is included.
26838 2015-06-01 Richard Biener <rguenther@suse.de>
26840 * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
26843 2015-06-01 Martin Liska <mliska@suse.cz>
26845 * alloc-pool.h: Add ATTRIBUTE_UNUSED for
26846 a function local variable.
26848 2015-06-01 Martin Liska <mliska@suse.cz>
26850 * alloc-pool.c (create_alloc_pool): Remove.
26851 (empty_alloc_pool): Likewise.
26852 (free_alloc_pool): Likewise.
26853 (free_alloc_pool_if_empty): Likewise.
26854 (pool_alloc): Likewise.
26855 (pool_free): Likewise.
26856 * alloc-pool.h: Remove old declarations.
26858 2015-06-01 Martin Liska <mliska@suse.cz>
26860 * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
26861 (ira_create_object): Likewise.
26862 (ira_create_allocno): Likewise.
26863 (ira_create_live_range): Likewise.
26864 (copy_live_range): Likewise.
26865 (ira_finish_live_range): Likewise.
26866 (ira_free_allocno_costs): Likewise.
26867 (finish_allocno): Likewise.
26868 (finish_allocnos): Likewise.
26869 (initiate_prefs): Likewise.
26870 (ira_create_pref): Likewise.
26871 (finish_pref): Likewise.
26872 (finish_prefs): Likewise.
26873 (initiate_copies): Likewise.
26874 (ira_create_copy): Likewise.
26875 (finish_copy): Likewise.
26876 (finish_copies): Likewise.
26877 (finish_prefs): Likewise.
26879 2015-06-01 Martin Liska <mliska@suse.cz>
26881 * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
26882 (allocate_and_init_ipcp_value): Likewise.
26883 (ipcp_lattice::add_value): Likewise.
26884 (merge_agg_lats_step): Likewise.
26885 (ipcp_driver): Likewise.
26886 * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
26887 (ipa_free_all_structures_after_iinln): Likewise.
26888 * ipa-prop.h: Likewise.
26890 2015-06-01 Martin Liska <mliska@suse.cz>
26892 * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
26894 (set_hint_predicate): Likewise.
26895 (inline_summary_alloc): Likewise.
26896 (reset_inline_edge_summary): Likewise.
26897 (reset_inline_summary): Likewise.
26898 (set_cond_stmt_execution_predicate): Likewise.
26899 (set_switch_stmt_execution_predicate): Likewise.
26900 (compute_bb_predicates): Likewise.
26901 (estimate_function_body_sizes): Likewise.
26902 (inline_free_summary): Likewise.
26904 2015-06-01 Martin Liska <mliska@suse.cz>
26906 * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
26907 (ipa_edge_duplication_hook): Likewise.
26908 (ipa_free_all_structures_after_ipa_cp): Likewise.
26909 (ipa_free_all_structures_after_iinln): Likewise.
26911 2015-06-01 Martin Liska <mliska@suse.cz>
26913 * ipa-profile.c (account_time_size): Use new type-based pool allocator.
26914 (ipa_profile_generate_summary): Likewise.
26915 (ipa_profile_read_summary): Likewise.
26916 (ipa_profile): Likewise.
26918 2015-06-01 Martin Liska <mliska@suse.cz>
26920 * tree-ssa-structalias.c (new_var_info): Use new type-based
26922 (new_constraint): Likewise.
26923 (init_alias_vars): Likewise.
26924 (delete_points_to_sets): Likewise.
26926 2015-06-01 Martin Liska <mliska@suse.cz>
26928 * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
26929 (free_strinfo): Likewise.
26930 (pass_strlen::execute): Likewise.
26932 2015-06-01 Martin Liska <mliska@suse.cz>
26934 * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
26936 (vn_reference_insert_pieces): Likewise.
26937 (vn_phi_insert): Likewise.
26938 (visit_reference_op_call): Likewise.
26939 (copy_phi): Likewise.
26940 (copy_reference): Likewise.
26941 (process_scc): Likewise.
26942 (allocate_vn_table): Likewise.
26943 (free_vn_table): Likewise.
26945 2015-06-01 Martin Liska <mliska@suse.cz>
26947 * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
26949 (add_repeat_to_ops_vec): Likewise.
26950 (get_ops): Likewise.
26951 (maybe_optimize_range_tests): Likewise.
26952 (init_reassoc): Likewise.
26953 (fini_reassoc): Likewise.
26955 2015-06-01 Martin Liska <mliska@suse.cz>
26957 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
26959 (bitmap_set_new): Likewise.
26960 (get_or_alloc_expr_for_constant): Likewise.
26961 (get_or_alloc_expr_for): Likewise.
26962 (phi_translate_1): Likewise.
26963 (compute_avail): Likewise.
26964 (init_pre): Likewise.
26965 (fini_pre): Likewise.
26967 2015-06-01 Martin Liska <mliska@suse.cz>
26969 * sched-deps.c (create_dep_node): Use new type-based pool allocator.
26970 (delete_dep_node): Likewise.
26971 (create_deps_list): Likewise.
26972 (free_deps_list): Likewise.
26973 (sched_deps_init): Likewise.
26974 (sched_deps_finish): Likewise.
26976 2015-06-01 Martin Liska <mliska@suse.cz>
26978 * regcprop.c (free_debug_insn_changes): Use new type-based
26980 (replace_oldest_value_reg): Likewise.
26981 (pass_cprop_hardreg::execute): Likewise.
26983 2015-06-01 Martin Liska <mliska@suse.cz>
26985 * ira-build.c (initiate_cost_vectors): Use new type-based
26987 (ira_allocate_cost_vector): Likewise.
26988 (ira_free_cost_vector): Likewise.
26989 (finish_cost_vectors): Likewise.
26991 2015-06-01 Martin Liska <mliska@suse.cz>
26993 * sel-sched-ir.c (alloc_sched_pools): Use new type-based
26995 (free_sched_pools): Likewise.
26996 * sel-sched-ir.h (_list_alloc): Likewise.
26997 (_list_remove): Likewise.
26999 2015-06-01 Martin Liska <mliska@suse.cz>
27001 * stmt.c (add_case_node): Use new type-based pool allocator.
27002 (expand_case): Likewise.
27003 (expand_sjlj_dispatch_table): Likewise.
27005 2015-06-01 Martin Liska <mliska@suse.cz>
27007 * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
27008 (free_bb): Likewise.
27009 (pass_cse_reciprocals::execute): Likewise.
27011 2015-06-01 Martin Liska <mliska@suse.cz>
27013 * tree-sra.c (sra_initialize): Use new type-based pool allocator.
27014 (sra_deinitialize) Likewise.
27015 (create_access_1) Likewise.
27016 (build_accesses_from_assign) Likewise.
27017 (create_artificial_child_access) Likewise.
27019 2015-06-01 Martin Liska <mliska@suse.cz>
27021 * dse.c (get_group_info):Use new type-based pool allocator.
27022 (dse_step0) Likewise.
27023 (free_store_info) Likewise.
27024 (delete_dead_store_insn) Likewise.
27025 (free_read_records) Likewise.
27026 (record_store) Likewise.
27027 (replace_read) Likewise.
27028 (check_mem_read_rtx) Likewise.
27029 (scan_insn) Likewise.
27030 (dse_step1) Likewise.
27031 (dse_step7) Likewise.
27033 2015-06-01 Martin Liska <mliska@suse.cz>
27035 * df-scan.c (struct df_scan_problem_data):Use new type-based
27037 (df_scan_free_internal) Likewise.
27038 (df_scan_alloc) Likewise.
27039 (df_grow_reg_info) Likewise.
27040 (df_free_ref) Likewise.
27041 (df_insn_create_insn_record) Likewise.
27042 (df_mw_hardreg_chain_delete) Likewise.
27043 (df_insn_info_delete) Likewise.
27044 (df_free_collection_rec) Likewise.
27045 (df_mw_hardreg_chain_delete_eq_uses) Likewise.
27046 (df_sort_and_compress_mws) Likewise.
27047 (df_ref_create_structure) Likewise.
27048 (df_ref_record) Likewise.
27050 2015-06-01 Martin Liska <mliska@suse.cz>
27052 * df-problems.c (df_chain_create):Use new type-based pool allocator.
27053 (df_chain_unlink_1) Likewise.
27054 (df_chain_unlink) Likewise.
27055 (df_chain_remove_problem) Likewise.
27056 (df_chain_alloc) Likewise.
27057 (df_chain_free) Likewise.
27058 * df.h (struct dataflow) Likewise.
27060 2015-06-01 Martin Liska <mliska@suse.cz>
27062 * cselib.c (new_elt_list):Use new type-based pool allocator.
27063 (new_elt_loc_list) Likewise.
27064 (unchain_one_elt_list) Likewise.
27065 (unchain_one_elt_loc_list) Likewise.
27066 (unchain_one_value) Likewise.
27067 (new_cselib_val) Likewise.
27068 (cselib_init) Likewise.
27069 (cselib_finish) Likewise.
27071 2015-06-01 Martin Liska <mliska@suse.cz>
27073 * config/sh/sh.c (add_constant):Use new type-based pool allocator.
27074 (sh_reorg) Likewise.
27076 2015-06-01 Martin Liska <mliska@suse.cz>
27078 * cfg.c (initialize_original_copy_tables):Use new type-based
27080 (free_original_copy_tables) Likewise.
27081 (copy_original_table_clear) Likewise.
27082 (copy_original_table_set) Likewise.
27084 2015-06-01 Martin Liska <mliska@suse.cz>
27086 * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
27088 (asan_mem_ref_new) Likewise.
27089 (free_mem_ref_resources) Likewise.
27091 2015-06-01 Martin Liska <mliska@suse.cz>
27093 * var-tracking.c (variable_htab_free):Use new type-based
27095 (attrs_list_clear) Likewise.
27096 (attrs_list_insert) Likewise.
27097 (attrs_list_copy) Likewise.
27098 (shared_hash_unshare) Likewise.
27099 (shared_hash_destroy) Likewise.
27100 (unshare_variable) Likewise.
27101 (var_reg_delete_and_set) Likewise.
27102 (var_reg_delete) Likewise.
27103 (var_regno_delete) Likewise.
27104 (drop_overlapping_mem_locs) Likewise.
27105 (variable_union) Likewise.
27106 (insert_into_intersection) Likewise.
27107 (canonicalize_values_star) Likewise.
27108 (variable_merge_over_cur) Likewise.
27109 (dataflow_set_merge) Likewise.
27110 (remove_duplicate_values) Likewise.
27111 (variable_post_merge_new_vals) Likewise.
27112 (dataflow_set_preserve_mem_locs) Likewise.
27113 (dataflow_set_remove_mem_locs) Likewise.
27114 (variable_from_dropped) Likewise.
27115 (variable_was_changed) Likewise.
27116 (set_slot_part) Likewise.
27117 (clobber_slot_part) Likewise.
27118 (delete_slot_part) Likewise.
27119 (loc_exp_insert_dep) Likewise.
27120 (notify_dependents_of_changed_value) Likewise.
27121 (emit_notes_for_differences_1) Likewise.
27122 (vt_emit_notes) Likewise.
27123 (vt_initialize) Likewise.
27124 (vt_finalize) Likewise.
27126 2015-06-01 Martin Liska <mliska@suse.cz>
27128 * ira-color.c (init_update_cost_records):Use new type-based
27130 (get_update_cost_record) Likewise.
27131 (free_update_cost_record_list) Likewise.
27132 (finish_update_cost_records) Likewise.
27133 (initiate_cost_update) Likewise.
27135 2015-06-01 Martin Liska <mliska@suse.cz>
27137 * lra.c (init_insn_regs): Use new type-based pool allocator.
27138 (new_insn_reg) Likewise.
27139 (free_insn_reg) Likewise.
27140 (free_insn_regs) Likewise.
27141 (finish_insn_regs) Likewise.
27142 (init_insn_recog_data) Likewise.
27143 (init_reg_info) Likewise.
27144 (finish_reg_info) Likewise.
27145 (lra_free_copies) Likewise.
27146 (lra_create_copy) Likewise.
27147 (invalidate_insn_data_regno_info) Likewise.
27149 2015-06-01 Martin Liska <mliska@suse.cz>
27151 * lra-lives.c (free_live_range): Use new type-based pool allocator.
27152 (free_live_range_list) Likewise.
27153 (create_live_range) Likewise.
27154 (copy_live_range) Likewise.
27155 (lra_merge_live_ranges) Likewise.
27156 (remove_some_program_points_and_update_live_ranges) Likewise.
27157 (lra_live_ranges_init) Likewise.
27158 (lra_live_ranges_finish) Likewise.
27160 2015-06-01 Martin Liska <mliska@suse.cz>
27162 * et-forest.c (et_new_occ): Use new type-based pool allocator.
27163 (et_new_tree): Likewise.
27164 (et_free_tree): Likewise.
27165 (et_free_tree_force): Likewise.
27166 (et_free_pools): Likewise.
27167 (et_split): Likewise.
27169 2015-06-01 Martin Liska <mliska@suse.cz>
27171 * alloc-pool.c (struct alloc_pool_descriptor): Move definition
27173 * alloc-pool.h (pool_allocator::pool_allocator): New function.
27174 (pool_allocator::release): Likewise.
27175 (inline pool_allocator::release_if_empty): Likewise.
27176 (inline pool_allocator::~pool_allocator): Likewise.
27177 (pool_allocator::allocate): Likewise.
27178 (pool_allocator::remove): Likewise.
27180 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
27182 * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
27185 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
27187 * config/arm/arm-protos.h (tune_params): Rename fuseable_ops
27189 * config/arm/arm.c (arm_print_tune_info): Likewise.
27190 (arm_macro_fusion_p): Likewise.
27191 (arm_macro_fusion_pair_p): Likewise.
27193 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
27195 * config/aarch64/aarch64-protos.h (tune_params): Rename
27196 fuseable_ops to fusible_ops.
27197 * config/aarch64/aarch64.c (generic_tunings): Rename
27198 fuseable_ops to fusible_ops.
27199 (cortexa53_tunings): Likewise.
27200 (cortexa57_tunings): Likewise.
27201 (thunderx_tunings): Likewise.
27202 (xgene1_tunings): Likewise.
27203 (aarch64_macro_fusion_p): Likewise.
27204 (aarch64_macro_fusion_pair_p): Likewise.
27206 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
27208 * config/s390/driver-native.c: New file.
27209 * config/s390/x-native: New file.
27210 * config.host: Add new files for s390.
27211 * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
27213 * config.gcc: Likewise.
27214 * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
27215 * config/s390/s390-opts.h (enum processor_type): Ditto.
27216 * config/s390/s390.c (s390_option_override): Catch unhandled
27219 2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
27222 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
27223 redirection for instrumented calls.
27224 * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
27225 (append_compiler_options): Append -fcheck-pointer-bounds.
27226 * tree-chkp.h (chkp_copy_call_skip_bounds): New.
27227 (chkp_redirect_edge): New.
27228 * tree-chkp.c (chkp_copy_call_skip_bounds): New.
27229 (chkp_redirect_edge): New.
27231 2015-06-01 Richard Biener <rguenther@suse.de>
27233 PR tree-optimization/66280
27234 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
27237 2015-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27239 * config/aarch64/aarch64.md
27240 (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
27243 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
27245 * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
27246 Remove obsolete kludge.
27248 2015-06-01 Richard Biener <rguenther@suse.de>
27250 * tree-ssa-reassoc.c (get_rank): Simplify.
27252 2015-05-31 H.J. Lu <hongjiu.lu@intel.com>
27254 * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
27255 * configure: Regenerated.
27257 2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
27259 * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
27260 issue (add space between string literal and macro).
27261 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
27263 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
27265 * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
27266 implict or explicit -fPIE or -fpie.
27268 2015-05-30 Mike Frysinger <vapier@gentoo.org>
27270 * config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
27272 2015-05-28 DJ Delorie <dj@redhat.com>
27274 * expmed.c (extract_bit_field_1): Avoid clobbering a
27275 yet-to-be-used base/index register.
27277 2015-05-30 Jan Hubicka <hubicka@ucw.cz>
27279 * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
27280 (alias_stats): Add num_universal.
27281 (alias_set_subset_of): Special case pointers; be ready for NULL
27283 (alias_sets_conflict_p): Special case pointers; be ready for NULL
27285 (init_alias_set_entry): Break out from ...
27286 (record_alias_subset): ... here; propagate new fields;
27287 allocate children only when really needed.
27288 (get_alias_set): Do less generous pointer globbing.
27289 (dump_alias_stats_in_alias_c): Update statistics.
27291 2015-05-30 Alan Modra <amodra@gmail.com>
27293 * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
27294 correct block for use of r12.
27295 (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
27297 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
27300 * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
27303 2015-05-29 Jakub Jelinek <jakub@redhat.com>
27305 PR tree-optimization/66142
27306 * tree-if-conv.c (if_convertible_phi_p): Don't give up on
27307 virtual phis that feed themselves.
27309 2015-05-29 Richard Biener <rguenther@suse.de>
27311 PR tree-optimization/66314
27312 * tree-ssa-threadupdate.c (create_block_for_threading): Add
27313 parameter that says which loop the new block belongs to.
27314 (ssa_create_duplicates): Blocks duplicated for the threaded
27315 path belong to the loop of the thread destination.
27317 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
27319 * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
27320 to cleanup-saved-temps.
27321 * doc/sourcebuild.texi (Clean up generated test files): Expand
27323 (dg-keep-saved-temps): Document new proc.
27324 (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
27325 cleanup-saved-temps): Remove.
27327 2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
27329 * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
27330 gcc_AC_CHECK_DECLS.
27331 * configure: Regenerate.
27333 2015-05-28 Mike Frysinger <vapier@gentoo.org>
27335 * config/nios2/linux.h (CPP_SPEC): Define.
27337 2015-05-28 Mike Frysinger <vapier@gentoo.org>
27339 * config/microblaze/linux.h (CPP_SPEC): Define.
27341 2015-05-28 Mike Frysinger <vapier@gentoo.org>
27343 * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
27344 -pthread is specified.
27346 2015-05-28 Richard Biener <rguenther@suse.de>
27348 * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
27349 (vect_fixup_scalar_cycles_with_patterns): Likewise.
27350 (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
27351 after pattern recog.
27352 (vect_create_epilog_for_reduction): Properly handle reductions
27354 (vectorizable_reduction): Likewise.
27355 * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
27357 (vect_get_constant_vectors): Create the correct number of
27358 initial values for reductions.
27359 (vect_schedule_slp_instance): Handle reduction chains that are
27360 type changing properly.
27361 * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
27363 2015-05-28 Richard Biener <rguenther@suse.de>
27365 PR tree-optimization/66142
27366 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
27367 values better in memcpy destination handling. Handle non-aliasing
27370 2015-05-28 Lawrence Velázquez <vq@larryv.me>
27373 * config/darwin-c.c (version_components): New global enum.
27374 (parse_version, version_as_legacy_macro)
27375 (version_as_modern_macro, macosx_version_as_macro): New functions.
27376 (version_as_macro): Remove.
27377 (darwin_cpp_builtins): Use new function.
27379 2015-05-28 H.J. Lu <hongjiu.lu@intel.com>
27381 * builtins.c (expand_builtin_acc_on_device): Mark parameters
27382 with ATTRIBUTE_UNUSED.
27384 2015-05-28 Julian Brown <julian@codesourcery.com>
27388 * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
27389 sequence for !ACCEL_COMPILER.
27391 2015-05-28 Nick Clifton <nickc@redhat.com>
27393 * config/rx/rx.c (push_regs): New function. Extracts code from...
27394 (rx_expand_prologue): ... here. Use push_regs to push even small
27395 spans of registers.
27396 (pop_regs): New function.
27397 (rx_expand_epilogue): Use pop_regs to pop even small spans of
27400 2015-05-28 Richard Biener <rguenther@suse.de>
27402 * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
27404 (SLP_INSTANCE_BODY_COST_VEC): Remove.
27405 (vect_update_slp_costs_according_to_vf): Likewise.
27406 (vect_slp_analyze_operations): Update prototype.
27407 * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
27408 vect_update_slp_costs_according_to_vf, adjust.
27409 * tree-vect-slp.c (vect_free_slp_instance): Adjust.
27410 (vect_analyze_slp_cost_1): Likewise.
27411 (vect_analyze_slp_cost): Likewise. Properly deal with
27412 widening reduction ops. Commit body costs.
27413 (vect_analyze_slp_instance): Adjust. Do not analyze SLP
27414 cost for loops from here.
27415 (vect_slp_analyze_operations): But do it from here when
27416 the vectorization factor is known and stmts are analyzed.
27417 (vect_bb_vectorization_profitable_p): Simplify.
27418 (vect_slp_analyze_bb_1): Do not compute SLP cost here.
27419 (vect_update_slp_costs_according_to_vf): Remove.
27421 2015-05-27 Magnus Granberg <zorry@gentoo.org>
27422 H.J. Lu <hongjiu.lu@intel.com>
27424 * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
27425 (BUILD_CFLAGS): Likewise.
27426 (BUILD_CXXFLAGS): Likewise.
27427 (LINKER): Add @NO_PIE_FLAG@.
27428 (BUILD_LDFLAGS): Likewise.
27429 (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
27430 --enable-default-pie.
27431 * common.opt (fPIE): Initialize to -1.
27433 (no-pie): New option.
27434 (pie): Replace "Negative(shared)" with "Negative(no-pie)".
27435 * configure.ac: Add --enable-default-pie.
27436 (NO_PIE_CFLAGS): New. Check if -fno-PIE works. AC_SUBST.
27437 (NO_PIE_FLAG): New. Check if -no-pie works. AC_SUBST.
27438 * defaults.h (DEFAULT_FLAG_PIE): New. Default PIE to -fPIE.
27439 * gcc.c (NO_PIE_SPEC): New.
27440 (PIE_SPEC): Likewise.
27441 (NO_FPIE1_SPEC): Likewise.
27442 (FPIE1_SPEC): Likewise.
27443 (NO_FPIE2_SPEC): Likewise.
27444 (FPIE2_SPEC): Likewise.
27445 (NO_FPIE2_SPEC): Likewise.
27446 (FPIE_SPEC): Likewise.
27447 (NO_FPIE_SPEC): Likewise.
27448 (NO_FPIC1_SPEC): Likewise.
27449 (FPIC1_SPEC): Likewise.
27450 (NO_FPIC2_SPEC): Likewise.
27451 (FPIC2_SPEC): Likewise.
27452 (NO_FPIC2_SPEC): Likewise.
27453 (FPIC_SPEC): Likewise.
27454 (NO_FPIC_SPEC): Likewise.
27455 (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
27456 (FPIE1_OR_FPIC1_SPEC): Likewise.
27457 (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
27458 (FPIE2_OR_FPIC2_SPEC): Likewise.
27459 (NO_FPIE_AND_FPIC_SPEC): Likewise.
27460 (FPIE_OR_FPIC_SPEC): Likewise.
27461 (LD_PIE_SPEC): Likewise.
27462 (LINK_PIE_SPEC): Handle -no-pie. Use PIE_SPEC and LD_PIE_SPEC.
27463 * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
27464 * config/darwin.h (PIE_SPEC): Renamed to ...
27465 (DARWIN_PIE_SPEC): This.
27466 (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
27467 * config/darwin9.h (PIE_SPEC): Renamed to ...
27468 (DARWIN_PIE_SPEC): This.
27469 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
27470 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
27471 * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
27472 FPIE2_OR_FPIC2_SPEC.
27473 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
27474 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
27475 * config/sol2.h (ASM_PIC_SPEC): Likewise.
27476 * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27477 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27478 * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27479 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
27480 * config/m32r/m32r.h (ASM_SPEC): Likewise.
27481 * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
27482 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
27483 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
27484 * config/sparc/freebsd.h (ASM_SPEC): Likewise.
27485 * config/sparc/linux.h (ASM_SPEC): Likewise.
27486 * config/sparc/linux64.h (ASM_SPEC): Likewise.
27487 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
27488 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
27489 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
27490 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
27491 * config/sparc/sparc.h (ASM_SPEC): Likewise.
27492 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
27493 * config/sparc/vxworks.h (ASM_SPEC): Likewise.
27494 * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
27495 FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
27496 * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
27497 * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
27498 NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
27499 (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
27500 * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
27501 * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
27502 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
27503 * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
27504 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
27505 * config/vax/linux.h (ASM_SPEC): Likewise.
27506 * doc/install.texi: Document --enable-default-pie.
27507 * doc/invoke.texi: Document -no-pie.
27508 * config.in: Regenerated.
27509 * configure: Likewise.
27511 2015-05-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
27513 PR rtl-optimization/66168
27514 * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
27515 can_move_invariant_reg.
27517 2015-05-27 John David Anglin <danglin@gcc.gnu.org>
27520 * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
27521 REG_EQUAL note when doing insert.
27523 * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
27524 instead of "%d" for 'o' operand.
27526 2015-05-27 Nathan Sidwell <nathan@acm.org>
27529 * tree.c (build_pointer_type_for_mode): Canonical type does not
27530 inherit can_alias_all.
27531 (build_reference_type_for_mode): Likewise.
27533 2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
27535 * expr.h (array_at_struct_end_p): Move to...
27536 (array_ref_element_size): Likewise.
27537 (component_ref_field_offset): Likewise.
27538 * tree.h (array_ref_element_size): ...here.
27539 (array_at_struct_end_p): Likewise.
27540 (component_ref_field_offset): Likewise.
27541 * expr.c (array_ref_element_size): Move to...
27542 (array_ref_low_bound): Likewise.
27543 (array_at_struct_end_p): Likewise.
27544 (array_ref_up_bound): Likewise.
27545 (component_ref_field_offset): Likewise.
27546 * tree.c (array_ref_element_size): ...here.
27547 (array_ref_low_bound): Likewise.
27548 (array_ref_up_bound): Likewise.
27549 (array_at_struct_end_p): Likewise.
27550 (component_ref_field_offset): Likewise.
27552 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
27553 Szabolcs Nagy <szabolcs.nagy@arm.com>
27555 * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
27557 2015-05-27 Jason Merrill <jason@redhat.com>
27560 * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
27561 ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
27562 ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
27564 2015-05-22 Aditya Kumar <hiraditya@msn.com>
27566 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
27569 * statistics.c (statistics_fini_pass): Print pass name.
27571 2015-05-27 Richard Biener <rguenther@suse.de>
27573 PR tree-optimization/66272
27575 2014-08-15 Richard Biener <rguenther@suse.de>
27577 PR tree-optimization/62031
27578 * tree-data-ref.c (dr_analyze_indices): Do not set
27579 DR_UNCONSTRAINED_BASE.
27580 (dr_may_alias_p): All indirect accesses have to go the
27581 formerly DR_UNCONSTRAINED_BASE path.
27582 * tree-data-ref.h (struct indices): Remove
27583 unconstrained_base member.
27584 (DR_UNCONSTRAINED_BASE): Remove.
27586 2015-05-27 Aldy Hernandez <aldyh@redhat.com>
27588 * dwarf2out.c: Remove block_map.
27589 (gen_call_site_die): Replace block_map use with BLOCK_DIE.
27590 (gen_lexical_block_die): Same.
27591 (dwarf2out_function_decl): Remove block_map use.
27592 (dwarf2out_c_finalize): Same.
27593 * tree-core.h (struct tree_block): Add die field.
27594 * tree.h (BLOCK_DIE): New.
27596 2015-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27599 * expr.c (memory_load_overlap): New function.
27600 (emit_push_insn): When pushing partial args to the stack would
27601 clobber the register part load the overlapping part into a pseudo
27602 and put it into the hard reg after pushing. Change return type
27603 to bool. Add bool argument.
27604 * expr.h (emit_push_insn): Change return type to bool.
27606 * calls.c (expand_call): Cancel sibcall optimization when encountering
27607 partial argument on targets with ARGS_GROW_DOWNWARD and
27608 !STACK_GROWS_DOWNWARD.
27609 (emit_library_call_value_1): Update callsite of emit_push_insn.
27610 (store_one_arg): Likewise.
27612 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
27614 * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
27616 2015-05-27 Martin Liska <mliska@suse.cz>
27618 * Makefile.in: Add additional dependencies related to memory report
27620 * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
27621 * bitmap.c (struct bitmap_descriptor_d): Remove.
27622 (struct loc): Likewise.
27623 (struct bitmap_desc_hasher): Likewise.
27624 (bitmap_desc_hasher::hash): Likewise.
27625 (bitmap_desc_hasher::equal): Likewise.
27626 (get_bitmap_descriptor): Likewise.
27627 (bitmap_register): User new memory descriptor API.
27628 (register_overhead): Likewise.
27629 (bitmap_find_bit): Register nsearches and search_iter statistics.
27630 (struct bitmap_output_info): Remove.
27631 (print_statistics): Likewise.
27632 (dump_bitmap_statistics): Use new memory descriptor.
27633 * bitmap.h (struct bitmap_usage): New class.
27634 * genmatch.c: Extend header file inclusion.
27635 * genpreds.c: Likewise.
27636 * ggc-common.c (struct ggc_usage): New class.
27637 (struct ggc_loc_desc_hasher): Remove.
27638 (ggc_loc_desc_hasher::hash): Likewise.
27639 (ggc_loc_desc_hasher::equal): Likewise.
27640 (struct ggc_ptr_hash_entry): Likewise.
27641 (struct ptr_hash_hasher): Likewise.
27642 (ptr_hash_hasher::hash): Likewise.
27643 (ptr_hash_hasher::equal): Likewise.
27644 (make_loc_descriptor): Likewise.
27645 (ggc_prune_ptr): Likewise.
27646 (dump_ggc_loc_statistics): Use new memory descriptor.
27647 (ggc_record_overhead): Likewise.
27648 (ggc_free_overhead): Likewise.
27649 (final_cmp_statistic): Remove.
27650 (cmp_statistic): Likewise.
27651 (ggc_add_statistics): Liekwise.
27652 (ggc_prune_overhead_list): Likewise.
27653 * hash-map-traits.h: New file.
27654 * hash-map.h (struct default_hashmap_traits): Move the traits to a
27655 separate header file.
27656 * hash-set.h: Pass memory statistics info to ctor.
27657 * hash-table.c (void dump_hash_table_loc_statistics): New function.
27658 * hash-table.h (hash_table::hash_table): Add new ctor arguments.
27659 (hash_table::~hash_table): Register memory release operation.
27660 (hash_table::alloc_entries): Handle memory allocation operation.
27661 (hash_table::expand): Likewise.
27662 * inchash.c (iterative_hash_hashval_t): Move implementation to header
27664 (iterative_hash_host_wide_int): Likewise.
27665 * inchash.h (class hash): Likewise.
27666 * mem-stats-traits.h: New file.
27667 * mem-stats.h: New file.
27668 (mem_location): Add new class.
27669 (mem_usage): Likewise.
27670 (mem_alloc_description): Likewise.
27671 * sese.c: Add new header file inclusision.
27672 * toplev.c (dump_memory_report): Add report for hash_table, hash_map
27674 * tree-sra.c: Add new header file inclusision.
27675 * vec.c (struct vec_descriptor): Remove.
27676 (hash_descriptor): Likewise.
27677 (struct vec_usage): Likewise.
27678 (struct ptr_hash_entry): Likewise.
27679 (hash_ptr): Likewise.
27680 (eq_ptr): Likewise.
27681 (vec_prefix::register_overhead): Use new memory descriptor API.
27682 (vec_prefix::release_overhead): Likewise.
27683 (add_statistics): Remove.
27684 (dump_vec_loc_statistics): Use new memory descriptor API.
27685 * vec.h (struct vec_prefix): Likewise.
27686 (va_heap::reserve): Likewise.
27687 (va_heap::release): Likewise.
27688 * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
27690 2015-05-27 Richard Biener <rguenther@suse.de>
27692 * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
27693 earlier and remove ??? comment.
27694 (vect_analyze_stmt): If we are analyzing a pure SLP stmt
27695 and got called from loop analysis bail out. Always pass the SLP
27696 node to the vectorizable_* functions.
27697 * tree-vect-loop.c (vect_analyze_loop_operations): Remove
27698 the premature SLP check here.
27699 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
27700 detected SLP stmts.
27701 (vect_detect_hybrid_slp_1): Likewise.
27703 2015-05-26 Jeff Law <law@redhat.com>
27705 * combine.c (find_split_point): Verify that the shift count is a
27706 constant when choosing (plus (ashift ...)) as a split point.
27708 * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
27709 No functional changes.
27711 2015-05-26 Jan Hubicka <hubicka@ucw.cz>
27713 * ipa-polymorphic-call.c
27714 (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
27715 case when call target is already known.
27717 2015-05-26 Oleg Endo <olegendo@gcc.gnu.org>
27720 * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
27721 take into account the case that operands[1] and operands[2]
27722 are the same register.
27724 2015-05-26 Michael Matz <matz@suse.de>
27726 PR middle-end/66251
27728 * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
27730 (vect_create_vectorized_demotion_stmts): Always set
27731 STMT_VINFO_VEC_STMT, also with SLP.
27732 (vectorizable_store): Handle strided group stores.
27734 2015-05-26 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
27737 * config/aarch64/aarch64.md
27738 (*adds_shift_imm_<mode>): New pattern.
27739 (*subs_shift_imm_<mode>): Likewise.
27740 (*adds_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
27741 (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
27742 (*add_uxt<mode>_shift2): Likewise.
27743 (*add_uxtsi_shift2_uxtw): Likewise.
27744 (*sub_uxt<mode>_shift2): Likewise.
27745 (*sub_uxtsi_shift2_uxtw): Likewise.
27747 2015-05-26 David Edelsohn <dje.gcc@gmail.com>
27749 * config/rs6000/constraints.md (Y, U): Use match_test.
27751 2015-05-26 Christian Bruel <christian.bruel@st.com>
27754 * config/arm/arm.c (arm_option_check_internal)
27755 (arm_option_params_internal): Check opts->target_flags to set macros.
27756 (TREE_TARGET_ARM, TREE_TARGET_THUMB)
27757 (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
27758 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
27759 (builtin_define): Replaced with def_or_undef_macro.
27760 * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
27761 TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
27762 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
27763 (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
27764 (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
27765 (TARGET_ARM_FEATURE_LDREX_P)
27766 (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
27767 * config/arm/arm-c.c (def_or_undef_macro): New function.
27768 (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
27770 2015-05-26 Christian Bruel <christian.bruel@st.com>
27772 * c-common.h (builtin_define_with_int_value)
27773 (builtin_define_type_sizeof): Declare.
27774 * c-cppbuiltin.c (builtin_define_with_int_value)
27775 (builtin_define_type_sizeof): Externalize.
27776 (builtin_define_std): Cleanup declaration.
27777 * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
27778 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
27779 * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
27780 (builtin_define, builtin_assert): New macros.
27782 2015-05-26 Richard Biener <rguenther@suse.de>
27784 PR tree-optimization/66142
27785 * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
27786 MEM_REFs for the same base address.
27788 2015-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
27791 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
27793 2015-05-26 Jason Merrill <jason@redhat.com>
27795 * configure.ac: Set CXXFLAGS for ISL test.
27796 * configure: Regenerate.
27798 * configure.ac: Use C++ for all tests. Use AC_CHECK_DECLS for
27799 strstr and basename.
27800 * configure: Regenerate.
27802 2015-05-26 Richard Biener <rguenther@suse.de>
27804 * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
27805 X % C -> X & (C - 1) for C being a power-of two to ...
27806 * match.pd: ... patterns.
27808 2015-05-26 Marc Glisse <marc.glisse@inria.fr>
27810 * match.pd (swapped_tcc_comparison): New operator list.
27811 (-A CMP -B): New simplification.
27812 * fold-const.c (fold_comparison): Remove corresponding code.
27814 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
27816 * caller-save.c (init_caller_save): Base temporary register numbers
27817 on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
27818 * cfgloopanal.c (init_set_costs): Likewise.
27819 * dojump.c (prefer_and_bit_test): Likewise.
27820 * expr.c (init_expr_target): Likewise.
27821 * ira.c (setup_prohibited_mode_move_regs): Likewise.
27822 * lower-subreg.c (init_lower_subreg): Likewise.
27823 * postreload.c (reload_cse_regs_1): Likewise.
27825 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
27827 * gensupport.h (compute_test_codes): Declare.
27828 * gensupport.c (compute_predicate_codes): Rename to...
27829 (compute_test_codes): ...this. Generalize error message.
27830 (process_define_predicate): Update accordingly.
27831 * genpreds.c (compute_maybe_allows): Delete.
27832 (add_constraint): Use compute_test_codes to determine whether
27833 something can accept a SUBREG, REG or MEM.
27835 2015-05-26 Torvald Riegel <triegel@redhat.com>
27837 * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
27838 'memory model' to align with C++11; fix description of memory orders;
27841 2015-05-26 Richard Biener <rguenther@suse.de>
27843 * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
27844 (vect_analyze_loop_operations): ... here. Remove slp parameter,
27845 detect whether we apply SLP. Remove call to
27846 vect_update_slp_costs_according_to_vf.
27847 (vect_analyze_loop_2): Call vect_update_vf_for_slp and
27848 vect_update_slp_costs_according_to_vf from here. Dispatch
27849 to vect_slp_analyze_operations to analyze SLP stmts.
27850 * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
27851 unused bb_vec_info parameter, adjust assert.
27852 (vect_slp_analyze_operations): Pass in the slp instance tree
27853 instead of bb_vec_info.
27854 (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
27855 * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
27857 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
27859 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
27860 Q_REGS. Expand comment.
27861 (REG_CLASS_NAMES): Ditto.
27862 (REG_CLASS_CONTENTS): Ditto.
27864 2015-05-25 Uros Bizjak <ubizjak@gmail.com>
27867 * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
27868 when LEGACY_INT_REGNO_P is processed.
27870 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
27872 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
27874 2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
27876 * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
27877 register if not marked dead/unused, before return.
27879 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
27882 * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
27883 is set; check for assembler name at LTO time.
27884 (type_in_anonymous_namespace): Remove hacks, check that all
27885 anonymous types are called "<anon>"
27886 (odr_type_p): Simplify; add check for "<anon>"
27887 (odr_subtypes_equivalent): Add odr_type_p check.
27888 * tree.c (need_assembler_name_p): Even anonymous namespace needs
27891 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
27893 * ipa-utils.h (method_class_type): Remove.
27894 * cgraphunit.c (walk_polymorphic_call_targets): Use
27895 TYPE_METHOD_BASETYPE.
27896 * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
27897 on main variants only.
27898 (method_class_type): Remove.
27899 (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
27900 (build_type_inheritance_graph): Likewise.
27901 * ipa-icf.c (sem_function::equals_wpa): Likewise.
27902 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
27903 check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
27905 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
27907 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
27908 is_typedef_decl, typedef_variant_p): Constify.
27909 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
27910 is_typedef_decl, typedef_variant_p): Constify.
27912 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27914 * defaults.h (gen_tablejump): New function.
27915 (HAVE_tablejump): Add default value.
27917 * stmt.c: Likewise.
27919 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27921 * defaults.h (gen_store_multiple): New function.
27922 (HAVE_store_multiple): Add default value.
27923 * expr.c (move_block_from_reg): Adjust.
27925 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27927 * defaults.h (gen_load_multiple): New function.
27928 (HAVE_load_multiple): Add default value.
27929 * expr.c (move_block_to_reg): Adjust.
27931 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27933 * defaults.h (gen_mem_signal_fence): New function.
27934 (HAVE_mem_signal_fence): Add default value.
27935 * optabs.c: Adjust.
27937 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27939 * defaults.h (gen_memory_barrier): New function.
27940 (HAVE_memory_barrier): Add default value.
27941 * optabs.c: Adjust.
27943 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27945 * defaults.h (gen_mem_thread_fence): New function.
27946 (HAVE_mem_thread_fence): Add default definition.
27947 * optabs.c: Adjust.
27949 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
27951 * combine.c (find_split_point): Check the value of HAVE_lo_sum
27952 instead of if it is defined.
27953 (combine_simplify_rtx): Likewise.
27954 * lra-constraints.c (process_address_1): Likewise.
27955 * config/darwin.c: Adjust.
27956 * genconfig.c (main): Always define HAVE_lo_sum.
27958 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
27960 * genmatch.c (parser::parse_operation): Reject expanding
27961 operator-list inside 'for'.
27963 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
27965 * genmatch.c (parser::parse_for): Reject iterator if used as
27968 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
27970 * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
27971 after end of id-list.
27973 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
27975 * tree.c (gimple_canonical_types_compatible_p): Sanity check that
27976 we do not try to compute canonical type for type that does not need
27978 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
27980 * tree.h (type_with_alias_set_p): New.
27982 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
27984 * tree.c (gimple_canonical_types_compatible_p): Do not compare
27985 function attributes.
27986 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
27988 2015-05-22 Jim Wilson <jim.wilson@linaro.org>
27990 * Makefile.in (check_gcc_parallelize): Delete.
27991 (lang_checks_parallelized): Update comment.
27993 2015-05-22 Mikhail Maltsev <maltsevm@gmail.com>
27995 PR rtl-optimization/66237
27996 * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
27997 location of an "as_a" cast.
27999 2015-05-22 Jeff Law <law@redhat.com>
28001 * config/pa/pa.md (non-canonical shift-add insns): Remove.
28002 (peepholes with non-canonical RTL sources): Remove.
28003 (peepholes for indexed stores of FP regs in integer modes): Match and
28004 generate canonical RTL.
28006 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
28008 PR tree-optimization/63387
28009 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
28010 ((x ord x) & (y ord y) -> (x ord y),
28011 (x ord x) & (x ord y) -> (x ord y)): New simplifications.
28012 * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
28013 vectors like scalars.
28015 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
28017 * convert.c (convert_to_integer, convert_to_vector): Include the
28018 types in the error message.
28020 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
28022 * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
28025 2015-05-22 Jeff Law <law@redhat.com>
28027 * config/pa/pa.md (integer_indexed_store splitters): Use
28028 mem_shadd_operand. Use ASHIFT rather than MULT in the resulting
28029 insns -- adjusting the constant 2nd operand accordingly.
28031 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
28032 (plus (ashift X log2) Y) if it is a split point.
28034 * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
28035 out of hppa_legitimize_address to handle both forms of a multiply
28037 (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
28038 Always generate the ASHIFT variant as the result is not directly
28039 used in a MEM. Update comments and refactor slightly to improve
28042 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28045 * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
28046 aarch64_composite_type_p. Remove check for aarch64_composite_type_p.
28047 (aarch64_composite_type_p): Return false if given type and mode are
28048 for a short vector.
28050 2015-05-22 Richard Biener <rguenther@suse.de>
28052 * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
28054 * tree-vect-loop.c (vect_analyze_loop_operations): Look at
28055 patterns when determining whether SLP is pure.
28056 (vect_is_slp_reduction): Remove check for pattern stmts.
28057 (vect_is_simple_reduction_1): Remove dead code.
28058 * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
28059 (vect_get_and_check_slp_defs): Pass in the stmt number.
28060 Allow the first def in a reduction to be not a pattern stmt when
28061 the rest of the stmts def are patterns.
28062 (vect_build_slp_tree_1): Allow tcc_expression codes like
28063 SAD_EXPR and DOT_PROD_EXPR.
28064 (vect_build_slp_tree): Adjust.
28065 (vect_analyze_slp): Refactor and move BB vect error message ...
28066 (vect_slp_analyze_bb_1): ... here.
28068 2015-05-22 Aldy Hernandez <aldyh@redhat.com>
28070 * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
28071 for CSWTCH temporary.
28073 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28075 * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
28076 (arm_unspec_cost): Allow UNSPEC_VOLATILE. Do not recurse inside
28079 2015-05-22 Richard Biener <rguenther@suse.de>
28081 PR tree-optimization/66251
28082 * tree-vect-stmts.c (vectorizable_conversion): Properly
28083 set STMT_VINFO_VEC_STMT even for the SLP case.
28085 2015-05-22 Marek Polacek <polacek@redhat.com>
28087 * doc/extend.texi: Use @pxref instead of @xref.
28089 2015-05-22 hiraditya <hiraditya@msn.com>
28091 * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
28094 2015-05-22 Richard Biener <rguenther@suse.de>
28096 PR tree-optimization/65701
28097 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
28098 Move peeling cost models into one place. Peel for alignment
28099 for single loads only if an aligned load is cheaper than
28102 2015-05-22 Marek Polacek <polacek@redhat.com>
28105 * doc/extend.texi (Enumerator Attributes): New section.
28106 Document syntax of enumerator attributes.
28108 2015-05-22 Richard Biener <rguenther@suse.de>
28110 * tree-vect-loop.c (get_reduction_op): New function.
28111 (vect_model_reduction_cost): Use it, add reduc_index parameter.
28112 Make ready for BB reductions.
28113 (vect_create_epilog_for_reduction): Use get_reduction_op.
28114 (vectorizable_reduction): Init reduc_index to a valid value.
28115 Adjust vect_model_reduction_cost call.
28116 * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
28117 operand for reduction defaults. Add SAD_EXPR support.
28118 Assert we have a neutral op for SLP reductions.
28119 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
28120 walking pattern stmt ops only recurse to SSA names.
28122 2015-05-22 Richard Biener <rguenther@suse.de>
28124 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
28125 assert with guard, remove check on detected reduction.
28126 (vect_recog_sad_pattern): Likewise.
28127 (vect_recog_widen_sum_pattern): Likewise.
28129 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28131 * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
28132 __always_inline__ attribute.
28133 (vaesdq_u8): Likewise.
28134 (vaesmcq_u8): Likewise.
28135 (vaesimcq_u8): Likewise.
28136 (vsha1cq_u32): Likewise.
28137 (vsha1mq_u32): Likewise.
28138 (vsha1pq_u32): Likewise.
28139 (vsha1h_u32): Likewise.
28140 (vsha1su0q_u32): Likewise.
28141 (vsha1su1q_u32): Likewise.
28142 (vsha256hq_u32): Likewise.
28143 (vsha256h2q_u32): Likewise.
28144 (vsha256su0q_u32): Likewise.
28145 (vsha256su1q_u32): Likewise.
28146 (vmull_p64): Likewise.
28147 (vmull_high_p64): Likewise.
28149 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28151 * final.c (final_scan_insn): Don't check HAVE_peephole with the
28153 * output.h: Likewise.
28154 * genconfig.c (main): Alwways define HAVE_peephole.
28155 * genpeep.c: Don't emit checks of HAVE_peephole.
28157 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28159 * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
28160 check HAVE_conditional_move with the preprocessor.
28162 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28164 * genconfig.c (main): Always define HAVE_conditional_move.
28165 * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
28166 toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
28169 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28171 * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
28172 reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
28173 and FRAME_POINTER_REGNUM with the preprocessor.
28175 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28177 * defaults.h: Add default for STACK_PUSH_CODE.
28178 * expr.c: Don't redefine STACK_PUSH_CODE.
28179 * recog.c: Likewise.
28181 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28183 * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
28184 sched-deps.c: Use if instead of preprocessor checks with
28185 STACK_GROWS_DOWNWARD.
28187 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28189 * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
28191 * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
28192 * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
28193 * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
28194 * doc/tm.texi: Regenerate.
28196 2015-05-21 H.J. Lu <hongjiu.lu@intel.com>
28199 * config/i386/constraints.md (Bg): New constraint for GOT memory
28201 * config/i386/i386.md (*call_got_x32): New pattern.
28202 (*call_value_got_x32): Likewise.
28203 * config/i386/predicates.md (GOT_memory_operand): New predicate.
28205 2015-05-21 Jakub Jelinek <jakub@redhat.com>
28207 PR tree-optimization/66233
28208 * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
28211 2015-05-21 Jeff Law <law@redhat.com>
28213 * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
28214 than MULT for shadd sequences.
28216 2015-05-08 Jan Hubicka <hubicka@ucw.cz>
28218 * alias.c (alias_stats): New static var.
28219 (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
28220 (dump_alias_stats_in_alias_c): New function.
28221 * alias.h (dump_alias_stats_in_alias_c): Declare.
28222 * tree-ssa-alias.c (dump_alias_stats): Call it.
28224 2015-05-08 Michael Matz <matz@suse.de>
28226 * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
28228 (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
28229 (STMT_VINFO_STRIDED_P): ... this.
28230 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
28231 (vect_verify_datarefs_alignment): Likewise.
28232 (vect_enhance_data_refs_alignment): Likewise.
28233 (vect_analyze_data_ref_access): Likewise.
28234 (vect_analyze_data_refs): Accept strided stores.
28235 * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
28236 (vect_model_load_cost): Adjust for macro rename.
28237 (vectorizable_mask_load_store): Likewise.
28238 (vectorizable_load): Likewise.
28239 (vectorizable_store): Open code strided stores.
28241 2015-05-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28243 * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
28244 Document sqrt_insn.
28246 2015-05-21 Richard Biener <rguenther@suse.de>
28249 * match.pd: Guard pattern optimzing (int)(float)int
28250 conversions to apply only on GIMPLE.
28252 2015-05-21 Jeff Law <law@redhat.com>
28254 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
28255 multiply-accumulate/shift-add insn generation.
28257 2015-05-21 Oleg Endo <olegendo@gcc.gnu.org>
28260 * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
28261 operands[1] are the same.
28263 2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
28265 PR middle-end/66221
28266 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
28267 build_distinct_type_copy to copy bounds.
28269 2015-05-21 Thomas Schwinge <thomas@codesourcery.com>
28271 * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
28272 Change to unsigned int.
28274 2015-05-20 Jeff Law <law@redhat.com>
28276 * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
28277 (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
28278 (pa_shadd_constant_p): Allow constants for shadd insns rather
28279 than valid scaling constants for memory addresses.
28280 * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
28281 * config/pa/predicates.md (mem_shadd_operand): New predicate.
28282 * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
28283 (shift-add insns using ASHIFT): New patterns.
28285 2015-05-20 Mikhail Maltsev <maltsevm@gmail.com>
28287 * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
28289 (fix_up_fall_thru_edges): Likewise.
28290 (fix_crossing_conditional_branches): Likewise. Promote jump targets
28291 from to rtx_insn to rtx_code_label where feasible.
28292 * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
28293 gen_move_insn (returned type changed to rtx_insn).
28294 * builtins.c (expand_errno_check): Fix arguments of
28295 do_compare_rtx_and_jump (now expects rtx_code_label).
28296 (expand_builtin_acc_on_device): Likewise.
28297 * cfgcleanup.c (try_simplify_condjump): Add cast when calling
28298 invert_jump (now exprects rtx_jump_insn).
28299 * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
28300 (construct_init_block): Use rtx_code_label.
28301 * cfgrtl.c (block_label): Promote return type to rtx_code_label.
28302 (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
28303 calling redirect_jump.
28304 (patch_jump_insn): Likewise.
28305 (redirect_branch_edge): Likewise.
28306 (force_nonfallthru_and_redirect): Likewise.
28307 (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
28309 (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
28310 * cfgrtl.h: Promote return type of block_label to rtx_code_label.
28311 * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
28312 * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
28313 to store the value retured by gen_label_rtx.
28314 * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
28316 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
28317 (split_branches): Fix calls of redirect_jump.
28318 * dojump.c (jumpifnot): Promote argument type from rtx to
28320 (jumpifnot_1): Likewise.
28321 (jumpif): Likewise.
28322 (jumpif_1): Likewise.
28323 (do_jump_1): Likewise.
28324 (do_jump): Likewise. Use rtx_code_label when feasible.
28325 (do_jump_by_parts_greater_rtx): Likewise.
28326 (do_jump_by_parts_zero_rtx): Likewise.
28327 (do_jump_by_parts_equality_rtx): Likewise.
28328 (do_compare_rtx_and_jump): Likewise.
28329 * dojump.h: Update function prototypes.
28330 * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
28332 * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
28334 (emit_label_before): Likewise.
28335 (emit_jump_insn_after_noloc): Likewise.
28336 (emit_jump_insn_after_setloc): Likewise.
28337 (emit_jump_insn_after): Likewise
28338 (emit_jump_insn_before_setloc): Likewise.
28339 (emit_jump_insn_before): Likewise.
28340 (emit_label_before): Promote return type to rtx_code_label.
28341 (emit_label): Likewise.
28342 * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
28343 * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
28345 (emit_stack_restore): Likewise.
28346 * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
28347 (do_cmp_and_jump): Likewise.
28348 * expr.c (expand_expr_real_2): Likewise. Promote some local variables
28349 from rtx to rtx_code_label.
28350 (gen_move_insn_uncast): New function.
28351 * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
28352 * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
28353 * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
28354 * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
28355 invert_jump_1 and redirect_jump_1.
28356 * internal-fn.c (expand_arith_overflow_result_store): Fix call of
28357 do_compare_rtx_and_jump.
28358 (expand_addsub_overflow): Likewise.
28359 (expand_neg_overflow): Likewise.
28360 (expand_mul_overflow): Likewise.
28361 * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
28362 return value of gen_move_insn.
28363 * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
28364 * loop-doloop.c (add_test): Use rtx_code_label.
28365 (doloop_modify): Likewise.
28366 (doloop_optimize): Likewise.
28367 * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
28368 * lra-constraints.c (emit_spill_move): Remove cast of value returned
28370 (inherit_reload_reg): Add cast when calling dump_insn_slim.
28371 (split_reg): Likewise.
28372 * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
28374 * optabs.c (expand_binop_directly): Remove casts of values returned by
28376 (expand_unop_direct): Likewise.
28377 (expand_abs): Likewise.
28378 (maybe_emit_unop_insn): Likewise.
28379 (maybe_gen_insn): Promote return type to rtx_insn.
28380 * optabs.h: Update prototype of maybe_gen_insn.
28381 * postreload-gcse.c (eliminate_partially_redundant_load): Remove
28383 * recog.c (struct peep2_insn_data): Promote type of insn field to
28385 (peep2_reinit_state): Use NULL instead of NULL_RTX.
28386 (peep2_attempt): Remove casts of insn in peep2_insn_data.
28387 (peep2_fill_buffer): Promote argument from rtx to rtx_insn
28388 * recog.h (struct insn_gen_fn): Promote return types of function
28389 pointers and operator ().from rtx to rtx_insn.
28390 * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
28391 (fill_eager_delay_slots): Likewise.
28392 (relax_delay_slots): Likewise.
28393 (make_return_insns): Likewise.
28394 (dbr_schedule): Likewise.
28395 (optimize_skips): Likewise.
28396 (reorg_redirect_jump): Likewise.
28397 (fill_slots_from_thread): Likewise.
28398 * reorg.h: Update prototypes.
28399 * resource.c (find_dead_or_set_registers): Use dyn_cast to
28400 rtx_jump_insn instead of check. Use it's jump_target method.
28401 * rtl.h (rtx_jump_insn::jump_label): Define new method.
28402 (rtx_jump_insn::jump_target): Define new method.
28403 (rtx_jump_insn::set_jump_target): Define new method.
28404 * rtlanal.c (tablejump_p): Promote type of one local variable.
28405 * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
28406 (sched_analyze_insn): Likewise.
28407 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
28408 (print_insn): Likewise.
28409 * stmt.c (label_rtx): Promote return type to rtx_insn.
28410 (force_label_rtx): Likewise.
28411 (jump_target_rtx): Define new function.
28412 (expand_label): Use it, get rid of one cast.
28413 (expand_naked_return): Promote rtx to rtx_code_label.
28414 (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
28415 (expand_case): Use rtx_code_label instread of rtx where feasible.
28416 (expand_sjlj_dispatch_table): Likewise.
28417 (emit_case_nodes): Likewise.
28418 * stmt.h: Declare jump_target_rtx. Update prototypes. Fix comments.
28419 * store-motion.c (insert_store): Make use of new return type of
28420 gen_move_insn and remove a cast.
28421 (replace_store_insn): Likewise.
28423 2015-05-20 Max Filippov <jcmvbkbc@gmail.com>
28425 * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
28426 by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
28428 2015-05-20 Jeff Law <law@redhat.com>
28430 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
28431 dispose of the jump thread path when the jump threading
28432 opportunity is cancelled.
28434 2015-05-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
28436 * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
28437 when printing the caret character.
28439 2015-05-20 Marek Polacek <polacek@redhat.com>
28441 * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
28443 2015-05-20 Marek Polacek <polacek@redhat.com>
28445 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
28446 * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
28447 * gimple-fold.c (canonicalize_bool): Likewise.
28448 (same_bool_result_p): Likewise.
28449 * tree-if-conv.c (parse_predicate): Likewise.
28451 2015-05-20 Marek Polacek <polacek@redhat.com>
28453 * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
28454 * gimplify.c (gimplify_modify_expr_rhs): Likewise.
28456 2015-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28458 * config/aarch64/aarch64.c (aarch64_class_max_nregs):
28459 Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
28462 2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
28464 * config/mips/mips.h (micromips_globals): Declare.
28466 2015-05-20 David Malcolm <dmalcolm@redhat.com>
28468 * timevar.def (TV_INITIALIZE_RTL): New.
28469 * toplev.c (initialize_rtl): Use an auto_timevar to account this
28470 function's time to TV_INITIALIZE_RTL.
28472 2015-05-20 Ilya Enkovich <enkovich.gnu@gmail.com>
28474 * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
28475 gimple_build_nop calls.
28476 (chkp_find_bounds_for_elem): Likewise.
28477 (chkp_get_zero_bounds): Likewise.
28478 (chkp_get_none_bounds): Likewise.
28479 (chkp_get_bounds_by_definition): Likewise.
28480 (chkp_generate_extern_var_bounds): Likewise.
28481 (chkp_get_bounds_for_decl_addr): Likewise.
28482 (chkp_get_bounds_for_string_cst): Likewise.
28484 2015-05-20 Bin Cheng <bin.cheng@arm.com>
28486 PR tree-optimization/65447
28487 * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
28488 (dump_use, dump_uses): Support to dump sub use.
28489 (record_use): New parameters to support sub use. Remove call to
28491 (record_sub_use, record_group_use): New functions.
28492 (compute_max_addr_offset, split_all_small_groups): New functions.
28493 (group_address_uses, rewrite_use_address): New functions.
28494 (strip_offset): New declaration.
28495 (find_interesting_uses_address): Call record_group_use.
28496 (add_candidate): New assertion.
28497 (infinite_cost_p): Move definition forward.
28498 (add_costs): Check INFTY cost and return immediately.
28499 (get_computation_cost_at): Clear setup cost and dependent bitmap
28501 (determine_use_iv_cost_address): Compute cost for sub uses.
28502 (rewrite_use_address_1): Rename from old rewrite_use_address.
28503 (free_loop_data): Free sub uses.
28504 (tree_ssa_iv_optimize_loop): Call group_address_uses.
28506 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
28507 Jim Wilson <jim.wilson@linaro.org>
28509 * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
28510 new fields loadv and storev.
28511 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
28512 Initialize loadv and storev.
28513 * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
28514 (cortexa53_extra_costs): Likewise.
28515 (cortexa57_extra_costs): Likewise.
28516 (xgene1_extra_costs): Likewise.
28517 * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
28520 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
28522 * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
28524 (cortexa8_extra_costs): Likewise.
28525 (cortexa5_extra_costs): Likewise.
28526 (cortexa7_extra_costs): Likewise.
28527 (cortexa12_extra_costs): Likewise.
28528 (cortexa15_extra_costs): Likewise.
28529 (v7m_extra_costs): Likewise.
28531 2015-05-20 Jeff Law <law@redhat.com>
28533 * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
28534 instead of open-coded version. Also delete the jump thread created
28535 within this function.
28537 2015-05-20 Alan Modra <amodra@gmail.com>
28539 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
28540 stack adjusting insn. Formatting.
28541 (rs6000_emit_prologue): Track stack adjusting insn, and use of
28542 r12. If possible, emit first -fsplit-stack arg pointer insn
28543 before stack adjust. Don't use r12 to save cr if split-stack.
28545 2015-05-20 Alan Modra <amodra@gmail.com>
28547 * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
28549 (rs6000_supports_split_stack): New function.
28550 * config/rs6000/rs6000.c (machine_function): Add
28551 split_stack_arg_pointer.
28552 (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
28553 (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
28554 rather than virtual_incoming_args_rtx.
28555 (rs6000_va_start): Likewise.
28556 (split_stack_arg_pointer_used_p): New function.
28557 (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
28558 (morestack_ref): New var.
28559 (gen_add3_const, rs6000_expand_split_stack_prologue,
28560 rs6000_internal_arg_pointer, rs6000_live_on_entry,
28561 rs6000_split_stack_space_check): New functions.
28562 (rs6000_elf_file_end): Call file_end_indicate_split_stack.
28563 * config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
28564 (UNSPECV_SPLIT_STACK_RETURN): Define.
28565 (split_stack_prologue, load_split_stack_limit,
28566 load_split_stack_limit_di, load_split_stack_limit_si,
28567 split_stack_return, split_stack_space_check): New expands and insns.
28568 * config/rs6000/rs6000-protos.h
28569 (rs6000_expand_split_stack_prologue): Declare.
28570 (rs6000_split_stack_space_check): Declare.
28572 2015-05-20 Alan Modra <amodra@gmail.com>
28574 * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
28575 (direct_return): Test vrsave_size rather than vrsave_mask.
28576 (rs6000_emit_prologue): Likewise. Remove redundant altivec tests.
28577 (rs6000_emit_epilogue): Likewise.
28579 2015-05-20 Alan Modra <amodra@gmail.com>
28581 * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
28582 when not saving registers.
28583 (debug_stack_info): Adjust to omit printing unused offsets,
28585 (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
28588 2015-05-19 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
28591 * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
28592 value_type to const char *.
28594 2015-05-19 Sandra Loosemore <sandra@codesourcery.com>
28596 * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
28597 to build a biarch toolchain again.
28599 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
28601 * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
28602 or implicit declarations.
28603 (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
28605 (get_odr_type): Check type has linkage before adding bases.
28606 (register_odr_type): Check that type has linkage before adding it.
28607 (type_known_to_have_no_deriavations_p): Rename to ..
28608 (type_known_to_have_no_derivations_p): This one.
28609 * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
28610 (type_known_to_have_no_derivations_p): This one.
28611 * ipa-polymorphic-call.c
28612 (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
28615 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
28617 * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
28618 (layout_type): Use RECORD_OR_UNION_TYPE_P.
28620 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28622 * config/s390/s390.c (s390_vector_bool_type_p): New function.
28623 (s390_invalid_binary_op): New function.
28624 (TARGET_INVALID_BINARY_OP): Define macro.
28626 2015-05-19 David Sherwood <david.sherwood@arm.com>
28628 * loop-invariant.c (create_new_invariant): Don't calculate address cost
28629 if mode is not a scalar integer.
28630 (get_inv_cost): Increase computational cost for unused invariants.
28632 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28634 * config.gcc: Add vecintrin.h to extra_headers. Add s390-c.o to
28635 c_target_objs and cxx_target_objs. Add t-s390 to tmake_file.
28636 * config/s390/s390-builtin-types.def: New file.
28637 * config/s390/s390-builtins.def: New file.
28638 * config/s390/s390-builtins.h: New file.
28639 * config/s390/s390-c.c: New file.
28640 * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
28641 CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
28642 * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
28643 (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
28645 * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
28647 (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
28648 (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
28649 variable definitions.
28650 (s390_const_operand_ok): New function.
28651 (s390_expand_builtin): Rewrite.
28652 (s390_init_builtins): New function.
28653 (s390_handle_vectorbool_attribute): New function.
28654 (s390_attribute_table): Add s390_vector_bool attribute.
28655 (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
28656 (s390_branch_condition_mask): Generate masks for new modes.
28657 (s390_expand_vec_compare_cc): New function.
28658 (s390_mangle_type): Add mangling for vector bool types.
28659 (enum s390_builtin): Remove.
28660 (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
28662 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
28663 s390_cpu_cpp_builtins.
28664 (REGISTER_TARGET_PRAGMAS): New macro.
28665 * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
28666 (insn_cmp mode attribute): Add new CC modes.
28667 (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
28668 (lcbb): New pattern definition.
28669 * config/s390/s390intrin.h: Include vecintrin.h.
28670 * config/s390/t-s390: New file.
28671 * config/s390/vecintrin.h: New file.
28672 * config/s390/vector.md: Include vx-builtins.md.
28673 * config/s390/vx-builtins.md: New file.S/390 zvector builtin
28676 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28678 * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
28680 * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
28681 (s390_select_ccmode): Likewise.
28682 (s390_canonicalize_comparison): Swap operands if necessary.
28683 (s390_expand_vec_compare_scalar): Expand DFmode compare using
28684 single element vector instructions.
28685 (s390_emit_compare): Call s390_expand_vec_compare_scalar.
28686 (s390_branch_condition_mask): Generate CC masks for the new modes.
28687 * config/s390/s390.md (v0, vf, vd): New mode attributes.
28688 (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
28689 (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
28690 (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
28691 (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
28692 (*extend<DSF:mode><BFP:mode>2): New insn definition.
28693 (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
28694 (extend<DSF:mode><BFP:mode>2): Turn into expander.
28695 (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
28696 (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
28697 (sqrt<mode>2): Add vector instruction.
28699 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28701 * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
28703 * config/s390/predicates.md (const0_operand, constm1_operand)
28704 (constable_operand): Accept vector operands.
28705 * config/s390/s390-modes.def: Add supported vector modes.
28706 * config/s390/s390-protos.h (s390_cannot_change_mode_class)
28707 (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
28708 (s390_bytemask_vector_p, s390_expand_vec_strlen)
28709 (s390_expand_vec_compare, s390_expand_vcond)
28710 (s390_expand_vec_init): Add prototypes.
28711 * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
28712 (s390_vector_mode_supported_p): New function.
28713 (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
28714 (s390_contiguous_bitmask_vector_p): New function.
28715 (s390_bytemask_vector_p): New function.
28716 (s390_split_ok_p): Vector regs don't work either.
28717 (regclass_map): Add VEC_REGS.
28718 (s390_legitimate_constant_p): Handle vector constants.
28719 (s390_cannot_force_const_mem): Handle CONST_VECTOR.
28720 (legitimate_reload_vector_constant_p): New function.
28721 (s390_preferred_reload_class): Handle CONST_VECTOR.
28722 (s390_reload_symref_address): Likewise.
28723 (s390_secondary_reload): Vector memory instructions only support
28724 short displacements. Rename reload*_nonoffmem* to reload*_la*.
28725 (s390_emit_ccraw_jump): New function.
28726 (s390_expand_vec_strlen): New function.
28727 (s390_expand_vec_compare): New function.
28728 (s390_expand_vcond): New function.
28729 (s390_expand_vec_init): New function.
28730 (s390_dwarf_frame_reg_mode): New function.
28731 (print_operand): Handle addresses with 'O' and 'R' constraints.
28732 (NR_C_MODES, constant_modes): Add vector modes.
28733 (s390_output_pool_entry): Handle vector constants.
28734 (s390_hard_regno_mode_ok): Handle vector registers.
28735 (s390_class_max_nregs): Likewise.
28736 (s390_cannot_change_mode_class): New function.
28737 (s390_invalid_arg_for_unprototyped_fn): New function.
28738 (s390_function_arg_vector): New function.
28739 (s390_function_arg_float): Remove size variable.
28740 (s390_pass_by_reference): Handle vector arguments.
28741 (s390_function_arg_advance): Likewise.
28742 (s390_function_arg): Likewise.
28743 (s390_return_in_memory): Vector values are returned in a VR if
28745 (s390_function_and_libcall_value): Handle vector arguments.
28746 (s390_gimplify_va_arg): Likewise.
28747 (s390_call_saved_register_used): Consider the arguments named.
28748 (s390_conditional_register_usage): Disable v16-v31 for non-vec
28750 (s390_preferred_simd_mode): New function.
28751 (s390_support_vector_misalignment): New function.
28752 (s390_vector_alignment): New function.
28753 (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
28754 (TARGET_VECTOR_MODE_SUPPORTED_P)
28755 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
28756 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
28757 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
28758 (TARGET_VECTOR_ALIGNMENT): Define target macro.
28759 * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
28760 (FIRST_PSEUDO_REGISTER): Increase value.
28761 (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
28762 (VECTOR_REG_P): Define macros.
28763 (FIXED_REGISTERS, CALL_USED_REGISTERS)
28764 (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
28765 (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
28766 (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
28767 Add vector registers.
28768 (CANNOT_CHANGE_MODE_CLASS): Call C function.
28769 (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
28770 (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
28772 (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
28773 (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
28774 * config/s390/s390.md (UNSPEC_VEC_*): New constants.
28775 (VR*_REGNUM): New constants.
28776 (ALL): New mode iterator.
28777 (INTALL): Remove mode iterator.
28779 (movti): Implement TImode moves for VRs.
28780 Disable TImode splitter for VR targets.
28781 Implement splitting TImode GPR<->VR moves.
28782 (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
28783 (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
28784 reload<mode>_la_in, reload<mode>_la_out.
28785 (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
28786 (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
28787 (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
28788 (mov<mode> SF SD): Prefer lder, lde for loading.
28789 Add lrl and strl instructions.
28790 Add vector instructions.
28791 (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
28792 Call s390_expand_vec_strlen on z13.
28793 (*cc_to_int): Change predicate to nonimmediate_operand.
28794 (addti3): Rename to *addti3. New expander.
28795 (subti3): Rename to *subti3. New expander.
28796 * config/s390/vector.md: New file.
28798 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28800 * common/config/s390/s390-common.c (processor_flags_table): Add
28802 * config.gcc: Add z13.
28803 * config/s390/s390-opts.h (enum processor_type): Add
28804 PROCESSOR_2964_Z13.
28805 * config/s390/s390.c (s390_adjust_priority): Check for
28806 PROCESSOR_2964_Z13.
28807 (s390_reorg): Likewise.
28808 (s390_sched_reorder): Likewise.
28809 (s390_sched_variable_issue): Likewise.
28810 (s390_loop_unroll_adjust): Likewise.
28811 (s390_option_override): Likewise. Default to -mvx when available.
28812 * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
28813 (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
28814 (TARGET_VX_ABI): Define macros.
28816 (TARGET_DEFAULT): Add MASK_OPT_VX.
28817 * config/s390/s390.md ("cpu" attribute): Add z13.
28818 ("cpu_facility" attribute): Add vec.
28819 * config/s390/s390.opt (processor_type): Add z13.
28820 (mvx): New options.
28821 * doc/invoke.texi: Add z13 option for -march.
28823 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28825 * config/s390/predicates.md (shift_count_or_setmem_operand): Add
28826 mode check to make sure that only scalar integer values are
28829 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
28831 * tree.c (verify_type_variant): Fix #undef.
28832 (gimple_canonical_types_compatible_p): Move here from lto.c
28833 (verify_type): Verify TYPE_CANONICAL compatibility.
28834 * tree.h (gimple_canonical_types_compatible_p): Declare.
28836 2015-05-19 Jakub Jelinek <jakub@redhat.com>
28838 PR middle-end/66199
28839 * tree.h (OMP_TEAMS_COMBINED): Define.
28840 * gimplify.c (enum gimplify_omp_var_data): Add
28841 GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
28842 (enum omp_region_type): Add ORT_COMBINED_TEAMS.
28843 (omp_notice_variable): Accept both ORT_TEAMS
28844 and ORT_COMBINED_TEAMS. Don't recurse if
28845 GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
28846 GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
28848 (omp_no_lastprivate): New function.
28849 (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
28850 and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
28851 notice_outer and set appropriate bits, otherwise make
28852 sure default(none) combined constructs won't complain.
28853 (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
28854 outer special casing, for OMP_CLAUSE_LASTPRIVATE if
28855 omp_no_lastprivate either remove the clause or turn it
28856 into OMP_CLAUSE_PRIVATE.
28857 (gimplify_omp_for): Fix up handling of implicit
28858 lastprivate or linear iterators.
28859 (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
28860 ORT_COMBINED_TEAMS.
28861 * omp-low.c (lower_omp_for_lastprivate): For combined
28862 for simd use fd.loop.n2 from the for rather than simd.
28864 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
28866 * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
28867 instead of gen_rtx_raw_REG.
28868 (cris_expand_epilogue): Likewise.
28869 * config/microblaze/microblaze.c (microblaze_classify_address):
28871 * config/sparc/sparc.md: Likewise.
28873 2015-05-19 Uros Bizjak <ubizjak@gmail.com>
28875 * config/alpha/alpha.c (alpha_legitimize_reload_address)
28876 (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
28877 CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
28878 (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
28879 Use CASE_CONST_SCALAR_INT.
28880 (print_operand) <case 'M'>: Use mode_width_operand to check the
28881 value of the constant.
28882 * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
28883 * config/alpha/predicates.md (input_operand): Use general_operand
28884 instead of match_code as operand check.
28885 (symbolic_operand): Use match_code with subexpression digits.
28886 * config/alpha/constraints.md (Q): Ditto.
28888 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28890 * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
28892 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28894 * config/s390/s390.c (s390_secondary_reload): Fix check for
28895 load/store relative.
28897 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28899 * recog.h: Increase MAX_RECOG_ALTERNATIVES. Change type of
28900 alternative_mask to uint64_t.
28902 2015-05-19 Jakub Jelinek <jakub@redhat.com>
28904 PR tree-optimization/66187
28905 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
28906 Pass TYPE_SIGN to tree_int_cst_min_precision. If
28907 !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
28909 2015-05-19 David Malcolm <dmalcolm@redhat.com>
28911 * diagnostic.c (diagnostic_report_current_module): Strengthen
28912 local "new_map" from const line_map * to
28913 const line_map_ordinary *.
28914 * genmatch.c (error_cb): Likewise for local "map".
28915 (output_line_directive): Likewise for local "map".
28916 * input.c (expand_location_1): Likewise for local "map".
28917 Pass NULL rather than &map to
28918 linemap_unwind_to_first_non_reserved_loc, since the value is never
28919 read from there, and the value written back not read from here.
28920 (is_location_from_builtin_token): Strengthen local "map" from
28921 const line_map * to const line_map_ordinary *.
28922 (dump_location_info): Strengthen locals "map" from
28923 line_map *, one to const line_map_ordinary *, the other
28924 to const line_map_macro *.
28925 * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
28926 const line_map * to const line_map_macro *.
28927 (maybe_unwind_expanded_macro_loc): Add a call to
28928 linemap_check_macro when writing to the "map" field of the
28930 Introduce local const line_map_ordinary * "ord_map", using it in
28931 place of "map" in the part of the function where we know we have
28932 an ordinary map. Strengthen local "m" from const line_map * to
28933 const line_map_ordinary *.
28935 2015-05-19 Nick Clifton <nickc@redhat.com>
28938 * config/msp430/msp430.md (zero_extendhisi2): Add support for
28939 separate source and destination registers.
28941 2015-05-19 Richard Biener <rguenther@suse.de>
28943 PR tree-optimization/66165
28944 * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
28945 for no load permutation.
28947 PR tree-optimization/66185
28948 * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
28949 when building the SLP node from scalars.
28951 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
28952 Tristan Gingold <gingold@adacore.com>
28954 * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
28955 * builtins.c (expand_builtin_update_setjmp_buf): Make global.
28956 (expand_stack_restore): Call record_new_stack_level.
28957 (expand_stack_save): Do not call do_pending_stack_adjust.
28958 * builtins.h (expand_builtin_update_setjmp_buf): Declare.
28959 * calls.c (expand_call): Call record_new_stack_level for alloca.
28960 * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
28961 wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
28962 (update_sjlj_context): New global function.
28963 * except.h (update_sjlj_context): Declare.
28964 * explow.c (record_new_stack_level): New global function.
28965 (allocate_dynamic_stack_space): Call record_new_stack_level.
28966 * explow.h (record_new_stack_level): Declare.
28967 * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
28968 * cfgrtl.c (duplicate_insn_chain): Likewise.
28970 2015-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28972 * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
28973 (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
28974 STACK_GROWS_DOWNWARD as normal if.
28975 (expand_call): Likewise.
28977 2015-05-19 Oleg Endo <olegendo@gcc.gnu.org>
28980 * config/sh/sh.md (*round_int_even): New insn_and_split and
28981 accompanying new unnamed split.
28983 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
28985 * bitmap.c (bitmap_set_range): Handle count==1 specially.
28986 (bitmap_clear_range): Likewise.
28987 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
28988 bitmap_set_range unconditionally.
28989 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
28990 * df-scan.c (df_mark_reg): Likewise.
28991 * haifa-sched.c (setup_ref_regs): Likewise.
28992 * sched-rgn.c (update_live_1): Likewise.
28994 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
28996 * regs.h (END_HARD_REGNO): Delete.
28997 (END_REGNO): Move to...
28999 * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
29000 * caller-save.c (mark_set_regs): Likewise.
29001 * combine.c (move_deaths, distribute_notes): Likewise.
29002 * cse.c (invalidate, invalidate_for_call): Likewise.
29003 * df-scan.c (df_ref_record): Likewise.
29004 * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
29005 (record_last_reg_set_info): Likewise.
29006 * reg-stack.c (convert_regs_exit): Likewise.
29007 * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
29008 * resource.c (update_live_status): Likewise.
29009 * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
29011 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29013 * rtl.h (reg_info): Add an nregs field.
29014 (REG_NREGS): Use it.
29015 (SET_REGNO_RAW): Delete.
29016 (set_regno_raw): New function.
29017 * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
29018 (END_REGNO): Redefine in terms of REG_NREGS.
29019 * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
29021 * emit-rtl.c (set_mode_and_regno): Likewise.
29022 * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
29023 instead of SET_REGNO_RAW.
29025 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29027 * rtl.h (PUT_MODE_RAW): New macro.
29028 (PUT_REG_NOTE_KIND): Use it.
29029 (set_mode_and_regno): Declare.
29030 (gen_raw_REG): Change regno to "unsigned int".
29031 (gen_rtx_REG): Change "unsigned" to "unsigned int".
29032 (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
29033 use set_mode_and_regno to change the mode of registers.
29034 * gengenrtl.c (gendef): Use PUT_MODE_RAW.
29035 * emit-rtl.c (set_mode_and_regno): New function.
29036 (gen_raw_REG): Change regno to unsigned int. Use set_mode_and_regno.
29037 * caller-save.c (reg_save_code): Use set_mode_and_regno.
29038 * expr.c (init_expr_target): Likewise.
29039 * ira.c (setup_prohibited_mode_move_regs): Likewise.
29040 * postreload.c (reload_cse_simplify_operands): Likewise.
29042 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29044 * caller-save.c (init_caller_save): Use word_mode and
29045 FIRST_PSEUDO_REGISTER when creating temporary rtxes.
29046 * expr.c (init_expr_target): Likewise.
29047 * ira.c (setup_prohibited_mode_move_regs): Likewise.
29048 * postreload.c (reload_cse_regs_1): Likewise.
29050 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29052 * rtl.def (REG): Change format to "r".
29053 * rtl.h (rtunion): Remove rt_reg.
29054 (reg_info): New structure.
29055 (rtx_def): Add reg field to main union.
29056 (X0REGATTR): Delete.
29057 (REG_CHECK): New macro.
29058 (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
29059 * rtl.c (rtx_format): Document "r".
29060 (rtx_code_size): Handle REG specially.
29061 * gengenrtl.c (special_format): Return true for formats
29063 * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
29064 Deal with REG_ATTRS after the field loop.
29065 * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
29066 * expmed.c (init_expmed): Call gen_raw_REG instead of
29068 * expr.c (init_expr_target): Likewise.
29069 * regcprop.c (maybe_mode_change): Likewise.
29070 * varasm.c (make_decl_rtl): Likewise.
29071 * final.c (leaf_renumber_regs_insn): Return early after
29073 * genemit.c (gen_exp): Handle 'r' fields.
29074 * genpeep.c (match_rtx): Likewise.
29075 * gensupport.c (subst_pattern_match): Likewise.
29076 (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
29077 (alter_constraints, subst_dup): Likewise.
29078 * read-rtl.c (read_rtx_code): Likewise.
29079 * print-rtl.c (print_rtx): Likewise.
29080 * genrecog.c (find_operand, find_matching_operand): Likewise.
29081 (validate_pattern, match_pattern_2): Likewise.
29082 (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
29083 (rtx_test::regno_field): New function.
29084 (operator ==, safe_to_hoist_p, transition_parameter_type)
29085 (parameter_type_string, print_parameter_value)
29086 (print_nonbool_test, print_test): Handle new enum values.
29087 * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
29088 * lra-constraints.c (operands_match_p): Likewise.
29090 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29092 * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
29093 Change type of new_regno to unsigned int.
29094 * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
29095 new_regno to unsigned int.
29096 (df_ref_change_reg_with_loc): Remove old_regno parameter.
29097 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.
29098 * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
29099 (SET_REGNO_RAW): Add space after ",".
29101 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29103 * rtl.h (REG_NREGS): New macro
29104 * alias.c (record_set): Use it.
29105 * cfgcleanup.c (mark_effect): Likewise.
29106 * combine.c (likely_spilled_retval_1): Likewise.
29107 (likely_spilled_retval_p, can_change_dest_mode): Likewise.
29108 (move_deaths, distribute_notes): Likewise.
29109 * cselib.c (cselib_record_set): Likewise.
29110 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
29111 * df-scan.c (df_mark_reg): Likewise.
29112 * dse.c (look_for_hardregs): Likewise.
29113 * dwarf2out.c (reg_loc_descriptor): Likewise.
29114 (multiple_reg_loc_descriptor): Likewise.
29115 * expr.c (write_complex_part, read_complex_part): Likewise.
29116 (emit_move_complex): Likewise.
29117 * haifa-sched.c (setup_ref_regs): Likewise.
29118 * ira-lives.c (mark_hard_reg_live): Likewise.
29119 * lra.c (lra_set_insn_recog_data): Likewise.
29120 * mode-switching.c (create_pre_exit): Likewise.
29121 * postreload.c (reload_combine_recognize_const_pattern): Likewise.
29122 (reload_combine_recognize_pattern): Likewise.
29123 (reload_combine_note_use, move2add_record_mode): Likewise.
29124 (reload_cse_move2add): Likewise.
29125 * reg-stack.c (subst_stack_regs_pat): Likewise.
29126 * regcprop.c (kill_value, copy_value): Likewise.
29127 (copyprop_hardreg_forward_1): Likewise.
29128 * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
29129 (build_def_use): Likewise.
29130 * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
29131 (deps_analyze_insn): Likewise.
29132 * sched-rgn.c (check_live_1, update_live_1): Likewise.
29133 * sel-sched.c (count_occurrences_equiv): Likewise.
29134 * valtrack.c (dead_debug_insert_temp): Likewise.
29136 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
29138 * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
29139 * dse.c (note_add_store): Likewise.
29140 * ira-lives.c (mark_hard_reg_dead): Likewise.
29141 * loop-invariant.c (mark_reg_store): Likewise.
29142 (mark_reg_death): Likewise.
29143 * postreload.c (reload_combine): Likewise.
29144 (reload_combine_note_store): Likewise.
29145 (reload_combine_note_use): Likewise.
29146 * recog.c (peep2_reg_dead_p): Likewise.
29148 2015-05-19 Alan Modra <amodra@gmail.com>
29150 * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
29151 hard registers numbered greater or equal to ARG_POINTER_REGNUM.
29152 (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
29154 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
29155 Use altivec_register_operand. Make insn predicate TARGET_ALTIVEC.
29156 * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
29157 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
29159 2015-05-19 Sameera Deshpande <Sameera.Deshpande@imgtec.com>
29161 * config/mips/mips.md (JOIN_MODE): New mode iterator.
29162 (join2_load_Store<JOIN_MODE:mode>): New pattern.
29163 (join2_loadhi): Likewise.
29164 (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
29165 load-load and store-stores.
29166 * config/mips/mips.opt (mload-store-pairs): New option.
29167 (TARGET_LOAD_STORE_PAIRS): New macro.
29168 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
29169 * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
29170 * config/mips/mips.c (mips_load_store_bonding_p): New function.
29172 2015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
29174 * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
29176 * dojump.c (do_compare_rtx_and_jump): Likewise.
29177 * expmed.c (emit_store_flag_1): Likewise.
29178 * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
29179 * final.c (sprint_ul): Use std::reverse for reversing a string.
29180 * fold-const.c (extract_muldiv_1): Use std::swap.
29181 * genmodes.c (emit_mode_int_n): Likewise.
29182 * ifcvt.c (dead_or_predicable): Likewise.
29183 * ira-build.c (ira_merge_live_ranges): Likewise.
29184 (swap_allocno_copy_ends_if_necessary): Likewise.
29185 * ira.c (ira_setup_alts): Likewise.
29186 * loop-iv.c (iv_analyze_expr): Likewise.
29187 (implies_p): Likewise.
29188 (canon_condition): Likewise.
29189 * lra-constraints.c (swap_operands): Likewise.
29190 * lra-lives.c (lra_merge_live_ranges): Likewise.
29191 * omega.c (swap): Remove.
29193 (omega_unprotect_1): Use std::swap.
29194 (omega_solve_geq): Likewise.
29195 * optabs.c (expand_binop_directly): Likewise.
29196 (expand_binop): Likewise.
29197 (emit_conditional_move): Likewise.
29198 (emit_conditional_add): Likewise.
29199 * postreload.c (reload_cse_simplify_operands): Likewise.
29200 * reg-stack.c (emit_swap_insn): Likewise.
29201 (swap_to_top): Likewise.
29202 (compare_for_stack_reg): Likewise.
29203 (subst_asm_stack_regs): Likewise.
29204 * reload.c (find_reloads): Likewise.
29205 * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
29206 * sel-sched.c (invoke_reorder_hooks): Likewise.
29207 (create_block_for_bookkeeping): Likewise.
29208 * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
29209 (lambda_matrix_right_hermite): Use std::swap.
29210 * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
29211 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
29212 * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
29213 * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
29214 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
29215 * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
29216 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
29217 * tree-vrp.c (compare_ranges): Likewise.
29218 * var-tracking.c (add_with_sets): Likewise.
29219 (vt_find_locations): Likewise.
29221 2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
29223 * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
29225 (FBSD_ENDFILE_SPEC): Likewise.
29226 * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
29227 config/freebsd-spec.h.
29228 (ENDFILE_SPEC): Likewise.
29230 2015-05-18 Uros Bizjak <ubizjak@gmail.com>
29231 Richard Henderson <rth@redhat.com>
29234 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
29235 Check for a memory location that is not a reference (using an AND)
29236 to an unaligned location here.
29237 * config/alpha/predicates.md (normal_memory_operand): Remove.
29239 2015-05-18 Alex Velenko <Alex.Velenko@arm.com>
29241 * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
29242 (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
29244 2015-05-18 Robert Suchanek <robert.suchanek@imgtec.com>
29246 * config/mips/mips.c (micromips_globals): New variable.
29247 (mips_set_compression_mode): Save and reinitialize target-dependent
29248 state for microMIPS.
29250 2015-05-18 Martin Liska <mliska@suse.cz>
29252 * dbgcnt.def: Add new counter.
29253 * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
29255 2015-05-18 Martin Liska <mliska@suse.cz>
29257 * dbgcnt.def: Sort counters.
29258 * opts.c (common_handle_option): Do not compile if
29259 -fdbg-cnt-list is enabled.
29261 2015-05-18 Tom de Vries <tom@codesourcery.com>
29263 * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
29264 (gimplify_va_arg_expr): Remove do_deref handling. Remove adding of
29265 address operator to va_list operand.
29266 * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
29268 * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
29270 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
29271 * config/s390/s390.c (s390_gimplify_va_arg): Same.
29272 * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
29274 2015-05-18 Tom de Vries <tom@codesourcery.com>
29276 * tree-ssa-tail-merge.c: Fix whitespace.
29278 2015-05-17 Jim Wilson <jim.wilson@linaro.org>
29280 * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
29281 cortex-a17, and cortex-a17.cortex-a7.
29283 2015-05-17 Oleg Endo <olegendo@gcc.gnu.org>
29286 * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
29288 2015-05-17 Uros Bizjak <ubizjak@gmail.com>
29291 * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
29292 QImode inner modes for TARGET_AVX512BW. Force mask operand
29293 to a register for AVX512F modes.
29295 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
29297 * toplev.c (emit_debug_global_declarations): Do not output debug info
29298 when doing slim LTO objects.
29300 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
29302 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
29303 odr_types_equivalent_p): Declare.
29304 (odr_type_p): Use gcc_checking_assert.
29305 (type_in_anonymous_namespace_p) Declare.
29306 (type_with_linkage_p): Declare.
29307 * common.opt (Wlto-type-mismatch): New warning.
29308 * ipa-devirt.c (compound_type_base): New function.
29309 (odr_or_derived_type_p): New function.
29310 (odr_types_equivalent_p): New function.
29311 (add_type_duplicate): Simplify.
29312 (type_with_linkage_p): Add hack to prevent false positives on C types
29313 (type_in_anonymous_namespace_p): Likewise.
29314 * tree.c (need_assembler_name_p): Use type_with_linkage.
29315 * tree.h (type_in_anonymous_namespace_p): Remove.
29316 * doc/invoke.texi (-Wlto-type-mismatch): Document
29318 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
29320 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
29321 (verify_type): Verify STRING_FLAG.
29323 2015-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
29326 * tree-pretty-print.c (percent_K_format): Replace locus pointer
29327 with accessor function.
29328 * tree-diagnostic.c (diagnostic_report_current_function): Use
29329 diagnostic_location function.
29330 (maybe_unwind_expanded_macro_loc): Likewise.
29331 (virt_loc_aware_diagnostic_finalizer): Likewise.
29332 (default_tree_printer): Replace locus pointer with accessor function.
29333 * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
29334 (diagnostic_set_info_translated): Initialize second location.
29335 (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
29336 (diagnostic_show_locus): Handle two locations. Call
29337 diagnostic_print_caret_line.
29338 (diagnostic_print_caret_line): New.
29339 (default_diagnostic_starter): Use diagnostic_location function.
29340 (diagnostic_report_diagnostic): Use diagnostic_location function.
29341 (verbatim): Do not set text.locus.
29342 * diagnostic.h (struct diagnostic_info): Remove location field.
29343 (struct diagnostic_context): Make caret_chars an array of two.
29344 (diagnostic_location): New inline.
29345 (diagnostic_expand_location): Handle two locations.
29346 (diagnostic_same_line): New inline.
29347 (diagnostic_print_caret_line): Declare.
29348 (CARET_LINE_MARGIN): New constant.
29349 * pretty-print.c (pp_printf): Do not set text.locus.
29350 (pp_verbatim): Do not set text.locus.
29351 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
29352 (struct text_info): Replace locus pointer with locations
29353 array. Add accessor functions.
29355 2015-05-16 Kugan Vivekanandarajah <kuganv@linaro.org>
29356 Zhenqiang Chen <zhenqiang.chen@linaro.org>
29359 * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
29360 * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
29361 large constants in register instead of splitting them.
29363 2015-05-16 Uros Bizjak <ubizjak@gmail.com>
29366 * config/alpha/alpha.c (get_aligned_mem): Also look for reload
29367 replacements in memory addresses.
29368 (get_unaligned_address): Ditto.
29370 2015-05-16 James Bowman <james.bowman@ftdichip.com>
29372 * config/ft32/*: New files for FT32 port.
29373 * doc/install.texi: Add FT32 information.
29374 * doc/invoke.texi: Add FT32 information.
29375 * doc/md.texi: Add FT32 information.
29376 * doc/contrib.texi: Self added.
29378 2015-05-15 Marc Glisse <marc.glisse@inria.fr>
29380 PR tree-optimization/64454
29381 * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
29382 (-1 - A -> ~A): Remove unnecessary condition.
29384 2015-05-15 Gregor Richards <gregor.richards@uwaterloo.ca>
29386 * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
29387 * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
29388 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
29390 2015-05-15 Ilya Enkovich <ilya.enkovich@intel.com>
29392 * ipa-chkp.h (chkp_wrap_function): New.
29393 * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
29394 (chkp_wrap_function_name): New.
29395 (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
29396 to get wrapper name.
29397 * lto-cgraph.c: Include ipa-chkp.h.
29398 (input_cgraph_1): Avoid alias chain for wrappers.
29400 2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>
29402 PR middle-end/66134
29403 * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
29404 (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
29406 2015-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29408 * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
29409 (AARCH64_FL_SLOWMUL): Delete.
29410 (AARCH64_FL_CRC): Redefine to 1<<3.
29411 (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
29413 2015-05-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29415 * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
29418 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
29420 * config/alpha/alpha.md (extendqidi2): Use general_operand
29421 instead of some_operand for operand[1] predicate.
29422 (extendhidi2): Ditto.
29423 (cbranchdi4): Use general_operand instead of some_operand
29424 for operand[1] and operands[2] predicates.
29425 (cstoredi4): Ditto.
29426 * config/alpha/predicates.md (some_operand): Remove unused predicate.
29427 (some_ni_operand): Ditto.
29429 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
29431 * config/alpha/alpha.c (alpha_extract_integer): Do not handle
29432 CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x).
29433 (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
29434 low part of the constant using alpha_emit_set_const_1.
29435 (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
29437 2015-05-14 Rohit Arul Raj <rohitrulraj@freescale.com>
29439 * varasm.c (output_constant_pool_1): Pass down alignment from
29440 constant pool entry's descriptor to output_constant_pool_2.
29441 (output_object_block): Add comment prior to call to
29442 output_constant_pool_1.
29444 2015-05-14 Vladimir Makarov <vmakarov@redhat.com>
29446 PR rtl-optimization/65862
29447 * target.def (ira_change_pseudo_allocno_class): New hook.
29448 * targhooks.c (default_ira_change_pseudo_allocno_class): Default
29450 * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
29451 * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
29453 * ira-costs.c (find_costs_and_classes): Call the hook and change
29454 classes when it is necessary.
29455 * doc/tm.texi: Update.
29457 2015-05-14 Alexander Monakov <amonakov@ispras.ru>
29459 * config/i386/i386.md (sibcall_memory): Check that register with
29460 callee address is not also used as one of the arguments, instead
29461 of checking that it is not live after the sibcall.
29462 (sibcall_pop_memory): Ditto.
29463 (sibcall_value_memory): Ditto.
29464 (sibcall_value_pop_memory): Ditto.
29466 2015-05-14 Marc Glisse <marc.glisse@inria.fr>
29468 * generic-match-head.c (types_match): Handle non-types.
29469 * gimple-match-head.c (types_match): Likewise.
29470 * match.pd: Remove unnecessary TREE_TYPE for types_match.
29472 2015-05-14 Wilco Dijkstra <wdijkstr@arm.com>
29474 * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
29475 (csneg3<mode>_insn): Enable expansion of pattern.
29477 2015-05-14 Nick Clifton <nickc@redhat.com>
29479 * config/rl78/rl78.c (rl78_select_section): Select the correct
29480 default section based upon the category of the decl.
29482 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
29484 PR rtl-optimization/30967
29485 * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
29486 destination mode for the cost of scc patterns.
29488 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
29490 * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
29491 using SWIM248 mode iterator.
29492 (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
29493 (*mulvhi4): mark operand[1] as commutative. Use nonimmediate_operand
29494 for operand[2] constraint.
29495 (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
29497 2015-05-13 Jakub Jelinek <jakub@redhat.com>
29499 PR middle-end/66133
29500 * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
29501 make sure it is never noreturn, even when the task body does not
29503 (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
29504 right before GIMPLE_OMP_RETURN.
29505 (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
29506 for GIMPLE_OMP_TASK. For GIMPLE_OMP_RETURN corresponding to
29507 GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
29509 2015-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29511 * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
29512 * tree-ssa-math-opts.c: Include params.h
29513 (pow_synth_sqrt_info): New struct.
29514 (representable_as_half_series_p): New function.
29515 (get_fn_chain): Likewise.
29516 (print_nested_fn): Likewise.
29517 (dump_fractional_sqrt_sequence): Likewise.
29518 (dump_integer_part): Likewise.
29519 (expand_pow_as_sqrts): Likewise.
29520 (gimple_expand_builtin_pow): Use above to attempt to expand
29521 pow as series of square roots. Removed now unused variables.
29523 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
29525 * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
29526 (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
29527 Remove *p0 and *p1 arguments. Rewrite function.
29528 (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
29529 (alpha_split_const_mov): Update calls to alpha_extract_integer and
29530 alpha_emit_set_long_const.
29531 (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
29532 (alpha_output_mi_thunk_osf): Ditto.
29533 * config/alpha/alpha.md (movti): Do not check operands[1]
29536 2015-05-13 Richard Biener <rguenther@suse.de>
29538 PR tree-optimization/66129
29539 * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
29541 (vect_schedule_slp_instance): Fix typo.
29543 2015-05-13 David Malcolm <dmalcolm@redhat.com>
29545 * common.opt (fdump-internal-locations): New option.
29546 * input.c: Include diagnostic-core.h.
29547 (get_end_location): New function.
29548 (write_digit): New function.
29549 (write_digit_row): New function.
29550 (dump_location_range): New function.
29551 (dump_labelled_location_range): New function.
29552 (dump_location_info): New function.
29553 * input.h (dump_location_info): New prototype.
29554 * toplev.c (compile_file): Handle flag_dump_locations.
29556 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
29558 * gimple-expr.h (is_gimple_constant): Reorder.
29559 * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
29561 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
29563 * combine.c (simplify_set): When generating a CC set, if the
29564 source already is in the correct mode, do not wrap it in a
29565 compare. Simplify the rest of that code.
29567 2015-05-13 Richard Biener <rguenther@suse.de>
29569 PR tree-optimization/66123
29570 * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
29573 2015-05-13 Richard Biener <rguenther@suse.de>
29575 PR middle-end/66110
29576 * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
29578 * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
29580 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
29582 * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
29583 * aclocal.m4: Regenerated with automake-1.11.6.
29585 2015-05-13 Tom de Vries <tom@codesourcery.com>
29587 PR tree-optimization/66010
29588 * gimplify.h (gimplify_va_arg_internal): Remove declaration.
29589 * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
29590 * tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
29591 and rval based on do_deref.
29593 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
29596 * config/i386/i386.c (ix86_rtx_costs): We want to propagate
29597 link time constants into adress expressions and therefore set
29600 2015-05-13 Jakub Jelinek <jakub@redhat.com>
29603 * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
29604 Use SWI248 iterator instead of SWI.
29605 (*mulv<mode>4_1): Use SWI48 instead of SWI. Simplify output template.
29606 Use eq_attr "alternative" "0" instead of match_test in
29607 length_immediate attribute computation.
29608 (*mulvhi4, *mulvhi4_1): New define_insns.
29611 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
29612 SIGNED to get precision of non-negative value.
29614 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
29617 * function.c (diddle_return_value_1): Process bounds first.
29618 * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
29621 2015-05-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
29623 PR rtl-optimization/64616
29624 * loop-invariant.c (can_move_invariant_reg): New.
29625 (move_invariant_reg): Call above new function to decide whether
29626 instruction can just be moved, skipping creation of temporary
29629 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
29631 PR target/pr66047.c
29632 * i386.c (ix86_function_sseregparm): Only return -1 if local function
29633 with implied regparm is called from -mno-sse function.
29634 (init_cumulative_args): Output error if ix86_function_sseregparm
29635 return -1 and SSE register would be needed.
29636 (function_arg_advance_32): Likewise.
29637 (function_arg_32): Likewise.
29638 * i386.h (ix86_args): Add decl field.
29640 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
29643 * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
29644 inlines across optimization boundary.
29646 2015-05-12 Jason Merrill <jason@redhat.com>
29648 * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
29649 string literal and macro name.
29651 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
29653 * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
29654 * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
29655 * config/mips/predicates.md (const_immlsa_operand): Remove log call.
29657 2015-05-12 David Malcolm <dmalcolm@redhat.com>
29659 * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
29660 (-Wmisleading-indentation): New option.
29661 * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
29663 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
29665 * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
29666 * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
29667 (alpha_extract_integer): Ditto.
29668 (alpha_legitimate_constant_p): Ditto.
29669 (alpha_split_tmode_pair): Ditto.
29670 (alpha_preferred_reload_class): Add CONST_WIDE_INT.
29671 (alpha_expand_mov): Ditto.
29672 (print_operand): Remove handling of 'H' modifier.
29673 <case 'm'>: Remove CONST_DOUBLE handling.
29674 (summarize_insn): Handle CONST_WIDE_INT.
29675 * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
29677 (movti): Handle CONST_WIDE_INT.
29678 * config/alpha/constraints.md ('H'): Remove constraint definition.
29679 ('G'): Do not match MODE_FLOAT class.
29680 * config/alpha/predicates.md (const0_operand): Also match
29682 (non_add_const_operand): Ditto.
29683 (non_zero_const_operand): Ditto.
29684 (some_operand): Ditto.
29685 (input_operand): Ditto. Handle CONST_WIDE_INT.
29686 (and_operand): Do not match const_double.
29687 * config/alpha/sync.md (fetchop_constr): Remove H constraint.
29689 2015-05-12 Andrew MacLeod <amacleod@redhat.com>
29692 * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
29693 (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
29694 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
29695 is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
29696 is_mm_seq_cst, is_mm_sync): New accessor functions.
29697 * builtins.c (expand_builtin_sync_operation,
29698 expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
29699 (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
29700 (get_memmodel, expand_builtin_atomic_compare_exchange,
29701 expand_builtin_atomic_load, expand_builtin_atomic_store,
29702 expand_builtin_atomic_clear): Use new accessor routines.
29703 (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
29704 * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
29705 (maybe_emit_sync_lock_test_and_set): Use new accessors and
29706 MEMMODEL_SYNC_ACQUIRE.
29707 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
29708 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
29709 expand_atomic_store): Use new accessors.
29710 * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
29711 * tsan.c (instrument_builtin_call): Update check for memory model beyond
29712 final enum to use MEMMODEL_LAST.
29713 * c-family/c-common.c: Use new accessor for memmodel_base.
29714 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
29716 * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
29717 arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
29718 mem_thread_fence, *dmb): Likewise.
29719 * config/alpha/alpha.c (alpha_split_compare_and_swap,
29720 alpha_split_compare_and_swap_12): Likewise.
29721 * config/arm/arm.c (arm_expand_compare_and_swap,
29722 arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
29723 * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
29724 atomic_loaddi): Likewise.
29725 * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
29727 * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
29728 * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
29730 * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
29731 atomic_store<mode>, atomic_compare_and_swap<mode>,
29732 atomic_exchange<mode>): Use new accessors.
29733 * config/mips/mips.c (mips_process_sync_loop): Likewise.
29734 * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
29735 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
29736 rs6000_post_atomic_barrier): Add new cases.
29737 (rs6000_expand_atomic_compare_and_swap): Use new accessors.
29738 * config/rs6000/sync.md (mem_thread_fence): Add new cases.
29739 (atomic_load<mode>): Add new cases and use new accessors.
29740 (store_quadpti): Add new cases.
29741 * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
29743 * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
29744 * doc/extend.texi: Update docs to indicate 16 bits are used for memory
29747 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
29749 * ipa-devirt.c (type_with_linkage_p): New function.
29750 (type_in_anonymous_namespace_p): Move here from tree.c; assert that
29752 (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
29753 (can_be_name_hashed_p): Simplify.
29754 (hash_odr_name): Check that type has linkage before checking if it is
29756 (types_same_for_odr): Likewise.
29757 (odr_name_hasher::equal): Likewise.
29758 (odr_subtypes_equivalent_p): Likewise.
29759 (warn_types_mismatch): Likewise.
29760 (get_odr_type): Likewise.
29761 (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
29762 * ipa-utils.h (odr_type_p): Move offline.
29763 * tree.c (need_assembler_name_p): Fix handling of types
29765 (type_in_anonymous_namespace_p): Move to ipa-devirt.c
29767 2015-05-12 David Malcolm <dmalcolm@redhat.com>
29769 * timevar.c (timevar_enable): Delete in favor of...
29770 (g_timer): New global.
29771 (struct timevar_def): Move to timevar.h inside class timer.
29772 (struct timevar_stack_def): Likewise.
29773 (timevars): Delete global in favor of field "m_timevars" within
29774 class timer in timevar.h
29775 (stack): Likewise, in favor of field "m_stack".
29776 (unused_stack_instances): Likewise, in favor of field
29777 "m_unused_stack_instances".
29778 (start_time): Likewise, in favor of field "m_start_time".
29779 (get_time): Eliminate check for timevar_enable.
29780 (timer::timer): New function, built from part of timevar_init.
29781 (timevar_init): Rewrite idempotency test from using
29782 "timevar_enable" bool to using dynamic allocation of "g_timer".
29783 Move rest of implementation into timer's constructor.
29784 (timevar_push_1): Rename to...
29785 (timer::push): ...this, adding "m_" prefixes to variables that
29786 are now fields of timer.
29787 (timevar_pop_1): Likewise, rename to...
29788 (timer::pop): ...this, and add "m_" prefixes.
29789 (timevar_start): Replace test for "timevar_enable" with one for
29790 "g_timer", and move bulk of implementation to...
29791 (timer::start): ...here, adding "m_" prefixes.
29792 (timevar_stop): Likewise, from here...
29793 (timer::stop): ...to here.
29794 (timevar_cond_start): Likewise, from here...
29795 (timer::cond_start): ...to here.
29796 (timevar_cond_stop): Likewise, from here...
29797 (timer::cond_stop): ...to here.
29798 (validate_phases): Rename to...
29799 (timer::validate_phases): ...this, and add "m_" prefixes. Make
29800 locals "total" and "tv" const.
29801 (timevar_print): Rename to...
29802 (timer::print): ...this, and add "m_" prefixes. Make locals
29803 "total" and "tv" const. Eliminate test for timevar_enable.
29804 * timevar.h (timevar_enable): Eliminate.
29805 (g_timer): New declaration.
29806 (timevar_push_1): Eliminate.
29807 (timevar_pop_1): Eliminate.
29808 (timevar_print): Eliminate.
29809 (class timer): New class.
29810 (timevar_push): Rewrite to use g_timer.
29811 (timevar_pop): Likewise.
29812 * toplev.c (toplev::~toplev): Likewise.
29814 2015-05-12 Richard Earnshaw <rearnsha@arm.com>
29816 * arm-protos.h (arm_sched_autopref): Delete.
29817 (tune_params): Re-organize, use enums for flag values.
29818 (FUSE_OPS): New macro.
29819 * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
29820 (ARM_PREFETCH_BENEFICIAL): Likewise.
29821 (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
29822 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
29823 (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
29824 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
29825 (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
29826 (arm_cortex_a57_tune, arm_xgene1_tune, arm_cortex_a5_tune)
29827 (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
29828 (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
29830 (arm_option_override, thumb2_reorg, arm_print_tune_info)
29831 (aarch_macro_fusion_pair_p): Update uses of current_tune.
29832 * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
29834 2015-05-12 Sandra Loosemore <sandra@codesourcery.com>
29836 * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
29839 2015-05-12 Chung-Lin Tang <cltang@codesourcery.com>
29840 Sandra Loosemore <sandra@codesourcery.com>
29842 * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
29844 (REG_CLASS_NAMES): Add "IJMP_REGS".
29845 (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
29846 * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
29847 use new "c" register constraint.
29848 * config/nios2/constraint.md (c): New register constraint
29849 corresponding to IJMP_REGS.
29851 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29853 * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
29854 *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
29855 define_splits): Delete, revamp, transmogrify into ...
29856 (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
29857 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
29858 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
29861 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29863 * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
29864 gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
29866 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29868 * config/rs6000/rs6000.md (extzv): FAIL for SImode.
29869 (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
29870 *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
29871 *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
29872 *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
29873 *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
29874 *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
29875 *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
29876 *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
29877 *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
29878 *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
29879 *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
29880 *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
29881 *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
29882 *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
29883 *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
29884 and 30 corresponding splitters): Delete.
29886 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29888 * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
29891 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29893 * combine.c (recog_for_combine_1): New function, factored out
29894 from recog_for_combine.
29895 (change_zero_ext): New function.
29896 (recog_for_combine): If recog fails, try again with the pattern
29897 modified by change_zero_ext; if that still fails, restore the
29900 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
29902 * combine.c (get_undo_marker): New function.
29903 (undo_to_marker): New function, largely factored out from ...
29904 (undo_all): ... this. Adjust.
29906 2015-05-12 Richard Biener <rguenther@suse.de>
29908 PR tree-optimization/66101
29909 * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
29910 fixup if we turn a loop exit edge to a fallthru edge.
29912 2015-05-12 Richard Biener <rguenther@suse.de>
29914 PR tree-optimization/37021
29915 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
29916 (SLP_TREE_TWO_OPERATORS): New define.
29917 * tree-vect-slp.c (vect_create_new_slp_node): Initialize
29918 SLP_TREE_TWO_OPERATORS.
29919 (vect_build_slp_tree_1): Allow two mixing plus/minus in an
29921 (vect_build_slp_tree): Adjust.
29922 (vect_analyze_slp_cost_1): Likewise.
29923 (vect_schedule_slp_instance): Vectorize mixing plus/minus by
29924 emitting two vector stmts and mixing the results.
29926 2015-05-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
29928 * call.c (print_z_candidates): Remove dead code.
29930 2015-05-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29932 * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
29933 and zEC12_simple_fp.
29934 * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
29937 2015-05-12 Tom de Vries <tom@codesourcery.com>
29939 PR tree-optimization/66010
29940 * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
29942 * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
29943 (gimplify_va_arg_internal): Remove loc parameter. Assert no array-typed
29944 va_lists are passed, and remove corresponding handling.
29945 (gimplify_va_arg_expr): Only take address of ap if necessary. Add
29946 do_deref argument to ifn_va_arg.
29947 * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
29950 2015-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29953 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
29954 REG before taking its REGNO.
29956 2015-05-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
29958 * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
29959 rsp->sign_bit_copies and rsp->nonzero_bits into ...
29960 (update_rsp_from_reg_equal): This. Also use REG_EQUAL note on src if
29961 present to get more accurate information about the number of sign bit
29962 copies and non zero bits.
29964 2015-05-12 Richard Biener <rguenther@suse.de>
29966 * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
29967 do not allow unrolling.
29969 2015-05-11 Richard Henderson <rth@redhat.com>
29971 * config/i386/i386-modes.def (CCP): New.
29972 * config/i386/i386.c (put_condition_code): Handle it.
29973 (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
29975 2015-05-11 Richard Henderson <rth@redhat.com>
29977 * target.def (md_asm_clobbers): Replace with...
29978 (md_asm_adjust): this.
29979 * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
29980 (TARGET_MD_ASM_ADJUST): New.
29981 * tm.texi: Rebuild.
29982 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
29983 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
29984 * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
29986 * cfgexpand.c (check_operand_nalternatives): Accept vector of
29987 constraints instead of lists of outputs and inputs.
29988 (expand_asm_stmt): Save and restore input_location around the
29989 body of the function. Move asm data into vectors instead of
29990 building tree lists. Generate cleanup sequences as needed,
29991 rather than waiting til the end. Use new md_asm_adjust hook.
29993 * config/vxworks.c: Include vec.h before target.h.
29994 * gimple.c: Likewise.
29995 * incpath.c: Likewise.
29996 * mode-switching.c: Likewise.
29998 * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
29999 (cris_md_asm_adjust): this.
30000 (TARGET_MD_ASM_CLOBBERS): Remove.
30001 (TARGET_MD_ASM_ADJUST): New.
30002 * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
30003 (ix86_md_asm_adjust): this.
30004 (TARGET_MD_ASM_CLOBBERS): Remove.
30005 (TARGET_MD_ASM_ADJUST): New.
30006 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
30007 (mn10300_md_asm_adjust): this.
30008 (TARGET_MD_ASM_CLOBBERS): Remove.
30009 (TARGET_MD_ASM_ADJUST): New.
30010 * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
30011 (rs6000_md_asm_adjust): this.
30012 (TARGET_MD_ASM_CLOBBERS): Remove.
30013 (TARGET_MD_ASM_ADJUST): New.
30014 * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
30015 (visium_md_asm_adjust): this.
30016 (TARGET_MD_ASM_CLOBBERS): Remove.
30017 (TARGET_MD_ASM_ADJUST): New.
30019 2015-05-11 Richard Henderson <rth@redhat.com>
30021 * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
30022 if noutputs is zero.
30023 * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
30025 * cfgexpand.c (expand_asm_operands): Merge into...
30026 (expand_asm_stmt): ... here.
30028 * cfgexpand.c (expand_asm_operands): Don't call
30029 resolve_asm_operand_names.
30030 * stmt.c (resolve_asm_operand_names): Clarify block comment.
30032 2015-05-11 Jan Hubicka <hubicka@ucw.cz>
30034 * dwarf2out.c (gen_member_die): Sanity check that we access
30035 TYPE_MAIN_VARIANT for TYPE_METHODS.
30036 * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
30037 checking TYPE_METHODS.
30038 * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
30040 (build_distinct_type_copy): Clear TYPE_METHODS.
30041 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
30042 (verify_type): Allow TYPE_METHODS to be error_mark_node.
30043 * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
30045 2015-05-11 Eric Botcazou <ebotcazou@adacore.com>
30047 * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
30048 (emit_pattern_before_setloc): Likewise.
30050 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
30052 * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
30053 for define_peephole2s.
30054 (get_peephole2_pattern): New function.
30055 (main): Use it. Call validate_pattern.
30057 2015-05-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
30059 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
30060 LAST_CALLEE_SAVED_REG instead of hard-coded register number.
30061 (Last callee saved reg is different for AVR_TINY architecture)
30063 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
30065 * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
30066 when looking for memory references.
30068 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
30071 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
30072 via function pointers.
30074 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
30076 * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
30077 indirect call by forcing address into a pseudo with -fno-plt.
30078 * common.opt (flag_plt): New option.
30079 * doc/invoke.texi (Code Generation Options): Add -fno-plt.
30080 ([-fno-plt]): Document.
30082 2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
30085 * config/rs6000/option-defaults.h: Add space between string literal
30088 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
30090 * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
30091 accross ARM targets.
30093 2015-05-11 Christian Bruel <christian.bruel@st.com>
30095 * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
30096 * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
30098 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
30100 PR rtl-optimization/66076
30101 * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
30102 Don't grow the heap array if it is already big enough from a
30103 previous iteration.
30105 2015-05-11 Christian Bruel <christian.bruel@st.com>
30107 * config/arm/arm-protos.h (arm_declare_function_name): Declare.
30108 (is_called_in_ARM_mode): Remove.
30109 * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
30110 (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
30111 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
30112 arm_declare_function_name.
30114 2015-05-11 Christian Bruel <christian.bruel@st.com>
30116 * config/arm/arm.c (arm_option_override): Reoganized and split into :
30117 (arm_option_params_internal); New function.
30118 (arm_option_check_internal): New function.
30119 (arm_option_override_internal): New function.
30120 (thumb_code, thumb1_code): Remove.
30121 * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
30122 (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
30123 (thumb_code, thumb1_code): Remove.
30124 * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
30126 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
30128 * config/alpha/alpha.c (alpha_emit_set_const_1)
30129 (alpha_emit_set_long_const, alpha_extract_integer)
30130 (alpha_legitimate_constant_p, alpha_split_const_mov)
30131 (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
30132 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30133 (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
30135 * config/alpha/predicates.md (mode_mask_operand): Do not match
30137 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30138 * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
30139 Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
30140 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30141 (*negtf_internal): Use gen_int_mode instead of immed_double_const.
30143 2015-05-11 Jakub Jelinek <jakub@redhat.com>
30146 * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
30147 default_binds_local_p_2.
30148 * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
30149 * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
30151 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
30153 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
30155 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
30157 Patch by Richard Biener
30158 * coverage.c (coverage_obj_init): Delay building of type variant
30159 until the type is finished.
30161 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
30163 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
30164 mismatch between C and C++ type; compoare correctly ARG_TYPES
30165 for non-prototypes and output correctly parameter index for METHOD_TYPE.
30166 (odr_types_equivalent_p): Fix wording of warning about attributes;
30167 it is OK to match prototype and non-prototype.
30169 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
30171 * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
30172 TYPE_ARG_TYPES list.
30173 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
30174 * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
30176 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
30178 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
30179 * tree.h (is_lang_specific): Constify.
30181 2015-05-09 Marc Glisse <marc.glisse@inria.fr>
30183 PR tree-optimization/64454
30184 * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
30187 2015-05-08 Jason Merrill <jason@redhat.com>
30189 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
30190 config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
30191 config/darwin.h, config/darwin9.h, config/elfos.h,
30192 config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
30193 config/microblaze/microblaze.h, config/mips/mips.h,
30194 config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
30195 config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
30196 config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
30197 config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
30198 config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
30199 cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
30200 dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
30201 ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
30202 ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
30203 modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
30204 tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
30205 between string literal and macro name.
30207 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30209 * jump.c: Change argument types to rtx_insn *.
30212 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30214 * lra-constraints.c: Change argument type to rtx_insn *.
30216 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30218 * df-problems.c: Change argument type to rtx_insn *.
30220 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30222 * combine.c: Change argument type to rtx_insn *.
30224 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30227 * rtlanal.c: Change argument type to rtx_insn *.
30229 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30231 * sched-deps.c: Change argument types to rtx_insn *.
30232 * sched-int.h: Adjust.
30234 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30236 * dwarf2cfi.c: Change argument type to rtx_insn *.
30238 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30240 * ira.c (decrease_live_ranges_number): Changetype of local
30241 variable to rtx_insn *.
30242 * recog.c: Change argument types to rtx_insn *.
30245 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30247 * reorg.c: Change argument types to rtx_insn *.
30249 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30251 * ira-color.c: Change argument types to rtx_insn *.
30252 * lra-eliminations.c: Likewise.
30255 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30257 * gcse.c: Change argument types to rtx_insn *.
30259 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30261 * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
30263 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30265 * emit-rtl.c (emit_debug_insn_before): Change argument type to
30269 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30271 * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
30274 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30276 * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
30279 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30281 * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
30284 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30286 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
30289 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30291 * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
30295 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30297 * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
30301 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30303 * except.c (can_nonlocal_goto): Change type of argument to
30307 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30309 * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
30312 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30314 * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
30315 * cfgrtl.c (can_delete_label_p): Adjust.
30318 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30320 * reorg.c (stop_search_p): Change argument to rtx_insn *.
30322 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30324 * except.c (make_reg_eh_region_note): Change argument to
30326 (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
30327 * except.h: Adjust.
30329 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30331 * mode-switching.c (commit_mode_sets): Change type of local
30332 variable from rtx to rtx_insn *.
30334 2015-05-08 Jim Wilson <jim.wilson@linaro.org>
30336 * doc/install.texi (--enable-languages): Add missing jit and lto info.
30337 Add ^ to grep command.
30338 * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
30339 arg to last gimple_simplify declaration. Add missing gimple_build
30340 declaration for built-in function case with four tree args.
30342 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
30343 Szabolcs Nagy <szabolcs.nagy@arm.com>
30345 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
30346 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
30347 (GNU_USER_DYNAMIC_LINKERN32): Update.
30349 2015-05-08 Richard Biener <rguenther@suse.de>
30351 PR tree-optimization/66036
30352 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
30353 Handle strided group loads.
30354 (vect_verify_datarefs_alignment): Likewise.
30355 (vect_enhance_data_refs_alignment): Likewise.
30356 (vect_analyze_group_access): Likewise.
30357 (vect_analyze_data_ref_access): Likewise.
30358 (vect_analyze_data_ref_accesses): Likewise.
30359 * tree-vect-stmts.c (vect_model_load_cost): Likewise.
30360 (vectorizable_load): Likewise.
30362 2015-05-08 Segher Boessenkool <segher@kernel.crashing.org>
30364 * config/rs6000/rs6000.md: Require operand inequality in one
30367 2015-05-08 Richard Sandiford <richard.sandiford@arm.com>
30368 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
30370 * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
30372 * config/rx/rx.md (movdi, movdf): Likewise.
30373 Likewise for define_peephole2s.
30375 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
30377 * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
30378 vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
30379 vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
30380 vtst_u64): Rewrite using gcc vector extensions.
30382 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
30384 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
30385 vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
30387 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
30389 * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
30391 2015-05-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
30393 * config/glibc-stdint.h (OPTION_MUSL): Define.
30394 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
30395 Change the definition based on OPTION_MUSL for 64 bit targets.
30396 * config/linux.h (OPTION_MUSL): Redefine.
30397 * config/alpha/linux.h (OPTION_MUSL): Redefine.
30398 * config/rs6000/linux.h (OPTION_MUSL): Redefine.
30399 * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
30401 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
30402 Szabolcs Nagy <szabolcs.nagy@arm.com>
30404 * config.gcc (LIBC_MUSL): New tm_defines macro.
30405 * config/linux.h (OPTION_MUSL): Define.
30406 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
30407 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
30408 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
30409 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
30410 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
30411 * config/linux.opt (mmusl): New option.
30412 * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
30413 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
30414 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
30415 * configure: Regenerate.
30417 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
30418 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
30421 * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
30422 * config/i386/knetbsd-gnu64.h: New file.
30424 2015-05-08 Marek Polacek <polacek@redhat.com>
30427 * doc/invoke.texi: Document -Woverride-init-side-effects.
30429 2015-05-07 Marek Polacek <polacek@redhat.com>
30432 * doc/invoke.texi: Document -Wshift-negative-value.
30434 2015-05-06 Aditya Kumar <hiraditya@msn.com>
30436 * gcov-tool.c (do_merge): Refactore to remove int ret.
30437 * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
30438 !type == FUNC to type != FUNC.
30439 * reload.h (struct target_reload): Changee to type of
30440 x_spill_indirect_levels from bool to unsigned char.
30442 2015-05-07 Richard Sandiford <richard.sandiford@arm.com>
30444 * rtl.h (always_void_p): New function.
30445 * gengenrtl.c (always_void_p): Likewise.
30446 (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
30447 with code foo are always VOIDmode.
30448 * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
30449 * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
30450 compare-elim.c, config/aarch64/aarch64.c,
30451 config/aarch64/aarch64.md, config/alpha/alpha.c,
30452 config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
30453 config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
30454 config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
30455 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
30456 config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
30457 config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
30458 config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
30459 config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
30460 config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
30461 config/ia64/vect.md, config/iq2000/iq2000.c,
30462 config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
30463 config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
30464 config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
30465 config/mep/mep.c, config/microblaze/microblaze.c,
30466 config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
30467 config/mn10300/mn10300.c, config/msp430/msp430.c,
30468 config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
30469 config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
30470 config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
30471 config/rs6000/altivec.md, config/rs6000/rs6000.c,
30472 config/rs6000/rs6000.md, config/rs6000/vector.md,
30473 config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
30474 config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
30475 config/sh/sh.md, config/sh/sh_treg_combine.cc,
30476 config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
30477 config/spu/spu.md, config/stormy16/stormy16.c,
30478 config/tilegx/tilegx.c, config/tilegx/tilegx.md,
30479 config/tilepro/tilepro.c, config/tilepro/tilepro.md,
30480 config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
30481 config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
30482 expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
30483 lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
30484 reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
30485 var-tracking.c: Update calls accordingly.
30487 2015-05-07 Segher Boessenkool <segher@kernel.crashing.org>
30490 PR middle-end/54303
30491 * varasm.c (function_mergeable_rodata_prefix): New function.
30492 (mergeable_string_section): Use it.
30493 (mergeable_constant_section): Use it.
30495 2015-05-07 Jeff Law <law@redhat.com>
30498 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30499 simplifier to narrow arithmetic.
30500 * generic-match-head.c: (types_match, single_use): New functions.
30501 * gimple-match-head.c: (types_match, single_use): New functions.
30503 2015-05-07 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
30505 * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
30508 2015-05-07 Richard Biener <rguenther@suse.de>
30510 PR tree-optimization/66002
30511 * passes.def: Schedule another pass_merge_phi after ifcombine, right
30514 2015-05-07 Marek Polacek <polacek@redhat.com>
30515 Martin Uecker <uecker@eecs.berkeley.edu>
30517 * doc/invoke.texi: Document -fsanitize=bounds-strict.
30518 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
30519 into SANITIZE_NONDEFAULT.
30520 * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
30522 2015-05-07 Uros Bizjak <ubizjak@gmail.com>
30525 * config/alpha/alpha.c (alpha_override_options_after_change): New.
30526 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
30527 (alpha_override_options): Move align_loops, align_jumps and
30528 align_functions handling into alpha_override_options_after_change.
30530 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
30531 Chris Jones <chrisj@nvidia.com>
30532 Joshua Conner <jconner@nvidia.com>
30534 * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
30535 linking of crtfastmath.o.
30536 * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
30538 2015-05-06 Segher Boessenkool <segher@kernel.crashing.org>
30540 * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
30541 (cstore<mode>4_unsigned_imm): New expander.
30542 (cstore<mode>4): Remove empty constraint strings. Use the new
30545 2015-05-06 Yvan Roux <yvan.roux@linaro.org>
30548 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
30551 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
30553 * config/aarch64/geniterators.sh: Use standard BRE in sed.
30555 2015-05-06 Alan Modra <amodra@gmail.com>
30558 * config/rs6000/rs6000.md (nop): Use an unspec pattern.
30559 (UNSPEC_NOP): Define.
30560 (reload_vsx_from_gpr<mode>): Add missing DONE.
30561 (reload_gpr_from_vsx<mode>): Likewise.
30562 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
30563 (vsx_div_v2di, vsx_udiv_v2di): Likewise.
30565 2015-05-06 Christian Bruel <christian.bruel@st.com>
30568 * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
30569 align_jumps, align_functions into aarch64_override_options_after_change.
30571 2015-05-06 Richard Biener <rguenther@suse.de>
30573 * tree-vect-slp.c (vect_supported_load_permutation_p): Use
30574 vect_transform_slp_perm_load to check if we support a permutation
30575 for basic-block vectorization.
30577 2015-05-06 Nick Clifton <nickc@redhat.com>
30579 * config/rl78/rl78.c (need_to_save): Save register 22 if it is
30580 used, even if it is not being used as a frame pointer.
30582 2015-05-05 Jason Merrill <jason@redhat.com>
30584 * dwarf2out.c (gen_member_die): Don't emit anything for an
30585 anonymous class constructor.
30587 2015-05-05 David Malcolm <dmalcolm@redhat.com>
30589 * auto-profile.c (afdo_find_equiv_class): Fix indentation so
30590 that it reflects the block structure.
30591 (afdo_propagate_edge): Likewise.
30592 (afdo_calculate_branch_prob): Likewise.
30593 (afdo_annotate_cfg): Likewise.
30594 * cfgcleanup.c (equal_different_set_p): Likewise.
30595 (try_crossjump_to_edge): Likewise.
30596 * cgraph.c (cgraph_node::verify_node): Likewise.
30597 * cgraphunit.c (expand_all_functions): Likewise.
30598 * config/i386/i386.c (ix86_expand_copysign): Likewise.
30599 (exact_dependency_1): Likewise.
30600 * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
30601 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
30602 * gensupport.c (process_define_subst): Likewise.
30603 * lto-wrapper.c (merge_and_complain): Likewise.
30604 * tree-if-conv.c (if_convertible_bb_p): Likewise.
30605 * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
30606 * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
30607 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
30608 * tree-vect-loop.c (vectorizable_reduction): Likewise.
30609 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
30610 * tree-vect-stmts.c (vectorizable_shift): Likewise.
30611 * tree-vrp.c (vrp_finalize): Likewise.
30612 * tree.c (variably_modified_type_p): Likewise.
30614 2015-05-05 Jack Howarth <howarth.at.gcc@gmail.com>
30616 * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
30617 on darwin12 and later.
30618 * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
30619 file to pass -rdynamic on darwin12 and later.
30620 * config/darwin.opt (rdynamic): Add.
30622 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
30624 * doc/extend.texi (C Extensions): Update menu for moved Variable
30625 Attributes and Type Attributes sections.
30627 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
30630 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
30631 if rep_8byte stringop strategy was specified for 32-bit target.
30633 2015-05-05 Ilya Tocar <ilya.tocar@intel.com>
30636 * config/i386/i386.md (vector convert to float spltiter): Check for
30637 xmm16+, when splitting scalar float conversion.
30638 * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
30640 2015-05-05 Nick Clifton <nickc@redhat.com>
30642 * config/msp430/msp430-opts.h (enum msp430_regions): New.
30643 * config/msp430/msp430.c (msp430_override_options): Complain if
30644 -mcode-region or -mdata-region is used on a non MSP430X.
30645 (msp430_section_attr): New function. Checks lower, upper and
30647 (msp430_attribute_table): Add lower, upper and either.
30648 (gen_prefix): New function. Generates a prefix for a section
30650 (msp430_select_section): New function - handles the choice of
30651 section for an object. Takes into account memory region
30652 attributes and options.
30653 (msp430_function_section): Use gen_prefix.
30654 (TARGET_SECTION_TYPE_FLAGS): Define.
30655 (msp430_section_type_flags): New function.
30656 (TARGET_ASM_UNIQUE_SECTION): Define.
30657 (msp430_unique_section): New function.
30658 (msp430_output_aligned_decl_common): New function.
30659 (msp430_do_not_relax_short_jumps): New function.
30660 * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
30662 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
30663 * config/msp430/msp430-protos.h
30664 (msp430_do_not_relax_short_jumps): New prototype.
30665 (msp430_output_aligned_decl_common): New prototype.
30666 * config/msp430/msp430.md (length): New attribute.
30667 (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
30668 then use a long code sequence for short jumps.
30669 * config/msp430/msp430.opt (mcode-region): New.
30670 (mdata-region): New.
30671 * doc/invoke.texi: Document new options.
30672 * doc/extend.texi: Document new attributes.
30674 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
30676 * config/aarch64-protos.h (struct cpu_branch_cost): New.
30677 (tune_params): Add field branch_costs.
30678 (aarch64_branch_cost): Declare.
30679 * config/aarch64.c (generic_branch_cost): New.
30680 (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
30681 (cortexa53_tunings): Likewise.
30682 (cortexa57_tunings): Likewise.
30683 (thunderx_tunings): Likewise.
30684 (xgene1_tunings): Likewise.
30685 (aarch64_branch_cost): Define.
30686 * config/aarch64/aarch64.h (BRANCH_COST): Redefine.
30688 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
30690 * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
30691 and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
30692 * config/i386/i386.md: Ditto.
30693 * config/i386/winnt.c: Ditto.
30695 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
30697 * doc/extend.texi (__atomic Builtins): Move implementation details
30698 to the end of the description, rewrite opening paragraphs, state
30699 difference with __sync builtins, state C11/C++11 assumptions,
30700 weaken itemized descriptions, add explanation of memory model
30701 behaviour, expand description of compare-exchange, simplify text.
30703 2015-05-05 Renlin Li <renlin.li@arm.com>
30705 * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
30707 2015-05-05 Yvan Roux <yvan.roux@linaro.org>
30709 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
30710 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
30711 * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
30712 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
30713 * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
30714 * configure: Regenerate.
30715 * configure.ac: Add --enable-fix-cortex-a53-843419 option.
30716 * doc/install.texi (aarch64*-*-*): Document new
30717 --enable-fix-cortex-a53-843419 option.
30718 * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
30719 and -mno-fix-cortex-a53-843419 options.
30721 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
30724 * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
30726 2015-05-04 Jan Hubicka <hubicka@ucw.cz>
30728 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
30729 fix overactive TYPE_MIN_VALUE check and add FIXME for type
30730 compatibility problems.
30732 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
30734 * config/microblaze/microblaze.md (cbranchsi4): Added immediate
30736 (cbranchsi4_reg): New.
30737 * config/microblaze/microblaze.c
30738 (microblaze_expand_conditional_branch_reg): New.
30739 * config/microblaze/microblaze-protos.h
30740 (microblaze_expand_conditional_branch_reg): New prototype.
30742 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
30744 * config/microblaze/microblaze.md (peephole2): New.
30746 2015-05-04 Jeff Law <law@redhat.com>
30749 2015-05-04 Jeff Law <law@redhat.com>
30751 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30752 simplifier to narrow arithmetic.
30753 * generic-match-head.c: (types_match, single_use): New functions.
30754 * gimple-match-head.c: (types_match, single_use): New functions.
30756 2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
30759 * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
30760 (split_branches): Likewise.
30762 2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
30764 * common.opt (fdelete-null-pointer-checks): Init to -1.
30765 * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
30766 override flag_delete_null_pointer_checks default.
30767 * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
30768 behavior re address zero. Better document target-specific behavior.
30769 (-fisolate-errneous-paths-dereference): Mention relationship to
30770 -fdelete-null-pointer-checks.
30772 2015-05-04 Jakub Jelinek <jakub@redhat.com>
30774 PR tree-optimization/65984
30775 * ubsan.c: Include tree-cfg.h.
30776 (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
30777 stmt_could_throw_p test, rename can_throw variable to ends_bb.
30779 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
30781 * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
30782 to CONST_DOUBLE_P predicate.
30783 (standard_sse_constant_p): Return 0 for !TARGET_SSE.
30784 (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
30785 allow only operands that satisfy standard_sse_constant_p predicate.
30786 * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
30787 to CONST_DOUBLE_P predicate.
30789 2015-05-04 Jeff Law <law@redhat.com>
30791 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30792 simplifier to narrow arithmetic.
30793 * generic-match-head.c: (types_match, single_use): New functions.
30794 * gimple-match-head.c: (types_match, single_use): New functions.
30796 2015-05-04 Andreas Tobler <andreast@gcc.gnu.org>
30798 * config/arm/arm.c: Restore bootstrap.
30800 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
30802 * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
30803 * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
30804 as CONST_WIDE_INT, not CONST_DOUBLE.
30805 (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
30806 (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
30807 (ix86_find_base_term): Do not check for CONST_DOUBLE.
30808 (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
30809 (ix86_build_signbit_mask): Rewrite using wide ints.
30810 (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
30811 (ix86_rtx_costs): Handle CONST_WIDE_INT.
30812 (find_constant): Ditto.
30813 * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
30814 using gen_int_mode.
30815 * config/i386/predicates.md (x86_64_immediate_operand)
30816 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
30817 (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
30818 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
30819 (const0_operand): Also match const_wide_int.
30820 (constm1_operand): Ditto.
30821 (const1_operand): Ditto.
30823 2015-05-04 Richard Biener <rguenther@suse.de>
30825 PR tree-optimization/65965
30826 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
30827 store groups at gaps.
30829 2015-05-04 Richard Biener <rguenther@suse.de>
30831 PR tree-optimization/65935
30832 * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
30833 then make sure to apply that swapping to the IL.
30835 2015-05-04 Jakub Jelinek <jakub@redhat.com>
30837 * Makefile.in (PATCHLEVEL_c): New variable.
30838 (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
30839 expand the same way as if DEVPHASE_c was non-empty.
30841 2015-05-04 Kai Tietz <ktietz@redhat.com>
30844 * lto-wrapper.c (run_gcc): Open filename
30847 2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
30849 * doc/extend.texi (Variable Attributes, Type Attributes): Move
30850 sections up in file, to immediately after the Function Attributes
30853 2015-05-02 Jan Hubicka <hubicka@ucw.cz>
30855 * tree.c (verify_type): Check various uses of TYPE_MINVAL.
30857 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30859 * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
30860 (insert_partition_copy_on_edge): Adjust.
30861 (insert_rtx_to_part_on_edge): Likewise.
30862 (insert_part_to_rtx_on_edge): Likewise.
30864 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30866 * function.c (set_return_jump_label): Change type of argument to
30868 * function.h (set_return_jump_label): Adjust.
30870 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30872 * reload.h (struct reg_equivs_t): Change type of init to
30874 * ira.c (fix_reg_equiv_init): Adjust.
30875 * reload1.c (eliminate_regs_1): Likewise.
30876 (init_eliminable_invariants): Likewise.
30878 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30880 * cselib.c (fp_setter_insn): Take a rtx_insn *.
30881 * cselib.h (fp_setter_insn): Adjust.
30883 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30885 * recog.c (struct validate_replace_src_data): Change type of
30886 insn field to rtx_insn *.
30887 (validate_replace_src_group): Change type of argument to rtx_insn *.
30888 * recog.h (validate_replace_src_group): Adjust.
30890 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30892 * haifa-sched.c: Change the type of some variables to rtx_insn *.
30893 * sched-deps.c: Likewise.
30894 * sched-int.h: Likewise.
30895 * sched-rgn.c: Likewise.
30896 * sel-sched.c: Likewise.
30898 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30901 * config/i386/i386.c: Change the type of some arguments to
30903 * config/arm/arm.c: Likewise.
30905 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30907 * lra-constraints.c: Change type of some arguments to rtx_insn *.
30909 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30911 * regcprop.c (kill_autoinc_value): Change type of argument to
30914 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30916 * genrecog.c (print_subroutine): Adjust.
30917 * recog.c (get_bool_attr_mask_uncached): Likewise.
30918 * recog.h (struct recog_data_d): Change the type of insn to
30921 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30923 * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
30925 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30927 * df-problems.c (df_set_note): Change type of argument to
30930 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30932 * builtins.c (expand_builtin_trap): Change type of local
30933 variable to rtx_insn *.
30934 (add_sched_insns_for_speculation): Likewise.
30935 (ix86_emit_save_regs): Likewise.
30936 (get_scratch_register_on_entry): Likewise.
30937 (ix86_emit_restore_reg_using_pop): Likewise.
30938 (ix86_emit_leave): Likewise.
30939 (ix86_emit_restore_regs_using_mov): Likewise.
30940 (ix86_expand_epilogue): Likewise.
30942 (rl78_alloc_physical_registers_umul): Likewise.
30943 * cselib.c (discard_useless_locs): Likewise.
30944 (cselib_invalidate_regno): Likewise.
30945 (cselib_invalidate_mem): Likewise.
30946 * function.c (expand_function_start): Likewise.
30947 (emit_use_return_register_into_block): Likewise.
30948 * gcse.c: Likewise.
30949 * haifa-sched.c (ok_for_early_queue_removal): Likewise.
30950 * ifcvt.c (noce_get_alt_condition): Likewise.
30951 * loop-doloop.c (doloop_condition_get): Likewise.
30952 * lra-constraints.c (inherit_in_ebb): Likewise.
30953 * modulo-sched.c (sms_schedule_by_order): Likewise.
30954 * recog.c (next_insn_tests_no_inequality): Likewise.
30955 * reorg.c (emit_delay_sequence): Likewise.
30956 (update_reg_dead_notes): Likewise.
30957 (fix_reg_dead_note): Likewise.
30958 (fill_slots_from_thread): Likewise.
30959 (delete_computation): Likewise.
30961 2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
30963 * doc/extend.texi (Variable Attributes): Add menu and proper
30964 @nodes to subsections. Move Microsoft Windows attributes to
30965 their own subsection.
30966 (Type Attributes): Reorganize introduction to remove duplicate
30967 list of attributes. Add menu and proper @nodes to subsections.
30968 Alphabetize the main table of common attributes.
30970 2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
30972 * match.pd: New simplification patterns.
30973 (x + (x & 1)) -> ((x + 1) & ~1)
30974 (x & ~(x & y)) -> ((x & ~y))
30975 (x | ~(x | y)) -> ((x | ~y))
30977 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30979 * target.def (attribute_table): Mention that struct attribute_spec
30980 is defined in tree-core.h rather than tree.h
30981 * doc/tm.texi: Regenerate.
30983 2015-05-01 Richard Sandiford <richard.sandiford@arm.com>
30985 * genrecog.c (test): Rename to rtx_test. Update rest of file
30988 2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
30990 PR translation/65959
30991 * params.h (DEFPARAM): Rename msgid to nocmsgid.
30993 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
30995 * config/aarch64/aarch64-protos.h (tune_params):
30996 Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
30997 * config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
30998 Return value depending on target.
30999 (generic_tunings): Initialize new target settings.
31000 (cortexa53_tunings): Likewise.
31001 (cortexa57_tunings): Likewise.
31002 (thunderx_tunings): Likewise.
31003 (xgene1_tunings): Likewise.
31005 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
31007 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
31008 Make Cortex-A53 shift costs more accurate.
31010 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31012 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
31015 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
31017 * config/aarch64/aarch64.c (aarch64_rtx_costs):
31018 Calculate cost of op0 and op1 in PLUS and MINUS cases.
31020 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31022 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
31023 Add cost of op0 in the compare-with-fpzero case.
31025 2015-04-30 David Malcolm <dmalcolm@redhat.com>
31027 * builtins.c (fold_builtin_1): Remove spurious second
31029 * cgraph.h (symtab_node::get_availability): Likewise.
31030 * opts.c (common_handle_option): Remove spurious second semicolon.
31031 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
31032 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
31034 2015-04-30 Caroline Tice <cmtice@google.com>
31036 PR gcov-profile/65929
31037 * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
31038 (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
31039 * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
31040 (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
31041 * doc/tm.texi: Regenerate.
31042 * final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
31043 instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
31044 * varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
31045 instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
31047 2015-04-30 Marek Polacek <polacek@redhat.com>
31049 * varasm.c (handle_cache_entry): Fix logic.
31051 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31053 * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
31054 (*extrsi5_insn_uxtw_alt): Likewise.
31055 * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
31056 (aarch64_rtx_costs, IOR case): Use above to properly cost extr
31059 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31061 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
31064 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31066 * config/aarch64/aarch64.md
31067 (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
31068 (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
31069 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
31070 appropriately. Handle alternative EON form.
31072 2015-04-30 Renlin Li <renlin.li@arm.com>
31074 * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
31075 * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
31077 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
31080 * ipa-inline.c (can_inline_edge_p): It is safe to inline across
31081 -fstrict-aliasing boundaries.
31083 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31085 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
31086 and [SU]MNEGL patterns.
31088 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31090 * config/aarch64/aarch64.c (aarch64_shift_p): New function.
31091 (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
31092 combined arithmetic-shift ops. Properly handle all shift and extend
31093 operations that can occur in combination with PLUS/MINUS.
31094 Rename maybe_fma to compound_p.
31095 (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
31096 arithmetic and shift operations.
31098 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31100 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
31101 rather than arith_shift cost when costing ADD/MINUS of an
31104 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
31107 * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
31110 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
31112 * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
31113 are for the same position.
31115 2015-04-29 Aditya Kumar <hiraditya@hotmail.com>
31117 * tree-vectorizer.c (set_uid_loop_bbs): New. Factored out of
31119 (vectorize_loops): Use it.
31121 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
31123 * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
31124 for aggregate types.
31125 (register_odr_type): Be ready for MAIN_VARIANT of ODR type
31126 type to be non_ODR.
31127 * tree.c (need_assembler_name_p): Compute mangled name for
31128 non-fundamental types and integer types.
31130 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>
31132 * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
31134 * expr.c (expand_expr_real_2): Likewise.
31136 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
31138 * tree.c (build_common_builtin_nodes): Do not build
31139 __builtin_alloca_with_align as equivalent of library alloca.
31141 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
31143 * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
31144 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
31146 * tree.c: Include print-tree.h and ipa-utils.h
31147 (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
31148 (free_lang_data_in_cgraph): Call verify_type.
31149 (verify_type_variant): New function.
31150 (verify_type): New function.
31151 * tree.h (verify_type): Declare.
31153 2015-04-29 Steve Ellcey <sellcey@imgtec.com>
31155 * config/mips/mips-cpus.def: (mips4): Change default processor
31156 from PROCESSOR_R8000 to PROCESSOR_R10000.
31158 2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
31160 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
31161 la/jalr instead of jal.
31163 2015-04-29 Uros Bizjak <ubizjak@gmail.com>
31166 * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
31167 (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
31168 (setcc+movzbl peephole2): Check also clobbered reg.
31169 (setcc+andl peephole2): Ditto.
31171 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
31174 * config/nvptx/mkoffload.c (target_ilp32): New variable.
31175 (main): Set it depending on "-foffload-abi=[...]".
31176 (compile_native, main): Use it to pass "-m32" or "-m64" to the
31179 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
31182 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
31183 vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
31184 Flip lane index back at assembly time for bigendian.
31186 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
31188 * tree.h (OMP_STANDALONE_CLAUSES): New macro.
31189 * gimplify.c (gimplify_omp_workshare): Use it.
31191 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
31193 * Makefile.in (build/genrecog.o): Depend on inchash.h.
31194 (build/genrecog$(build_exeext): Depend on build/hash-table.o and
31196 * genrecog.c: Rewrite most of the code except for the third page.
31198 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
31200 * inchash.h, inchash.c: Include bconfig.h for build objects.
31201 * Makefile.in (build/inchash.o): New rule.
31203 2015-04-29 Yvan Roux <yvan.roux@linaro.org>
31206 * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
31207 number in type attribute expression.
31209 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
31211 * loop-iv.c (canon_condition): Generalize to all types of integer
31214 2015-04-29 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
31216 * gimple-walk.c: Prune duplicate or unneeded includes.
31217 (walk_gimple_asm): Only call parse_input_constraint or
31218 parse_output_constraint if their findings are used.
31219 Honour parse_input_constraint and parse_output_constraint
31222 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
31224 * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
31226 2015-04-29 Tom de Vries <tom@codesourcery.com>
31228 PR tree-optimization/65893
31229 * passes.def (pass_all_optimizations): Move pass_stdarg to after
31232 2015-04-29 Richard Biener <rguenther@suse.de>
31234 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
31235 compute GROUP_SIZE for basic-block SLP.
31236 * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
31237 take into account gaps.
31238 (vect_get_mask_element): Properly reject references to previous
31240 (vect_transform_slp_perm_load): Likewise.
31242 2015-04-29 Christian Bruel <christian.bruel@st.com>
31245 * config/i386/i386.c (ix86_default_align): New function.
31246 (ix86_override_options_after_change): Call ix86_default_align.
31247 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
31248 (ix86_override_options_after_change): New function.
31250 2015-04-28 Jeff Law <law@redhat.com>
31252 * tree-ssa-dom.c (record_equality); Fix comment typos.
31254 2015-04-28 Tom de Vries <tom@codesourcery.com>
31256 PR tree-optimization/65887
31257 * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
31259 2015-04-28 Sandra Loosemore <sandra@codesourcery.com>
31261 * doc/extend.texi (Declaring Attributes of Functions): Split into
31262 subsections by target. Alphabetize the table of common attributes.
31263 Rewrite some of the introductory text to reflect the new structure.
31264 Update some cross-references to point to the new subsections.
31265 (Attribute Syntax): Put paragraph about "__" naming here. Remove
31266 duplicate copies in the discussion of function, label, and type
31269 2015-04-28 Dominique d'Humieres <dominiq@lps.ens.fr>
31272 * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
31274 2015-04-28 Jason Merrill <jason@redhat.com>
31277 * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
31278 (finalize_type_size): Respect TYPE_USER_ALIGN.
31279 (layout_type) [ARRAY_TYPE]: Likewise.
31281 2015-04-28 Yvan Roux <yvan.roux@linaro.org>
31283 * config/arm/arm.md (*arm_movt): Fix type attribute.
31284 (*cmpsi_shiftsi): Likewise.
31285 (*cmpsi_shiftsi_swp): Likewise.
31286 (*movsicc_insn): Likewise.
31287 (*cond_move): Likewise.
31288 (*if_plus_move): Likewise.
31289 (*if_move_plus): Likewise.
31290 (*if_arith_move): Likewise.
31291 (*if_move_arith): Likewise.
31292 (*if_shift_move): Likewise.
31293 (*if_move_shift): Likewise.
31294 (*arm_movtas_ze): Likewise.
31295 * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
31296 redundancy and type attribute.
31297 (*thumb2_movsi_insn): Fix type attribute.
31298 (*thumb2_addsi_short): Likewise.
31299 (thumb2_addsi3_compare0): Likewise.
31300 (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
31301 attributes accordingly.
31303 2015-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
31306 * function.c (pad_to_arg_alignment): Add parentheses.
31308 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
31310 * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
31311 libgcc/config/frv/elf-lib.h.
31313 2015-04-28 Tom de Vries <tom@codesourcery.com>
31315 * tree-call-cdce.c: Fix example in header comment.
31317 2015-04-28 Richard Biener <rguenther@suse.de>
31319 PR tree-optimization/62283
31320 * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
31321 fails fatally and we are vectorizing a basic-block simply
31322 cause the child to be constructed piecewise.
31323 (vect_analyze_slp_cost_1): Adjust.
31324 (vect_detect_hybrid_slp_stmts): Likewise.
31325 (vect_bb_slp_scalar_cost): Likewise.
31326 (vect_get_constant_vectors): For piecewise constructed
31327 constants place them after the last def.
31328 (vect_get_slp_defs): Adjust.
31329 * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
31330 externals for basic-block vectorization.
31332 2015-04-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
31335 * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
31337 * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
31338 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
31339 (AARCH64_TUNE_FMA_STEERING): Likewise.
31340 * config/aarch64/aarch64-cores.def: Set
31341 AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
31342 FMUL/FMADD instructions.
31343 * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
31344 (aarch64_override_options): Include cortex-a57-fma-steering.h. Call
31345 aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
31346 * config/aarch64/cortex-a57-fma-steering.h: New file.
31347 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
31349 2015-04-28 Richard Sandiford <richard.sandiford@arm.com>
31351 * gensupport.c (std_preds): Add missing codes to address_operand entry.
31353 2015-04-28 Richard Biener <rguenther@suse.de>
31355 PR tree-optimization/65851
31356 * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
31357 changing CONSTANT to CONSTANT non-copy. Get new_val by reference.
31358 (ccp_lattice_meet): Remove stray argument. Use operand_equal_p
31359 rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
31360 (ccp_visit_phi_node): Adjust.
31361 (evaluate_stmt): For simplifications to SSA names return its
31362 lattice value if that isn't VARYING. Return immediately when
31363 simplified to a constant.
31364 (visit_assignment): Adjust.
31365 (ccp_visit_stmt): Likewise.
31367 2015-04-28 Tom de Vries <tom@codesourcery.com>
31369 PR tree-optimization/65818
31370 * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
31373 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31375 * calls.c (save_fixed_argument_area): Don't check
31376 ARGS_GROW_DOWNWARD with the preprocessor.
31377 (restore_fixed_argument_area): Likewise.
31378 (mem_overlaps_already_clobbered_arg_p): Likewise.
31379 (check_sibcall_argument_overlap): Likewise.
31380 (expand_call): Likewise.
31381 (emit_library_call_value_1): Likewise.
31382 (store_one_arg): Likewise.
31383 * function.c (assign_parms): Likewise.
31384 (locate_and_pad_parm): Likewise.
31385 (pad_to_arg_alignment): Likewise.
31386 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
31388 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31390 * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
31391 * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
31392 * calls.c (save_fixed_argument_area): Don't chekc if
31393 ARGS_GROW_DOWNWARD is defined.
31394 (restore_fixed_argument_area): Likewise.
31395 (mem_overlaps_already_clobbered_arg_p): Likewise.
31396 (check_sibcall_argument_overlap): Likewise.
31397 (expand_call): Likewise.
31398 (emit_library_call_value_1): Likewise.
31399 (store_one_arg): Likewise.
31400 * function.c (assign_parms): Likewise.
31401 (locate_and_pad_parm): Likewise.
31402 (pad_to_arg_alignment): Likewise.
31403 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
31405 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31407 * defaults.h (gen_epilogue): New function.
31408 * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
31410 * cfgrtl.c (cfg_layout_finalize): Likewise.
31411 * df-scan.c: Likewise.
31412 * function.c (thread_prologue_and_epilogue_insns): Likewise.
31413 (reposition_prologue_and_epilogue_notes): Likewise.
31414 * reorg.c (find_end_label): Likewise.
31415 * toplev.c: Likewise.
31417 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31419 * bb-reorder.c (HAVE_return): Don't check if its undefined.
31420 * defaults.h (gen_simple_return): New function.
31421 (gen_simple_return): Likewise.
31422 (HAVE_return): Add default definition to false.
31423 (HAVE_simple_return): Likewise.
31424 * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
31425 HAVE_return and HAVE_simple_return are defined.
31426 * function.c (gen_return_pattern): Likewise.
31427 (convert_jumps_to_returns): Likewise.
31428 (thread_prologue_and_epilogue_insns): Likewise.
31429 * reorg.c (find_end_label): Likewise.
31430 (dbr_schedule): Likewise.
31431 * shrink-wrap.c: Likewise.
31432 * shrink-wrap.h: Likewise.
31434 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31436 * defaults.h (EPILOGUE_USES): Add default definition of false.
31437 * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
31438 * resource.c (init_resource_info): Likewise.
31440 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31442 * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
31444 * dwarf2out.c (field_byte_offset): REmove check if
31445 PCC_BITFIELD_TYPE_MATTERS is defined.
31446 * stor-layout.c (layout_decl): Likewise.
31447 (update_alignment_for_field): Likewise.
31448 (place_field): Likewise.
31450 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31452 * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
31454 * regrename.c (check_new_reg_p): Remove check if
31455 HARD_REGNO_RENAME_OK is defined.
31456 * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
31458 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
31460 * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
31461 * cse.c (fold_rtx): Likewise.
31462 * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
31463 * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
31464 * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
31465 * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
31466 * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
31467 * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
31468 * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
31469 * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
31470 * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
31471 * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
31473 * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
31474 * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
31475 * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
31476 * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
31477 * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
31478 * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
31479 * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
31480 * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
31481 * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
31482 * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
31483 * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
31484 * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
31485 * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
31486 * doc/tm.texi: Regenerate.
31487 * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
31488 either true or false.
31490 2015-04-27 Jeff Law <law@redhat.com>
31492 PR tree-optimization/65217
31493 * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
31494 of them has a single use, make sure it is the LHS of the implied
31497 2015-04-28 Alan Modra <amodra@gmail.com>
31500 * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
31501 (offsettable_ok_by_alignment): Use minimum of decl and toc
31502 pointer alignment. Replace dead code with assertion.
31503 (use_toc_relative_ref): Add mode arg. Return false in -mcmodel=medium
31504 case if size exceeds toc pointer alignment.
31505 (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
31506 (rs6000_emit_move): Likewise.
31507 * configure.ac: Add linker toc pointer alignment check.
31508 * configure: Regenerate.
31509 * config.in: Regenerate.
31511 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
31513 * config.gcc: Add h8300-*-linux.
31514 * config/h8300/linux.h: New.
31515 * config/h8300/t-linux: New.
31516 * config/h8300/h8300.c (h8300_option_override): Normal mode
31517 is not supported for h8300-*-linux.
31518 (h8300_file_start): Target priority change.
31519 (get_shift_alg): Likewise.
31520 (h8300_shift_need_scratch_p): Likewise.
31521 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
31522 * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
31524 2015-04-27 Caroline Tice <cmtice@google.com>
31526 * final.c (final_scan_insn): Output cold_function_name as function
31528 * varasm.c (cold_function_name): Make global.
31529 (assemble_start_function): Re-set cold_function_name.
31530 (assemble_end_function): Output cold partition size.
31531 * varasm.h (cold_function_name): Declare global.
31533 2015-04-27 Ilya Tocar <ilya.tocar@intel.com>
31535 * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
31536 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
31538 (*movxi_internal_avx512f): Ditto.
31539 (define_split): Check for xmm16+, when splitting scalar float_extend.
31540 (*extendsfdf2_mixed): Use "v" constraint.
31541 (define_split): Check for xmm16+, when splitting scalar float_truncate.
31542 (*truncdfsf_fast_sse): Use "v" constraint.
31543 (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
31544 (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
31545 (define_peephole2): Check for xmm16+, when converting scalar
31547 (define_peephole2): Check for xmm16+, when converting scalar
31549 (*fop_<mode>_comm_mixed): Use "v" constraint.
31550 (*fop_<mode>_comm_sse): Ditto.
31551 (*fop_<mode>_1_mixed): Ditto.
31552 (*sqrt<mode>2_sse): Ditto.
31553 (*ieee_s<ieee_maxmin><mode>3): Ditto.
31555 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31557 * combine.c (simplify_if_then_else): Use std::swap instead
31558 of manually swapping.
31559 (known_cond): Likewise.
31560 (simplify_comparison): Likewise.
31562 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
31565 * config/rs6000/htm.md: Remove all define_expands.
31566 (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
31567 UNSPECV_HTM_TABORTWCI): Remove.
31568 (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
31569 (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
31570 trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
31571 (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
31572 (tabortdc_internal, tabortdci_internal, tabortwc_internal,
31573 tabortwci_internal): Remove define_insns.
31574 (tabort<wd>c, tabort<wd>ci): New define_insns.
31575 (tabort): Use gpc_reg_operand.
31576 (tcheck): Remove operand.
31577 (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
31578 * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
31580 * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
31581 (BU_HTM_SPR1): Rename to BU_HTM_V1. Remove use of RS6000_BTC_SPR.
31582 (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
31583 tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
31584 tsr, ttest): Pass in the RS6000_BTC_CR attribute.
31585 (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
31586 get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
31587 (tcheck): Remove builtin argument.
31588 * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
31590 (htm_expand_builtin): Fix usage of expandedp. Disallow usage of the
31591 tabortdc and tabortdci builtins when not in 64-bit mode.
31592 Modify code to handle the loss of the HTM define_expands.
31593 Emit code to copy the CR register to TARGET.
31594 (htm_init_builtins): Modify code to handle the loss of the HTM
31596 * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
31597 (RS6000_BTC_64BIT): Likewise.
31598 (RS6000_BTC_CR): New macro.
31599 * doc/extend.texi: Update documentation for htm builtins.
31601 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31603 * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
31604 of manually swapping.
31605 (simplify_associative_operation): Likewise.
31606 (simplify_binary_operation): Likewise.
31607 (simplify_plus_minus): Likewise.
31608 (simplify_relational_operation): Likewise.
31609 (simplify_ternary_operation): Likewise.
31611 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
31613 * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
31614 (xs_hi_nonmemory_operand): Remove error.
31615 * config/stormy16/stormy16.md (movhi, movhi_internal): Use
31616 general_operand rather than xs_hi_general_operand.
31618 2015-04-27 Richard Biener <rguenther@suse.de>
31620 * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
31621 (record_equivalences_from_stmt): Valueize rhs.
31622 (record_equality): Canonicalize x and y order via
31623 tree_swap_operands_p. Do not swap operands for same loop depth.
31625 2015-04-27 Georg-Johann Lay <avr@gjlay.de>
31629 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
31630 Add hint how to use own spec file.
31632 2015-04-27 Jakub Jelinek <jakub@redhat.com>
31634 PR tree-optimization/65875
31635 * tree-vrp.c (update_value_range): If in is_new case setting
31636 old_vr to VR_VARYING, also set new_vr to it. Remove
31637 old_vr->type == VR_VARYING test.
31638 (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
31639 SSA_PROP_INTERESTING if update_value_range returned true,
31640 but new range is VR_VARYING.
31642 2015-04-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
31644 * combine.c (sign_extend_short_imm): New.
31645 (set_nonzero_bits_and_sign_copies): Use above new function for sign
31646 extension of src short immediate.
31647 (reg_nonzero_bits_for_combine): Likewise for tem.
31649 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
31651 * stor-layout.c (self_referential_component_ref_p): New predicate.
31652 (copy_self_referential_tree_r): Use it.
31653 (self_referential_size): Punt for simple operations directly involving
31654 self-referential component references.
31655 * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
31657 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
31659 * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
31661 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
31663 * vec.h (vec): Make splice arguments const. Update definitions
31666 2015-04-27 Yvan Roux <yvan.roux@linaro.org>
31668 * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
31671 2015-04-26 Tom de Vries <tom@codesourcery.com>
31673 PR tree-optimization/65826
31674 * internal-fn.def: Mark VA_ARG with ECF_LEAF.
31676 2015-04-24 Steve Ellcey <sellcey@imgtec.com>
31678 * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
31679 (*madd3<mode>): Ditto.
31680 (*msub4<mode>): Ditto.
31681 (*msub3<mode>): Ditto.
31682 (*nmadd4<mode>): Ditto.
31683 (*nmadd3<mode>): Ditto.
31684 (*nmadd4<mode>_fastmath): Ditto.
31685 (*nmadd3<mode>_fastmath): Ditto.
31686 (*nmsub4<mode>): Ditto.
31687 (*nmsub3<mode>): Ditto.
31688 (*nmsub4<mode>_fastmath): Ditto.
31689 (*nmsub3<mode>_fastmath): Ditto.
31691 2015-04-24 Jason Merrill <jason@redhat.com>
31694 * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
31695 down when building TYPE_CANONICAL.
31696 (build_pointer_type_for_mode): Likewise.
31698 2015-04-24 Chen Gang <gang.chen.5i5j@gmail.com>
31700 * genrecog.c (validate_pattern): Check matching constraint refers
31701 to a lower numbered operand.
31703 2015-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
31706 * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
31707 save to independent variables use the Save attribute. This will
31708 allow these options to be modified with the #pragma/attribute
31710 (-mallow-movmisalign): Likewise.
31711 (-mallow-df-permute): Likewise.
31712 (-msched-groups): Likewise.
31713 (-malways-hint): Likewise.
31714 (-malign-branch-targets): Likewise.
31715 (-mvectorize-builtins): Likewise.
31716 (-msave-toc-indirect): Likewise.
31718 * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
31719 can be set via the #pragma/attribute target support.
31720 (rs6000_opt_vars): Likewise.
31721 (rs6000_inner_target_options): If VSX was set, also set
31722 -mno-avoid-indexed-addresses.
31724 2015-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31726 * config/arm/iterators.md (shiftable_ops): Rename to...
31727 (SHIFTABLE_OPS): ... This. Update use in comments.
31728 (ior_xor): Rename to...
31729 (IOR_XOR): ... This.
31730 (vqh_ops): Rename to...
31731 (VQH_OPS): ... This.
31732 (vqhs_ops): Rename to...
31733 (VQHS_OPS): ... This.
31734 (rshifts): Rename to...
31735 (RSHIFTS): ... This.
31736 (returns): Rename to...
31737 (RETURNS): ... This.
31738 * config/arm/arm.md: Update uses of the above.
31739 * config/arm/neon.md: Likewise.
31741 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31743 * config.host (case ${host}): Add aarch64*-*-linux case.
31744 * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
31745 fields to all the cores.
31746 * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
31747 Add MCPU_MTUNE_NATIVE_SPECS.
31748 * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
31749 field to all extensions.
31750 * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
31751 * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
31752 Adjust definition of AARCH64_OPT_EXTENSION.
31753 * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
31754 (MCPU_MTUNE_NATIVE_SPECS): Define.
31755 * config/aarch64/driver-aarch64.c: New file.
31756 * config/aarch64/x-arch64: New file.
31757 * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
31760 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
31761 Wei Mi <wmi@google.com>
31763 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
31764 * config/i386/i386.c (extract_base_offset_in_addr): New function.
31765 (ix86_operands_ok_for_move_multiple): Ditto.
31766 * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
31767 (movlpd/movhpd to movupd peephole2): Ditto.
31769 2015-04-24 Marek Polacek <polacek@redhat.com>
31772 * input.h (from_macro_expansion_at): Define.
31775 * doc/invoke.texi: Update description of -Wlogical-op.
31777 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
31779 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
31780 ternary operator in fprintf and harmonize spacing.
31782 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
31784 * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
31785 Mark operand1 commutative.
31787 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
31789 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
31790 input operands in memory.
31791 (*vec_concatv2si_sse4_1): Ditto.
31792 (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
31793 (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
31795 (vec_extract_hi_v32hi): Ditto.
31796 (vec_extract_hi_v64hi): Ditto.
31797 (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
31799 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
31800 Steven Bosscher <steven@gcc.gnu.org>
31802 PR rtl-optimization/34503
31803 * cprop.c (cprop_reg_p): New.
31804 (hash_scan_set): Use above function to check if register can be
31806 (find_avail_set): Return up to two sets, one whose source is a
31807 register and one whose source is a constant. Sets are returned in an
31808 array passed as parameter rather than as a return value.
31809 (cprop_insn): Use a do while loop rather than a goto. Try each of the
31810 sets returned by find_avail_set, starting with the one whose source is
31811 a constant. Use cprop_reg_p to check if register can be propagated.
31812 (do_local_cprop): Use cprop_reg_p to check if register can be
31814 (implicit_set_cond_p): Likewise.
31816 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
31818 * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
31819 (sem_function::equals): IGNORED_NODES parameter is now unused;
31820 update call of equals_private.
31821 (sem_function::equals_private): Do not call equals_wpa; skip
31822 gimple body matching if there is no body.
31823 (sem_function::init): Add logic to hash tthunk info.
31824 (sem_function::parse): Also parse thunks.
31825 * ipa-icf.h (equals_private): Update declaration.
31827 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
31829 * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
31830 asterisk from name so this can be generated directly.
31831 (*altivec_stvx_<mode>_internal): Likewise.
31832 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
31833 that this is never called during or after reload/lra.
31834 (rs6000_frame_related): Remove split_reg
31835 argument and logic that references it.
31836 (emit_frame_save): Remove last parameter from call to
31837 rs6000_frame_related.
31838 (rs6000_emit_prologue): Remove last parameter from eight calls to
31839 rs6000_frame_related. Force generation of stvx instruction for
31840 Altivec register saves. Remove split_reg handling, which is no
31842 (rs6000_emit_epilogue): Force generation of lvx instruction for
31843 Altivec register restores.
31845 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
31847 * config/rs6000/rs6000.opt (mcrypto): Change option description to
31848 match category changes in ISA 2.07B.
31850 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31852 * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
31854 (cmp_op, cmp_type): New code attributes.
31855 (NEON_VCMP, NEON_VACMP): New int iterators.
31856 (cmp_op_unsp): New int attribute.
31857 * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
31858 (neon_vceq<mode>): Delete.
31859 (neon_vc<cmp_op><mode>_insn): New pattern.
31860 (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
31861 (neon_vcgeu<mode>): Delete.
31862 (neon_vcle<mode>): Likewise.
31863 (neon_vclt<mode>: Likewise.
31864 (neon_vcage<mode>): Likewise.
31865 (neon_vcagt<mode>): Likewise.
31866 (neon_vca<cmp_op><mode>): New define_expand.
31867 (neon_vca<cmp_op><mode>_insn): New pattern.
31868 (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
31870 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
31872 * tree.h (attribute_value_equal): Declare.
31873 * tree.c (attribute_value_equal): Export.
31875 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
31877 * ipa-icf.c (sem_item::compare_attributes): New function.
31878 (sem_item::compare_referenced_symbol_properties): Compare variable
31880 (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
31881 (sem_function::param_used_p): New function.
31882 (sem_function::equals_wpa): Fix attribute comparsion; match
31883 parameter type codes; do not compare paremter flags when
31884 they are not used; compare edge flags; compare indirect calls.
31885 (sem_item::update_hash_by_addr_refs): Hash reference type.
31886 (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
31887 (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
31888 reference use type.
31889 (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
31890 * ipa-icf.h (compare_attributes, param_used_p): Declare.
31892 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
31894 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
31896 (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
31897 DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
31898 (sem_item::compare_referenced_symbol_properties): New.
31899 (sem_item::hash_referenced_symbol_properties): New.
31900 (sem_item::compare_cgraph_references): Rename to ...
31901 (sem_item::compare_symbol_references): ... this one; use
31902 compare_referenced_symbol_properties.
31903 (sem_function::equals_wpa): Do not compare
31904 DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
31905 DECL_IS_OPERATOR_NEW; compare pointer sizes.
31906 (sem_item::update_hash_by_addr_refs): Call
31907 hash_referenced_symbol_properties.
31908 (sem_item::update_hash_by_local_refs): Cleanup.
31909 (sem_function::merge): Do not mix up symbol properties.
31910 (sem_variable::equals_wpa): Use compare_symbol_references.
31911 * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
31912 (sem_item::hash_referenced_symbol_properties): New.
31913 (sem_item::compare_symbol_references): New.
31914 (sem_item::compare_cgraph_references): Remove.
31916 2015-04-23 Kwok Cheung Yeung <kcy@codesourcery.com>
31919 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
31920 Emit size of local.
31922 2015-04-23 Nick Clifton <nickc@redhat.com>
31924 * config/rl78/rl78.c (rl78_preferred_reload_class): Add
31925 ATTRIBUTE_UNUSED to x parameter.
31926 * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
31928 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
31930 * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
31931 TARGET_CRYPTO to TARGET_P8_VECTOR>
31932 (crypto_vpermxor_<mode>): Likewise.
31933 * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
31934 (BU_CRYPTO_3A): Likewise.
31935 (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
31936 (BU_CRYPTO_OVERLOAD_3A): New #define.
31937 (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
31938 (VPMSUMH): Likewise.
31939 (VPMSUMW): Likewise.
31940 (VPMSUMD): Likewise.
31941 (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
31942 (VPERMXOR_V4SI): Likewise.
31943 (VPERMXOR_V8HI): Likewise.
31944 (VPERMXOR_V16QI): Likewise.
31945 (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
31946 BU_CRYPTO_OVERLOAD_2A.
31947 (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
31948 BU_CRYPTO_OVERLOAD_3A.
31949 * config/rs6000/rs6000.opt (mcrypto): Change description of
31952 2015-04-23 Richard Biener <rguenther@suse.de>
31954 * passes.def: Remove copy propagation passes run directly after CCP.
31955 * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
31957 (ccp_visit_phi_node): Rework to handle first executable edge
31960 2015-04-23 Matthew Wahab <matthew.wahab@arm.com>
31962 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
31963 (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
31964 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
31965 * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
31966 (thumb_legimitimize_reload_address): Remove.
31967 * config/arm/arm-protos.h (arm_legimitimize_reload_address):
31969 (thumb_legimitimize_reload_address): Remove.
31971 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31973 * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
31975 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31977 * config/arm/arm.md (load_multiple): Reject operand 2 greater than
31979 (store_multiple): Likewise.
31981 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31983 * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
31984 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
31985 arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
31986 arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
31987 arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
31988 arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
31989 arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
31990 Specify issue_rate value.
31991 (arm_issue_rate): Look up issue rate from tuning structs. Remove
31992 large switch statement.
31993 (arm_marvell_pj4_tune): New struct.
31994 * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
31997 2015-04-23 Richard Biener <rguenther@suse.de>
31999 * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
32000 (vect_find_last_store_in_slp_instance): Rename to ...
32001 (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
32002 (vect_analyze_slp_cost_1): Use vector_load for constant defs
32003 and vec_construct for external defs when estimating prologue cost.
32004 (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
32005 Compute costs here only when vectorizing loops.
32006 (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
32007 have been determined.
32008 (vect_schedule_slp_instance): Simplify vectorized code placement
32009 and prepare for in-BB external defs.
32010 * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
32011 (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
32012 * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
32014 (vect_model_load_cost): Likewise.
32015 (vectorizable_store): Instead add it here.
32016 (vectorizable_load): Likewise.
32017 (vect_is_simple_use): Dump def type textually.
32019 2015-04-23 Richard Biener <rguenther@suse.de>
32021 * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
32022 * cfgloop.c (verify_loop_structure): Verify the root loop node.
32023 * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
32024 instead of get_eh_region_from_lp_number.
32025 * loop-init.c (fix_loop_structure): If we removed a loop, reset
32028 2015-04-23 Anton Blanchard <anton@samba.org>
32030 * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
32031 need for -mprofile-kernel to save LR to stack.
32033 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
32035 * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
32037 (insn_is_swappable_p): Return 1 for a convert from double to
32038 single precision when all of its uses are splats of BE element
32041 2015-04-23 Kugan Vivekanandarajah <kuganv@linaro.org>
32043 * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
32045 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
32048 * config/rs6000/rs6000.c (rs6000_option_override_internal): For
32049 VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
32050 TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
32052 (rs6000_builtin_mask_for_load): Return 0 for targets with
32053 efficient unaligned VSX accesses so that the vectorizer will use
32054 direct unaligned loads.
32055 (rs6000_builtin_support_vector_misalignment): Always return true
32056 for targets with efficient unaligned VSX accesses.
32057 (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
32058 stores on targets with efficient unaligned VSX accesses is almost
32059 always the same as the cost of an aligned load or store, so model
32061 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
32062 unaligned vectors if we have efficient unaligned VSX accesses.
32063 * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
32064 undocumented option.
32066 2015-04-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32069 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
32071 * config.gcc (LIBC_MUSL): New tm_defines macro.
32072 * config/linux.h (OPTION_MUSL): Define.
32073 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
32074 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
32075 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
32077 * config/linux.opt (mmusl): New option.
32078 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
32079 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
32081 * configure: Regenerate.
32083 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
32085 * config.gcc (LIBC_MUSL): New tm_defines macro.
32086 * config/linux.h (OPTION_MUSL): Define.
32087 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
32088 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
32089 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
32091 * config/linux.opt (mmusl): New option.
32092 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
32093 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
32095 * configure: Regenerate.
32097 2015-04-22 Yury Gribov <y.gribov@samsung.com>
32099 * doc/invoke.texi (-fsanitize-sections): Update description.
32100 * asan.c (set_sanitized_sections): Parse incoming arg.
32101 (section_sanitized_p): Support wildcards.
32103 2015-04-22 Tom de Vries <tom@codesourcery.com>
32105 PR tree-optimization/65823
32106 * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
32107 equality between ap_copy and ap.
32109 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32112 * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
32114 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32117 * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
32119 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32122 * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
32123 remove already contained t-files.
32125 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32127 * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
32128 Remove unneeded forward declarations.
32129 (suitable_for_tail_call_opt_p): Commentary typo fix.
32131 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32133 * varasm.c (emit_bss): Remove redundant guard.
32135 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32137 * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
32139 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
32141 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
32143 2015-04-22 Hale Wang <hale.wang@arm.com>
32144 Terry Guo <terry.guo@arm.com>
32146 PR rtl-optimization/64818
32147 * combine.c (can_combine_p): Don't combine user-specified
32148 register if it is in an asm input.
32150 2015-04-21 Jan Hubicka <hubicka@ucw.cz>
32153 * passes.def (early_optimizations): Add pass_dse.
32155 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32157 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
32158 * reorg.c (redundant_insn): Remove ifdef
32159 INSN_REFERENCES_ARE_DELAYED.
32160 * resource.c (mark_referenced_resources): Likewise.
32162 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32164 * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
32165 * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
32166 * resource.c (mark_set_resources): Likewise.
32168 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32170 * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
32171 * cfgcleanup.c (flow_find_cross_jump): Likewise.
32172 (flow_find_head_matching_sequence): Likewise.
32173 (try_head_merge_bb): Likewise.
32174 * combine.c (can_combine_p): Likewise.
32175 (try_combine): Likewise.
32176 (distribute_notes): Likewise.
32177 * df-problems.c (can_move_insns_across): Likewise.
32178 * final.c (final): Likewise.
32179 * gcse.c (insert_insn_end_basic_block): Likewise.
32180 * ira.c (find_moveable_pseudos): Likewise.
32181 * reorg.c (try_merge_delay_insns): Likewise.
32182 (fill_simple_delay_slots): Likewise.
32183 (fill_slots_from_thread): Likewise.
32184 * sched-deps.c (sched_analyze_2): Likewise.
32186 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32188 * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
32189 PIC_OFFSET_TABLE_REGNUM.
32191 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32193 * alias.c (init_alias_target): Remove ifdef
32194 * HARD_FRAME_POINTER_IS_FRAME_POINTER.
32195 * df-scan.c (df_insn_refs_collect): Likewise.
32196 (df_get_regular_block_artificial_uses): Likewise.
32197 (df_get_eh_block_artificial_uses): Likewise.
32198 (df_get_entry_block_def_set): Likewise.
32199 (df_get_exit_block_use_set): Likewise.
32200 * emit-rtl.c (gen_rtx_REG): Likewise.
32201 * ira.c (ira_setup_eliminable_regset): Likewise.
32202 * reginfo.c (init_reg_sets_1): Likewise.
32203 * regrename.c (rename_chains): Likewise.
32204 * reload1.c (reload): Likewise.
32205 (eliminate_regs_in_insn): Likewise.
32206 * resource.c (mark_referenced_resources): Likewise.
32207 (init_resource_info): Likewise.
32209 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32211 * defaults.h (MASK_RETURN_ADDR): New definition.
32212 * except.c (expand_builtin_extract_return_addr): Remove ifdef
32215 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32217 * defaults.h (RETURN_ADDR_OFFSET): New definition.
32218 * except.c (expand_builtin_extract_return_addr): Remove ifdef
32219 RETURN_ADDR_OFFSET.
32220 (expand_builtin_frob_return_addr): Likewise.
32222 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32224 * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
32225 (try_redirect_by_replacing_jump): Likewise.
32226 (rtl_tidy_fallthru_edge): Likewise.
32227 * combine.c (insn_a_feeds_b): Likewise.
32228 (find_split_point): Likewise.
32229 (simplify_set): Likewise.
32230 * cprop.c (cprop_jump): Likewise.
32231 * cse.c (cse_extended_basic_block): Likewise.
32232 * df-problems.c (can_move_insns_across): Likewise.
32233 * function.c (emit_use_return_register_into_block): Likewise.
32234 * haifa-sched.c (sched_init): Likewise.
32235 * ira.c (find_moveable_pseudos): Likewise.
32236 * loop-invariant.c (find_invariant_insn): Likewise.
32237 * lra-constraints.c (curr_insn_transform): Likewise.
32238 * postreload.c (reload_combine_recognize_const_pattern):
32240 * reload.c (find_reloads): Likewise.
32241 * reorg.c (delete_scheduled_jump): Likewise.
32242 (steal_delay_list_from_target): Likewise.
32243 (steal_delay_list_from_fallthrough): Likewise.
32244 (redundant_insn): Likewise.
32245 (fill_simple_delay_slots): Likewise.
32246 (fill_slots_from_thread): Likewise.
32247 (delete_computation): Likewise.
32248 * sched-rgn.c (add_branch_dependences): Likewise.
32250 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32252 * genconfig.c (main): Always define HAVE_cc0.
32253 * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
32255 * cfgcleanup.c (flow_find_cross_jump): Likewise.
32256 (flow_find_head_matching_sequence): Likewise.
32257 (try_head_merge_bb): Likewise.
32258 * cfgrtl.c (rtl_merge_blocks): Likewise.
32259 (try_redirect_by_replacing_jump): Likewise.
32260 (rtl_tidy_fallthru_edge): Likewise.
32261 * combine.c (do_SUBST_MODE): Likewise.
32262 (insn_a_feeds_b): Likewise.
32263 (combine_instructions): Likewise.
32264 (can_combine_p): Likewise.
32265 (try_combine): Likewise.
32266 (find_split_point): Likewise.
32268 (simplify_set): Likewise.
32269 (distribute_notes): Likewise.
32270 * cprop.c (cprop_jump): Likewise.
32271 * cse.c (cse_extended_basic_block): Likewise.
32272 * df-problems.c (can_move_insns_across): Likewise.
32273 * final.c (final): Likewise.
32274 (final_scan_insn): Likewise.
32275 * function.c (emit_use_return_register_into_block): Likewise.
32276 * gcse.c (insert_insn_end_basic_block): Likewise.
32277 * haifa-sched.c (sched_init): Likewise.
32278 * ira.c (find_moveable_pseudos): Likewise.
32279 * loop-invariant.c (find_invariant_insn): Likewise.
32280 * lra-constraints.c (curr_insn_transform): Likewise.
32281 * optabs.c (prepare_cmp_insn): Likewise.
32282 * postreload.c (reload_combine_recognize_const_pattern):
32284 * reload.c (find_reloads): Likewise.
32285 (find_reloads_address_1): Likewise.
32286 * reorg.c (delete_scheduled_jump): Likewise.
32287 (steal_delay_list_from_target): Likewise.
32288 (steal_delay_list_from_fallthrough): Likewise.
32289 (try_merge_delay_insns): Likewise.
32290 (redundant_insn): Likewise.
32291 (fill_simple_delay_slots): Likewise.
32292 (fill_slots_from_thread): Likewise.
32293 (delete_computation): Likewise.
32294 (relax_delay_slots): Likewise.
32295 * sched-deps.c (sched_analyze_2): Likewise.
32296 * sched-rgn.c (add_branch_dependences): Likewise.
32298 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32300 * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
32301 that is trivially ded on non cc0 targets.
32302 (simplify_set): Likewise.
32303 (mark_used_regs_combine): Likewise.
32304 * cse.c (new_basic_block): Likewise.
32305 (fold_rtx): Likewise.
32306 (cse_insn): Likewise.
32307 (cse_extended_basic_block): Likewise.
32308 (set_live_p): Likewise.
32309 * rtlanal.c (canonicalize_condition): Likewise.
32310 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
32312 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32314 * conditions.h: Define macros even if HAVE_cc0 is undefined.
32315 * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
32316 * final.c: Likewise.
32317 * jump.c: Likewise.
32318 * recog.c: Likewise.
32319 * recog.h: Declare functions even when HAVE_cc0 is undefined.
32320 * sched-deps.c (sched_analyze_2): Always compile case for cc0.
32322 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
32324 * defaults.h: New definition of EH_RETURN_DATA_REGNO.
32325 * except.c: Remove definition of EH_RETURN_DATA_REGNO.
32326 * builtins.c (expand_builtin): Remove check if
32327 EH_RETURN_DATA_REGNO is defined.
32328 * df-scan.c (df_bb_refs_collect): Likewise.
32329 (df_get_exit_block_use_set): Likewise.
32330 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
32331 * ira-lives.c (process_bb_node_lives): Likewise.
32332 * lra-lives.c (process_bb_lives): Likewise.
32334 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
32336 * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
32337 FIRST_PSEUDO_REG): New.
32338 * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
32339 (ARG_POINTER_REGNUM): Define to ARGP_REG.
32340 (FRAME_POINTER_REGNUM): Define to FRAME_REG.
32341 (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
32342 (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
32343 (FIRST_INT_REG): New.
32344 (LAST_INT_REG): New.
32345 (FIRST_*_REG): Define using *_REG.
32346 (LAST_*_REG): Ditto.
32347 (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
32348 (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
32349 (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
32351 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32353 * expmed.c: (synth_mult): Only assume overlapping
32354 shift with previous steps in alg_sub_t_m2 case.
32356 2015-04-21 Richard Biener <rguenther@suse.de>
32358 PR tree-optimization/65650
32359 * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
32360 transitions involving copies.
32361 (set_lattice_value): Adjust for copy lattice state.
32362 (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
32363 if that doesn't dominate the merge point.
32364 (bit_value_unop): Adjust what we treat as varying mask.
32365 (bit_value_binop): Likewise.
32366 (bit_value_assume_aligned): Likewise.
32367 (evaluate_stmt): When we simplified to a SSA name record a copy
32368 instead of dropping to varying.
32369 (visit_assignment): Simplify.
32371 * gimple-match.h (gimple_simplify): Add another callback.
32372 * gimple-fold.c (fold_stmt_1): Adjust caller.
32373 (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
32374 for the 2nd callback.
32375 * gimple-match-head.c (gimple_simplify): Add a callback that is
32376 used to valueize the stmt operands and use it that way.
32378 2015-04-21 Richard Biener <rguenther@suse.de>
32380 PR tree-optimization/65788
32381 * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
32383 2015-04-21 Richard Biener <rguenther@suse.de>
32385 * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
32386 vec_construct cost by vec_stmt_cost.
32388 2015-04-21 Richard Biener <rguenther@suse.de>
32390 * cfghooks.h (create_basic_block): Replace with two overloads
32391 for RTL and GIMPLE.
32392 (split_block): Likewise.
32393 * cfghooks.c (split_block): Rename to ...
32394 (split_block_1): ... this.
32395 (split_block): Add two type-safe overloads for RTL and GIMPLE.
32396 (split_block_after_labels): Call split_block_1.
32397 (create_basic_block): Rename to ...
32398 (create_basic_block_1): ... this.
32399 (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
32400 (create_empty_bb): Call create_basic_block_1.
32401 * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
32402 split_block_after_labels.
32403 * omp-low.c (expand_parallel_call): Likewise.
32404 (expand_omp_target): Likewise.
32405 (simd_clone_adjust): Likewise.
32406 * tree-chkp.c (chkp_get_entry_block): Likewise.
32407 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
32408 create_basic_block overload.
32409 (cgraph_node::expand_thunk): Likewise.
32410 * tree-cfg.c (make_blocks): Likewise.
32411 (handle_abnormal_edges): Likewise.
32412 * tree-inline.c (copy_bb): Likewise.
32414 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32416 * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
32418 (*xor_one_cmplsidi3_ze): Likewise.
32420 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
32422 * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
32423 use df_remove_problem rather than manually removing problems, leaving
32424 holes in df->problems_in_order[].
32426 2015-04-21 Tom de Vries <tom@codesourcery.com>
32428 PR tree-optimization/65802
32429 * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
32431 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32433 * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
32435 (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
32436 at '.'. Assert that there's enough space for everything.
32438 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
32440 PR tree-optimization/64950
32442 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
32445 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
32448 2015-04-20 Shiva Chen <shiva0217@gmail.com>
32450 PR rtl-optimization/64916
32451 * cfgcleanup.c (values_equal_p): New function.
32452 (can_replace_by): Use it.
32454 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
32457 * doc/invoke.texi ([-Wnarrowing]): Update.
32459 2015-04-20 Jeff Law <law@redhat.com>
32461 PR tree-optimization/65658
32462 * tree-ssa-threadupdate.c (redirection_block_p): Remove
32463 redundant test for GIMPLE_ASSIGN in last change.
32465 2015-04-20 Uros Bizjak <ubizjak@gmail.com>
32467 * config/i386/i386.c (set_pic_reg_ever_live): Remove.
32468 (legitimize_pic_address): Do not call set_pic_reg_ever_live.
32469 (legitimize_tls_address): Ditto.
32470 (ix86_expand_move): Ditto.
32471 (ix86_expand_binary_operator): Remove reload_in_progress checks.
32472 (ix86_expand_unary_operator): Ditto.
32473 * config/i386/predicates.md (index_register_operand): Ditto.
32475 2015-04-20 Selim Belbachir <selim.belbachir@fr.thalesgroup.com>
32477 * reorg.c (try_merge_delay_insns): Improve correctness checking
32478 for targets with multiple delay slots.
32480 2015-04-20 Jeff Law <law@redhat.com>
32482 PR tree-optimization/65658
32483 * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
32486 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
32488 * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
32489 * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
32492 2015-04-20 Jakub Jelinek <jakub@redhat.com>
32495 * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
32497 2015-04-20 Richard Biener <rguenther@suse.de>
32499 * gimple-fold.h (gimple_build): Remove optional valueize arguments.
32500 * gimple-fold.c (gimple_build_valueize): New function.
32501 (gimple_build): Always use gimple_build_valueize as valueize hook.
32503 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
32506 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
32507 and overwrite variable parts if <= 1/2 the elements are variable.
32509 2015-04-19 Vladimir Makarov <vmakarov@redhat.com>
32511 PR rtl-optimization/65805
32512 * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
32513 Don't use difference of offset and previous offset if
32514 update_sp_offset is non-zero.
32515 (eliminate_regs_in_insn): Ditto.
32516 * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
32517 lra_eliminate_regs_1 call.
32518 * lra-constraints.c (get_equiv_with_elimination): Ditto.
32520 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
32522 * hash-table.h: Remove version of hash_table that stored value_type *.
32523 * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
32524 config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
32525 config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
32526 dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
32527 gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
32528 hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
32529 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
32530 loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
32531 reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
32532 tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
32533 tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
32534 tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
32535 tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
32536 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
32537 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
32538 valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
32540 2015-04-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
32541 Jakub Jelinek <jakub@redhat.com>
32544 * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
32545 subsequent SH_NONE operand does not overwrite an existing *special
32547 (adjust_extract): Handle case where a vec_extract operation is
32548 wrapped in a PARALLEL.
32550 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
32553 * config/i386/i386.c (ix86_binds_local_p): Define only if
32554 TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
32556 2015-04-17 Jeff Law <law@redhat.com>
32558 PR tree-optimization/47679
32559 * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
32560 * tree-ssa-scopedtables.c: New file.
32561 * tree-ssa-scopedtables.h: New file.
32562 * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
32563 (const_and_copies): Change name/type.
32564 (record_const_or_copy): Move into tree-ssa-scopedtables.c
32565 (record_const_or_copy_1): Similarly.
32566 (restore_vars_to_original_value): Similarly.
32567 (pass_dominator::execute): Create and destroy const_and_copies table.
32568 (thread_across_edge): Update passing of const_and_copies.
32569 (record_temporary_equivalence): Use method calls rather than
32570 manipulating const_and_copies directly.
32571 (record_equality, cprop_into_successor_phis): Similarly.
32572 (dom_opt_dom_walker::before_dom_children): Similarly.
32573 (dom_opt_dom_walker::after_dom_children): Similarly.
32574 (eliminate_redundant_computations): Similarly.
32575 * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
32576 (record_temporary_equivalence): Likewise.
32577 (invalidate_equivalences): Likewise.
32578 (record_temporary_equivalences_from_phis): Update due to type
32579 change of const_and_copies. Use method calls rather than
32580 manipulating the stack directly.
32581 (record_temporary_equivalences_from_stmts_at_dest): Likewise.
32582 (thread_through_normal_block, thread_across_edge): Likewise.
32583 (thread_across_edge): Likewise.
32584 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
32585 * tree-vrp.c: Include tree-ssa-scopedtables.h. Change type
32587 (identify_jump_threads): Update due to type change of equiv_stack.
32588 (finalize_jump_threads): Delete the equiv_stack when complete.
32590 2015-04-17 Uros Bizjak <ubizjak@gmail.com>
32592 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
32593 * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
32594 * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
32596 2015-04-17 Andreas Tobler <andreast@gcc.gnu.org>
32599 * config.gcc: Exit with a comment when we do not have a major version
32600 number for the FreeBSD target.
32602 2015-04-17 Jakub Jelinek <jakub@redhat.com>
32605 * genpreds.c (struct constraint_data): Add maybe_allows_reg and
32606 maybe_allows_mem bitfields.
32607 (maybe_allows_none_start, maybe_allows_none_end,
32608 maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
32609 maybe_allows_mem_end): New variables.
32610 (compute_maybe_allows): New function.
32611 (add_constraint): Use it to initialize maybe_allows_reg and
32612 maybe_allows_mem fields.
32613 (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
32614 is_address constraints such that those that allow neither mem nor
32615 reg come first, then those that only allow reg but not mem, then
32616 those that only allow mem but not reg, then the rest.
32617 (write_allows_reg_mem_function): New function.
32618 (write_tm_preds_h): Call it.
32619 * stmt.c (parse_output_constraint, parse_input_constraint): Use
32620 the generated insn_extra_constraint_allows_reg_mem function
32621 instead of always setting *allows_reg = true; *allows_mem = true;
32622 for unknown extra constraints.
32624 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
32627 * output.h (default_binds_local_p_3): New.
32628 * varasm.c (default_binds_local_p_3): Make it public. Take an
32629 argument to indicate if common symbol may be local. If common
32630 symbol may be local, treat non-external variable as defined
32632 (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
32633 (default_binds_local_p_1): Pass false to default_binds_local_p_3.
32634 * config/i386/i386.c (ix86_binds_local_p): New.
32635 (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
32636 ix86_binds_local_p.
32638 2015-04-17 Jakub Jelinek <jakub@redhat.com>
32641 * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
32642 trying mem_loc_descriptor on XEXP (rtl, 0).
32644 2015-04-17 Martin Liska <mliska@suse.cz>
32646 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
32647 Release symbol_compare_collection.
32648 * ipa-reference.c: Add TODO that a vector should be released.
32650 2015-04-17 Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
32653 * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
32654 to new AVR-LibC file layout (bug #44574).
32655 (*avrlibc_devicelib): Same.
32656 * config/avr/avr-mcus.def: Adjust comments.
32657 * config/avr/avr.opt (nodevicelib): Adjust help.
32659 2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
32661 * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
32663 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
32666 * gimplify.c (gimplify_init_constructor): Always emit a
32667 side-effecting constructor.
32669 2015-04-17 Tom de Vries <tom@codesourcery.com>
32671 PR tree-optimization/64950
32672 * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
32673 in cfun->curr_properties.
32674 (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
32675 if we generate an IFN_VA_ARG.
32676 * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
32677 function if PROP_gimple_lva is not set in src function.
32679 2015-04-17 Tom de Vries <tom@codesourcery.com>
32680 Michael Matz <matz@suse.de>
32682 PR tree-optimization/64950
32683 * gimple-iterator.c (update_modified_stmts): Remove static.
32684 * gimple-iterator.h (update_modified_stmts): Declare.
32685 * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
32686 (gimplify_va_arg_internal): New function.
32687 (gimplify_va_arg_expr): Use IFN_VA_ARG.
32688 * gimplify.h (gimplify_va_arg_internal): Declare.
32689 * internal-fn.c (expand_VA_ARG): New unreachable function.
32690 * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
32691 * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
32692 (expand_ifn_va_arg): New function.
32693 (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
32694 (pass_stdarg::execute): Call expand_ifn_va_arg.
32695 (pass_data_lower_vaarg): New pass_data.
32696 (pass_lower_vaarg): New gimple_opt_pass.
32697 (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
32698 (make_pass_lower_vaarg): New function.
32699 * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
32700 properties_required field.
32701 * passes.def (all_passes): Add pass_lower_vaarg.
32702 * tree-pass.h (PROP_gimple_lva): Add define.
32703 (make_pass_lower_vaarg): Declare.
32705 2015-04-17 Tom de Vries <tom@codesourcery.com>
32707 * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
32708 * calls.c (call_expr_flags): Same.
32710 2015-04-17 Tom de Vries <tom@codesourcery.com>
32712 * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
32713 (pass_stdarg::execute): ... here.
32715 2015-04-17 Tom de Vries <tom@codesourcery.com>
32716 Michael Matz <matz@suse.de>
32718 * tree-cfg.c (make_blocks_1): Factor out of ...
32719 (make_blocks): ... here.
32720 (make_edges_bb): Factor out of ...
32721 (make_edges): ... here.
32722 (gimple_find_sub_bbs): New function.
32723 * tree-cfg.h (gimple_find_sub_bbs): Declare.
32725 2015-04-17 Tom de Vries <tom@codesourcery.com>
32727 * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
32729 2015-04-17 Yury Gribov <y.gribov@samsung.com>
32731 * asan.c (set_sanitized_sections): New function.
32732 (section_sanitized_p): Ditto.
32733 (asan_protect_global): Optionally sanitize user-defined
32735 * asan.h (set_sanitized_sections): Declare new function.
32736 * common.opt (fsanitize-sections): New option.
32737 * doc/invoke.texi (-fsanitize-sections): Document new option.
32738 * opts-global.c (handle_common_deferred_options): Handle new
32741 2015-04-17 Jakub Jelinek <jakub@redhat.com>
32744 * dwarf2out.c (loc_list_from_tree): Return NULL
32745 for DEBUG_EXPR_DECL.
32747 2015-04-17 Christian Bruel <christian.bruel@st.com>
32749 * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
32752 2015-04-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
32754 * ira-color.c (setup_left_conflict_sizes_p): Do not process
32755 node itself when computing left conflict subnode size.
32757 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
32759 * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
32760 * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
32761 *fop_<mode>_1_sse using enabled attribute. Use
32762 register_mixssei387nonimm_operand operand 1 predicate. Change
32763 alternative 3 constraints from "x" to "v".
32765 2015-04-16 Richard Biener <rguenther@suse.de>
32767 PR tree-optimization/65774
32768 * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
32769 bit-value tracking on.
32771 2015-04-16 Richard Biener <rguenther@suse.de>
32773 PR tree-optimization/64277
32774 * tree-vrp.c (check_array_ref): Fix anti-range handling,
32775 simplify upper bound handling.
32776 (search_for_addr_array): Simplify.
32777 (check_array_bounds): Handle ADDR_EXPRs here.
32778 (check_all_array_refs): Simplify.
32780 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
32782 * config/i386/i386.c (print_reg): Rewrite function.
32784 2015-04-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32786 * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
32787 Invert the condition.
32789 2015-04-16 Renlin Li <renlin.li@arm.com>
32791 * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
32792 simplifications for UNSIGNED_FLOAT.
32794 2015-04-16 Nick Clifton <nickc@redhat.com>
32796 * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
32798 (enum rl78_cpu_type): New.
32799 * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
32800 (umulhi3_shift_virt): Remove m constraint from operand 1.
32801 (umulqihi3_virt): Likewise.
32802 * config/rl78/rl78.c (rl78_option_override): Add code to process
32803 -mcpu and -mmul options.
32804 (rl78_alloc_physical_registers): Add code to handle divhi and
32805 divsi valloc attributes.
32806 (set_origin): Likewise.
32807 * config/rl78/rl78.h (RL78_MUL_G14): Define.
32808 (TARGET_G10, TARGET_G13, TARGET_G14): Define.
32809 (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
32811 (ASM_SPEC): Pass -mcpu on to assembler.
32812 * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
32813 (mulqi3_rl78): Likewise.
32814 (mulhi3_g13): Likewise.
32815 (mulhi3): Generate the G13 or G14 versions of the insn directly.
32816 (mulsi3): Likewise.
32817 (mulhi3_g14): Add clobbers of AX and BC.
32818 (mulsi3_g14): Likewise.
32819 (mulsi3_g13): Likewise.
32820 (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
32821 (udivmodsi4_g14, udivmodsi4_g13): New patterns.
32822 * config/rl78/rl78.opt (mmul): Initialise value to
32824 (mcpu): New option.
32825 (m13, m14, mrl78): New option aliases.
32826 * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
32827 (MULTILIB_DIRNAMES): Add g13 and g14.
32828 * doc/invoke.texi: Document -mcpu and -mmul options.
32830 2015-04-16 Richard Biener <rguenther@suse.de>
32832 * tree-ssa-ccp.c (likely_value): See if we have operands that
32833 are marked as never simulate again and return CONSTANT in this
32835 * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
32836 not have any operands that will be simulated again as
32837 not being simulated again.
32839 2015-04-15 Uros Bizjak <ubizjak@gmail.com>
32841 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
32842 Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
32843 (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
32845 (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
32847 (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
32848 *float<SWI48:mode><MODEF:mode>2_sse.
32849 (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
32851 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
32854 2015-04-15 Tom de Vries <tom@codesourcery.com>
32857 * function.c (push_dummy_function): New function.
32858 (init_dummy_function_start): Use push_dummy_function.
32859 (pop_dummy_function): New function. Factored out of ...
32860 (expand_dummy_function_end): ... here.
32861 * function.h (push_dummy_function, pop_dummy_function): Declare.
32862 * passes.c (pass_manager::dump_passes): Use push_dummy_function and
32863 pop_dummy_function.
32864 * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
32866 2015-04-15 Jeff Law <law@redhat.com>
32868 PR tree-optimization/47679
32869 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
32870 need for forward declaration in upcoming changes.
32871 (record_conditions, record_edge_info): Likewise.
32873 PR rtl-optimization/42522
32874 * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
32875 SIGN_EXTRACT as a whole object rather than simplifying
32878 2015-04-15 Jakub Jelinek <jakub@redhat.com>
32881 * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
32882 and GIMPLE_PREDICT use break instead of return true. For
32883 GIMPLE_EH_DISPATCH, compare dispatch region.
32885 2015-04-14 Matthew Wahab <matthew.wahab@arm.com>
32887 * doc/extend.texi (__sync Builtins): Simplify some text. Update
32888 details about the implementation. Make clear preference for
32889 __atomic builtins. Reduce possibility of future change.
32891 2015-04-15 Nick Clifton <nickc@redhat.com>
32893 * config/rx/rx.opt (mallow-string-insns): New option.
32894 * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
32895 builtin if string instructions are denied.
32896 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
32897 __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
32899 (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
32900 * config/rx/rx.md (movstr): Enable pattern only if string
32901 instructions are allowed.
32902 (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
32903 (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
32904 * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
32905 (MULTILIB_DIRNAMES): Add no-strings.
32906 * doc/invoke.texi: Document -mno-allow-string-insns.
32908 2015-04-15 Alan Modra <amodra@gmail.com>
32912 PR middle-end/36043
32913 * calls.c (load_register_parameters): Don't load past end of
32914 mem unless suitably aligned.
32916 2015-04-15 Nick Clifton <nickc@redhat.com>
32918 * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
32919 decrement instruction as being frame related.
32920 (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
32922 If zero extending a function address enclose the operation in
32924 (rl78_preferred_reload_class): New function.
32925 (TARGET_PREFERRED_RELOAD_CLASS): Define.
32926 * config/rl78/rl78.md: Remove useless constraints in expanders.
32927 (mulqi3_rl78): Remove + qualifier on input-only operand 1.
32928 (mulhi3_rl78): Likewise.
32929 (mulhi3_g13): Likewise.
32930 (mulsi3_rl78): Likewise.
32931 (es_addr): Move to before the multiply patterns.
32933 2015-04-15 Alan Modra <amodra@gmail.com>
32935 * function.h (struct emit_status): Delete x_first_insn, x_last_insn
32936 and sequence_stack. Add seq.
32937 (seq_stack): Delete.
32938 * function.c (prepare_function_start): Don't access x_last_insn.
32939 * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
32940 (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
32941 * emit_rtl.c (start_sequence, push_topmost_sequence,
32942 pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
32943 sequence accessors.
32944 (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
32945 remove_insn): Likewise. Simplify.
32946 * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
32947 and pop_topmost_sequence.
32948 (m32c_function_needs_enter): Use get_topmost_sequence. Ignore
32950 * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
32952 2015-04-14 Yvan Roux <yvan.roux@linaro.org>
32955 * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
32958 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
32960 * config/i386/i386.h (LEGACY_INT_REG_P): New define.
32961 (LEGACY_INT_REGNO_P): Ditto.
32962 (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
32963 (ANY_MASK_REG_P): Remove.
32964 (BND_REG_P): Rename from ANY_BND_REG_P.
32965 * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
32966 legacy integer registers. Do not handle MMX_REG_P in a special way.
32967 Merge 64byte and 32byte SSE handling.
32969 2015-04-14 Nick Clifton <nickc@redhat.com>
32971 * expr.c (expand_assignment): Force an address offset computation
32972 into a register before changing its mode.
32973 (expand_expr_real_1): Likewise.
32975 2015-04-14 Alan Lawrence <alan.lawrence@arm.com>
32977 * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
32978 vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
32979 vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
32980 vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
32981 vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
32982 vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
32983 vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
32984 and __aarch64_vget_lane_any.
32986 2015-04-14 Jakub Jelinek <jakub@redhat.com>
32988 PR rtl-optimization/65761
32989 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
32990 get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
32992 2015-04-14 Richard Biener <rguenther@suse.de>
32994 * graphite-scop-detection.c: Do not include cp/cp-tree.h.
32995 (graphite_can_represent_scev): Use POINTER_TYPE_P.
32997 2015-04-14 Richard Biener <rguenther@suse.de>
32999 PR tree-optimization/65758
33000 * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
33002 (ccp_lattice_meet): Likewise.
33003 (bit_value_unop): Likewise.
33004 (bit_value_binop): Likewise.
33005 (bit_value_assume_aligned): Likewise.
33007 2015-04-14 Christian Bruel <christian.bruel@st.com>
33009 * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
33012 2015-04-14 Marc Glisse <marc.glisse@inria.fr>
33014 PR tree-optimization/63387
33015 * match.pd ((x unord x) | (y unord y) -> (x unord y),
33016 (x unord x) | (x unord y) -> (x unord y)): New simplifications.
33018 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
33020 * config/i386/predicates.md (any_QIreg_operand): Rename from
33021 q_regs_operand. Do not process subregs.
33022 (QIreg_operand): Use QI_REGNO_P predicate.
33023 (ext_QIreg_operand): Ditto.
33024 (ext_register_operand): Ditto.
33025 * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
33026 (AND splitters): Ditto.
33027 (AND with -65536 splitter): Add SWI48 mode for operand 0.
33028 (AND with -256 splitter): Use any_QIreg_operand predicate and
33029 SWI248 mode for operand 0.
33030 (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
33031 mode for operand 0.
33032 (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
33034 2015-04-13 Gerald Pfeifer <gerald@pfeifer.com>
33036 * doc/plugins.texi: Rewrite first introductory paragraph.
33038 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
33040 * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
33041 (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
33043 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
33045 * ipa-profie.c (ipa_profile): Check number of parameters
33046 and possible polymorphic call targets before
33049 2015-04-13 Uros Bizjak <ubizjak@gmail.com>
33051 * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
33052 *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
33054 2015-04-13 Richard Biener <rguenther@suse.de>
33056 PR tree-optimization/65204
33057 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
33058 takens for bit-CCP.
33060 2015-04-13 Richard Biener <rguenther@suse.de>
33063 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
33064 and cond_not_taken_branch_cost to 4 and 2.
33065 (bdver2_cost): Likewise.
33066 (bdver3_cost): Likewise.
33067 (bdver4_cost): Likewise.
33069 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
33071 * hash-table.h (hash_table constructor): Add mem stats.
33072 (alloc_entries): Likewise.
33074 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
33076 * ipa-cp.c (ipcp_driver): Relase prev_edge.
33077 * passes.c (execute_one_pass): Only add transform if pass has one.
33079 2015-04-12 Joseph Myers <joseph@codesourcery.com>
33081 * config/i386/i386.c (ix86_option_override_internal): Don't set
33082 -fprefetch-loop-arrays if optimizing for size.
33084 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
33085 Gerald Pfeifer <gerald@pfeifer.com>
33087 * doc/contrib.texi (Contributors): Add Martin Jambor and
33090 2015-04-12 Jakub Jelinek <jakub@redhat.com>
33092 * BASE-VER: Set to 6.0.0.
33094 PR tree-optimization/65747
33095 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
33096 rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
33098 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
33100 * doc/invoke.texi (-Wmemset-transposed-args): Break a long
33101 sentence. Improve grammar.
33103 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
33105 * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
33107 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
33110 * ipa-inline-transform.c (speculation_removed): Remove static var.
33111 (check_speculations): New function.
33112 (clone_inlined_nodes): Do not check spculations.
33113 (inline_call): Call check_speculations.
33114 * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
33115 consider non-invariants.
33117 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
33118 Martin Liska <mliska@suse.cz>
33121 * ipa-icf.c (sem_item::compare_cgraph_references): function and
33122 variable can not match.
33123 (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
33124 (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
33126 2015-04-11 Jakub Jelinek <jakub@redhat.com>
33128 PR tree-optimization/65735
33129 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
33130 Remove visited_phis argument, add visited_bbs, avoid recursing into the
33131 same bb rather than just into the same phi node.
33132 (thread_through_normal_block): Adjust caller.
33134 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
33136 * doc/contrib.texi (Contributors): Add Ira Rosen.
33138 2015-04-11 Benno Schulenberg <bensberg@justemail.net>
33140 * gcov.c (find_source): Fix miswording in error message.
33141 * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
33142 (ix86_expand_sse_comi_round): Fix typo in error message.
33144 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
33146 * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
33148 2015-04-10 Gerald Pfeifer <gerald@pfeifer.com>
33150 * doc/contrib.texi (Contributors): Update Joe Buck's entry.
33152 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
33155 * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
33156 Print bad_spills_num and insn_pseudos_num.
33158 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33161 * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
33162 when creating +1 values for SImode.
33164 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
33167 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
33170 2015-04-10 Jakub Jelinek <jakub@redhat.com>
33171 Iain Sandoe <iain@codesourcery.com>
33174 * configure: Regenerate.
33176 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
33179 * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
33181 2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
33183 * doc/contrib.texi (Contributors): Add John Marino.
33185 2015-04-09 Jakub Jelinek <jakub@redhat.com>
33187 PR tree-optimization/65709
33188 * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
33189 TREE_TYPE (TREE_TYPE (t)).
33191 2015-04-09 Vladimir Makarov <vmakarov@redhat.com>
33194 * lra-int.h (lra_bad_spill_regno_start): New.
33195 * lra.c (lra_bad_spill_regno_start): New.
33196 (lra): Set up lra_bad_spill_regno_start. Set up
33197 lra_constraint_new_regno_start unconditionally.
33198 * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
33201 2015-04-09 Marek Polacek <polacek@redhat.com>
33202 Jakub Jelinek <jakub@redhat.com>
33204 PR middle-end/65554
33205 * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
33206 (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
33209 2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
33211 PR rtl-optimization/65693
33212 * combine.c (is_parallel_of_n_reg_sets): Move outside of
33215 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
33218 * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
33219 device specs file if "device-specs%s" didn't resolve to a path.
33221 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
33224 * config/i386/i386.c (fixup_modeless_constant): New.
33225 (ix86_expand_args_builtin): Fixup modeless constant operand.
33226 (ix86_expand_round_builtin): Ditto.
33227 (ix86_expand_special_args_builtin): Ditto.
33228 (ix86_expand_builtin): Ditto.
33230 2015-04-09 Jakub Jelinek <jakub@redhat.com>
33233 * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
33234 any pow2 integer in between 2 and 0x80000000U inclusive.
33236 2015-04-08 Segher Boessenkool <segher@kernel.crashing.org>
33238 PR rtl-optimization/65693
33239 * combine.c (is_parallel_of_n_reg_sets): Change first argument
33240 from an rtx_insn * to an rtx.
33241 (try_combine): Adjust both callers. Use it once more.
33243 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
33245 * tree-chkp.c (chkp_find_const_bounds_var): Remove.
33246 (chkp_make_static_const_bounds): Search existing
33247 symbol by assembler name. Use make_decl_one_only.
33248 (chkp_get_zero_bounds_var): Remove node search which
33249 is now performed in chkp_make_static_const_bounds.
33250 (chkp_get_none_bounds_var): Likewise.
33252 2015-04-08 Michael Witten <mfwitten@gmail.com>
33254 * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
33257 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
33259 * tree.h (CONVERT_EXPR_P): Commentary typo fix.
33261 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
33263 * doc/extend.texi (__sync Builtins): Fix grammar.
33265 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
33267 * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
33269 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
33271 * varasm.c (emit_local): Move definition of align.
33273 2015-04-08 Julian Brown <julian@codesourcery.com>
33275 * config/nvptx/mkoffload.c (process): Support variable mapping.
33277 2015-03-27 Trevor Saunders <tbsaunde@tbsaunde.org>
33279 * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
33281 (alpha_write_one_linkage): Correct typo.
33283 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
33285 * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
33287 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
33289 * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
33291 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
33293 * tree-chkp.h (chkp_insert_retbnd_call): New.
33294 * tree-chkp.c (chkp_insert_retbnd_call): New.
33295 * ipa-split.c (insert_bndret_call_after): Remove.
33296 (split_function): Use chkp_insert_retbnd_call.
33297 * cgraphunit.c (cgraph_node::expand_thunk): Build returned
33298 bounds for instrumented functions.
33300 2015-04-07 Jan Hubicka <hubicka@ucw.cz>
33303 * calls.c (initialize_argument_information): When producing tail
33304 call also turn SSA_NAMES passed by references to original PARM_DECLs
33306 2015-04-07 Vladimir Makarov <vmakarov@redhat.com>
33309 * lra-remat.c (do_remat): Process input and non-input insn
33310 registers separately.
33312 2015-04-07 Jakub Jelinek <jakub@redhat.com>
33315 * valtrack.c (debug_lowpart_subreg): New function.
33316 (dead_debug_insert_temp): Use it.
33318 PR middle-end/65680
33319 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
33320 into signed HOST_WIDE_INT the same as negative bit_offset.
33322 2015-04-07 Ilya Enkovich <ilya.enkovich@intel.com>
33324 * ipa-comdats.c (ipa_comdats): Visit all thunks
33325 to set proper comdat group.
33327 2015-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33330 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
33331 on constants for NEON VSTRUCT modes.
33333 2015-04-07 Jakub Jelinek <jakub@redhat.com>
33334 Iain Sandoe <iain@codesourcery.com>
33337 * configure: Regenerate.
33339 2015-04-06 Michael Meissner <meissner@linux.vnet.ibm.com>
33342 * config/rs6000/rs6000.c (struct processor_costs): Add cost field
33343 for SF->DF conversions to make FLOAT_EXTEND more expensive, so
33344 that LFD is used to load double constants instead of LFS. Add
33345 defaults for all costs structures. Add comments for missing
33346 initialization fields.
33347 (size32_cost): Likewise.
33348 (size64_cost): Likewise.
33349 (rs64a_cost): Likewise.
33350 (mpccore_cost): Likewise.
33351 (ppc403_cost): Likewise.
33352 (ppc405_cost): Likewise.
33353 (ppc440_cost): Likewise.
33354 (ppc476_cost): Likewise.
33355 (ppc601_cost): Likewise.
33356 (ppc603_cost): Likewise.
33357 (ppc604_cost): Likewise.
33358 (ppc604e_cost): Likewise.
33359 (ppc620_cost): Likewise.
33360 (ppc630_cost): Likewise.
33361 (ppccell_cost): Likewise.
33362 (ppc750_cost): Likewise.
33363 (ppc7450_cost): Likewise.
33364 (ppc8540_cost): Likewise.
33365 (ppce300c2c3_cost): Likewise.
33366 (ppce500mc_cost): Likewise.
33367 (ppce500mc64_cost): Likewise.
33368 (ppce5500_cost): Likewise.
33369 (ppce6500_cost): Likewise.
33370 (titan_cost): Likewise.
33371 (power4_cost): Likewise.
33372 (power6_cost): Likewise.
33373 (power7_cost): Likewise.
33374 (power8_cost): Likewise.
33375 (ppca2_cost): Likewise.
33376 (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
33378 * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
33379 instead of XXLOR to copy SFmode to clear out dirty bits created
33380 when SFmode denormals are generated.
33381 (mov<mode>_hardfloat, FMOVE32 case): Likewise.
33382 (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
33384 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
33386 * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
33387 * config/aarch64/aarch64-cores.def (exynos-m1): New core.
33388 * config/aarch64/aarch64-tune.md: Regenerate.
33390 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
33392 * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
33393 * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
33394 * config/arm/arm-cores.def (exynos-m1): New core.
33395 * config/arm/arm-tune.md: Regenerate.
33396 * config/arm/arm-tables.opt: Add entry for "exynos-m1".
33397 * config/arm/bpabi.h: Likewise.
33399 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
33401 * ipa-cp (set_single_call_flag): Remove too
33402 restrictive assert.
33404 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
33406 * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
33407 GOMP_offload_unregister from the destructor.
33409 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
33411 * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
33412 flags for instrumentation thunk.
33413 (chkp_produce_thunks): Likewise.
33415 2015-04-05 Martin Liska <mliska@suse.cz>
33418 * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
33419 has computed data structure.
33420 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
33422 2015-04-04 Jan Hubicka <hubicka@ucw.cz>
33424 * invoke.texi (inline-unit-growth): Increase growth to 20%
33425 * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
33427 2015-04-04 Vladimir Makarov <vmakarov@redhat.com>
33430 * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New. Add its
33432 (lra_rematerialization_iter): New.
33433 * lra.c (lra): Initialize lra_rematerialization_iter.
33434 Stop updating lra_constraint_new_regno_start after switching of
33435 inheritance and rematerialization.
33436 * lra-remat.c (lra_rematerialization_iter): New.
33437 (lra_remat): Add printing pass iteration. Do rematerialization
33438 only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
33440 2015-04-04 Richard Biener <rguenther@suse.de>
33442 PR tree-optimization/64909
33443 PR tree-optimization/65660
33444 * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
33445 to take a cost vector for scalar iteration cost.
33446 (vect_get_single_scalar_iteration_cost): Likewise.
33447 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
33448 Compute the scalar iteration cost into a cost vector.
33449 (vect_get_known_peeling_cost): Use the scalar cost vector to
33450 account for the cost of the peeled iterations.
33451 (vect_estimate_min_profitable_iters): Likewise.
33452 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
33455 2015-04-04 Alan Modra <amodra@gmail.com>
33459 * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
33460 0.0 constant unless TARGET_VSX.
33461 * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
33464 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
33467 * ipa-inline-transform.c (inline_call): Skip sanity check to work
33470 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
33473 * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
33474 speculative indirect edges to avoid ordering issue.
33476 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
33479 * ipa-inline.c (edge_badness): Add combined size to the denominator.
33481 2015-04-03 Jakub Jelinek <jakub@redhat.com>
33483 * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
33484 TYPE_ARTIFICIAL on the .omp_data* types.
33486 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
33488 * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
33489 instrumentation thunks.
33491 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
33493 * config/i386/i386.c (ix86_expand_call): Avoid nested
33494 PARALLEL in returned call value.
33496 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
33498 * lto-cgraph.c (input_cgraph_1): Always link instrumented
33499 assembler name with original one.
33501 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
33503 * config/i386/i386.c (ix86_register_priority): Use AX_REG.
33505 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
33507 Revert parts of r216820.
33508 * config/i386/i386.md (movqi_internal): Correct type calculation
33509 for alternatives 3 and 5.
33511 2015-04-02 Jakub Jelinek <jakub@redhat.com>
33513 PR preprocessor/61977
33514 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
33515 predefine __vector/__bool/__pixel macros nor context sensitive
33516 macros for CLK_ASM.
33517 * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
33519 2015-04-02 John David Anglin <danglin@gcc.gnu.org>
33521 * config/pa/pa.c (pa_output_move_double): Directly handle register
33522 indexed memory operand. Simplify handling of scaled register indexed
33525 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
33528 * config/i386/linux-common.h (MPX_SPEC): New.
33529 (CHKP_SPEC): Add MPX_SPEC.
33530 * doc/invoke.texi (-fcheck-pointer-boudns): Document
33531 possible issues with '-z bndplt' support in linker.
33533 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
33535 * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
33536 (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
33537 (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
33538 * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
33539 (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
33541 2015-04-01 Uros Bizjak <ubizjak@gmail.com>
33543 * config/i386/sync.md (UNSPEC_MOVA): Remove.
33544 (atomic_load<mode>): Change operand 0 predicate to
33545 nonimmediate_operand and fix up the destination when needed.
33547 (atomic_loaddi_fpu): Use UNSPEC_LDA.
33548 (atomic_store<mode>): Change operand 1 predicate to
33549 nonimmendate_operand and move the source to register when needed.
33551 (atomic_store<mode>_1): Use UNSPEC_STA.
33552 (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
33553 Fix moves from memory operand. Use UNSPEC_STA.
33555 2015-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
33557 * expmed.c (strict_volatile_bitfield_p): Check that the access will
33558 not cross a MODESIZE boundary.
33559 (store_bit_field, extract_bit_field): Added assertions in the
33560 strict volatile bitfields code path.
33562 2015-04-01 Max Ostapenko <m.ostapenko@partner.samsung.com>
33565 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
33566 Increase args array size by one to avoid buffer overflow.
33568 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
33570 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
33572 * ipa-inline.c (edge_badness): Add wrapper penalty.
33573 (sum_callers): Move up.
33574 (inline_small_functions): Set single_caller.
33575 * ipa-inline.h (inline_summary): Add single_caller.
33576 * ipa-split.c (split_function): Set split_part.
33577 (cgraph_node::create_clone): Do not shadow decl; copy split_part.
33578 * cgraph.h (cgraph_node): Add split_part.
33580 2015-03-31 Uros Bizjak <ubizjak@gmail.com>
33583 * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
33584 Do not split operands 0 and operands 2 to halfmode.
33585 (atomic_compare_and_swap<mode>): Update for
33586 atomic_compare_and_swap<dwi>_doubleword changes.
33588 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
33590 * tree.c (need_assembler_name_p): Artificial types have no ODR names.
33591 * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
33592 no caching is done.
33594 2015-03-31 Martin Liska <mliska@suse.cz>
33597 * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
33598 has already filled up function summary.
33599 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
33601 2015-03-31 Richard Biener <rguenther@suse.de>
33603 * tree-sra.c (create_access_replacement): Drop under-/over-alignment
33606 2015-03-31 Dominik Vogt <vogt@linux.vnet.ibm.com>
33608 * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
33610 (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
33611 (s390_asm_output_function_label): Adapt to new signature of
33612 s390_function_num_hotpatch_hw
33613 Optimise the code generating assembler output.
33614 Add comments to assembler file.
33616 2015-03-31 Richard Biener <rguenther@suse.de>
33618 PR middle-end/65626
33619 * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
33620 of the noreturn call so it is last and cleanup_control_flow_bb
33621 can do the CFG part.
33623 2015-03-31 Ilya Enkovich <ilya.enkovich@intel.com>
33626 * ipa-chkp.c (chkp_maybe_create_clone): Don't set
33627 same_comdat_group for external symbols.
33628 * symtab.c (symtab_node::verify_symtab_nodes): Avoid
33629 infinite same_comdat_group traversal loop.
33631 2015-03-31 Jakub Jelinek <jakub@redhat.com>
33634 * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
33635 automatically to $headers.
33637 2015-03-30 Jakub Jelinek <jakub@redhat.com>
33640 * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
33641 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
33643 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
33645 * ipa-prop.c (param_type_may_change_p): Likewise.
33646 * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
33647 (remove_unused_scope_block_p): Add in_ctor_dtor_block
33648 argument. Before inlining, preserve
33649 inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
33650 with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them. Adjust
33652 (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
33654 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
33657 * ipa-inline.c (edge_badness): Base denominator on callee's
33660 2015-03-27 Martin Jambor <mjambor@suse.cz>
33663 * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
33664 (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
33665 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
33666 node_calling_single_call.
33667 * ipa-cp.c (count_callers): New function.
33668 (set_single_call_flag): Likewise.
33669 (initialize_node_lattices): Count callers and set single_flag_call if
33671 (incorporate_penalties): New function.
33672 (good_cloning_opportunity_p): Use it, dump new flags.
33673 (propagate_constants_topo): Set node_within_scc flag if appropriate.
33674 * doc/invoke.texi (ipa-cp-recursion-penalty,
33675 ipa-cp-single-call-pentalty): Document.
33677 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
33680 * symtab.c (symtab_node::get_partitioning_class): Register vars
33682 * varpool.c (symbol_table::output_variables) Do not assemble unefined
33683 decls for non-symbols.
33685 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
33688 * output.h (default_binds_local_p_2): New.
33689 * varasm.c (default_binds_local_p_2): Renamed to ...
33690 (default_binds_local_p_3): This. Don't return true on protected
33691 data symbol if protected data may be external.
33692 (default_binds_local_p): Use default_binds_local_p_3.
33693 (default_binds_local_p_1): Likewise.
33694 (default_binds_local_p_2): New.
33695 * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
33696 default_binds_local_p_2 if TARGET_MACHO is undefined.
33698 2015-03-27 Jakub Jelinek <jakub@redhat.com>
33701 * config/i386/i386.c (legitimize_pic_address): If base
33702 is SYMBOL_REF or LABEL_REF using %rip addressing, force
33703 it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
33705 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
33708 * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
33711 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
33714 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
33715 of optimized out indirect call.
33716 (redirect_to_unreachable): Always build symbol table node for
33717 BUILT_IN_UNREACHABLE
33719 2015-03-27 Vladimir Makarov <vmakarov@redhat.com>
33722 * ira-costs.c (record_reg_classes): Process all constraint string
33725 2015-03-27 Bernd Schmidt <bernds@codesourcery.com>
33727 * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
33731 * config/c6x/constraints.md (S3): New constraint.
33732 * config/c6x/c6x.md (real_jump): Use it.
33734 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33736 PR middle-end/65595
33737 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
33738 do redirection if the call is not optimized out.
33740 2015-03-27 Ilya Enkovich <ilya.enkovich@intel.com>
33743 * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
33744 (fchkp-check-incomplete-type): Add LTO.
33745 (fchkp-zero-input-bounds-for-main): Likewise.
33746 (fchkp-first-field-has-own-bounds): Likewise.
33747 (fchkp-narrow-bounds): Likewise.
33748 (fchkp-narrow-to-innermost-array): Likewise.
33749 (fchkp-use-static-bounds): Likewise.
33750 (fchkp-use-static-const-bounds): Likewise.
33751 (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
33753 2015-03-27 Marek Polacek <polacek@redhat.com>
33755 * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
33757 2015-03-27 Marek Polacek <polacek@redhat.com>
33760 * ubsan.c (ubsan_create_edge): New function.
33761 (instrument_bool_enum_load): Call it.
33762 (instrument_nonnull_arg): Likewise.
33763 (instrument_nonnull_return): Likewise.
33764 (instrument_object_size): Likewise.
33766 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33768 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
33771 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33774 * lto-streamer.h (class lto_location_cache): New.
33775 (struct data_in): Add location_cache.
33776 (lto_input_location): Update prototype.
33777 (stream_input_location_now): New.
33778 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
33779 pointer to location.
33780 (stream_input_location): Update.
33781 * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
33782 (warn_odr): Apply location cache before warning.
33783 (lto_input_location): Update prototype.
33784 * gimple-streamer-in.c (input_phi, input_gimple_stmt):
33785 Use stream_input_location_now.
33786 * lto-streamer-in.c (lto_location_cache::current_cache): New static
33788 (lto_location_cache::cmp_loc): New function.
33789 (lto_location_cache::apply_location_cache): New function.
33790 (lto_location_cache::accept_location_cache): New function.
33791 (lto_location_cache::revert_location_cache): New function.
33792 (lto_location_cache::input_location): New function.
33793 (lto_input_location): Do location caching.
33794 (stream_input_location_now): New function.
33795 (input_eh_region, input_struct_function_base): Use
33796 stream_input_location_now.
33797 (lto_data_in_create): use new.
33798 (lto_data_in_delete): Use delete.
33799 * tree-streamer-in.c (unpack_ts_block_value_fields,
33800 unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
33801 lto_input_ts_exp_tree_pointers): Update for cached location api.
33803 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33806 * passes.def: Add pass_nothrow.
33807 * ipa-pure-const.c: (pass_data_nothrow): New.
33808 (pass_nothrow): New.
33809 (pass_nothrow::execute): New.
33810 (make_pass_nothrow): New.
33811 * tree-pass.h (make_pass_nothrow): Declare.
33813 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33815 * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
33816 edge to change by speculation resolution or redirection.
33817 (edge_set_predicate): Likewise.
33818 (inline_summary_t::duplicate): Likewise.
33819 (remap_edge_summaries): Likewise.
33821 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33823 * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
33825 (can_inline_edge_p): Relax option matching for always inline functions.
33827 2015-03-26 Uros Bizjak <ubizjak@gmail.com>
33830 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
33831 Check operand 4 and operand 0 for equality.
33832 (avx512f_vextract<shuffletype>32x4_1_maskm):
33833 Check operand 6 and operand 0 for equality.
33834 (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
33836 (vec_extract_hi_<mode>_maskm): Ditto.
33838 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33840 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
33841 dead calls back to live.
33842 (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
33844 (cgraph_node::verify_node): ... here; verify only callee edges,
33846 * cif-code.def (CILK_SPAWN): New code.
33848 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
33850 * ipa-inline-analysis.c (redirect_to_unreachable): New function.
33851 (edge_set_predicate): Use it to mark unreachable edges.
33852 (inline_summary_t::duplicate): Remove unnecesary code.
33853 (remap_edge_summaries): Likewise.
33854 (dump_inline_summary): Report contains_cilk_spawn.
33855 (compute_inline_parameters): Compute contains_cilk_spawn.
33856 (inline_read_section, inline_write_summary): Stream
33857 contains_cilk_spawn.
33858 * ipa-inline.c (can_inline_edge_p): Do not touch
33859 DECL_STRUCT_FUNCTION that may not be available;
33860 use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
33861 remove check for callee_fun->can_throw_non_call_exceptions and
33862 replace it by optimization attribute check; check for flag_exceptions.
33863 * ipa-inline-transform.c (inline_call): Maintain
33864 DECL_FUNCTION_PERSONALITY
33865 * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
33867 2015-03-26 Jakub Jelinek <jakub@redhat.com>
33869 PR tree-optimization/65551
33870 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
33871 TYPE_PRECISION only for INTEGRAL_TYPE_P types.
33873 2015-03-26 Richard Biener <rguenther@suse.de>
33875 PR middle-end/65555
33876 * tree-cfg.c (verify_gimple_call): Do not require a call to
33877 have no LHS if it wasn't recognized as control altering yet.
33879 2015-03-26 Jakub Jelinek <jakub@redhat.com>
33881 PR tree-optimization/64715
33882 * passes.def: Add another instance of pass_object_sizes before ccp1.
33883 * tree-object-size.c (pass_object_sizes::execute): In
33884 first_pass_instance, only handle __bos (, 1) and __bos (, 3)
33885 calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
33886 __bos result and the computed constant. Remove redundant
33887 checks, obsoleted by gimple_call_builtin_p test.
33889 * var-tracking.c (variable_tracking_main_1): Don't track
33890 variables for targetm.no_register_allocation targets.
33892 2015-03-26 Oleg Endo <olegendo@gcc.gnu.org>
33894 * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
33895 * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
33897 2015-03-25 Michael Meissner <meissner@linux.vnet.ibm.com>
33900 * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
33901 XXLXOR to create 0.0. On pre-VSX systems make sure the constant
33902 0.0 is correctly setup.
33903 (extenddftf2_internal): Likewise.
33905 2015-03-25 Sebastian Pop <s.pop@samsung.com>
33907 PR tree-optimization/65177
33908 * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
33910 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
33911 edges not adjacent on the path to the original code.
33913 2015-03-25 Uros Bizjak <ubizjak@gmail.com>
33916 * doc/install.texi (Building a native compiler): Document new
33917 bootstrap-lto-noplugin configuration. Mention that bootstrap-lto
33918 configuration assumes that the host supports the linker plugin.
33920 2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
33923 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
33924 chain for generated call.
33926 2015-03-25 Richard Biener <rguenther@suse.de>
33928 * passes.c (pass_manager::execute_early_local_passes): Guard
33929 execution of pass_chkp_instrumentation_passes with
33930 flag_check_pointer_bounds.
33931 (pass_chkp_instrumentation_passes::gate): Likewise.
33933 2015-03-25 Martin Liska <mliska@suse.cz>
33935 PR tree-optimization/65538
33936 * symbol-summary.h (function_summary::~function_summary):
33937 Relese memory for allocated summaries.
33938 (function_summary::release): New function.
33940 2015-03-25 Jakub Jelinek <jakub@redhat.com>
33943 * lto-streamer-out.c (DFS::worklist): New struct.
33944 (DFS::worklist_vec): New data member.
33945 (DFS::next_dfs_num): Remove.
33946 (DFS::DFS): Rewritten using worklist instead of recursion,
33947 using most of code from DFS::DFS_write_tree.
33948 (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
33949 pass it to DFS_write_tree calls.
33950 (DFS::DFS_write_tree): Remove SINGLE_P argument, after
33951 quick initial checks push it into worklist_vec and return.
33953 2015-03-25 Richard Biener <rguenther@suse.de>
33955 PR middle-end/65519
33956 * genmatch.c (expr::gen_transform): Re-write to avoid
33957 using gimple_build.
33959 2015-03-25 Bin Cheng <bin.cheng@arm.com>
33961 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
33963 2015-03-25 Bin Cheng <bin.cheng@arm.com>
33965 * config/arm/arm.opt (print_tune_info): New option.
33966 * config/arm/arm.c (arm_print_tune_info): New function.
33967 (arm_file_start): Call arm_print_tune_info.
33968 * config/arm/arm-protos.h (struct tune_params): Add comment.
33969 * doc/invoke.texi (@item -mprint-tune-info): New item.
33970 (-mtune): mention it in ARM Option Summary.
33972 2015-03-25 DJ Delorie <dj@redhat.com>
33974 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
33977 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
33978 Martin Liska <mliska@suse.cz>
33980 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
33981 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
33982 (sem_item::add_type): New function.
33983 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
33984 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
33985 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
33986 (sem_function::equals_wpa): Fix typo.
33987 * ipa-icf.h (sem_item::add_type): New function.
33988 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
33991 2015-03-24 Jakub Jelinek <jakub@redhat.com>
33993 PR tree-optimization/65533
33994 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
33995 with swapped operands, call vect_free_slp_tree on
33996 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
33999 2015-03-24 Richard Biener <rguenther@suse.de>
34001 PR middle-end/65517
34002 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
34003 for fixup if necessary.
34005 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
34007 * doc/extend.texi (Function Attributes): Add @cindex entries
34008 for all attributes and regularize their format. Delete text
34009 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
34010 information about "eightbit_data", "tiny_data", and "model"
34011 variable attributes to the Variable Attributes section. Fix
34012 some obvious typos and copy-editing issues.
34013 (Variable Attributes, Type Attributes): Likewise add/fix
34014 @cindex entries for all attributes.
34016 2015-03-23 Jakub Jelinek <jakub@redhat.com>
34019 * tree-chkp.c (chkp_build_returned_bound): Ignore
34020 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
34022 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
34025 * config/sh/predicates.md (simple_mem_operand,
34026 displacement_mem_operand): Add test for reg.
34027 (short_displacement_mem_operand): Test for displacement_mem_operand
34028 before invoking sh_disp_addr_displacement.
34029 * config/sh/constraints.md (Sdd, Sra): Simplify.
34030 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
34031 Remove redundant displacement_mem_operand tests.
34033 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
34036 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
34037 the same -mmcu=MCU more than once.
34039 2015-03-23 Jakub Jelinek <jakub@redhat.com>
34042 * ipa-devirt.c: Remove duplicate demangle.h include.
34045 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
34047 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
34048 REG_POINTER on *destptr after adjusting it for prologue size.
34051 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
34052 ultimate_alias_target ()->order ints instead of
34053 ultimate_alias_target () pointers.
34055 2015-03-23 Richard Biener <rguenther@suse.de>
34057 PR tree-optimization/65518
34058 * tree-vect-stmts.c (vectorizable_load): Reject single-element
34059 interleaving cases we generate absymal code for.
34061 2015-03-23 Richard Biener <rguenther@suse.de>
34063 PR tree-optimization/65494
34064 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
34066 (vect_analyze_slp_instance): But do that here, always and once.
34068 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34070 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
34071 adding T or multiplying by T+1 and subracting T.
34073 2015-03-22 Jeff Law <law@redhat.com>
34075 PR rtl-optimization/64317
34076 * Makefile.in (OBJS): Add gcse-common.c
34077 * gcse.c: Include gcse-common.h
34078 (struct modify_pair_s): Move structure definition to gcse-common.h
34079 (compute_transp): Move function to gcse-common.c.
34080 (canon_list_insert): Similarly.
34081 (record_last_mem_set_info): Break out some code and put it into
34082 gcse-common.c. Call into the new common code.
34083 (compute_local_properties): Pass additional arguments to compute_transp.
34084 * postreload-gcse.c: Include gcse-common.h and df.h
34085 (modify_mem_list_set, blocks_with_calls): New variables.
34086 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
34087 (get_bb_avail_insn): Pass in the expression index too.
34088 (alloc_mem): Allocate memory for the new bitmaps and lists.
34089 (free_mem): Free memory for the new bitmaps and lists.
34090 (insert_expr_in_table): Record a bitmap index for each entry we
34092 (record_last_mem_set_info): Call into common code in gcse-common.c.
34093 (get_bb_avail_insn): If no available insn was found in the requested
34094 BB. If BB has a single predecessor, see if the expression is
34095 transparent in BB and available in that single predecessor.
34096 (compute_expr_transp): New wrapper for compute_transp.
34097 (eliminate_partially_redundant_load): Pass expression's bitmap_index
34098 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
34099 (gcse_after_reload_main): If there are elements in the hash table,
34100 then compute transparency for all the elements in the hash table.
34101 * gcse-common.h: New file.
34102 * gcse-common.c: New file.
34104 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
34106 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
34108 (System Headers): Likewise.
34110 (Traditional macros): Likewise.
34111 (Invocation): Likewise.
34112 (Option Index): Likewise.
34113 * doc/cppopts.texi (-M): Likewise.
34114 (-finput-charset): Likewise.
34115 (--help): Likewise.
34116 * doc.invoke.texi (AVR Options): Likewise.
34117 (V850 Options): Likewise.
34119 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
34122 * ipa-devirt.c: Include demangle.h
34123 (odr_type_d): Add field rtti_broken.
34124 (odr_subtypes_equivalent_p): Do not require name to match.
34125 (compare_virtual_tables): Fix typo; if type already has ODR violation,
34126 bypass the tests; be ready for function referneces in vtables that are
34127 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
34128 (warn_odr): Give up for nameless types.
34129 (warn_types_mismatch): Report mismatch in mangled names;
34130 report mismatch in anonymous namespaces; look into component types to
34131 give useful error; report when mismatch is dragged in from other ODR
34133 (odr_types_equivalent_p): Match types for being polymorphic; avoid
34134 duplicated diagnostics.
34135 (add_type_duplicate): Reorder checks so more informative ones come
34136 first; fix typo; do not output "the extra base is defined here" when
34138 (BINFO_N_BASE_BINFOS): Relax sanity check.
34140 2015-03-22 Martin Liska <mliska@suse.cz>
34141 Jakub Jelinek <jakub@redhat.com>
34143 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
34144 masks that can potentially include a builtin.
34145 (ix86_add_new_builtins): Introduce fast filter for isa values
34146 that cannot trigger builtin inclusion.
34148 2015-03-22 Martin Liska <mliska@suse.cz>
34150 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
34151 (sem_item::update_hash_by_local_refs): Likewise.
34152 (sem_variable::get_hash): Empty line is fixed.
34153 (sem_item_optimizer::execute): Include adding of hash references.
34154 (sem_item_optimizer::update_hash_by_addr_refs): New function.
34155 (sem_item_optimizer::build_hash_based_classes): Use local hash.
34156 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
34157 (sem_item::update_hash_by_local_refs): Likewise.
34159 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
34162 * ipa-comdats.c (enqueue_references): Walk through thunks.
34163 (ipa_comdats): Likewise.
34164 (set_comdat_group_1): New function.
34166 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
34169 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
34172 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
34173 Gerald Pfeifer <gerald@pfeifer.com>
34175 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
34177 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
34178 Sandra Loosemore <sandra@codesourcery.com>
34180 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
34181 function parameter declaration.
34182 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
34183 Update arguments to nios2_adjust_call_address().
34184 (sibcall_internal): Rename from *sibcall.
34185 (sibcall_value_internal): Rename from *sibcall_value.
34186 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
34187 (nios2_large_got_address): Add target temp reg parameter.
34188 (nios2_got_address): Adjust call to nios2_large_got_address, add
34189 force_reg around it.
34190 (nios2_load_pic_address): Add target temp reg parameter, replace call
34191 to nios2_got_address with corresponding code.
34192 (nios2_legitimize_constant_address): Update call to
34193 nios2_load_pic_address.
34194 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
34195 to use temp reg for PIC loading purposes.
34196 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
34197 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
34198 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
34200 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
34202 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
34203 usage of "the @option{...}".
34204 (-Wopenmp-simd): Likewise.
34205 (-fsanitize-recover): Likewise.
34206 (-fsanitize-undefined-trap-on-error): Likewise.
34208 (tracer-dynamic-coverage-feedback): Likewise.
34209 (reorder-block-duplicate-feedback): Likewise.
34210 (loop-unroll-jam-size): Likewise.
34213 (-mabs=legacy): Likewise.
34214 (-mupper-regs-df): Likewise.
34215 (-mupper-regs-sf): Likewise.
34216 (-mpointers-to-nested-functions): Likewise.
34218 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
34220 * doc/extend.texi (Cilk Plus Builtins): Add markup.
34222 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
34224 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
34225 additional index entries and cross-references.
34226 (-fchkp-check-incomplete-type): Likewise.
34227 (-fchkp-first-field-has-own-bounds): Likewise.
34228 (-fchkp-narrow-to-innermost-array): Likewise.
34229 (-fchkp-use-fast-string-functions): Likewise.
34230 (-fchkp-use-nochk-string-functions): Likewise.
34231 (-fchkp-use-static-const-bounds): Likewise.
34232 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
34233 (-fchkp-instrument-marked-only): Likewise.
34234 (-fchkp-use-wrappers): Likewise.
34235 (-static-libmpx): Likewise.
34236 (-static-libmpxwrappers): Likewise.
34237 * doc/extend.texi (bnd_legacy): Likewise.
34238 (bnd_instrument): Likewise.
34239 (bnd_variable_size): Likewise.
34240 (Pointer Bounds Checker builtins): Likewise.
34242 2015-03-21 Tom de Vries <tom@codesourcery.com>
34244 PR tree-optimization/65458
34245 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
34246 * cgraph.h (cgraph_node): Add parallelized_function field.
34247 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
34248 (input_overwrite_node): Read parallelized_function field.
34249 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
34250 parallelized_function on cgraph_node for child_fn.
34251 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
34252 Remove include of gt-tree-parloops.h.
34253 (parallelized_functions): Remove static variable.
34254 (parallelized_function_p): Rewrite using parallelized_function field of
34256 (create_loop_fn): Remove adding to parallelized_functions.
34257 * Makefile.in (GTFILES): Remove tree-parloops.c
34259 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
34261 PR rtl-optimization/64366
34262 * lra.c (lra_update_insn_regno_info): Consider regs in
34263 CALL_INSN_FUNCTION_USAGE memory.
34265 2015-03-20 Richard Biener <rguenther@suse.de>
34267 PR middle-end/64715
34268 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
34269 for type comparison and gcc_checking_assert.
34270 (chrec_fold_plus_poly_poly): Likewise.
34271 (chrec_fold_multiply_poly_poly): Likewise.
34272 (chrec_convert_1): Likewise.
34273 * gimplify.c (gimplify_expr): Remove premature folding of
34274 &X + CST to &MEM[&X, CST].
34276 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
34278 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
34280 (ipa_inline): Recompute inline_failed codes.
34281 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
34282 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
34285 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
34287 PR rtl-optimization/60851
34288 * recog.c (constrain_operands): Accept a pseudo register before reload
34289 for LRA enabled targets.
34291 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
34294 * config/rs6000/predicates.md (easy_fp_constant): Remove special
34295 -ffast-math handling that kept non-0 constants live in the RTL
34296 until reload. Remove logic testing the number of instructions it
34297 took to create a constant in a GPR that was never used, due to a
34298 test for soft-float earlier.
34299 (memory_fp_constant): Delete, no longer used.
34301 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
34302 alternatives for loading non-0 constants into GPRs for hard
34303 floating point that is no longer needed due to changes in
34304 easy_fp_constant. Add support for loading 0.0 into GPRs.
34305 (mov<mode>_hardfloat32): Likewise.
34306 (mov<mode>_hardfloat64): Likewise.
34307 (mov<mode>_64bit_dm): Likewise.
34308 (movtd_64bit_nodm): Likewise.
34309 (pre-reload move FP constant define_split): Delete define_split,
34310 since it is no longer used.
34311 (extenddftf2_internal): Remove GHF constraints that are not valid
34314 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
34316 PR rtl-optimization/63491
34317 * lra-constraints.c (check_and_process_move): Use src instead of
34318 sreg. Remove some dead code.
34320 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
34323 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
34324 (sem_variable::merge): Likewise.
34326 2015-03-19 Martin Liska <mliska@suse.cz>
34329 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
34330 all fields of cgraph_thunk_info.
34332 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
34334 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
34335 clone instrumented thunks.
34337 2015-03-19 Richard Biener <rguenther@suse.de>
34340 2015-03-10 Richard Biener <rguenther@suse.de>
34342 PR middle-end/63155
34343 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
34344 * tree-ssa-coalesce.c: Include timevar.h.
34345 (attempt_coalesce): Handle graph being NULL.
34346 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
34347 Split out abnormal coalescing to ...
34348 (perform_abnormal_coalescing): ... this function.
34349 (coalesce_ssa_name): Perform abnormal coalescing without computing
34351 (verify_ssa_coalescing_worker): New function.
34352 (verify_ssa_coalescing): Likewise.
34354 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
34355 Jakub Jelinek <jakub@redhat.com>
34358 * tsan.c (instrument_gimple): Clear tail call flag on
34361 2015-03-19 Jakub Jelinek <jakub@redhat.com>
34364 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
34365 call in the return bb.
34366 (find_split_points): Add RETURN_BB argument, don't call
34368 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
34369 if true append TSAN_FUNC_EXIT internal call after the call to
34370 the split off function.
34371 (execute_split_functions): Call find_return_bb here.
34372 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
34373 Adjust find_split_points and split_function calls.
34375 2015-03-18 DJ Delorie <dj@redhat.com>
34377 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
34378 (iorqi3_virt): Likewise.
34380 2015-03-18 Tom de Vries <tom@codesourcery.com>
34382 * tree-parloops.c (parallelize_loops): Make static.
34383 * tree-parloops.h (parallelize_loops): Remove extern declaration.
34385 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
34387 PR middle-end/64491
34389 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
34391 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
34392 condition would be removed due to undefined behaviour.
34394 2015-03-18 Martin Liska <mliska@suse.cz>
34397 * cgraph.c (cgraph_node::get_create): Remove unnecessary
34398 xstrdup_for_dump wrapper.
34399 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
34401 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
34402 with xstrdup_for_dump.
34403 (sem_variable::equals): Likewise.
34404 (sem_item_optimizer::read_section): Use symtab_node::name instead of
34406 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
34407 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
34408 symtab_node::asm_name with xstrdup_for_dump.
34409 (congruence_class::dump): Use symtab_node::name instead of
34411 * ipa-icf.h (symtab_node::name): Remove.
34412 (symtab_node::asm_name): Likewise.
34414 2015-03-18 Jakub Jelinek <jakub@redhat.com>
34416 PR tree-optimization/65450
34417 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
34419 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
34420 it instead of duplicate_ssa_name_ptr_info.
34423 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
34425 2015-03-18 Richard Biener <rguenther@suse.de>
34427 * tree-data-ref.h (struct access_matrix): Remove.
34428 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
34429 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
34430 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
34431 (am_vector_index_for_loop): Likewise.
34432 (struct data_reference): Remove access_matrix member.
34433 (DR_ACCESS_MATRIX): Remove.
34434 (lambda_vector_new): Add comment.
34435 (lambda_matrix_new): Use XOBNEWVEC.
34437 2015-03-18 Richard Biener <rguenther@suse.de>
34439 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
34440 (pass_ch::execute): Cleanup the CFG only if we did sth.
34441 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
34443 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34445 * expmed.c (synth_mult): Use std::swap instead of manually
34446 swapping algorithms.
34448 2015-03-18 Jakub Jelinek <jakub@redhat.com>
34451 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
34453 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
34456 * config/avr/avr.opt (-nodevicelib): New option.
34457 * doc/invoke.texi (AVR Options): Document it.
34458 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
34459 libgcc.a, libc.a, libm.a.
34460 * config/avr/specs.h: Same.
34461 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
34462 which don't (directly) depend on the device. Print more help.
34463 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
34464 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
34465 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
34467 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
34468 for specs file name.
34469 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
34470 * config/avr/avr-mcus.def: Adjust initializers and comments.
34472 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
34474 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
34475 DECL_ONE_ONLY to check if decl is one only.
34476 * ipa-split.c (consider_split): Limit splitt of one only functions.
34478 2015-03-16 Jakub Jelinek <jakub@redhat.com>
34480 PR tree-optimization/65427
34481 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
34483 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
34485 2015-03-16 Marek Polacek <polacek@redhat.com>
34487 * cgraph.h (add_new_static_var): Remove declaration.
34488 * varpool.c (add_new_static_var): Remove function.
34490 2015-03-16 Jakub Jelinek <jakub@redhat.com>
34492 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
34493 instead of vec<tree> * with vec_alloc and release for args.
34496 PR middle-end/65431
34497 * omp-low.c (delete_omp_context): Only splay_tree_delete
34498 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
34499 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
34501 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
34504 * cfgexpand.c (align_base): New function.
34505 (alloc_stack_frame_space): Call it.
34506 (expand_stack_vars): Align prev_frame to be sure
34507 data->asan_vec elements aligned properly.
34509 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
34511 PR middle-end/65409
34512 * expr.c (store_field): Do not do a direct block copy if the source is
34513 a PARALLEL with BLKmode.
34515 2015-03-16 Tom de Vries <tom@codesourcery.com>
34517 PR middle-end/65414
34519 2015-03-12 Tom de Vries <tom@codesourcery.com>
34521 PR rtl-optimization/64895
34522 * lra-lives.c (check_pseudos_live_through_calls): Use
34523 actual_call_used_reg_set instead of call_used_reg_set, if available.
34525 2015-03-16 Alan Modra <amodra@gmail.com>
34528 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
34529 Modify Z->r bswapdi splitter to use dest in place of scratch.
34530 In r->Z and Z->r bswapdi splitter rename word_high, word_low
34531 to word1, word2 and rearrange logic to suit.
34532 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
34533 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
34534 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
34535 Add one '?' on r->r. Modify Z->r splitter to avoid need for
34538 2015-03-14 Jakub Jelinek <jakub@redhat.com>
34540 PR tree-optimization/65369
34541 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
34542 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
34543 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
34545 PR tree-optimization/65418
34546 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
34547 are casts in the first PLUS_EXPR operand, ensure tbias and
34548 *totallowp are in the inner type.
34550 PR rtl-optimization/65401
34551 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
34552 argument. If true, adjust_address_nv of x with big-endian
34553 correction for the mode widening to GET_MODE (y).
34554 (make_field_assignment): Don't do MEM mode widening here.
34555 Use MEM_P instead of GET_CODE == MEM.
34557 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
34559 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
34560 the external decls.
34562 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34565 * config/arm/arm.c (arm_gen_constant, AND case): Use
34566 ARM_SIGN_EXTEND when constructing AND mask.
34568 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
34570 * graph.c (print_graph_cfg): Make function names visible and append
34571 parenthesis to it. Also make groups of basic blocks belonging to the
34572 same function visible.
34574 2015-03-12 Richard Biener <rguenther@suse.de>
34576 PR middle-end/44563
34577 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
34578 to avoid quadratic behavior with inline expansion splitting blocks.
34579 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
34580 with the successor if the predecessor will be merged with it.
34581 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
34582 entry block with its successor.
34584 2015-03-13 Richard Biener <rguenther@suse.de>
34586 PR middle-end/44563
34587 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
34588 (cleanup_tree_cfg_1): Do not call it.
34589 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
34590 (fixup_noreturn_call): Mark the stmt as control altering.
34591 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
34593 (pass_data_fixup_cfg): Produce a dump file.
34594 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
34595 (need_noreturn_fixup): New global.
34596 (pass_dominator::execute): Fixup queued noreturn calls.
34597 (optimize_stmt): Queue calls that became noreturn for fixup.
34598 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
34599 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
34600 (el_to_fixup): New global.
34601 (eliminate_dom_walker::before_dom_childre): Queue calls that
34602 became noreturn for fixup.
34603 (eliminate): Fixup queued noreturn calls.
34604 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
34605 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
34606 (substitute_and_fold_dom_walker::before_dom_children): Queue
34607 alls that became noreturn for fixup.
34608 (substitute_and_fold): Fixup queued noreturn calls.
34610 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
34612 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
34613 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
34614 are building; for methods check ODR type of class they belong to if
34615 they may lead to a polymorphic call.
34616 (sem_function::compare_polymorphic_p): Be bit smarter about testing
34617 when function may lead to a polymorphic call.
34618 (sem_function::compare_type_list): Remove.
34619 (sem_variable::equals): Update use of compatible_types_p.
34620 (sem_variable::parse_tree_refs): Remove.
34621 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
34623 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
34625 (func_checker::compatible_polymorphic_types_p): Break out from ...
34626 (unc_checker::compatible_types_p): ... here.
34627 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
34629 (unc_checker::compatible_types_p): Update.
34630 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
34633 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34635 PR rtl-optimization/65235
34636 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
34637 When first element of vec_concat is const_int, calculate its size
34638 using second element.
34640 2015-03-12 Richard Biener <rguenther@suse.de>
34642 PR middle-end/65270
34643 * fold-const.c (operand_equal_p): Fix ordering of resetting
34644 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
34646 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
34648 * config/s390/s390.c (s390_reorg): Move code to output nops after label
34650 (s390_asm_output_function_label): Likewise.
34651 * config/s390/s390.c (s390_asm_output_function_label):
34652 Fix function label alignment with -mhtopatch.
34653 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
34654 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
34655 ("nop_2_byte"): New define_insn.
34656 ("nop_4_byte"): Likewise.
34657 ("nop_6_byte"): Likewise.
34658 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
34659 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
34661 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
34664 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
34667 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
34670 * toplev.c (process_options): Restrict Pointer Bounds Checker
34671 usage with Address Sanitizer.
34673 2015-03-12 Richard Biener <rguenther@suse.de>
34675 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
34677 * omp-low.c (expand_omp_taskreg): Split block before removing
34679 (expand_omp_target): Likewise.
34680 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
34681 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
34682 stmt to split_block.
34684 2015-03-12 Tom de Vries <tom@codesourcery.com>
34686 PR rtl-optimization/64895
34687 * lra-lives.c (check_pseudos_live_through_calls): Use
34688 actual_call_used_reg_set instead of call_used_reg_set, if available.
34690 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
34692 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
34693 (cgraph_node::remove): Likewise.
34694 (cgraph_node::get_untransformed_body): Likewise.
34695 * varpool.c (varpool_node::remove): Likewise.
34696 (varpool_node::get_constructor): Add sanity check.
34698 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
34700 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
34702 (-fabi-compat-version): Likewise.
34703 (-ffriend-injection): Likewise.
34704 (-Wdeclaration-after-statement): Likewise.
34705 (-fomit-frame-pointer): Likewise.
34706 (-ftree-coalesce-inlined-vars): Likewise.
34707 (-fvisibility=): Likewise.
34708 * doc/extend.texi (Typeof): Likewise.
34709 (Zero Length): Likewise.
34710 (Escaped Newlines): Likewise.
34711 (Compound Literals): Likewise.
34712 (Function Attributes): Likewise.
34713 (Label Attributes): Likewise.
34714 (Type Attributes): Likewise.
34715 (Function Names): Likewise.
34716 (Other Builtins): Likewise.
34717 (Function Specific Option Pragmas): Likewise.
34718 (C++ Interface): Likewise.
34720 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
34722 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
34724 2015-03-11 Marek Polacek <polacek@redhat.com>
34726 PR tree-optimization/65388
34727 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
34729 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
34732 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
34733 * configure: Regenerate.
34734 * config.in: Regenerate.
34735 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
34736 [-mn-flash]: Document it.
34737 [__AVR_ARCH__]: Document avrtiny.
34739 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
34740 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
34741 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
34743 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
34745 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
34747 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
34750 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
34751 allow reloads of PLUS in floating point/VSX registers.
34753 2015-03-11 Junmo Park <junmoz.park@samsung.com>
34755 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
34756 crypto_sha256_fast.
34757 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
34759 2015-03-11 Richard Biener <rguenther@suse.de>
34761 PR tree-optimization/65310
34762 * tree-sra.c (build_ref_for_offset): Also preserve larger
34765 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
34767 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
34769 2015-03-10 Jakub Jelinek <jakub@redhat.com>
34772 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
34774 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
34776 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
34778 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
34779 (sem_function::equals_wpa): ... here.
34781 2015-03-10 Marek Polacek <polacek@redhat.com>
34782 Jakub Jelinek <jakub@redhat.com>
34785 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
34786 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
34789 2015-03-10 Jakub Jelinek <jakub@redhat.com>
34792 * config/rs6000/t-linux: For powerpc64* target set
34793 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
34795 2015-03-10 Richard Biener <rguenther@suse.de>
34797 PR middle-end/44563
34798 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
34799 for redirect_all_calls.
34801 2015-03-10 Marek Polacek <polacek@redhat.com>
34803 * gdbinit.in (pcfun): Define and document.
34805 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
34807 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
34808 of libgomp-plugin.h.
34809 (find_target_compiler): Support a case when the path to gcc is
34810 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
34811 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
34812 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
34814 (main): Use GCC_INSTALL_NAME as target_driver_name.
34815 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
34817 (mkoffload.o): Remove obsolete include path and defines.
34818 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
34820 2015-03-10 Richard Biener <rguenther@suse.de>
34822 PR middle-end/63155
34823 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
34824 * tree-ssa-coalesce.c: Include timevar.h.
34825 (attempt_coalesce): Handle graph being NULL.
34826 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
34827 Split out abnormal coalescing to ...
34828 (perform_abnormal_coalescing): ... this function.
34829 (coalesce_ssa_name): Perform abnormal coalescing without computing
34831 (verify_ssa_coalescing_worker): New function.
34832 (verify_ssa_coalescing): Likewise.
34834 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
34837 * config.gcc (extra_options) [avr]: Remove.
34838 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
34839 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
34840 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
34842 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
34843 (-mmcu=): Add Var and MissingArgError properties.
34845 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
34846 * config/avr/t-multilib: Regenerate.
34847 * config/avr/specs.h: New file.
34848 * config/avr/driver-avr.c: New file.
34849 * config/avr/genopt.sh: Remove file.
34850 * config/avr/avr-tables.opt: Remove file.
34851 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
34852 * config/avr/avr-c.c: Same.
34853 * avr-arch.h: Same.
34854 (avr_current_device): Remove proto.
34855 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
34856 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
34857 (EXTRA_SPEC_FUNCTIONS): Define.
34858 (avr_devicespecs_file): New specs function proto.
34859 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
34860 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
34861 (avr_current_device): Remove definition and usage.
34862 (avr_set_core_architecture): New static function.
34863 (avr_option_override): Use it.
34864 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
34865 (mcu_name): New static array.
34866 (comparator, avr_archs_str, avr_mcus_str): New static functions.
34867 (avr_inform_devices, avr_inform_core_architectures): New functions.
34868 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
34869 (avrlibc.h) [WITH_AVRLIBC]: Include.
34870 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
34871 (print_mcu): Rewrite from scratch.
34872 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
34873 Forward to avr-specific specs defined in device-specs file.
34874 * config/avr/t-avr (driver-avr.o): New rule.
34875 (avr-devices.o): Depend on avr-arch.h.
34876 (avr-mcus): No more depend on avr-tables.opt.
34877 (avr-tables.opt): Remove rule.
34878 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
34880 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
34882 * c-family/c.opt (fchkp-use-wrappers): New.
34883 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
34884 (chkp_wrap_function): New.
34885 (chkp_build_instrumented_fndecl): Support wrapped
34887 * doc/invoke.texi (-fcheck-pointer-bounds): New.
34888 (-fchkp-check-incomplete-type): New.
34889 (-fchkp-first-field-has-own-bounds): New.
34890 (-fchkp-narrow-bounds): New.
34891 (-fchkp-narrow-to-innermost-array): New.
34892 (-fchkp-optimize): New.
34893 (-fchkp-use-fast-string-functions): New.
34894 (-fchkp-use-nochk-string-functions): New.
34895 (-fchkp-use-static-bounds): New.
34896 (-fchkp-use-static-const-bounds): New.
34897 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
34898 (-fchkp-check-read): New.
34899 (-fchkp-check-write): New.
34900 (-fchkp-store-bounds): New.
34901 (-fchkp-instrument-calls): New.
34902 (-fchkp-instrument-marked-only): New.
34903 (-fchkp-use-wrappers): New.
34904 (-static-libmpx): New.
34905 (-static-libmpxwrappers): New.
34907 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
34909 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
34910 (CHKP_SPEC): Add wrappers library.
34911 * c-family/c.opt (static-libmpxwrappers): New.
34913 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
34915 * config/i386/linux-common.h (LIBMPX_LIBS): New.
34916 (LIBMPX_SPEC): New.
34918 * gcc.c (CHKP_SPEC): New.
34919 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
34920 * c-family/c.opt (static-libmpx): New.
34922 2015-03-10 Richard Biener <rguenther@suse.de>
34924 PR middle-end/44563
34925 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
34927 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
34928 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
34929 (cgraph_add_edge_to_call_site_hash): Likewise.
34930 (cgraph_node::get_edge): Likewise.
34931 (cgraph_edge::set_call_stmt): Likewise.
34932 (cgraph_edge::remove_caller): Likewise.
34934 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
34936 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
34937 (callee_saved_gpr_regs_size): ... this.
34938 (callee_saved_regs_first_regno): Rename to ...
34939 (callee_saved_first_gpr_regno): ... this.
34940 (callee_saved_regs_last_regno) Rename to ...
34941 (callee_saved_last_gpr_regno): ... this.
34942 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
34944 (nds32_initial_elimination_offset): Likewise.
34945 (nds32_expand_prologue): Likewise.
34946 (nds32_expand_epilogue): Likewise.
34947 (nds32_expand_prologue_v3push): Likewise.
34948 (nds32_expand_epilogue_v3pop): Likewise.
34949 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
34950 Adjust renamed variables.
34951 (nds32_output_stack_pop): Likewise.
34953 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
34955 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
34958 2015-03-10 Jakub Jelinek <jakub@redhat.com>
34960 PR rtl-optimization/65321
34961 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
34963 * var-tracking.c (use_narrower_mode): Likewise.
34965 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
34967 PR tree-optimization/65355
34968 * varasm.c (notice_global_symbol): Do not produce RTL.
34969 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
34971 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
34972 check for section anchors.
34974 2015-03-10 Alan Modra <amodra@gmail.com>
34977 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
34978 to be single-arch by default. Set cpu_is_64bit for powerpc64
34979 given --with-cpu=native.
34980 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
34981 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
34983 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
34984 rs6000_isa_flags rather than TARGET_64BIT.
34986 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
34987 Kaz Kojima <kkojima@gcc.gnu.org>
34989 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
34991 2015-03-09 Jakub Jelinek <jakub@redhat.com>
34994 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
34995 on a TREE_BINFO, instead use BINFO_TYPE.
34997 2015-03-09 Richard Biener <rguenther@suse.de>
34999 PR middle-end/65270
35000 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
35001 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
35002 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
35003 of that. When comparing dereferences compare alignment.
35004 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
35006 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
35008 * ipa-inline-analysis.c (check_callers): Check
35009 node->can_remove_if_no_direct_calls_and_refs_p.
35010 (growth_likely_positive): Reorganize to call
35011 can_remove_if_no_direct_calls_p later.
35012 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
35013 will_be_removed_from_program_if_no_direct_calls_p): Add
35014 will_inline parameter.
35015 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
35016 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
35017 Handle inliner case correctly.
35019 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
35021 PR tree-optimization/63743
35022 * cfgexpand.c (reorder_operands): Also reorder if only second operand
35023 had its definition forwarded by TER.
35025 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
35028 * ipa-utils.h (types_odr_comparable): Add strict argument.
35029 * ipa-devirt.c: Fix whitespace;
35030 (odr_hasher): Remove.
35031 (odr_name_hasher, odr_vtable_hasher): New hashers.
35032 (can_be_name_hashed_p): New predicate.
35033 (hash_type_name): remove.
35034 (hash_odr_name): New.
35035 (odr_name_hasher::hash): new.
35036 (can_be_vtable_hashed_p): New.
35037 (hash_odr_vtable): New.
35038 (odr_vtable_hasher::hash): New.
35039 (types_same_for_odr): Add strict parameter.
35040 (types_odr_comparable): Likewise.
35041 (odr_name_hasher::equal): New.
35042 (odr_vtable_hasher::equal): New.
35043 (odr_name_hasher::remove): New.
35044 (odr_hash_type): Change to hash_table<odr_name_hasher>.
35045 (odr_vtable_hash_type): New.
35046 (odr_vtable_hash): New.
35047 (odr_subtypes_equivalent_p): Do strict comparsion.
35048 (add_type_duplicate): Merge type names; cleanup; avoid type
35050 (register_odr_type): Initialize vtable hash.
35051 (build_type_inheritance_graph): Likewise
35052 (get_odr_type): Reorg to use two hashes.
35053 (dump_possible_polymorphic_call_targets): Move sanity check after debug
35055 (ipa_devirt): Dump type_inheritance_graph.
35056 (types_same_for_odr): Add strict mode.
35058 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
35061 * cgraph.h (symtab_node): Add definition_alignment,
35062 can_increase_alignment_p and increase_alignment.
35063 * symtab.c (symtab_node::can_increase_alignment_p,
35064 increase_alignment_1, symtab_node::increase_alignment,
35065 symtab_node::definition_alignment): New.
35066 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
35067 can_increase_alignment_p.
35068 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
35069 * tree-vect-stmts.c (ensure_base_align): Likewise.
35070 * varasm.c (function_section_1): Use definition_alignment.
35071 (assemble_start_function): Likewise.
35072 (emit_local): likewise.
35073 (build_constant_desc): Likewsie.
35074 (output_constant_def_contents): Likewise.
35075 (place_block_symbol): Likewise.
35076 (output_object_block): Likewise.
35078 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
35081 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
35082 when outputting debug.
35084 2015-03-07 Marek Polacek <polacek@redhat.com>
35085 Martin Uecker <uecker@eecs.berkeley.edu>
35088 * doc/invoke.texi: Update description of -fsanitize=bounds.
35090 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
35092 * tree-ssa-phiopt.c (neg_replacement): Remove.
35093 (tree_ssa_phiopt_worker): Remove negate optimization.
35095 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
35098 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
35100 2015-03-06 Richard Biener <rguenther@suse.de>
35102 PR middle-end/64928
35103 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
35104 and liveout_obstack members.
35105 (calculate_live_on_exit): Remove.
35106 (calculate_live_ranges): Change declaration.
35107 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
35108 (new_tree_live_info): Adjust.
35109 (calculate_live_ranges): Delete livein when not wanted.
35110 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
35111 Deal with partly deleted live info.
35112 (loe_visit_block): Remove temporary bitmap by using
35113 bitmap_ior_and_compl_into.
35114 (live_worklist): Adjust accordingly.
35115 (calculate_live_on_exit): Make static.
35116 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
35117 we do not need livein.
35119 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
35121 * real.c (real_from_string): Fix typo in assertion.
35123 2015-03-06 Alex Velenko <alex.velenko@arm.com>
35125 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
35128 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
35130 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
35132 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
35135 * lra-assigns.c (find_hard_regno_for): Rename to
35136 find_hard_regno_for_1. Add a new parameter.
35137 (find_hard_regno_for): New function using find_hard_regno_for_1.
35139 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
35141 PR rtl-optimization/65067
35142 * expmed.c (store_bit_field, extract_bit_field): Reworked the
35143 strict volatile bitfield handling.
35145 2015-03-05 Martin Liska <mliska@suse.cz>
35148 * ipa-icf.c (sem_variable::equals): Compare variables types.
35150 2015-03-05 Richard Henderson <rth@redhat.com>
35153 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
35154 correctly check weak symbol binding.
35156 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
35158 PR middle-end/65315
35159 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
35162 2015-03-05 Martin Liska <mliska@suse.cz>
35164 * ipa-inline.c (inline_small_functions): Set default value to
35165 prevent warning during bootstrap.
35166 * tree.h: Add pragma guard that ignores false positives during
35169 2015-03-05 Richard Biener <rguenther@suse.de>
35171 PR tree-optimization/65310
35172 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
35173 Properly preserve alignment of the base of the access.
35175 2015-03-05 Richard Biener <rguenther@suse.de>
35178 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
35179 Compare dependence info.
35181 2015-03-05 Richard Biener <rguenther@suse.de>
35183 PR middle-end/65233
35184 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
35186 (walk_ssa_copies): Revert last chage. Instead do not walk
35187 SSA names registered for SSA update.
35189 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
35192 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
35193 vtable references for their containing type.
35194 (sem_function::equals_wpa): Compare TYPE_RESTRICT
35195 and type attributes.
35197 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
35199 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
35200 before negating it.
35201 * stor-layout.c (finalize_record_size): Revert latest change.
35203 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
35205 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
35207 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
35209 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
35210 for correct comdat handling.
35211 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
35213 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
35214 (used_from_object_file_p_worker): Remove.
35215 (cgraph_node::only_called_directly_or_alised): Add
35216 used_from_object_file_p.
35217 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
35218 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
35219 can_remove_if_no_direct_calls_and_refs_p.
35221 2015-03-04 Nick Clifton <nickc@redhat.com>
35223 * config/rl78/rl78.h (enum reg_class): Remove real registers from
35224 General register class.
35225 * config/rl78/rl78-real.md: Replace general register constraints
35226 with real+virtual register constraints.
35228 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
35230 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
35231 from checking for -mhtm option.
35233 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
35235 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
35236 (struct ipa_sra_check_caller_data): Add has_thunk field.
35237 (ipa_sra_check_caller): Check for thunk.
35238 (ipa_sra_preliminary_function_checks): Give up on function with
35240 (ipa_early_sra): Use call_for_symbol_and_aliases.
35242 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
35245 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
35246 called for __stack_chk_guard symbol.
35248 2015-03-03 DJ Delorie <dj@redhat.com>
35250 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
35252 (*addhi3_real): Likewise.
35253 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
35254 pattern to match incrementing memory.
35255 * config/rl78/predicates.md (rl78_1_2_operand): New.
35256 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
35257 it's the same and only mem.
35258 (rl78_alloc_physical_registers_op2): If there's effectively only
35259 one MEM, transcode it into HL.
35260 (rl78_far_p): Reject addresses that aren't legitimate.
35262 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
35264 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
35267 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
35269 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
35271 Implement call0 ABI for xtensa
35272 * config/xtensa/constraints.md ("a" constraint): Include stack
35273 pointer in case of call0 ABI.
35274 ("q" constraint): Make empty in case of call0 ABI.
35275 ("D" constraint): Include stack pointer in case of call0 ABI.
35276 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
35277 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
35279 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
35281 (xtensa_regno_to_class): Make it a local variable in the
35282 function xtensa_regno_to_class.
35283 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
35284 macro, function prototype and implementation.
35285 (reg_nonleaf_alloc_order): Make it a local variable in the
35286 function order_regs_for_local_alloc.
35287 (xtensa_conditional_register_usage): New function.
35288 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
35289 (xtensa_valid_move): Allow direct moves to stack pointer
35290 register in call0 ABI.
35291 (xtensa_setup_frame_addresses): Only spill register windows in
35293 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
35294 call0 ABI respectively.
35295 (xtensa_function_arg_1): Only mark a7 register for copying in
35297 (xtensa_call_save_reg): New function.
35298 (compute_frame_size): Add space for callee saved register
35299 storage to the frame size in call0 ABI.
35300 (xtensa_expand_prologue): Generate code to set up stack frame
35301 and save callee-saved registers in call0 ABI.
35302 (xtensa_expand_epilogue): New function.
35303 (xtensa_set_return_address): New function.
35304 (xtensa_return_addr): Calculate return address in call0 ABI.
35305 (xtensa_builtin_saveregs): Only mark a7 register for copying and
35306 emit copying code in windowed ABI.
35307 (order_regs_for_local_alloc): Add preferred register allocation
35308 order for non-leaf function in call0 ABI.
35309 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
35310 (xtensa_asm_trampoline_template): Add trampoline generation for
35312 (xtensa_trampoline_init): Add trampoline initialization for
35314 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
35316 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
35317 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
35318 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
35319 ABI call-used registers.
35320 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
35321 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
35323 (REG_CLASS_CONTENTS): Include all registers into the preferred
35324 reload registers set, adjust the set in the
35325 xtensa_conditional_register_usage.
35326 (xtensa_regno_to_class): Drop variable declaration.
35327 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
35329 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
35331 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
35332 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
35333 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
35334 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
35335 location in call0 ABI.
35336 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
35337 stack adjustment size when handling exception.
35338 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
35339 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
35341 ("return" pattern): Generate ret.n/ret in call0 ABI.
35342 ("epilogue" pattern): Expand epilogue.
35343 ("nonlocal_goto" pattern): Use default in call0 ABI.
35344 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
35345 emit eh_set_a0_* depending on ABI.
35346 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
35347 ("eh_set_a0_call0", "blockage"): New patterns.
35349 2015-03-03 Martin Liska <mliska@suse.cz>
35352 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
35354 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
35357 * config/rs6000/rs6000-tables.opt: Regenerate table.
35359 2015-03-03 Renlin Li <renlin.li@arm.com>
35361 * doc/md.texi (@item ^): Change ? into ^.
35363 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
35365 * doc/tm.texi: Regenerated.
35367 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
35369 * builtins.c (expand_builtin_return_addr): Add
35370 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
35371 surrounding #ifdef.
35372 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
35374 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
35376 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
35378 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
35381 2015-03-03 Martin Jambor <mjambor@suse.cz>
35382 Eric Botcazou <ebotcazou@adacore.com>
35384 * tree-sra.c (ipa_sra_check_caller_data): New type.
35385 (has_caller_p): Removed.
35386 (ipa_sra_check_caller): New function.
35387 (ipa_sra_preliminary_function_checks): Use it.
35389 2015-03-03 Martin Liska <mliska@suse.cz>
35391 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
35392 instead of if branch.
35394 2015-03-03 Martin Liska <mliska@suse.cz>
35397 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
35399 2015-03-23 Jeff Law <law@redhat.com>
35401 PR tree-optimization/65241
35402 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
35403 hash table if INSERT is true.
35405 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
35408 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
35410 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
35413 * config/avr/avr.c (context.h, tree-pass.h): Include them.
35414 (avr_pass_data_recompute_notes): New static variable.
35415 (avr_pass_recompute_notes): New class.
35416 (avr_register_passes): New static function.
35417 (avr_option_override): Call it.
35419 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
35421 Fix various problems with specs file generation.
35424 * config.gcc (extra_gcc_objs) [avr]: Remove.
35425 * config/avr/driver-avr.c: Remove file.
35426 * config/avr/t-avr (driver-avr.o): Remove rule.
35427 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
35428 INCLUDES to build. Depend on TM_H.
35429 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
35430 build warnings. Fix non-matching types and non-existing %-codes.
35432 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
35433 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
35434 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
35435 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
35436 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
35437 (LIBGCC_SPEC): Remove definitions.
35439 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
35441 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
35442 to create a register in testing mode.
35444 2015-03-03 Martin Liska <mliska@suse.cz>
35445 Jan Hubicka <hubicka@ucw.cz>
35448 * cgraph.c (cgraph_node::has_thunk_p): New function.
35449 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
35450 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
35451 (sem_function::merge): Assert is changed.
35453 2015-03-03 Martin Liska <mliska@suse.cz>
35454 Martin Jambor <mjambor@suse.cz>
35457 * ipa-icf.c (sem_item_optimizer::execute): Change function
35458 return value to boolean.
35459 (sem_item_optimizer::merge_classes): Likewise.
35460 (ipa_icf_driver): Return TODO_remove_functions in case there's
35461 a merge operation processed.
35462 * ipa-icf.h: Change function return value to boolean.
35464 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
35467 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
35468 processor type for 64-bit little endian PowerPC.
35470 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
35471 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
35472 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
35473 printing built-in mask so it does not pass NULL pointers.
35475 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
35478 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
35481 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
35482 !ISA_HAS_FP_CONDMOVE.
35484 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
35486 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
35489 2015-03-02 Ulrich Drepper <drepper@gmail.com>
35491 * doc/invoke.texi (Options for Code Generation Conventions):
35492 Fix URL of DSO paper.
35494 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
35497 * ipa-inline.c (check_callers): Looks for recursion.
35498 (inline_to_all_callers): Give up on uninlinable or recursive edges.
35499 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
35500 summary of inline clones.
35501 (do_estimate_growth_1): Fix recursion check.
35503 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
35506 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
35509 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
35510 Aldy Hernandez <aldyh@redhat.com>
35513 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
35514 when checking TYPE_BINFO.
35516 2015-03-02 Richard Biener <rguenther@suse.de>
35519 * ipa-icf-gimple.c: Include builtins.h.
35520 (func_checker::compare_memory_operand): Compare base alignment.
35522 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
35525 * config/i386/i386.c (ix86_pass_by_reference): Bounds are never
35526 passed by reference.
35528 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
35531 * tree-chkp.c (chkp_check_lower): Don't check against
35532 zero bounds for already instrumented functions.
35533 (chkp_check_upper): Likewise.
35534 (chkp_fini): Clean pass local data to avoid wrong reusage.
35536 2015-02-28 Martin Liska <mliska@suse.cz>
35537 Jan Hubicka <hubicka@ucw.cz>
35539 * ipa-icf.c (sem_variable::equals): Improve debug output;
35540 get variable constructor.
35541 (sem_variable::parse): Do not filter out too early; give up on
35542 volatile and register vars.
35543 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
35545 * ipa-icf.h (sem_variable::init): Do not set ctor.
35546 (sem_variable::ctor): Remove.
35548 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
35550 PR middle-end/65233
35551 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
35553 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35555 * ipa-icf.c: Include stor-layout.h
35556 (sem_function::compare_cgraph_references): Rename to ...
35557 (sem_item::compare_cgraph_references): ... this one.
35558 (sem_variable::equals_wpa): New function
35559 (sem_variable::equals): Do not check stuff already verified by
35561 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
35562 * ipa-icf.h (sem_item): Add compare_cgraph_references.
35563 (sem_function): Remove compare_cgraph_references.
35564 (sem_variable): Turns equals_wpa into non-inline.
35566 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35568 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
35569 (sem_item::add_expr): New function.
35570 (sem_function::hash_stmt): Handle operands of most statements.
35571 (sem_variable::get_hash): Hash the actual constructor.
35572 * ipa-icf.h (sem_item): Add add_expr.
35573 (sem_function): Update prototype of hash_stmt
35575 2015-02-28 Martin Liska <mliska@suse.cz>
35576 Jan Hubicka <hubicka@ucw.cz>
35579 * ipa-icf-gimple.c (func_checker::compare_function_decl):
35581 (func_checker::compare_variable_decl): Skip symtab vars.
35582 (func_checker::compare_cst_or_decl): Update.
35583 * ipa-icf.c (sem_function::parse): Do not consider aliases.
35584 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
35585 use correct symtab predicates.
35586 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
35587 (sem_variable::parse): Update comment.
35588 (sem_item_optimizer::build_graph): Consider ultimate aliases
35591 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35593 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
35596 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35598 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
35599 (sem_variable::merge) Likewise.
35601 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35603 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
35604 target; also match flag_ipa_devirt.
35606 2015-03-01 Martin Liska <mliska@suse.cz>
35607 Jan Hubicka <hubicka@ucw.cz>
35609 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
35610 Validate variable alignment.
35611 * ipa-icf.c (sem_function::equals_private): Be more precise
35612 about non-common function attributes.
35613 (sem_variable::equals): Likewise.
35615 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35618 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
35619 across COMDAT group boundary.
35621 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35624 * ipa-icf.c (clear_decl_rtl): New function.
35625 (sem_function::merge): Clear RTL before forming alias.
35626 (sem_variable::merge): Clear RTL before forming alias.
35628 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
35631 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
35633 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
35635 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
35638 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
35640 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
35641 a typo in the description.
35643 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
35646 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
35647 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
35648 * lra-constraints.c: Include "params.h".
35649 (EBB_PROBABILITY_CUTOFF): Use
35650 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
35651 (lra_inheritance): Use '<' instead of '<=' for
35652 EBB_PROBABILITY_CUTOFF.
35653 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
35656 2015-02-27 Martin Liska <mliska@suse.cz>
35658 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
35659 vector length condition.
35661 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
35663 * doc/extend.texi (x86 transactional memory intrinsics):
35664 Reorganize discussion of _xbegin. Clarify that the return
35665 value is a bit mask. Expand example and move to end of section.
35667 2015-02-26 Jakub Jelinek <jakub@redhat.com>
35668 Aldy Hernandez <aldyh@redhat.com>
35670 PR rtl-optimization/65220
35671 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
35673 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
35676 * lra-remat.c (update_scratch_ops): New.
35677 (do_remat): Call it.
35678 * lra.c (lra_register_new_scratch_op): New. Take code from ...
35679 (remove_scratches): ... here.
35680 * lra-int.h (lra_register_new_scratch_op): New prototype.
35682 2015-02-27 Marek Polacek <polacek@redhat.com>
35685 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
35686 -Wformat-signedness anymore.
35688 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35690 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
35692 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
35694 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35696 * config/s390/s390.c (enum s390_builtin):
35697 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
35698 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
35699 (s390_init_builtins): Generate new builtin functions.
35700 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
35701 (s390_sfpc, s390_efpc): New pattern definitions.
35703 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35705 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
35706 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
35707 (s390_builtin_decls): New array.
35708 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
35709 (s390_builtin_decl): New function.
35710 (TARGET_BUILTIN_DECL): Define macro.
35712 2015-02-27 Richard Biener <rguenther@suse.de>
35714 PR middle-end/63175
35715 * builtins.c (get_object_alignment_2): Make sure to re-apply
35716 the ANDed mask after recursing to its operand gets us a new
35717 misalignment bit position.
35719 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
35720 Martin Liska <mliska@suse.cz>
35723 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
35724 Use address_matters_p.
35725 (redirect_all_callers, set_addressable): New functions.
35726 (sem_function::merge): Reorganize and fix merging issues.
35727 (sem_variable::merge): Likewise.
35728 (sem_variable::compare_sections): Remove.
35729 * common.opt (fmerge-all-constants, fmerge-constants): Remove
35731 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
35733 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
35735 (address_matters_1): New function.
35736 (symtab_node::address_matters_p): New function.
35737 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
35738 check for merged flag.
35739 * cgraph.h (address_matters_p): Declare.
35740 (symtab_node::address_taken_from_non_vtable_p): Remove.
35741 (symtab_node::address_can_be_compared_p): New method.
35742 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
35743 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
35745 (comdat_can_be_unshared_p_1) Use address_matters_p.
35746 (update_vtable_references): Fix formating.
35747 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
35748 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
35749 * cgraphclones.c: Preserve merged and icf_merged flags.
35751 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
35753 * doc/extend.texi (Function Attributes): Fix spelling and typos.
35754 (Label Attributes): Likewise.
35755 (Cilk Plus Builtins): Likewise.
35756 (ARC SIMD Built-in Functions): Likewise.
35757 (ARM C Language Extensions (ACLE)): Likewise.
35758 (PowerPC Built-in Functions): Likewise.
35759 (PowerPC Hardware Transactional Memory Built-in Functions):
35762 2015-02-26 Jakub Jelinek <jakub@redhat.com>
35764 PR tree-optimization/65216
35765 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
35766 new stmt and new SSA_NAME for lhs whenever the arguments have
35767 changed and weren't just swapped. Fix comment typo.
35769 PR tree-optimization/65215
35770 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
35771 for PDP endian targets.
35772 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
35773 Fix up formatting issues.
35774 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
35775 size is smaller than the original, adjust MEM_REF offset by the
35776 difference of sizes. Use is_gimple_mem_ref_addr instead of
35777 is_gimple_min_invariant test to avoid adding address temporaries.
35779 2015-02-26 Martin Liska <mliska@suse.cz>
35780 Jan Hubicka <hubicka@ucw.cz>
35783 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
35784 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
35785 (sem_item_optimizer::process_cong_reduction): Include division by
35786 sensitive references.
35787 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
35788 * ipa-ref.c (ipa_ref::address_matters_p): New function.
35789 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
35791 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
35794 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
35796 * config/avr/avr.c: Same.
35797 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
35798 Refuse any constant address not in 0..0xbf.
35799 * config/avr/avr.md (*mov<mode>, *movsf): Remove
35800 tiny_valid_direct_memory_access_range from insn conditions.
35801 (mov<mode>): Don't special-case expansion of avrtiny addresses.
35803 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
35806 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
35807 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
35808 * config/sh/predicates.md (const_logical_operand): New predicate.
35809 * config/sh/sh.md: Add new peephole2 patterns.
35811 2015-02-26 Marek Polacek <polacek@redhat.com>
35814 * ipa-inline.c (early_inliner): Recompute inline parameters.
35816 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
35819 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
35820 instructions with TImode operands are included in the analysis.
35822 2015-02-26 Sebastian Pop <s.pop@samsung.com>
35824 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
35825 of an EDGE_FSM_THREAD.
35827 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35829 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
35831 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
35834 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
35836 2015-02-26 Sebastian Pop <s.pop@samsung.com>
35838 PR tree-optimization/65048
35839 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
35840 (thread_through_all_blocks): Call valid_jump_thread_path.
35841 Remove invalid FSM jump-thread paths.
35843 2015-02-26 Jakub Jelinek <jakub@redhat.com>
35845 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
35846 (ipa_write_optimization_summaries): Likewise.
35847 * tree-streamer.h: Include data-streamer.h.
35848 (streamer_mode_table): Declare extern variable.
35849 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
35850 * lto-streamer-out.c (lto_output_init_mode_table,
35851 lto_write_mode_table): New functions.
35852 (produce_asm_for_decls): Call lto_write_mode_table when streaming
35854 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
35855 (lto_create_simple_input_block): Add mode_table argument to the
35856 lto_input_block constructors.
35857 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
35859 * data-streamer-in.c (string_for_index): Likewise.
35860 * ipa-inline-analysis.c (inline_read_section): Likewise.
35861 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
35862 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
35863 * lto-streamer-in.c (lto_read_body_or_constructor,
35864 lto_input_toplevel_asms): Likewise.
35865 (lto_input_mode_table): New function.
35866 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
35867 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
35868 Use bp_pack_machine_mode.
35869 * real.h (struct real_format): Add name field.
35870 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
35871 (class lto_input_block): Add mode_table member.
35872 (lto_input_block::lto_input_block): Add mode_table_ argument,
35873 initialize mode_table.
35874 (struct lto_file_decl_data): Add mode_table field.
35875 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
35876 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
35877 unpack_ts_decl_common_value_fields,
35878 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
35879 * tree-streamer.c (streamer_mode_table): New variable.
35880 * real.c (ieee_single_format, mips_single_format,
35881 motorola_single_format, spu_single_format, ieee_double_format,
35882 mips_double_format, motorola_double_format,
35883 ieee_extended_motorola_format, ieee_extended_intel_96_format,
35884 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
35885 ibm_extended_format, mips_extended_format, ieee_quad_format,
35886 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
35887 decimal_single_format, decimal_double_format, decimal_quad_format,
35888 ieee_half_format, arm_half_format, real_internal_format): Add name
35890 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
35892 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
35895 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
35896 reordering for selective scheduling.
35898 2015-02-26 Terry Guo <terry.guo@arm.com>
35900 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
35901 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
35902 (arm_arch_no_volatile_ce): Declare new global variable.
35903 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
35904 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
35905 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
35906 (TARGET_NO_VOLATILE_CE): New macro.
35907 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
35908 volatile memory access in IT block
35910 2015-02-25 Kai Tietz <ktietz@redhat.com>
35912 PR tree-optimization/61917
35913 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
35914 that reduc_def_stmt is null.
35916 2015-02-25 Martin Liska <mliska@suse.cz>
35918 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
35919 hard register variables.
35921 2015-02-25 Kai Tietz <ktietz@redhat.com>
35924 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
35925 (symtab::noninterposable_alias): Likewise.
35927 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
35930 * config/i386/i386.c (ix86_function_arg_regno_p): Support
35932 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
35934 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
35937 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
35938 as split condition; force split via '#' in output pattern.
35940 2015-02-25 Richard Biener <rguenther@suse.de>
35941 Kai Tietz <ktietz@redhat.com>
35943 PR tree-optimization/61917
35944 * tree-vect-loop.c (vectorizable_reduction): Allow
35945 vect_internal_def without reduction to exit graceful.
35947 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
35950 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
35951 only with NONDEBUG_INSN_P.
35953 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
35955 Use variadic macros with avr-log.c.
35957 * config/avr/avr-protos.h (avr_vdump): New prototype.
35958 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
35959 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
35960 * config/avr/avr-log.c: Adjust comments.
35961 (avr_vdump): New function.
35962 (avr_vadump): Pass caller as 2nd argument instead of format string.
35963 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
35964 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
35966 2015-02-25 Jakub Jelinek <jakub@redhat.com>
35969 * target.def (target_option_stream_in): New target hook.
35970 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
35971 targetm.target_option.post_stream_in if non-NULL.
35972 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
35973 * doc/tm.texi: Updated.
35974 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
35976 (TARGET_OPTION_POST_STREAM_IN): Redefine.
35978 2015-02-24 Jeff Law <law@redhat.com>
35981 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
35982 of operand 0 and operand 2.
35983 (zero_cost_loop_end, loop_end): Similarly.
35985 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
35987 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
35990 2015-02-24 DJ Delorie <dj@redhat.com>
35992 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
35993 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
35994 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
35995 instead of hardcoding SImode.
35997 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
35999 * omp-low.c (create_omp_child_function): Tag entrypoint
36000 functions with a special attribute.
36002 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
36005 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
36007 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
36009 PR rtl-optimization/65123
36010 * lra-remat.c (operand_to_remat): Check hard regs in insn
36013 2015-02-24 Nick Clifton <nickc@redhat.com>
36015 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
36018 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
36021 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
36022 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
36023 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
36024 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
36025 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
36026 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
36027 (BUILT_IN_GOACC_PARALLEL): Specify as
36028 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
36029 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
36030 * builtin-types.def
36031 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36032 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36033 Remove function types.
36034 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
36035 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36036 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36037 New function types.
36039 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
36041 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
36043 2015-02-24 Jakub Jelinek <jakub@redhat.com>
36045 PR tree-optimization/65170
36046 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
36047 if val[1] < 0, clear also val[2] and return 3.
36049 2015-02-24 Alan Modra <amodra@gmail.com>
36052 * config/rs6000/rs6000.c (get_memref_parts): Only return true
36053 when *base is a reg. Handle nested plus addresses. Simplify
36056 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
36058 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
36059 use natural alignment when optimizing for size.
36061 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
36064 * config/sh/sh.md (movsicc_true+3): Remove peephole.
36065 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
36066 * config/sh/sh.c (replace_n_hard_rtx): Remove.
36068 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
36071 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
36072 too big for a wide_int. Implement missing wrapping operation.
36074 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
36077 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
36078 instead of const_int 4294901760.
36080 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
36082 * config/avr/t-avr: Fix typo in comment.
36084 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
36086 * doc/rtl.texi (fma): Clarify documentation.
36088 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
36091 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
36092 over input_location.
36094 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
36096 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
36097 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
36098 restrict alignments to absolute_biggest_alignment.
36099 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
36101 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
36102 * doc/tm.texi: Regenerate.
36103 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
36105 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
36108 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
36110 2015-02-20 Richard Biener <rguenther@suse.de>
36112 PR tree-optimization/65136
36113 * tree-ssa-propagate.c: Include cfgloop.h.
36114 (replace_phi_args_in): Avoid replacing loop latch edge PHI
36115 arguments with constants.
36117 2015-02-20 Jakub Jelinek <jakub@redhat.com>
36118 Martin Liska <mliska@suse.cz>
36121 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
36122 don't try to create_thunk if stdarg_p. If
36123 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
36124 redirect_callers if possible.
36125 (sem_item_optimizer::execute): Call unregister_hooks here...
36126 (ipa_icf_driver): ... instead of here.
36128 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
36130 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
36131 Mark operand 0 as earlyclobber in 2nd alternative.
36132 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
36133 Write negated shift amount into QI lowpart operand 0 and use it
36135 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
36137 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
36139 * cgraph.h (clone_function_name_1): Declare.
36140 * cgraphclones.c (clone_function_name_1): New function.
36141 (clone_function_name): Use it.
36142 * lto-partition.c: Include "stringpool.h".
36143 (must_not_rename, maybe_rewrite_identifier)
36144 (validize_symbol_for_target): New static functions.
36145 (privatize_symbol_name): Use must_not_rename.
36146 (promote_symbol): Call validize_symbol_for_target.
36147 (lto_promote_cross_file_statics): Likewise.
36148 (lto_promote_statics_nonwpa): Likewise.
36150 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
36153 * config/avr/avr.md (pushhi_insn): New insn.
36154 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
36156 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
36157 Jakub Jelinek <jakub@redhat.com>
36159 * tree-streamer.c (preload_common_nodes): Don't preload
36160 TI_VA_LIST* for offloading.
36161 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
36164 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
36166 * config/pa/pa.c (pa_emit_move_sequence): Always force
36167 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
36170 * config/pa/pa.c (pa_reloc_rw_mask): New function.
36171 (TARGET_ASM_RELOC_RW_MASK): Define.
36172 (pa_cannot_force_const_mem): Revert previous change.
36174 2015-02-19 Martin Jambor <mjmabor@suse.cz>
36175 Jan Hubicka <hubicka@ucw.cz>
36178 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
36179 across jump functions.
36181 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
36183 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
36185 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
36187 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
36189 2015-02-19 Richard Henderson <rth@redhat.com>
36191 PR middle-end/65074
36192 * varasm.c (default_binds_local_p_2): Don't test node->definition;
36193 test DECL_EXTERNAL independent of symtab_node.
36195 2015-02-19 Jakub Jelinek <jakub@redhat.com>
36198 * varpool.c (varpool_node::get_constructor): Return early
36199 if this->lto_file_data is NULL.
36201 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
36203 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
36204 (rank_for_schedule_debug): Update.
36205 (ready_sort): Make static. Move sorting logic to ...
36206 (ready_sort_debug, ready_sort_real): New static functions.
36207 (schedule_block): Sort both debug insns and real insns in preparation
36208 for ready list trimming. Improve debug output.
36209 * sched-int.h (ready_sort): Remove global declaration.
36211 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
36213 * ipa-icf.c (sem_function::equals_private): Adjust.
36214 (sem_function::bb_dict_test): Take a vec<int> * instead of
36216 * ipa-icf.h (bb_dict_test): Likewise.
36218 2015-02-18 Jakub Jelinek <jakub@redhat.com>
36220 PR gcov-profile/64634
36221 * tree-eh.c (frob_into_branch_around): Fix up typos
36222 in function comment.
36223 (lower_catch): Put eh_seq resulting from EH lowering of
36224 the cleanup sequence after the cleanup rather than before it.
36226 2015-02-18 Tom de Vries <tom@codesourcery.com>
36228 * common.opt (fstdarg-opt): New option.
36229 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
36230 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
36231 (@item -fstdarg-opt): New item.
36233 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
36236 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
36237 for common symbols.
36239 2015-02-18 Jakub Jelinek <jakub@redhat.com>
36241 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
36243 (ALL_HOST_OBJS): Add mkoffload.o.
36244 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
36246 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
36248 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
36249 (compare_virtual_tables): Be smarter about skipping typeinfos;
36250 do sane output on virtual table table mismatch.
36251 (warn_odr): Be ready for forward declarations of enums;
36252 output sane info on base mismatch and virtual table mismatch.
36253 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
36254 when only one type is polymorphic.
36255 (get_odr_type): Fix hashtable corruption.
36256 (dump_odr_type): Dump mangled names.
36258 2015-02-18 Richard Biener <rguenther@suse.de>
36260 PR tree-optimization/65063
36261 * tree-predcom.c (determine_unroll_factor): Return 1 if we
36262 have replaced looparound PHIs.
36264 2015-02-18 Martin Liska <mliska@suse.cz>
36266 * lto-streamer.c (lto_streamer_init): Encapsulate
36267 streamer_check_handled_ts_structures with checking macro.
36269 2015-02-18 Jakub Jelinek <jakub@redhat.com>
36272 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
36273 section if !implicit_section.
36274 (cgraph_node::create_version_clone_with_body): Likewise.
36275 * trans-mem.c (ipa_tm_create_version): Likewise.
36277 2015-02-18 Richard Biener <rguenther@suse.de>
36279 PR tree-optimization/62217
36280 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
36283 2015-02-18 Marek Polacek <polacek@redhat.com>
36286 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
36287 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
36288 is in range [-16K, -1]. Don't issue run-time error if
36289 (ptr > ptr + offset).
36291 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
36293 * doc/install.texi (nvptx-*-none): New section.
36294 * doc/invoke.texi (Nvidia PTX Options): Likewise.
36295 * config/nvptx/nvptx.opt: Update.
36297 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
36298 (access_check): New functions, copied from
36299 config/i386/intelmic-mkoffload.c.
36300 (main): For non-installed testing, look in all COMPILER_PATHs for
36303 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
36305 2015-02-18 Andrew Pinski <apinski@cavium.com>
36306 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
36308 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
36309 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
36311 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
36313 * ipa-visibility.c (function_and_variable_visibility): Only
36314 check locality if node is not already local.
36315 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
36316 call_for_symbol_and_aliases instead of
36317 call_for_symbol_thunks_and_aliases.
36318 (ipa_inline): Likewise.
36319 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
36320 first walk aliases.
36321 * ipa.c (symbol_table::remove_unreachable_nodes): Use
36322 call_for_symbol_and_aliases.
36323 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
36324 (ipa_propagate_frequency_1): Use it; use opt_for_fn
36325 (ipa_propagate_frequency): Update.
36326 (ipa_profile): Add opt_for_fn gueards.
36328 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
36330 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
36331 * doc/invoke.texi (SH options): Document it.
36332 * config/sh/sh.c (sh_insn_length_adjustment): Check
36333 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
36335 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
36337 * common.opt (fipa-cp-alignment): New.
36338 * ipa-cp.c (ipcp_store_alignment_results): Check
36339 flag_ipa_cp_alignment.
36340 * opts.c (default_options_table): Enable -fipa-cp-alignment for
36342 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
36343 * doc/invoke.texi: Document -fipa-cp-alignment.
36345 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
36348 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
36349 to nil. Adjust comments.
36351 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
36353 * ipa-visibility.c (function_and_variable_visibility): Only
36354 check locality if node is not already local.
36355 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
36356 call_for_symbol_and_aliases instead of
36357 call_for_symbol_thunks_and_aliases.
36358 (ipa_inline): Likewise.
36359 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
36360 first walk aliases.
36361 * ipa.c (symbol_table::remove_unreachable_nodes): Use
36362 call_for_symbol_and_aliases.
36363 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
36364 (ipa_propagate_frequency_1): Use it; use opt_for_fn
36365 (ipa_propagate_frequency): Update.
36366 (ipa_profile): Add opt_for_fn guards.
36368 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
36370 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
36371 skipping of "strange" tokens.
36373 2015-02-17 Jeff Law <law@redhat.com>
36375 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
36378 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
36380 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
36381 as forcing a HARD_DEP between instructions, thereby
36382 disallowing rewriting to break dependencies.
36384 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
36386 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
36387 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
36388 variables in boundary that have no inlitalizer encoded and are
36390 * varasm.c (default_binds_local_p_2): External definitions do not
36391 count as definitions here.
36393 2015-02-16 Jeff Law <law@redhat.com>
36395 PR tree-optimization/64823
36396 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
36398 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
36399 threading through blocks with PHIs, but no statements.
36400 (thread_through_normal_block): Distinguish between blocks where
36401 we did not process all the statements and blocks with no statements.
36403 2015-02-16 Jakub Jelinek <jakub@redhat.com>
36404 James Greenhalgh <james.greenhalgh@arm.com>
36407 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
36408 section if not linkonce. Fix up formatting.
36409 (cgraph_node::create_version_clone_with_body): Copy section.
36410 * trans-mem.c (ipa_tm_create_version): Likewise.
36412 2015-02-16 Richard Biener <rguenther@suse.de>
36414 PR tree-optimization/65077
36415 * tree-ssa-structalias.c (get_constraint_for_1): Handle
36416 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
36417 (find_func_aliases): Allow float values to carry pointers again.
36419 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
36421 * doc/install.texi (Specific): Reorder targets list to put
36422 aarch64 in alphabetical order. Add a link to aarch64*-*-*
36425 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
36426 David Edelsohn <dje.gcc@gmail.com>
36429 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
36430 mapping class to external variable or function reference.
36431 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
36434 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
36437 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
36438 ASM_WEAKEN_DECL if defined.
36440 2015-02-16 Richard Biener <rguenther@suse.de>
36443 * varasm.c (default_file_start): For LTO produced units
36444 emit <artificial> as file directive.
36446 2015-02-16 Richard Biener <rguenther@suse.de>
36448 PR tree-optimization/63593
36449 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
36450 stmts and releasing SSA names until...
36451 (execute_pred_commoning): ... after processing all chains.
36453 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
36456 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
36457 external functions.
36459 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
36461 * doc/bugreport.texi: Adjust section titles throughout the file
36462 to use "Title Case".
36463 * doc/extend.texi: Likewise.
36464 * doc/gcov.texi: Likewise.
36465 * doc/implement-c.texi: Likewise.
36466 * doc/implement-cxx.texi: Likewise.
36467 * doc/invoke.texi: Likewise.
36468 * doc/objc.texi: Likewise.
36469 * doc/standards.texi: Likewise.
36470 * doc/trouble.texi: Likewise.
36472 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
36474 * cgraph.h (symtab_node::has_aliases_p): Simplify.
36475 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
36476 * tree.c (lookup_binfo_at_offset): Make static.
36477 (get_binfo_at_offset): Do not shadow offset; add explanatory
36480 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
36482 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
36483 for all floading point loads and stores except those using a register
36485 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
36488 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
36490 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
36491 (do_estimate_growth_1): Record if any uninlinable edge was seen.
36492 (estimate_growth): Handle uninlinable edges correctly.
36493 (check_callers): New.
36494 (growth_likely_positive): Handle aliases correctly.
36496 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
36498 * ipa-chkp.c: Use iterate_direct_aliases.
36499 * symtab.c (resolution_used_from_other_file_p): Move inline.
36500 (symtab_node::create_reference): Fix formating.
36501 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
36502 (symtab_node::iterate_reference): Move inline.
36503 (symtab_node::iterate_referring): Move inline.
36504 (symtab_node::iterate_direct_aliases): Move inline.
36505 (symtab_node::used_from_object_file_p_worker): Inline into ...
36506 (symtab_node::used_from_object_file_p): ... this one; move inline.
36507 (symtab_node::call_for_symbol_and_aliases): Move inline;
36508 use iterate_direct_aliases.
36509 (symtab_node::call_for_symbol_and_aliases_1): New method.
36510 (cgraph_node::call_for_symbol_and_aliases): Move inline;
36511 use iterate_direct_aliases.
36512 (cgraph_node::call_for_symbol_and_aliases_1): New method.
36513 (varpool_node::call_for_node_and_aliases): Rename to ...
36514 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
36515 use iterate_direct_aliases.
36516 (varpool_node::call_for_symbol_and_aliases_1): New method.
36517 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
36518 (ipa_discover_readonly_nonaddressable_var): Update.
36519 * ipa-devirt.c: Fix formating.
36520 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
36522 (cgraph_node::call_for_symbol_and_aliases): Move inline.
36523 (cgraph_node::call_for_symbol_and_aliases_1): New function..
36524 * cgraph.h (used_from_object_file_p_worker): Remove.
36525 (resolution_used_from_other_file_p): Move inline.
36526 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
36527 (symtab_node::iterate_reference): Move inline.
36528 (symtab_node::iterate_referring): Move inline.
36529 (symtab_node::iterate_direct_aliases): Move inline.
36530 (symtab_node::used_from_object_file_p_worker): Inline into ...
36531 (symtab_node::used_from_object_file_p): Move inline.
36532 * tree-emutls.c (ipa_lower_emutls): Update.
36533 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
36534 (varpool_node::call_for_node_and_aliases): Remove.
36536 2015-02-14 Jakub Jelinek <jakub@redhat.com>
36538 PR tree-optimization/62209
36539 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
36540 op == range->exp, insert seq and gimplified code after labels
36541 instead of after the phi.
36543 2015-02-13 Jeff Law <law@redhat.com>
36546 Revert my change for tree-optimization/64823.
36548 2015-02-13 Jakub Jelinek <jakub@redhat.com>
36550 PR tree-optimization/65053
36551 * tree-ssa-phiopt.c (value_replacement): When moving assign before
36552 cond, either reset VR on lhs or set it to phi result VR.
36554 2015-02-13 Jeff Law <law@redhat.com>
36556 PR tree-optimization/64823
36557 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
36558 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
36559 threading through blocks with PHIs, but no statements.
36560 (thread_through_normal_block): Distinguish between blocks where
36561 we did not process all the statements and blocks with no statements.
36563 PR rtl-optimization/47477
36564 * match.pd (convert (plus/minus (convert @0) (convert @1): New
36565 simplifier to narrow arithmetic.
36567 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
36570 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
36571 polymorphic call info when type is not known to be preserved.
36573 2015-02-13 Maritn Jambor <mjambor@suse.cz>
36576 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
36577 (inline_call): Use it.
36579 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
36581 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
36582 GOMP_DEVICE_NVIDIA_PTX.
36584 2015-02-13 Jakub Jelinek <jakub@redhat.com>
36587 * stmt.c (emit_case_nodes): Use void_type_node instead of
36588 NULL_TREE as LABEL_DECL type.
36590 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
36592 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
36594 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
36595 symbolic references to data to be forced to constant memory on the
36598 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
36600 PR tree-optimization/65002
36601 * tree-cfg.c (pass_data_fixup_cfg): Don't update
36603 * tree-sra.c (some_callers_have_no_vuse_p): New.
36604 (ipa_early_sra): Reject functions whose callers
36605 assume function is read only.
36607 2015-02-13 Richard Biener <rguenther@suse.de>
36610 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
36611 for LTO produced CUs.
36613 2015-02-13 Bin Cheng <bin.cheng@arm.com>
36615 PR tree-optimization/64705
36616 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
36617 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
36618 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
36619 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
36620 expand_simple_operations.
36622 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
36623 Richard Henderson <rth@redhat.com>
36626 * cgraphunit.c (cgraph_node::finalize_function): Set definition
36627 before notice_global_symbol.
36628 (varpool_node::finalize_decl): Likewise.
36629 * varasm.c (default_binds_local_p_2): Rename from
36630 default_binds_local_p_1, add weak_dominate argument. Use direct
36631 returns instead of assigning to local variable. Unify varpool and
36632 cgraph paths via symtab_node. Reject undef weak variables before
36633 testing visibility. Reorder tests for simplicity.
36634 (default_binds_local_p): Use default_binds_local_p_2.
36635 (default_binds_local_p_1): Likewise.
36636 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
36638 (default_elf_asm_output_external): Emit visibility when specified.
36640 2015-02-13 Alan Modra <amodra@gmail.com>
36642 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
36643 code setting up r11 for out-of-line fp restore.
36645 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
36647 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
36648 (muser-mode): Likewise.
36650 2015-02-13 Alan Modra <amodra@gmail.com>
36652 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
36653 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
36655 2015-02-12 David Howells <dhowells@redhat.com>
36657 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
36659 * tree-ssa-uninit.c (dump_predicates): Likewise.
36660 * opts.c (print_filtered_help): Likewise.
36662 2015-02-12 Jakub Jelinek <jakub@redhat.com>
36664 * dwarf2out.c (output_die): Use "%s", name instead of name to
36665 avoid -Wformat-security warning.
36667 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
36668 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
36669 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
36670 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
36672 2015-02-12 Jason Merrill <jason@redhat.com>
36674 * common.opt (-flifetime-dse): New.
36676 2015-02-12 Jakub Jelinek <jakub@redhat.com>
36679 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
36681 PR tree-optimization/65014
36682 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
36683 use original second operand of arg0 or arg1 instead of
36684 that adjusted by STRIP_NOPS.
36686 2015-02-11 Jeff Law <law@redhat.com>
36689 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
36690 that needs to be queued, just queue it for a single cycle.
36692 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
36694 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
36695 bodies of thunks; comment on why.
36696 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
36697 symbols are extern.
36699 2015-02-11 Richard Henderson <rth@redhat.com>
36702 * tree-eh.c (mark_reachable_handlers): Mark source and destination
36703 regions of __builtin_eh_copy_values.
36705 2015-02-11 Jakub Jelinek <jakub@redhat.com>
36707 PR middle-end/65003
36708 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
36709 ultimate alias is MEM with SYMBOL_REF satisfying
36710 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
36711 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
36713 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
36715 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
36716 "diagnostic-core.h".
36717 (main): Initialize progname, and call diagnostic_initialize.
36719 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
36720 instead of __OPENMP_TARGET__.
36722 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
36723 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
36724 hard-coding PTX_ID.
36726 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
36728 * doc/sourcebuild.texi (pie_enabled): Document.
36730 2015-02-11 Martin Liska <mliska@suse.cz>
36733 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
36734 a return value for call to a function that is noreturn.
36736 2015-02-11 Richard Biener <rguenther@suse.de>
36739 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
36742 2015-02-11 Andrew Pinski <apinski@cavium.com>
36745 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
36746 Change the first argument type to size_type_node and add another
36748 (aarch64_simd_expand_builtin): Handle the new argument to
36749 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
36750 print an out when the first two arguments are not
36751 nonzero integer constants.
36752 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
36753 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
36755 2015-02-11 Jakub Jelinek <jakub@redhat.com>
36758 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
36759 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
36760 (ix86_set_current_function): Rewritten.
36761 (ix86_add_new_builtins): Temporarily clear current_target_pragma
36762 when creating builtin fndecls.
36764 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
36767 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
36769 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
36770 have no comdat group.
36771 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
36772 (lto_output_varpool_node): Always output alias info.
36773 (output_refs): Output refs of boundary aliases, too.
36774 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
36775 (output_symtab): Output call eges in thunks in boundary.
36776 (get_alias_symbol): Remove.
36777 (input_node, input_varpool_node): Do not special case weakrefs.
36778 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
36779 alias and thunks targets in the boundary; do not take removed symbols
36780 from their comdat groups.
36781 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
36782 (cgraph_node::global_info): Remove.
36783 (cgraph_node::rtl_info): Look through aliases and thunks.
36784 * cgrpah.h (global_info): Remove.
36785 (non_local_p): Remove.
36787 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
36788 Sandra Loosemore <sandra@codesourcery.com>
36790 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
36791 to inline asm. List dialects in proper order.
36793 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
36794 Sandra Loosemore <sandra@codesourcery.com>
36796 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
36798 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
36800 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
36801 modified) reference to Solaris.
36803 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
36805 * doc/extend.texi (Extended Asm): Fix typos.
36807 2015-02-10 Jakub Jelinek <jakub@redhat.com>
36810 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
36812 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
36815 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
36816 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
36817 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
36818 * config/sh/constraints.md (Ara, Add): New constraints.
36819 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
36821 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
36822 atomic_mem_operand_0. Don't use force_reg on the memory address.
36823 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
36824 Sra constraint. Convert to insn_and_split. Add workaround for
36826 (atomic_compare_and_swap<mode>_hard): Copy to
36827 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
36828 Use atomic_mem_operand_0 predicate.
36829 (atomic_compare_and_swap<mode>_soft_gusa,
36830 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
36831 AraAdd constraints.
36832 (atomic_compare_and_swap<mode>_soft_tcb,
36833 atomic_compare_and_swap<mode>_soft_imask,
36834 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
36835 atomic_mem_operand_0 predicate and SraSdd constraints.
36836 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
36838 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
36839 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
36840 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
36841 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
36842 force_reg on the memory address.
36843 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
36844 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
36845 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
36846 atomic_mem_operand_1 predicate and Sra constraint.
36847 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
36848 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
36849 Use atomic_mem_operand_1 predicate.
36850 (atomic_<fetchop_name><mode>_hard): Copy to
36851 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
36852 Use atomic_mem_operand_1 predicate.
36853 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
36854 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
36855 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
36856 insn_and_split. Use atomic_mem_operand_1 predicate.
36857 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
36858 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
36859 Use atomic_mem_operand_1 predicate.
36860 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
36861 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
36862 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
36863 in generated insn with original mem operand before emitting the insn.
36864 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
36865 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
36866 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
36867 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
36868 Use atomic_mem_operand_1 predicate and AraAdd constraints.
36869 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
36870 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
36871 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
36872 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
36873 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
36874 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
36875 atomic_not_fetch<mode>_soft_tcb,
36876 atomic_<fetchop_name>_fetch<mode>_soft_imask,
36877 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
36878 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
36879 Use atomic_mem_operand_1 predicate and SraSdd constraints.
36881 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
36883 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
36884 and 3 earlyclobber operands.
36886 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
36888 * common.opt (fstack-reuse): Mark as optimization.
36890 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
36893 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
36895 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
36897 PR tree-optimization/64326
36898 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
36900 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
36902 PR gcov-profile/61889
36903 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
36905 2015-02-10 Richard Biener <rguenther@suse.de>
36907 PR tree-optimization/64995
36908 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
36909 value we use is final.
36910 (visit_reference_op_store): Always valueize op.
36911 (visit_use): Properly valueize vuses.
36913 2015-02-10 Richard Biener <rguenther@suse.de>
36915 PR tree-optimization/64909
36916 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
36917 pass a scalar-stmt count estimate to the cost model.
36918 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
36920 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
36922 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
36923 enabled by default together with var-tracking.
36925 2015-02-10 Nick Clifton <nickc@redhat.com>
36927 * config/rl78/rl78.c: Remove DIV attribute code accidentally
36928 included in previous rl78 commit.
36930 2015-02-10 Richard Biener <rguenther@suse.de>
36932 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
36933 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
36934 return the bitpack.
36936 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
36938 PR gcov-profile/61889
36939 * config.in: regenerate.
36940 * configure.in: Likewise.
36941 * configure.ac: Check for ftw.h.
36942 * gcov-tool.c: Check for ftw.h before using nftw.
36944 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
36947 * ipa-visibility.c (update_visibility_by_resolution_info): Only
36948 assert when not in lto mode.
36950 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
36952 * ira-color.c (setup_left_conflict_sizes_p): Simplify
36953 initialization/assignment of conflict_size.
36955 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
36958 * ipa-cp.c (gather_caller_stats): Skip thunks.
36959 (propagate_constants_topo): Skip aliases.
36961 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
36964 * config/sh/sh.c (sh_option_override): Don't change
36965 -freorder-blocks-and-partition to -freorder-blocks even when
36966 unwinding is enabled.
36967 (sh_can_follow_jump): Return false if the followee jump is
36968 a crossing jump when -freorder-blocks-and-partition is specified.
36969 * config/sh/sh.md (*jump_compact_crossing): New insn.
36971 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
36972 Kaz Kojima <kkojima@gcc.gnu.org>
36975 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
36976 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
36977 (sh_can_redirect_branch): Rename to ...
36978 (sh_can_follow_jump): ... this. Constify argument types.
36979 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
36980 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
36981 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
36982 * doc/tm.texi: Regenerate.
36984 2015-02-09 Jakub Jelinek <jakub@redhat.com>
36987 * builtins.c (expand_builtin): Call targetm.expand_builtin
36988 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
36990 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
36993 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
36995 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
36998 * ipa-icf.c (set_local): New function.
36999 (sem_function::merge): Use it.
37001 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37003 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
37004 (add_type_duplicate): Fix comparison of BINFOs.
37006 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37008 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
37009 on getting VOID pointer.
37011 2015-02-09 Jakub Jelinek <jakub@redhat.com>
37014 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
37017 2015-02-09 Richard Biener <rguenther@suse.de>
37019 * genmatch.c (replace_id): Copy expr_type.
37021 2015-02-09 Richard Biener <rguenther@suse.de>
37023 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
37024 (streamer_write_tree_bitfields): Declare.
37025 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
37026 properly unpack padding.
37027 (unpack_value_fields): Inline ...
37028 (streamer_read_tree_bitfields): ... here.
37029 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
37030 and properly add padding bits.
37031 (streamer_pack_tree_bitfields): Fold into ...
37032 (streamer_write_tree_bitfields): ... this new function,
37033 exposing the bitpack object.
37034 * lto-streamer-out.c (lto_write_tree_1): Call
37035 streamer_write_tree_bitfields.
37037 2015-02-09 Richard Biener <rguenther@suse.de>
37039 PR tree-optimization/54000
37040 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
37041 (struct ivopts_data): Add loop_loc member.
37042 (tree_ssa_iv_optimize_loop): Dump loop location.
37043 (create_new_ivs): Likewise, also dump number of IVs generated.
37045 2015-02-09 Martin Liska <mliska@suse.cz>
37047 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
37048 just if not yet registered.
37049 (ipa_icf_generate_summary): Register callgraph hooks.
37051 2015-02-08 Andrew Pinski <apinski@cavium.com>
37053 * config/aarch64/aarch64.c (gty_dummy): Delete.
37055 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37058 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
37059 (cgraph_node::local_p): Remove thunk related FIXME.
37061 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37064 * i386.c (ix86_function_regparm): Look through aliases to see if callee
37065 is local and optimized.
37066 (ix86_function_sseregparm): Likewise; also use target's SSE math
37067 settings; error out instead of silently generating wrong code
37069 (init_cumulative_args): Look through aliases.
37071 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37074 * ipa-split.c (execute_split_functions): Split if function has aliases.
37076 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
37079 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
37080 aliases before trying to expand it.
37081 (cgraph_node::expand_thunk): Fix formating.
37083 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
37085 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
37086 (Using Assembly Language with C): Expand introduction.
37087 (Basic Asm): Copy-edit. Add more information about uses of
37089 (Extended Asm): Copy-edit. Document new escape syntax and
37091 (Global Reg Vars): Copy-edit.
37092 (Local Reg Vars): Likewise.
37094 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
37098 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
37099 (DBX_CONTIN_CHAR): Define.
37101 2015-02-06 Sebastian Pop <s.pop@samsung.com>
37102 Brian Rzycki <b.rzycki@samsung.com>
37104 PR tree-optimization/64878
37105 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
37106 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
37107 Stop recursion at loop phi nodes after having visited a loop phi node.
37109 2015-02-06 Jakub Jelinek <jakub@redhat.com>
37111 * toplev.c (process_options): Change flag_ipa_ra before creating
37112 optimization_{default,current}_node.
37115 * cgraphunit.c (cgraph_node::expand_thunk): If
37116 restype is not is_gimple_reg_type nor the thunk_fndecl
37117 returns aggregate_value_p, set restmp to a temporary variable
37118 instead of resdecl.
37120 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
37122 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
37124 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
37127 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
37128 add a general secondary reload handler for SDmode, unless we have
37129 both read/write support for SDmode.
37131 2015-02-06 Jakub Jelinek <jakub@redhat.com>
37133 PR middle-end/64937
37134 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
37135 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
37136 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
37137 1 before, push it to abstract_vec.
37138 (dwarf2out_abstract_function): Adjust caller. Don't call
37139 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
37140 DECL_ABSTRACT_P flags for all abstract_vec elts.
37142 2015-02-06 Renlin Li <renlin.li@arm.com>
37144 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
37146 * tree-ssa.c (execute_update_addresses_taken): Likewise.
37148 2015-02-06 Jeff Law <law@redhat.com>
37151 * config/h8300/h8300.c (push): New argument "in_prologue".
37152 Pass "in_prologue" along to "F".
37153 (h8300_push_pop): Corresponding changes.
37154 (h8300_expand_prologue): Likewise.
37155 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
37157 2015-02-06 Jakub Jelinek <jakub@redhat.com>
37159 PR rtl-optimization/64957
37161 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
37162 IOR rather than for AND.
37164 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
37167 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
37168 of shift-add and (add + shift) operations. Rename local variable.
37170 2015-02-05 Jeff Law <law@redhat.com>
37173 * config/h8300/constraints.md (U): Correctly dectect
37174 "eightbit_data" memory addresses.
37175 * config/h8300/h8300.c (eightbit_constant_address_p): Also
37176 handle (const (plus (symbol_ref (x)))) where x is declared
37177 as an 8-bit data memory address.
37178 * config/h8300/h8300.md (call, call_value): Correctly detect
37179 "funcvec" functions.
37182 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
37183 24 to 28 bits for the H8/300.
37185 2015-02-06 Alan Modra <amodra@gmail.com>
37188 * config/rs6000/rs6000.c (chain_already_loaded): New function.
37189 (rs6000_call_aix): Use it.
37191 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
37193 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
37196 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
37198 * config/h8300/constraints.md ("U" constraint): Use strict
37199 variant of REG_OK_FOR_BASE_P after reload has started.
37201 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
37203 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
37204 define to zero if !TARGET_NEON.
37205 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
37207 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37208 Trevor Saunders <tsaunders@mozilla.com>
37211 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
37213 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37216 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
37217 when removing varpool nodes.
37219 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37222 * varpool.c (varpool_node::remove): Fix order of variables.
37224 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37227 * ipa-inline.c (inline_small_functions): Fix ordering issue between
37228 speculation resolution and key updates.
37230 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37232 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
37233 about not letting any speculative edges unupdated.
37235 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37238 * gcov-io.c (gcov_var): Export.
37240 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37242 PR middle-end/64922
37243 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
37244 edges that become speculative.
37246 2015-02-04 Jakub Jelinek <jakub@redhat.com>
37248 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
37249 or DW_LANG_Fortran08.
37250 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
37252 (gen_compile_unit_die): Handle "GNU Fortran2003" and
37253 "GNU Fortran2008" language strings.
37254 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
37255 * langhooks.h (lang_GNU_Fortran): New prototype.
37256 * langhooks.c (lang_GNU_Fortran): New function.
37257 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
37260 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
37262 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
37263 (RTX_OK_FOR_OLO10_P): Likewise.
37265 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
37267 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
37269 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
37271 PR middle-end/64922
37272 * gimple.c: Include gimple-ssa.h.
37273 (maybe_remove_unused_call_args): New function.
37274 * gimple.h (maybe_remove_unused_call_args): Declare.
37275 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
37276 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
37277 * gimple-fold.c (gimple_fold_call): Likewise.
37279 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
37281 PR rtl-optimization/64905
37282 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
37283 pointer alignment if it isn't needed.
37285 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
37287 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
37288 cortex-a72.cortex-a53.
37289 * config/aarch64/aarch64-tune.md: Regenerate.
37290 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
37292 2015-02-04 Nick Clifton <nickc@redhat.com>
37294 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
37297 2015-02-04 Jakub Jelinek <jakub@redhat.com>
37299 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
37300 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
37301 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
37303 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
37304 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
37305 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
37306 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
37307 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
37308 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
37309 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
37310 * tree-core.h (enum built_in_function): In between
37311 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
37312 for builtins that use DEF_BUILTIN_CHKP macro.
37314 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
37317 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
37318 operands for tcc_comparison exprs. Fix typos.
37321 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
37322 of two XORs that have an intervening AND or IOR.
37325 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
37326 simplification of XOR of AND to not allocate new rtx before
37327 committing to a simplification.
37329 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37331 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
37332 manual swaps in all peepholes.
37334 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37336 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
37337 of manual swapping implementation.
37338 (aarch64_expand_vec_perm_const_1): Likewise.
37340 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
37342 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
37343 (generic_addrcost_table): Remove NAMED_PARAM.
37344 (cortexa57_addrcost_table): Likewise.
37345 (xgene1_addrcost_table): Likewise.
37346 (generic_regmove_table): Likewise.
37347 (cortexa53_regmove_table): Likewise.
37348 (xgene1_regmove_table): Likewise.
37349 (generic_vector_table): Likewise.
37350 (cortexa57_vector_table): Likewise.
37351 (xgene1_vector_table): Likewise.
37352 (generic_tunings): Likewise.
37353 (cortexa53_tunings): Likewise.
37354 (cortexa57_tunings): Likewise.
37355 (xgene1_tunings): Likewise.
37357 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
37359 * config/arm/arm-cores.def: Add cortex-a72 and
37360 cortex-a72.cortex-a53.
37361 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
37362 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
37363 * config/arm/arm-tune.md: Regenerate.
37364 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
37365 "cortex-a72.cortex-a53".
37366 * doc/invoke.texi (ARM Options/-mtune): Likewise.
37368 2015-02-04 Nick Clifton <nickc@redhat.com>
37371 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
37373 (nonimmediate_di_operand): Likewise.
37375 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
37376 prefixes of known F5 using MSP430 MCUs.
37378 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37380 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
37381 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
37382 instead of __builtin_sqrt.
37384 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
37386 * varasm.c (do_assemble_alias): Follow transparent alias
37388 (default_assemble_visibility): Follow transparent alias
37389 chain for decl name.
37391 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
37393 PR middle-end/62103
37394 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
37395 to compute size of referenced value in the constant case.
37397 2015-02-03 Jakub Jelinek <jakub@redhat.com>
37399 PR rtl-optimization/64756
37400 * cse.c (invalidate_dest): New function.
37401 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
37402 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
37403 invalidate and do not record it.
37405 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
37408 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
37409 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
37410 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
37411 atomic_nand<mode>_soft_tcb): New insns.
37412 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
37413 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
37414 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
37415 Split into atomic_not_fetchsi_hard if operands[0] is unused.
37416 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
37417 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
37418 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
37419 atomic_not<mode>_hard if operands[0] is unused.
37420 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
37421 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
37422 if operands[0] is unused.
37423 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
37424 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
37425 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
37426 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
37428 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
37429 into atomic_not<mode>_soft_tcb if operands[0] is unused.
37430 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
37431 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
37432 if operands[0] is unused.
37433 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
37434 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
37435 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
37436 atomic_nand_fetchsi_hard if operands[0] is unused.
37437 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
37438 atomic_nand<mode>_hard if operands[0] is unused.
37439 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
37440 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
37441 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
37442 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
37443 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
37444 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
37445 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
37446 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
37447 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
37448 atomic_not<mode>_hard if operands[0] is unused.
37449 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
37450 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
37452 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
37453 into atomic_not<mode>_soft_tcb if operands[0] is unused.
37454 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
37455 atomic_nand<mode>_hard if operands[0] is unused.
37456 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
37457 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
37459 2015-02-03 David Malcolm <dmalcolm@redhat.com>
37462 * Makefile.in (GCC_OBJS): Add gcc-main.o.
37463 * gcc-main.c: New file, containing "main" taken from gcc.c.
37464 * gcc.c (do_self_spec): Free decoded_options.
37465 (class driver): Move declaration to gcc.h.
37466 (main): Move declaration and implementation to new file
37468 (driver_get_configure_time_options): New function.
37469 * gcc.h (class driver): Move this declaration here, from
37471 (driver_get_configure_time_options): New declaration.
37473 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
37475 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
37476 cross-module inlining.
37477 * cgraph.h (cgraph_node): Add flag merged.
37478 * ipa-icf.c (sem_function::merge): Maintain it.
37480 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
37482 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
37483 instead of OBJECT_P.
37485 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
37488 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
37489 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
37490 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
37491 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
37493 2015-02-03 Jakub Jelinek <jakub@redhat.com>
37496 * combine.c (reg_n_sets_max): New variable.
37497 (can_change_dest_mode, reg_nonzero_bits_for_combine,
37498 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
37499 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
37500 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
37501 (rest_of_handle_combine): Initialize reg_n_sets_max.
37503 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
37505 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
37506 if some always_inline was inlined, apply changes before inlining
37509 2015-02-02 David Malcolm <dmalcolm@redhat.com>
37512 * config/arm/arm.c (arm_option_override): Set
37513 arm_selected_arch/cpu/tune to NULL on entry.
37515 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
37516 Andrew Pinski <pinskia@gcc.gnu.org>
37517 Jakub Jelinek <jakub@gcc.gnu.org>
37520 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
37521 integer typing for small model. Use IN_RANGE.
37523 2015-02-02 Richard Biener <rguenther@suse.de>
37525 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
37526 * tree-vrp.c (vrp_valueize_1): Likewise.
37528 2015-02-02 Alan Modra <amodra@gmail.com>
37530 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
37531 than mem for toc_restore.
37532 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
37533 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
37534 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
37536 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
37539 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
37540 explicit default options.
37542 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
37545 * ipa-utils.c (ipa_merge_profiles): Add release argument.
37546 * ipa-icf.c (sem_function::merge): Do not release body when merging.
37547 * ipa-utils.h (ipa_merge_profiles): Update prototype.
37549 2015-02-01 Jakub Jelinek <jakub@redhat.com>
37552 * cfgexpand.c (deep_ter_debug_map): New variable.
37553 (avoid_deep_ter_for_debug): New function.
37554 (expand_debug_expr): If TERed SSA_NAME is in
37555 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
37556 instead of trying to expand SSA_NAME's def stmt.
37557 (expand_debug_locations): When expanding debug bind
37558 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
37559 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
37561 (pass_expand::execute): Call avoid_deep_ter_for_debug on
37562 all debug bind stmts. Delete deep_ter_debug_map after
37563 expand_debug_location if non-NULL and clear it.
37565 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
37568 * config/sh/sync.md (atomic_fetch_notsi_hard,
37569 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
37570 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
37571 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
37572 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
37573 atomic_not_fetch<mode>_soft_imask): New insns.
37575 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
37577 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
37578 (rank_for_schedule_debug): Split from ...
37579 (rank_for_schedule): ... this.
37580 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
37581 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
37583 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
37585 * doc/md.texi (Machine Constraints): Alphabetize table by target.
37586 * doc/extend.texi (x86 Variable Attributes): Move section to
37587 correct alphabetization after renaming.
37588 (x86 Type Attributes): Likewise.
37589 (Target Builtins): Re-alphabetize menu.
37590 (x86 Built-in Functions): Move section to correct alphabetization
37592 (x86 transactional memory intrinsics): Likewise.
37593 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
37594 and x86 Windows Options in table and menu.
37595 (x86 Options): Move section to correct alphabetization after
37597 (x86 Windows Options): Likewise.
37599 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
37601 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
37602 preferred names of the architecture and its 32- and 64-bit
37604 * doc/invoke.texi: Likewise.
37605 * doc/md.texi: Likewise.
37607 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
37610 * config/i386/predicates.md (address_no_seg_operand): Reject
37611 non-CONST_INT_P operands in invalid mode.
37613 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
37615 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
37616 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
37617 * config/i386/predicates.md (address_no_seg_operand): Call
37618 address_operand with VOIDmode.
37619 (vsib_address_operand): Ditto.
37620 (address_mpx_no_base_operand): Ditto.
37621 (address_mpx_no_index_operand): Ditto.
37623 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
37626 * lra-constraints.c (original_subreg_reg_mode): New.
37627 (simplify_operand_subreg): Try to simplify subreg of const. Use
37628 original_subreg_reg_mode for it.
37629 (swap_operands): Update original_subreg_reg_mode.
37630 (curr_insn_transform): Set up original_subreg_reg_mode.
37632 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
37635 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
37637 (process_alt_operands): Use it.
37638 (curr_insn_transform): Check the optional reload pseudo class is
37641 2015-01-30 Joseph Myers <joseph@codesourcery.com>
37643 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
37644 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
37646 * toplev.h (init_asm_output): Update comment on use of
37647 UNKNOWN_LOCATION with fatal_error.
37648 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
37649 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
37650 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
37651 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
37652 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
37653 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
37654 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
37655 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
37656 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
37657 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
37658 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
37659 fatal_error changed to pass input_location as first argument.
37661 2015-01-30 Martin Liska <mliska@suse.cz>
37663 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
37664 in #pragma GCC diagnostic guards.
37666 2015-01-30 Richard Biener <rguenther@suse.de>
37668 PR tree-optimization/64829
37669 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
37670 not add a widening conversion pattern but hand off extra
37671 widenings to callers.
37672 (vect_recog_widen_mult_pattern): Handle extra widening produced
37673 by vect_handle_widen_op_by_const.
37674 (vect_recog_widen_shift_pattern): Likewise.
37675 (vect_pattern_recog_1): Remove excess vertical space in dumping.
37676 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
37677 (vect_init_vector_1): Likewise.
37678 (vect_get_vec_def_for_operand): Likewise.
37679 (vect_finish_stmt_generation): Likewise.
37680 (vectorizable_load): Likewise.
37681 (vect_analyze_stmt): Likewise.
37682 (vect_is_simple_use): Likewise.
37684 2015-01-29 Jeff Law <law@redhat.com>
37686 * combine.c (try_combine): Fix typo in comment.
37688 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
37691 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
37692 (rs6000_stack_info): Add assert.
37693 (rs6000_output_savres_externs): New function, split off from...
37694 (rs6000_output_function_prologue): ... here. Do not call it for
37697 2015-01-29 Jeff Law <law@redhat.com>
37700 * combine.c (try_combine): If I0 is a memory load and I3 a store
37701 to a related address, increase the "goodness" of doing a 4-insn
37702 combination with I0-I3.
37703 (make_field_assignment): Handle SUBREGs in the ior+and case.
37705 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
37707 PR tree-optimization/64746
37708 * tree-if-conv.c (mask_exists): New function.
37709 (predicate_mem_writes): Save created mask with given size for further
37711 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
37712 (ifcvt_repair_bool_pattern): Collect all statements that are root
37713 of bool pattern and use iterative algorithm to remove multiple uses
37714 of predicates, display number of required iterations.
37716 2015-01-29 Richard Biener <rguenther@suse.de>
37718 PR tree-optimization/64853
37719 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
37720 stmt will get simulated again.
37721 * tree-ssa-ccp.c (valueize_op_1): Likewise.
37723 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
37725 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
37726 return_in_pc. Remove redundant assignments.
37727 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
37728 (arm_expand_epilogue): Don't compare boolean with true in if condition.
37730 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
37732 * config/i386/i386.c (ix86_mode_after): Make static.
37734 2015-01-29 Richard Biener <rguenther@suse.de>
37736 PR tree-optimization/64844
37737 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
37738 dump cost model analysis.
37739 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
37740 Do not register adjusted load/store costs here.
37742 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
37743 Uros Bizjak <ubizjak@gmail.com>
37745 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
37746 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
37747 using x86_use_pseudo_pic_reg.
37748 * config/i386/i386.c (ix86_conditional_register_usage): Remove
37749 support for fixed PIC register.
37750 (ix86_use_pseudo_pic_reg): Not static any more.
37752 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
37754 PR middle-end/64805
37755 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
37756 to avoid error in cgraph node verification.
37758 2015-01-29 Marek Polacek <polacek@redhat.com>
37760 * doc/standards.texi: Reflect that the default for C is gnu11.
37762 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
37765 * reorg.c (switch_text_sections_between_p): New function.
37766 (relax_delay_slots): Call it when testing if the jump insn
37767 is removable. Use targetm.can_follow_jump when testing if
37768 the conditional branch can follow an unconditional jump.
37770 2015-01-27 Caroline Tice <cmtice@google.com>
37772 Committing VTV Cywin/Ming patch for Patrick Wollgast
37773 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
37774 if -fvtable-verify=preinit/std is used.
37775 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
37776 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
37777 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
37778 if -fvtable-verify=preinit/std is used.
37779 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
37780 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
37781 if -fvtable-verify=preinit/std is used.
37782 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
37783 * config/i386/mingw32.h (LIB_SPEC): Likewise.
37784 * varasm.c (assemble_variable): Add code to properly set the comdat
37785 section and name for the .vtable_map_vars section in case the
37786 target is PE or COFF.
37788 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
37791 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
37792 make sane BB profile.
37793 (cgraph_node::expand_thunk): Make sane BB profile.
37794 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
37795 * cgraph.h (init_lowered_empty_function): Update prototype.
37796 * config/i386/i386.c (make_resolver_func): Update call.
37797 * predict.c (gate): Disable branch prediction pass if
37798 profile is already there.
37800 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
37802 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
37803 * opth-gen.awk: Likewise.
37804 * common.opt: Mark flag_fp_contract_mode as Optimization.
37806 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
37808 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
37809 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
37811 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
37814 * config/sh/predicates.md (atomic_arith_operand,
37815 atomic_logical_operand): Remove.
37816 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
37817 (atomic_arith_operand_0): New predicate.
37818 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
37819 Use atomic_arith_operand_0 for input values.
37820 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
37821 atomic_compare_and_swap<mode>_soft_gusa,
37822 atomic_compare_and_swap<mode>_soft_tcb,
37823 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
37824 arith_reg_operand instead of register_operand.
37825 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
37826 atomic_arith_operand_0 for newval input.
37827 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
37828 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
37829 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
37830 arith_reg_operand instead of register_operand.
37831 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
37832 fetchop_predicate_1, fetchop_constraint_1_llcs,
37833 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
37834 fetchop_constraint_1_imask): New code iterator attributes.
37835 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
37836 register_operand. Use fetchop_predicate_1.
37837 (atomic_fetch_<fetchop_name>si_hard,
37838 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
37839 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
37840 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
37841 and arith_reg_operand instead of register_operand. Use
37842 fetchop_predicate_1, fetchop_constraint_1_gusa.
37843 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
37844 and arith_reg_operand instead of register_operand. Use
37845 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
37847 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
37848 and arith_reg_operand instead of register_operand. Use
37849 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
37851 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
37852 register_operand. Use atomic_logical_operand_1.
37853 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
37854 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
37855 arith_reg_operand instead of register_operand.
37856 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
37857 Use arith_reg_dest and arith_reg_operand instead of register_operand.
37858 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
37859 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
37860 register_operand. Use fetchop_predicate_1.
37861 (atomic_<fetchop_name>_fetchsi_hard,
37862 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
37863 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
37864 fetchop_constraint_1_llcs.
37865 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
37866 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
37867 fetchop_constraint_1_gusa.
37868 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
37869 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
37870 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
37871 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
37872 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
37873 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
37874 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
37875 register_operand. Use atomic_logical_operand_1.
37876 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
37877 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
37878 arith_reg_operand instead of register_operand.
37879 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
37880 arith_reg_operand instead of register_operand. Use logical_operand
37881 and K08. Adjust asm sequence to allow R0 usage.
37882 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
37883 arith_reg_operand instead of register_operand. Use logical_operand
37886 2015-01-28 Jakub Jelinek <jakub@redhat.com>
37889 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
37890 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
37891 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
37892 only get_full_len HOST_WIDE_INTs from get_val () array rather than
37893 all bits in *val_wide.
37895 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
37897 * varpool.c (tls_model_names): Fix names.
37898 (varpool_node::dump): Dump tls- prefix for tls models.
37900 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
37901 Bernd Schmidt <bernds@codesourcery.com>
37902 Nathan Sidwell <nathan@codesourcery.com>
37904 * config/nvptx/mkoffload.c: New file.
37905 * config/nvptx/t-nvptx: Add build rules for it.
37906 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
37907 (extra_programs): Add mkoffload.
37908 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
37910 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
37912 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
37914 PR middle-end/64809
37915 * cfgexpand.c (reorder_operands): Skip debug gimples.
37917 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
37919 PR tree-optimization/64277
37920 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
37921 range info when possible to refine estimation.
37923 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
37925 PR tree-optimization/64718
37926 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
37927 be a 16bit unsigned integer when n->range is 16.
37928 (bswap_replace): Convert src to that type if necessary for all bswap
37929 sizes. Fix rotation right notation in nearby comment. Use bswap_type
37930 set in pass_optimize_bswap::execute ().
37932 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
37934 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
37935 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
37936 integer and floating point variants.
37937 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
37939 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
37941 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
37942 for all vector modes.
37944 2015-01-28 Jakub Jelinek <jakub@redhat.com>
37947 * doc/sourcebuild.texi (comdat_group): Document.
37949 2015-01-28 Terry Guo <terry.guo@arm.com>
37951 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
37953 2015-01-27 David Malcolm <dmalcolm@redhat.com>
37955 * toplev.c (print_version): Add param "show_global_state", and
37956 only print GGC and plugin information if it is true.
37957 (init_asm_output): Pass in "true" for the new param when calling
37959 (process_options): Likewise.
37960 (toplev::main): Likewise.
37961 * toplev.h (print_version): Add new param to decl.
37963 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
37967 * tree.c (lookup_binfo_at_offset): New function.
37968 (get_binfo_at_offset): Use it.
37970 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
37973 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
37974 on vtable being vtable.
37976 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
37978 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
37979 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
37980 -mhotpatch= option.
37981 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
37982 -mno-hotpatch options. Change syntax of -mhotpatch= option.
37983 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
37985 (s390_hotpatch_trampoline_halfwords_max): Renamed.
37986 (s390_hotpatch_hw_max): New name.
37987 (s390_hotpatch_trampoline_halfwords): Renamed.
37988 (s390_hotpatch_hw_before_label): New name.
37989 (get_hotpatch_attribute): Removed.
37990 (s390_hotpatch_hw_after_label): New name.
37991 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
37993 (s390_attribute_table): Ditto.
37994 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
37995 (s390_function_num_hotpatch_hw): New name.
37996 Remove special handling of inline functions and hotpatching.
37997 Return number of nops before and after the function label.
37998 (s390_can_inline_p): Removed.
37999 (s390_asm_output_function_label): Emit a configurable number of nops
38000 after the function label.
38001 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
38002 (TARGET_CAN_INLINE_P) Removed.
38003 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
38005 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
38006 Jiong Wang <jiong.wang@arm.com>
38008 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
38010 (cb<optab><mode>1): Likewise.
38011 * config/aarch64/iterators.md (bcond): New define_code_attr.
38013 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38015 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
38018 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38020 * config/s390/s390.c (s390_register_move_cost): Increase costs for
38023 2015-01-27 Richard Biener <rguenther@suse.de>
38025 * tree-vrp.c (update_value_range): Intersect the range with
38026 old recorded SSA name range information.
38028 2015-01-27 Nick Clifton <nickc@redhat.com>
38030 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
38031 BC, DE and HL registers directly, not via AX.
38032 When decrementing the stack pointer by a large amount, transfer SP
38033 into AX and perform the subtraction there.
38034 (rl78_expand_epilogue): Perform the inverse of the above
38037 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
38039 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
38041 2015-01-27 Jakub Jelinek <jakub@redhat.com>
38042 Yury Gribov <y.gribov@samsung.com>
38045 * ubsan.c (ubsan_source_location): Refactor code.
38046 (ubsan_type_descriptor): Update type size. Refactor code.
38048 2015-01-27 Richard Biener <rguenther@suse.de>
38050 PR tree-optimization/56273
38051 PR tree-optimization/59124
38052 PR tree-optimization/64277
38053 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
38054 from the first VRP pass.
38056 2015-01-27 Jakub Jelinek <jakub@redhat.com>
38059 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
38060 handle the first argument in the same loop as all the other arguments.
38062 PR rtl-optimization/61058
38063 * jump.c (cleanup_barriers): Update basic block boundaries
38064 if BLOCK_FOR_INSN is non-NULL on PREV.
38066 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
38068 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
38069 bounds narrowing, already instrumented calls and calls to
38070 not instrumentable functions.
38072 2015-01-27 Jakub Jelinek <jakub@redhat.com>
38074 PR tree-optimization/64807
38075 * wide-int.cc (wi::divmod_internal): Clear
38076 b_dividend[dividend_blocks_needed].
38078 2015-01-26 DJ Delorie <dj@redhat.com>
38080 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
38081 volatile memory references.
38083 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
38086 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
38088 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
38089 shifts if it already fits into K08.
38091 2015-01-26 Jakub Jelinek <jakub@redhat.com>
38094 * ipa-inline.c (inline_small_functions): Print "unknown" even
38095 if edge->call_stmt is non-NULL, but has builtins or unknown
38098 PR middle-end/64421
38099 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
38100 with asterisk, skip the first character.
38102 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
38105 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
38108 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
38111 * config/i386/i386.md (*movdi_internal): Also check operand 0
38112 to determine TYPE_LEA operand.
38113 (*movsi_internal): Ditto.
38115 2015-01-26 Jakub Jelinek <jakub@redhat.com>
38117 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
38118 OPTION_MASK_QUAD_MEMORY_ATOMIC.
38120 2015-01-26 Renlin Li <renlin.li@arm.com>
38122 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
38124 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
38127 2015-01-26 Richard Biener <rguenther@suse.de>
38129 PR middle-end/64764
38130 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
38131 combining two BIT_AND_EXPR predicates.
38133 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
38136 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
38138 2015-01-26 Terry Guo <terry.guo@arm.com>
38140 * config/arm/arm.c (arm_file_start): Update the assignment of
38141 Tag_ABI_HardFP_use.
38143 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
38145 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
38147 config/arm/arm.md: Include the new Cortex-A57 model.
38148 (generic_sched): Don't use generic_sched when tuning for
38151 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
38152 Uros Bizjak <ubizjak@gmail.com>
38154 * config/i386/i386.c (get_builtin_code_for_version): Add
38155 support for BMI and BMI2 multiversion functions.
38157 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
38159 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
38160 (extract_bit_field): Likewise.
38161 (extract_low_bits): Likewise.
38162 (expand_mult): Likewise.
38163 (expand_mult_highpart_adjust): Likewise.
38165 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
38167 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
38168 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
38169 * config/i386/i386.c (processor_model): Add
38170 M_INTEL_COREI7_BROADWELL.
38171 (arch_names_table): Add "broadwell".
38173 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
38182 * config/sh/sh-protos.h
38183 (sh_extending_set_of_reg::can_use_as_unextended_reg,
38184 sh_extending_set_of_reg::use_as_unextended_reg,
38185 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
38186 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
38187 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
38188 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
38189 (sh_treg_insns): New class.
38190 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
38191 (scope_counter): New class.
38192 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
38193 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
38194 sh_extending_set_of_reg::can_use_as_unextended_reg,
38195 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
38196 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
38197 sh_split_treg_set_expr): New functions.
38198 (addsubcosts): Handle treg_set_expr.
38199 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
38200 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
38201 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
38202 (sh_insn_operands_modified_between_p): Make non-static.
38203 * config/sh/predicates.md (zero_extend_movu_operand): Allow
38204 simple_mem_operand in addition to displacement_mem_operand.
38205 (zero_extend_operand): Don't allow zero_extend_movu_operand.
38206 (treg_set_expr, treg_set_expr_not_const01,
38207 arith_reg_or_treg_set_expr): New predicates.
38208 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
38209 arith_or_int_operand instead of logical_operand. Convert to
38210 insn_and_split. Try to optimize constant operand in splitter.
38211 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
38212 (*tstqi_t_zero): Delete.
38213 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
38214 (tstsi_t_and_not): Delete.
38215 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
38216 Convert to insn_and_split.
38217 (unnamed split, tstsi_t_zero_extract_xor,
38218 tstsi_t_zero_extract_subreg_xor_little,
38219 tstsi_t_zero_extract_subreg_xor_big): Delete.
38220 (*tstsi_t_shift_mask): New insn_and_split.
38221 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
38222 to recombine with surrounding insns when splitting.
38223 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
38224 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
38225 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
38226 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
38227 (*cbranch_div0s: Delete.
38228 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
38229 Try to recombine with surrounding insns when splitting. Add operand
38231 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
38232 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
38233 *addc_r_r_msb, *addc_2r_msb): Delete.
38234 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
38236 (*addc_negreg_t): New insn_and_split.
38237 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
38238 Try to recombine with surrounding insns when splitting.
38239 Add operand order variants.
38240 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
38241 insn_and_split patterns.
38242 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
38243 surrounding insns when splitting.
38244 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
38245 (*rotcl): Likewise. Add zero_extract variant.
38246 (*ashrsi2_31): New insn_and_split.
38247 (*negc): Convert to insn_and_split. Use treg_set_expr.
38248 (*zero_extend<mode>si2_disp_mem): Update comment.
38249 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
38251 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
38252 with surrounding insns when splitting.
38253 (any_treg_expr_to_reg): New insn_and_split.
38254 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
38255 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
38256 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
38257 *zero_extract_2): New single bit zero extract patterns.
38258 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
38259 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
38260 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
38261 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
38263 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
38264 register_operand for set source.
38266 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
38268 * i386.opt (prefetch_sse): New targetsave.
38269 * i386.c (ix86_function_specific_save): Save prefetch_sse.
38270 (ix86_function_specific_restore): Restore prefetch_sse and initialize
38271 ix86_cost/ix86_tune_cost.
38273 2015-01-23 David Malcolm <dmalcolm@redhat.com>
38275 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
38276 Support the JIT by using 0 as the language type.
38278 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
38281 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
38282 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
38283 (mark_regno_live, process_bb_lives): Pass new parameter value to
38284 make_hard_regno_born.
38286 2015-01-23 Jakub Jelinek <jakub@redhat.com>
38288 PR rtl-optimization/63637
38289 PR rtl-optimization/60663
38290 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
38291 if elt->cost is MAX_COST for ASM_OPERANDS.
38292 (find_sets_in_insn): Fix up comment typo.
38293 (cse_insn): Don't set src_volatile for all non-volatile
38294 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
38295 or with "memory" clobber. Set elt->cost to MAX_COST
38296 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
38297 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
38299 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
38301 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
38304 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
38306 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
38307 libgcc/config/i386/elf-lib.h.
38309 2015-01-23 Jakub Jelinek <jakub@redhat.com>
38312 * gcc.c (print_configuration): Don't print a blank line at the end
38314 (run_attempt): ... but here unstead.
38316 PR middle-end/64734
38317 * omp-low.c (scan_sharing_clauses): Don't ignore
38318 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
38319 on target data/update constructs.
38321 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
38324 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
38325 (DEBUG_RELOAD): Removed define.
38326 (m32c_limit_reload_class): Enable traces with if DEBUG0.
38327 (m32c_function_arg): Added a type cast.
38328 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
38329 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
38330 * config/m32c/bitops.md (andqi3_16): Likewise.
38331 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
38332 (push_a01_l): Likewise.
38334 2015-01-23 David Malcolm <dmalcolm@redhat.com>
38337 * main.c (main): Construct toplev instances with init_signals=true.
38338 * toplev.c (general_init): Add param "init_signals", and use it to
38339 conditionalize the calls to signal and host_hooks.extra_signals.
38340 (toplev::toplev): Add param "init_signals".
38341 (toplev::main): When invoking general_init, pass m_init_signals
38342 to control whether signal-handlers are installed.
38343 * toplev.h (toplev::toplev): Add param "init_signals".
38344 (toplev::m_init_signals): New field.
38346 2015-01-23 David Malcolm <dmalcolm@redhat.com>
38349 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
38350 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
38351 latter may be affected by the former (e.g. on i686).
38353 2015-01-23 Martin Liska <mliska@suse.cz>
38355 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
38356 false positive during profiledbootstrap.
38358 2015-01-23 Tom de Vries <tom@codesourcery.com>
38361 * lto-opts.c (lto_write_options): Output non-explicit conservative
38363 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
38364 (append_compiler_options): Pass -fopenacc through.
38366 2015-01-23 Tom de Vries <tom@codesourcery.com>
38369 * lto-opts.c (lto_write_options): Output non-explicit conservative
38371 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
38372 (append_compiler_options): Pass -fopenmp through.
38374 2015-01-23 Jakub Jelinek <jakub@redhat.com>
38377 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
38380 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
38381 * diagnostic.def (DK_ICE_NOBT): New kind.
38382 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
38383 like DK_ICE, but never print backtrace.
38384 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
38385 (internal_error_no_backtrace): New function.
38386 * gcc.c (execute): Use internal_error_no_backtrace instead of
38389 2015-01-22 Jeff Law <law@redhat.com>
38392 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
38393 improve code density for small immediate to memory case.
38394 (insv): Better handle bitfield assignments when the field is
38395 being set to all ones.
38396 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
38399 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
38400 Jakub Jelinek <jakub@redhat.com>
38402 PR middle-end/64729
38403 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
38404 for !TARGET_LIBC_PROVIDES_SSP version and
38405 -fstack-protector-{all,strong,explicit} otherwise.
38406 * config/freebsd.h (LINK_SSP_SPEC): Handle
38407 -fstack-protector-{strong,explicit}.
38409 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
38410 H.J. Lu <hongjiu.lu@intel.com>
38413 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
38416 2015-01-22 Wei Mi <wmi@google.com>
38418 PR rtl-optimization/64557
38419 * dse.c (record_store): Call get_addr for mem_addr.
38420 (check_mem_read_rtx): Likewise.
38422 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
38424 * fold-const.c (const_binop): Add early return for non-tcc_binary.
38426 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
38428 * toplev.c (init_local_tick): Process the failure when read
38429 fails for random_seed.
38431 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
38432 'pretty_name' to avoid memory overflow.
38434 2015-01-22 Richard Biener <rguenther@suse.de>
38436 PR middle-end/64728
38437 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
38438 abnormal coalescing on undefined SSA names.
38440 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
38444 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
38446 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
38448 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
38450 PR middle-end/63325
38451 * fold-const.c (fold_checksum_tree): Don't include value of
38452 expr->decl_with_vis.symtab_node in the checksum.
38454 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38456 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
38458 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
38461 * gcc.c (insert_comments): New function.
38462 (try_generate_repro): Call it.
38463 (append_text): Removed.
38465 2015-01-22 Richard Biener <rguenther@suse.de>
38467 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
38468 with IL incompatible options. Properly honor user optimize
38471 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
38473 PR rtl-optimization/64682
38474 * combine.c (distribute_notes): When moving a death note for
38475 a register that is set in the new I2, make sure to put it
38476 before that new I2.
38478 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
38480 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
38481 not TARGET_DEFAULT.
38483 2015-01-21 Jakub Jelinek <jakub@redhat.com>
38486 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
38487 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
38488 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
38491 * doc/invoke.texi (-fsanitize=vptr): Document.
38493 PR rtl-optimization/62078
38494 * dse.c: Include cfgcleanup.h.
38495 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
38496 anything call purge_all_dead_edges and cleanup_cfg at the end
38499 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
38501 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
38504 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
38506 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
38509 2015-01-21 David Sherwood <david.sherwood@arm.com>
38510 Tejas Belagod <Tejas.Belagod@arm.com>
38512 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
38513 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
38514 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
38517 2015-01-21 David Sherwood <david.sherwood@arm.com>
38518 Tejas Belagod <Tejas.Belagod@arm.com>
38520 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
38521 (aarch64_reverse_mask): New decls.
38522 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
38523 (insn_count): New mode_attr.
38524 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
38525 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
38526 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
38527 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
38528 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
38529 (aarch64_simd_st4): New patterns.
38530 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
38531 (aarch64_reverse_mask): New functions.
38533 2015-01-21 Alan Hayward <alan.hayward@arm.com>
38535 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
38537 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
38538 addressing modes for BE.
38539 (aarch64_print_operand): Add 'R' specifier.
38540 (aarch64_simd_disambiguate_copy): Delete.
38541 (aarch64_simd_emit_reg_reg_move): New function.
38542 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
38543 in define_splits for structural moves.
38544 (mov<mode>): Use less restrictive predicates.
38545 (*aarch64_mov<mode>): Simplify and only allow for LE.
38546 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
38548 2015-01-21 Alan Hayward <alan.hayward@arm.com>
38550 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
38552 2015-01-21 Richard Henderson <rth@redhat.com>
38555 * ccmp.c (used_in_cond_stmt_p): Remove.
38556 (expand_ccmp_expr): Don't use it.
38558 2015-01-21 Nick Clifton <nickc@redhat.com>
38560 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
38563 2015-01-21 Richard Biener <rguenther@suse.de>
38565 PR middle-end/64313
38566 * tree-core.h (builtin_info, builtin_info_type): Turn from
38567 an object with two arrays into an array of an object with
38568 decl and two flags, implicit_p and declared_p.
38569 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
38570 set_builtin_decl, set_builtin_decl_implicit_p,
38571 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
38572 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
38573 * builtins.c (builtin_info): Adjust.
38574 * gimplify.c (gimplify_addr_expr): References to builtins
38575 that have been declared by the user makes them eligible for
38576 use by the compiler. Call set_builtin_decl_implicit_p on them.
38578 2015-01-20 Jeff Law <law@redhat.com>
38581 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
38582 allow pc-relative addresses in operand predicates or constraints.
38584 2015-01-21 Bin Cheng <bin.cheng@arm.com>
38586 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
38587 neon on aarch32 processors for stringops.
38589 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38592 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
38594 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38597 * ipa-inline.c: Include lto-streamer.h
38598 (report_inline_failed_reason): Output source file differences and
38599 flags on optimization/target node mismatch.
38600 (can_inline_edge_p): Consider caller to be the outer inline function;
38601 be less restrictive about matching opimize and optimize_size attributes.
38602 (inline_account_function_p): Break out from ...
38603 (inline_small_functions): ... here.
38604 * ipa-inline-transform.c (clone_inlined_nodes): Use
38605 inline_account_function_p.
38606 (inline_call): Use optimize attribution; use inline_account_function_p.
38607 (inline_transform): Use opt_for_fn.
38608 * ipa-inline.h (inline_account_function_p): Declare.
38610 2015-01-20 Jakub Jelinek <jakub@redhat.com>
38613 * dwarf2out.c (decl_piece_node): Don't put bitsize into
38614 mode if bitsize <= 0.
38615 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
38616 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
38617 sizes and positions.
38619 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
38621 * config/nios2/nios2.c (nios2_asm_file_end): Implement
38622 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
38624 (TARGET_ASM_FILE_END): Define.
38626 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
38628 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
38629 (struct tune_params): Use the enum.
38630 * arm.c (arm_*_tune): Update.
38631 (arm_option_override): Update.
38633 2015-01-20 Richard Biener <rguenther@suse.de>
38636 * ipa-reference.c (add_static_var): Inline ...
38637 (analyze_function): ... here after splitting out from ...
38638 (is_proper_for_analysis): ... this.
38640 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
38643 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
38644 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
38645 replace the conditional with it's true branch.
38646 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
38647 (arm_lra_p): Remove.
38649 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
38651 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
38653 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
38655 * config/tilegx/mul-tables.c: Move symtab.h include after
38656 coretypes.h include.
38657 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
38658 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
38659 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
38660 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
38661 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
38663 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
38667 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
38669 PR rtl-optimization/64081
38670 * loop-iv.c (def_pred_latch_p): New function.
38671 (latch_dominating_def): Allow specific cases with non-single
38673 (iv_get_reaching_def): Likewise.
38674 (check_complex_exit_p): New function.
38675 (check_simple_exit): Use check_complex_exit_p to allow certain cases
38676 with exits not executing on any iteration.
38678 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38681 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
38682 to set branch cost.
38684 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38687 * i386.c (gate): Check flag_expensive_optimizations and
38689 (ix86_option_override_internal): Drop optimize_size condition
38690 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
38691 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
38692 MASK_PREFER_AVX128.
38693 (ix86_avx256_split_vector_move_misalign,
38694 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
38695 * sse.md (all uses of TARGET_PREFER_AVX128): Add
38696 optimize_insn_for_speed_p check.
38698 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
38700 * config/mips/mips.h (FP_ASM_SPEC): New define.
38701 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
38704 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
38707 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
38708 nullptr for insn when reaching the first insn.
38709 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
38710 (sh_insn_operands_modified_between_p): Add nullptr check.
38711 (sh_find_extending_set_of_reg): Fix log message. Don't accept
38712 sign extending mem load if the insn contains any UNSPEC or
38715 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38717 * params.def (inline-unit-growth): Drop to 15%.
38718 * invoke.texi (inline-unit-growth): Document change.
38720 2015-01-19 Martin Liska <mliska@suse.cz>
38723 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
38724 function for second argument of OBJ_TYPE_REF.
38726 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38729 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
38730 whether function is an alias.
38732 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
38734 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
38737 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
38739 PR rtl-optimization/64671
38740 * lra-remat.c (operand_to_remat): Don't consider jump and call
38743 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
38746 * config/rs6000/default64.h: Include rs6000-cpus.def.
38747 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
38748 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
38749 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
38751 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
38753 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
38754 pseudo-op to specify assembler dialect.
38756 2015-01-19 Martin Liska <mliska@suse.cz>
38759 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
38760 Handle safe potentially removed nodes during filtering.
38762 2015-01-19 Martin Liska <mliska@suse.cz>
38764 * doc/extend.texi (no_icf): Add new attribute description.
38765 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
38766 where the pass attempts to merge a function with no_icf attribute.
38768 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
38771 * doc/md.texi (ARM Options): Document register constraints.
38773 2015-01-19 Jiong Wang <jiong.wang@arm.com>
38774 Andrew Pinski <apinski@cavium.com>
38777 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
38778 (ashl<mode>3): Don't expand if operands[2] is not constant.
38780 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
38783 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
38784 Match xor-and-xor RTL pattern.
38786 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
38788 PR rtl-optimization/64081
38789 * loop-iv.c (def_pred_latch_p): New function.
38790 (latch_dominating_def): Allow specific cases with non-single
38792 (iv_get_reaching_def): Likewise.
38793 (check_complex_exit_p): New function.
38794 (check_simple_exit): Use check_complex_exit_p to allow certain cases
38795 with exits not executing on any iteration.
38797 2015-01-19 Jakub Jelinek <jakub@redhat.com>
38799 * common.opt (fgraphite): Fix a typo.
38801 2015-01-19 Felix Yang <felix.yang@huawei.com>
38803 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
38805 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
38806 uminp, smax_nanp, smin_nanp): New builtins.
38807 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
38808 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
38809 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
38810 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
38811 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
38812 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
38813 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
38814 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
38815 vpminnms_f32): Rewrite using builtin functions.
38817 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
38820 * omp-low.c (offload_symbol_decl): Remove variable.
38821 (get_offload_symbol_decl): Remove function.
38822 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
38823 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
38824 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
38825 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
38826 BUILT_IN_GOACC_UPDATE don't pass it at all.
38828 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
38830 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
38833 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
38835 * ipa-chkp.c (chkp_produce_thunks): Add early param
38836 to split thunks production into two passes. Keep
38837 'always_inline' function bodies after the first pass.
38838 (pass_data_ipa_chkp_early_produce_thunks): New.
38839 (pass_ipa_chkp_early_produce_thunks): New.
38840 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
38841 chkp_produce_thunks signature.
38842 (make_pass_ipa_chkp_early_produce_thunks): New.
38843 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
38844 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
38845 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
38847 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
38849 * cgraph.c (cgraph_node::dump): Dump profile flags.
38851 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
38854 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
38855 reg appear first in the parallel.
38857 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
38859 * ipa-reference.c (set_reference_optimization_summary,
38860 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
38862 (ignore_module_statics): New static var.
38863 (propagate_bits): If ipa-reference is disabled, do not look into local
38865 (analyze_function): Disable analysis when ipa_reference is disabled.
38866 (generate_summary): Do not dump when reference is disabled;
38867 collect vars accessed from functions with ipa-reference disabled.
38868 (get_read_write_all_from_node): When ipa-reference is disabled, use the
38870 (gate): Enable for LTO.
38871 (ignore_edge_p): New function.
38872 (propagate): Skip functions w/o ipa-reference analysis.
38873 * optc-save-gen.awk: Handle optimize_debug correctly.
38874 * opth-gen.awk: Likewise.
38875 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
38876 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
38877 fira-share-save-slots, fira-share-spill-slots,
38878 fmodulo-sched-allow-regmoves, fpartial-inlining,
38879 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
38880 ftracer, ftree-parallelize-loops, fassociative-math,
38881 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
38883 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
38884 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
38886 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
38889 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
38892 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
38894 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
38896 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
38898 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
38899 Remove duplicate option listings.
38901 2015-01-18 Felix Yang <felix.yang@huawei.com>
38903 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
38904 (autofdo_source_profile::get_callsite_total_count,
38905 function_instance::get_function_instance_by_decl,
38906 string_table::get_index, string_table::get_index_by_decl,
38907 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
38908 Fix comment typos. Reformatting and minor code rearrangement.
38910 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
38912 * config/rs6000/rs6000.md (probe_stack): Delete.
38913 (probe_stack_address): New.
38915 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
38917 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
38918 to test for 32-bit ABIs, not !TARGET_POWERPC64.
38920 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
38922 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
38923 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
38924 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
38926 (rs6000_libcall_value): Use the new function.
38928 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
38930 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
38932 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
38934 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
38935 implement a more precise life analysis for it during backward scan.
38937 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
38939 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
38941 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
38943 PR rtl-optimization/52773
38944 * calls.c (emit_library_call_value): When pushing arguments use
38945 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
38946 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
38947 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
38949 2015-01-17 Jeff Law <law@redhat.com>
38951 PR rtl-optimization/32790
38952 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
38953 not ZERO_EXTEND in SET_DESTs.
38955 2015-01-17 Alan Modra <amodra@gmail.com>
38957 * cprop.c (do_local_cprop): Revert last change.
38959 2015-01-16 DJ Delorie <dj@redhat.com>
38960 Nick Clifton <nickc@redhat.com>
38962 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
38963 (addhi3_real): Likewise. Fix [HL+0] syntax.
38964 (subqi3_real): Likewise.
38965 (subhi3_real): Likewise.
38966 (cbranchqi4_real): Likewise. Allow saddr,#imm.
38967 (cbranchhi4_real): Likewise.
38968 (cbranchhi4_real_inverted): Likewise.
38969 (cbranchsi4_real_lt): Likewise.
38970 (cbranchsi4_real_ge): Likewise.
38971 (cbranchsi4_real_ge): Likewise.
38972 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
38973 (sub<mode>3_virt): Likewise.
38974 (cbranchqi4_virt): Likewise.
38975 (cbranchhi4_virt): Likewise.
38976 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
38977 always use '[reg+imm]' even when imm is zero.
38978 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
38979 (rl78_general_operand): New.
38980 (rl78_nonimmediate_operand): New.
38981 (rl78_nonfar_operand): Use them.
38982 (rl78_nonfar_nonimm_operand): Likewise.
38983 (rl78_stack_based_mem): Fix.
38984 * config/rl78/constraints.md (Ibqi): New.
38989 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
38990 (iorqi3): Likewise.
38991 (xorqi3): Likewise.
38992 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
38994 * config/rl78/constrains (Qs8): New constraint.
38995 * config/rl78/rl78.c (rl78_flags_already_set): New function.
38996 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
38997 * config/rl78/rl78-real.md (update_Z): New attribute.
38998 Update patterns to set it.
38999 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
39000 shorter compare and branch sequence can be used.
39001 (cbranchhi4_real): Likewise.
39002 (cbranchhi4_real_inverted): Likewise.
39004 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
39005 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
39007 * config/rl78/rl78.c (rl78_get_name_encoding): New.
39008 (rl78_option_override): Allow -mes0 only if C.
39009 (characterize_address): Support subregs of symbol_refs.
39010 (rl78_addr_space_address_mode): Move. Add __near.
39011 (rl78_far_p): Likewise.
39012 (rl78_addr_space_pointer_mode): Likewise.
39013 (rl78_as_legitimate_address): Likewise.
39014 (rl78_addr_space_subset_p): Likewise.
39015 (rl78_addr_space_convert): Likewise.
39016 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
39017 symbols with -mes0.
39018 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
39020 (rl78_alloc_physical_registers_op1): Change logic to prefer
39021 symbol[BC] addressing.
39022 (frodata_section): New.
39023 (rl78_asm_init_sections): Initialize it.
39024 (rl78_select_section): Put __far readonly symbols in .frodata.
39025 (rl78_make_type_far): New.
39026 (rl78_insert_attributes): Force all readonly symbols to be
39028 (rl78_asm_out_integer): New.
39029 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
39030 * config/rl78/rl78.opt (-mes0): New.
39032 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
39033 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
39034 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
39035 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
39036 (rl78_saddr_p): New.
39037 (rl78_output_aligned_common): New.
39038 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
39039 (rl78_handle_saddr_attribute): New.
39040 (rl78_handle_naked_attribute): New.
39041 (rl78_attribute_table): Add saddr.
39042 (rl78_print_operand_1): Don't print '!' on saddr operands.
39043 (rl78_print_operand_1): Strip encodings.
39045 (rl78_strip_name_encoding): New.
39046 (rl78_attrlist_to_encoding): New.
39047 (rl78_encode_section_info): New.
39048 (rl78_asm_init_sections): New.
39049 (rl78_select_section): New.
39050 (rl78_output_labelref): New.
39051 (rl78_output_aligned_common): New.
39052 (rl78_asm_out_integer): New.
39053 (rl78_asm_ctor_dtor): New.
39054 (rl78_asm_constructor): New.
39055 (rl78_asm_destructor): New.
39057 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
39058 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
39059 (transcode_memory_rtx): Update.
39060 (rl78_expand_epilogue): Use A_REG instead of 0.
39062 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
39064 * config/arm/arm-protos.h (struct tune_params): New field
39065 sched_autopref_queue_depth.
39066 * config/arm/arm.c (sched-int.h): Include header.
39067 (arm_first_cycle_multipass_dfa_lookahead_guard,)
39068 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
39069 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
39070 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
39071 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
39072 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
39073 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
39074 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
39075 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
39076 * config/arm/t-arm (arm.o): Update.
39077 * haifa-sched.c (update_insn_after_change): Update.
39078 (rank_for_schedule): Use auto-prefetcher model, if requested.
39079 (autopref_multipass_init): New static function.
39080 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
39081 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
39082 variable for debug dumps.
39083 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
39084 (autopref_multipass_dfa_lookahead_guard): New global function that
39085 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
39086 (init_h_i_d): Update.
39087 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
39088 * sched-int.h (enum autopref_multipass_data_status): New const enum.
39089 (autopref_multipass_data_): Structure for auto-prefetcher data.
39090 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
39091 (struct _haifa_insn_data:autopref_multipass_data): New field.
39092 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
39093 (autopref_multipass_dfa_lookahead_guard): Declare.
39095 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
39097 * rtlanal.c (get_base_term): Handle SCRATCH.
39099 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
39101 * config/aarch64/aarch64.c
39102 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
39103 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
39105 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
39106 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
39108 2015-01-17 Alan Modra <amodra@gmail.com>
39110 * cprop.c (do_local_cprop): Disallow replacement of fixed
39113 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
39116 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
39119 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
39121 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
39122 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
39124 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
39126 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
39127 * config/arm/thumb1.md: ... Here.
39129 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
39131 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
39132 TImode for TARGET_32BIT.
39134 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
39136 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
39137 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
39139 (rs6000_abi_word_mode): New function.
39141 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
39143 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
39144 instead of UNITS_PER_WORD to describe the size of stack slots.
39146 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
39148 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
39149 as rs6000_promote_function_mode. Move comment to there.
39150 (rs6000_promote_function_mode): New function.
39152 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
39154 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
39155 -mpowerpc64 is active.
39157 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
39159 PR middle-end/64353
39160 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
39163 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
39165 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
39166 introduced in revision 219724.
39168 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
39169 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
39172 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
39173 destination is not a GP reg.
39174 (*movdi_aarch64): Likewise.
39176 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
39179 * config/rs6000/default64.h: Revert ISA change.
39181 2015-01-16 Richard Biener <rguenther@suse.de>
39183 PR middle-end/64614
39184 * tree-ssa-uninit.c: Include tree-cfg.h.
39185 (MAX_SWITCH_CASES): New define.
39186 (convert_control_dep_chain_into_preds): Handle switch statements.
39187 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
39188 (normalize_one_pred_1): Do not split bit-manipulations.
39191 2015-01-16 Richard Biener <rguenther@suse.de>
39193 PR tree-optimization/64568
39194 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
39195 complex load rewriting for TARGET_MEM_REFs.
39197 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
39199 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
39201 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
39204 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
39206 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
39207 (aarch64_lra_p): Remove.
39209 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
39212 * ipa-chkp.h (chkp_instrumentable_p): New.
39213 * ipa-chkp.c: Include tree-inline.h.
39214 (chkp_instrumentable_p): New.
39215 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
39216 Fix processing of not instrumentable functions.
39217 (chkp_versioning): Use chkp_instrumentable_p. Warn about
39218 not instrumentable functions.
39219 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
39220 chkp_instrumentable_p.
39221 * tree-inline.h (copy_forbidden): New.
39222 * tree-inline.c (copy_forbidden): Not static anymore.
39224 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
39226 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
39229 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
39231 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
39232 type OP_OUT to OP_INOUT.
39234 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
39236 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
39237 (high x) y) to y if x and y have the same base.
39239 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
39241 * config/arm/cortex-a57.md: New.
39242 * config/aarch64/aarch64.md: Include it.
39243 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
39244 * config/aarch64/aarch64-tune.md: Regenerate.
39246 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
39249 * ccmp.c (expand_ccmp_next): New function.
39250 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
39251 and compare insn sequence.
39252 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
39253 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
39254 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
39255 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
39256 (*ccmp_ior): Changed to ccmp_ior<mode>.
39257 (cmp<mode>): New pattern.
39258 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
39260 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
39262 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
39264 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
39265 _mm256_bsrli_epi128): New.
39266 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
39268 2015-01-15 Jiong Wang <jiong.wang@arm.com>
39270 * expmed.c (store_bit_field_using_insv): Improve warning message.
39271 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
39273 2015-01-15 Jiong Wang <jiong.wang@arm.com>
39275 PR rtl-optimization/64011
39276 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
39277 there is partial overflow.
39279 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
39281 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
39283 (nds32_expand_epilogue_v3pop): Likewise.
39284 * config/nds32/nds32.md (sibcall): Define this for sibling call
39286 (sibcall_register): Likewise.
39287 (sibcall_immediate): Likewise.
39288 (sibcall_value): Likewise.
39289 (sibcall_value_register): Likewise.
39290 (sibcall_value_immediate): Likewise.
39291 (sibcall_epilogue): Likewise.
39292 (epilogue): Pass false to indicate this is not a sibcall epilogue.
39293 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
39294 (nds32_expand_epilogue_v3pop): Likewise.
39296 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
39298 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
39299 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
39300 (return_internal): New.
39301 (return): Define this named pattern.
39302 (simple_return): Define this named pattern.
39303 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
39304 pattern instead of unspec_volatile_func_return.
39305 (nds32_expand_epilogue_v3pop): Likewise.
39306 (nds32_can_use_return_insn): New function.
39308 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
39310 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
39311 * config/nds32/nds32.md (pop25return): New.
39312 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
39313 pop25return pattern.
39315 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
39317 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
39318 -mforbid-fp-as-gp, and -mex9 options.
39320 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
39322 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
39323 remove -mgp-direct option.
39325 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
39327 * doc/invoke.texi (--param early-inlining-insns): Update default value.
39328 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
39330 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
39332 * ipa-inline.c (inline_small_functions): Work around hints
39335 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
39338 * doc/invoke.texi (Option Summary): Document new Nios II
39340 (Nios II Options): Likewise.
39341 * config/nios2/nios2.opt: Add -mgpopt= option support.
39342 Modify existing -mgpopt and -mno-gpopt options to be aliases.
39343 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
39344 * config/nios2/nios2.c (nios2_option_override): Adjust
39345 -mgpopt defaulting.
39346 (nios2_in_small_data_p): Return true for explicit small data
39347 sections even with -G0.
39348 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
39351 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
39354 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
39356 (inline_call): Fix removal of aliases.
39358 2015-01-15 Jakub Jelinek <jakub@redhat.com>
39360 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
39361 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
39362 * opts.c (common_handle_option): Add -fsanitize=vptr.
39363 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
39364 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
39365 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
39366 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
39367 (ubsan_expand_vptr_ifn): New prototype.
39368 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
39369 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
39370 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
39371 expand_LOOP_VECTORIZED): Make argument nameless, remove
39373 (expand_UBSAN_VPTR): New function.
39374 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
39376 (UBSAN_VPTR): New internal function.
39377 * sanopt.c (tree_map_traits): Renamed to ...
39378 (sanopt_tree_map_traits): ... this.
39379 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
39380 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
39381 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
39382 (maybe_optimize_ubsan_vptr_ifn): New function.
39383 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
39384 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
39386 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
39387 internal calls like pure functions for aliasing, even when they
39388 have other side-effects that prevent making them ECF_PURE.
39389 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
39390 (ubsan_expand_vptr_ifn): New function.
39392 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
39394 PR rtl-optimization/64110
39395 * stmt.c (parse_output_constraint): Process '^' and '$'.
39396 (parse_input_constraint): Ditto.
39397 * lra-constraints.c (process_alt_operands): Process the new
39399 * ira-costs.c (record_reg_classes): Process the new constraint
39401 * genoutput.c (indep_constraints): Add '^' and '$'.
39402 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
39403 * doc/md.texi: Add description of the new constraints.
39405 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
39406 Bernd Schmidt <bernds@codesourcery.com>
39407 Cesar Philippidis <cesar@codesourcery.com>
39408 James Norris <jnorris@codesourcery.com>
39409 Tom de Vries <tom@codesourcery.com>
39410 Ilmir Usmanov <i.usmanov@samsung.com>
39411 Dmitry Bocharnikov <dmitry.b@samsung.com>
39412 Evgeny Gavrin <e.gavrin@samsung.com>
39413 Jakub Jelinek <jakub@redhat.com>
39415 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
39416 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
39417 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
39418 New function types.
39419 * builtins.c: Include "gomp-constants.h".
39420 (expand_builtin_acc_on_device): New function.
39421 (expand_builtin, is_inexpensive_builtin): Handle
39422 BUILT_IN_ACC_ON_DEVICE.
39423 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
39425 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
39427 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
39428 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
39429 i386/intelmic-offload.h.
39430 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
39431 to libgomp and its dependencies.
39432 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
39433 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
39434 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
39435 * config/ia64/hpux.h (LIB_SPEC): Likewise.
39436 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
39437 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
39438 * doc/generic.texi: Update for OpenACC changes.
39439 * doc/gimple.texi: Likewise.
39440 * doc/invoke.texi: Likewise.
39441 * doc/sourcebuild.texi: Likewise.
39442 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
39443 GF_OMP_FOR_KIND_OACC_LOOP.
39444 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
39445 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
39446 GF_OMP_TARGET_KIND_OACC_UPDATE,
39447 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
39449 * gimple.c: Update comments for OpenACC changes.
39450 * gimple.def: Likewise.
39451 * gimple.h: Likewise.
39452 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
39453 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
39454 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
39455 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
39456 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
39458 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
39459 * gimplify.c: Include "gomp-constants.h".
39460 Update comments for OpenACC changes.
39461 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
39462 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
39463 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
39464 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
39465 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
39466 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
39467 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
39468 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
39469 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
39471 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
39472 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
39473 OMP_CLAUSE_SET_MAP_KIND.
39474 (gimplify_oacc_cache): New function.
39475 (gimplify_omp_for): Handle OACC_LOOP.
39476 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
39478 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
39479 OACC_EXIT_DATA, OACC_UPDATE.
39480 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
39481 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
39482 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
39483 (gimplify_body): Consider flag_openacc next to flag_openmp.
39484 * lto-streamer-out.c: Include "gomp-constants.h".
39485 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
39486 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
39487 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
39488 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
39489 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
39490 (BUILT_IN_ACC_ON_DEVICE): New builtins.
39491 * omp-low.c: Include "gomp-constants.h".
39492 Update comments for OpenACC changes.
39493 (struct omp_context): Add reduction_map, gwv_below, gwv_this
39495 (extract_omp_for_data, use_pointer_for_field, install_var_field)
39496 (new_omp_context, delete_omp_context, scan_sharing_clauses)
39497 (create_omp_child_function, scan_omp_for, scan_omp_target)
39498 (check_omp_nesting_restrictions, lower_reduction_clauses)
39499 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
39500 Update for OpenACC changes.
39501 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
39502 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
39503 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
39504 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
39505 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
39506 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
39508 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
39509 Handle GF_OMP_FOR_KIND_OACC_LOOP.
39510 (expand_omp_target, lower_omp_target): Handle
39511 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
39512 GF_OMP_TARGET_KIND_OACC_UPDATE,
39513 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
39514 GF_OMP_TARGET_KIND_OACC_DATA.
39515 (pass_expand_omp::execute, execute_lower_omp)
39516 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
39518 (offload_symbol_decl): New variable.
39519 (oacc_get_reduction_array_id, oacc_max_threads)
39520 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
39521 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
39522 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
39523 (oacc_gimple_assign, oacc_initialize_reduction_data)
39524 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
39526 (is_targetreg_ctx): Remove function.
39527 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
39528 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
39529 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
39530 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
39531 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
39532 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
39533 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
39534 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
39535 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
39536 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
39537 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
39538 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
39539 * tree-core.h: Update comments for OpenACC changes.
39540 (enum omp_clause_map_kind): Remove.
39541 (struct tree_omp_clause): Change type of map_kind member from enum
39542 omp_clause_map_kind to unsigned char.
39543 * tree-inline.c: Update comments for OpenACC changes.
39544 * tree-nested.c: Likewise. Include "gomp-constants.h".
39545 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
39546 (convert_tramp_reference_stmt, convert_gimple_call): Update for
39547 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
39548 OMP_CLAUSE_SET_MAP_KIND.
39549 * tree-pretty-print.c: Include "gomp-constants.h".
39550 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
39551 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
39552 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
39553 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
39554 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
39555 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
39556 instead of OMP_CLAUSE_MAP_*.
39557 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
39558 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
39559 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
39560 * tree-streamer-in.c: Include "gomp-constants.h".
39561 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
39562 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
39563 * tree-streamer-out.c: Include "gomp-constants.h".
39564 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
39566 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
39567 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
39568 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
39569 * tree.c (omp_clause_num_ops): Update accordingly.
39570 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
39572 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
39573 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
39574 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
39575 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
39576 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
39577 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
39578 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
39579 (OMP_CLAUSE_SET_MAP_KIND): New macro.
39580 * varpool.c (varpool_node::get_create): Consider flag_openacc next
39582 * config/i386/intelmic-offload.h: New file.
39583 * config/nvptx/offload.h: Likewise.
39585 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
39587 * explow.h: Remove duplicate contents.
39588 * dojump.h: Likewise.
39590 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
39592 * arm.c (arm_xgene_tune): Add default initializer for instruction
39595 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
39599 * ipa.c (symbol_table::remove_unreachable_nodes):
39600 Do not put abstract origins into boundary.
39602 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
39604 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
39605 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
39607 2015-01-15 Steve Ellcey <sellcey@mips.com>
39609 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
39610 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
39611 builtins.def, and chkp-builtins.def.
39613 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
39615 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
39618 2015-01-15 Richard Biener <rguenther@suse.de>
39620 PR tree-optimization/61743
39621 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
39622 information on PHIs for some simple cases.
39624 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
39626 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
39628 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
39629 * config/arm/arm-cores.def (xgene1): New entry.
39630 * config/arm/arm-tables.opt: Regenerate.
39631 * config/arm/arm-tune.md: Regenerate.
39632 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
39634 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
39636 * tree-if-conv.c: Include hash-map.h.
39637 (aggressive_if_conv): New variable.
39638 (fold_build_cond_expr): Add simplification of non-zero condition.
39639 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
39640 destination block is not always executed.
39641 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
39642 than two predecessors if AGGRESSIVE_IF_CONV is true.
39643 (if_convertible_stmt_p): Fix commentary.
39644 (all_preds_critical_p): New function.
39645 (has_pred_critical_p): New function.
39646 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
39647 BB can have more than two predecessors and all incoming edges can be
39649 (predicate_bbs): Skip predication for loop exit block, use build2_loc
39650 to compute predicate for true edge.
39651 (find_phi_replacement_condition): Delete this function.
39652 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
39653 Allow interchange PHI arguments if EXTENDED is false.
39654 Change check that block containing reduction statement candidate
39655 is predecessor of phi-block since phi may have more than two arguments.
39656 (phi_args_hash_traits): New helper structure.
39657 (struct phi_args_hash_traits): New type.
39658 (phi_args_hash_traits::hash): New function.
39659 (phi_args_hash_traits::equal_keys): New function.
39660 (gen_phi_arg_condition): New function.
39661 (predicate_scalar_phi): Add handling of phi nodes with more than two
39662 arguments, delete COND and TRUE_BB arguments, insert body of
39663 find_phi_replacement_condition to predicate ordinary phi nodes.
39664 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
39665 delete call of find_phi_replacement_condition and invoke
39666 predicate_scalar_phi with two arguments.
39667 (insert_gimplified_predicates): Add assert that non-predicated block
39668 don't have statements to insert.
39669 (ifcvt_split_critical_edges): New function.
39670 (ifcvt_split_def_stmt): Likewise.
39671 (ifcvt_walk_pattern_tree): Likewise.
39672 (stmt_is_root_of_bool_pattern): Likewise.
39673 (ifcvt_repair_bool_pattern): Likewise.
39674 (ifcvt_local_dce): Likewise.
39675 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
39676 is copy of inner or outer loop force_vectorize field, invoke
39677 ifcvt_split_critical_edges, ifcvt_local_dce and
39678 ifcvt_repair_bool_pattern for aggressive if-conversion.
39680 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
39682 * config/aarch64/aarch64.md: Include xgene1.md.
39683 * config/aarch64/xgene1.md: New file.
39685 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
39687 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
39688 xgene1 (APM XGene-1) core definition.
39689 * config/aarch64/aarch64.c: Add cost tables for APM XGene-1
39690 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
39691 * doc/invoke.texi: Document -mcpu=xgene1.
39693 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
39695 * dojump.h: New header file.
39696 * explow.h: Likewise.
39697 * expr.h: Remove includes.
39698 Move expmed.c prototypes to expmed.h.
39699 Move dojump.c prototypes to dojump.h.
39700 Move alias.c prototypes to alias.h.
39701 Move explow.c prototypes to explow.h.
39702 Move calls.c prototypes to calls.h.
39703 Move emit-rtl.c prototypes to emit-rtl.h.
39704 Move varasm.c prototypes to varasm.h.
39705 Move stmt.c prototypes to stmt.h.
39706 (saved_pending_stack_adjust): Move to dojump.h.
39707 (adjust_address): Move to explow.h.
39708 (adjust_address_nv): Move to emit-rtl.h.
39709 (adjust_bitfield_address): Likewise.
39710 (adjust_bitfield_address_size): Likewise.
39711 (adjust_bitfield_address_nv): Likewise.
39712 (adjust_automodify_address_nv): Likewise.
39713 * explow.c (expr_size): Move to expr.c.
39714 (int_expr_size): Likewise.
39715 (tree_expr_size): Likewise.
39716 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39717 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
39718 * genemit.c (main): Generate includes statistics.h, real.h,
39719 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
39721 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
39722 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
39723 explow.h, emit-rtl.h, stmt.h.
39724 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
39725 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
39726 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
39727 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
39728 emit-rtl.h, varasm.h, stmt.h.
39729 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
39730 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
39731 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
39732 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
39733 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
39734 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
39735 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
39736 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
39737 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
39738 tm.h tree.h varasm.h vec.h wide-int.h.
39739 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39740 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
39741 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
39742 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
39743 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
39744 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
39745 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
39746 * loop-iv.c: Likewise.
39747 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
39748 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
39749 statistics.h stmt.h tree.h varasm.h wide-int.h.
39750 * lra-constraints.c: Likewise.
39751 * lra-eliminations.c: Likewise.
39752 * lra-lives.c: Likewise.
39753 * lra-remat.c: Likewise.
39754 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39755 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
39756 statistics.h stmt.h tree.h varasm.h wide-int.h.
39757 * hw-doloop.c: Likewise.
39758 * ira-color.c: Likewise.
39759 * ira-emit.c: Likewise.
39760 * loop-doloop.c: Likewise.
39761 * loop-invariant.c: Likewise.
39762 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39763 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
39764 statistics.h stmt.h tree.h varasm.h wide-int.h.
39765 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
39766 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
39767 statistics.h stmt.h tree.h varasm.h wide-int.h.
39768 * combine-stack-adj.c: Likewise.
39771 * ifcvt.c: Likewise.
39772 * ira-costs.c: Likewise.
39773 * jump.c: Likewise.
39774 * lra-coalesce.c: Likewise.
39775 * lra-spills.c: Likewise.
39776 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39777 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
39778 stmt.h varasm.h wide-int.h.
39779 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39780 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
39782 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
39783 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
39784 statistics.h stmt.h varasm.h wide-int.h.
39785 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
39786 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
39787 varasm.h wide-int.h.
39788 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
39789 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
39790 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
39791 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
39792 statistics.h stmt.h.
39793 * config/tilepro/tilepro.c: Likewise.
39794 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
39795 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
39796 * config/pdp11/pdp11.c: Likewise.
39797 * config/xtensa/xtensa.c: Likewise.
39798 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
39799 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
39801 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39802 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
39803 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
39804 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39805 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
39806 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
39807 * rtl-chkp.c: Likewise.
39808 * tree-chkp-opt.c: Likewise.
39809 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
39810 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
39811 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
39812 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39813 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
39814 statistics.h stmt.h.
39815 * tree-vect-data-refs.c: Likewise.
39816 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
39817 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39818 rtl.h statistics.h stmt.h varasm.h.
39819 * internal-fn.c: Likewise.
39820 * ipa-icf-gimple.c: Likewise.
39821 * lto-section-out.c: Likewise.
39822 * tree-data-ref.c: Likewise.
39823 * tree-nested.c: Likewise.
39824 * tree-outof-ssa.c: Likewise.
39825 * tree-predcom.c: Likewise.
39826 * tree-pretty-print.c: Likewise.
39827 * tree-scalar-evolution.c: Likewise.
39828 * tree-ssa-strlen.c: Likewise.
39829 * tree-vect-loop.c: Likewise.
39830 * tree-vect-patterns.c: Likewise.
39831 * tree-vect-slp.c: Likewise.
39832 * tree-vect-stmts.c: Likewise.
39833 * tsan.c: Likewise.
39834 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39835 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
39837 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
39838 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39839 statistics.h stmt.h varasm.h.
39840 * loop-unroll.c: Likewise.
39841 * ubsan.c: Likewise.
39842 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
39843 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
39845 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39846 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
39847 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
39848 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
39849 statistics.h stmt.h.
39850 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
39851 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
39852 statistics.h stmt.h varasm.h.
39853 * gimple-match-head.c: Likewise.
39854 * lto-cgraph.c: Likewise.
39855 * lto-section-in.c: Likewise.
39856 * lto-streamer-in.c: Likewise.
39857 * lto-streamer-out.c: Likewise.
39858 * tree-affine.c: Likewise.
39859 * tree-cfg.c: Likewise.
39860 * tree-cfgcleanup.c: Likewise.
39861 * tree-if-conv.c: Likewise.
39862 * tree-into-ssa.c: Likewise.
39863 * tree-ssa-alias.c: Likewise.
39864 * tree-ssa-copyrename.c: Likewise.
39865 * tree-ssa-dse.c: Likewise.
39866 * tree-ssa-forwprop.c: Likewise.
39867 * tree-ssa-live.c: Likewise.
39868 * tree-ssa-math-opts.c: Likewise.
39869 * tree-ssa-pre.c: Likewise.
39870 * tree-ssa-sccvn.c: Likewise.
39871 * tree-tailcall.c: Likewise.
39872 * tree-vect-generic.c: Likewise.
39873 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39874 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
39875 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39876 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
39877 * varasm.c: Likewise.
39878 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39879 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
39881 * init-regs.c: Likewise.
39883 * omp-low.c: Likewise.
39884 * stack-ptr-mod.c: Likewise.
39885 * tree-ssa-reassoc.c: Likewise.
39886 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39887 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
39889 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39890 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
39891 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39892 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
39893 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39894 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
39895 * tree-ssa-phiopt.c: Likewise.
39896 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39897 fixed-value.h hashtab.h real.h statistics.h stmt.h.
39898 * config/fr30/fr30.c: Likewise.
39899 * config/frv/frv.c: Likewise.
39900 * expr.c: Likewise.
39901 * final.c: Likewise.
39902 * optabs.c: Likewise.
39903 * passes.c: Likewise.
39904 * simplify-rtx.c: Likewise.
39905 * stmt.c: Likewise.
39906 * toplev.c: Likewise.
39907 * var-tracking.c: Likewise.
39908 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39909 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
39910 * lower-subreg.c: Likewise.
39911 * postreload-gcse.c: Likewise.
39913 * reginfo.c: Likewise.
39914 * store-motion.c: Likewise.
39915 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39916 fixed-value.h hashtab.h real.h stmt.h varasm.h.
39917 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39918 fixed-value.h hashtab.h statistics.h stmt.h.
39919 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39920 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
39921 * except.c: Likewise.
39922 * explow.c: Likewise.
39923 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39924 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
39926 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39927 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
39928 * tree-ssa-structalias.c: Likewise.
39929 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39930 fixed-value.h insn-config.h real.h statistics.h.
39931 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39932 fixed-value.h insn-config.h real.h statistics.h stmt.h.
39933 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39934 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
39935 * cfgbuild.c: Likewise.
39936 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39937 fixed-value.h real.h rtl.h statistics.h stmt.h.
39938 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39939 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
39940 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39941 fixed-value.h real.h statistics.h stmt.h.
39942 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39943 fixed-value.h real.h statistics.h stmt.h varasm.h.
39944 * cprop.c: Likewise.
39945 * modulo-sched.c: Likewise.
39946 * postreload.c: Likewise.
39947 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
39948 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
39949 statistics.h stmt.h varasm.h.
39950 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
39951 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39952 rtl.h statistics.h stmt.h varasm.h.
39953 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
39954 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
39956 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
39957 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
39959 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
39960 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
39962 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
39963 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
39964 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39965 function.h real.h statistics.h stmt.h varasm.h.
39966 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39967 insn-config.h real.h statistics.h stmt.h.
39968 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39969 statistics.h stmt.h.
39970 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
39971 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
39972 statistics.h stmt.h varasm.h.
39973 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
39974 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
39975 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
39976 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
39977 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
39978 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
39979 statistics.h stmt.h varasm.h.
39980 * ipa-polymorphic-call.c: Likewise.
39981 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
39982 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39983 statistics.h stmt.h.
39984 * config/c6x/c6x.c: Likewise.
39985 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
39986 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39987 statistics.h stmt.h varasm.h.
39988 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
39989 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
39991 * ipa-split.c: Likewise.
39992 * tree-eh.c: Likewise.
39993 * tree-ssa-dce.c: Likewise.
39994 * tree-ssa-loop-niter.c: Likewise.
39995 * tree-vrp.c: Likewise.
39996 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
39997 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
39999 * config/nds32/nds32-fp-as-gp.c: Likewise.
40000 * config/nds32/nds32-intrinsic.c: Likewise.
40001 * config/nds32/nds32-isr.c: Likewise.
40002 * config/nds32/nds32-md-auxiliary.c: Likewise.
40003 * config/nds32/nds32-memory-manipulation.c: Likewise.
40004 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
40005 * config/nds32/nds32-predicates.c: Likewise.
40006 * config/nds32/nds32.c: Likewise.
40007 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
40008 fixed-value.h hashtab.h real.h statistics.h.
40009 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
40010 fixed-value.h hashtab.h real.h statistics.h stmt.h.
40011 * config/arm/arm.c: Likewise.
40012 * config/avr/avr.c: Likewise.
40013 * config/bfin/bfin.c: Likewise.
40014 * config/h8300/h8300.c: Likewise.
40015 * config/i386/i386.c: Likewise.
40016 * config/ia64/ia64.c: Likewise.
40017 * config/iq2000/iq2000.c: Likewise.
40018 * config/m32c/m32c.c: Likewise.
40019 * config/m32r/m32r.c: Likewise.
40020 * config/m68k/m68k.c: Likewise.
40021 * config/mcore/mcore.c: Likewise.
40022 * config/mep/mep.c: Likewise.
40023 * config/mips/mips.c: Likewise.
40024 * config/mn10300/mn10300.c: Likewise.
40025 * config/moxie/moxie.c: Likewise.
40026 * config/pa/pa.c: Likewise.
40027 * config/rl78/rl78.c: Likewise.
40028 * config/rx/rx.c: Likewise.
40029 * config/s390/s390.c: Likewise.
40030 * config/sh/sh.c: Likewise.
40031 * config/sparc/sparc.c: Likewise.
40032 * config/spu/spu.c: Likewise.
40033 * config/stormy16/stormy16.c: Likewise.
40034 * config/v850/v850.c: Likewise.
40035 * config/vax/vax.c: Likewise.
40036 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
40037 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
40038 * config/msp430/msp430.c: Likewise.
40039 * predict.c: Likewise.
40040 * value-prof.c: Likewise.
40041 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
40042 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
40043 * config/microblaze/microblaze.c: Likewise.
40044 * config/nios2/nios2.c: Likewise.
40045 * config/rs6000/rs6000.c: Likewise.
40046 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40047 insn-config.h real.h rtl.h statistics.h stmt.h.
40048 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40049 insn-config.h real.h statistics.h stmt.h.
40050 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
40051 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
40052 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
40053 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
40054 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
40055 fixed-value.h real.h statistics.h stmt.h.
40056 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
40057 fixed-value.h statistics.h stmt.h.
40058 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
40061 2015-01-15 Jakub Jelinek <jakub@redhat.com>
40063 * gengtype.c (create_user_defined_type): Workaround
40064 -Wmaybe-uninitialized false positives.
40065 * cse.c (fold_rtx): Likewise.
40066 * loop-invariant.c (gain_for_invariant): Likewise.
40068 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
40070 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
40071 set the memory attributes in all cases but clear MEM_EXPR if need be.
40073 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
40075 PR tree-optimization/64434
40076 * cfgexpand.c (reorder_operands): New function.
40077 (expand_gimple_basic_block): Insert call of reorder_operands if
40080 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
40082 * config/mips/micromips.md (*swp): Remove explicit parallel.
40083 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
40084 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
40085 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
40086 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
40087 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
40088 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
40089 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
40090 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
40091 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
40092 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
40093 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
40094 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
40095 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
40096 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
40097 (mips_wrdsp): Likewise.
40098 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
40100 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
40101 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
40102 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
40103 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
40104 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
40105 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
40106 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
40107 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
40108 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
40110 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
40112 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
40113 (mips_print_operand): Support 'y' to print exact log2 in decimal
40115 * config/mips/mips.h (ISA_HAS_LSA): New define.
40116 (ISA_HAS_DLSA): Likewise.
40117 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
40118 * config/mips/predicates.md (const_immlsa_operand): New predicate.
40120 2015-01-15 Martin Liska <mliska@suse.cz>
40123 * optc-save-gen.awk: Add support for array types.
40125 2015-01-15 Richard Biener <rguenther@suse.de>
40127 PR middle-end/64365
40128 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
40129 for MEM_REF access functions with the same base can never partially
40132 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
40134 * common.opt: New option -fstack-protector-explicit.
40135 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
40136 (stack_protect_decl_phase): Handle stack_protect attribute for
40137 explicit stack protection requests.
40138 (expand_used_vars): Similarly.
40139 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
40140 * doc/extend.texi: Add documentation for "stack_protect" attribute.
40141 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
40143 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
40146 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
40148 (sh_extending_set_of_reg): New struct.
40149 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
40150 sh_remove_reg_dead_or_unused_notes): New Declarations.
40151 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
40152 sh_find_extending_set_of_reg, sh_split_tst_subregs,
40153 sh_extending_set_of_reg::use_as_extended_reg): New functions.
40154 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
40155 convert to insn_and_split and use new function sh_split_tst_subregs.
40157 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
40159 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
40161 (Optimization Options): Move -fuse-ld documentation to...
40162 (Link Options): ...here.
40164 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
40166 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
40168 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
40169 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
40170 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
40171 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
40172 instead of ZR for the memory operand of LL/SC.
40173 (compare_and_swap_12, sync_add<mode>): Likewise.
40174 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
40175 (sync_new_<optab>_12, sync_nand_12): Likewise.
40176 (sync_old_nand_12, sync_new_nand_12): Likewise.
40177 (sync_sub<mode>, sync_old_add<mode>): Likewise.
40178 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
40179 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
40180 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
40181 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
40182 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
40183 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
40184 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
40185 * doc/md.texi (ZC): Update description.
40187 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
40189 * builtins.c (expand_builtin_atomic_exchange): Remove error when
40190 memory model is CONSUME.
40191 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
40192 expand_builtin_atomic_store): Change invalid memory model errors to
40194 (expand_builtin_atomic_clear): Change invalid model errors to warnings
40195 and issue warning for CONSUME.
40197 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
40199 * lto-cgraph: Update function comments for
40200 lto_symtab_encoder_encode_*.
40202 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
40204 * Makefile.in (site.exp): Do not set ENABLE_LTO.
40206 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
40208 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
40209 * lto-cgraph.c (select_what_to_stream): Remove argument, use
40210 lto_stream_offload_p instead.
40211 * lto-streamer.h (select_what_to_stream): Remove argument.
40212 * passes.c (ipa_write_summaries): Likewise.
40213 * tree-pass.h (ipa_write_summaries): Likewise.
40215 2015-01-14 Richard Biener <rguenther@suse.de>
40217 PR tree-optimization/59354
40218 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
40219 groups larger than the slp group size as having gaps.
40221 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
40223 PR middle-end/59448
40224 * builtins.c (get_memmodel): Promote consume to acquire always.
40226 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
40229 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
40232 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
40235 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
40237 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
40238 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
40239 AVX512VBMI, as it implies AVX512BW.
40241 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
40244 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
40245 (vec_unpacks_hi_v16sf): Ditto.
40247 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40249 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
40252 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40254 * doc/invoke.texi (mapcs): Mention deprecation.
40255 (mapcs-frame): Likewise.
40257 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
40260 * config/arm/arm.c (callee_saved_reg_p): Define.
40261 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
40262 register is callee saved instead of !call_used_regs[reg].
40263 (thumb1_compute_save_reg_mask): Likewise.
40265 2015-01-14 Hale Wang <hale.wang@arm.com>
40267 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
40270 2015-01-14 Richard Biener <rguenther@suse.de>
40273 * tree-inline.c (insert_debug_decl_map): Check destination
40274 function MAY_HAVE_DEBUG_STMTS.
40275 (insert_init_debug_bind): Likewise.
40276 (insert_init_stmt): Remove redundant check.
40277 (remap_gimple_stmt): Drop debug stmts if the destination
40278 function has var-tracking assignments disabled.
40280 2015-01-14 Martin Liska <mliska@suse.cz>
40282 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
40283 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
40285 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40288 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
40289 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
40291 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
40293 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
40294 level from an ARCH; do not inject the default.
40295 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
40296 MIPS_ISA_LEVEL_SPEC.
40297 (MIPS_ISA_NAN2008_SPEC): Update comment.
40298 (BASE_DRIVER_SELF_SPECS): Likewise.
40299 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
40300 MIPS_DEFAULT_ISA_LEVEL_SPEC.
40301 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
40302 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
40303 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
40305 2015-01-14 Richard Biener <rguenther@suse.de>
40307 PR tree-optimization/64493
40308 PR tree-optimization/64495
40309 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
40310 assign the proper vectorized PHI to the inner loop exit PHIs.
40312 2015-01-14 Joey Ye <joey.ye@arm.com>
40314 * config/arm/arm.c (arm_compute_save_reg_mask):
40315 Do not save lr in case of tail call.
40316 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
40318 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
40320 * tree-vrp.c (check_array_ref): Emit more warnings
40321 for warn_array_bounds >= 2.
40322 * common.opt: New option -Warray-bounds=.
40323 * doc/invoke.texi: Document -Warray-bounds=.
40325 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
40327 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
40328 (mforbid-fp-as-gp): Remove.
40330 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
40331 (nds32_symbol_load_store_p): Remove.
40332 (nds32_fp_as_gp_check_available): Clean up implementation.
40333 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
40335 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
40336 fp-as-gp and ex9 cases.
40338 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
40340 * tree-profile.c (init_ic_make_global_vars): Drop workaround
40341 for bintuils bug 14342.
40342 (init_ic_make_global_vars): Likewise.
40343 (gimple_init_edge_profiler): Likewise.
40344 (gimple_gen_ic_func_profiler): Likewise.
40346 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
40348 * ipa-inline.c (inline_small_functions): Swap the operands in
40351 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
40354 * ipa-inline-analysis.c (node_growth_cache): Remove.
40355 (initialize_growth_caches): Do not initialize it.
40356 (free_growth_caches): Do not free it.
40357 (do_estimate_growth): Rename to ...
40358 (estimate_growth): ... this one; drop growth cache code.
40359 (growth_likely_positive): Always go the heuristics way.
40360 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
40361 (reset_edge_caches): Do not reset node growth.
40362 (heap_edge_removal_hook): Do not maintain cache.
40363 (inline_small_functions): Likewise; strenghten sanity check.
40364 (ipa_inline): Do not maintain caches.
40365 * ipa-inline.h (node_growth_cache): Remove.
40366 (do_estimate_growth): Remove to ...
40367 (estimate_growth): this one; remove inline version.
40368 (reset_node_growth_cache): Remove.
40370 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
40373 * ipa-inline.c (inline_small_functions): Update callee keys after
40374 resolving speculation
40375 (inline_small_functions): Always check monotonicity of the queue.
40377 2015-01-13 Marek Polacek <polacek@redhat.com>
40379 PR middle-end/64391
40380 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
40382 2015-01-13 Jakub Jelinek <jakub@redhat.com>
40384 PR rtl-optimization/64286
40385 * ree.c (combine_reaching_defs): Move part of comment earlier,
40386 remove !SCALAR_INT_MODE_P check.
40387 (add_removable_extension): Don't add vector mode
40388 extensions if all uses of the source register aren't the same
40391 2015-01-13 Renlin Li <renlin.li@arm.com>
40393 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
40394 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
40396 2015-01-13 Martin Liska <mliska@suse.cz>
40398 * ipa-icf.c (sem_function::equals_private): Call new functions
40399 cl_target_option_print_diff and cl_optimization_print_diff.
40400 * optc-save-gen.awk (cl_target_option_print_diff): New function.
40401 (cl_optimization_print_diff): Likewise.
40402 * opth-gen.awk: Likewise.
40404 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
40406 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
40407 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
40408 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
40409 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
40410 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
40411 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
40413 2015-01-13 Andrew Pinski <apinski@cavium.com>
40415 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
40416 instead of src mode.
40418 2015-01-13 Richard Biener <rguenther@suse.de>
40421 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
40424 2015-01-13 Andrew Pinski <apinski@cavium.com>
40426 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
40428 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
40430 2015-01-13 Jakub Jelinek <jakub@redhat.com>
40432 PR middle-end/63974
40433 * cfgexpand.c (expand_computed_goto): Don't call
40434 convert_memory_address here.
40436 2015-01-13 Richard Biener <rguenther@suse.de>
40438 PR tree-optimization/64406
40439 * tree-loop-distibution.c (pass_loop_distribution::execute):
40440 Reset the SCEV hashtable if we distributed anything.
40442 2015-01-13 Richard Biener <rguenther@suse.de>
40444 PR tree-optimization/64404
40445 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
40446 SLP types for CSEd loads.
40448 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
40450 PR tree-optimization/64436
40451 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
40452 merge of two symbolic numbers for a bitwise OR to ...
40453 (perform_symbolic_merge): This. Also fix computation of the range and
40454 end of the symbolic number corresponding to the result of a bitwise OR.
40456 2015-01-13 Richard Biener <rguenther@suse.de>
40458 PR tree-optimization/64568
40459 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
40460 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
40462 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40464 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
40465 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
40467 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40469 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
40470 target-specific symbol_ref flag.
40471 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
40472 resides in rodata section.
40473 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
40474 (nds32_encode_section_info): New function.
40476 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40478 * config/nds32/nds32.md (call): Use pseudo instruction bal which
40479 clobbers TA_REGNUM if large code model is specified.
40480 (call_register): Likewise.
40481 (call_immediate): Likewise.
40482 (call_value): Likewise.
40483 (call_value_register): Likewise.
40484 (call_value_immediate): Likewise.
40486 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40488 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
40489 (TARGET_CMODEL_MEDIUM): New macro.
40490 (TARGET_CMODEL_LARGE): New macro.
40491 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
40492 code model setting in assembly code.
40494 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40496 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
40497 Remove MASK_GP_DIRECT flag.
40498 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
40499 one of the multilib default options.
40500 * config/nds32/nds32.opt (mgp-direct): Remove.
40501 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
40502 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
40504 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
40506 * config/nds32/nds32.opt (mcmodel): Add new option.
40507 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
40508 to describe code model.
40510 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
40513 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
40515 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
40517 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
40518 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
40519 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
40520 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
40521 __builtin_sh_set_fpscr.
40523 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
40525 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
40526 after a funtion name just to indicate it is a function.
40527 ([-fsanitize-undefined-trap-on-error]): Likewise.
40528 ([-fdbg-cnt=]): Likewise.
40529 ([-mmemcpy]): Likewise.
40530 ([-mflush-func]): Likewise.
40531 ([-msynci]): Likewise.
40533 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
40535 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
40538 2015-01-12 Jakub Jelinek <jakub@redhat.com>
40540 PR tree-optimization/64563
40541 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
40542 instead of != VR_VARYING.
40545 * config/i386/i386.c (ix86_expand_prologue): Add
40546 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
40548 PR tree-optimization/64454
40549 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
40550 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
40551 for signed or [0, op1 - 1] for unsigned modulo.
40552 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
40553 even if op1 does not satisfy integer_pow2p.
40556 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
40558 2015-01-12 Jeff Law <law@redhat.com>
40561 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
40562 (trunchiqi2, truncsihi2): Similarly.
40564 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
40565 rather than calling F.
40567 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
40569 * tsan.c (instrument_expr): Use force_gimple_operand.
40570 Use may_be_nonaddressable_p instead of is_gimple_addressable.
40572 2015-01-12 Richard Biener <rguenther@suse.de>
40574 PR tree-optimization/64530
40575 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
40578 2015-01-12 Richard Biener <rguenther@suse.de>
40580 PR middle-end/64357
40581 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
40584 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40586 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
40587 Cortex-A17 tuning parameters.
40588 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
40590 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40592 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
40593 * config/arm/arm.c (arm_macro_fusion_p): New function.
40594 (arm_macro_fusion_pair_p): Likewise.
40595 (TARGET_SCHED_MACRO_FUSION_P): Define.
40596 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
40597 (ARM_FUSE_NOTHING): Likewise.
40598 (ARM_FUSE_MOVW_MOVT): Likewise.
40599 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
40600 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
40601 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
40602 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
40603 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
40604 arm_cortex_a5_tune): Specify fuseable_ops value.
40606 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
40609 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
40610 test for PIE with copy reloc.
40611 * configure: Regenerated.
40613 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
40615 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
40617 (arm_tls_descseq_addr): Likewise.
40618 (arm_gen_movmemqi): Likewise.
40619 (arm_expand_epilogue_apcs_frame): Likewise.
40620 (arm_expand_epilogue): Likewise.
40621 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
40624 2015-01-12 Martin Liska <mliska@suse.cz>
40627 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
40628 volatility for correct operands.
40630 2015-01-12 Martin Liska <mliska@suse.cz>
40632 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
40633 indication that a function is not leaf.
40634 (sem_function::compare_polymorphic_p): Likewise.
40636 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
40638 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
40639 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
40640 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
40641 fold-const.h, tree-check.h.
40643 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
40647 * ipa-inline.c (compute_uninlined_call_time,
40648 compute_inlined_call_time): Use counts for extra precision when
40650 (big_speedup_p): Fix formating.
40651 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
40652 (relative_time_benefit): Remove.
40653 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
40654 merge guessed and read profile paths.
40655 (inline_small_functions): Count only !optimize_size functions into
40656 initial size; be more lax about sanity check when profile is used;
40657 be sure to update inlined function profile when profile is read.
40659 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
40662 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
40663 cost when edge becomes direct.
40664 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
40665 is resolved or when introducing new speculation.
40667 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
40671 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
40672 '||' to fix typo issue.
40674 * tree.h (target_opts_for_fn): Check NULL_TREE since it can
40675 accept and return NULL.
40677 2015-01-12 Martin Liska <mliska@suse.cz>
40679 * cgraph.c (cgraph_edge::remove_callee): Move function to header
40680 file for being inlined.
40681 (cgraph_set_edge_callee): Delete.
40682 (cgraph_edge::redirect_callee): Move function to header file
40684 (cgraph_edge::make_direct): Use new function.
40685 (cgraph_edge::dump_edge_flags): New function created from
40686 static dump_edge_flags function.
40687 (cgraph_node::dump): Use new function.
40688 (cgraph_edge::verify_count_and_frequency): New function created
40689 from verify_edge_count_and_frequency.
40690 (cgraph_edge::verify_corresponds_to_fndecl): New function created
40691 from verify_edge_corresponds_to_fndecl.
40692 (verify_edge_corresponds_to_fndecl): Delete.
40693 (cgraph_node::verify_node): Use new function.
40694 * cgraph.h (cgraph_edge::set_callee): New function.
40695 (cgraph_edge::dump_edge_flags): Likewise.
40696 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
40698 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
40700 * ipa-utils.c (estimate_function_body_sizes): Do not
40701 free node params when called late with early=true.
40703 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
40705 * doc/md.texi (Instruction Patterns): Rewrite text for
40707 (Example): Likewise.
40709 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
40711 * doc/invoke.texi (Option Summary): Break long lines.
40712 [(-fdiagnostics-color)]: Put long literal in @smallexample
40714 [(-fsanitize-recover)]: Likewise.
40715 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
40716 [(-ffast-math)]: Likewise.
40717 [(--param max-inline-insns-recursive)]: Likewise.
40718 [(--param max-inline-recursive-depth)]: Likewise.
40719 [(-mno-text-section-literals)]: Likewise.
40721 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
40723 * doc/install.texi: Update for libgomp being renamed from "GNU
40724 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
40726 * doc/sourcebuild.texi: Likewise.
40728 2015-01-10 Anthony Green <green@moxielogic.com>
40730 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
40731 mul.x availability for moxiebox configuration.
40733 2015-01-09 Anthony Green <green@moxielogic.com>
40735 * config/moxie/moxie.md: Tabify assembly output.
40737 2015-01-09 Anthony Green <green@moxielogic.com>
40739 * config/moxie/moxie.md (CC_REG): Correct register definition.
40741 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
40743 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
40744 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
40747 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
40749 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
40751 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
40752 Jakub Jelinek <jakub@redhat.com>
40754 PR middle-end/64412
40755 * lto-streamer.h (lto_stream_offload_p): New declaration.
40756 * lto-streamer.c (lto_stream_offload_p): New variable.
40757 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
40758 at the same time as section_name_prefix.
40759 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
40760 if lto_stream_offload_p.
40761 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
40762 stream TREE_TARGET_OPTION if lto_stream_offload_p.
40763 (write_ts_function_decl_tree_pointers): Don't
40764 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
40765 * tree-streamer-in.c (unpack_value_fields): Don't stream
40766 TREE_TARGET_OPTION in if ACCEL_COMPILER.
40767 (lto_input_ts_function_decl_tree_pointers): Don't stream
40768 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
40769 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
40770 instead of section_name_prefix string comparisons.
40772 2015-01-09 Jakub Jelinek <jakub@redhat.com>
40774 PR rtl-optimization/64536
40775 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
40778 2015-01-09 Michael Collison <michael.collison@linaro.org>
40780 PR tree-optimization/64322
40781 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
40782 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
40784 2015-01-09 Tom de Vries <tom@codesourcery.com>
40786 PR rtl-optimization/64539
40787 * regcprop.c (kill_clobbered_values): Factor out of ...
40788 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
40789 instead of note_stores with kill_clobbered_value.
40791 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
40793 * ginclude/unwind-arm-common.h: Revert previous commit.
40795 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
40797 * config.gcc (arm*-*-freebsd*): New configuration.
40798 * config/arm/freebsd.h: New file.
40799 * config.host: Add extra components for arm*-*-freebsd*.
40800 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
40801 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
40803 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
40805 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
40807 * config/rs6000/t-rtems: Add e6500 multilibs.
40809 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
40811 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
40814 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
40816 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
40817 MULTILIB_EXCEPTIONS.
40819 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
40821 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
40822 MULTILIB_EXCEPTIONS.
40824 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
40826 * config/arm/t-rtems-eabi: Rename to...
40827 * config/arm/t-rtems: ...this.
40828 * config/arm/rtems-eabi.h: Rename to...
40829 * config/arm/rtems.h: ...this.
40830 * config.gcc (arm*-*-rtems*): Reflect changes above.
40832 2015-01-09 Richard Biener <rguenther@suse.de>
40834 PR tree-optimization/64410
40835 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
40837 (execute_update_addresses_taken): Deal with that.
40838 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
40839 loads/stores for complex variables.
40841 2015-01-09 Martin Liska <mliska@suse.cz>
40843 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
40845 (func_checker::compare_memory_operand): New function.
40846 (func_checker::compare_operand): Split case to newly
40848 (func_checker::compare_cst_or_decl): New function.
40849 (func_checker::compare_gimple_call): Identify
40851 (func_checker::compare_gimple_assign): Likewise.
40852 * ipa-icf-gimple.h: New function.
40854 2015-01-09 Martin Liska <mliska@suse.cz>
40857 * sreal.c (sreal::dump): Change unsigned format to signed for
40859 (sreal::to_double): Replace exp2 with scalbln.
40861 2015-01-09 Martin Liska <mliska@suse.cz>
40863 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
40864 * ipa-icf.c (sem_function::equals_private): Add support for target and
40865 (sem_item_optimizer::merge_classes): Remove redundant function
40866 optimization flags comparison.
40867 * tree.h (target_opts_for_fn): New function.
40869 2015-01-09 Tom de Vries <tom@codesourcery.com>
40871 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
40873 2015-01-09 Kito Cheng <kito@0xlab.org>
40875 PR rtl-optimization/64348
40876 * lra-constraints.c (split_reg): Fix caller-save store/restore
40877 instruction generation.
40879 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
40881 PR gcov-profile/61790
40882 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
40883 long long. Fallback to int64_t if host doesn't have long long and
40884 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
40886 2015-01-08 Jakub Jelinek <jakub@redhat.com>
40888 PR tree-optimization/63989
40889 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
40890 from 1000 to 10000.
40891 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
40892 (get_stridx): If we don't have a record for certain SSA_NAME,
40893 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
40894 constant offset, call get_stridx_plus_constant.
40895 (get_stridx_plus_constant): New function.
40896 (zero_length_string): Don't use get_stridx here.
40899 PR middle-end/64388
40900 * dse.c (struct insn_info): Mention frame_read set also
40901 before reload for tail calls on some targets.
40902 (scan_insn): Revert 2014-12-22 change. Set frame_read
40903 also before reload for tail calls if
40904 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
40905 instead of add_non_frame_wild_read for non-const/memset
40906 tail calls after reload.
40908 2015-01-08 Jason Merrill <jason@redhat.com>
40910 * ubsan.c (do_ubsan_in_current_function): New.
40911 (pass_ubsan::gate): Use it.
40912 * ubsan.h: Declare it.
40913 * convert.c (convert_to_integer): Use it.
40915 2015-01-08 Jakub Jelinek <jakub@redhat.com>
40918 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
40919 compare_code when it is unconditionally overwritten afterwards.
40920 Use ix86_reverse_condition instead of reverse_condition. Don't
40921 change code if *reverse_condition* returned UNKNOWN and don't
40922 swap ct/cf and negate diff in that case.
40924 2015-01-08 Mike Stump <mikestump@comcast.net>
40926 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
40927 (pass_tsan_O0::gate): Likewise.
40928 * extend.texi (Function Attributes): Add no_sanitize_thread
40931 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
40933 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
40934 for registering builtins.
40935 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
40936 add -fopenmp to the argv_obstack used when invoking
40937 compile_for_target.
40939 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
40940 add "-m32" or "-m64" to argv_obstack.
40941 (generate_host_descr_file): Likewise, when invoking host_compiler.
40942 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
40945 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
40947 * config/sh/sh-mem.cc: Use constant as second operand when emitting
40950 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
40953 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
40954 constant load if constant operand fits into I08.
40956 2015-01-08 Jakub Jelinek <jakub@redhat.com>
40959 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
40960 and TREE_THIS_VOLATILE for MEM_REFs.
40961 (build5_stat): Fix up initialization of TREE_READONLY and
40962 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
40964 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
40967 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
40968 of r for the second alternative of the destination operand.
40970 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
40973 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
40975 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
40977 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
40979 ([-fivar-visibility], [-fvisibility]): Likewise.
40981 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
40983 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
40984 the file where @code, @command, etc is more appropriate.
40986 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
40988 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
40989 of -mrecip= documentation.
40991 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
40994 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
40995 correct reload handler if -m32 -mpowerpc64 is used.
40997 2015-01-06 Tom de Vries <tom@codesourcery.com>
40999 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
41001 2015-01-08 Christian Bruel <christian.bruel@st.com>
41004 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
41006 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
41008 PR tree-optimization/63259
41009 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
41010 if optab exists for 16bit byteswap.
41012 2015-01-06 Jakub Jelinek <jakub@redhat.com>
41014 * opts.c (common_handle_option): Add support for
41015 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
41016 * doc/invoke.texi: Document -fno-sanitize=all,
41017 -f{,no-}sanitize-recover=all. Document that
41018 -fsanitize=float-cast-overflow is not enabled
41019 by -fsanitize=undefined. Fix up documentation
41020 of -f{,no-}sanitize-recover.
41022 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
41024 * config.gcc: Add Visium support.
41025 * configure.ac: Likewise.
41026 * configure: Regenerate.
41027 * doc/extend.texi (interrupt attribute): Add Visium.
41028 * doc/invoke.texi: Document Visium options.
41029 * doc/install.texi: Document Visium target.
41030 * doc/md.texi: Document Visium constraints.
41031 * common/config/visium: New directory.
41032 * config/visium: Likewise.
41034 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
41036 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
41037 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
41039 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
41041 * combine.c (combine_validate_cost): Do not count the cost of a
41042 split I2 twice. Do not display it twice in the dump, either.
41044 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
41046 Revert parts of r219199.
41047 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
41049 ([-Wtraditional]): Restore markup on <limits.h>.
41051 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
41054 * doc/invoke.texi: Document -Wsuggest-override.
41056 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
41058 PR rtl-optimization/64287
41059 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
41060 (process_options): Disable flag_ipa_ra if profiling.
41062 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
41064 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
41066 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
41068 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
41069 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
41070 put under #if TARGET_LOOPS guard.
41072 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
41074 * config/i386/i386.c (output_387_binary_op): Use std::swap.
41076 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
41078 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
41079 * rtl.h (refers_to_regno_p): Add overload.
41081 * bt-load.c: Likewise.
41082 * combine.c: Likewise.
41083 * df-scan.c: Likewise.
41084 * sched-deps.c: Likewise.
41085 * config/s390/s390.c: Likewise.
41086 * config/m32r/m32r.c: Likewise.
41087 * config/rs6000/spe.md: Likewise.
41088 * config/rs6000/rs6000.c: Likewise.
41089 * config/pa/pa.c: Likewise.
41090 * config/stormy16/stormy16.c: Likewise.
41091 * config/cris/cris.c: Likewise.
41092 * config/arc/arc.md: Likewise.
41093 * config/arc/arc.c: Likewise.
41094 * config/sh/sh.md: Likewise.
41095 * config/sh/sh.c: Likewise.
41096 * config/frv/frv.c: Likewise.
41098 2015-01-05 Jakub Jelinek <jakub@redhat.com>
41101 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
41102 call as cleanup of the whole body.
41103 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
41104 * tsan.c (replace_func_exit): New function.
41105 (instrument_func_exit): Moved earlier.
41106 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
41107 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
41109 (tsan_pass): Don't call instrument_func_exit.
41110 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
41111 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
41115 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
41116 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
41117 it to libubsan handler instead of EXPR. Fold comparisons earlier,
41118 if the result is integer_zerop, return NULL_TREE.
41119 * convert.c (convert_to_integer): Pass expr as ARG.
41121 PR tree-optimization/64465
41122 * tree-inline.c (redirect_all_calls): During inlining
41123 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
41124 changed the stmt to a non-throwing call.
41126 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
41128 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
41129 etc markup throughout the file.
41131 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
41133 Enable experimental TSAN support for Ada.
41134 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
41136 2015-01-05 Jakub Jelinek <jakub@redhat.com>
41138 PR tree-optimization/64494
41139 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
41140 clear SSA_NAME_ANTI_RANGE_P flag.
41142 2015-01-05 Marek Polacek <polacek@redhat.com>
41144 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
41146 2015-01-05 Jakub Jelinek <jakub@redhat.com>
41148 Update copyright years.
41150 * gcc.c (process_command): Update copyright notice dates.
41151 * gcov-dump.c: Ditto.
41153 * doc/cpp.texi: Bump @copying's copyright year.
41154 * doc/cppinternals.texi: Ditto.
41155 * doc/gcc.texi: Ditto.
41156 * doc/gccint.texi: Ditto.
41157 * doc/gcov.texi: Ditto.
41158 * doc/install.texi: Ditto.
41159 * doc/invoke.texi: Ditto.
41161 * auto-profile.c, auto-profile.h: Fix up Copyright line.
41163 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
41165 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
41167 ([-fvtable-verify], [-fvtv-debug]): Likewise.
41168 ([-Wabi]): Likewise.
41169 ([-fmessage-length]): Likewise.
41170 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
41171 ([-Wno-discarded-qualifiers]): Likewise.
41172 ([-Wnodiscarded-array-qualifiers]): Likewise.
41173 ([-Wno-virtual-move-assign]): Likewise.
41174 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
41175 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
41176 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
41177 ([-fsanitize-undefined-trap-on-error]): Likewise.
41178 ([-floop-interchange]): Likewise.
41179 ([-ftree-coalesce-inlined-vars]): Likewise.
41180 ([-fvect-cost-model]): Likewise.
41181 ([-flto]): Likewise.
41182 ([--param]): Likewise.
41183 (Spec Files): Likewise.
41184 ([-mstrict-align]): Likewise.
41185 ([-mfix-cortex-a53-835769]): Likewise.
41186 ([-march], [-mtune]): Likewise.
41187 ([-mpic-register]): Likewise.
41188 ([-munaligned-access]): Likewise.
41189 ([-msp8]): Likewise.
41190 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
41191 (AVR Built-in Macros): Likewise.
41192 ([-mpreferred-stack-boundary]): Likewise.
41193 ([-mtune-crtl]): Likewise.
41194 ([-mashf]): Likewise.
41195 ([-mmcu=]): Likewise.
41196 ([-minrt]): Likewise.
41197 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
41198 ([-mupper-regs]): Likewise.
41199 ([-matomic-model]): Likewise.
41200 ([-mdiv]): Likewise.
41201 ([-mzdcbranch]): Likewise.
41202 ([-mdisable-callt]): Likewise.
41203 ([-msoft-float]): Likewise.
41204 ([-m8byte-align]): Likewise.
41205 ([-fstack-reuse]): Likewise.
41207 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
41209 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
41210 Fix markup, light copy-editing.
41211 ([-fauto-profile]): Rewrite to fix formatting and content
41214 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
41216 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
41217 Copy-edit description.
41218 ([-fisolate-erroneous-paths-attribute]): Likewise.
41219 * common.opt (fisolate-erroneous-paths-dereference):
41220 Copy-edit description.
41221 (fisolate-erroneous-paths-attribute): Likewise.
41223 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
41225 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
41228 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
41230 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
41231 ([-fvtv-debug]): Likewise.
41232 ([-Wc++-compat]): Likewise.
41233 ([-Wc++11-compat]): Likewise.
41234 ([-Wc++14-compat]): Likewise.
41235 ([-Wno-sized-deallocation]): Likewise.
41236 ([-femit-class-debug-always]): Likewise.
41237 ([-femit-struct-debug-detailed]): Likewise.
41238 ([-fno-keep-inline-dllexport]): Likewise.
41239 ([-fira-algorithm]): Likewise.
41240 ([-fira-region]): Likewise.
41241 ([-flra-remat]): Likewise.
41242 ([-fipa-ra]): Likewise.
41243 ([-fhoist-adjacent-loads]): Likewise.
41244 ([-fisolate-erroneous-paths-dereference]): Likewise.
41245 ([-fisolate-erroneous-paths-attribute]): Likewise.
41246 ([-ftree-switch-conversion]): Likewise.
41247 ([-ftree-tail-merge]): Likewise.
41248 ([-ftree-loop-if-convert]): Likewise.
41249 ([-ftree-loop-if-convert-stores]): Likewise.
41250 ([-ftree-loop-distribution]): Likewise.
41251 ([-ftree-loop-distribute-patterns]): Likewise.
41252 ([-flto-compression-level]): Likewise.
41253 ([-flto-report]): Likewise.
41254 ([-flto-report-wpa]): Likewise.
41255 ([-fuse-linker-plugin]): Likewise.
41256 ([-mfix-cortex-a53-835769]): Likewise.
41257 ([-mno-fix-cortex-a53-835769]): Likewise.
41258 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
41259 explicit listing; add a note to the discussion indicating they
41260 exist. Reorder table to group similar options. Add missing
41261 @opindex entries. Add @need commands throughout the table to
41262 allow it to be split across multiple pages.
41263 ([-m8bit-idiv]): Fix @opindex.
41264 ([-mavx256-split-unaligned-load]): Likewise.
41265 ([-mavx256-split-unaligned-store]): Likewise.
41266 ([-mstack-protector-guard]): Likewise.
41267 ([-mcpu=]): Likewise.
41268 ([-mcpu]): Likewise.
41269 ([-mpointer-size=]): Likewise.
41271 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
41273 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
41274 instead of `m' constraint. Likewise for unnamed movb comparison
41275 patterns using reg_before_reload_operand predicate.
41276 * config/pa/predicates.md (reg_before_reload_operand): Tighten
41277 predicate to reject register index and LO_SUM DLT memory forms
41280 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
41282 * doc/invoke.texi (Option Summary): Fix spelling of
41283 -fdevirtualize-at-ltrans.
41284 ([-fdevirtualize]): Fix markup.
41285 ([-fdevirtualize-speculatively]): Fix typo.
41286 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
41287 implementor-speaky.
41288 * common.opt (fdevirtualize-at-ltrans): Likewise.
41289 * ipa-devirt.c: Fix typos in comments throughout the file.
41290 (ipa_devirt): Fix typos in format strings for dump output.
41292 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
41294 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
41295 discussion of defaults, light copy-editing.
41297 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
41299 * tsan.c (instrument_expr): corrected previous checkin.
41301 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
41303 Instrument bit field and unaligned accesses for TSAN.
41304 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
41305 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
41306 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
41307 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
41308 unaligned memory regions.
41310 2015-01-01 Anthony Green <green@moxielogic.com>
41312 * config/moxie/predicates.md (moxie_general_movsrc_operand):
41313 Restrict move source register offsets to 16 bits.
41315 Copyright (C) 2015 Free Software Foundation, Inc.
41317 Copying and distribution of this file, with or without modification,
41318 are permitted in any medium without royalty provided the copyright
41319 notice and this notice are preserved.