2015-12-01 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / ChangeLog
blob79d8d92700b53e0ee280d99e80bb6a23dc15b9f2
1 2015-12-01  Richard Biener  <rguenther@suse.de>
3         PR middle-end/68590
4         * genmatch.c (struct capture_info): Add match_use_count.
5         (capture_info::walk_match): Increment match_use_count.
6         (dt_simplify::gen_1): For GENERIC, only wrap multi-use
7         replacements in a save_expr if they occur more often than
8         in the original expression.
10 2015-12-01  Richard Biener  <rguenther@suse.de>
12         PR ipa/68470
13         * ipa-split.c (split_function): Handle main part not returning.
15 2015-12-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
17         PR middle-end/68595
18         * tree-vect-stmts.c (vect_init_vector): Cast boolean
19         scalars to a proper value before building a vector.
21 2015-12-01  Richard Sandiford  <richard.sandiford@arm.com>
23         * genattrtab.c (check_attr_test): Take an attr_desc instead of
24         an is_const flag.  Put the file_location argument first.
25         Update recursive calls.  Improve error messages.
26         (check_attr_value): Take a file location and use it instead
27         of attr->loc.  Improve error messages.  Update calls to
28         check_attr_test.
29         (check_defs): Update call to check_attr_value.
30         (make_canonical): Likewise.
31         (gen_attr): Likewise.
32         (main): Likewise.
33         (gen_insn_reserv): Update call to check_attr_test.
35 2015-12-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
37         * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Fix typo.
39 2015-12-01  Richard Biener  <rguenther@suse.de>
41         PR middle-end/68590
42         * match.pd: Merge (eq @0 @0) and (ge/le @0 @0) patterns.
44 2015-12-01  Jan Hubicka  <hubicka@ucw.cz>
46         * ipa-devirt.c (type_with_linkage_p, type_in_anonymous_namespace_p,
47         odr_type_p): Move to ...
48         * ipa-utils.h (type_with_linkage_p, type_in_anonymous_namespace_p,
49         odr_type_p): here; miscro-optimize.
51 2015-12-01  Bin Cheng  <bin.cheng@arm.com>
53         PR tree-optimization/68529
54         * tree-ssa-loop-niter.c (number_of_iterations_ne): Add new param.
55         Compute no-overflow information for control iv.
56         (number_of_iterations_lt, number_of_iterations_le): Add new param.
57         (number_of_iterations_cond): Pass new argument to above functions.
59 2015-11-30  Jan Hubicka  <hubicka@ucw.cz>
61         * ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when
62         inlining -fno-strict-aliasing into -fstrict-aliasing body.
64 2015-11-30  Aditya Kumar  <aditya.k7@samsung.com>
65             Sebastian Pop  <s.pop@samsung.com>
67         PR tree-optimization/68565
68         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Early return on
69         codegen_error.  Fail when rhs of division operations is integer_zerop.
70         (ternary_op_to_tree): Early return on codegen_error.
71         (unary_op_to_tree): Same.
72         (nary_op_to_tree): Same.
73         (gcc_expression_from_isl_expr_op): Same.
74         (gcc_expression_from_isl_expression): Same.
75         (graphite_create_new_loop): On codegen_error continue generating
76         wrong code.
77         (graphite_create_new_loop_guard): Same.
78         (build_iv_mapping): Same.
79         (graphite_create_new_guard): Same.
81 2015-11-30  Aditya Kumar  <aditya.k7@samsung.com>
82             Sebastian Pop  <s.pop@samsung.com>
84         * graphite-isl-ast-to-gimple.c: Fix dump messages.
85         * graphite-scop-detection.c: Same.
86         * graphite-sese-to-poly.c (isl_id_for_ssa_name): Do not call get_name.
88 2015-11-30  Cesar Philippidis  <cesar@codesourcery.com>
90         * tree-nested.c (convert_nonlocal_omp_clauses): Add support for
91         OMP_CLAUSE_{NUM_GANGS,NUM_VECTORS,VECTOR_LENGTH,SEQ}.
92         (convert_local_omp_clauses): Likewise.
94 2015-11-30  Tom de Vries  <tom@codesourcery.com>
96         PR tree-optimization/46032
97         * tree-ssa-structalias.c (find_func_aliases_for_call_arg): New function,
98         factored out of ...
99         (find_func_aliases_for_call): ... here.
100         (find_func_aliases_for_builtin_call, find_func_clobbers): Handle
101         BUILT_IN_GOMP_PARALLEL.
102         (ipa_pta_execute): Same.  Handle node->parallelized_function as a local
103         function.
105 2015-11-30  Jakub Jelinek  <jakub@redhat.com>
107         PR tree-optimization/68501
108         * target.def (builtin_reciprocal): Replace the 3 arguments with
109         a gcall * one, adjust description.
110         * targhooks.h (default_builtin_reciprocal): Replace the 3 arguments
111         with a gcall * one.
112         * targhooks.c (default_builtin_reciprocal): Likewise.
113         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Use
114         targetm.builtin_reciprocal even on internal functions, adjust
115         the arguments and allow replacing an internal function with normal
116         built-in.
117         * config/i386/i386.c (ix86_builtin_reciprocal): Replace the 3 arguments
118         with a gcall * one.  Handle internal fns too.
119         * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): Likewise.
120         * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Likewise.
121         * doc/tm.texi (builtin_reciprocal): Document.
123 2015-11-30  Richard Biener  <rguenther@suse.de>
125         PR tree-optimization/68592
126         * tree-vect-loop.c (vect_analyze_loop_2): Reset SLP type also
127         on the pattern def sequence.
129 2015-11-30  Nathan Sidwell  <nathan@acm.org>
131         * config/nvptx/nvptx.c (nvptx_name_replacement): Move earlier.
132         (write_one_arg): Reorder parms, add 'sep' param.
133         (nvptx_write_function_decl): Rename to ...
134         (write_fn_proto): ... here.  Do name replacement. Emit linaer
135         comment marker. Deal with both decls and defns. Simplify argument
136         formatting.
137         (write_function_decl_and_comment): Delete.
138         (write_func_decl_from_insn): Rename to ...
139         (write_fn_proto_from_insn): ... here.  Don't do name replacement.
140         (nvptx_record_fndecl): Call write_fn_proto.
141         (nvptx_record_libfunc): Call write_fn_proto_from_insn.
142         (nvptx_declare_function_name): Adjust for write_fn_proto changes.
143         (nvotx_output_call_insn): Call write_fn_prot_from_insn.
145 2015-11-30  Kirill Yukhin  <kirill.yukhin@intel.com>
147         * config/i386/i386.md (define_mode_iterator SWI1248_AVX512BW): New.
148         (define_insn "*k<logic><mode>"): Use new iterator.
150 2015-11-30  Eric Botcazou  <ebotcazou@adacore.com>
152         PR target/28115
153         * config/sparc/sparc.c (supersparc_adjust_cost): Fix thinko.
154         (sparc_adjust_cost): Add missing space.
156 2015-11-30  Richard Biener  <rguenther@suse.de>
158         PR c/68162
159         * dwarf2out.c (gen_type_die_with_usage): Keep variant types
160         of arrays.
162 2015-11-30  Venkataramanan Kumar  <Venkataramanan.Kumar@amd.com>
164         * tree-if-conv.c (struct ifc_dr): Add new tree
165         base_predicate field.
166         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Hash
167         base ref, DR pairs and store base_predicate for write type DRs.
168         (ifcvt_memrefs_wont_trap): Guard checks with
169         -ftree-loop-if-convert-stores flag.
171 2015-11-29  Jan Hubicka  <hubicka@ucw.cz>
173         * cgraph.c (cgraph_node::make_local): No name is unique during
174         incremental linking.
175         * cgraph.h (can_be_discarded_p): Update comment; also common and
176         WEAK in named sections can be discarded; when doing incremental
177         link do not rely on resolution being the final one.
178         * varasm.c (default_binds_local_p_3, decl_binds_to_current_def_p):
179         When symbol can be discarded, do not rely on resolution info.
180         * symtab.c (symtab_node::nonzero_address): Take into account that
181         symbol can be discarded.
182         * ipa-visibility.c (update_visibility_by_resolution_info): Handle
183         definition correctly.
184         (function_and_variable_visibility): Do not set unique_name when
185         incrementally linking.
187 2015-11-29  Nathan Sidwell  <nathan@acm.org>
189         * config/nvptx/nvptx.md (const_0_operand, global_mem_operand,
190         const_mem_operand, param_mem_operand, shared_mem_operand): Delete.
191         (ctrap<mode>): Use const0_operand.
193 2015-11-29  Jan Hubicka  <hubicka@ucw.cz>
195         * ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation
196         dump
198 2015-11-29  David Edelsohn  <dje.gcc@gmail.com>
200         PR target/28115
201         * config/rs6000/rs6000.c (rs6000_adjust_cost): Correct
202         recog_memoized test for insn and check recog_memoized for dep_insn.
204 2015-11-28  Nathan Sidwell  <nathan@acm.org>
206         * config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast.
207         (FRAME_POINTER_CFA_OFFSET): Define.
208         (struct nvptx_args): Use 'tree' type.
209         (INIT_CUMULATIVE_ARGS): Remove unnecessary do...while.
211 2015-11-28  Tom de Vries  <tom@codesourcery.com>
213         * lto-wrapper.c (run_gcc): Handle -flinker-output argument.
215 2015-11-27  Jonathan Wakely  <jwakely@redhat.com>
217         * doc/invoke.texi (Option Summary): Use negative form of
218         -Waggressive-loop-optimizations, remove redundant -Wpedantic-ms-format,
219         sort alphabetically and re-justify.
221 2015-11-27  Vladimir Makarov  <vmakarov@redhat.com>
223         PR rtl-optimization/68536
224         * lra.c (lra_emit_add): Add code for null base.
225         * lra-constraints.c (curr_insn_transform): Skip operators for
226         subreg reloads.
228 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
230         Revert
231         2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
233         * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
234         multiple_sets.
235         (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
236         are not modified by the final modified insns in the basic blocks.
238 2015-11-27  Nathan Sidwell  <nathan@acm.org>
240         * config/nvptx/nvptx-protos.h (nvptx_addr_space_from_address):
241         Don't declare.
242         * config/nvptx/nvptx.c (nvptx_addr_space_from_sym): New.
243         (nvptx_maybe_convert_symbolic_operand): Simplify.
244         (nvptx_addr_space_from_address): Delete.
245         (nvptx_print_operand): Adjust 'A' case.
247 2015-11-27  Richard Biener  <rguenther@suse.de>
249         PR tree-optimization/68559
250         * tree-vect-data-refs.c (vect_analyze_group_access_1): Move
251         peeling for gap checks ...
252         * tree-vect-stmts.c (vectorizable_load): ... here and relax
253         for SLP.
254         * tree-vect-loop.c (vect_analyze_loop_2): Re-set
255         LOOP_VINFO_PEELING_FOR_GAPS before re-trying without SLP.
257 2015-11-27  Nathan Sidwell  <nathan@acm.org>
259         * config/nvptx/nvptx-protos.h (nvptx_record_needed_decl): Don't
260         declare.
261         * config/nvptx/nvptx.c (write_func_decl_from_insn): Move earlier.
262         (nvptx_record_fndecl): Don't return value, remove force
263         argument. Require fndecl.
264         (nvptx_record_libfunc): New.
265         (nvptx_record_needed_decl): Deteermine how to record decl here.
266         (nvptx_maybe_record_fnsym): New.
267         (nvptx_expand_call): Don't record libfuncs here,
268         (nvptx_maybe_convert_symbolic_operand): Use
269         nvptx_maye_record_fnsym.
270         (nvptx_assemble_integer): Reimplement with single switch.
271         (nvptx_output_call_insn): Register libfuncs here.
272         (nvptx_file_end): Adjust  nvptx_record_fndecl call.
273         * config/nvptx/nvptx.md (expand_movdi): Don't call
274         nvptx_record_needed_decl.
276 2015-11-27  Richard Biener  <rguenther@suse.de>
278         PR tree-optimization/68553
279         * tree-vect-slp.c (vect_create_mask_and_perm): Skip VEC_PERM_EXPR
280         generation for 1:1 permutations.
281         (vect_transform_slp_perm_load): Detect 1:1 permutations.
283 2015-11-27  Bernd Schmidt  <bschmidt@redhat.com>
285         * gimple.h (nonbarrier_call_p): Declare.
286         * gimple.c (nonbarrier_call_p): New function.
287         * tree-ssa-phiopt.c (nontrapping_dom_walker::before_dom_children):
288         Also increment call phase for ASMs with vdef and potential barrier
289         calls.
291 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
293         * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
294         multiple_sets.
295         (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
296         are not modified by the final modified insns in the basic blocks.
298 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
300         PR rtl-optimization/68506
301         * ifcvt.c (noce_try_cmove_arith): Try emitting the else basic block
302         first if emit_a exists or then_bb modifies 'b'.  Reindent if-else
303         blocks.
305 2015-11-27  Martin Liska  <mliska@suse.cz>
307         PR c++/68312
308         * vec.h (release_vec_vec): New function.
310 2015-11-27  Jakub Jelinek  <jakub@redhat.com>
312         PR tree-optimization/68552
313         * optabs.c (expand_vec_perm_1): Move vec_shr handling from here...
314         (expand_vec_perm): ... here.  Do it regardless of vec_perm_const_optab
315         or whether v0 == v1.
317 2015-11-27  Martin Liska  <mliska@suse.cz>
319         * tree-ssa-uninit.c: Fix whitespaces in the source file.
320         The change is just automatical.
322 2015-11-27  Martin Liska  <mliska@suse.cz>
324         * tree-chkp.c (chkp_make_static_bounds): Release buffer
325         used for string.
327 2015-11-27  Martin Liska  <mliska@suse.cz>
329         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
330         Do not release memory for comp_alias_ddrs.
331         * tree-vect-loop.c (destroy_loop_vec_info): Release
332         the memory for all loop_vec_info.
334 2015-11-27  Martin Liska  <mliska@suse.cz>
336         * ipa-devirt.c (ipa_devirt): Use auto_vec instead
337         of a local-scope vec.
338         (struct final_warning_record): Use auto_vec instead
339         of vec.
341 2015-11-27  Richard Biener  <rguenther@suse.de>
343         PR tree-optimization/68553
344         * tree-vect-slp.c (vect_get_mask_element): Remove.
345         (vect_transform_slp_perm_load): Implement in a simpler way.
347 2015-11-26  Alexandre Oliva <aoliva@redhat.com>
349         PR rtl-optimization/67753
350         PR rtl-optimization/64164
351         * function.c (assign_parm_setup_block): Right-shift
352         upward-padded big-endian args when bypassing the stack slot.
354 2015-11-26  Maciej W. Rozycki  <macro@imgtec.com>
356         * doc/invoke.texi (Option Summary) <MIPS Options>: Reorder
357         `-mcompact-branches='.
358         (MIPS Options): Likewise.
360 2015-11-26  Jakub Jelinek  <jakub@redhat.com>
362         * Makefile.in (build/genmatch.o): Depend on internal-fn.def.
364 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
366         * doc/install.texi (Prerequisites): Increase ISL requirement to
367         0.14 or 0.15.
369 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
371         * config/aarch64/arm_neon.h
372         (vqrdmlah_laneq_s16, vqrdmlah_laneq_s32): New.
373         (vqrdmlahq_laneq_s16, vqrdmlahq_laneq_s32): New.
374         (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
375         (vqrdmlshq_laneq_s16, vqrdmlshq_laneq_s32): New.
376         (vqrdmlah_lane_s16, vqrdmlah_lane_s32): New.
377         (vqrdmlahq_lane_s16, vqrdmlahq_lane_s32): New.
378         (vqrdmlahh_s16, vqrdmlahh_lane_s16, vqrdmlahh_laneq_s16): New.
379         (vqrdmlahs_s32, vqrdmlahs_lane_s32, vqrdmlahs_laneq_s32): New.
380         (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
381         (vqrdmlshq_lane_s16, vqrdmlshq_lane_s32): New.
382         (vqrdmlshh_s16, vqrdmlshh_lane_s16, vqrdmlshh_laneq_s16): New.
383         (vqrdmlshs_s32, vqrdmlshs_lane_s32, vqrdmlshs_laneq_s32): New.
385 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
387         * config/aarch64/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New.
388         (vqrdmlahq_s16, vqrdmlahq_s32): New.
389         (vqrdmlsh_s16, vqrdmlsh_s32): New.
390         (vqrdmlshq_s16, vqrdmlshq_s32): New.
392 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
394         * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add
395         ARM_FEATURE_QRDMX.
397 2015-11-26  Pierre-Marie de Rodat  <derodat@adacore.com>
399         PR debug/53927
400         * tree-nested.c (finalize_nesting_tree_1): Append a field to
401         hold the frame base address.
402         * dwarf2out.c (gen_subprogram_die): Generate for
403         DW_AT_static_link a location description that computes the value
404         of this field.
406 2015-11-26  Tom de Vries  <tom@codesourcery.com>
408         revert:
409         2015-11-25  Tom de Vries  <tom@codesourcery.com>
411         * cfgloop.c (find_single_latch): New function, factored out of ...
412         (flow_loops_find): ... here.
413         (verify_loop_structure): Improve verification of loop->latch.
414         * cfgloop.h (find_single_latch): Declare.
415         * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
417 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
419         * config/aarch64/aarch64-simd-builtins.def:
420         Add missing changes from r230962.
422 2015-11-26  Nathan Sidwell  <nathan@acm.org>
424         * config/nvptx/nvptx.c (write_func_decl_from_insn): Replace callee
425         arg with name.  Don't deal with split regs.  Tweak formatting.
426         (nvptx_expand_call): Adjust write_func_decl_from_insn call.
427         (nvptx_output_call_insn): Don't deal with split regs here.
429 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
431         * config/aarch64/aarch64-simd-builtins.def
432         (sqrdmlah, sqrdmlsh): New.
433         (sqrdmlah_lane, sqrdmlsh_lane): New.
434         (sqrdmlah_laneq, sqrdmlsh_laneq): New.
436 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
438         * config/aarch64/aarch64-simd.md
439         (aarch64_sqmovun<mode>): Fix some white-space.
440         (aarch64_<sur>qmovun<mode>): Likewise.
441         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h<mode>): New.
442         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): New.
443         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): New.
444         * config/aarch64/iterators.md (UNSPEC_SQRDMLAH): New.
445         (UNSPEC_SQRDMLSH): New.
446         (SQRDMLH_AS): New.
447         (rdma_as): New.
449 2015-11-26  Richard Biener  <rguenther@suse.de>
451         PR tree-optimization/66721
452         * tree-vect-loop.c (vect_analyze_loop_2): Compute scalar
453         iteration cost earlier.  Re-do analysis without SLP when
454         vectorization using SLP fails and without has a chance to succeed.
456 2015-11-26  Richard Biener  <rguenther@suse.de>
458         * genmatch.c (dt_simplify::gen_1): For generic wrap all
459         multi-result-use captures in a SAVE_EXPR.
461 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
463         * config/aarch64/aarch64.h (AARCH64_ISA_RDMA): New.
464         (TARGET_SIMD_RDMA): New.
466 2015-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
468         * combine.c (subst): Do not return clobber of zero in widening mult
469         case.  Just return x unchanged if it is a no-op substitution.
471 2015-11-26  Vladimir Makarov  <vmakarov@redhat.com>
473         PR target/68416
474         * config/i386/i386.h (enum reg_class): Add
475         bounds registers to ALL_REGS.
477 2015-11-26  Jakub Jelinek  <jakub@redhat.com>
479         PR tree-optimization/68128
480         * tree.h (OMP_CLAUSE_SHARED_READONLY): Define.
481         * gimplify.c: Include gimple-walk.h.
482         (enum gimplify_omp_var_data): Add GOVD_WRITTEN.
483         (omp_notice_variable): Set flags to n->value if n already
484         exists in target region, but we need to jump to do_outer.
485         (omp_shared_to_firstprivate_optimizable_decl_p,
486         omp_mark_stores, omp_find_stores_op, omp_find_stores_stmt): New
487         functions.
488         (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_SHARED_READONLY
489         on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
490         not modified in the body.  Call omp_mark_stores for outer
491         contexts on OMP_CLAUSE_SHARED clauses if they could be written
492         in the body or on OMP_CLAUSE_LASTPRIVATE.
493         (gimplify_adjust_omp_clauses): Add body argument, call
494         omp_find_stores_{stmt,op} on the body through walk_gimple_seq.
495         Set OMP_CLAUSE_SHARED_READONLY
496         on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
497         not modified in the body.  Call omp_mark_stores for outer
498         contexts on OMP_CLAUSE_SHARED clauses if they could be written
499         in the body or on OMP_CLAUSE_LASTPRIVATE or on OMP_CLAUSE_LINEAR
500         without OMP_CLAUSE_LINEAR_NO_COPYOUT or on OMP_CLAUSE_REDUCTION.
501         (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task,
502         gimplify_omp_for, gimplify_omp_workshare, gimplify_omp_target_update,
503         gimplify_expr): Adjust gimplify_adjust_omp_clauses callers.
504         * tree-nested.c (convert_nonlocal_omp_clauses,
505         convert_local_omp_clauses): Clear OMP_CLAUSE_SHARED_READONLY on
506         non-local vars or local vars referenced from nested routines.
507         * omp-low.c (scan_sharing_clauses): For OMP_CLAUSE_SHARED_READONLY
508         attempt to optimize it into OMP_CLAUSE_FIRSTPRIVATE.  Even for
509         TREE_READONLY, don't call use_pointer_for_field with non-NULL
510         second argument until we are sure we are keeping OMP_CLAUSE_SHARED.
512 2015-11-26  Paolo Bonzini <bonzini@gnu.org>
514         * doc/implement-c.texi (Integers Implementation): Make GCC's promises
515         about signed left shift stronger and clarify the cases when they're
516         broken.
518 2015-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
519             Bernd Schmidt  <bschmidt@redhat.com>
521         PR rtl-optimization/67226
522         * calls.c (store_one_arg): Take into account
523         crtl->args.pretend_args_size when checking for overlap between
524         arg->value and argblock + arg->locate.offset during sibcall
525         optimization.
527 2015-11-26  Wilco Dijkstra  <wdijkstr@arm.com>
529         * config/aarch64/aarch64.md (cbranch<mode>4): Use
530         aarch64_fp_compare_operand.
531         (store_pairsf): Use aarch64_reg_or_fp_zero.
532         (store_pairdf): Likewise.
533         (cstore<mode>4): Use aarch64_fp_compare_operand.
534         (cmov<mode>6): Likewise.
535         * config/aarch64/aarch64-ldpstp.md: Use aarch64_reg_or_fp_zero.
537 2015-11-25  Aditya Kumar  <aditya.k7@samsung.com>
538             Sebastian Pop  <s.pop@samsung.com>
540         PR tree-optimization/68453
541         * graphite-isl-ast-to-gimple.c (translate_isl_ast_for_loop): Do
542         not redirect edges already pointing to their destination.
543         (translate_isl_ast_node_for): Split edges after loops to create
544         basic blocks for close phi nodes.  Save merge points at the end of
545         a loop guard.
546         (translate_isl_ast_node_if): Save merge points at the end of the
547         if region.
548         (add_close_phis_to_outer_loops): New.
549         (add_close_phis_to_merge_points): New.
550         (copy_loop_close_phi_args): Call add_close_phis_to_merge_points.
551         (copy_bb_and_scalar_dependences): Do not split basic blocks on
552         loop close phi locations.
554 2015-11-25  Jan Hubicka  <jh@suse.cz>
556         * ipa-visibility.c (cgraph_externally_visible_p,
557         varpool_node::externally_visible_p): When doing incremental linking,
558         hidden symbols may be still used later.
559         (update_visibility_by_resolution_info): Do not drop weak during
560         incremental link.
561         (function_and_variable_visibility): Fix formating.
562         * flag-types.h (lto_linker_output): Declare.
563         * common.opt 9flag_incremental_link): New flag.
565 2015-11-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
567         * config/rs6000/constraints.md (wb constraint): New constraint for
568         ISA 3.0 d-form scalar addressing.
570         * config/rs6000/rs6000.c (mode_supports_vmx_dform): Add support
571         for ISA 3.0 D-form addressing to load SFmode/DFmode scalars into
572         Altivec registers.  Add wb constraint for Altivec registers with
573         D-form addressing.  If we have ISA 3.0 d-form support, undo
574         secondary reload support for using FPR registers if we want to do
575         D-form addressing.
576         (rs6000_debug_reg_global): Likewise.
577         (rs6000_setup_reg_addr_masks): Likewise.
578         (rs6000_init_hard_regno_mode_ok): Likewise.
579         (rs6000_secondary_reload): Likewise.
580         (rs6000_preferred_reload_class): Likewise.
581         (rs6000_secondary_reload_class): Likewise.
583         * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wb
584         constraint.
586         * config/rs6000/rs6000.md (f32_lr2 mode attribute): Add support
587         for ISA 3.0 SFmode/DFmode d-form addressing to Altivec registers.
588         (f32_lm2): Likewise.
589         (f32_li2): Likewise.
590         (f32_sr2): Likewise.
591         (f32_sm2): Likewise.
592         (f32_si2): Likewise.
593         (f64_p9): Likewise.
594         (extendsfdf2_fpr): Likewise.
595         (mov<mode>_hardfloat): Likewise.
596         (mov<mode>_hardfloat32): Likewise.
597         (mov<mode>_hardfloat64): Likewise.
599         * doc/md.texi (RS/6000 constraints): Document wb constraint.
600         Fixup we constraint documentation.
602 2015-11-25  Tom de Vries  <tom@codesourcery.com>
604         * omp-low.c (pass_expand_omp_ssa::clone): New function.
605         * passes.def: Add pass_oacc_kernels pass group.
606         * tree-ssa-loop-ch.c (pass_ch::clone): New function.
608 2015-11-25  Tom de Vries  <tom@codesourcery.com>
610         * tree-pass.h (make_pass_oacc_kernels, make_pass_oacc_kernels2):
611         Declare.
612         * tree-ssa-loop.c (gate_oacc_kernels): New static function.
613         (pass_data_oacc_kernels, pass_data_oacc_kernels2): New pass_data.
614         (class pass_oacc_kernels, class pass_oacc_kernels2): New pass.
615         (make_pass_oacc_kernels, make_pass_oacc_kernels2): New function.
617 2015-11-25  Jan Hubicka  <hubicka@ucw.cz>
619         * timevar.def (TV_IPA_LTO_DECOMPRESS, TV_IPA_LTO_COMPRESS,
620         TV_IPA_LTO_OUTPUT): New.
621         * lto-compress.c: Include timevar.h
622         (lto_end_compression, lto_end_uncompression): Add timers.
623         * langhooks.c: Include timevar.h
624         (lhd_append_data): Add timer.
626 2015-11-25  Jan Hubicka  <hubicka@ucw.cz>
628         * varasm.c (default_elf_asm_output_limited_string,
629         default_elf_asm_output_ascii): Replace fprintf by putc.
631 2015-11-25  Vladimir Makarov  <vmakarov@redhat.com>
633         PR rtl-optimization/67954
634         * lra-constraints.c (curr_insn_transform): Add check on scratch
635         pseudo when change class to NO_REGS.  Add an assert.
637 2015-11-25  Nathan Sidwell  <nathan@acm.org>
639         * config/nvptx/nvptx.md (load_arg_reg<mode>): Arg number
640         constraint is 'n'.
641         * config/nvptx/nvptx.c (write_one_arg): Use 'i' directly as arg
642         number.
643         (nvptx_write_function_decl): Number args from 0.
644         (nvptx_declare_function_name): Likewise.
645         (nvptx_function_incoming_arg): Likewise.
646         (nvptx_output_call_insn): Correct formatting.
648 2015-11-25  David Sherwood  <david.sherwood@arm.com>
650         * optabs.def: Add new optabs fmax_optab/fmin_optab.
651         * internal-fn.def: Add new fmax/fmin internal functions.
652         * doc/md.texi: Add fmin and fmax patterns.
654 2015-11-25  Jason Merrill  <jason@redhat.com>
656         PR c++/68385
657         * tree.c (integer_zerop, integer_onep, integer_each_onep)
658         (integer_all_onesp, integer_minus_onep, integer_pow2p)
659         (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
660         (real_zerop, real_onep, real_minus_onep): Remove STRIP_NOPS.
662 2015-11-25  Richard Biener  <rguenther@suse.de>
664         PR middle-end/68528
665         * fold-const.c (fold_binary_loc): Do not call negate_expr_p
666         on stripped operands.
668 2015-11-25  Nathan Sidwell  <nathan@acm.org>
670         * config/nvptx/nvptx.c (walk_args_for_params): Delete.
671         (nvptx_declare_function_name): Move assignments next to register
672         declarations, and process params here.
674 2015-11-25  David Edelsohn  <dje.gcc@gmail.com>
676         * config/rs6000/rs6000.c (rs6000_declare_alias): Rename and globalize
677         both the symbol and the "dot" symbol for function descriptors. Fix
678         inversion for rename of symbols with dollar sign.
680 2015-11-25  Tom de Vries  <tom@codesourcery.com>
682         * cfgloop.c (find_single_latch): New function, factored out of ...
683         (flow_loops_find): ... here.
684         (verify_loop_structure): Improve verification of loop->latch.
685         * cfgloop.h (find_single_latch): Declare.
686         * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
688 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
690         * config/sol2.h (SUPPORTS_INIT_PRIORITY): Move up.
691         (STARTFILE_VTV_SPEC, ENDFILE_VTV_SPEC): Define.
692         (STARTFILE_SPEC): Use %(startfile_vtv).
693         (ENDFILE_SPEC): Use %(endfile_vtv).
694         (SUBTARGET_EXTRA_SPECS): Handle STARTFILE_VTV_SPEC,
695         ENDFILE_VTV_SPEC.
697         * gcc.c (LINK_COMMAND_SPEC): Move VTABLE_VERIFICATION_SPEC after %{L*}.
699 2015-11-25  Bernd Schmidt  <bschmidt@redhat.com>
701         * ifcvt.c (noce_mem_write_may_trap_or_fault_p,
702         noce_can_store_speculate): Delete.
703         (noce_process_if_block): Don't try to handle single MEM stores.
704         * rtl.h (memory_must_be_modified_in_insn_p): Don't declare.
705         * alias.c (memory_must_be_modified_in_insn_p): Delete.
707 2015-11-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
709         PR rtl-optimization/68435
710         * ifcvt.c (noce_try_cmove_arith): Skip final insn when checking
711         for conflicts between a, b and the set destinations.
713 2015-11-25  Richard Biener  <rguenther@suse.de>
715         PR tree-optimization/68517
716         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses):
717         Properly handle zero-sized types.
719 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
721         * ipa-inline-analysis.c: Include gimplify.h
722         (set_cond_stmt_execution_predicate,
723         set_switch_stmt_execution_predicate): Be sure to not leak locations
724         to function body.
726 2015-11-25  Jakub Jelinek  <jakub@redhat.com>
728         PR target/67089
729         * tree-ssa-math-opts.c (uaddsub_overflow_check_p,
730         match_uaddsub_overflow): New functions.
731         (pass_optimize_widening_mul::execute): Call match_uaddsub_overflow.
733 2015-11-25  Richard Biener  <rguenther@suse.de>
735         PR tree-optimization/68492
736         * tree-vect-slp.c (vect_build_slp_tree): Consistently build up
737         op from scalars after operand swapping.
739 2015-11-25  Richard Biener  <rguenther@suse.de>
741         PR tree-optimization/68502
742         * tree-vect-data-refs.c (vect_analyze_group_access_1): Restore
743         check that the step is a multiple of the type size.
745 2015-11-24  Michael Collison  <michael.collison@linaro.org>
747         * config/aarch64/aarch64-simd.md (widen_ssum, widen_usum)
748         (aarch64_<ANY_EXTEND:su><ADDSUB:optab>w<mode>_internal): New patterns
749         * config/aarch64/iterators.md (Vhalf, VDBLW): New mode attributes.
751 2015-11-24  Steve Ellcey  <sellcey@imgtec.com>
753         * frame-header-opt.c (gate): Check for optimize > 0.
754         (has_inlined_assembly): New function.
755         (needs_frame_header_p): Remove is_leaf_function check,
756         add argument type check.
757         (callees_functions_use_frame_header): Add is_leaf_function
758         and has_inlined_assembly calls..
759         (set_callers_may_not_allocate_frame): New function.
760         (frame_header_opt): Add is_leaf_function call, add
761         set_callers_may_not_allocate_frame call.
762         * config/mips/mips.c (mips_compute_frame_info): Add check
763         to see if callee saved regs can be put in frame header.
764         (mips_expand_prologue): Add check to see if step1 is zero,
765         fix cfa restores when using frame header to store regs.
766         (mips_can_use_return_insn): Check to see if registers are
767         stored in frame header.
768         * config/mips/mips.h (machine_function): Add
769         callers_may_not_allocate_frame and
770         use_frame_header_for_callee_saved_regs fields.
772 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
774         PR rtl-optimization/68520
775         * shrink-wrap.c (try_shrink_wrapping): Don't push a block to VEC if
776         its bit was already set in BB_WITH.
778 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
780         * alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P
781         double check that type is main variant.
782         * tree.c (build_variant_type_copy): Clear TYPE_ALIAS_SET when producing
783         variant.
784         (verify_type_variant): Verify that variants have no
785         TYPE_ALIAS_SET_KNOWN_P set
786         * tree-streamer-out.c (pack_ts_type_common_value_fields): Reorder
787         streaming so constant fields come first; stream TYPE_ALIAS_SET==0
788         only for main variants; stream TYPE_ALIAS_SET as a bit.
789         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Update
790         accordingly.
792 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
794         * tree.c (make_vector_type): Properly compute canonical type of the
795         main variant.
796         (verify_type): Verify that TYPE_CANONICAL of TYPE_MAIN_VARIANT is
797         a main variant.
799 2015-11-24  Nathan Sidwell  <nathan@acm.org>
801         * config/nvptx/nvptx.c (maybe_split_mode): Return new mode or
802         VOIDmode, don't alter incoming mode.
803         (nvptx_split_reg_p): Delete.
804         (write_one_arg, walk_args_for_param, nvptx_declare_function_name,
805         write_func_decl_from_insn, nvptx_output_call_insn): Adjust
806         maybe_split_mode calls.
807         (nvptx_print_operand): Use maybe_split_mode.
809 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
811         * lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL
812         only for types where LTO sets them.
813         * tree.c (build_array_type_1): Do ont set TYPE_CANONICAL for LTO.
814         (make_vector_type): Likewise.
815         (gimple_canonical_types_compatible_p): Use canonical_type_used_p.
816         * tree.h (canonical_type_used_p): New inline.
817         * alias.c (get_alias_set): Handle structural equality for all
818         types that pass canonical_type_used_p.
819         (record_component_aliases): Look through all types with
820         record_component_aliases for possible pointers; sanity check that
821         the alias sets match.
823 2015-11-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
825         * config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.
827 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
829         * tree.c (free_node): New function.
830         (type_hash_canon): Use it.
831         * tree.h (free_node): Declare.
833 2015-11-24  David Edelsohn  <dje.gcc@gmail.com>
834             Michael Meissner  <meissner@linux.vnet.ibm.com>
836         * config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec.
837         (Fv2): New mode attribute to be used when ISA 2.07 instructions
838         are used on SF values, and ISA 2.06 instructions on DF values.
839         (add<mode>3_fpr): Use <Fv2> instead of <Fv>.
840         (sub<mode>3_fpr): Use <Fv2> instead of <Fv>.
841         (mul<mode>3_fpr): Use <Fv2> instead of <Fv>.
842         (div<mode>3_fpr): Use <Fv2> instead of <Fv>.
843         (sqrt<mode>2): Use <Fv2> instead of <Fv>.
844         (fre<Fs>): Use <Fv2> instead of <Fv>.
845         (rsqrt<mode>2): Use <Fv2> instead of <Fv>.
846         (cmp<mode>_fpr): Use <Fv2> instead of <Fv>.
847         (xsrdpi<mode>): Add support for the lround function.
848         (lround<mode>di2): Likewise.
849         (fma<mode>4_fpr): Use <Fv2> instead of <Fv>.
850         (fms<mode>4_fpr): Use <Fv2> instead of <Fv>.
851         (nfma<mode>4_fpr): Use <Fv2> instead of <Fv>.
852         (nfms<mode>4_fpr): Use <Fv2> instead of <Fv>.
854 2015-11-24  Aditya Kumar  <aditya.k7@samsung.com>
855             Sebastian Pop  <s.pop@samsung.com>
857         PR tree-optimization/67984
858         * graphite-isl-ast-to-gimple.c (is_constant): New.
859         (get_rename): Call is_constant.
860         (get_new_name): Same.
862 2015-11-24  Aditya Kumar  <aditya.k7@samsung.com>
863             Sebastian Pop  <s.pop@samsung.com>
865         * graphite-dependences.c: Only include graphite.h.
866         * graphite-isl-ast-to-gimple.c: Same.
867         * graphite-optimize-isl.c: Same.
868         * graphite-poly.c: Same.
869         * graphite-scop-detection.c: Same.
870         * graphite-sese-to-poly.c: Same.
871         * graphite.c: Same.
872         * graphite-isl-ast-to-gimple.h: Move to graphite.h.
873         * graphite-poly.h: Same.
874         * graphite-scop-detection.h: Same.
875         * graphite.h: New.
877 2015-11-24  Pierre-Marie de Rodat  <derodat@adacore.com>
879         * dwarf2out.c (gen_decl_die): Generate DW_TAG_imported_* instead of
880         DW_TAG_namespace for IMPORTED_DECL declarations.  Call
881         dwarf2out_imported_module_or_decl_1 for all DWARF versions as this
882         function already takes care of checking what it can emit.
884 2015-11-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
886         * doc/invoke.texi (-fpic): Add the AArch64 limit.
887         (-fPIC): Add AArch64.
889 2015-11-24  Tom de Vries  <tom@codesourcery.com>
891         * tree-ssa-loop-im.c (tree_ssa_lim): Make static.
892         (pass_lim::execute): Allow to run outside pass_tree_loop.
894 2015-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
896         * config/aarch64/aarch64.md (add<mode>3):
897         Block early expansion into 2 add instructions.
898         (add<mode>3_pluslong): New pattern to combine complex
899         immediates into 2 additions.
901 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
903         PR target/66217
904         PR target/67677
905         PR target/68332
906         * config/rs6000/predicates.md (and_operand): Check that the operand
907         is a const_int before calling rs6000_is_valid_and_mask.
909 2015-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
911         * config/aarch64/aarch64.md (*condjump): Rename to...
912         (condjump): ... This.
913         (*compare_condjump<mode>): New define_insn_and_split.
914         (*compare_cstore<mode>_insn): Likewise.
915         (*cstore<mode>_insn): Rename to...
916         (cstore<mode>_insn): ... This.
917         * config/aarch64/iterators.md (CMP): Handle ne code.
918         * config/aarch64/predicates.md (aarch64_imm24): New predicate.
920 2015-11-24  Mikhail Maltsev  <maltsevm@gmail.com>
922         PR target/68497
923         * config/i386/i386.c (output_387_binary_op): Fix assertion for
924         -fno-checking case.
926 2015-11-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
928         * tree-ssa-uncprop.c (struct val_ssa_equiv_hash_traits): Remove.
929         (val_ssa_equiv_hash_traits::remove): Likewise.
930         (pass_uncprop::execute): Adjust.
932 2015-11-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
934         * hash-map-traits.h (simple_hashmap_traits ::remove): call
935         destructors on values that are being removed.
936         * mem-stats.h (hash_map): Pass type of values to
937         simple_hashmap_traits.
938         * tree-sra.c (sra_deinitialize): Remove work around for hash
939         maps not destructing values.
940         * genmatch.c (sinfo_hashmap_traits): Adjust.
941         * tree-ssa-uncprop.c (val_ssa_equiv_hash_traits): Likewise.
943 2015-11-24  Richard Biener  <rguenther@suse.de>
944             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
946         PR middle-end/68375
947         * cfgloop.c (get_loop_body_in_bfs_order): Restructure loop to avoid
948         bogus assertion.
950 2015-11-24  Jakub Jelinek  <jakub@redhat.com>
952         PR target/68483
953         * tree-vect-generic.c (lower_vec_perm): If VEC_PERM_EXPR
954         is valid vec_shr pattern, don't lower it even if can_vec_perm_p
955         returns false.
956         * optabs.c (shift_amt_for_vec_perm_mask): Return NULL_RTX
957         whenever first is nelt or above.  Don't mask expected with
958         2 * nelt - 1.
960 2015-11-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
962         PR c/68337
963         * gimple-fold.c: Include ipa-chkp.h.
964         (gimple_fold_builtin_memory_op): Don't fold call if we
965         are going to instrument it and it may copy pointers.
967 2015-11-24  Bernd Schmidt <bschmidt@redhat.com>
968             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
970         PR rtl-optimization/68194
971         PR rtl-optimization/68328
972         PR rtl-optimization/68185
973         * ree.c (combine_reaching_defs): Reject copy_needed case if
974         copies_list is not empty.
976 2015-11-24  Richard Biener  <rguenther@suse.de>
978         PR middle-end/68221
979         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Properly
980         use mem_ref_offset.
982 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
984         PR rtl-optimization/68381
985         * combine.c (is_parallel_of_n_reg_sets): Return false if the pattern
986         is poisoned.
988 2015-11-23  Nick Clifton  <nickc@redhat.com>
989             Jeff Law  <law@redhat.com>
991         * ree.c (add_removable_extension): Avoid mis-optimizing cases where
992         the source/dest of the target extension require a different number of
993         hard registers.
994         (combine_set_extension): Remove #if 0 code.
996 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
997             Sebastian Pop  <s.pop@samsung.com>
999         PR tree-optimization/68314
1000         * graphite-optimize-isl.c (optimize_isl): Do not call isl_union_map_is_equal.
1001         * graphite-poly.c (new_scop): Remove original_schedule.
1002         (free_scop): Same.
1003         * graphite-poly.h (struct scop): Same.
1004         * graphite-sese-to-poly.c (build_pbb_minimal_scattering_polyhedrons): Remove.
1005         (build_pbb_scattering_polyhedrons): Add back.
1006         (build_scop_minimal_scattering): Remove.
1007         (build_scop_scattering): Add back.
1008         (build_scop_original_schedule): Remove.
1009         (build_poly_scop): Revert to only call build_scop_scattering.
1011 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1012             Sebastian Pop  <s.pop@samsung.com>
1014         PR tree-optimization/68493
1015         * graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Add
1016         missing early return when codegen_error is set.
1018 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1019             Sebastian Pop  <s.pop@samsung.com>
1021         PR tree-optimization/68279
1022         * graphite-poly.c (new_scop): Remove poly_scop_p.
1023         * graphite-poly.h (struct scop): Same.
1024         (build_poly_scop): Declare.
1025         * graphite-sese-to-poly.c: Do not include graphite-sese-to-poly.h.
1026         (cleanup_loop_iter_dom): New.
1027         (build_loop_iteration_domains): Early return when scev analysis fails.
1028         (create_pw_aff_from_tree): Same.
1029         (add_condition_to_pbb): Same.
1030         (add_conditions_to_domain): Same.
1031         (add_conditions_to_constraints): Same.
1032         (build_scop_iteration_domain): Same.
1033         (build_poly_scop): Same.  Do not initialize poly_scop_p.
1034         * graphite-sese-to-poly.h: Remove.
1035         * graphite.c: Do not include graphite-sese-to-poly.h.
1036         (graphite_transform_loops): Stop before code generation when
1037         build_poly_scop fails.
1038         * sese.c (scalar_evolution_in_region): Add fixme note about scev
1039         analysis.
1041 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1042             Sebastian Pop  <s.pop@samsung.com>
1044         * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
1045         Remove call to update_ssa.
1046         * sese.c (sese_insert_phis_for_liveouts): Same.
1048 2015-11-23  Marek Polacek  <polacek@redhat.com>
1050         PR tree-optimization/68455
1051         * tree-vrp.c (extract_range_from_binary_expr_1): Don't call
1052         extract_range_from_multiplicative_op_1 on symbolic ranges.
1054 2015-11-23  Richard Henderson  <rth@redhat.com>
1056         * optabs.def (uaddv4_optab, usubv4_optab): New.
1057         * internal-fn.c (expand_addsub_overflow): Use them.
1058         * doc/md.texi (Standard Names): Add uaddv<m>4, usubv<m>4.
1060         * config/i386/i386.c (ix86_cc_mode): Extend add overflow check
1061         to reversed operands.
1062         * config/i386/i386.md (uaddv<SWI>4, usubv<SWI>4): New.
1063         (*add<SWI>3_cconly_overflow_1): Rename *add<SWI>3_cconly_overflow.
1064         (*add<SWI>3_cc_overflow_1): Rename *add<SWI>3_cc_overflow.
1065         (*addsi3_zext_cc_overflow_1): Rename *add3_zext_cc_overflow.
1066         (*add<SWI>3_cconly_overflow_2): New.
1067         (*add<SWI>3_cc_overflow_2): New.
1068         (*addsi3_zext_cc_overflow_2): New.
1070 2015-11-23  Richard Biener  <rguenther@suse.de>
1072         PR tree-optimization/68465
1073         * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children):
1074         Also record equalities from multiple predecessor blocks if
1075         only one non-backedge exists.
1077 2015-11-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1079         PR target/68363
1080         * config/aarch64/aarch64.c (aarch64_madd_needs_nop): Reject arguments
1081         that are not INSN_P.
1083 2015-11-23  Bilyan Borisov  <bilyan.borisov@arm.com>
1085         * config/aarch64/aarch64-builtins.c
1086         (aarch64_gimple_fold_builtin): Fold FMULX.
1088 2015-11-23  David Edelsohn  <dje.gcc@gmail.com>
1090         * system.h: Don't poison calloc and strdup if USES_ISL is defined.
1091         * graphite-dependences.c: Define USES_ISL.  Include ISL header files
1092         after GCC header files and before graphite header files.
1093         * graphite-dependences.c: Same.
1094         * graphite-isl-ast-to-gimple.c: Same.
1095         * graphite-optimize-isl.c: Same.
1096         * graphite-poly.c: Same.
1097         * graphite-scop-detection.c: Same.
1098         * graphite-sese-to-poly.c: Same.
1099         * graphite.c: Same.
1101 2015-11-23  Richard Biener  <rguenth@gcc.gnu.org>
1102             Jiong Wang  <jiong.wang@arm.com>
1104         PR tree-optimization/68317
1105         PR tree-optimization/68326
1106         * tree-vrp.c (adjust_range_with_scev): Call drop_tree_overflow if the
1107         final min and max are not infinity.
1109 2015-11-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
1110             Richard Biener  <rguenther@suse.de>
1112         PR tree-optimization/68327
1113         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
1114         compute vectype for non-relevant mask producers.
1115         * tree-vect-stmts.c (vectorizable_comparison): Check stmt
1116         relevance earlier.
1118 2015-11-23  Tom de Vries  <tom@codesourcery.com>
1120         PR tree-optimization/68460
1121         * tree-parloops.c (gather_scalar_reductions): Also call
1122         free_stmt_vec_info_vec if simple_loop_info == NULL.
1124 2015-11-23  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
1126         * opts.c (finish_options): Allow -fsanitize-recover=address for
1127         userspace sanitization.
1128         * asan.c (asan_expand_check_ifn): Redefine recover_p.
1129         * doc/invoke.texi (fsanitize-recover): Update documentation.
1131 2015-11-23  Tom de Vries  <tom@codesourcery.com>
1133         * omp-low.c (build_receiver_ref): Mark by_ref mem_ref as non-trapping.
1135 2015-11-23  Richard Biener  <rguenther@suse.de>
1137         PR tree-optimization/68445
1138         * tree-vect-slp.c (vect_create_mask_and_perm): Properly use
1139         two different strides.
1141 2015-11-23  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1143         * config/s390/s390.h: Add new symref flags, _NOTALIGN2 etc.
1144         * config/s390/s390.c (s390_check_symref_alignment): Use new
1145         symref flags, early abort on wrong alignment
1146         (s390_secondary_reload): Use new symref flags.
1147         (s390_encode_section_info): Likewise.
1148         * config/s390/predicates.md: Likewise.
1150 2015-11-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
1152         PR target/68390
1153         * config/arm/arm.c (arm_function_ok_for_sibcall): Get function type
1154         for indirect function call.
1156 2015-11-22  Bilyan Borisov  <bilyan.borisov@arm.com>
1158         * config/aarch64/aarch64-simd.md
1159         (*aarch64_mulx_elt_<vswap_width_name><mode>, VDQSF): New.
1160         (*aarch64_mulx_elt<mode>, VDQF): Likewise.
1161         (*aarch64_mulx_elt_to_64v2df): Likewise.
1162         (*aarch64_vgetfmulx<mode>, VDQF_DF): Likewise.
1163         * config/aarch64/arm_neon.h (vmulx_lane_f32): New.
1164         (vmulx_lane_f64): Likewise.
1165         (vmulxq_lane_f32): Refactored & moved.
1166         (vmulxq_lane_f64): Likewise.
1167         (vmulx_laneq_f32): New.
1168         (vmulx_laneq_f64): Likewise.
1169         (vmulxq_laneq_f32): Likewise.
1170         (vmulxq_laneq_f64): Likewise.
1171         (vmulxs_lane_f32): Likewise.
1172         (vmulxs_laneq_f32): Likewise.
1173         (vmulxd_lane_f64): Likewise.
1174         (vmulxd_laneq_f64): Likewise.
1176 2015-11-21  Jan Hubicka  <hubicka@ucw.cz>
1178         * tree.c (build_pointer_type_for_mode,build_reference_type_for_mode):
1179         In LTO we do not compute TYPE_CANONICAL of pointers.
1180         (gimple_canonical_types_compatible_p): Improve coments; sanity check
1181         that pointers do not have canonical type that would make us believe
1182         they are different.
1183         * alias.c (get_alias_set): Do structural type equality on pointers;
1184         enable pointer path for LTO; also glob pointer to vector with pointer
1185         to vector element; glob pointers and references for LTO; do more strict
1186         sanity checking about build_pointer_type returning the canonical type
1187         which is also the main variant.
1188         (record_component_aliases): When component type is pointer and we
1189         do LTO; record void_type_node alias set.
1191 2015-11-21  Nathan Sidwell  <nathan@acm.org>
1193         * config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.
1195         * config/nvptx/nvptx.c (write_function_decl_and_comment): Print
1196         leading blank line.
1197         (write_func_decl_from_insn): Likewise.
1198         (init_output_initializer, nvptx_assemble_undefined_decl): Likewise.
1199         (nvptx_file_end): Likewise.
1200         (nvptx_function_end): Undent output.
1201         (nvptx_expand_call): Fix formatting.
1202         (nvptx_output_call_insn): Indent output.
1203         * config/nvptx/nvptx.h (ASM_OUTPUT_ALIGNED_DECL_COMMON,
1204         ASM__OUTPUT_ALIGNED_DECL_LOCAL): Print leading blank line.
1206 2015-11-21  Jakub Jelinek  <jakub@redhat.com>
1208         PR debug/66432
1209         * tree-inline.c (copy_debug_stmt): If
1210         gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
1211         in decl_debug_args, don't call remap_gimple_op_r on it.
1213 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
1215         * ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL;
1216         do not check AGGREGATE_TYPE_P when adding TYPE_MODE;
1217         Check that all record types are complete.
1218         * ipa-icf-gimple.c (func_checker::compatible_types_p): Do not
1219         compare alias sets for types w/o alias sets.
1221 2015-11-20  Eric Botcazou  <ebotcazou@adacore.com>
1223         * config/sparc/sparc.md (umulxhi_vis): Move around.
1224         (*umulxhi_sp64): Likewise.
1225         (umulxhi_v8plus): Likewise.
1226         (xmulx_vis): Likewise.
1227         (*xmulx_sp64): Likewise.
1228         (xmulx_v8plus): Likewise.
1229         (xmulxhi_vis): Likewise.
1230         (*xmulxhi_sp64): Likewise.
1231         (xmulxhi_v8plus): Likewise.
1233 2015-11-20  David Malcolm  <dmalcolm@redhat.com>
1235         PR 62314
1236         * diagnostic-show-locus.c (colorizer::set_fixit_hint): New.
1237         (class layout): Update comment
1238         (layout::print_any_fixits): New method.
1239         (layout::move_to_column): New method.
1240         (diagnostic_show_locus): Add call to layout.print_any_fixits.
1242 2015-11-20  Jakub Jelinek  <jakub@redhat.com>
1244         PR middle-end/68221
1245         * omp-low.c (lower_rec_input_clauses): If C/C++ array reduction
1246         has non-zero bias, subtract it in integer type instead of
1247         pointer plus of negated bias.
1249         PR middle-end/68339
1250         * omp-low.c (expand_simd_clones): Call node->get_body () before
1251         allocating stuff in GC.
1253 2015-11-20  Jim Wilson  <jim.wilson@linaro.org>
1255         * tree-vect-data-refs.c (compare_tree): Call STRIP_NOPS.
1257 2015-11-20  Evandro Menezes  <e.menezes@samsung.com>
1259         * config/aarch64/aarch64.md (predicated): Copy attribute from
1260         "arm.md".
1261         * config/arm/arm.md (predicated): Added description.
1263 2015-11-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1265         * config/arm/arm.c (arm_option_override): Require TARGET_32BIT
1266         for unaligned_access.
1267         * config/arm/arm.md (unaligned_loadsi): Remove redundant TARGET_32BIT
1268         from matching condition.
1269         (unaligned_loadhis): Likewise.
1270         (unaligned_loadhiu): Likewise.
1271         (unaligned_storesi): Likewise.
1272         (unaligned_storehi): Likewise.
1274 2015-11-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1276         PR target/68149
1277         * config/arm/arm.md (unaligned_loaddi): Delete.
1278         (unaligned_storedi): Likewise.
1279         * config/arm/arm.c (gen_movmem_ldrd_strd): Don't generate
1280         unaligned DImode memory ops.  Instead perform two back-to-back
1281         unaligned SImode ops.
1283 2015-11-20  Nathan Sidwell  <nathan@codesourcery.com>
1284             James Norris  <jnorris@codesourcery.com>
1286         * config/nvptx/nvptx.c (nvptx_use_anchors_for_symbol_p): New.
1287         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Override.
1289 2015-11-20  Alan Hayward <alan.hayward@arm.com>
1291         PR tree-optimization/68413
1292         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Cache
1293         evolution base
1294         (vectorizable_reduction): Use cached base
1296 2015-11-20  Tom de Vries  <tom@codesourcery.com>
1298         * tree-parloops.c (build_new_reduction): Fix trailing whitespace in
1299         dump-file string.
1300         (try_create_reduction_list): Same.  Fix typo in dump-file string.
1302 2015-11-20  Eric Botcazou  <ebotcazou@adacore.com>
1304         * doc/md.texi (Standard Names): Move entry for addptr3 around,
1305         add entries for addv4, subv4, mulv4, umulv4 and negv3, fixes
1306         glitch in entries for cbranch4 and jump.
1308 2015-11-20  Tom de Vries  <tom@codesourcery.com>
1310         PR tree-optimization/68373
1311         * tree-scalar-evolution.c (final_value_replacement_loop): Factor out
1312         of ...
1313         (scev_const_prop): ... here.
1314         * tree-scalar-evolution.h (final_value_replacement_loop): Declare.
1315         * tree-parloops.c (try_create_reduction_list): Call
1316         final_value_replacement_loop.
1318 2015-11-20  Bin Cheng  <bin.cheng@arm.com>
1320         PR tree-optimization/52272
1321         * tree-ssa-loop-ivopts.c (struct iv_common_cand): New struct.
1322         (struct iv_common_cand_hasher): New struct.
1323         (iv_common_cand_hasher::hash): New function.
1324         (iv_common_cand_hasher::equal): New function.
1325         (struct ivopts_data): New fields, iv_common_cand_tab and
1326         iv_common_cands.
1327         (tree_ssa_iv_optimize_init): Initialize above fields.
1328         (record_common_cand, common_cand_cmp): New functions.
1329         (add_iv_candidate_derived_from_uses): New function.
1330         (add_iv_candidate_for_use): Record iv_common_cands derived from
1331         iv use in hash table, instead of adding candidates directly.
1332         (add_iv_candidate_for_uses): Call add_iv_candidate_derived_from_uses.
1333         (record_important_candidates): Add important candidates to iv uses'
1334         related_cands.  Always keep related_cands for future use.
1335         (try_add_cand_for): Use iv uses' related_cands.
1336         (free_loop_data, tree_ssa_iv_optimize_finalize): Release new fields
1337         in struct ivopts_data, iv_common_cand_tab and iv_common_cands.
1339 2015-11-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1341         * config/s390/s390.md ("bswaphi2"): New pattern.
1343 2015-11-20  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1345         * config/s390/s390.md (GPR1_REGNUM): New constant.
1346         ("*trunc<BFP:mode><DFP_ALL:mode>2")
1347         ("*trunc<DFP_ALL:mode><BFP:mode>2")
1348         ("trunc<BFP:mode><DFP_ALL:mode>2")
1349         ("trunc<DFP_ALL:mode><BFP:mode>2")
1350         ("*extend<BFP:mode><DFP_ALL:mode>2")
1351         ("*extend<DFP_ALL:mode><BFP:mode>2")
1352         ("extend<BFP:mode><DFP_ALL:mode>2")
1353         ("extend<DFP_ALL:mode><BFP:mode>2"): Clobber r1.
1355 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
1356             Sebastian Pop  <s.pop@samsung.com>
1358         PR tree-optimization/68428
1359         * graphite-scop-detection.c (harmful_stmt_in_region): Do not iterate
1360         over basic blocks outside the scop.
1362 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
1363             Sebastian Pop  <s.pop@samsung.com>
1365         PR tree-optimization/68341
1366         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Remove
1367         gcc_unreachable and safely fail codegen.
1368         (copy_loop_close_phi_args): Do not insert merge phis in a basic
1369         block with loop phi nodes.
1370         (edge_for_new_close_phis): New.
1371         (copy_bb_and_scalar_dependences): Call edge_for_new_close_phis.
1373 2015-11-19  Nathan Sidwell  <nathan@acm.org>
1375         * config/nvptx/nvptx.h (SUPPORTS_WEAK): Define.
1376         * config/nvptx/nvptx.c (nvptx_write_function_decl): Support DECL_WEAK.
1377         (nvptx_declare_objec_name): Likewise.
1379 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
1381         * graphite-isl-ast-to-gimple.c (get_true_edge_from_guard_bb): Move...
1382         (get_false_edge_from_guard_bb): Move...
1383         * sese.c (get_false_edge_from_guard_bb)
1384         (get_true_edge_from_guard_bb): ... here.
1386 2015-11-19  David Edelsohn  <dje.gcc@gmail.com>
1388         Revert
1389         2015-11-18  Alan Modra  <amodra@gmail.com>
1391         * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
1392         type-limits warning.
1395 2015-11-19  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1397         * tree.h (desired_pro_or_demotion_p): New function.
1398         * tree-vrp.c (simplify_cond_using_ranges): Call it.
1400 2015-11-19  Michael Matz  <matz@suse.de>
1402         * fwprop.c (update_uses): Use flag_checking instead of
1403         gcc_checking_assert.
1405 2015-11-19  David Malcolm  <dmalcolm@redhat.com>
1407         * doc/gty.texi (Support for inheritance): Fix missing
1408         parentheses in example.
1410 2015-11-19  Marek Polacek  <polacek@redhat.com>
1412         PR tree-optimization/68431
1413         * tree-vrp.c (extract_range_from_binary_expr_1): Fix condition.
1415 2015-11-19  Nathan Sidwell  <nathan@acm.org>
1417         * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>_1,
1418         atomic_exchange<mode>): Input values can be immediates.
1420 2015-11-19  Eric Botcazou  <ebotcazou@adacore.com>
1422         PR lto/61313
1423         * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified
1424         by the user.
1425         * configure: Regenerate.
1427 2015-11-19  Eric Botcazou  <ebotcazou@adacore.com>
1429         PR target/68408
1430         * config/sparc/sp-elf.h (CTORS_SECTION_ASM_OP): Undefine.
1431         (DTORS_SECTION_ASM_OP): Likewise.
1433 2015-11-19  Jakub Jelinek  <jakub@redhat.com>
1435         PR rtl-optimization/68376
1436         * ifcvt.c (noce_try_abs): Disable one_cmpl optimization if
1437         encountering x <= 0 ? ~x : x or x > 0 ? ~x : x.
1439 2015-11-19  Richard Biener  <rguenther@suse.de>
1441         PR middle-end/68117
1442         * tree-ssa.c (delete_tree_ssa): Revert removal of call to
1443         redirect_edge_var_map_destroy.
1445 2015-11-19  Jakub Jelinek  <jakub@redhat.com>
1447         PR target/67770
1448         * config/i386/i386.md (simple_return): Disable if
1449         ix86_static_chain_on_stack is true.
1451 2015-11-19  Richard Sandiford  <richard.sandiford@arm.com>
1453         PR bootstrap/68393
1454         * internal-fn.c (expand_direct_optab_fn): Handle SUBREG_PROMOTED_VAR_P
1455         destinations.
1457 2015-11-18  Jeff Law  <law@redhat.com>
1459         PR tree-optimization/68198
1460         * tree-ssa-threadupdate.c (valid_jump_thread_path): Distinguish
1461         between threading a multi-way branch and a thread path that contains
1462         a multi-way branch.  Disallow the case where a path contains a
1463         multi-way branch and does not thread a multi-way branch.
1464         (thread_through_all_blocks): Update comment.
1466 2015-11-18  Joseph Myers  <joseph@codesourcery.com>
1468         PR c/65083
1469         * ginclude/stdatomic.h (atomic_thread_fence, atomic_signal_fence)
1470         (atomic_flag_test_and_set, atomic_flag_test_and_set_explicit)
1471         (atomic_flag_clear, atomic_flag_clear_explicit): Declare as
1472         functions before defining as macros.
1474 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
1476         * config/nvptx/nvptx.c (nvptx_process_pars): Fix whitespace.
1477         (nvptx_record_offload_symbol): Remove code compensating for lack
1478         of default dimension handling.
1479         (nvptx_goacc_validate_dims): Remove incorrect ARG_UNUSED markers.
1481 2015-11-18  Aditya Kumar  <aditya.k7@samsung.com>
1483         * graphite-isl-ast-to-gimple.c (copy_loop_phi_args): Change the return
1484         type to bool for early exit.
1485         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Early return
1486         in case of error.
1487         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
1488         (add_phi_arg_for_new_expr): Enable codegen for if-block where one
1489         predecessor dominates the other.
1490         (translate_isl_ast_to_gimple::copy_cond_phi_args): Fix. When the
1491         element is not found it returns -1.
1492         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Bail
1493         out early when codegen fails.
1494         (graphite_regenerate_ast_isl): Remove codegen region when pending
1495         phis could not be generated.
1497 2015-11-18  Aditya Kumar  <aditya.k7@samsung.com>
1499         * graphite-isl-ast-to-gimple.c (struct ast_build_info): Remove
1500         semicolon.
1501         (class translate_isl_ast_to_gimple): Indentation.
1502         (translate_pending_phi_nodes): Comment.
1503         (add_parameters_to_ivs_params): Moved from sese.c inside class
1504         translate_isl_ast_to_gimple.
1505         (get_max_schedule_dimensions): Same.
1506         (generate_isl_context): Same.
1507         (extend_schedule): Same.
1508         (generate_isl_schedule): Same.
1509         (set_options): Same.
1510         (scop_to_isl_ast): Same.
1511         (is_valid_rename): Same.
1512         (get_rename): Same.
1513         (get_rename_from_scev): Same.
1514         (get_def_bb_for_const): Same.
1515         (get_new_name): Same.
1516         (collect_all_ssa_names): Same.
1517         (copy_loop_phi_args): Same.
1518         (copy_loop_phi_nodes): Same.
1519         (copy_loop_close_phi_args): Same.
1520         (copy_loop_close_phi_nodes): Same.
1521         (copy_cond_phi_args): Same.
1522         (copy_cond_phi_nodes): Same.
1523         (graphite_copy_stmts_from_block): Same.
1524         (copy_bb_and_scalar_dependences): Same.
1525         (add_phi_arg_for_new_expr): Same.
1526         (rename_uses): Same.
1527         (set_rename): Same.
1528         (set_rename_for_each_def): Same.
1529         (gsi_insert_earliest): Same.
1530         (rename_all_uses): Same.
1531         (codegen_error_p): Same.
1532         (print_isl_ast_node): Same.
1533         (translate_isl_ast_for_loop): Call function codegen_error_p.
1534         (translate_isl_ast_to_gimple::translate_isl_ast): Same.
1535         (translate_isl_ast_node_user): Make nb_loops const and release
1536         iv_map before exit.
1537         (get_true_edge_from_guard_bb): Move all free-functions early.
1538         (get_false_edge_from_guard_bb): Same.
1539         (bb_contains_loop_close_phi_nodes): Same.
1540         (bb_contains_loop_phi_nodes): Same.
1541         (is_loop_closed_ssa_use):  Same.
1542         (number_of_phi_nodes): Same.
1543         (phi_uses_name): Same.
1544         (later_of_the_two): Same.
1545         (substitute_ssa_name):
1546         (get_edges): Same.
1547         (get_loc): Same.
1548         (get_loop_init_value): Same.
1549         (find_init_value): Same.
1550         (find_init_value_close_phi): Same.
1551         (ast_build_before_for): Same.
1552         (graphite_regenerate_ast_isl): Formatting changes.
1553         * graphite-scop-detection.c (build_cross_bb_scalars_use): Same.
1554         * sese.c (get_rename): Move to graphite-isl-ast-to-gimple.c
1555         (set_rename): Same.
1556         (gsi_insert_earliest): Same.
1557         (collect_all_ssa_names): Same.
1558         (rename_all_uses): Same.
1559         (rename_uses): Same.
1560         (get_def_bb_for_const): Same.
1561         (copy_loop_phi_nodes): Same.
1562         (copy_loop_close_phi_args): Same.
1563         (copy_loop_close_phi_nodes): Same.
1564         (copy_cond_phi_args): Same.
1565         (copy_cond_phi_nodes): Same.
1566         (set_rename_for_each_def): Same.
1567         (graphite_copy_stmts_from_block): Same.
1568         (copy_bb_and_scalar_dependences): Same.
1569         (if_region_set_false_region): Same.
1570         (scev_analyzable_p): Same.
1571         * sese.h: Delete extern functions moved to graphite-isl-ast-to-gimple.c.
1573 2015-11-18  Andreas Tobler  <andreast@gcc.gnu.org>
1575         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the
1576         commit from r125920 for FreeBSD.
1578 2015-11-18  Jason Merrill  <jason@redhat.com>
1580         * ggc-page.c (ggc_globals): Change finalizers and vec_finalizers
1581         to be vecs of vecs.
1582         (add_finalizer): Split out from ggc_internal_alloc.
1583         (ggc_handle_finalizers): Run finalizers for the current depth.
1584         (init_ggc, ggc_pch_read): Reserve space for finalizers.
1586 2015-11-18  Sandra Loosemore  <sandra@codesourcery.com>
1588         PR target/68410
1589         * config/nios2/nios2.c (cdx_and_immed): Remove duplicate tests
1590         from || expression.
1592 2015-11-18  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1594         * config/avr/avr-mcus.def: Add new avr4 devices atmega48pb and
1595         atmega88pb. Add new avr5 devices ata5791, ata8210, ata8510, atmega168pb
1596         and atmega328pb.
1597         * doc/avr-mmcu.texi: Regenerate.
1599 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
1601         * config/nvptx/nvptx.c (bb_pair_t, bb_pair_vec_t): New types.
1602         (pseudo_node_t, struct bracket, bracket_vec_t): New types.
1603         (struct bb_sese): New struct.
1604         (bb_sese::~bb_sese, bb_sese::append, bb_sese::remove): New.
1605         (BB_GET_SESE, BB_SET_SESE): Define.
1606         (nvptx_sese_number, nvptx_sese_pseudo, nvptx_sese_color): New.
1607         (nvptx_find_sese): New.
1608         (nvptx_neuter_pars): Find SESE regions when optimizing.
1610 2015-11-18  Alan Modra  <amodra@gmail.com>
1612         * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
1613         type-limits warning.
1615 2015-11-18  Richard Sandiford  <richard.sandiford@arm.com>
1617         PR bootstrap/68406
1618         * hash-set.h (hash_set::traverse): Expand Key typedef.
1620 2015-11-18  Martin Liska  <mliska@suse.cz>
1622         * config/arm/arm.c (arm_valid_target_attribute_p): Finalize
1623         options struct.
1625 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
1627         * config/nvptx/nvptx.c (global_lock_var): New.
1628         (nvptx_global_lock_addr): New.
1629         (nvptx_lockless_update): Recomment and adjust for clarity.
1630         (nvptx_lockfull_update): New.
1631         (nvptx_reduction_update): New.
1632         (nvptx_goacc_reduction_fini): Call it.
1634 2015-11-18  Bernd Schmidt  <bschmidt@redhat.com>
1636         * regrename.h (struct du_head): Add target_data_1 and target_data_2
1637         fields.
1638         * regrename.c (create_new_chain): Clear entire struct after allocating.
1640         * config/i386/i386.opt (mmitigate-rop): New option.
1641         * doc/invoke.texi (mmitigate-rop): Document.
1642         * config/i386/i386.c: Include "regrename.h".
1643         (ix86_rop_should_change_byte_p, reg_encoded_number,
1644         ix86_get_modrm_for_rop, set_rop_modrm_reg_bits, ix86_mitigate_rop): New
1645         static functions.
1646         (ix86_reorg): Call ix86_mitigate_rop if -fmitigate-rop.
1647         * config/i386/i386.md (attr "modrm_class"): New.
1648         (cmp<mode>_ccno_1, mov<mode>_xor, movstrict<mode>_xor,
1649         x86_mov<mode>cc_0_m1. x86_mov<mode>cc_0_m1_se)
1650         (x86_mov<mode>cc_0_m1_neg): Override modrm_class attribute.
1652 2015-11-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
1654         PR target/68405
1655         * config/i386/i386.c (ix86_expand_mask_vec_cmp): Add missing break.
1657 2015-11-18  Jakub Jelinek  <jakub@redhat.com>
1659         PR tree-optimization/68157
1660         * tree-ssa-reassoc.c (attempt_builtin_powi): Set uid of
1661         pow_stmt or mul_stmt from stmt's uid.
1662         (reassociate_bb): Set uid of mul_stmt from stmt's uid.
1664 2015-11-18  Martin Liska  <mliska@suse.cz>
1666         * haifa-sched.c (haifa_finish_h_i_d): Release reg_set_list.
1668 2015-11-18  Martin Liska  <mliska@suse.cz>
1670         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
1671         Fix GNU coding style.
1672         (find_def_preds): Use auto_vec.
1673         (destroy_predicate_vecs): Change signature of the function.
1674         (prune_uninit_phi_opnds_in_unrealizable_paths): Use the
1675         new signature.
1676         (simplify_preds_4): Use destroy_predicate_vecs instread of
1677         just releasing preds vector.
1678         (normalize_preds): Likewise.
1679         (is_use_properly_guarded): Use new signature of
1680         destroy_predicate_vecs.
1681         (find_uninit_use): Likewise.
1683 2015-11-18  Richard Biener  <rguenther@suse.de>
1685         PR tree-optimization/67790
1686         * tree-vect-loop.c (vect_is_simple_reduction_1): Remove
1687         IL rewrite for MINUS_EXPR reductions, rename back to ...
1688         (vect_is_simple_reduction): ... this, removing the wrapper.
1689         (vect_force_simple_reduction): Adjust.
1690         (vectorizable_reduction): Adjust reduc_index for MINUS_EXPR
1691         reductions and make use if reduc_index in all places.  For
1692         the final reduction of MINUS_EXPR use PLUS_EXPR.
1694 2015-11-18  Alan Modra  <amodra@gmail.com>
1696         * configure.ac (POWERPC64_TOC_POINTER_ALIGNMENT): Pass -z norelro
1697         to ld.
1698         * configure: Regenerate.
1700 2015-11-17  Tom de Vries  <tom@codesourcery.com>
1702         * tree-ssa-loop.c (pass_tree_loop_init::execute): Improve comments.
1704 2015-11-17  Tom de Vries  <tom@codesourcery.com>
1706         * tree-scalar-evolution.c (scev_const_prop): Dump details if replacing
1707         uses of ssa_name with constant.
1709 2015-11-17  Tom de Vries  <tom@codesourcery.com>
1711         * tree-ssa-ccp.c (do_ssa_ccp): Clear LOOP_CLOSED_SSA in loops state if
1712         something changed.
1714 2015-11-17  Tom de Vries  <tom@codesourcery.com>
1716         * cfgloop.h (struct loop): Add in_oacc_kernels_region field.
1717         * omp-low.c (mark_loops_in_oacc_kernels_region): New function.
1718         (expand_omp_target): Call mark_loops_in_oacc_kernels_region.
1720 2015-11-17  Bernd Schmidt  <bschmidt@redhat.com>
1722         * regrename.c (regrename_find_superclass): New function, code moved
1723         from ...
1724         (rename_chains): ... here.  Call it.
1725         * regrename.h (regrename_find_superclass): Declare.
1727         * regrename.c (record_out_operands): Terminate earlyclobbered
1728         operands here.
1730         PR target/66785
1731         * regrename.c (record_operand_use): Keep track of failed operands
1732         and stop appending if we see any.
1733         * regrename.h (struct operand_rr_info): Add a failed field and shrink
1734         n_chains to short.
1736 2015-11-17  Sandra Loosemore  <sandra@codesourcery.com>
1738         PR 48568
1739         * doc/extend.texi (Common Function Attributes) [visibility]:
1740         Add cross-references to matching variable and type attributes.
1741         (Common Variable Attributes) [visibility]: Add missing entry.
1743 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1745         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function): Remove
1746         entries that map directly to optabs.
1748 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1750         * config/i386/i386.c (ix86_builtin_vectorized_function): Remove
1751         entries that map directly to optabs.
1753 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1755         * internal-fn.h (direct_internal_fn_info): Add vectorizable flag.
1756         * internal-fn.c (direct_internal_fn_array): Update accordingly.
1757         * tree-vectorizer.h (vectorizable_function): Delete.
1758         * tree-vect-stmts.c: Include internal-fn.h.
1759         (vectorizable_internal_function): New function.
1760         (vectorizable_function): Inline into...
1761         (vectorizable_call): ...here.  Explicitly reject calls that read
1762         from or write to memory.  Try using an internal function before
1763         falling back on the old vectorizable_function behavior.
1765 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1767         * target.def (builtin_vectorized_function): Take a combined_fn (in
1768         the form of an unsigned int) rather than a function decl.
1769         (builtin_md_vectorized_function): New.
1770         * targhooks.h (default_builtin_vectorized_function): Replace the
1771         fndecl argument with an unsigned int.
1772         (default_builtin_md_vectorized_function): Declare.
1773         * targhooks.c (default_builtin_vectorized_function): Replace the
1774         fndecl argument with an unsigned int.
1775         (default_builtin_md_vectorized_function): New function.
1776         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION):
1777         New hook.
1778         * doc/tm.texi: Regenerate.
1779         * tree-vect-stmts.c (vectorizable_function): Update call to
1780         builtin_vectorized_function, also passing internal functions.
1781         Call builtin_md_vectorized_function for target-specific builtins.
1782         * config/aarch64/aarch64-protos.h
1783         (aarch64_builtin_vectorized_function): Replace fndecl argument
1784         with an unsigned int.
1785         * config/aarch64/aarch64-builtins.c: Include case-cfn-macros.h.
1786         (aarch64_builtin_vectorized_function): Update after above changes.
1787         Use CASE_CFN_*.
1788         * config/arm/arm-protos.h (arm_builtin_vectorized_function): Replace
1789         fndecl argument with an unsigned int.
1790         * config/arm/arm-builtins.c: Include case-cfn-macros.h
1791         (arm_builtin_vectorized_function): Update after above changes.
1792         Use CASE_CFN_*.
1793         * config/i386/i386.c: Include case-cfn-macros.h
1794         (ix86_veclib_handler): Take a combined_fn rather than a
1795         built_in_function.
1796         (ix86_veclibabi_svml, ix86_veclibabi_acml): Likewise.  Use
1797         mathfn_built_in rather than calling builtin_decl_implicit directly.
1798         (ix86_builtin_vectorized_function) Update after above changes.
1799         Use CASE_CFN_*.
1800         * config/rs6000/rs6000.c: Include case-cfn-macros.h
1801         (rs6000_builtin_vectorized_libmass): Replace fndecl argument
1802         with a combined_fn.  Use CASE_CFN_*.  Use mathfn_built_in rather
1803         than calling builtin_decl_implicit directly.
1804         (rs6000_builtin_vectorized_function): Update after above changes.
1805         Use CASE_CFN_*.  Move BUILT_IN_MD to...
1806         (rs6000_builtin_md_vectorized_function): ...this new function.
1807         (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION): Define.
1809 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1811         * tree-vect-patterns.c: Include internal-fn.h.
1812         (vect_recog_pow_pattern): Use IFN_SQRT instead of BUILT_IN_SQRT*.
1814 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1816         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P)
1817         (BUILTIN_CBRT_P, BUILTIN_ROOT_P): Delete.
1819 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1821         * builtins.c (expand_errno_check, expand_builtin_mathfn)
1822         (expand_builtin_mathfn_2): Delete.
1823         (expand_builtin): Remove handling of functions with
1824         internal function equivalents.
1825         * internal-fn.def (SET_EDOM): New internal function.
1826         * internal-fn.h (set_edom_supported_p): Declare.
1827         * internal-fn.c (expand_SET_EDOM): New function.
1828         (set_edom_supported_p): Likewise.
1829         * tree-call-cdce.c: Include builtins.h and internal-fn.h.
1830         Rewrite comment at head of file.
1831         (is_call_dce_candidate): Rename to...
1832         (can_test_argument_range): ...this.  Don't check gimple_call_lhs
1833         or gimple_call_builtin_p here.
1834         (edom_only_function): New function.
1835         (shrink_wrap_one_built_in_call_with_conds): New function, split out
1836         from...
1837         (shrink_wrap_one_built_in_call): ...here.
1838         (can_use_internal_fn, use_internal_fn): New functions.
1839         (shrink_wrap_conditional_dead_built_in_calls): Call use_internal_fn
1840         for calls that have an lhs.
1841         (pass_call_cdce::gate): Remove optimize_function_for_speed_p check.
1842         (pass_call_cdce::execute): Skip blocks that are optimized for size.
1843         Check gimple_call_builtin_p here.  Use can_use_internal_fn for
1844         calls with an lhs.
1845         * opts.c (default_options_table): Enable -ftree-builtin-call-cdce
1846         at -O and above.
1848 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1850         * builtins.h (called_as_built_in): Declare.
1851         * builtins.c (called_as_built_in): Make external.
1852         * internal-fn.h (expand_internal_call): Define a variant that
1853         specifies the internal function explicitly.
1854         * internal-fn.c (expand_load_lanes_optab_fn)
1855         (expand_store_lanes_optab_fn, expand_ANNOTATE, expand_GOMP_SIMD_LANE)
1856         (expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE)
1857         (expand_GOMP_SIMD_ORDERED_START, expand_GOMP_SIMD_ORDERED_END)
1858         (expand_UBSAN_NULL, expand_UBSAN_BOUNDS, expand_UBSAN_VPTR)
1859         (expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK, expand_TSAN_FUNC_EXIT)
1860         (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB)
1861         (expand_UBSAN_CHECK_MUL, expand_ADD_OVERFLOW, expand_SUB_OVERFLOW)
1862         (expand_MUL_OVERFLOW, expand_LOOP_VECTORIZED)
1863         (expand_mask_load_optab_fn, expand_mask_store_optab_fn)
1864         (expand_ABNORMAL_DISPATCHER, expand_BUILTIN_EXPECT, expand_VA_ARG)
1865         (expand_UNIQUE, expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS)
1866         (expand_GOACC_LOOP, expand_GOACC_REDUCTION, expand_direct_optab_fn)
1867         (expand_unary_optab_fn, expand_binary_optab_fn): Add an internal_fn
1868         argument.
1869         (internal_fn_expanders): Update prototype.
1870         (expand_internal_call): Define a variant that specifies the
1871         internal function explicitly. Use it to implement the previous
1872         interface.
1873         * cfgexpand.c (expand_call_stmt): Try to expand calls to built-in
1874         functions as calls to internal functions.
1876 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1878         * Makefile.in (MOSTLYCLEANFILES): Add cfn-operators.pd.
1879         (generated_files): Likewise.
1880         (s-cfn-operators, cfn-operators.pd): New rules.
1881         (s-match): Depend on cfn-operators.pd.
1882         * gencfn-macros.c: Expand comment to describe -o behavior.
1883         (print_define_operator_list): New function.
1884         (main): Accept -o.  Call print_define_operator_list.
1885         * genmatch.c (main): Add the current directory to the include path.
1886         * match.pd (DEFINE_MATH_FN): Delete.  Include cfn-operators.pd
1887         instead.
1889 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1891         * doc/match-and-simplify.texi: Document the "null" identifier.
1892         * genmatch.c (id_base::NULL_ID): New kind.
1893         (null_id): New variable.
1894         (get_operator): Add a parameter that says whether null identifiers
1895         are allowed.
1896         (contains_id): New function.
1897         (lower_for): Skip substitutions that would have a null_id in
1898         either the match or the result.
1899         (parser::parse_for): Allow the null identifier to be used.
1900         (parser::parse_operator_list): Likewise.
1901         (main): Initialize null_id.
1903 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1905         * match.pd: Use HYPOT and COS rather than hypot and cos.
1906         Use CASE_CFN_* macros.  Guard log/exp folds with
1907         SCALAR_FLOAT_TYPE_P.
1908         * genmatch.c (internal_fn): New enum.
1909         (fn_id::fn): Change to an unsigned int.
1910         (fn_id::fn_id): Accept internal_fn too.
1911         (add_builtin): Rename to...
1912         (add_function): ...this and turn into a template.
1913         (get_operator): Only try one variation if the original name fails.
1914         Only add _EXPR if the original name was all lower case.
1915         Try converting internal and built-in function names to their
1916         CFN equivalents.
1917         (expr::gen_transform): Use maybe_build_call_expr_loc for generic.
1918         (dt_simplify::gen_1): Likewise.
1919         (dt_node::gen_kids_1): Use gimple_call_combined_fn for gimple
1920         and get_call_combined_fn for generic.
1921         (dt_simplify::gen): Use combined_fn as the type of fn_ids.
1922         (decision_tree::gen): Likewise.
1923         (main): Use lower case in the strings for {VIEW_,}CONVERT[012].
1924         Use add_function rather than add_builtin.  Register internal
1925         functions too.
1926         * generic-match-head.c: Include case-cfn-macros.h.
1927         * gimple-fold.c (replace_stmt_with_simplification): Use
1928         gimple_call_combined_fn to test whether we can keep an
1929         existing call.
1930         * gimple-match.h (code_helper): Replace built_in_function
1931         with combined_fn.
1932         * gimple-match-head.c: Include fold-const-call.h, internal-fn.h
1933         and case-fn-macros.h.
1934         (gimple_resimplify1): Use fold_const_call.
1935         (gimple_resimplify2, gimple_resimplify3): Likewise.
1936         (build_call_internal, build_call): New functions.
1937         (maybe_push_res_to_seq): Use them.
1938         (gimple_simplify): Use fold_const_call.  Set *rcode to a combined_fn
1939         rather than a built-in function.
1940         * tree.h (build_call_expr_internal_loc): Declare.
1941         (maybe_build_call_expr_loc): Likewise.
1942         * tree.c (build_call_expr_internal_loc_array): New function.
1943         (maybe_build_call_expr_loc): Likewise.
1945 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1947         * builtins.h (mathfn_built_in): Add a variant that takes
1948         a combined_fn.
1949         * builtins.c: Include case-cfn-macros.h.
1950         (CASE_MATHFN): Use CASE_CFN_*.
1951         (CASE_MATHFN_REENT): Use CFN_ codes.
1952         (mathfn_built_in_2, mathfn_built_in_1): Replace built_in_function
1953         argument with a combined_fn.
1954         (mathfn_built_in): Add a variant that takes a combined_fn.
1955         (expand_builtin_int_roundingfn_2): Update callers accordingly.
1956         (fold_builtin_sincos, fold_builtin_classify): Likewise.
1958 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1960         * tree-vect-patterns.c: Include case-cfn-macros.h.
1961         (vect_recog_pow_pattern): Use combined_fn instead of built-in codes.
1963 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1965         * tree-ssa-math-opts.c: Include case-cfn-macros.h.
1966         (execute_cse_sincos_1): Use combined_fn instead of built-in codes.
1967         (pass_cse_sincos::execute): Likewise.
1969 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1971         * tree-ssa-reassoc.c: Include case-cfn-macros.h.
1972         (stmt_is_power_of_op): Use combined_fn instead of built-in codes.
1973         (decrement_power, acceptable_pow_call): Likewise.
1974         (attempt_builtin_copysign): Likewise.
1976 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1978         * tree-vrp.c: Include case-cfn-macros.h.
1979         (extract_range_basic): Switch on combined_fn rather than handling
1980         built-in functions and internal functions separately.
1982 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
1984         * fold-const.h (negate_mathfn_p): Take a combined_fn rather
1985         than a built_in_function.
1986         (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
1987         a function decl.
1988         (integer_valued_real_call_p): Likewise.
1989         * fold-const.c: Include case-cfn-macros.h
1990         (negate_mathfn_p): Take a combined_fn rather than a built_in_function.
1991         (negate_expr_p): Update accordingly.
1992         (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
1993         a function decl.
1994         (integer_valued_real_call_p): Likewise.
1995         (tree_invalid_nonnegative_warnv_p): Update accordingly.
1996         (integer_valued_real_p): Likewise.
1997         * gimple-fold.c (gimple_call_nonnegative_warnv_p): Update call
1998         to tree_call_nonnegative_warnv_p.
1999         (gimple_call_integer_valued_real_p): Likewise
2000         integer_valued_real_call_p.
2001         * gimple-ssa-backprop.c: Include case-cfn-macros.h.
2002         (backprop::process_builtin_call_use): Extend to combined_fn.
2003         (strip_sign_op_1): Likewise.
2004         (backprop::process_use): Don't check for built-in calls here.
2005         (backprop::execute): Likewise.
2006         (backprop::optimize_builtin_call): Update call to negate_mathfn_p.
2008 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2010         * fold-const-call.h (fold_const_call): Replace built_in_function
2011         arguments with combined_fn arguments.
2012         * fold-const-call.c: Include case-cfn-macros.h.
2013         (fold_const_call_ss, fold_const_call_cs, fold_const_call_sc)
2014         (fold_const_call_cc, fold_const_call_sss, fold_const_call_ccc)
2015         (fold_const_call_ssss, fold_const_call_1, fold_const_call): Replace
2016         built_in_function arguments with combined_fn arguments.
2017         * builtins.c (fold_builtin_sincos, fold_builtin_1, fold_builtin_2)
2018         (fold_builtin_3): Update calls to fold_const_call.
2020 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2022         * Makefile.in (HASH_TABLE_H): Add GGC_H.
2023         (MOSTLYCLEANFILES, generated_files): Add case-fn-macros.h.
2024         (s-case-cfn-macros, case-cfn-macros.h, build/gencfn-macros.o)
2025         (build/gencfn-macros$(build_exeext): New rules.
2026         (genprogerr): Add cfn-macros.
2027         * hash-set.h (hash_set): Use the traits value_type as the key.
2028         * gencfn-macros.c: New file.
2030 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2032         * internal-fn.def (DEF_INTERNAL_INT_FN): New macro.
2033         (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): New functions.
2034         * builtins.c (associated_internal_fn): Handle them.
2036 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2038         * builtins.h (associated_internal_fn): Declare.
2039         (replacement_internal_fn): Likewise.
2040         * builtins.c: Include internal-fn.h
2041         (associated_internal_fn, replacement_internal_fn): New functions.
2042         * internal-fn.def (DEF_INTERNAL_FLT_FN): New macro.
2043         (ACOS, ASIN, ATAN, COS, EXP, EXP10, EXP2, EXPM1, LOG, LOG10, LOG1P)
2044         (LOG2, LOGB, SIGNIFICAND, SIN, SQRT, TAN, CEIL, FLOOR, NEARBYINT)
2045         (RINT, ROUND, TRUNC, ATAN2, COPYSIGN, FMOD, POW, REMAINDER, SCALB)
2046         (LDEXP): New functions.
2047         * internal-fn.c: Include recog.h.
2048         (unary_direct, binary_direct): New macros.
2049         (expand_direct_optab_fn): New function.
2050         (expand_unary_optab_fn): New macro.
2051         (expand_binary_optab_fn): Likewise.
2052         (direct_unary_optab_supported_p): Likewise.
2053         (direct_binary_optab_supported_p): Likewise.
2055 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2057         * coretypes.h (tree_pair): New type.
2058         * internal-fn.def (DEF_INTERNAL_OPTAB_FN): New macro.  Use it
2059         for MASK_LOAD, LOAD_LANES, MASK_STORE and STORE_LANES.
2060         * internal-fn.h (direct_internal_fn_info): New structure.
2061         (direct_internal_fn_array): Declare.
2062         (direct_internal_fn_p, direct_internal_fn): New functions.
2063         (direct_internal_fn_types, direct_internal_fn_supported_p): Declare.
2064         * internal-fn.c (not_direct, mask_load_direct, load_lanes_direct)
2065         (mask_store_direct, store_lanes_direct): New macros.
2066         (direct_internal_fn_array) New array.
2067         (get_multi_vector_move): Return the optab handler without asserting
2068         that it is available.
2069         (expand_LOAD_LANES): Rename to...
2070         (expand_load_lanes_optab_fn): ...this and add an optab argument.
2071         (expand_STORE_LANES): Rename to...
2072         (expand_store_lanes_optab_fn): ...this and add an optab argument.
2073         (expand_MASK_LOAD): Rename to...
2074         (expand_mask_load_optab_fn): ...this and add an optab argument.
2075         (expand_MASK_STORE): Rename to...
2076         (expand_mask_store_optab_fn): ...this and add an optab argument.
2077         (direct_internal_fn_types, direct_optab_supported_p)
2078         (multi_vector_optab_supported_p, direct_internal_fn_supported_p)
2079         (direct_internal_fn_supported_p): New functions.
2080         (direct_mask_load_optab_supported_p): New macro.
2081         (direct_load_lanes_optab_supported_p): Likewise.
2082         (direct_mask_store_optab_supported_p): Likewise.
2083         (direct_store_lanes_optab_supported_p): Likewise.
2085 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2087         * tree-core.h (internal_fn): Move immediately after the definition
2088         of built_in_function.
2089         (combined_fn): New enum.
2090         * tree.h (as_combined_fn, builtin_fn_p, as_builtin_fn)
2091         (internal_fn_p, as_internal_fn): New functions.
2092         (get_call_combined_fn, combined_fn_name): Declare.
2093         * tree.c (get_call_combined_fn): New function.
2094         (combined_fn_name): Likewise.
2095         * gimple.h (gimple_call_combined_fn): Declare.
2096         * gimple.c (gimple_call_combined_fn): New function.
2098 2015-11-17  Martin Sebor  <msebor@redhat.com>
2100         PR c++/68308
2101         * cp/init.c (build_new_1): Check for expression constness
2102         the right way.
2104 2015-11-17  Sandra Loosemore  <sandra@codesourcery.com>
2106         PR target/53587
2107         * doc/invoke.texi (Option Summary): Add -mms-bitfields to x86
2108         option list.
2109         (x86 Options): Add -mms-bitfields and -mno-ms-bitfields.  Move
2110         discussion of the Microsoft structure layout details here from
2111         its former home in extend.texi.
2112         * doc/extend.texi (x86 Variable Attributes): Replace detailed
2113         discussion with pointer to its new location.  Add cross-reference
2114         to corresponding type attributes.
2115         (x86 Type Attributes): Add cross-references to command-line options
2116         and variable attributes.
2118 2015-11-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
2120         PR middle-end/68134
2121         * targhooks.c (default_get_mask_mode): Filter out
2122         scalar modes returned by mode_for_vector.
2124 2015-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2126         PR target/68143
2127         * config/arm/arm.c (arm_block_set_unaligned_vect): Keep track of
2128         offset from dstbase and use it appropriately in
2129         adjust_automodify_address.
2130         (arm_block_set_aligned_vect): Likewise.
2132 2015-11-17  Eric Botcazou  <ebotcazou@adacore.com>
2134         * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
2135         (MULTILIB_DIRNAMES): Adjust accordingly.
2137 2015-11-17  James Greenhalgh  <james.greenhalgh@arm.com>
2139         * config/aarch64/aarch64-cores.def (cortex-a35): New.
2140         * config/aarch64/aarch64.c (cortexa35_tunings): New.
2141         * config/aarch64/aarch64-tune.md: Regenerate.
2142         * doc/invoke.texi (-mcpu): Add Cortex-A35
2144 2015-11-17  Uros Bizjak  <ubizjak@gmail.com>
2146         PR target/68263
2147         * config/i386/i386.h (BIGGEST_ALIGNMENT): Always define
2148         to 32 for IAMCU.
2149         * config/i386/sse.md (*mov<mode>_internal): Always enable
2150         AVX and SSE unaligned moves for IAMCU.
2152 2015-11-17  Venkataramanan Kumar  <Venkataramanan.Kumar@amd.com>
2154         * tree-if-conv.c: Include varasm.h
2155         (ref_DR_map): Define.
2156         (baseref_DR_map): Like wise
2157         (struct ifc_dr): Add new tree predicate field.
2158         (hash_memrefs_baserefs_and_store_DRs_read_written_info): New function.
2159         (memrefs_read_or_written_unconditionally): Remove.
2160         (write_memrefs_written_at_least_once): Remove.
2161         (ifcvt_memrefs_wont_trap): Use hash maps to query
2162         unconditional read/written information.
2163         (if_convertible_loop_p_1):  Initialize hash maps and predicates
2164         before hashing data references and delete hashmaps at the end.
2166 2015-11-16  Thomas Preud'homme <thomas.preudhomme@arm.com>
2168         PR 56036
2169         * doc/invoke.texi (Optimize Options): Move @end table to the right
2170         place.
2172 2015-11-16  Sandra Loosemore  <sandra@codesourcery.com>
2174         PR 65129
2175         * doc/extend.texi (__builtin_assume_aligned): Fix formatting of
2176         return value.
2178 2015-11-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
2180         * config/rs6000/vsx.md (VSX_L): Do not include IBM extended double
2181         128-bit types, just types that fit in a single vector.
2182         * config/rs6000/rs6000.md (FMOVE128_GPR): Likewise.
2184 2015-11-16  David Wohlferd  <dw@LimeGreenSocks.com>
2186         * doc/md.texi ('#' and '*' constraint modifiers): Do not include these
2187         in the user documentation.
2188         (define_peephole2, define_split): Similarly.
2190 2015-11-16 Andris Pavenis <andris.pavenis@iki.fi>
2192         * lto-streamer-out.c (write_global_references): Adjust integer type.
2193         (lto_output_decl_state_refs): Likewise.
2195 2015-11-16  James Greenhalgh  <james.greenhalgh@arm.com>
2197         * config/arm/arm-cores.def (cortex-a35): New.
2198         * config/arm/arm.c (arm_cortex_a35_tune): New.
2199         * config/arm/arm-tables.opt: Regenerate.
2200         * config/arm/arm-tune.md: Regenerate.
2201         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-a35.
2202         * config/arm/t-aprofile: Likewise.
2203         * doc/invoke.texi (-mcpu): Likewise.
2205 2015-11-16  Jim Wilson  <jim.wilson@linaro.org>
2207         * config/arm/t-aprofile (MULTILIB_MATCHES): Add lines for exynos-m1
2208         and qdf24xx and xgene1 to match -march=armv8-a.
2210 2015-11-16  Segher Boessenkool  <segher@kernel.crashing.org>
2212         PR rtl-optimization/68330
2213         * simplify-rtx.c (simplify_unary_operation_1): Simplify SIGN_EXTEND
2214         of LSHIFTRT by a non-zero constant integer.
2216 2015-11-16  Richard Biener  <rguenther@suse.de>
2218         PR tree-optimization/68306
2219         * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Fix
2220         bogus copying from verify_data_ref_alignment and use continue
2221         instead of return.
2223 2015-11-16  Oleg Endo  <olegendo@gcc.gnu.org>
2224             Kaz Kojima  <kkojima@gcc.gnu.org>
2226         PR target/68277
2227         * config/sh/sh.md (addsi3_scr): Handle reg overlap of operands[0] and
2228         operands[2].
2229         (*addsi3): Add another insn_and_split variant for reload.
2231 2015-11-16  Richard Biener  <rguenther@suse.de>
2233         PR middle-end/68117
2234         * cfgexpand.c (pass_expand::execute): Destroy the edge
2235         redirection var map before setting RTL CFG hooks.
2237 2015-11-16  Alan Lawrence  <alan.lawrence@arm.com>
2239         * config/i386/sse.md (reduc_splus_v8df): Rename to...
2240         (reduc_plus_scal_v8df): ...here; reduce to temp and extract scalar.
2242         (reduc_splus_v4df): Rename to...
2243         (reduc_plus_scal_v4df): ...here; reduce to temp and extract scalar.
2245         (reduc_splus_v2df): Rename to...
2246         (reduc_plus_scal_v2df): ...here; reduce to temp and extract scalar.
2248         (reduc_splus_v16sf): Rename to...
2249         (reduc_plus_scal_v16sf): ...here; reduce to temp and extract scalar.
2251         (reduc_splus_v8sf): Rename to...
2252         (reduc_plus_scal_v8sf): ...here; reduce to temp and extract scalar.
2254         (reduc_splus_v4sf): Rename to...
2255         (reduc_plus_scal_v4sf): ...here; reduce to temp and extract scalar.
2257         (reduc_<code>_<mode>, all 3 variants): Rename each to...
2258         (reduc_<code>_scal_<mode>): ...here; reduce to temp and extract scalar.
2260         (reduc_umin_v8hf): Rename to...
2261         (reduc_umin_scal_v8hf): ...here; reduce to temp and extract scalar.
2263 2015-11-16  Kirill Yukhin  <kirill.yukhin@intel.com>
2265         * omp-low.c (pass_omp_simd_clone::gate): If target allows - call
2266         without additional conditions.
2267         * doc/extend.texi (@item simd): New.
2269 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2271         * passes.c (first_pass_instance): Remove variable.
2272         (execute_todo): Remove setting of first_pass_instance.
2273         * tree-pass.h (first_pass_instance): Remove declaration.
2275 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2277         * passes.def: Add arg to pass_ccp pass instantiation.
2278         * tree-ssa-ccp.c (ccp_finalize): Add param nonzero_p.  Use nonzero_p
2279         instead of first_pass_instance.
2280         (do_ssa_ccp): Add and handle param nonzero_p.
2281         (pass_ccp::pass_ccp): Initialize nonzero_p.
2282         (pass_ccp::set_pass_param): New member function.  Set nonzero_p.
2283         (pass_ccp::execute): Call do_ssa_ccp with extra arg.
2284         (pass_ccp::nonzero_p): New private member.
2286 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2288         * passes.def: Add arg to pass_object_sizes pass instantiation.
2289         * tree-object-size.c (pass_object_sizes::pass_object_sizes): Initialize
2290         insert_min_max_p.
2291         (pass_object_sizes::set_pass_param): New member function.  Set
2292         insert_min_max_p.
2293         (pass_object_sizes::insert_min_max_p): New private member.
2294         (pass_object_sizes::execute): Use insert_min_max_p instead of
2295         first_pass_instance.
2297 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2299         * passes.def: Add arg to pass_dominator pass instantiation.
2300         * tree-pass.h (first_pass_instance): Remove pass_dominator-related bit
2301         of comment.
2302         * tree-ssa-dom.c (pass_dominator::pass_dominator): Initialize
2303         may_peel_loop_headers_p.
2304         (pass_dominator::set_pass_param): New member function.  Set
2305         may_peel_loop_headers_p.
2306         (pass_dominator::may_peel_loop_headers_p): New private member.
2307         (pass_dominator::execute): Use may_peel_loop_headers_p instead of
2308         first_pass_instance.
2310 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2312         * passes.def: Add arg to pass_reassoc pass instantiation.
2313         * tree-ssa-reassoc.c (reassoc_insert_powi_p): New static variable.
2314         (acceptable_pow_call, reassociate_bb): Use reassoc_insert_powi_p instead
2315         of first_pass_instance.
2316         (execute_reassoc): Add and handle insert_powi_p parameter.
2317         (pass_reassoc::insert_powi_p): New private member.
2318         (pass_reassoc::pass_reassoc): Initialize insert_powi_p.
2319         (pass_reassoc::set_pass_param): New member function.  Set insert_powi_p.
2320         (pass_reassoc::execute): Call execute_reassoc with extra arg.
2322 2015-11-16  Tom de Vries  <tom@codesourcery.com>
2324         * gdbhooks.py (class PassNames): Handle extra arg NEXT_PASS argument.
2325         * gen-pass-instances.awk (handle_line): Same.
2326         * pass_manager.h (class pass_manager): Define and undefine
2327         NEXT_PASS_WITH_ARG.
2328         * passes.c (opt_pass::set_pass_param): New function.
2329         (pass_manager::pass_manager): Define and undefine NEXT_PASS_WITH_ARG.
2330         * passes.def: Add extra arg to NEXT_PASS (pass_vrp).
2331         * tree-pass.h (gimple_opt::set_pass_param): Declare.
2332         * tree-vrp.c (vrp_finalize, execute_vrp): Add and handle
2333         warn_array_bounds_p parameter.
2334         (pass_vrp::pass_vrp): Initialize warn_array_bounds_p.
2335         (pass_vrp::set_pass_param): New function.
2336         (pass_vrp::execute): Add warn_array_bounds_p arg to execute_vrp call.
2337         (pass_vrp::warn_array_bounds_p): New private member.
2339 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
2341         * config/sparc/sparc.c (sparc_emit_probe_stack_range): Adjust.
2342         (output_probe_stack_range): Rotate the loop and simplify.
2344 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
2346         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_rang): Adjust.
2347         (output_probe_stack_range): Rotate the loop and simplify.
2349 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
2351         * config/i386/i386.c (ix86_adjust_stack_and_probe): Adjust and use
2352         an lea instruction when possible.
2353         (output_adjust_stack_and_probe): Rotate the loop and simplify.
2354         (ix86_emit_probe_stack_range): Adjust.
2355         (output_probe_stack_range): Rotate the loop and simplify.
2357 2015-11-16  Christian Bruel  <christian.bruel@st.com>
2359         * config/arm/arm_neon.h: Remove #ifndef check on __ARM_NEON.
2360         Replace #ifdef __ARM_FEATURE_CRYPTO, __ARM_FEATURE_FMA, __ARM_FP
2361         with appropriate pragma GCC target.
2363 2015-11-16  Christian Bruel  <christian.bruel@st.com>
2365         PR target/65837
2366         * config/arm/arm-c.c (arm_cpu_builtins): Conditionally set and reset
2367         __ARM_FEATURE_FMA and __ARM_NEON_FP, __ARM_FP.
2369 2015-11-16  James Greenhalgh  <james.greenhalgh@arm.com>
2371         * config/aarch64/aarch64.c (cortexa57_branch_costs): New.
2372         (cortexa57_tunings): Use it.
2374 2015-11-16  Christian Bruel  <christian.bruel@st.com>
2376         PR target/65837
2377         * config/arm/arm-c.c (arm_cpu_builtins): Set or reset
2378         __ARM_FEATURE_CRYPTO, __VFP_FP__, __ARM_NEON__
2379         (arm_pragma_target_parse): Change check for arm_cpu_builtins.
2380         undefine __ARM_FP.
2381         * config/arm/arm.c (arm_can_inline_p): Check FPUs.
2382         (arm_valid_target_attribute_rec): Handle -mfpu attribute target.
2383         * doc/invoke.texi (-mfpu=): Mention attribute and pragma.
2384         * doc/extend.texi (-mfpu=): Describe attribute.
2386 2015-11-16  Christian Bruel  <christian.bruel@st.com>
2388         PR target/65837
2389         * config/arm/arm-protos.h (arm_init_neon_builtins): Declare.
2390         * config/arm/arm.c (arm_valid_target_attribute_tree): Call
2391         arm_init_neon_builtins.
2392         * config/arm/arm-builtins.c (arm_init_neon_builtins): Split into...
2393         (arm_init_neon_builtins_internal)
2394         (arm_init_crypto_builtins_internal):
2395         Test and set neon_set_p, neon_crypto_set_p.
2396         (neon_set_p, neon_crypto_set_p): New static booleans.
2398 2015-11-16  Christian Bruel  <christian.bruel@st.com>
2400         PR target/65837
2401         * config/arm/arm.c (arm_fpu_desc): Remove.
2402         (all_fpus): Make global.
2403         (arm_option_override): Use FPU TARGET accessors.
2404         (arm_declare_function_name): Likewise.
2405         * config/arm/arm.h (TARGET_VFP, TARGET_VFPD32, TARGET_VFP5)
2406         (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE, TARGET_NEON_FP16)
2407         (TARGET_FP16, TARGET_FMA, TARGET_FPU_ARMV8, TARGET_CRYPTO)
2408         (TARGET_NEON): Likewise.
2409         (all_fpus): Declare extern.
2410         (TARGET_FPU_NAME, TARGET_FPU_MODEL, TARGET_FPU_REV)
2411         (TARGET_FPU_REGS, TARGET_FPU_FEATURES): Define all_fpus accessors.
2413 2015-11-15  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2415         PR middle-end/68366
2416         * sdbout.c: Include emit-rtl.h and function.h.
2418 2015-11-15  Gerald Pfeifer  <gerald@pfeifer.com>
2420         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
2421         Remove support for FreeBSD 5 and earlier.
2423 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2425         * configure: Regenerate.
2426         * configure.ac: Always define ENABLE_OFFLOADING.
2427         * cgraph.c (cgraph_node::create): Adjust.
2428         * gcc.c (process_command): Likewise.
2429         * omp-low.c (create_omp_child_function): Likewise.
2430         (expand_omp_target): Likewise.
2431         * varpool.c (varpool_node::get_create): Likewise.
2433 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2435         * defaults.h (EH_RETURN_HANDLER_RTX): New default definition.
2436         * df-scan.c (df_get_exit_block_use_set): Adjust.
2437         * except.c (expand_eh_return): Likewise.
2439 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2441         * config/i386/i386.h (TARGET_PECOFF): Remove define.
2442         * defaults.h (TARGET_PECOFF): New default definition.
2443         * varasm.c (handle_vtv_comdat_section): Adjust.
2445 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2447         * defaults.h: New definition of SDB_DEBUGGING_INFO.
2448         * doc/tm.texi: Regenerate.
2449         * doc/tm.texi.in: Adjust.
2450         * final.c (rest_of_clean_state): Remove check if
2451         SDB_DEBUGGING_INFO is defined.
2452         * function.c (number_blocks): Likewise.
2453         * output.h: Likewise.
2454         * sdbout.c: Likewise.
2455         * toplev.c (process_options): Likewise.
2457 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2459         * gsyms.h (enum sdb_type): Remove code for EXTENDED_SDB_BASIC_TYPES.
2460         (enum sdb_masks): Likewise.
2461         * sdbout.c (plain_type_1): Likewise.
2462         * system.h: Poison EXTENDED_SDB_BASIC_TYPES macro.
2464 2015-11-14  Jakub Jelinek  <jakub@redhat.com>
2466         * omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_*
2467         internal calls - 0 if ordered simd and 1 for ordered threads simd.
2468         * tree-vectorizer.c (adjust_simduid_builtins): If GOMP_SIMD_ORDERED_*
2469         argument is 1, replace it with GOMP_ordered_* call instead of removing
2470         it.
2472 2015-11-13  Rich Felker <dalias@libc.org>
2474         * config/sh/sh.md (symGOT_load): Suppress __stack_chk_guard
2475         address loading hack for FDPIC targets.
2477 2015-11-13  Ajit Agarwal  <ajitkum@xilinx.com>
2478             Jeff Law  <law@redhat.com>
2480         * Makefile.in (OBJS): Add gimple-ssa-split-paths.o
2481         * common.opt (-fsplit-paths): New flag controlling path splitting.
2482         * doc/invoke.texi (fsplit-paths): Document.
2483         * opts.c (default_options_table): Add -fsplit-paths to -O2.
2484         * passes.def: Add split_paths pass.
2485         * timevar.def (TV_SPLIT_PATHS): New timevar.
2486         * tracer.c: Include "tracer.h"
2487         (ignore_bb_p): No longer static.
2488         (transform_duplicate): New function, broken out of tail_duplicate.
2489         (tail_duplicate): Use transform_duplicate.
2490         * tracer.h (ignore_bb_p): Declare
2491         (transform_duplicate): Likewise.
2492         * tree-pass.h (make_pass_split_paths): Declare.
2493         * gimple-ssa-split-paths.c: New file.
2495 2015-11-13  Kai Tietz  <ktietz70@googlemail.com>
2496             Marek Polacek  <polacek@redhat.com>
2497             Jason Merrill  <jason@redhat.com>
2499         * convert.c (maybe_fold_build1_loc): New.
2500         (maybe_fold_build2_loc): New.
2501         (convert_to_pointer_1): Split out from convert_to_pointer.
2502         (convert_to_pointer_nofold): New.
2503         (convert_to_real_1): Split out from convert_to_real.
2504         (convert_to_real_nofold): New.
2505         (convert_to_integer_1): Split out from convert_to_integer.
2506         (convert_to_integer_nofold): New.
2507         (convert_to_complex_1): Split out from convert_to_complex.
2508         (convert_to_complex_nofold): New.
2509         * convert.h: Declare new functions.
2510         * tree-complex.c (create_one_component_var): Break up line to
2511         avoid sequence point issues.
2513 2015-11-13  Jason Merrill  <jason@redhat.com>
2515         * fold-const.c (fold_convert_const): Fold changing cv-quals on
2516         VECTOR_CST.
2518         * hash-map.h (hash_map::empty): New.
2520 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2522         * omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.
2523         (oacc_loop_fixed_partitions): Correct return type to bool.
2524         (oacc_loop_auto_partitions): New.
2525         (oacc_loop_partition): Take mask argument, call
2526         oacc_loop_auto_partitions.
2527         (execute_oacc_device_lower): Provide mask to oacc_loop_partition.
2529 2015-11-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
2531         * config/rs6000/constraints.md (we constraint): New constraint for
2532         64-bit power9 vector support.
2533         (wL constraint): New constraint for the element in a vector that
2534         can be addressed by the MFVSRLD instruction.
2536         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Add
2537         declaration.
2538         (convert_int_to_float128): Likewise.
2539         (rs6000_generate_compare): Add support for ISA 3.0 (power9)
2540         hardware support for IEEE 128-bit floating point.
2541         (rs6000_expand_float128_convert): Likewise.
2542         (convert_float128_to_int): Likewise.
2543         (convert_int_to_float128): Likewise.
2545         * config/rs6000/rs6000.md (UNSPEC_ROUND_TO_ODD): New unspecs for
2546         ISA 3.0 hardware IEEE 128-bit floating point.
2547         (UNSPEC_IEEE128_MOVE): Likewise.
2548         (UNSPEC_IEEE128_CONVERT): Likewise.
2549         (FMA_F): Add support for IEEE 128-bit floating point hardware support.
2550         (Ff): Add support for DImode.
2551         (Fv): Likewise.
2552         (any_fix code iterator): New and updated iterators for IEEE
2553         128-bit floating point hardware support.
2554         (any_float code iterator): Likewise.
2555         (s code attribute): Likewise.
2556         (su code attribute): Likewise.
2557         (az code attribute): Likewise.
2558         (uns code attribute): Likewise.
2559         (neg<mode>2, FLOAT128 iterator): Add support for IEEE 128-bit
2560         floating point hardware support.
2561         (abs<mode>2, FLOAT128 iterator): Likewise.
2562         (add<mode>3, IEEE128 iterator): New insns for IEEE 128-bit
2563         floating point hardware.
2564         (sub<mode>3, IEEE128 iterator): Likewise.
2565         (mul<mode>3, IEEE128 iterator): Likewise.
2566         (div<mode>3, IEEE128 iterator): Likewise.
2567         (copysign<mode>3, IEEE128 iterator): Likewise.
2568         (sqrt<mode>2, IEEE128 iterator): Likewise.
2569         (neg<mode>2, IEEE128 iterator): Likewise.
2570         (abs<mode>2, IEEE128 iterator): Likewise.
2571         (nabs<mode>2, IEEE128 iterator): Likewise.
2572         (fma<mode>4_hw, IEEE128 iterator): Likewise.
2573         (fms<mode>4_hw, IEEE128 iterator): Likewise.
2574         (nfma<mode>4_hw, IEEE128 iterator): Likewise.
2575         (nfms<mode>4_hw, IEEE128 iterator): Likewise.
2576         (extend<SFDF:mode><IEEE128:mode>2_hw): Likewise.
2577         (trunc<mode>df2_hw, IEEE128 iterator): Likewise.
2578         (trunc<mode>sf2_hw, IEEE128 iterator): Likewise.
2579         (fix_fixuns code attribute): Likewise.
2580         (float_floatuns code attribute): Likewise.
2581         (fix<uns>_<mode>si2_hw): Likewise.
2582         (fix<uns>_<mode>di2_hw): Likewise.
2583         (float<uns>_<mode>si2_hw): Likewise.
2584         (float<uns>_<mode>di2_hw): Likewise.
2585         (xscvqp<su>wz_<mode>): Likewise.
2586         (xscvqp<su>dz_<mode>): Likewise.
2587         (xscv<su>dqp_<mode): Likewise.
2588         (ieee128_mfvsrd): Likewise.
2589         (ieee128_mfvsrwz): Likewise.
2590         (ieee128_mtvsrw): Likewise.
2591         (ieee128_mtvsrd): Likewise.
2592         (trunc<mode>df2_odd): Likewise.
2593         (cmp<mode>_h): Likewise.
2594         (128-bit GPR splitters): Don't split a 128-bit move that is a
2595         direct move between GPR and vector registers using ISA 3.0 direct
2596         move instructions.
2597         (maddld4): Add support for the ISA 3.0 integer multiply-add
2598         instruction.
2600         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add ISA 3.0
2601         debugging.
2602         (rs6000_init_hard_regno_mode_ok): If ISA 3.0 and 64-bit, enable we
2603         constraint.  Disable the VSX<->GPR direct move helpers if we have
2604         the MFVSRLD and MTVSRDD instructions.
2605         (rs6000_secondary_reload_simple_move): Add support for doing
2606         vector direct moves directly without additional scratch registers
2607         if we have ISA 3.0 instructions.
2608         (rs6000_secondary_reload_direct_move): Update comments.
2609         (rs6000_output_move_128bit): Add support for ISA 3.0 vector
2610         instructions.
2612         * config/rs6000/vsx.md (vsx_mov<mode>): Add support for ISA 3.0
2613         direct move instructions.
2614         (vsx_movti_64bit): Likewise.
2615         (vsx_extract_<mode>): Likewise.
2617         * config/rs6000/rs6000.h (VECTOR_ELEMENT_MFVSRLD_64BIT): New
2618         macros for ISA 3.0 direct move instructions.
2619         (TARGET_DIRECT_MOVE_128): Likewise.
2620         (TARGET_MADDLD): Add support for the ISA 3.0 integer multiply-add
2621         instruction.
2623         * doc/md.texi (RS/6000 constraints): Document we, wF, wG, wL
2624         constraints.  Update wa documentation to say not to use %x<n> on
2625         instructions that only take Altivec registers.
2627 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
2629         * Makefile.in (OBJS): Add gcc-rich-location.o.
2630         * diagnostic.c (diagnostic_append_note): Pass line_table to
2631         rich_location ctor.
2632         (emit_diagnostic): Likewise.
2633         (inform): Likewise.
2634         (inform_n): Likewise.
2635         (warning): Likewise.
2636         (warning_at): Likewise.
2637         (warning_n): Likewise.
2638         (pedwarn): Likewise.
2639         (permerror): Likewise.
2640         (error): Likewise.
2641         (error_n): Likewise.
2642         (error_at): Likewise.
2643         (sorry): Likewise.
2644         (fatal_error): Likewise.
2645         (internal_error): Likewise.
2646         (internal_error_no_backtrace): Likewise.
2647         (source_range::debug): Likewise.
2648         * gcc-rich-location.c: New file.
2649         * gcc-rich-location.h: New file.
2650         * genmatch.c (fatal_at): Pass line_table to rich_location ctor.
2651         (warning_at): Likewise.
2652         * gimple.h (gimple_set_block): Use set_block function.
2653         * input.c (dump_line_table_statistics): Dump stats on how many
2654         ranges were optimized vs how many needed ad-hoc table.
2655         (write_digit_row): Add "map" param; use its range_bits
2656         to calculate the per-character offset.
2657         (dump_location_info): Print the range and column bits for each
2658         ordinary map.  Use the range bits to calculate the per-character
2659         offset.  Pass the map as a new param to the various calls to
2660         write_digit_row.  Eliminate uses of
2661         ORDINARY_MAP_NUMBER_OF_COLUMN_BITS.
2662         * print-tree.c (print_node): Print any source range information.
2663         * rtl-error.c (diagnostic_for_asm): Likewise.
2664         * toplev.c (general_init): Initialize line_table's
2665         default_range_bits.
2666         * tree-cfg.c (move_block_to_fn): Likewise.
2667         (move_block_to_fn): Likewise.
2668         * tree-inline.c (copy_phis_for_bb): Likewise.
2669         * tree.c (tree_set_block): Likewise.
2670         (get_pure_location): New function.
2671         (set_source_range): New functions.
2672         (set_block): New function.
2673         (set_source_range): New functions.
2674         * tree.h (CAN_HAVE_RANGE_P): New.
2675         (EXPR_LOCATION_RANGE): New.
2676         (EXPR_HAS_RANGE): New.
2677         (get_expr_source_range): New inline function.
2678         (DECL_LOCATION_RANGE): New.
2679         (set_source_range): New decls.
2680         (get_decl_source_range): New inline function.
2682 2015-11-13  Alan Lawrence  <alan.lawrence@arm.com>
2684         PR tree-optimization/67682
2685         * tree-vect-slp.c (vect_split_slp_store_group): New.
2686         (vect_analyze_slp_instance): During basic block SLP, recurse on
2687         subgroups if vect_build_slp_tree fails after 1st vector.
2689 2015-11-13  Christian Bruel  <christian.bruel@st.com>
2691         PR target/65837
2692         * config/arm/arm.c (arm_option_override): Move NEON check...
2693         (arm_option_check_internal): here
2694         (arm_file_start): Move .fpu print...
2695         (arm_declare_function_name): here
2696         (arm_option_print): Dump current fpu name.
2697         * config/arm/arm.opt (arm_fpu_index): Mark Save.
2699 2015-11-13  Segher Boessenkool  <segher@kernel.crashing.org>
2700             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2702         * combine.c (subst): Don't substitute or simplify when
2703         handling register-wise widening multiply.
2704         (force_to_mode): Likewise.
2706 2015-11-13  Richard Sandiford  <richard.sandiford@arm.com>
2708         PR tree-optimization/68264
2709         * tree-call-cdce.c (gen_one_condition): Update commentary.
2710         (gen_conditions_for_pow_int_base): Invert the sense of the tests
2711         passed to gen_one_condition.
2712         (gen_conditions_for_domain): Likewise.  Use unordered comparisons.
2713         (shrink_wrap_one_built_in_call): Invert the sense of the tests,
2714         using EDGE_FALSE_VALUE for edges to the call block and
2715         EDGE_TRUE_VALUE for the others.
2717 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2719         * config/nvptx/nvptx.c (nvptx_generate_vector_shuffle): Deal with
2720         complex types.
2722 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2724         * gimplify.c (oacc_default_clause): Use inform for enclosing scope.
2726 2015-11-13  Tom de Vries  <tom@codesourcery.com>
2728         * gen-pass-instances.awk (handle_line): Rename prefix_len var to
2729         len_of_prefix.
2731 2015-11-13  Tom de Vries  <tom@codesourcery.com>
2733         * gen-pass-instances.awk (handle_line): Add args_str variable.
2735 2015-11-13  Martin Liska  <mliska@suse.cz>
2737         * graphite-poly.c (free_scop): Release scop->drs vector.
2738         * graphite-scop-detection.c (scop_detection::harmful_stmt_in_region):
2739         Release dom vector.
2740         (try_generate_gimple_bb): Use vNULL as a default initialization
2741         for vectors.
2743 2015-11-13  Martin Liska  <mliska@suse.cz>
2745         PR ipa/68311
2746         * ipa-icf.c (sem_item_optimizer::traverse_congruence_split):
2747         Replace array initialization (using a variable post-increment)
2748         that possible triggers multiple unsequenced modifications
2749         with a pair of pushes to a vector.
2751 2015-11-13  Richard Biener  <rguenther@suse.de>
2753         PR tree-optimization/68306
2754         * tree-vect-data-refs.c (verify_data_ref_alignment): Move
2755         loop related checks ...
2756         (vect_verify_datarefs_alignment): ... here.
2757         (vect_slp_analyze_and_verify_node_alignment): Compute and
2758         verify alignment of the single DR that it matters.
2759         * tree-vect-stmts.c (vectorizable_store): Add an assert.
2760         (vectorizable_load): Add a comment.
2761         * tree-vect-slp.c (vect_analyze_slp_cost_1): Fix DR used
2762         for determining load cost.
2764 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
2766         * tree-vect-loop.c (vect_determine_vectorization_factor): Check
2767         mix of boolean and integer vectors in a single statement.
2768         * tree-vect-slp.c (vect_mask_constant_operand_p): New.
2769         (vect_get_constant_vectors): Use vect_mask_constant_operand_p to
2770         determine constant type.
2771         * tree-vect-stmts.c (vectorizable_comparison): Provide vectype
2772         for loop invariants.
2774 2015-11-13  Alan Hayward <alan.hayward@arm.com>
2776         PR tree-optimization/66558
2777         * tree-vect-loop.c (is_integer_induction):Add.
2778         (vectorizable_reduction): Add integer induction checks.
2780 2015-11-13  Christophe Lyon  <christophe.lyon@linaro.org>
2782         Revert [ARM] Remove neon-testgen.ml and generated tests.
2784         2015-11-12  Christophe Lyon  <christophe.lyon@linaro.org>
2786         [ARM] Remove neon-testgen.ml and generated tests.
2788         * config/arm/neon-testgen.ml: Remove.
2790 2015-11-13  Richard Biener  <rguenther@suse.de>
2792         * tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.
2793         Signal fatal failure if early checks fail.
2794         (vect_analyze_loop): If vect_analyze_loop_2 fails fatally
2795         do not bother testing further vector sizes.
2797 2015-11-13  Uros Bizjak  <ubizjak@gmail.com>
2799         * config/i386/predicates.md (misaligned_operand): Return true if
2800         operand is aligned to less than its natural alignmnet.
2802 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
2804         * doc/md.texi (vec_cmp@var{m}@var{n}): New item.
2805         (vec_cmpu@var{m}@var{n}): New item.
2806         (vcond@var{m}@var{n}): Specify comparison is signed.
2807         (vcondu@var{m}@var{n}): New item.
2808         (vcond_mask_@var{m}@var{n}): New item.
2809         (maskload@var{m}@var{n}): New item.
2810         (maskstore@var{m}@var{n}): New item.
2812 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
2814         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
2815         types of stored value and storage are compatible.
2817 2015-11-13  Andris Pavenis  <andris.pavenis@iki.fi>
2819         * gcc.c (POST_LINK_SPEC): Define if not already defined.
2820         (LINK_COMMAND_SPEC): Use post_link.
2821         (post_link_spec): New, initialize to POST_LINK_SPEC.
2822         (post_link): Initialize new static spec.
2823         * doc/tm.texi.in (POST_LINK_SPEC): Document.
2824         * doc/tm.texi: Regenerated.
2826 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
2828         PR driver/67613
2829         * Makefile.in (GCC_OBJS): Add spellcheck.o.
2830         (OBJS): Add spellcheck-tree.o.
2831         * gcc.c: Include "spellcheck.h".
2832         (suggest_option): New function.
2833         (driver::handle_unrecognized_options): Call suggest_option to
2834         provide a hint about misspelled options.
2835         * spellcheck.c: Update file comment.
2836         (levenshtein_distance): Convert 4-param implementation from static
2837         to extern scope.  Remove note about unit tests from leading
2838         comment for const char * implementation.  Move tree
2839         implementation to...
2840         * spellcheck-tree.c: New file.
2841         * spellcheck.h (levenshtein_distance):  Add 4-param decl.
2843 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
2845         * Makefile.in (OBJS): Add spellcheck.o.
2846         * spellcheck.c: New file.
2847         * spellcheck.h: New file.
2849 2015-11-13  James Bowman  <james.bowman@ftdichip.com>
2851         * config/ft32/ft32.md (*sne): New insn pattern.
2853 2015-11-12  Brad Lucier  <lucier@math.purdue.edu>
2855         * cprop.c (is_too_expensive): Remove.
2856         (gcse.h): Include.
2857         (one_cprop_pass): Call gcse_or_cprop_is_too_expensive, not
2858         is_too_expensive.
2859         * gcse.h (gcse_or_cprop_is_too_expensive): Declare.
2860         * gcse.c (is_too_expensive): Rename to ...
2861         (gcse_or_cprop_is_too_expensive): ... this.
2862         Expand warning to add required size of max-gcse-memory.
2863         (one_pre_gcse_pass): Use it.
2864         (one_code_hoisting_pass): Use it.
2865         * params.def (max-gcse-memory): Increase from 50MB to 128MB.
2867 2015-11-12  James Norris  <jnorris@codesourcery.com>
2868             Joseph Myers  <joseph@codesourcery.com>
2870         * gimple-pretty-print.c (dump_gimple_omp_target): Handle
2871         GF_OMP_TARGET_KIND_OACC_DECLARE.
2872         * gimple.h (enum gf_mask): Add GF_OMP_TARGET_KIND_OACC_DECLARE.
2873         (is_gomple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
2874         * gimplify.c (oacc_declare_returns): New.
2875         (gimplify_bind_expr): Prepend 'exit' stmt to cleanup.
2876         (device_resident_p): New function.
2877         (oacc_default_clause): Handle device_resident clause.
2878         (gimplify_oacc_declare_1, gimplify_oacc_declare): New functions.
2879         (gimplify_expr): Handle OACC_DECLARE.
2880         * omp-builtins.def (BUILT_IN_GOACC_DECLARE): New builtin.
2881         * omp-low.c (expand_omp_target): Handle
2882         GF_OMP_TARGET_KIND_OACC_DECLARE and BUILTIN_GOACC_DECLARE.
2883         (build_omp_regions_1): Handlde GF_OMP_TARGET_KIND_OACC_DECLARE.
2884         (lower_omp_target): Handle GF_OMP_TARGET_KIND_OACC_DECLARE,
2885         GOMP_MAP_DEVICE_RESIDENT and GOMP_MAP_LINK.
2886         (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
2887         * tree-pretty-print.c (dump_omp_clause): Handle GOMP_MAP_LINK and
2888         GOMP_MAP_DEVICE_RESIDENT.
2890 2015-11-12  Christophe Lyon  <christophe.lyon@linaro.org>
2892         [ARM] Remove neon-testgen.ml and generated tests.
2894         * config/arm/neon-testgen.ml: Remove.
2896 2015-11-12  Jim Wilson  <jim.wilson@linaro.org>
2898         * config/aarch64/aarch64-cores.def (qdf24xx): New.
2899         * config/aarch64/aarch64-tune.md: Regenerated.
2900         * config/arm/arm-cores.def (qdf24xx): New.
2901         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Regenerated.
2902         * config/arm/bpabi.h (BE8_LINK_SPEC): Add qdf24xx support.
2903         * doc/invoke.texi (AArch64 Options/-mtune): Add "qdf24xx".
2904         (ARM Options/-mtune): Likewise.
2906 2015-11-12  Martin Liska  <mliska@suse.cz>
2908         * config/i386/i386.c (ix86_valid_target_attribute_p):
2909         Finalize options at the of the function.
2910         * gcc.c (driver_get_configure_time_options): Call newly
2911         introduced init_opts_obstack.
2912         * lto-wrapper.c (main): Likewise.
2913         * opts.c (init_opts_obstack): New function.
2914         (init_options_struct): Call newly introduced init_opts_obstack.
2915         * opts.h (init_options_struct): Declare.
2917 2015-11-12  Martin Liska  <mliska@suse.cz>
2919         PR ipa/68035
2920         * ipa-icf.c (void sem_item::set_hash): New function.
2921         (sem_function::get_hash): Use renamed m_hash member variable.
2922         (sem_item::update_hash_by_addr_refs): Utilize get_hash.
2923         (sem_item::update_hash_by_local_refs): Likewise.
2924         (sem_variable::get_hash): Use renamed m_hash member variable.
2925         (sem_item_optimizer::update_hash_by_addr_refs): Utilize get_hash.
2926         (sem_item_optimizer::build_hash_based_classes): Utilize set_hash.
2927         (sem_item_optimizer::build_graph): As the hash value of an item
2928         is lazy initialized, force the calculation.
2929         * ipa-icf.h (set_hash): Declare new function and rename hash member
2930         variable to m_hash.
2932 2015-11-12  Richard Biener  <rguenther@suse.de>
2934         * tree-vectorizer.h (vect_slp_analyze_data_ref_dependences):
2935         Rename to vect_slp_analyze_instance_dependence.
2936         * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependence):
2937         Remove WAR special-case.
2938         (vect_slp_analyze_node_dependences): Instead add more specific
2939         code here, not relying on other instances being vectorized.
2940         (vect_slp_analyze_instance_dependence): Adjust accordingly.
2941         * tree-vect-slp.c (vect_build_slp_tree_1): Remove excessive
2942         vertical space in dump files.
2943         (vect_print_slp_tree): Likewise.
2944         (vect_analyze_slp_instance): Dump a header for the final SLP tree.
2945         (vect_slp_analyze_bb_1): Delay computing relevant stmts and
2946         not vectorized stmts until after dependence analysis removed
2947         instances.  Merge alignment and dependence checks.
2948         * tree-vectorizer.c (pass_slp_vectorize::execute): Clear visited
2949         flag on all stmts.
2951 2015-11-12  Evandro Menezes  <e.menezes@samsung.com>
2953         * config/aarch64/aarch64-protos.h (tune_params): Add new members
2954         "max_case_values" and "cache_line_size".
2955         * config/aarch64/aarch64.c (aarch64_case_values_threshold): New
2956         function.
2957         (aarch64_override_options_internal): Tune heuristics based on new
2958         members in "tune_params".
2959         (TARGET_CASE_VALUES_THRESHOLD): Define macro.
2961 2015-11-12  Richard Biener  <rguenther@suse.de>
2963         PR tree-optimization/68306
2964         * tree-vect-data-refs.c (verify_data_ref_alignment): Remove
2965         relevant and vectorizable checks here.
2966         (vect_verify_datarefs_alignment): Add relevant check here.
2968 2015-11-12  Nathan Sidwell  <nathan@codesourcery.com>
2970         * gimplify.c (oacc_default_clause): New.
2971         (omp_notice_variable): Call it.
2973 2015-11-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
2975         PR tree-optimization/68305
2976         * tree-vect-slp.c (vect_get_constant_vectors): Support
2977         COND_EXPR with SSA_NAME as a condition.
2979 2015-11-12  Eric Botcazou  <ebotcazou@adacore.com>
2981         * config/visium/visium-protos.h (notice_update_cc): Delete.
2982         (print_operand): Likewise.
2983         (print_operand_address): Likewise.
2985 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
2987         * config/alpha/alpha.h (FUNCTION_VALUE, LIBCALL_VALUE,
2988         FUNCTION_VALUE_REGNO_P): Remove.
2989         * config/alpha/alpha-protos.h (function_value): Remove.
2990         * config/alpha/alpha.c (function_value): Rename to...
2991         (alpha_function_value_1): ... this.  Make static.
2992         (alpha_function_value, alpha_libcall_value,
2993         alpha_function_value_regno_p): New functions.
2994         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2995         TARGET_FUNCTION_VALUE_REGNO_P): Define.
2997 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
2999         * config/alpha/alpha.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3000         * config/alpha/alpha.c (alpha_memory_latency): Make static.
3001         (alpha_register_move_cost, alpha_memory_move_cost): New functions.
3002         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3004 2015-11-12  Eric Botcazou  <ebotcazou@adacore.com>
3006         PR target/67265
3007         * config/i386/i386.c (ix86_adjust_stack_and_probe): Remove obsolete
3008         assertion on the CFA register.
3010 2015-11-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
3012         * expr.c (do_store_flag): Expand vector comparison as
3013         VEC_COND_EXPR if vector comparison is not supported by target.
3015 2015-11-12  Renlin Li  <renlin.li@arm.com>
3017         * config/arm/arm.md (addsi3_compare_op2): Make the order of
3018         assembly pattern consistent with constraint order.
3020 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3022         * gen-pass-instances.awk (handle_line): Simplify match regexp.
3024 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3026         * gen-pass-instances.awk (handle_line): Simplify init of
3027         postfix_starts_at.
3029 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3031         * gen-pass-instances.awk (handle_line): Rename var where to
3032         call_starts_at.
3034 2015-11-12  Claudiu Zissulescu  <claziss@synopsys.com>
3036         * config/arc/arc.c (gen_compare_reg): Swap operands also when we
3037         do not expand to rtl.
3039 2015-11-12  Richard Biener  <rguenther@suse.de>
3041         PR tree-optimization/58497
3042         * tree-vect-generic.c: Include gimplify.h.
3043         (tree_vec_extract): Lookup constant/constructor DEFs.
3044         (do_cond): Unshare cond.
3046 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
3048         * config/i386/i386.c (ix86_legitimate_combined_insn): Reject
3049         combined insn if the alignment of vector mode memory operand
3050         is less than ssememalign.
3052 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3054         * gen-pass-instances.awk (handle_line): Print parentheses and
3055         pass_name explicitly.
3057 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3059         * gen-pass-instances.awk (handle_line): Add pass_num, prefix
3060         and postfix vars.
3062 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3064         * gen-pass-instances.awk (handle_line): Add comments.
3066 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3068         * gen-pass-instances.awk (handle_line): Rename len_of_end to
3069         len_of_close.
3071 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3073         * gen-pass-instances.awk (handle_line): Add len_of_call variable.
3075 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3077         * gen-pass-instances.awk (handle_line): Restructure using early-out.
3079 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3081         * gen-pass-instances.awk (handle_line): Unify semicolon use.
3083 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3085         * gen-pass-instances.awk (handle_line): Remove unused var line_length.
3087 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3089         * gen-pass-instances.awk: Add emacs indent setting.
3091 2015-11-12  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
3093         * fold-const.c (fold_binary_loc) : Move Convert A/B/C to A/(B*C)
3094         to match.pd.
3095         Move Convert A/(B/C) to (A/B)*C to match.pd.
3096         Move Convert C1/(X*C2) into (C1/C2)/X to match.pd.
3097         Move Optimize (X & (-A)) / A where A is a power of 2, to
3098         X >> log2(A) to match.pd.
3100         * match.pd (rdiv (rdiv:s @0 @1) @2): New simplifier.
3101         (rdiv @0 (rdiv:s @1 @2)): New simplifier.
3102         (div (convert? (bit_and @0 INTEGER_CST@1)) INTEGER_CST@2):
3103         New simplifier.
3104         (rdiv REAL_CST@0 (mult @1 REAL_CST@2)): New simplifier.
3106 2015-11-12  Charles Baylis  <charles.baylis@linaro.org>
3108         * config/arm/neon.md: (neon_vld2_lane<mode>): Remove unused max
3109         variable.
3110         (neon_vst2_lane<mode>): Likewise.
3111         (neon_vld3_lane<mode>): Likewise.
3112         (neon_vst3_lane<mode>): Likewise.
3113         (neon_vld4_lane<mode>): Likewise.
3114         (neon_vst4_lane<mode>): Likewise.
3116 2015-11-11  Aditya Kumar  <aditya.k7@samsung.com>
3117             Sebastian Pop  <s.pop@samsung.com>
3119         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
3120         New member codegen_error
3121         (translate_isl_ast_for_loop): Remove call to single_succ_edge and
3122         early return.
3123         (translate_isl_ast_node_user): Early return in case of error.
3124         (translate_isl_ast_to_gimple::translate_isl_ast): Same.
3125         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): New.
3126         (add_parameters_to_ivs_params): Remove macro.
3127         (graphite_regenerate_ast_isl): Add if_region pointer to region.
3128         * graphite-poly.c (new_poly_dr): Remove macro.
3129         (print_pdr): Same.
3130         (new_gimple_poly_bb): Same.
3131         (free_gimple_poly_bb): Same.
3132         (print_scop_params): Same.
3133         * graphite-poly.h (struct poly_dr): Same.
3134         (struct poly_bb): Add new_bb.
3135         (gbb_from_bb): Remove dead code.
3136         (pbb_from_bb): Same.
3137         * graphite-scop-detection.c (parameter_index_in_region_1): Same.
3138         (parameter_index_in_region): Same.
3139         (find_scop_parameters): Same.
3140         (build_cross_bb_scalars_def): New.
3141         (build_cross_bb_scalars_use): New.
3142         (graphite_find_cross_bb_scalar_vars): New
3143         (try_generate_gimple_bb): Reads and Writes.
3144         (build_alias_set): Move.
3145         (gather_bbs::before_dom_children): Gather bbs visited.
3146         (build_scops): call build_alias_set.
3147         * graphite-sese-to-poly.c (phi_arg_in_outermost_loop): Delete.
3148         (remove_simple_copy_phi): Delete.
3149         (remove_invariant_phi): Delete.
3150         (simple_copy_phi_p): Delete.
3151         (reduction_phi_p): Delete.
3152         (isl_id_for_dr): Remove unused param.
3153         (parameter_index_in_region_1): Remove macro usage.
3154         (set_scop_parameter_dim): Same.
3155         (add_param_constraints): Same.
3156         (add_conditions_to_constraints): Same
3157         (build_scop_iteration_domain): Same.
3158         (pdr_add_alias_set): Comment.
3159         (add_scalar_version_numbers): New.
3160         (build_poly_dr): ISL id.
3161         (build_scop_drs): Move.
3162         (build_poly_sr_1): Same.
3163         (insert_stmts): Remove.
3164         (build_poly_sr): New.
3165         (new_pbb_from_pbb): Delete.
3166         (insert_out_of_ssa_copy_on_edge): Delete.
3167         (create_zero_dim_array): Delete.
3168         (scalar_close_phi_node_p): Delete.
3169         (propagate_expr_outside_region): Delete.
3170         (rewrite_close_phi_out_of_ssa): Delete.
3171         (rewrite_phi_out_of_ssa): Delete.
3172         (rewrite_degenerate_phi): Delete.
3173         (rewrite_reductions_out_of_ssa): Delete.
3174         (rewrite_cross_bb_scalar_dependence): Delete.
3175         (handle_scalar_deps_crossing_scop_limits):
3176         (rewrite_cross_bb_scalar_deps): Delete.
3177         (build_poly_scop): Remove calls to out-of-ssa functions.
3178         * graphite.c (graphite_transform_loops): Early return in case of
3179         codegen error.
3180         * sese.c (debug_rename_map_1): Delete.
3181         (debug_rename_map): Delete.
3182         (sese_record_loop): Remove macro.
3183         (build_sese_loop_nests): Same.
3184         (new_sese_info): Same.
3185         (free_sese_info): Same.
3186         (sese_insert_phis_for_liveouts):
3187         (is_loop_closed_ssa_use): New.
3188         (number_of_phi_nodes): New.
3189         (bb_contains_loop_close_phi_nodes): New.
3190         (bb_contains_loop_phi_nodes): New.
3191         (phi_uses_name): New.
3192         (is_valid_rename):
3193         (get_rename): Add old_bb and loop_phi for more precise matching of
3194         exprs.
3195         (set_rename): Pass region.
3196         (later_of_the_two): New.
3197         (gsi_insert_earliest): New.
3198         (collect_all_ssa_names): New.
3199         (substitute_ssa_name): New.
3200         (rename_all_uses): New.
3201         (get_rename_from_scev): New.
3202         (rename_uses): Pass old_bb for more precise matching of exprs.
3203         (get_def_bb_for_const): New.
3204         (get_new_name): New.
3205         (get_loc): New.
3206         (get_edges): New.
3207         (copy_loop_phi_args): New.
3208         (copy_loop_phi_nodes): New.
3209         (get_loop_init_value): New.
3210         (find_init_value): New.
3211         (find_init_value_close_phi): New.
3212         (copy_loop_close_phi_args): New.
3213         (copy_loop_close_phi_nodes): New.
3214         (add_phi_arg_for_new_expr): New.
3215         (copy_cond_phi_args): New.
3216         (copy_cond_phi_nodes): New.
3217         (copy_phi_nodes): New.
3218         (should_copy_to_new_region): New.
3219         (set_rename_for_each_def): New.
3220         (graphite_copy_stmts_from_block): Early return in case of error.
3221         (copy_bb_and_scalar_dependences): Same.
3222         * sese.h (vec_find): New.
3223         (SESE_PARAMS): Delete.
3224         (SESE_LOOPS): Delete.
3225         (SESE_LOOP_NEST): Delete.
3226         (sese_contains_loop): Remove macro usage.
3227         (sese_nb_params): Same.
3228         (struct gimple_poly_bb): Added read_scalar_refs, write_scalar_refs.
3230 2015-11-11  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
3232         * graphite-sese-to-poly.c (build_scop_original_schedule): Call
3233         isl_union_map_add_map on every pbb->schedule.
3235 2015-11-11  Tom de Vries  <tom@codesourcery.com>
3237         * tree-parloops.c (create_parallel_loop): Return void.
3239 2015-11-11  Tom de Vries  <tom@codesourcery.com>
3241         * tree-parloops.c (transform_to_exit_first_loop_alt): Insert new exit
3242         block only when needed.
3244 2015-11-11  Uros Bizjak  <ubizjak@gmail.com>
3246         * config/alpha/alpha-protos.h (print_operand): Remove.
3247         (print_operand_address): Remove.
3248         * config/alpha/alpha.h (PRINT_OPERAND): Remove.
3249         (PRINT_OPERAND_ADDRESS): Remove.
3250         (PRINT_OPERAND_PUNCT_VALID_P): Remove.
3251         * config/alpha/alpha.c (TARGET_PRINT_OPERAND): New hook define.
3252         (TARGET_PRINT_OPERAND_ADDRESS): New hook define.
3253         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): New hook define.
3254         (print_operand_address): Rename to...
3255         (alpha_print_operand_address): ...this and make static.
3256         (print_operand): Rename to...
3257         (alpha_print_operand): ...this and make static.
3258         (alpha_print_operand_punct_valid_p): New static function.
3260 2015-11-11  Richard Biener  <rguenther@suse.de>
3262         * tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment):
3263         Declare.
3264         (vect_analyze_data_refs_alignment): Make loop vect specific.
3265         (vect_verify_datarefs_alignment): Likewise.
3266         * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependences):
3267         Add missing continue.
3268         (vect_compute_data_ref_alignment): Export.
3269         (vect_compute_data_refs_alignment): Merge into...
3270         (vect_analyze_data_refs_alignment): ... this.
3271         (verify_data_ref_alignment): Split out from ...
3272         (vect_verify_datarefs_alignment): ... here.
3273         (vect_slp_analyze_and_verify_node_alignment): New function.
3274         (vect_slp_analyze_and_verify_instance_alignment): Likewise.
3275         * tree-vect-slp.c (vect_supported_load_permutation_p): Remove
3276         misplaced checks on alignment.
3277         (vect_slp_analyze_bb_1): Add fatal output parameter.  Do
3278         alignment analysis after SLP discovery and do it per instance.
3279         (vect_slp_bb): When vect_slp_analyze_bb_1 fatally failed do not
3280         bother to re-try using different vector sizes.
3282 2015-11-11  Nathan Sidwell  <nathan@codesourcery.com>
3283             Cesar Philippidis  <cesar@codesourcery.com>
3285         * gimplify.c (enum omp_region_type): Add ORT_ACC,
3286         ORT_ACC_DATA, ORT_ACC_PARALLEL, ORT_ACC_KERNELS.  Adjust ORT_NONE.
3287         (gimple_add_tmp_var): Add ORT_ACC checks.
3288         (gimplify_var_or_parm_decl): Likewise.
3289         (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a mask.
3290         (omp_add_variable): Look in outer contexts for openacc and allow
3291         reductions with other sharing. Add ORT_ACC and ORT_TARGET_DATA checks.
3292         (omp_notice_variable, omp_is_private, omp_check_private): Add
3293         ORT_ACC checks.
3294         (gimplify_scan_omp_clauses: Treat ORT_ACC as ORT_WORKSHARE.
3295         Permit private openacc reductions.
3296         (gimplify_oacc_cache): Specify ORT_ACC.
3297         (gimplify_omp_workshare): Adjust OpenACC region types.
3298         (gimplify_omp_target_update): Likewise.
3299         * omp-low.c (scan_sharing_clauses): Remove Openacc firstprivate sorry.
3300         (lower-rec_input_clauses): Don't handle openacc firstprivate
3301         references here.
3302         (lower_omp_target): Emit initializers for openacc firstprivate vars.
3304 2015-11-11  Eric Botcazou  <ebotcazou@adacore.com>
3306         PR target/67265
3307         * ira.c (ira_setup_eliminable_regset): Do not necessarily create the
3308         frame pointer for stack checking if non-call exceptions aren't used.
3309         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Likewise.
3311 2015-11-11  Segher Boessenkool  <segher@kernel.crashing.org>
3313         * simplify-rtx.c (simplify_truncation): Simplify TRUNCATE of AND of
3314         [LA]SHIFTRT.
3316 2015-11-11  Martin Liska  <mliska@suse.cz>
3317             Richard Biener  <rguenther@suse.de>
3319         PR rtl-optimization/68287
3320         * lra-lives.c (lra_create_live_ranges_1): Reserve the right
3321         number of elements.
3323 2015-11-11  Simon Dardis  <simon.dardis@imgtec.com>
3325         * config/mips/mips.c (mips_breakable_sequence_p): New function.
3326         (mips_break_sequence): New function.
3327         (mips_reorg_process_insns): Use them. Use compact branches in selected
3328         situations.
3330 2015-11-11  Alan Lawrence  <alan.lawrence@arm.com>
3332         * fold-const.c (get_array_ctor_element_at_index): Fix whitespace, typo.
3334 2015-11-11  Jiong Wang  <jiong.wang@arm.com>
3335             Jim Wilson  <wilson@gcc.gnu.org>
3337         PR target/67305
3338         * config/arm/arm.md (neon_vector_mem_operand): Return FALSE if strict
3339         be true and eliminable registers mentioned.
3341 2015-11-11  Claudiu Zissulescu  <claziss@synopsys.com>
3343         * common/config/arc/arc-common.c (arc_handle_option): Handle ARCv2
3344         options.
3345         * config/arc/arc-opts.h: Add ARCv2 CPUs.
3346         * config/arc/arc-protos.h (arc_secondary_reload_conv): Prototype.
3347         * config/arc/arc.c (arc_secondary_reload): Handle subreg (reg)
3348         situation, and store instructions with large offsets.
3349         (arc_secondary_reload_conv): New function.
3350         (arc_init): Add ARCv2 options.
3351         (arc_conditional_register_usage): Select the proper register usage
3352         for ARCv2 processors.
3353         (arc_handle_interrupt_attribute): ILINK2 is only valid for ARCv1
3354         architecture.
3355         (arc_compute_function_type): Likewise.
3356         (arc_print_operand): Handle new ARCv2 punctuation characters.
3357         (arc_return_in_memory): ARCv2 ABI returns in registers up to 16 bytes.
3358         (workaround_arc_anomaly, arc_asm_insn_p, arc_loop_hazard): New
3359         function.
3360         (arc_reorg, arc_hazard): Use it.
3361         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __HS__ and __EM__.
3362         (ASM_SPEC): Add ARCv2 options.
3363         (TARGET_NORM): ARC HS has norm instructions by default.
3364         (TARGET_OPTFPE): Use optimized floating point emulation for ARC HS.
3365         (TARGET_AT_DBR_CONDEXEC): Only for ARC600 family.
3366         (TARGET_EM, TARGET_HS, TARGET_V2, TARGET_MPYW, TARGET_MULTI): Define.
3367         (SIGNED_INT16, TARGET_MPY, TARGET_ARC700_MPY, TARGET_ANY_MPY):
3368         Likewise.
3369         (TARGET_ARC600_FAMILY, TARGET_ARCOMPACT_FAMILY): Likewise.
3370         (TARGET_LP_WR_INTERLOCK): Likewise.
3371         * config/arc/arc.md
3372         (commutative_binary_mult_comparison_result_used, movsicc_insn)
3373         (mulsi3, mulsi3_600_lib, mulsidi3, mulsidi3_700, mulsi3_highpart)
3374         (umulsi3_highpart_i, umulsi3_highpart_int, umulsi3_highpart)
3375         (umulsidi3, umulsidi3_700, cstoresi4, simple_return, p_return_i):
3376         Use it for ARCv2.
3377         (mulhisi3, mulhisi3_imm, mulhisi3_reg, umulhisi3, umulhisi3_imm)
3378         (umulhisi3_reg, umulhisi3_reg, mulsi3_v2, nopv, bswapsi2)
3379         (prefetch, divsi3, udivsi3 modsi3, umodsi3, arcset, arcsetltu)
3380         (arcsetgeu, arcsethi, arcsetls, reload_*_load, reload_*_store)
3381         (extzvsi): New pattern.
3382         * config/arc/arc.opt: New ARCv2 options.
3383         * config/arc/arcEM.md: New file.
3384         * config/arc/arcHS.md: Likewise.
3385         * config/arc/constraints.md (C3p): New constraint, accepts 1 and 2
3386         values.
3387         (Cm2): A signed 9-bit integer constant constraint.
3388         (C62): An unsigned 6-bit integer constant constraint.
3389         (C16): A signed 16-bit integer constant constraint.
3390         * config/arc/predicates.md (mult_operator): Add ARCv2 processort.
3391         (short_const_int_operand): New predicate.
3392         * config/arc/t-arc-newlib: Add ARCv2 multilib options.
3393         * doc/invoke.texi: Add documentation for -mcpu=<archs/arcem>
3394         -mcode-density and -mdiv-rem.
3396 2015-11-11  Julia Koval  <julia.koval@intel.com>
3398         * config/i386/i386.c (m_SKYLAKE_AVX512): Fix typo.
3400 2015-11-11  Julia Koval  <julia.koval@intel.com>
3402         * config/i386/i386.c: Handle "skylake" and "skylake-avx512".
3404 2015-11-11  Martin Liska  <mliska@suse.cz>
3406         * gimple-ssa-strength-reduction.c (create_phi_basis):
3407         Use auto_vec.
3408         * passes.c (release_dump_file_name): New function.
3409         (pass_init_dump_file): Used from this function.
3410         (pass_fini_dump_file): Likewise.
3411         * tree-sra.c (convert_callers_for_node): Use xstrdup_for_dump.
3412         * var-tracking.c (vt_initialize): Use pool_allocator.
3414 2015-11-11  Richard Biener  <rguenth@gcc.gnu.org>
3415             Jiong Wang      <jiong.wang@arm.com>
3417         PR tree-optimization/68234
3418         * tree-vrp.c (vrp_visit_phi_node): Extend SCEV check to those loop PHI
3419         node which estimiated to be VR_VARYING initially.
3421 2015-11-11  Robert Suchanek  <robert.suchanek@imgtec.com>
3423         * regname.c (scan_rtx_reg): Check the matching number of consecutive
3424         registers when tying chains.
3425         (build_def_use): Move terminated_this_insn earlier in the function.
3427 2015-11-10  Mike Frysinger  <vapier@gentoo.org>
3429         * configure.ac: Use = with test and not ==.
3430         * configure: Regenerated.
3432 2015-11-11  David Edelsohn  <dje.gcc@gmail.com>
3434         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Add cpu and
3435         machine asserts.  Update defines for 64 bit.
3437 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
3439         PR target/63870
3440         * config/arm/neon.md (neon_vld1_lane<mode>): Remove error for invalid
3441         lane number.
3442         (neon_vst1_lane<mode>): Likewise.
3443         (neon_vld2_lane<mode>): Likewise.
3444         (neon_vst2_lane<mode>): Likewise.
3445         (neon_vld3_lane<mode>): Likewise.
3446         (neon_vst3_lane<mode>): Likewise.
3447         (neon_vld4_lane<mode>): Likewise.
3448         (neon_vst4_lane<mode>): Likewise.
3450 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
3452         PR target/63870
3453         * config/arm/arm-builtins.c: (arm_load1_qualifiers) Use
3454         qualifier_struct_load_store_lane_index.
3455         (arm_storestruct_lane_qualifiers) Likewise.
3456         * config/arm/neon.md: (neon_vld1_lane<mode>) Reverse lane numbers for
3457         big-endian.
3458         (neon_vst1_lane<mode>) Likewise.
3459         (neon_vld2_lane<mode>) Likewise.
3460         (neon_vst2_lane<mode>) Likewise.
3461         (neon_vld3_lane<mode>) Likewise.
3462         (neon_vst3_lane<mode>) Likewise.
3463         (neon_vld4_lane<mode>) Likewise.
3464         (neon_vst4_lane<mode>) Likewise.
3466 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
3468         PR target/63870
3469         * config/arm/arm-builtins.c (enum arm_type_qualifiers): New enumerator
3470         qualifier_struct_load_store_lane_index.
3471         (builtin_arg): New enumerator NEON_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
3472         (arm_expand_neon_args): New parameter. Remove ellipsis. Handle NEON
3473         argument qualifiers.
3474         (arm_expand_neon_builtin): Handle new NEON argument qualifier.
3475         * config/arm/arm.h (NEON_ENDIAN_LANE_N): New macro.
3477 2015-11-10  Nathan Sidwell  <nathan@codesourcery.com>
3479         * config/nvptx/nvptx.opt (moptimize): New flag.
3480         * config/nvptx/nvptx.c (nvptx_option_override): Set nvptx_optimize
3481         default.
3482         (nvptx_optimize_inner): New.
3483         (nvptx_process_pars): Call it when optimizing.
3484         * doc/invoke.texi (Nvidia PTX Options): Document -moptimize.
3486 2015-11-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3488         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
3489         Remove redundant code.
3491 2015-11-10  Jeff Law  <law@redhat.com>
3493         * config/ft32/ft32.c (ft32_print_operand): Supply mode to
3494         call to output_address.
3495         * config/moxie/moxie.c (moxie_print_operand_address): Similarly.
3496         Add unnamed machine_mode argument.
3498 2015-11-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
3500         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add power9 to hosts that
3501         default to 64-bit.
3503 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
3505         * config/i386/i386.md (*movabs<mode>_1): Add explicit
3506         size directives for -masm=intel.
3507         (*movabs<mode>_2): Ditto.
3509 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
3511         * config/i386/i386.c (ix86_print_operand): Remove dead code that
3512         tried to avoid (%rip) for call operands.
3514 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
3516         * config/i386/i386.c (ix86_print_operand_address_as): Add no_rip
3517         argument.  Do not use RIP relative addressing when no_rip is set.
3518         (ix86_print_operand): Update call to ix86_print_operand_address_as.
3519         (ix86_print_operand_address): Ditto.
3520         * config/i386/i386.md (*movabs<mode>_1): Use %P modifier for
3521         absolute movabs operand 0.  Add square braces for -masm=intel.
3522         (*movabs<mode>_2): Ditto for operand 1.
3524 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3526         * config/arm/arm.c (arm_new_rtx_costs, FIX case): Handle
3527         combine_vcvtf2i pattern.
3529 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3531         * config/arm/arm.c (neon_valid_immediate): Remove integer
3532         CONST_DOUBLE handling.  It should never occur.
3534 2015-11-10  Matthew Wahab  <matthew.wahab@arm.com>
3536         * config/aarch64/atomics.md (unspecv): Move to iterators.md.
3537         (ATOMIC_LDOP): Likewise.
3538         (atomic_ldop): Likewise.
3539         * config/aarch64/iterators.md (unspecv): Moved from atomics.md.
3540         (ATOMIC_LDOP): Likewise.
3541         (atomic_ldop): Likewise.
3543 2015-11-10  Martin Liska  <mliska@suse.cz>
3545         * alloc-pool.h (allocate_raw): New function.
3546         (operator new (size_t, object_allocator<T> &a)): Use the
3547         function instead of object_allocator::allocate).
3549 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3551         * config/i386/sse.md (HALFMASKMODE): New attribute.
3552         (DOUBLEMASKMODE): New attribute.
3553         (vec_pack_trunc_qi): New.
3554         (vec_pack_trunc_<mode>): New.
3555         (vec_unpacks_lo_hi): New.
3556         (vec_unpacks_lo_si): New.
3557         (vec_unpacks_lo_di): New.
3558         (vec_unpacks_hi_hi): New.
3559         (vec_unpacks_hi_<mode>): New.
3561 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3563         * optabs.c (expand_binop_directly): Allow scalar mode for
3564         vec_pack_trunc_optab.
3565         * tree-vect-loop.c (vect_determine_vectorization_factor): Skip
3566         boolean vector producers from pattern sequence when computing VF.
3567         * tree-vect-patterns.c (vect_vect_recog_func_ptrs) Add
3568         vect_recog_mask_conversion_pattern.
3569         (search_type_for_mask): Choose the smallest
3570         type if different size types are mixed.
3571         (build_mask_conversion): New.
3572         (vect_recog_mask_conversion_pattern): New.
3573         (vect_pattern_recog_1): Allow scalar mode for boolean vectype.
3574         * tree-vect-stmts.c (vectorizable_mask_load_store): Support masked
3575         load with pattern.
3576         (vectorizable_conversion): Support boolean vectors.
3577         (free_stmt_vec_info): Allow patterns for statements with no lhs.
3578         * tree-vectorizer.h (NUM_PATTERNS): Increase to 14.
3580 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3582         * config/i386/i386-protos.h (ix86_expand_sse_movcc): New.
3583         * config/i386/i386.c (ix86_expand_sse_movcc): Make public.
3584         Cast mask to FP mode if required.
3585         * config/i386/sse.md (vcond_mask_<mode><avx512fmaskmodelower>): New.
3586         (vcond_mask_<mode><avx512fmaskmodelower>): New.
3587         (vcond_mask_<mode><sseintvecmodelower>): New.
3588         (vcond_mask_<mode><sseintvecmodelower>): New.
3589         (vcond_mask_v2div2di): New.
3590         (vcond_mask_<mode><sseintvecmodelower>): New.
3591         (vcond_mask_<mode><sseintvecmodelower>): New.
3593 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3595         * optabs-query.h (get_vcond_mask_icode): New.
3596         * optabs-tree.c (expand_vec_cond_expr_p): Use
3597         get_vcond_mask_icode for VEC_COND_EXPR with mask.
3598         * optabs.c (expand_vec_cond_mask_expr): New.
3599         (expand_vec_cond_expr): Use get_vcond_mask_icode when possible.
3600         * optabs.def (vcond_mask_optab): New.
3601         * tree-vect-patterns.c (vect_recog_bool_pattern): Don't
3602         generate redundant comparison for COND_EXPR.
3603         * tree-vect-stmts.c (vect_is_simple_cond): Allow SSA_NAME
3604         as a condition.
3605         (vectorizable_condition): Likewise.
3606         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow
3607         cond_exp with no embedded comparison.
3608         (vect_build_slp_tree_1): Likewise.
3610 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3612         * config/i386/sse.md (maskload<mode>): Rename to ...
3613         (maskload<mode><sseintvecmodelower>): ... this.
3614         (maskstore<mode>): Rename to ...
3615         (maskstore<mode><sseintvecmodelower>): ... this.
3616         (maskload<mode><avx512fmaskmodelower>): New.
3617         (maskstore<mode><avx512fmaskmodelower>): New.
3619 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3621         * internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.
3622         (expand_MASK_STORE): Adjust to maskstore optab changes.
3623         * optabs-query.c (can_vec_mask_load_store_p): Add MASK_MODE arg.
3624          Adjust to maskload, maskstore optab changes.
3625         * optabs-query.h (can_vec_mask_load_store_p): Add MASK_MODE arg.
3626         * optabs.def (maskload_optab): Transform into convert optab.
3627         (maskstore_optab): Likewise.
3628         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Adjust to
3629         can_vec_mask_load_store_p signature change.
3630         (predicate_mem_writes): Use boolean mask.
3631         * tree-vect-stmts.c (vectorizable_mask_load_store): Adjust to
3632         can_vec_mask_load_store_p signature change.  Allow invariant masks.
3633         (vectorizable_operation): Ignore type precision for boolean vectors.
3635 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
3637         * expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.
3638         (const_vector_mask_from_tree): New.
3639         (const_vector_from_tree): Use const_vector_mask_from_tree
3640         for boolean vectors.
3641         * optabs-query.h (get_vec_cmp_icode): New.
3642         * optabs-tree.c (expand_vec_cmp_expr_p): New.
3643         * optabs-tree.h (expand_vec_cmp_expr_p): New.
3644         * optabs.c (vector_compare_rtx): Add OPNO arg.
3645         (expand_vec_cond_expr): Adjust to vector_compare_rtx change.
3646         (expand_vec_cmp_expr): New.
3647         * optabs.def (vec_cmp_optab): New.
3648         (vec_cmpu_optab): New.
3649         * optabs.h (expand_vec_cmp_expr): New.
3650         * tree-vect-generic.c (expand_vector_comparison): Add vector
3651         comparison optabs check.
3652         * tree-vect-loop.c (vect_determine_vectorization_factor):  Ignore mask
3653         operations for VF.  Add mask type computation.
3654         * tree-vect-stmts.c (get_mask_type_for_scalar_type): New.
3655         (vectorizable_comparison): New.
3656         (vect_analyze_stmt): Add vectorizable_comparison.
3657         (vect_transform_stmt): Likewise.
3658         (vect_init_vector): Support boolean vector invariants.
3659         (vect_get_vec_def_for_operand): Add VECTYPE arg.
3660         (vectorizable_condition): Directly provide vectype for invariants
3661         used in comparison.
3662         * tree-vectorizer.h (get_mask_type_for_scalar_type): New.
3663         (enum vect_var_kind): Add vect_mask_var.
3664         (enum stmt_vec_info_type): Add comparison_vec_info_type.
3665         (vectorizable_comparison): New.
3666         (vect_get_vec_def_for_operand): Add VECTYPE arg.
3667         * tree-vect-data-refs.c (vect_get_new_vect_var): Support vect_mask_var.
3668         (vect_create_destination_var): Likewise.
3669         * tree-vect-patterns.c (check_bool_pattern): Check fails
3670         if we can vectorize comparison directly.
3671         (search_type_for_mask): New.
3672         (vect_recog_bool_pattern): Support cases when bool pattern check fails.
3673         * tree-vect-slp.c (vect_build_slp_tree_1): Allow
3674         comparison statements.
3675         (vect_get_constant_vectors): Support boolean vector constants.
3676         * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New.
3677         (ix86_expand_int_vec_cmp): New.
3678         (ix86_expand_fp_vec_cmp): New.
3679         * config/i386/i386.c (ix86_expand_sse_cmp): Allow NULL for
3680         op_true and op_false.
3681         (ix86_int_cmp_code_to_pcmp_immediate): New.
3682         (ix86_fp_cmp_code_to_pcmp_immediate): New.
3683         (ix86_cmp_code_to_pcmp_immediate): New.
3684         (ix86_expand_mask_vec_cmp): New.
3685         (ix86_expand_fp_vec_cmp): New.
3686         (ix86_expand_int_sse_cmp): New.
3687         (ix86_expand_int_vcond): Use ix86_expand_int_sse_cmp.
3688         (ix86_expand_int_vec_cmp): New.
3689         (ix86_get_mask_mode): New.
3690         (TARGET_VECTORIZE_GET_MASK_MODE): New.
3691         * config/i386/sse.md (avx512fmaskmodelower): New.
3692         (vec_cmp<mode><avx512fmaskmodelower>): New.
3693         (vec_cmp<mode><sseintvecmodelower>): New.
3694         (vec_cmpv2div2di): New.
3695         (vec_cmpu<mode><avx512fmaskmodelower>): New.
3696         (vec_cmpu<mode><sseintvecmodelower>): New.
3697         (vec_cmpuv2div2di): New.
3699 2015-11-10  Richard Biener  <rguenther@suse.de>
3701         PR tree-optimization/68240
3702         * tree-ssa-sccvn.c (cond_stmts_equal_p): Handle commutative compares
3703         properly.
3704         (visit_phi): For PHIs with just a single executable edge
3705         take its value directly.
3706         (expressions_equal_p): Handle VN_TOP properly.
3708 2015-11-10  Richard Biener  <rguenther@suse.de>
3710         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences):
3711         Handle memory using/clobbering stmts without a STMT_VINFO_DATA_REF
3712         conservatively.
3714 2015-11-10  Richard Biener  <rguenther@suse.de>
3716         PR tree-optimization/56118
3717         * tree-vect-slp.c (vect_bb_vectorization_profitable_p): Make equal
3718         cost favor vectorized version.
3720 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3722         * config/aarch64/aarch64.md (<neg_not_op><mode>cc): New define_expand.
3723         * config/aarch64/iterators.md (NEG_NOT): New code iterator.
3724         (neg_not_op): New code attribute.
3726 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3728         * ifcvt.c (noce_try_inverse_constants): New function.
3729         (noce_process_if_block): Call it.
3730         * optabs.h (emit_conditional_neg_or_complement): Declare prototype.
3731         * optabs.def (negcc_optab, notcc_optab): Declare.
3732         * optabs.c (emit_conditional_neg_or_complement): New function.
3733         * doc/tm.texi (Standard Names): Document negcc, notcc names.
3735 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3737         PR rtl-optimization/68236
3738         * haifa-sched.c (autopref_multipass_dfa_lookahead_guard): Return 0
3739         if insn_queue doesn't exist.
3740         (haifa_sched_finish): Reset insn_queue to NULL.
3742 2015-11-10  Robert Suchanek  <robert.suchanek@imgtec.com>
3744         * regrename.c (create_new_chain): Initialize renamed and tied_chain.
3745         (build_def_use): Initialize terminated_this_insn.
3746         (find_best_rename_reg): Pick and check register from the tied chain.
3747         (regrename_do_replace): Mark head as renamed.
3748         (struct du_head *terminated_this_insn). New static variable.
3749         (scan_rtx_reg): Tie chains in move insns.  Set terminated_this_insn.
3750         * regrename.h (struct du_head): Add tied_chain, renamed members.
3752 2015-11-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3754         PR bootstrap/68256
3755         * config/aarch64/aarch64.c (aarch64_use_constant_blocks_p):
3756         Return false.
3758 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
3760         PR target/57845
3761         * config/sparc/sparc.c (sparc_function_value_1): In 32-bit mode, do
3762         not promote the mode for aggregate types.
3764 2015-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3766         * omp-low.h (replace_oacc_fn_attrib, build_oacc_routine_dims): Declare.
3767         * omp-low.c (build_oacc_routine_dims): New.
3769 2015-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
3771         * config/rs6000/constraints.md (wF constraint): New constraints
3772         for power9/toc fusion.
3773         (wG constraint): Likewise.
3775         * config/rs6000/predicates.md (u6bit_cint_operand): New
3776         predicate, recognize 0..63.
3777         (upper16_cint_operand): New predicate for power9 and toc fusion.
3778         (fpr_reg_operand): Likewise.
3779         (toc_fusion_or_p9_reg_operand): Likewise.
3780         (toc_fusion_mem_raw): Likewise.
3781         (toc_fusion_mem_wrapped): Likewise.
3782         (fusion_gpr_addis): If power9 fusion, allow fusion for a larger
3783         address range.
3784         (fusion_gpr_mem_combo): Delete, use fusion_addis_mem_combo_load
3785         instead.
3786         (fusion_addis_mem_combo_load): Add support for power9 fusion of
3787         floating point loads, floating point stores, and gpr stores.
3788         (fusion_addis_mem_combo_store): Likewise.
3789         (fusion_offsettable_mem_operand): Likewise.
3791         * config/rs6000/rs6000-protos.h (emit_fusion_addis): Add declarations.
3792         (emit_fusion_load_store): Likewise.
3793         (fusion_p9_p): Likewise.
3794         (expand_fusion_p9_load): Likewise.
3795         (expand_fusion_p9_store): Likewise.
3796         (emit_fusion_p9_load): Likewise.
3797         (emit_fusion_p9_store): Likewise.
3798         (fusion_wrap_memory_address): Likewise.
3800         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add new
3801         elements for power9 fusion.
3802         (rs6000_debug_print_mode): Rework debug information to print more
3803         information about fusion.
3804         (rs6000_init_hard_regno_mode_ok): Setup for power9 fusion support.
3805         (rs6000_legitimate_address_p): Recognize toc fusion as a valid
3806         offsettable memory address.
3807         (rs6000_rtx_costs): Update costs for new ISA 3.0 instructions.
3808         (emit_fusion_gpr_load): Move most of the code from
3809         emit_fusion_gpr_load into emit_fusion-addis that handles both
3810         power8 and power9 fusion.
3811         (emit_fusion_addis): Likewise.
3812         (emit_fusion_load_store): Likewise.
3813         (fusion_wrap_memory_address): Add support for TOC fusion.
3814         (fusion_split_address): Likewise.
3815         (fusion_p9_p): Add support for power9 fusion.
3816         (expand_fusion_p9_load): Likewise.
3817         (expand_fusion_p9_store): Likewise.
3818         (emit_fusion_p9_load): Likewise.
3819         (emit_fusion_p9_store): Likewise.
3821         * config/rs6000/rs6000.h (TARGET_EXTSWSLI): Macros for support for
3822         new instructions in ISA 3.0.
3823         (TARGET_CTZ): Likewise.
3824         (TARGET_TOC_FUSION_INT): Macros for power9 fusion support.
3825         (TARGET_TOC_FUSION_FP): Likewise.
3827         * config/rs6000/rs6000.md (UNSPEC_FUSION_P9): New power9/toc
3828         fusion unspecs.
3829         (UNSPEC_FUSION_ADDIS): Likewise.
3830         (QHSI mode iterator): New iterator for power9 fusion.
3831         (GPR_FUSION): Likewise.
3832         (FPR_FUSION): Likewise.
3833         (mod<mode>3): Add support for ISA 3.0 modulus instructions.
3834         (umod<mode>3): Likewise.
3835         (divmod peephole): Likewise.
3836         (udivmod peephole): Likewise.
3837         (ctz<mode>2): Add support for ISA 3.0 count trailing zeros scalar
3838         instructions.
3839         (ctz<mode>2_h): Likewise.
3840         (ashdi3_extswsli): Add support for ISA 3.0 EXTSWSLI instruction.
3841         (ashdi3_extswsli_dot): Likewise.
3842         (ashdi3_extswsli_dot2): Likewise.
3843         (power9 fusion splitter): New power9/toc fusion support.
3844         (toc_fusionload_<mode>): Likewise.
3845         (toc_fusionload_di): Likewise.
3846         (fusion_gpr_load_<mode>): Update predicate function.
3847         (power9 fusion peephole2s): New power9/toc fusion support.
3848         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
3849         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_store): Likewise.
3850         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
3851         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3852         (fusion_p9_<mode>_constant): Likewise.
3854 2015-11-09  Steve Ellcey  <sellcey@imgtec.com>
3856         * optabs.c (prepare_libcall_arg): New function.
3857         (expand_fixed_convert): Add call to prepare_libcall_arg.
3859 2015-11-09  Nikolai Bozhenov  <n.bozhenov@samsung.com>
3861         * sched-int.h (dump_rgn_dependencies_dot): Declare
3862         * sched-rgn.c (dump_rgn_dependencies_dot): New function
3863         * print-rtl.h (print_insn): Add prototype
3865         * haifa-sched.c (setup_sched_dump): Don't redirect output to stderr.
3866         * common.opt (-fsched-verbose): Set default value to 1.
3867         * invoke.texi (-fsched-verbose): Update the option's description.
3869 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
3871         * config/visium/visium.h (PRINT_OPERAND): Delete.
3872         (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
3873         (PRINT_OPERAND_ADDRESS): Likewise.
3874         * config/visium/visium.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
3875         to...
3876         (visium_print_operand_punct_valid_p): ...this.  New function.
3877         (TARGET_PRINT_OPERAND): Define to...
3878         (print_operand): Rename to...
3879         (visium_print_operand): ...this.
3880         (TARGET_PRINT_OPERAND_ADDRESS): Define to...
3881         (visium_output_address): Rename to...
3882         (visium_print_operand_address): ...this.
3883         (print_operand_address): Delete.
3885 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
3887         PR middle-end/68259
3888         * tree.h (reverse_storage_order_for_component_p) <COMPONENT_REF>:
3889         Check that the type of the first operand is an aggregate type.
3891 2015-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3893         * omp-low.c: Fix some OpenACC comment typos.
3894         (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THREAD_NUM call.
3895         * omp-builtins.def (BUILT_IN_GOACC_GET_THREAD_NUM,
3896         BUILT_IN_GOACC_GET_NUM_THREADS): Delete.
3898 2015-11-09  Uros Bizjak  <ubizjak@gmail.com>
3900         * config/i386/i386.md (*strmovqi_1): Fix insn enable condition.
3902 2015-11-09  Jeff Law  <law@redhat.com>
3904         * tree-ssanames.c (verify_ssaname_freelists): Simplify check for
3905         being in gimple/ssa form.  Remove redundant check for SSA_NAME.
3906         Fix comment typo.
3908 2015-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
3909             Peter Bergner  <bergner@vnet.ibm.com>
3911         * config/rs6000/rs6000.opt (-mpower9-fusion): Add new switches for
3912         ISA 3.0 (power9).
3913         (-mpower9-vector): Likewise.
3914         (-mpower9-dform): Likewise.
3915         (-mpower9-minmax): Likewise.
3916         (-mtoc-fusion): Likewise.
3917         (-mmodulo): Likewise.
3918         (-mfloat128-hardware): Likewise.
3920         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add option
3921         mask for ISA 3.0 (power9).
3922         (POWERPC_MASKS): Add new ISA 3.0 switches.
3923         (power9 cpu): Add power9 cpu.
3925         * config/rs6000/rs6000.h (ASM_CPU_POWER9_SPEC): Add support for power9.
3926         (ASM_CPU_SPEC): Likewise.
3927         (EXTRA_SPECS): Likewise.
3929         * config/rs6000/rs6000-opts.h (enum processor_type): Add
3930         PROCESSOR_POWER9.
3932         * config/rs6000/rs6000.c (power9_cost): Initial cost setup for power9.
3933         (rs6000_debug_reg_global): Add support for power9 fusion.
3934         (rs6000_setup_reg_addr_masks): Cache mode size.
3935         (rs6000_option_override_internal): Until real power9 tuning is
3936         added, use -mtune=power8 for -mcpu=power9.
3937         (rs6000_setup_reg_addr_masks): Do not allow pre-increment,
3938         pre-decrement, or pre-modify on SFmode/DFmode if we allow the use
3939         of Altivec registers.
3940         (rs6000_option_override_internal): Add support for ISA 3.0 switches.
3941         (rs6000_loop_align): Add support for power9 cpu.
3942         (rs6000_file_start): Likewise.
3943         (rs6000_adjust_cost): Likewise.
3944         (rs6000_issue_rate): Likewise.
3945         (insn_must_be_first_in_group): Likewise.
3946         (insn_must_be_last_in_group): Likewise.
3947         (force_new_group): Likewise.
3948         (rs6000_register_move_cost): Likewise.
3949         (rs6000_opt_masks): Likewise.
3951         * config/rs6000/rs6000.md (cpu attribute): Add power9.
3952         * config/rs6000/rs6000-tables.opt: Regenerate.
3954         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
3955         _ARCH_PWR9 if power9 support is available.
3957         * config/rs6000/aix61.h (ASM_CPU_SPEC): Add power9.
3958         * config/rs6000/aix53.h (ASM_CPU_SPEC): Likewise.
3960         * configure.ac: Determine if the assembler supports the ISA 3.0
3961         instructions.
3962         * config.in (HAVE_AS_POWER9): Likewise.
3963         * configure: Regenerate.
3965         * doc/invoke.texi (RS/6000 and PowerPC Options): Document ISA 3.0
3966         switches.
3968 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3970         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate):
3971         Remove integer CONST_DOUBLE handling.  It should never occur.
3973 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3975         PR target/68129
3976         * config/aarch64/aarch64.h (TARGET_SUPPORTS_WIDE_INT): Define to 1.
3977         * config/aarch64/aarch64.c (aarch64_print_operand, CONST_DOUBLE):
3978         Delete VOIDmode case.  Assert that mode is not VOIDmode.
3979         * config/aarch64/predicates.md (const0_operand): Remove const_double
3980         match.
3982 2015-11-09  Martin Liska  <mliska@suse.cz>
3984         * ipa-inline-analysis.c (estimate_function_body_sizes): Call
3985         body_info release function.
3986         * ipa-prop.c (ipa_release_body_info): New function.
3987         (ipa_analyze_node): Call the function.
3988         (ipa_node_params::~ipa_node_params): Release known_csts.
3989         * ipa-prop.h (ipa_release_body_info): Declare.
3991 2015-11-09  Martin Liska  <mliska@suse.cz>
3993         * gcc.c (record_temp_file): Release name string.
3994         * ifcvt.c (noce_convert_multiple_sets): Use auto_vec instead of vec.
3995         * lra-lives.c (free_live_range_list): Utilize
3996         lra_live_range_pool for allocation and deallocation.
3997         (create_live_range): Likewise.
3998         (copy_live_range): Likewise.
3999         (lra_merge_live_ranges): Likewise.
4000         (remove_some_program_points_and_update_live_ranges): Likewise.
4001         (lra_create_live_ranges_1): Release point_freq_vec that can
4002         be not freed from previous iteration of the function.
4003         * tree-eh.c (lower_try_finally_switch): Use auto_vec instead of vec.
4004         * tree-sra.c (sra_deinitialize): Release all vectors in
4005         base_access_vec.
4006         * tree-ssa-dom.c (free_dom_edge_info): Make the function extern.
4007         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
4008         Release edge_info for a removed edge.
4009         (thread_through_all_blocks): Free region vector.
4010         * tree-ssa.h (free_dom_edge_info): Declare function extern.
4012 2015-11-09  Ilya Enkovich  <enkovich.gnu@gmail.com>
4014         * optabs.c (expand_vec_cond_expr): Always get sign from type.
4015         * tree.c (wide_int_to_tree): Support negative values for boolean.
4016         (build_nonstandard_boolean_type): Use signed type for booleans.
4018 2015-11-09  Richard Biener  <rguenther@suse.de>
4020         PR tree-optimization/68248
4021         * tree-vect-generic.c (expand_vector_operations_1): Handle scalar rhs2.
4023 2015-11-09  Richard Biener  <rguenther@suse.de>
4025         PR tree-optimization/56118
4026         * tree-vectorizer.h (vect_find_last_scalar_stmt_in_slp): Declare.
4027         * tree-vect-slp.c (vect_find_last_scalar_stmt_in_slp): Export.
4028         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): New
4029         function.
4030         (vect_slp_analyze_data_ref_dependences): Instead of computing
4031         all dependences of the region DRs just analyze the code motions
4032         SLP vectorization will perform.  Remove SLP instances that
4033         cannot have their store/load motions applied.
4034         (vect_analyze_data_refs): Allow DRs without a vectype
4035         in BB vectorization.
4037 2015-11-09  Julian Brown  <julian@codesourcery.com>
4039         * final.c (output_asm_insn): Pass VOIDmode to output_address.
4040         (output_address): Add MODE argument. Pass to print_operand_address
4041         hook.
4042         * targhooks.c (default_print_operand_address): Add MODE argument.
4043         * targhooks.h (default_print_operand_address): Update prototype.
4044         * output.h (output_address): Update prototype.
4045         * target.def (print_operand_address): Add MODE argument.
4046         * config/vax/vax.c (print_operand_address): Pass VOIDmode to
4047         output_address.
4048         (print_operand): Pass access mode to output_address.
4049         * config/mcore/mcore.c (mcore_print_operand_address): Add MODE
4050         argument.
4051         (mcore_print_operand): Update calls to mcore_print_operand_address.
4052         * config/fr30/fr30.c (fr30_print_operand): Pass VOIDmode to
4053         output_address.
4054         * config/lm32/lm32.c (lm32_print_operand): Pass mode in calls to
4055         output_address.
4056         * config/tilegx/tilegx.c (output_memory_reference_mode): Remove
4057         global.
4058         (tilegx_print_operand): Don't set above global. Update calls to
4059         output_address.
4060         (tilegx_print_operand_address): Add MODE argument. Use instead of
4061         output_memory_reference_mode global.
4062         * config/frv/frv.c (frv_print_operand_address): Add MODE argument.
4063         (frv_print_operand): Pass mode to frv_print_operand_address calls.
4064         * config/mn10300/mn10300.c (mn10300_print_operand): Pass mode to
4065         output_address.
4066         * config/cris/cris.c (cris_print_operand_address): Add MODE argument.
4067         (cris_print_operand): Pass mode to output_address calls.
4068         * config/spu/spu.c (print_operand): Pass mode to output_address calls.
4069         * config/aarch64/aarch64.h (aarch64_print_operand)
4070         (aarch64_print_operand_address): Remove prototypes.
4071         * config/aarch64/aarch64.c (aarch64_memory_reference_mode): Delete
4072         global.
4073         (aarch64_print_operand): Make static. Update calls to output_address.
4074         (aarch64_print_operand_address): Add MODE argument. Use instead of
4075         aarch64_memory_reference_mode global.
4076         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define target
4077         hooks.
4078         * config/aarch64/aarch64.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
4079         Delete macro definitions.
4080         * config/pa/pa.c (pa_print_operand): Pass mode in output_address calls.
4081         * config/xtensa/xtensa.c (print_operand): Pass mode in
4082         output_address calls.
4083         * config/h8300/h8300.c (h8300_print_operand_address): Add MODE
4084         argument.
4085         (h83000_print_operand): Update calls to h8300_print_operand_address
4086         and output_address.
4087         * config/ia64/ia64.c (ia64_print_operand_address): Add MODE argument.
4088         * config/tilepro/tilepro.c (output_memory_reference_mode): Delete
4089         global.
4090         (tilepro_print_operand): Pass mode to output_address.
4091         (tilepro_print_operand_address): Add MODE argument. Use instead of
4092         output_memory_reference_mode.
4093         * config/nvptx/nvptx.c (output_decl_chunk, nvptx_assemble_integer)
4094         (nvptx_output_call_insn, nvptx_print_address_operand): Pass VOIDmode
4095         to output_address calls.
4096         (nvptx_print_operand_address): Add MODE argument.
4097         * config/alpha/alpha.c (print_operand): Pass mode argument in
4098         output_address calls.
4099         * config/m68k/m68k.c (print_operand): Pass mode argument in
4100         output_address call.
4101         * config/avr/avr.c (avr_print_operand_address): Add MODE argument.
4102         (avr_print_operand): Update calls to avr_print_operand_address.
4103         * config/sparc/sparc.c (sparc_print_operand_address): Add MODE
4104         argument. Update calls to output_address.
4105         (sparc_print_operand): Pass mode to output_address.
4106         * config/iq2000/iq2000.c (iq2000_print_operand_address): Add MODE
4107         argument.
4108         (iq2000_print_operand): Pass mode in output_address calls.
4109         * config/stormy16/stormy16.c (xstormy16_print_operand_address): Add
4110         MODE argument.
4111         (xstormy16_print_operand): Pass mode to
4112         xstormy16_print_operand_address calls.
4113         * config/mips/mips.c (mips_print_operand): Update calls to
4114         output_address.
4115         (mips_print_operand_address): Add MODE argument.
4116         * config/epiphany/epiphany.c (epiphany_print_operand): Update calls
4117         to output_address.
4118         (epiphany_print_operand_address): Add MODE argument. Add FIXME note.
4119         * config/pdp11/pdp11.c (pdp11_asm_print_operand): Update call to
4120         output_address.
4121         * config/rx/rx.c (rx_print_operand_address): Add MODE argument.
4122         (rx_print_operand): Update calls to output_address,
4123         rx_print_operand_address.
4124         * config/nds32/nds32.c (nds32_print_operand): Update calls to
4125         output_address.
4126         (nds32_print_operand_address): Add MODE argument.
4127         * config/rs6000/rs6000.c (print_operand): Pass mem mode to
4128         output_address calls.
4129         * config/c6x/c6x.c (print_address_offset): Pass mem mode to
4130         output_address call.
4131         (c6x_print_address_operand): Update calls to output_address.
4132         (c6x_print_operand_address): Pass mode to above.
4133         * config/v850/v850.c (v850_print_operand_address): Add MODE argument.
4134         (v850_print_operand): Pass mode to v850_print_operand_address,
4135         output_address.
4136         * config/mmix/mmix.c (mmix_print_operand_address): Add MODE argument.
4137         (mmix_print_operand): Pass mode in output_address calls.
4138         * config/sh/sh.c (sh_print_operand_address): Add MODE argument.
4139         (sh_print_operand): Pass mem mode to output_address,
4140         sh_print_operand_address.
4141         * config/cr16/cr16.c (cr16_print_operand_address): Add MODE argument.
4142         (cr16_print_operand): Pass mode to output_address,
4143         cr16_print_operand_address.
4144         * config/bfin/bfin.c (print_address_operand): Pass VOIDmode to
4145         output_address.
4146         * config/microblaze/microblaze.c (print_operand): Pass mode to
4147         output_address.
4148         * config/nios2/nios2.c (nios2_print_operand): Pass VOIDmode to
4149         output_address.
4150         (nios2_print_operand_address): Add MODE argument. Update call to
4151         nios2_print_operand_address.
4152         * config/s390/s390.c (print_operand): Pass mode to output_address.
4153         * config/m32c/m32c.c (m32c_print_operand_address): Add MODE argument.
4154         * config/arc/arc.c (arc_print_operand): Pass VOIDmode to
4155         output_address.
4156         * config/arm/arm.c (arm_print_operand_address): Add MODE argument.
4157         Use instead of output_memory_reference_mode.
4158         (output_memory_reference_mode): Delete global.
4159         (arm_print_operand): Pass mem mode to output_address.
4160         * config/m32r/m32r.c (m32r_print_operand_address): Add MODE argument.
4161         (m32r_print_operand): Pass mode to output_address.
4162         * config/msp430/msp430.c (msp430_print_operand_addr): Add MODE
4163         argument.
4164         (msp430_print_operand): Pass mode to msp430_print_operand_addr.
4165         * config/i386/i386.c (ix86_print_operand): Pass mode to
4166         output_address calls.
4167         (ix86_print_operand_address): Add MODE argument.
4169 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
4171         PR middle-end/68251
4172         * tree-core.h (REF_REVERSE_STORAGE_ORDER): Move around.
4173         * tree.h (REF_REVERSE_STORAGE_ORDER): Change to default_def_flag.
4174         * tree-streamer-in.c (unpack_ts_base_value_fields): Adjust.
4175         * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
4177 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4179         PR rtl-optimization/67749
4180         * ifcvt.c (noce_try_cmove_arith): Do not emit move in IF-ELSE
4181         case before emitting the two blocks.  Instead modify the register
4182         in the corresponding final insn of the basic block.
4184 2015-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4186         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Allow for differences in
4187         assembler syntax.
4188         Support Solaris ld.
4189         Define HAVE_INITFINI_ARRAY_SUPPORT as 0/1.
4191         * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define to
4192         HAVE_INITFINI_ARRAY_SUPPORT.
4193         * config/initfini-array.h: Check HAVE_INITFINI_ARRAY_SUPPORT value.
4195         * configure.ac (gcc_cv_as_sparc_nobits): Remove.
4196         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section):
4197         Don't check HAVE_AS_SPARC_NOBITS.
4198         Heed SECTION_NOTYPE.
4200         * configure: Regenerate.
4201         * config.in: Regenerate.
4203 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
4205         PR middle-end/68253
4206         * fold-const.c (fold_truth_andor_1): Initialize new variables to 0.
4208 2015-11-09  Richard Henderson  <rth@redhat.com>
4210         * config/i386/i386-c.c (ix86_target_macros): Define __SEG_FS,
4211         __SEG_GS, __SEG_TLS.
4212         (ix86_register_pragmas): Register address spaces __seg_fs,
4213         __seg_gs, __seg_tls.
4214         * config/i386/i386-protos.h (enum ix86_address_seg): Remove.
4215         (ADDR_SPACE_SEG_FS, ADDR_SPACE_SEG_GS, ADDR_SPACE_SEG_TLS): New.
4216         (struct ix86_address): Use addr_space_t instead of ix86_address_seg.
4217         * config/i386/i386.c (ix86_decompose_address): Likewise.
4218         (ix86_legitimate_address_p): Likewise.
4219         (memory_address_length): Likewise.  Check mem address space too.
4220         (ix86_print_operand): Use ix86_print_operand_address_as.
4221         (ix86_print_operand_address_as): Rename from
4222         ix86_print_operand_address, add new addr_space_t parameter.
4223         Validate that either the parameter or the ix86_address segment
4224         is default address space.  Handle ADDR_SPACE_SEG_TLS.
4225         (ix86_print_operand_address): New.
4226         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): New.
4227         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): New.
4228         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): New.
4229         (ix86_addr_space_zero_address_valid): New.
4230         (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
4231         * config/i386/i386.h (DEFAULT_TLS_SEG_REG): Use addr_space_t constants.
4232         * config/i386/rdos.h (DEFAULT_TLS_SEG_REG): Likewise.
4233         * config/i386/predicates.md (address_no_seg_operand): Likewise.
4234         (vsib_address_operand): Likewise.
4235         (address_mpx_no_base_operand): Likewise.
4236         (address_mpx_no_index_operand): Likewise.
4237         * doc/extend.texi (x86 Named Address Spaces): New section.
4239         * config/i386/i386.c (ix86_check_no_addr_space): New.
4240         (decide_alg): Add have_as parameter.
4241         (alg_usable_p): Likewise; disable rep algorithms if set.
4242         (ix86_expand_set_or_movmem): Notice if either MEM has a
4243         non-default address space.
4244         (ix86_expand_strlen): Likewise.
4245         * config/i386/i386.md (strmov, strset): Likewise.
4246         (*strmovdi_rex_1): Use ix86_check_no_addr_space.
4247         (*strmovsi_1, *strmovqi_1, *rep_movdi_rex64, *rep_movsi, *rep_movqi,
4248         *strsetdi_rex_1, *strsetsi_1, *strsethi_1, *strsetqi_1,
4249         *rep_stosdi_rex64, *rep_stossi, *rep_stosqi, *cmpstrnqi_nz_1,
4250         *cmpstrnqi_1, *strlenqi_1): Likewise.
4252         * config/i386/i386.md (*movabs<mode>_1): Print the full memory rtx.
4253         (*movabs<mode>_2): Likewise.
4255         * dwarf2out.c (modified_type_die): Pass the address space number
4256         through TARGET_ADDR_SPACE_DEBUG to produce the dwarf address class.
4257         * target.def (TARGET_ADDR_SPACE_DEBUG): New.
4258         * targhooks.c (default_addr_space_debug): New.
4259         * targhooks.h (default_addr_space_debug): Declare.
4260         * doc/tm.texi.in (TARGET_ADDR_SPACE_DEBUG): Mark it.
4261         * doc/tm.texi: Rebuild.
4263         * gimple.c (check_loadstore): Return false when 0 is a valid address.
4264         * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
4265         null when 0 is valid in the source address space.
4266         * target.def (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
4267         * targhooks.c (default_addr_space_zero_address_valid): New.
4268         * targhooks.h (default_addr_space_zero_address_valid): Declare.
4269         * doc/tm.texi.in (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): Mark it.
4270         * doc/tm.texi: Rebuild.
4272         * cselib.c (add_mem_for_addr): Compare address spaces when
4273         matching memories.
4274         (cselib_lookup_mem): Likewise.
4275         * fold-const.c (operand_equal_p): Check address spaces of
4276         pointer types before checking integer constants.
4278         PR tree-opt/66768
4279         * tree-ssa-address.c (create_mem_ref_raw): Use a pointer of
4280         the correct type for the base.
4282 2015-11-09  Jeff Law  <law@redhat.com>
4284         * tree-into-ssa.c (names_to_release): No longer static.
4285         * tree-into-ssa.h (names_to_release): Declare.
4286         * tree-ssanames.c (verify_ssaname_freelists): New debug function.
4287         (release_free_names_and_compact_live_names): New function extracted
4288         from pass_release_ssa_names::execute.
4289         (pass_release_ssa_names::execute): Use it.
4291 2015-11-09  Alan Modra  <amodra@gmail.com>
4293         * gensupport.c (add_mnemonic_string): Make len param a size_t.
4294         (gen_mnemonic_setattr): Make "size" var a size_t.  Use
4295         obstack_blank_fast to shrink obstack.  Cast obstack_next_free
4296         return value.
4298 2015-11-09  Segher Boessenkool  <segher@kernel.crashing.org>
4300         PR rtl-optimization/68182
4301         * bb-reorder.c (reorder_basic_blocks_simple): Treat a conditional
4302         branch with only one successor just like unconditional branches.
4304 2015-11-08  Jeff Law  <law@redhat.com>
4306         * tree-ssa-threadupdate.c (register_jump_thraed): Assert that a
4307         non-FSM path has no edges marked with EDGE_DFS_BACK.
4308         (ssa_redirect_edges): No longer call mark_loop_for_removal.
4309         (thread_single_edge, def_split_header_continue_p): Remove.
4310         (bb_ends_with_multiway_branch): Likewise.
4311         (thread_through_loop_header): Remove cases of threading from
4312         latch through the header.  Simplify knowing we won't thread
4313         the latch.
4314         (thread_through_all_blocks): Simplify knowing that only the FSM
4315         threader needs to handle backedges.
4317 2015-11-08  Eric Botcazou  <ebotcazou@adacore.com>
4319         * doc/extend.texi (type attributes): Document scalar_storage_order.
4320         (Structure-Packing Pragmas): Rename into...
4321         (Structure-Layout Pragmas): ...this.  Document scalar_storage_order.
4322         * doc/invoke.texi (C Dialect Options): Document -fsso-struct
4323         (Warnings): Document -Wno-scalar-storage-order.
4324         * flag-types.h (enum scalar_storage_order_kind): New enumeration.
4325         * calls.c (store_unaligned_arguments_into_pseudos): Adjust calls to
4326         extract_bit_field and store_bit_field.
4327         (initialize_argument_information): Adjust call to store_expr.
4328         (load_register_parameters): Adjust call to extract_bit_field.
4329         * expmed.c (check_reverse_storage_order_support): New function.
4330         (check_reverse_float_storage_order_support): Likewise.
4331         (flip_storage_order): Likewise.
4332         (store_bit_field_1): Add REVERSE parameter.  Flip the storage order
4333         of the value if it is true.  Pass REVERSE to recursive call after
4334         adjusting the target offset.
4335         Do not use extraction or movstrict instruction if REVERSE is true.
4336         Pass REVERSE to store_fixed_bit_field.
4337         (store_bit_field): Add REVERSE parameter and pass to it to above.
4338         (store_fixed_bit_field): Add REVERSE parameter and pass to it to
4339         store_split_bit_field and store_fixed_bit_field_1.
4340         (store_fixed_bit_field_1):  Add REVERSE parameter.  Flip the storage
4341         order of the value if it is true and adjust the target offset.
4342         (store_split_bit_field): Add REVERSE parameter and pass it to
4343         store_fixed_bit_field.  Adjust the target offset if it is true.
4344         (extract_bit_field_1): Add REVERSE parameter.  Flip the storage order
4345         of the value if it is true.  Pass REVERSE to recursive call after
4346         adjusting the target offset.
4347         Do not use extraction or subreg instruction if REVERSE is true.
4348         Pass REVERSE to extract_fixed_bit_field.
4349         (extract_bit_field): Add REVERSE parameter and pass to it to above.
4350         (extract_fixed_bit_field): Add REVERSE parameter and pass to it to
4351         extract_split_bit_field and extract_fixed_bit_field_1.
4352         (extract_fixed_bit_field_1): Add REVERSE parameter.  Flip the storage
4353         order of the value if it is true and adjust the target offset.
4354         (extract_split_bit_field): Add REVERSE parameter and pass it to
4355         extract_fixed_bit_field.  Adjust the target offset if it is true.
4356         * expmed.h (flip_storage_order): Declare.
4357         (store_bit_field): Adjust prototype.
4358         (extract_bit_field): Likewise.
4359         * expr.c (emit_group_load_1): Adjust calls to extract_bit_field.
4360         (emit_group_store): Adjust call to store_bit_field.
4361         (copy_blkmode_from_reg): Likewise.
4362         (copy_blkmode_to_reg): Likewise.
4363         (write_complex_part): Likewise.
4364         (read_complex_part): Likewise.
4365         (optimize_bitfield_assignment_op): Add REVERSE parameter.  Assert
4366         that it isn't true if the target is a register.
4367         <PLUS_EXPR>: If it is, do not optimize unless bitsize is equal to 1,
4368         and flip the storage order of the value.
4369         <BIT_IOR_EXPR>: Flip the storage order of the value.
4370         (get_bit_range): Adjust call to get_inner_reference.
4371         (expand_assignment): Adjust calls to get_inner_reference, store_expr,
4372         optimize_bitfield_assignment_op and store_field.  Handle MEM_EXPRs
4373         with reverse storage order.
4374         (store_expr_with_bounds): Add REVERSE parameter and pass it to
4375         recursive calls and call to store_bit_field.  Force the value into a
4376         register if it is true and then flip the storage order of the value.
4377         (store_expr): Add REVERSE parameter and pass it to above.
4378         (categorize_ctor_elements_1): Adjust call to
4379         initializer_constant_valid_p.
4380         (store_constructor_field): Add REVERSE parameter and pass it to
4381         recursive calls and call to store_field.
4382         (store_constructor): Add REVERSE parameter and pass it to calls to
4383         store_constructor_field and store_expr.  Set it to true for an
4384         aggregate type with TYPE_REVERSE_STORAGE_ORDER.
4385         (store_field): Add REVERSE parameter and pass it to recursive calls
4386         and calls to store_expr and store_bit_field.  Temporarily flip the
4387         storage order of the value with record type and integral mode and
4388         adjust the shift if it is true.
4389         (get_inner_reference): Add PREVERSEP parameter and set it to true
4390         upon encoutering a reference with reverse storage order.
4391         (expand_expr_addr_expr_1): Adjust call to get_inner_reference.
4392         (expand_constructor): Adjust call to store_constructor.
4393         (expand_expr_real_2) <CASE_CONVERT>: Pass TYPE_REVERSE_STORAGE_ORDER
4394         of the union type to store_expr in the MEM case and assert that it
4395         isn't set in the REG case.  Adjust call to store_field.
4396         (expand_expr_real_1) <MEM_REF>: Handle reverse storage order.
4397         <normal_inner_ref>: Add REVERSEP variable and adjust calls to
4398         get_inner_reference and extract_bit_field. Temporarily flip the
4399         storage order of the value with record type and integral mode and
4400         adjust the shift if it is true.  Flip the storage order of the value
4401         at the end if it is true.
4402         <VIEW_CONVERT_EXPR>: Add REVERSEP variable and adjust call to
4403         get_inner_reference.  Do not fetch an inner reference if it is true.
4404         * expr.h (store_expr_with_bounds): Ajust prototype.
4405         (store_expr): Likewise.
4406         * fold-const.c (make_bit_field_ref): Add REVERSEP parameter and set
4407         REF_REVERSE_STORAGE_ORDER on the reference according to it.
4408         (optimize_bit_field_compare): Deal with reverse storage order.
4409         Adjust calls to get_inner_reference and make_bit_field_ref.
4410         (decode_field_reference): Add PREVERSEP parameter and adjust call to
4411         get_inner_reference.
4412         (fold_truth_andor_1): Deal with reverse storage order.  Adjust calls
4413         to decode_field_reference and make_bit_field_ref.
4414         (fold_unary_loc) <CASE_CONVERT>: Adjust call to get_inner_reference.
4415         <VIEW_CONVERT_EXPR>: Propagate the REF_REVERSE_STORAGE_ORDER flag.
4416         (fold_comparison): Adjust call to get_inner_reference.
4417         (split_address_to_core_and_offset): Adjust call to
4418         get_inner_reference.
4419         * gimple-expr.c (useless_type_conversion_p): Return false for array
4420         types with different TYPE_REVERSE_STORAGE_ORDER flag.
4421         * gimplify.c (gimplify_expr) <MEM_REF>: Propagate the
4422         REF_REVERSE_STORAGE_ORDER flag.
4423         * lto-streamer-out.c (hash_tree): Deal with TYPE_REVERSE_STORAGE_ORDER.
4424         * output.h (assemble_real): Adjust prototype.
4425         * print-tree.c (print_node): Convey TYPE_REVERSE_STORAGE_ORDER.
4426         * stor-layout.c (finish_record_layout): Propagate the
4427         TYPE_REVERSE_STORAGE_ORDER flag to the variants.
4428         * tree-core.h (TYPE_REVERSE_STORAGE_ORDER): Document.
4429         (TYPE_SATURATING): Adjust.
4430         (REF_REVERSE_STORAGE_ORDER): Document.
4431         * tree-dfa.c (get_ref_base_and_extent): Add PREVERSE parameter and
4432         set it to true upon encoutering a reference with reverse storage order.
4433         * tree-dfa.h (get_ref_base_and_extent): Adjust prototype.
4434         * tree-inline.c (remap_gimple_op_r): Propagate the
4435         REF_REVERSE_STORAGE_ORDER flag.
4436         (copy_tree_body_r): Likewise.
4437         * tree-outof-ssa.c (insert_value_copy_on_edge): Adjust call to
4438         store_expr.
4439         * tree-streamer-in.c (unpack_ts_base_value_fields): Deal with
4440         TYPE_REVERSE_STORAGE_ORDER and REF_REVERSE_STORAGE_ORDER.
4441         * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
4442         * tree.c (stabilize_reference) <BIT_FIELD_REF>: Propagate the
4443         REF_REVERSE_STORAGE_ORDER flag.
4444         (verify_type_variant): Deal with TYPE_REVERSE_STORAGE_ORDER.
4445         (gimple_canonical_types_compatible_p): Likewise.
4446         * tree.h (TYPE_REVERSE_STORAGE_ORDER): New flag.
4447         (TYPE_SATURATING): Adjust.
4448         (REF_REVERSE_STORAGE_ORDER): New flag.
4449         (reverse_storage_order_for_component_p): New inline predicate.
4450         (storage_order_barrier_p): Likewise.
4451         (get_inner_reference): Adjust prototype.
4452         * varasm.c: Include expmed.h.
4453         (assemble_variable_contents): Adjust call to output_constant.
4454         (assemble_real): Add REVERSE parameter.  Flip the storage
4455         order of the value if REVERSE is true.
4456         (compare_constant) <CONSTRUCTOR>: Compare TYPE_REVERSE_STORAGE_ORDER.
4457         (assemble_constant_contents): Adjust call to output_constant.
4458         (output_constant_pool_2): Adjust call to assemble_real.
4459         (initializer_constant_valid_p_1) <CONSTRUCTOR>: Deal with
4460         TYPE_REVERSE_STORAGE_ORDER.
4461         (initializer_constant_valid_p): Add REVERSE parameter.
4462         (output_constant): Add REVERSE parameter.
4463         <INTEGER_TYPE>: Flip the storage order of the value if REVERSE is true.
4464         <REAL_TYPE>: Adjust call to assemble_real.
4465         <COMPLEX_TYPE>: Pass it to recursive calls.
4466         <ARRAY_TYPE>: Likewise.  Adjust call to output_constructor.
4467         <RECORD_TYPE>: Likewise.  Adjust call to output_constructor.
4468         (struct oc_local_state): Add REVERSE field.
4469         (output_constructor_array_range): Adjust calls to output_constant.
4470         (output_constructor_regular_field): Likewise.
4471         (output_constructor_bitfield): Adjust call to output_constructor.
4472         Flip the storage order of the value if REVERSE is true.
4473         (output_constructor): Add REVERSE parameter.  Set it to true for an
4474         aggregate type with TYPE_REVERSE_STORAGE_ORDER.  Adjust call to
4475         output_constructor_bitfield.
4476         * varasm.h (initializer_constant_valid_p): Default REVERSE to false.
4477         * asan.c (instrument_derefs): Adjust call to get_inner_reference.
4478         * builtins.c (get_object_alignment_2): Likewise.
4479         * cfgexpand.c (expand_debug_expr): Adjust call to get_inner_reference
4480         and get_ref_base_and_extent.
4481         * dbxout.c (dbxout_expand_expr): Likewise.
4482         * dwarf2out.c (add_var_loc_to_decl): Likewise.
4483         (loc_list_for_address_of_addr_expr_of_indirect_ref): Likewise.
4484         (loc_list_from_tree): Likewise.
4485         (fortran_common): Likewise.
4486         * gimple-fold.c (gimple_fold_builtin_memory_op): Adjust calls to
4487         get_ref_base_and_extent.
4488         (get_base_constructor): Likewise.
4489         (fold_const_aggregate_ref_1): Likewise.
4490         * gimple-laddress.c (pass_laddress::execute): Adjust call to
4491         get_inner_reference.
4492         * gimple-ssa-strength-reduction.c (slsr_process_ref): Adjust call to
4493         get_inner_reference and bail out on reverse storage order.
4494         * ifcvt.c (noce_emit_move_insn): Adjust calls to store_bit_field.
4495         * ipa-cp.c (ipa_get_jf_ancestor_result): Adjust call to
4496         build_ref_for_offset.
4497         * ipa-polymorphic-call.c (set_by_invariant): Adjust call to
4498         get_ref_base_and_extent.
4499         (ipa_polymorphic_call_context): Likewise.
4500         (extr_type_from_vtbl_ptr_store): Likewise.
4501         (check_stmt_for_type_change): Likewise.
4502         (get_dynamic_type): Likewise.
4503         * ipa-prop.c (ipa_load_from_parm_agg_1): Adjust call to
4504         get_ref_base_and_extent.
4505         (compute_complex_assign_jump_func): Likewise.
4506         (get_ancestor_addr_info): Likewise.
4507         (compute_known_type_jump_func): Likewise.
4508         (determine_known_aggregate_parts): Likewise.
4509         (ipa_get_adjustment_candidate): Likewise.
4510         (ipa_modify_call_arguments): Set REF_REVERSE_STORAGE_ORDER on MEM_REF.
4511         * ipa-prop.h (ipa_parm_adjustment): Add REVERSE field.
4512         (build_ref_for_offset): Adjust prototype.
4513         * simplify-rtx.c (delegitimize_mem_from_attrs): Adjust call to
4514         get_inner_reference.
4515         * tree-affine.c (tree_to_aff_combination): Adjust call to
4516         get_inner_reference.
4517         (get_inner_reference_aff): Likewise.
4518         * tree-data-ref.c (split_constant_offset_1): Likewise.
4519         (dr_analyze_innermost): Likewise.  Bail out if reverse storage order.
4520         * tree-scalar-evolution.c (interpret_rhs_expr): Adjust call to
4521         get_inner_reference.
4522         * tree-sra.c (struct access): Add REVERSE and move WRITE around.
4523         (dump_access): Print new fields.
4524         (create_access): Adjust call to get_ref_base_and_extent and set the
4525         REVERSE flag according to the result.
4526         (completely_scalarize_record): Set the REVERSE flag.
4527         (scalarize_elem): Add REVERSE parameter.
4528         (build_access_from_expr_1): Preserve storage order barriers.
4529         (build_accesses_from_assign): Likewise.
4530         (build_ref_for_offset): Add REVERSE parameter and set the
4531         REF_REVERSE_STORAGE_ORDER flag accordingly.
4532         (build_ref_for_model): Adjust call to build_ref_for_offset and clear
4533         the REF_REVERSE_STORAGE_ORDER flag if there are components.
4534         (analyze_access_subtree): Likewise.
4535         (create_artificial_child_access): Set the REVERSE flag.
4536         (get_access_for_expr): Adjust call to get_ref_base_and_extent.
4537         (turn_representatives_into_adjustments): Propagate REVERSE flag.
4538         (ipa_sra_check_caller): Adjust call to get_inner_reference.
4539         * tree-ssa-alias.c (ao_ref_base): Adjust call to
4540         get_ref_base_and_extent.
4541         (aliasing_component_refs_p): Likewise.
4542         (stmt_kills_ref_p_1): Likewise.
4543         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
4544         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <MEM_REF>: New.
4545         Return true if reverse storage order.
4546         <BIT_FIELD_REF>: Likewise.
4547         <COMPONENT_REF>: Likewise.
4548         <ARRAY_REF>: Likewise.
4549         <ARRAY_RANGE_REF>: Likewise.
4550         (split_address_cost): Likewise.  Bail out if reverse storage order.
4551         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Adjust call to
4552         get_inner_reference.  Bail out if reverse storage order.
4553         (bswap_replace): Adjust call to get_inner_reference.
4554         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <MEM_REF>: Set
4555         the REF_REVERSE_STORAGE_ORDER flag.
4556         <BIT_FIELD_REF>: Likewise.
4557         * tree-ssa-sccvn.c (vn_reference_eq): Return false on storage order
4558         barriers.
4559         (copy_reference_ops_from_ref) <MEM_REF>: Set REVERSE field according
4560         to the REF_REVERSE_STORAGE_ORDER flag.
4561         <BIT_FIELD_REF>: Likewise.
4562         <VIEW_CONVERT_EXPR>: Set it for storage order barriers.
4563         (contains_storage_order_barrier_p): New predicate.
4564         (vn_reference_lookup_3): Adjust calls to get_ref_base_and_extent.
4565         Punt on storage order barriers if necessary.
4566         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add REVERSE.
4567         * tree-ssa-structalias.c (get_constraint_for_component_ref): Adjust
4568         call to get_ref_base_and_extent.
4569         (do_structure_copy): Likewise.
4570         * tree-vect-data-refs.c (vect_check_gather): Adjust call to
4571         get_inner_reference.
4572         (vect_analyze_data_refs): Likewise.  Bail out if reverse storage order.
4573         * tsan.c (instrument_expr): Adjust call to get_inner_reference.
4574         * ubsan.c (instrument_bool_enum_load): Likewise.
4575         (instrument_object_size): Likewise.
4576         * var-tracking.c (track_expr_p): Adjust call to
4577         get_ref_base_and_extent.
4578         * config/mips/mips.c (r10k_safe_mem_expr_p): Adjust call to
4579         get_inner_reference.
4580         * config/s390/s390.c (s390_expand_atomic): Adjust call to
4581         store_bit_field.
4582         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Adjust call to
4583         extract_bit_field.
4584         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
4586 2015-11-07  Eric Botcazou  <ebotcazou@adacore.com>
4588         * config/sparc/sparc.opt (mfix-at697f): Add final period.
4590 2015-11-07  Segher Boessenkool  <segher@kernel.crashing.org>
4592         PR rtl-optimization/67864
4593         * common/config/i386/i386-common.c (ix86_option_optimization_table)
4594         <OPT_freorder_blocks_algorithm_>: Use REORDER_BLOCKS_ALGORITHM_STC
4595         at -Os and up.
4597 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4599         * trans-mem.c (is_tm_pure_call): Use gimple_call_flags for
4600         internal functions.
4602 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4604         * builtins.def: #undef DEF_BUILTIN and DEF_BUILTIN_CHKP
4605         * builtins.c, genmatch.c, tree-core.h: Don't undef them here.
4607 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4609         * internal-fn.def: #undef DEF_INTERNAL_FN at the end.
4610         * internal-fn.c: Don't undef it here.
4611         * tree-core.h: Likewise.
4613 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4615         * builtins.c (fold_builtin_nan): Delete.
4616         (fold_builtin_memcmp): Remove case where both arguments are constant.
4617         (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
4618         (fold_builtin_strspn, fold_builtin_strcspn): Likewise.
4619         (fold_builtin_1): Remove BUILT_IN_NAN* handling.
4620         * fold-const-call.c: Include fold-const.h.
4621         (host_size_t_cst_p): New function.
4622         (build_cmp_result, fold_const_builtin_nan): Likewise.
4623         (fold_const_call_1): New function, split out from...
4624         (fold_const_call): ...here (for all three interfaces).  Handle
4625         constant nan, nans, strlen, strcmp, strncmp, strspn and strcspn.
4627 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4629         * builtins.c (fold_builtin_bitop, fold_builtin_bswap): Delete.
4630         (fold_builtin_1): Don't call them.
4631         * fold-const-call.c: Include tm.h.
4632         (fold_const_call_ss): New variant for integer-to-integer folds.
4633         (fold_const_call): Call it.
4635 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4637         * builtins.c (fold_builtin_classify): Move constant cases to...
4638         * fold-const-call.c (fold_const_call_ss): ...here.
4640 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4642         * builtins.h (c_getstr): Move to...
4643         * fold-const.h (c_getstr): ...here.
4644         * builtins.c (c_getstr): Move to...
4645         * fold-const.c (c_getstr): ...here.
4647 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4649         * builtins.def (BUILTIN_RINT, BUILTIN_RINTF, BUILTIN_RINTL): Use
4650         ATTR_MATHFN_FPROUNDING rather than ATTR_MATHFN_FPROUNDING_ERRNO.
4652 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
4654         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Try to update
4655         the dominance info; free it if we can't.
4656         (pass_call_cdce::execute): Don't free the dominance info here.
4658 2015-11-06  Jeff Law <law@redhat.com>
4660         * tree-ssa-threadedge.c (dummy_simplify): Remove.
4661         (thread_around_empty_blocks): Remove backedge_seen_p argument.
4662         If we thread to a backedge, then return false.  Update recursive
4663         call to eliminate backedge_seen_p argument.
4664         (thread_through_normal_block): Remove backedge_seen_p argument.
4665         Remove backedge_seen_p argument from calls to
4666         thread_around_empty_blocks.  Remove checks on backedge_seen_p.
4667         If we thread to a backedge, then return 0.
4668         (thread_across_edge): Remove bookkeeping for backedge_seen.  Don't
4669         pass it to thread_through_normal_block or thread_through_empty_blocks.
4670         For joiner handling, if we see a backedge, do not try normal
4671         threading.
4673 2015-11-06  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
4675         * graphite-optimize-isl.c (optimize_isl): Call isl_union_map_is_equal.
4676         * graphite-poly.c (new_scop): Initialize original_schedule.
4677         (free_scop): Free original_schedule.
4678         * graphite-poly.h (struct scop): Add field original_schedule.
4679         * graphite-sese-to-poly.c (build_scop_original_schedule): New.
4680         (build_poly_scop): Call build_scop_original_schedule.
4682 2015-11-06  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
4684         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
4685         (build_pbb_minimal_scattering_polyhedrons): New.
4686         (build_scop_scattering): Remove.
4687         (build_scop_minimal_scattering): New.
4688         (build_scop_scattering): Call build_pbb_minimal_scattering_polyhedrons.
4689         (build_poly_scop): Call build_scop_minimal_scattering.
4691 2015-11-06  Jeff Law <law@redhat.com>
4693         * cfg-flags.def (IGNORE): New edge flag.
4694         * tree-vrp.c (identify_jump_threads): Mark and clear edges
4695         scheduled for removal with EDGE_IGNORE around call into
4696         jump threader.  Do no thread across edges with EDGE_IGNORE,
4697         but do allow threading across those with EDGE_DFS_BACK.
4699 2015-11-06  David Wohlferd  <dw@LimeGreenSocks.com>
4701         * doc/md.texi (multi-alternative constraints): Don't document
4702         alternatives inherently tied to reload for the user documentation.
4704 2015-11-06  Michael Collison  <michael.collison@linaro.org>
4705             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
4707         Revert:
4708         2015-08-01  Michael Collison  <michael.collison@linaro.org
4709                     Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
4711         * config/arm/arm.md (*arm_smin_cmp): New pattern.
4712         (*arm_umin_cmp): Likewise.
4714 2015-11-06  Jakub Jelinek  <jakub@redhat.com>
4716         * gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.
4717         * omp-low.c (check_omp_nesting_restrictions): Update for the
4718         various new OpenMP 4.5 nesting restrictions, clarified
4719         nesting glossary, closely nested region relationship clarified
4720         to mean explicit or implicit parallel regions (target/teams),
4721         use %</%> or %qs where appropriate.
4723 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
4724             Sebastian Pop  <s.pop@samsung.com>
4726         * graphite-scop-detection.c (loop_is_valid_scop): Call
4727         optimize_loop_nest_for_speed_p.
4729 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
4730             Sebastian Pop  <s.pop@samsung.com>
4732         * graphite-optimize-isl.c (optimize_isl): Call
4733         isl_options_set_schedule_maximize_band_depth.
4735 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
4736             Sebastian Pop  <s.pop@samsung.com>
4738         * graphite-scop-detection.c (scop_detection::merge_sese): Entry
4739         and exit edges should not be a part of irreducible loop.
4740         (scop_detection::can_represent_loop_1): Loops should not be
4741         irreducible.
4742         (scop_detection::harmful_stmt_in_region): All the basic block
4743         should belong to reducible loops.
4745 2015-11-06  Christophe Lyon  <christophe.lyon@linaro.org>
4747         * config/aarch64/aarch64-simd-builtins.def: Update builtins
4748         tables: add tbl3v16qi, qtbl[34]*, tbx4v16qi, qtbx[34]*.
4749         * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): Rename to...
4750         (aarch64_tbl3<mode>) ... this, which supports v16qi too.
4751         (aarch64_tbx4v8qi): Rename to...
4752         aarch64_tbx4<mode>): ... this.
4753         (aarch64_qtbl3<mode>): New pattern.
4754         (aarch64_qtbx3<mode>): New pattern.
4755         (aarch64_qtbl4<mode>): New pattern.
4756         (aarch64_qtbx4<mode>): New pattern.
4757         * config/aarch64/arm_neon.h (vqtbl2_s8, vqtbl2_u8, vqtbl2_p8)
4758         (vqtbl2q_s8, vqtbl2q_u8, vqtbl2q_p8, vqtbl3_s8, vqtbl3_u8)
4759         (vqtbl3_p8, vqtbl3q_s8, vqtbl3q_u8, vqtbl3q_p8, vqtbl4_s8)
4760         (vqtbl4_u8, vqtbl4_p8, vqtbl4q_s8, vqtbl4q_u8, vqtbl4q_p8)
4761         (vqtbx2_s8, vqtbx2_u8, vqtbx2_p8, vqtbx2q_s8, vqtbx2q_u8)
4762         (vqtbx2q_p8, vqtbx3_s8, vqtbx3_u8, vqtbx3_p8, vqtbx3q_s8)
4763         (vqtbx3q_u8, vqtbx3q_p8, vqtbx4_s8, vqtbx4_u8, vqtbx4_p8)
4764         (vqtbx4q_s8, vqtbx4q_u8, vqtbx4q_p8): Rewrite using builtin
4765         functions.
4767 2015-11-06  Mike Stump  <mikestump@comcast.net>
4769         PR debug/66728
4770         * dwarf2out.c (get_full_len): Return a value based upon the actual
4771         precision needed for the value.
4772         (add_const_value_attribute): Use a maximal wide-int for
4773         CONST_WIDE_INTs, not VOIDmode.
4774         (output_die): Don't ever output NULL with printf.
4776         * rtl.h (get_precision of rtx_mode_t): Ensure we never process
4777         BLKmode nor VOIDmode values.
4779 2015-11-06  David Malcolm  <dmalcolm@redhat.com>
4781         * diagnostic-color.c (color_dict): Eliminate "caret"; add "range1"
4782         and "range2".
4783         (parse_gcc_colors): Update comment to describe default GCC_COLORS.
4784         * diagnostic-core.h (warning_at_rich_loc): New declaration.
4785         (error_at_rich_loc): New declaration.
4786         (permerror_at_rich_loc): New declaration.
4787         (inform_at_rich_loc): New declaration.
4788         * diagnostic-show-locus.c (adjust_line): Delete.
4789         (struct point_state): New struct.
4790         (class colorizer): New class.
4791         (class layout_point): New class.
4792         (class layout_range): New class.
4793         (struct line_bounds): New.
4794         (class layout): New class.
4795         (colorizer::colorizer): New ctor.
4796         (colorizer::~colorizer): New dtor.
4797         (layout::layout): New ctor.
4798         (layout::print_source_line): New method.
4799         (layout::print_annotation_line): New method.
4800         (layout::get_state_at_point): New method.
4801         (layout::get_x_bound_for_row): New method.
4802         (diagnostic_show_locus): Reimplement in terms of class layout.
4803         (diagnostic_print_caret_line): Delete.
4804         * diagnostic.c (diagnostic_initialize): Replace
4805         MAX_LOCATIONS_PER_MESSAGE with rich_location::MAX_RANGES.
4806         (diagnostic_set_info_translated): Convert param from location_t
4807         to rich_location *.  Eliminate calls to set_location on the
4808         message in favor of storing the rich_location ptr there.
4809         (diagnostic_set_info): Convert param from location_t to
4810         rich_location *.
4811         (diagnostic_build_prefix): Break out array into...
4812         (diagnostic_kind_color): New variable.
4813         (diagnostic_get_color_for_kind): New function.
4814         (diagnostic_report_diagnostic): Colorize the option_text
4815         using the color for the severity.
4816         (diagnostic_append_note): Update for change in signature of
4817         diagnostic_set_info.
4818         (diagnostic_append_note_at_rich_loc): New function.
4819         (emit_diagnostic): Update for change in signature of
4820         diagnostic_set_info.
4821         (inform): Likewise.
4822         (inform_at_rich_loc): New function.
4823         (inform_n): Update for change in signature of diagnostic_set_info.
4824         (warning): Likewise.
4825         (warning_at): Likewise.
4826         (warning_at_rich_loc): New function.
4827         (warning_n): Update for change in signature of diagnostic_set_info.
4828         (pedwarn): Likewise.
4829         (permerror): Likewise.
4830         (permerror_at_rich_loc): New function.
4831         (error): Update for change in signature of diagnostic_set_info.
4832         (error_n): Likewise.
4833         (error_at): Likewise.
4834         (error_at_rich_loc): New function.
4835         (sorry): Update for change in signature of diagnostic_set_info.
4836         (fatal_error): Likewise.
4837         (internal_error): Likewise.
4838         (internal_error_no_backtrace): Likewise.
4839         (source_range::debug): New function.
4840         * diagnostic.h (struct diagnostic_info): Eliminate field
4841         "override_column".  Add field "richloc".
4842         (struct diagnostic_context): Add field "colorize_source_p".
4843         (diagnostic_override_column): Delete.
4844         (diagnostic_set_info): Convert param from location_t to
4845         rich_location *.
4846         (diagnostic_set_info_translated): Likewise.
4847         (diagnostic_append_note_at_rich_loc): New function.
4848         (diagnostic_num_locations): New function.
4849         (diagnostic_expand_location): Get the location from the
4850         rich_location.
4851         (diagnostic_print_caret_line): Delete.
4852         (diagnostic_get_color_for_kind): New declaration.
4853         * genmatch.c (linemap_client_expand_location_to_spelling_point): New.
4854         (error_cb): Update for change in signature of "error" callback.
4855         (fatal_at): Likewise.
4856         (warning_at): Likewise.
4857         * input.c (linemap_client_expand_location_to_spelling_point): New.
4858         * pretty-print.c (text_info::set_range): New method.
4859         (text_info::get_location): New method.
4860         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): Eliminate this macro.
4861         (struct text_info): Eliminate "locations" array in favor of
4862         "m_richloc", a rich_location *.
4863         (textinfo::set_location): Add a "caret_p" param, and reimplement
4864         in terms of a call to set_range.
4865         (textinfo::get_location): Eliminate inline implementation in favor of
4866         an out-of-line reimplementation.
4867         (textinfo::set_range): New method.
4868         * rtl-error.c (diagnostic_for_asm): Update for change in signature
4869         of diagnostic_set_info.
4870         * tree-diagnostic.c (default_tree_printer): Update for new
4871         "caret_p" param for textinfo::set_location.
4872         * tree-pretty-print.c (percent_K_format): Likewise.
4874 2015-11-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4876         Properly apply.
4877         2015-11-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4878         * config/aarch64/aarch64.c
4879         (aarch64_can_use_per_function_literal_pools_p): New.
4880         (aarch64_use_blocks_for_constant_p): Adjust declaration
4881         and use aarch64_can_use_function_literal_pools_p.
4882         (aarch64_select_rtx_section): Update.
4884 2015-11-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4886         * config/arm/arm-ldmstm.ml: Rewrite to generate unified asm templates.
4887         * config/arm/arm.c (arm_asm_trampoline_template): Make unified asm safe.
4888         (arm_output_multireg_pop): Likewise.
4889         (output_move_double):  Likewise.
4890         (output_move_quad):  Likewise.
4891         (output_return_instruction): Likewise.
4892         (arm_print_operand): Remove support for %( and %. print modifiers.
4893         (arm_output_shift): Make unified asm.
4894         (arm_declare_function_name): Likewise.
4895         * config/arm/arm.h (TARGET_UNIFIED_ASM): Delete.
4896         (ASM_APP_OFF): Adjust.
4897         (ASM_OUTPUT_REG_PUSH): Undo special casing for TARGET_ARM.
4898         (ASM_OUTPUT_REG_POP): Likewise.
4899         * config/arm/arm.md: Adjust uses of %., %(, %)
4900         * config/arm/sync.md: Likewise.
4901         * config/arm/thumb2.md: Likewise.
4902         * config/arm/ldmstm.md: Regenerate.
4903         * config/arm/arm.opt (masm-unified-syntax): Do not special case Thumb.
4904         * doc/invoke.texi (masm-unified-syntax): Update documentation.
4906 2015-11-06  David Malcolm  <dmalcolm@redhat.com>
4908         * input.c (dump_line_table_statistics): Dump stats on adhoc table.
4910 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
4912         * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and
4913         add OEP_MATCH_SIDE_EFFECTS.
4914         * fold-const.c (operand_equal_p): Update documentation; handle
4915         OEP_MATCH_SIDE_EFFECTS.
4916         * tree-ssa-tail-merge.c (gimple_operand_equal_value_p): Use
4917         OEP_MATCH_SIDE_EFFECTS.
4919 2015-11-06  Benedikt Huber  <benedikt.huber@theobroma-systems.com>
4920             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
4922         * config/aarch64/aarch64-builtins.c: Builtins for rsqrt and rsqrtf.
4923         * config/aarch64/aarch64-protos.h: Declare.
4924         * config/aarch64/aarch64-simd.md: Matching expressions for frsqrte and
4925         frsqrts.
4926         * config/aarch64/aarch64-tuning-flags.def: Added recip_sqrt.
4927         * config/aarch64/aarch64.c: New functions. Emit rsqrt estimation
4928         code when applicable.
4929         * config/aarch64/aarch64.md: Added enum entries.
4930         * config/aarch64/aarch64.opt: Added option -mlow-precision-recip-sqrt.
4932 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
4934         PR ipa/68057
4935         PR ipa/68220
4936         * ipa-polymorphic-call.c
4937         (ipa_polymorphic_call_context::restrict_to_inner_type): Fix ordering
4938         issue when offset is out of range.
4939         (contains_type_p): Fix out of range check, clear dynamic flag.
4941 2015-11-06  Arnout Vandecappelle  <arnout@mind.be>
4943         * config.gcc (e6500): Fix cpu_is_64bit typo.
4945 2015-11-06  Alan Lawrence  <alan.lawrence@arm.com>
4947         * tree-sra.c (completely_scalarize): Properly handle negative array
4948         indices using offset_int.
4950 2015-11-06  Richard Biener  <rguenther@suse.de>
4952         * alloc-pool.h (object_allocator::allocate): Default-initialize
4953         object.
4955 2015-11-06  Richard Biener  <rguenther@suse.de>
4957         * tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
4958         * lra.c (init_reg_info): Truncate copy_vec instead of
4959         re-allocating a new one and leaking the old.
4960         * ipa-inline-analysis.c (estimate_function_body_sizes): Free
4961         bb_infos vec.
4962         * sched-deps.c (sched_deps_finish): Free the dn/dl pools.
4963         * postreload-gcse.c (free_mem): Free modify_mem_list and
4964         canon_modify_mem_list.
4966 2015-11-06  Ilya Enkovich  <enkovich.gnu@gmail.com>
4968         PR tree-optimization/68145
4969         * tree-vect-stmts.c (vectorizable_operation): Fix
4970         determination for booleans.
4972 2015-11-06  Tom de Vries  <tom@codesourcery.com>
4974         * tree-cfg.c (gimple_split_block_before_cond_jump): Split before
4975         cond_jump, instead of split after last nondebug insn before cond_jump.
4976         * tree-parloops.c (transform_to_exit_first_loop_alt): Verify ssa before
4977         returning.
4979 2015-11-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4981         PR target/68088
4982         * config/arm/aarch-common.c (aarch_accumulator_forwarding): Strip
4983         subregs from accumulator and make sure it's a register.
4985 2015-11-06  Simon Dardis  <simon.dardis@imgtec.com>
4987         * config/mips/loongson.md (vec_loongson_extract_lo_<mode>): New, extract
4988         low part to scalar.
4989         (reduc_uplus_<mode>): Remove.
4990         (reduc_plus_scal_<mode>): Rename from reduc_splus_<mode>, Use vec
4991         loongson_extract_lo_<mode>.
4992         (reduc_smax_scal_<mode>, reduc_smin_scal_<mode>): Rename from
4993         reduc_smax_<mode>, reduc_smax_<mode>, use vec
4994         loongson_extract_lo_<mode>.
4995         (reduc_umax_scal_<mode>, reduc_umin_scal_<mode>): Rename.
4997 2015-11-06  Richard Biener  <rguenther@suse.de>
4999         * tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end
5000         members.
5001         (vect_stmt_in_region_p): Declare.
5002         * tree-vect-slp.c (new_bb_vec_info): Work on a region.
5003         (destroy_bb_vec_info): Likewise.
5004         (vect_bb_slp_scalar_cost): Use vect_stmt_in_region_p.
5005         (vect_get_and_check_slp_defs): Likewise.
5006         (vect_slp_analyze_bb_1): Refactor to make it work on sub-BBs.
5007         (vect_slp_bb): Likewise.
5008         * tree-vect-patterns.c (vect_same_loop_or_bb_p): Implement
5009         in terms of vect_stmt_in_region_p.
5010         (vect_pattern_recog): Iterate over the BB region.
5011         * tree-vect-stmts.c (vect_is_simple_use): Use vect_stmt_in_region_p.
5012         * tree-vectorizer.c (vect_stmt_in_region_p): New function.
5013         (pass_slp_vectorize::execute): Initialize all stmt UIDs to -1.
5014         * config/i386/i386.c: Include gimple-iterator.h.
5015         * config/aarch64/aarch64.c: Likewise.
5017 2015-11-06  Alexandre Oliva <aoliva@redhat.com>
5019         PR rtl-optimization/67753
5020         PR rtl-optimization/64164
5021         * function.c (assign_parm_setup_block): Avoid allocating a
5022         stack slot if we don't have an ABI-reserved one.  Emit the
5023         copy to target_reg in the conversion seq if the copy from
5024         entry_parm is in it too.  Don't use the conversion seq to copy
5025         a PARALLEL to a REG or a CONCAT.
5027 2015-11-06  Richard Biener  <rguenther@suse.de>
5029         * tree-hash-traits.h (tree_operand_hash): Provide equal, not
5030         equal_keys.
5032 2015-11-05  Cesar Philippidis  <cesar@codesourcery.com>
5033             Thomas Schwinge  <thomas@codesourcery.com>
5034             James Norris  <jnorris@codesourcery.com>
5037         * gimplify.c (gimplify_scan_omp_clauses): Add support for
5038         OMP_CLAUSE_TILE.  Update handling of OMP_CLAUSE_INDEPENDENT.
5039         (gimplify_adjust_omp_clauses): Likewise.
5040         * omp-low.c (scan_sharing_clauses): Add support for OMP_CLAUSE_TILE.
5041         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_TILE.
5042         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_TILE.
5043         * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE.
5044         (omp_clause_code_name): Likewise.
5045         (walk_tree_1): Handle OMP_CLAUSE_TILE.
5046         * tree.h (OMP_TILE_LIST): New macro.
5048 2015-11-05  Martin Sebor  <msebor@redhat.com>
5050         PR c++/67942
5051         * doc/invoke.texi (-Wplacement-new): Document new option.
5053 2015-11-05  Alan Lawrence  <alan.lawrence@arm.com>
5055         PR tree-optimization/65963
5056         * tree-scalar-evolution.c (interpret_rhs_expr): Try to handle
5057         LSHIFT_EXPRs as equivalent unsigned MULT_EXPRs.
5059 2015-11-05  James Greenhalgh  <james.greenhalgh@arm.com>
5061         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): New.
5062         (noce_convert_multiple_sets): Likewise.
5063         (noce_process_if_block): Call them.
5065 2015-11-05  Nathan Sidwell  <nathan@codesourcery.com>
5067         * gimple-fold.c: Include omp-low.h.
5068         (fold_internal_goacc_dim): New.
5069         (gimple_fold_call): Call it.
5071 2015-11-05  Jakub Jelinek  <jakub@redhat.com>
5072             Ilya Verbin  <ilya.verbin@intel.com>
5074         * builtin-types.def
5075         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR): Remove.
5076         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): New.
5077         * cgraph.h (enum cgraph_simd_clone_arg_type): Add
5078         SIMD_CLONE_ARG_TYPE_LINEAR_REF_VARIABLE_STEP,
5079         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP and
5080         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP.
5081         (struct cgraph_simd_clone_arg): Adjust comment.
5082         * omp-builtins.def (BUILT_IN_GOMP_TARGET): Rename GOMP_target_41
5083         to GOMP_target_ext.  Add num_teams and thread_limit arguments.
5084         (BUILT_IN_GOMP_TARGET_DATA): Rename GOMP_target_data_41
5085         to GOMP_target_data_ext.
5086         (BUILT_IN_GOMP_TARGET_UPDATE): Rename GOMP_target_update_41
5087         to GOMP_target_update_ext.
5088         (BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_START,
5089         BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_START,
5090         BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_NEXT,
5091         BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_NEXT,
5092         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_START,
5093         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_START,
5094         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_NEXT,
5095         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_NEXT,
5096         BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_DYNAMIC,
5097         BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_GUIDED): New built-ins.
5098         * tree-core.h (enum omp_clause_schedule_kind): Add
5099         OMP_CLAUSE_SCHEDULE_MASK, OMP_CLAUSE_SCHEDULE_MONOTONIC,
5100         OMP_CLAUSE_SCHEDULE_NONMONOTONIC and change
5101         OMP_CLAUSE_SCHEDULE_LAST value.
5102         * tree.def (OMP_SIMD, CILK_SIMD, CILK_FOR, OMP_DISTRIBUTE,
5103         OMP_TASKLOOP, OACC_LOOP): Add OMP_FOR_ORIG_DECLS argument.
5104         * tree.h (OMP_FOR_ORIG_DECLS): Use OMP_LOOP_CHECK instead of
5105         OMP_FOR_CHECK.  Remove comment.
5106         * tree-pretty-print.c (dump_omp_clause): Handle
5107         GOMP_MAP_FIRSTPRIVATE_REFERENCE and GOMP_MAP_ALWAYS_POINTER.
5108         Simplify.  Print schedule clause modifiers.
5109         * tree-vect-stmts.c (vectorizable_simd_clone_call): Add
5110         SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_VARIABLE_STEP
5111         cases.
5112         * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_ALWAYS_TO.
5113         (omp_default_clause): Tweak for
5114         private/firstprivate/is_device_ptr variables on target
5115         construct and use_device_ptr on target data.
5116         (omp_check_private): Likewise.
5117         (omp_notice_variable): For references check whether what it refers
5118         to has mappable type, rather than the reference itself.
5119         (omp_is_private): Diagnose linear iteration variables on non-simd
5120         constructs.
5121         (omp_no_lastprivate): Return true only for Fortran.
5122         (gimplify_scan_omp_clauses): Or in GOVD_MAP_ALWAYS_TO for
5123         GOMP_MAP_ALWAYS_TO or GOMP_MAP_ALWAYS_TOFROM kinds.
5124         Add support for GOMP_MAP_FIRSTPRIVATE_REFERENCE and
5125         GOMP_MAP_ALWAYS_POINTER, remove old handling of structure element
5126         based array sections.  Use GOMP_MAP_ALWAYS_P.  Fix up handling of
5127         lastprivate and linear when combined with distribute.  Gimplify
5128         variable low-bound for array reduction.  Look through
5129         POINTER_PLUS_EXPR when looking for ADDR_EXPR for array section
5130         reductions.
5131         (gimplify_adjust_omp_clauses_1): For implicit references to
5132         variables with reference type and when not ref to scalar or
5133         ref to pointer, map what they refer to using tofrom and
5134         use GOMP_MAP_FIRSTPRIVATE_REFERENCE for the reference.
5135         (gimplify_adjust_omp_clauses): Remove GOMP_MAP_ALWAYS_POINTER
5136         from target exit data.  Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE.
5137         Drop OMP_CLAUSE_MAP_PRIVATE support.  Use GOMP_MAP_ALWAYS_P.
5138         Diagnose the same var on both firstprivate and lastprivate on
5139         distribute construct.
5140         (gimplify_omp_for): Fix up handling of predetermined
5141         lastprivate or linear iter vars when combined with distribute.
5142         (find_omp_teams, computable_teams_clause, optimize_target_teams): New
5143         functions.
5144         (gimplify_omp_workshare): Call optimize_target_teams.
5145         * omp-low.c (struct omp_region): Add sched_modifiers field.
5146         (struct omp_for_data): Likewise.
5147         (omp_any_child_fn_dumped): New variable.
5148         (extract_omp_for_data): Fill in sched_modifiers, and mask out
5149         OMP_CLAUSE_SCHEDULE_KIND bits outside of OMP_CLAUSE_SCHEDULE_MASK
5150         from sched_kind.
5151         (determine_parallel_type): Use only OMP_CLAUSE_SCHEDULE_MASK
5152         bits of OMP_CLAUSE_SCHED_KIND.
5153         (scan_sharing_clauses): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE,
5154         drop OMP_CLAUSE_MAP_PRIVATE support.  Look through POINTER_PLUS_EXPR
5155         for array section reductions.
5156         (add_taskreg_looptemp_clauses): Add one extra _looptemp_ clause even
5157         for distribute parallel for, if there are lastprivate clauses on the
5158         for.
5159         (lower_rec_input_clauses): Handle non-zero low-bound on array
5160         section reductions.
5161         (lower_reduction_clauses): Likewise.
5162         (lower_send_clauses): Look through POINTER_PLUS_EXPR
5163         for array section reductions.
5164         (expand_parallel_call): Use nonmonotonic entrypoints for
5165         nonmonotonic: dynamic/guided.
5166         (expand_omp_taskreg): Call assign_assembler_name_if_neeeded on
5167         child_fn if current_function_decl has assembler name set, but child_fn
5168         does not.  Dump the header and IL of the child function when not in SSA
5169         form.
5170         (expand_omp_target): Likewise.  Pass num_teams and thread_limit
5171         arguments to BUILT_IN_GOMP_TARGET.
5172         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
5173         Initialize the extra _looptemp_ clause to fd->loop.n2.
5174         (expand_omp_for): Use nonmonotonic entrypoints for
5175         nonmonotonic: dynamic/guided.  Initialize region->sched_modifiers.
5176         (expand_omp): Clear omp_any_child_fn_dumped.  Dump function header
5177         again if we have dumped any child functions.
5178         (lower_omp_for_lastprivate): Determine the right count variable
5179         for distribute simd, or distribute parallel for{, simd}.
5180         (lower_omp_target): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE
5181         and GOMP_MAP_ALWAYS_POINTER.  Drop OMP_CLAUSE_MAP_PRIVATE
5182         support.
5183         (simd_clone_clauses_extract): Handle variable step
5184         for references and arguments passed by reference.
5185         (simd_clone_mangle): Mangle ref/uval/val variable steps.
5186         (simd_clone_adjust_argument_types): Handle
5187         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP like
5188         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
5189         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP like
5190         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
5191         (simd_clone_linear_addend): New function.
5192         (simd_clone_adjust): Handle variable step like similarly
5193         to constant step, use simd_clone_linear_addend to determine
5194         the actual step at runtime.
5196 2015-11-05  Nathan Sidwell  <nathan@codesourcery.com>
5198         * target.def (goacc.dim_limit): New hook.
5199         * targhooks.h (default_goacc_dim_limit): Declare.
5200         * doc/tm.texi.in (TARGET_GOACC_DIM_LIMIT): Add.
5201         * doc/tm.texi: Rebuilt.
5202         * omp-low.h (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): Declare.
5203         * omp-low.c (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): New.
5204         (default_goacc_dim_limit): New.
5205         * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
5206         (nvptx_goacc_dim_limit) New.
5207         (TARGET_GOACC_DIM_LIMIT): Override.
5208         * tree-vrp.c: Include omp-low.h, target.h.
5209         (extract_range_basic): Add handling for IFN_GOACC_DIM_SIZE &
5210         IFN_GOACC_DIM_POS.
5212 2015-11-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
5214         * tree-vect-generic.c (do_compare): Use -1 for true
5215         result instead of 1.
5217 2015-11-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5219         * config/aarch64/aarch64.c
5220         (aarch64_can_use_per_function_literal_pools_p): New.
5221         (aarch64_use_blocks_for_constant_p): Adjust declaration
5222         and use aarch64_can_use_function_literal_pools_p.
5223         (aarch64_select_rtx_section): Update.
5225 2015-11-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
5227         * targhooks.c (default_get_mask_mode): Use BLKmode in
5228         case target doesn't support required vector mode.
5229         * stor-layout.c (layout_type); Check for BLKmode.
5231 2015-11-04  Aditya Kumar  <aditya.k7@samsung.com>
5232             Sebastian Pop  <s.pop@samsung.com>
5234         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
5235         Remove use of parameter_rename_map.
5236         (copy_def): Remove.
5237         (copy_internal_parameters): Remove.
5238         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
5239         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
5240         (free_sese_info): Do not free parameter_rename_map.
5241         (set_rename): Do not use parameter_rename_map.
5242         (rename_uses): Update call to set_rename.
5243         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
5244         * sese.h (parameter_rename_map_t): Remove.
5245         (struct sese_info_t): Remove field parameter_rename_map.
5247 2015-11-04  Aditya Kumar  <aditya.k7@samsung.com>
5248             Sebastian Pop  <s.pop@samsung.com>
5250         * graphite-isl-ast-to-gimple.c: Include tree-cfg.h.
5251         (translate_isl_ast_node_user): Add more dumps: call print_loops_bb.
5252         * graphite-scop-detection.c (dot_all_scops_1): Moved out of
5253         anonymous namespace.
5254         * graphite-sese-to-poly.c (ssa_name_version_typesize): Remove.
5255         (isl_id_for_pbb): Use a buffer of size 10.
5256         (isl_id_for_ssa_name): Same.
5257         * sese.c (set_rename): Add more dumps.
5259 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
5261         * omp-low.c (struct omp_context): Remove reduction_map field.
5262         (lookup_oacc_reduction, maybe_lookup_oacc_reduction): Delete.
5263         (new_omp_context, delete_omp_context, scan_omp_target): Remove
5264         reduction_map handling.
5265         (lower_omp_target): Remove obsolete openacc reduction handling.
5267 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
5269         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add checking.
5271 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
5272             Cesar Philippidis  <cesar@codesourcery.com>
5274         * config/nvptx/nvptx.c: Include gimple headers.
5275         (worker_red_size, worker_red_align, worker_red_name,
5276         worker_red_sym): New.
5277         (nvptx_option_override): Initialize worker reduction buffer.
5278         (nvptx_file_end): Write out worker reduction buffer var.
5279         (nvptx_expand_shuffle, nvptx_expand_worker_addr,
5280         nvptx_expand_cmp_swap): New builtin expanders.
5281         (enum nvptx_builtins): New.
5282         (nvptx_builtin_decls): New.
5283         (nvptx_builtin_decl, nvptx_init_builtins, nvptx_expand_builtin): New
5284         (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
5285         (nvptx_get_worker_red_addr, nvptx_generate_vector_shuffle,
5286         nvptx_lockless_update): New helpers.
5287         (nvptx_goacc_reduction_setup, nvptx_goacc_reduction_init,
5288         nvptx_goacc_reduction_fini, nvptx_goacc_reduction_teaddown): New.
5289         (nvptx_goacc_reduction): New.
5290         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN,
5291         TARGET_BUILTIN_DECL): Override.
5292         (TARGET_GOACC_REDUCTION): Override.
5294 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
5295             Cesar Philippidis  <cesar@codesourcery.com>
5297         * internal-fn.def (GOACC_REDUCTION): New.
5298         * internal-fn.h (enum ifn_goacc_reduction_kind): New.
5299         * internal-fn.c (expand_GOACC_REDUCTION): New.
5300         * target.def (goacc.reduction): New OpenACC hook.
5301         * targhooks.h (default_goacc_reduction): Declare.
5302         * doc/tm.texi.in: Add TARGET_GOACC_REDUCTION.
5303         * doc/tm.texi: Rebuilt.
5304         * omp-low.c (oacc_get_reduction_array_id, oacc_max_threads,
5305         scan_sharing_clauses): Remove oacc reduction handling here.
5306         (lower_rec_input_clauses): Don't handle OpenACC reductions here.
5307         (oacc_lower_reduction_var_helper): Delete.
5308         (lower_oacc_reductions): New.
5309         (lower_reduction_clauses): Don't handle OpenACC reductions here.
5310         (lower_oacc_head_tail): Call lower_oacc_reductions.
5311         (oacc_gimple_assign, oacc_init_reduction_array,
5312         oacc_initialize_reduction_data, oacc_finalize_reduction_data,
5313         oacc_process_reduction_data): Delete.
5314         (lower_omp_target): Remove old OpenACC reduction handling.  Insert
5315         dummy OpenACC gang reduction for reductions at outer level.
5316         (oacc_loop_xform_head_tail): Transform IFN_GOACC_REDUCTION.
5317         (default_goacc_reduction): New.
5318         (execute_oacc_device_lower): Handle IFN_GOACC_REDUCTION.
5320 2015-11-04  Martin Liska  <mliska@suse.cz>
5322         * cgraphunit.c (cgraph_node::expand_thunk): Call
5323         allocate_struct_function before init_function_start.
5324         (cgraph_node::expand): Use push_cfun and pop_cfun.
5325         * config/i386/i386.c (ix86_code_end): Call
5326         allocate_struct_function before init_function_start.
5327         * config/rs6000/rs6000.c (rs6000_code_end): Likewise.
5328         * function.c (init_function_start): Move preamble to all
5329         callers.
5330         * passes.c (do_per_function_toporder): Use push_cfun and pop_cfun.
5331         (execute_one_pass): Handle newly added TODO_discard_function.
5332         (execute_pass_list_1): Terminate if cfun equals to NULL.
5333         (execute_pass_list): Do not push and pop cfun, expect that
5334         cfun is set.
5335         * tree-pass.h (TODO_discard_function): Define.
5337 2015-11-04  Mikhail Maltsev  <maltsevm@gmail.com>
5339         * cfganal.c (inverted_post_order_compute): Remove conditional
5340         compilation, use flag_checking.
5341         * config.in: Regenerate.
5342         * configure: Regenerate.
5343         * configure.ac: Remove ENABLE_CHECKING.
5344         * genconditions.c: Do not #undef ENABLE_CHECKING.
5345         * sese.h (bb_in_region): Comment out broken check.
5346         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove
5347         conditional compilation, use flag_checking.
5349 2015-11-04  Tom de Vries  <tom@codesourcery.com>
5351         PR tree-optimization/67742
5352         * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type
5353         field.
5354         (push_fields_onto_fieldstack): Handle restrict_pointed_type field.
5355         (create_variable_info_for_1): Add and handle handle_param parameter.
5356         Add restrict handling.
5357         (create_variable_info_for): Call create_variable_info_for_1 with extra
5358         arg.
5359         (make_param_constraints): Drop restrict_name parameter.  Ignore
5360         vi->only_restrict_pointers.
5361         (intra_create_variable_infos): Call create_variable_info_for_1 with
5362         extra arg.  Remove restrict handling.  Call make_param_constraints with
5363         one fewer arg.
5365 2015-11-04  Tom de Vries  <tom@codesourcery.com>
5367         * tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
5368         variable.
5370 2015-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5372         * config/arm/coff.h: Remove.
5374 2015-11-03  Eric Botcazou  <ebotcazou@adacore.com>
5376         * gimple-expr.c (useless_type_conversion_p): Reinstate type canonical
5377         check for aggregate types and beef up comment for mode check.
5379 2015-11-03  Richard Biener  <rguenther@suse.de>
5381         * tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect
5382         data references here.
5383         * tree-vect-loop.c: Include cgraph.h.
5384         (vect_analyze_loop_2): Collect data references here.
5385         * tree-vect-slp.c (find_bb_location): Inline ...
5386         (vect_slp_bb): ... here.  Renamed from vect_slp_analyze_bb.
5387         Factor in vect_slp_transform_bb.
5388         (vect_slp_transform_bb): Removed.
5389         (vect_slp_analyze_bb_1): Collect data references here.
5390         * tree-vectorizer.c (pass_slp_vectorize::execute): Call
5391         vect_slp_bb.
5392         * tree-vectorizer.h (vect_slp_bb): Declare.
5393         (vect_slp_analyze_bb): Remove.
5394         (vect_slp_transform_bb): Remove.
5395         (find_bb_location): Remove.
5396         (vect_analyze_data_refs): Remove stmt count reference parameter.
5398 2015-11-03  Evgeny Stupachenko  <evstupac@gmail.com>
5400         * multiple_target.c (create_dispatcher_calls): Add target check
5401         on ifunc.
5402         (create_target_clone): Change assembler name for versioned declarations.
5404 2015-11-03  Thomas Schwinge  <thomas@codesourcery.com>
5405             Chung-Lin Tang  <cltang@codesourcery.com>
5407         * builtins.def (DEF_GOMP_BUILTIN): Enable for flag_openacc.
5408         * omp-low.c (check_omp_nesting_restrictions): Allow
5409         GIMPLE_OMP_ATOMIC_LOAD, GIMPLE_OMP_ATOMIC_STORE inside OpenACC
5410         contexts.
5412 2015-11-03  Bilyan Borisov  <bilyan.borisov@arm.com>
5414         * config/aarch64/aarch64-simd-builtins.def (fmulx): New.
5415         * config/aarch64/aarch64-simd.md (aarch64_fmulx<mode>): New.
5416         * config/aarch64/arm_neon.h (vmulx_f32): Rewrite to call fmulx
5417         builtin.
5418         (vmulxq_f32): Likewise.
5419         (vmulx_f64): New.
5420         (vmulxq_f64): Rewrite to call fmulx builtin.
5421         (vmulxs_f32): Likewise.
5422         (vmulxd_f64): Likewise.
5423         (vmulx_lane_f32): Remove.
5424         * config/aarch64/iterators.md (UNSPEC): Add fmulx.
5426 2015-11-03  Alan Lawrence  <alan.lawrence@arm.com>
5428         * config/aarch64/aarch64.md (*movhf_aarch64): Use
5429         aarch64_reg_or_fp_zero for second operand.
5431 2015-11-03  Alexandre Oliva <aoliva@redhat.com>
5433         * gimple-expr.c: Include hash-set.h and rtl.h.
5434         (mark_addressable_queue): New var.
5435         (mark_addressable): Factor actual marking into...
5436         (mark_addressable_1): ... this.  Queue it up during expand.
5437         (mark_addressable_2): New.
5438         (flush_mark_addressable_queue): New.
5439         * gimple-expr.h (flush_mark_addressable_queue): Declare.
5440         * cfgexpand.c: Include gimple-expr.h.
5441         (pass_expand::execute): Flush mark_addressable queue.
5443 2015-11-02  Alexandre Oliva <aoliva@redhat.com>
5445         * tree-ssa-ifcombine.c (tree_ssa_ifcombine_bb_1): Factor out
5446         bb_no_side_effects_p tests...
5447         (tree_ssa_ifcombine_bb): ... here.
5449         PR tree-optimization/68083
5450         * tree-ssa-ifcombine.c: Include tree-ssa.h.
5451         (bb_no_side_effects_p): Test for undefined uses too.
5452         * tree-ssa.c (gimple_uses_undefined_value_p): New.
5453         * tree-ssa.h (gimple_uses_undefined_value_p): Declare.
5455 2015-11-02  Jeff Law <law@redhat.com>
5457         * tree-ssa-threadupdate.c (valid_jump_thread_path): Also detect
5458         cases where the loop latch edge is in the middle of an FSM path.
5460 2015-11-03  Tom de Vries  <tom@codesourcery.com>
5462         * tree-ssa-structalias.c (make_restrict_var_constraints): Rename to ...
5463         (make_param_constraints): ... this.  Add and handle restrict_name
5464         parameter.  Handle is_full_var case.
5465         (intra_create_variable_infos): Use make_param_constraints.
5467 2015-11-03  Tom de Vries  <tom@codesourcery.com>
5469         * tree-ssa-structalias.c (make_restrict_var_constraints): Replace
5470         make_copy_constraint call with make_constraint_from call.
5472 2015-11-02  Andreas Tobler  <andreast@gcc.gnu.org>
5474         * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle
5475         PIE executables.
5477 2015-11-02  Richard Sandiford  <richard.sandiford@arm.com>
5479         * builtins.h (fold_fma): Move to fold-const-call.h.
5480         * builtins.c: Include fold-const-call.h.
5481         (mathfn_built_in_2): New function, split out from...
5482         (mathfn_built_in_1): ...here.
5483         (do_real_to_int_conversion, fold_const_builtin_pow)
5484         (fold_const_builtin_logb, fold_const_builtin_significand)
5485         (fold_const_builtin_load_exponent, do_mpfr_arg1, do_mpfr_arg2)
5486         (do_mpfr_arg3, do_mpfr_sincos, do_mpfr_bessel_n, do_mpc_arg1): Delete.
5487         (fold_builtin_sincos): Use fold_const_call to handle constants.
5488         (fold_builtin_1, fold_builtin_2, fold_builtin_3): Add explicit
5489         checks for ERROR_MARK.  Use fold_const_call to handle constant
5490         folds for math functions.
5491         (fold_fma): Move to fold-const-call.c.
5492         * fold-const.c: Include fold-const-call.h.
5493         * Makefile.in (OBJS): Add fold-const-call.o.
5494         (PLUGIN_HEADERS): Add fold-const-call.h.
5495         * realmpfr.h (real_from_mpfr): Allow the format to be specified
5496         directly.
5497         * realmpfr.c (real_from_mpfr): Likewise.
5498         * fold-const-call.h, fold-const-call.c: New files.
5500 2015-11-02  Julian Brown  <julian@codesourcery.com>
5502         * config/arm/neon-testgen.ml (emit_epilogue): Remove extraneous
5503         brackets and semicolon.
5505 2015-11-02  Alan Lawrence  <alan.lawrence@arm.com>
5507         Revert:
5508         2015-10-27  Alan Lawrence  <alan.lawrence@arm.com>
5510         PR tree-optimization/65963
5511         * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
5512         LSHIFT_EXPRs as equivalent MULT_EXPRs.
5514 2015-11-02  Thomas Schwinge  <thomas@codesourcery.com>
5516         PR middle-end/68166
5517         * fold-const.c: Include "md5.h".
5519 2015-11-01  Jeff Law <law@redhat.com>
5521         * vmsdbgout.c: Revert unused header file reduction patch.
5523         * config/mcore/mcore.c: Include regs.h.
5525 2015-10-31  Segher Boessenkool  <segher@kernel.crashing.org>
5527         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Rewrite.
5529 2015-10-31  Segher Boessenkool  <segher@kernel.crashing.org>
5531         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Use the
5532         same condition for testing whether RS6000_PIC_OFFSET_TABLE_REGNUM is
5533         live as for using it elsewhere, for TARGET_MINIMAL_TOC.
5535 2015-10-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
5537         * ggc-common.c: Restore needed header for checking=release.
5539 2015-10-31  Tom de Vries  <tom@codesourcery.com>
5541         * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding.
5543 2015-10-31  Tom de Vries  <tom@codesourcery.com>
5545         * tree-ssa-structalias.c (intra_create_variable_infos): Don't expect
5546         existing varinfo for arguments.
5548 2015-10-31  Tom de Vries  <tom@codesourcery.com>
5550         * tree-ssa-structalias.c (ipa_pta_execute): Add extra arg to call to
5551         create_function_info_for.  Dump constraints generated during
5552         create_function_info_for. Move intra_create_variable_infos call and
5553         function-return-values-escape bit to ...
5554         (create_function_info_for): ... here, and merge
5555         intra_create_variable_infos call with argument loop.  Add and handle
5556         nonlocal_p parameter.
5558 2015-10-31  Tom de Vries  <tom@codesourcery.com>
5560         * tree-ssa-structalias.c (create_function_info_for): Make sure prev_vi
5561         updating is alap, and seperated from preceding code.  Make sure
5562         insert_vi_for_tree is seperated from surrounding code.
5564 2015-10-31  Tom de Vries  <tom@codesourcery.com>
5566         * tree-ssa-structalias.c (ipa_pta_execute): Use make_copy_constraint.
5568 2015-10-30  Jeff Law <law@redhat.com>
5569             Nathan Sidwell  <nathan@acm.org>
5571         * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
5572         args.
5573         (MOVE_MAX): Set to 8.
5575 2015-10-30  Cesar Philippidis  <cesar@codesourcery.com>
5577         * cgraph.c: Include context.h for offloading.
5578         * varpool.c: Include context.h and omp-low.h.
5580 2015-10-30  Anatoly Sokolov  <aesok@post.ru>
5582         * rtl.h (contains_symbol_ref_p): Declare.
5583         (SYMBOL_REF_P): Define.
5584         * rtlanal.c (contains_symbol_ref_p: New function.
5585         * lra-constraints.c (contains_symbol_ref_p): Remove.
5586         * var-tracking.c (contains_symbol_ref): Remove.
5587         (track_expr_p): Use contains_symbol_ref_p instead of
5588         contains_symbol_ref.
5590 2015-10-30  Alan Lawrence  <alan.lawrence@arm.com>
5592         * gimple-fold.c (fold_array_ctor_reference): Move searching code to:
5593         * fold-const.c (get_array_ctor_element_at_index): New.
5594         (fold): Remove binary-search through CONSTRUCTOR, call previous.
5596         * fold-const.h (get_array_ctor_element_at_index): New.
5598 2015-10-30  Evgeny Stupachenko  <evstupac@gmail.com>
5600         * Makefile.in (OBJS): Add multiple_target.o.
5601         * attrib.c (make_attribute): Moved from config/i386/i386.c
5602         * config/i386/i386.c (make_attribute): Deleted.
5603         * multiple_target.c (create_dispatcher_calls): New.
5604         (get_attr_len): Ditto.
5605         (get_attr_str): Ditto.
5606         (separate_attrs): Ditto.
5607         (is_valid_asm_symbol): Ditto.
5608         (create_new_asm_name): Ditto.
5609         (create_target_clone): Ditto.
5610         (expand_target_clones): Ditto.
5611         (ipa_target_clone): Ditto.
5612         (ipa_dispatcher_calls): Ditto.
5613         * passes.def (pass_target_clone): Two new ipa passes.
5614         * tree-pass.h (make_pass_target_clone): Ditto.
5615         * doc/extend.texi (target_clones): New attribute description.
5617 2015-10-30  Vladimir Makarov  <vmakarov@redhat.com>
5619         PR rtl-optimization/68106
5620         * lra-remat.c (input_regno_present_p): Process hard regs
5621         explicitly present in machine description insns.
5622         (call_used_input_regno_present_p): Ditto.
5623         (calculate_gen_cands): Ditto.
5624         (do_remat): Ditto.
5626 2015-10-30  Jim Wilson  <jim.wilson@linaro.org>
5628         * config/arm/neon-testgen.ml: Fix comment typo.
5630 2015-10-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5632         * rtlanal.c (reg_set_p): Expand function comment.
5634 2015-10-30  Andrew MacLeod  <amacleod@redhat.com>
5636         * alias.c: Remove unused headers.
5637         * asan.c: Likewise.
5638         * attribs.c: Likewise.
5639         * auto-inc-dec.c: Likewise.
5640         * auto-profile.c: Likewise.
5641         * bb-reorder.c: Likewise.
5642         * bitmap.c: Likewise.
5643         * bt-load.c: Likewise.
5644         * builtins.c: Likewise.
5645         * caller-save.c: Likewise.
5646         * calls.c: Likewise.
5647         * ccmp.c: Likewise.
5648         * cfg.c: Likewise.
5649         * cfganal.c: Likewise.
5650         * cfgbuild.c: Likewise.
5651         * cfgcleanup.c: Likewise.
5652         * cfgexpand.c: Likewise.
5653         * cfghooks.c: Likewise.
5654         * cfgloop.c: Likewise.
5655         * cfgloopanal.c: Likewise.
5656         * cfgloopmanip.c: Likewise.
5657         * cfgrtl.c: Likewise.
5658         * cgraph.c: Likewise.
5659         * cgraphbuild.c: Likewise.
5660         * cgraphclones.c: Likewise.
5661         * cgraphunit.c: Likewise.
5662         * cilk-common.c: Likewise.
5663         * combine-stack-adj.c: Likewise.
5664         * combine.c: Likewise.
5665         * compare-elim.c: Likewise.
5666         * convert.c: Likewise.
5667         * coverage.c: Likewise.
5668         * cppbuiltin.c: Likewise.
5669         * cprop.c: Likewise.
5670         * cse.c: Likewise.
5671         * cselib.c: Likewise.
5672         * data-streamer-in.c: Likewise.
5673         * data-streamer-out.c: Likewise.
5674         * data-streamer.c: Likewise.
5675         * dbxout.c: Likewise.
5676         * dce.c: Likewise.
5677         * ddg.c: Likewise.
5678         * debug.c: Likewise.
5679         * df-core.c: Likewise.
5680         * df-problems.c: Likewise.
5681         * df-scan.c: Likewise.
5682         * dfp.c: Likewise.
5683         * dojump.c: Likewise.
5684         * dominance.c: Likewise.
5685         * domwalk.c: Likewise.
5686         * double-int.c: Likewise.
5687         * dse.c: Likewise.
5688         * dumpfile.c: Likewise.
5689         * dwarf2asm.c: Likewise.
5690         * dwarf2cfi.c: Likewise.
5691         * dwarf2out.c: Likewise.
5692         * emit-rtl.c: Likewise.
5693         * except.c: Likewise.
5694         * explow.c: Likewise.
5695         * expmed.c: Likewise.
5696         * expr.c: Likewise.
5697         * final.c: Likewise.
5698         * fixed-value.c: Likewise.
5699         * fold-const.c: Likewise.
5700         * function.c: Likewise.
5701         * fwprop.c: Likewise.
5702         * gcse.c: Likewise.
5703         * generic-match-head.c: Likewise.
5704         * ggc-common.c: Likewise.
5705         * gimple-builder.c: Likewise.
5706         * gimple-expr.c: Likewise.
5707         * gimple-fold.c: Likewise.
5708         * gimple-iterator.c: Likewise.
5709         * gimple-low.c: Likewise.
5710         * gimple-match-head.c: Likewise.
5711         * gimple-pretty-print.c: Likewise.
5712         * gimple-ssa-isolate-paths.c: Likewise.
5713         * gimple-ssa-strength-reduction.c: Likewise.
5714         * gimple-streamer-in.c: Likewise.
5715         * gimple-streamer-out.c: Likewise.
5716         * gimple-walk.c: Likewise.
5717         * gimple.c: Likewise.
5718         * gimplify-me.c: Likewise.
5719         * gimplify.c: Likewise.
5720         * godump.c: Likewise.
5721         * graph.c: Likewise.
5722         * graphds.c: Likewise.
5723         * haifa-sched.c: Likewise.
5724         * hw-doloop.c: Likewise.
5725         * ifcvt.c: Likewise.
5726         * init-regs.c: Likewise.
5727         * internal-fn.c: Likewise.
5728         * ipa-chkp.c: Likewise.
5729         * ipa-comdats.c: Likewise.
5730         * ipa-cp.c: Likewise.
5731         * ipa-devirt.c: Likewise.
5732         * ipa-icf-gimple.c: Likewise.
5733         * ipa-icf.c: Likewise.
5734         * ipa-inline-analysis.c: Likewise.
5735         * ipa-inline-transform.c: Likewise.
5736         * ipa-inline.c: Likewise.
5737         * ipa-polymorphic-call.c: Likewise.
5738         * ipa-profile.c: Likewise.
5739         * ipa-prop.c: Likewise.
5740         * ipa-pure-const.c: Likewise.
5741         * ipa-ref.c: Likewise.
5742         * ipa-reference.c: Likewise.
5743         * ipa-split.c: Likewise.
5744         * ipa-utils.c: Likewise.
5745         * ipa-visibility.c: Likewise.
5746         * ipa.c: Likewise.
5747         * ira-build.c: Likewise.
5748         * ira-color.c: Likewise.
5749         * ira-conflicts.c: Likewise.
5750         * ira-costs.c: Likewise.
5751         * ira-emit.c: Likewise.
5752         * ira-lives.c: Likewise.
5753         * ira.c: Likewise.
5754         * jump.c: Likewise.
5755         * langhooks.c: Likewise.
5756         * lcm.c: Likewise.
5757         * lists.c: Likewise.
5758         * loop-doloop.c: Likewise.
5759         * loop-init.c: Likewise.
5760         * loop-invariant.c: Likewise.
5761         * loop-iv.c: Likewise.
5762         * loop-unroll.c: Likewise.
5763         * lower-subreg.c: Likewise.
5764         * lra-assigns.c: Likewise.
5765         * lra-coalesce.c: Likewise.
5766         * lra-constraints.c: Likewise.
5767         * lra-eliminations.c: Likewise.
5768         * lra-lives.c: Likewise.
5769         * lra-remat.c: Likewise.
5770         * lra-spills.c: Likewise.
5771         * lra.c: Likewise.
5772         * lto-cgraph.c: Likewise.
5773         * lto-compress.c: Likewise.
5774         * lto-opts.c: Likewise.
5775         * lto-section-in.c: Likewise.
5776         * lto-section-out.c: Likewise.
5777         * lto-streamer-in.c: Likewise.
5778         * lto-streamer-out.c: Likewise.
5779         * lto-streamer.c: Likewise.
5780         * mcf.c: Likewise.
5781         * mode-switching.c: Likewise.
5782         * modulo-sched.c: Likewise.
5783         * optabs.c: Likewise.
5784         * opts-global.c: Likewise.
5785         * passes.c: Likewise.
5786         * plugin.c: Likewise.
5787         * postreload-gcse.c: Likewise.
5788         * postreload.c: Likewise.
5789         * predict.c: Likewise.
5790         * print-tree.c: Likewise.
5791         * profile.c: Likewise.
5792         * real.c: Likewise.
5793         * realmpfr.c: Likewise.
5794         * recog.c: Likewise.
5795         * ree.c: Likewise.
5796         * reg-stack.c: Likewise.
5797         * regcprop.c: Likewise.
5798         * reginfo.c: Likewise.
5799         * regrename.c: Likewise.
5800         * regstat.c: Likewise.
5801         * reload.c: Likewise.
5802         * reload1.c: Likewise.
5803         * reorg.c: Likewise.
5804         * resource.c: Likewise.
5805         * rtl-chkp.c: Likewise.
5806         * rtl-error.c: Likewise.
5807         * rtlanal.c: Likewise.
5808         * rtlhooks.c: Likewise.
5809         * sanopt.c: Likewise.
5810         * sched-deps.c: Likewise.
5811         * sched-ebb.c: Likewise.
5812         * sched-rgn.c: Likewise.
5813         * sdbout.c: Likewise.
5814         * sel-sched-dump.c: Likewise.
5815         * sel-sched-ir.c: Likewise.
5816         * sel-sched.c: Likewise.
5817         * sese.c: Likewise.
5818         * shrink-wrap.c: Likewise.
5819         * simplify-rtx.c: Likewise.
5820         * stack-ptr-mod.c: Likewise.
5821         * statistics.c: Likewise.
5822         * stmt.c: Likewise.
5823         * stor-layout.c: Likewise.
5824         * store-motion.c: Likewise.
5825         * stringpool.c: Likewise.
5826         * symtab.c: Likewise.
5827         * target-globals.c: Likewise.
5828         * targhooks.c: Likewise.
5829         * toplev.c: Likewise.
5830         * tracer.c: Likewise.
5831         * trans-mem.c: Likewise.
5832         * tree-affine.c: Likewise.
5833         * tree-call-cdce.c: Likewise.
5834         * tree-cfg.c: Likewise.
5835         * tree-cfgcleanup.c: Likewise.
5836         * tree-chkp-opt.c: Likewise.
5837         * tree-chkp.c: Likewise.
5838         * tree-chrec.c: Likewise.
5839         * tree-complex.c: Likewise.
5840         * tree-data-ref.c: Likewise.
5841         * tree-dfa.c: Likewise.
5842         * tree-diagnostic.c: Likewise.
5843         * tree-dump.c: Likewise.
5844         * tree-eh.c: Likewise.
5845         * tree-emutls.c: Likewise.
5846         * tree-if-conv.c: Likewise.
5847         * tree-inline.c: Likewise.
5848         * tree-into-ssa.c: Likewise.
5849         * tree-iterator.c: Likewise.
5850         * tree-loop-distribution.c: Likewise.
5851         * tree-nested.c: Likewise.
5852         * tree-nrv.c: Likewise.
5853         * tree-object-size.c: Likewise.
5854         * tree-outof-ssa.c: Likewise.
5855         * tree-parloops.c: Likewise.
5856         * tree-phinodes.c: Likewise.
5857         * tree-predcom.c: Likewise.
5858         * tree-pretty-print.c: Likewise.
5859         * tree-profile.c: Likewise.
5860         * tree-scalar-evolution.c: Likewise.
5861         * tree-sra.c: Likewise.
5862         * tree-ssa-address.c: Likewise.
5863         * tree-ssa-alias.c: Likewise.
5864         * tree-ssa-ccp.c: Likewise.
5865         * tree-ssa-coalesce.c: Likewise.
5866         * tree-ssa-copy.c: Likewise.
5867         * tree-ssa-dce.c: Likewise.
5868         * tree-ssa-dse.c: Likewise.
5869         * tree-ssa-forwprop.c: Likewise.
5870         * tree-ssa-ifcombine.c: Likewise.
5871         * tree-ssa-live.c: Likewise.
5872         * tree-ssa-loop-ch.c: Likewise.
5873         * tree-ssa-loop-im.c: Likewise.
5874         * tree-ssa-loop-ivcanon.c: Likewise.
5875         * tree-ssa-loop-ivopts.c: Likewise.
5876         * tree-ssa-loop-manip.c: Likewise.
5877         * tree-ssa-loop-niter.c: Likewise.
5878         * tree-ssa-loop-prefetch.c: Likewise.
5879         * tree-ssa-loop-unswitch.c: Likewise.
5880         * tree-ssa-loop.c: Likewise.
5881         * tree-ssa-math-opts.c: Likewise.
5882         * tree-ssa-operands.c: Likewise.
5883         * tree-ssa-phiopt.c: Likewise.
5884         * tree-ssa-phiprop.c: Likewise.
5885         * tree-ssa-pre.c: Likewise.
5886         * tree-ssa-propagate.c: Likewise.
5887         * tree-ssa-reassoc.c: Likewise.
5888         * tree-ssa-scopedtables.c: Likewise.
5889         * tree-ssa-sink.c: Likewise.
5890         * tree-ssa-strlen.c: Likewise.
5891         * tree-ssa-structalias.c: Likewise.
5892         * tree-ssa-tail-merge.c: Likewise.
5893         * tree-ssa-ter.c: Likewise.
5894         * tree-ssa-threadupdate.c: Likewise.
5895         * tree-ssa-uncprop.c: Likewise.
5896         * tree-ssa-uninit.c: Likewise.
5897         * tree-ssa.c: Likewise.
5898         * tree-ssanames.c: Likewise.
5899         * tree-stdarg.c: Likewise.
5900         * tree-streamer-in.c: Likewise.
5901         * tree-streamer-out.c: Likewise.
5902         * tree-streamer.c: Likewise.
5903         * tree-switch-conversion.c: Likewise.
5904         * tree-tailcall.c: Likewise.
5905         * tree-vect-data-refs.c: Likewise.
5906         * tree-vect-generic.c: Likewise.
5907         * tree-vect-loop-manip.c: Likewise.
5908         * tree-vect-loop.c: Likewise.
5909         * tree-vect-patterns.c: Likewise.
5910         * tree-vect-slp.c: Likewise.
5911         * tree-vect-stmts.c: Likewise.
5912         * tree-vectorizer.c: Likewise.
5913         * tree-vrp.c: Likewise.
5914         * tree.c: Likewise.
5915         * tsan.c: Likewise.
5916         * ubsan.c: Likewise.
5917         * value-prof.c: Likewise.
5918         * var-tracking.c: Likewise.
5919         * varasm.c: Likewise.
5920         * varpool.c: Likewise.
5921         * vmsdbgout.c: Likewise.
5922         * vtable-verify.c: Likewise.
5923         * web.c: Likewise.
5924         * wide-int-print.cc: Likewise.
5925         * wide-int.cc: Likewise.
5926         * xcoffout.c: Likewise.
5928 2015-10-30  James Greenhalgh  <james.greenhalgh@arm.com>
5930         * doc/invoke.texi (fdump-rtl-@var{pass}): Clarify relationship
5931         between pass numbering and execution order.
5933 2015-10-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5935         * config/arm/arm.c (cortex_a9_sched_adjust_cost): Use reg_set_p to
5936         check for dependencies.
5938 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
5940         * tree-ssa-math-opts.c (pass_cse_sincos::execute): Don't free
5941         CDI_DOMINATORS.
5943 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
5945         * real.h (format_helper): New.
5946         (real_convert, exact_real_truncate, real_from_string3, real_to_target)
5947         (real_from_target, real_nan, real_2expN, real_value_truncate)
5948         (significand_size, real_from_string2, exact_real_inverse)
5949         (exact_real_inverse, real_powi, real_trunc, real_floor, real_ceil)
5950         (real_round, real_isinteger, real_from_integer): Replace
5951         machine_mode arguments with format_helper arguments.
5952         * real.c (exact_real_inverse, real_from_string2, real_from_string3)
5953         (real_from_integer, real_nan, real_2expN, real_convert)
5954         (real_value_truncate, exact_real_truncate, real_to_target)
5955         (real_from_target, significand_size, real_powi, real_trunc)
5956         (real_floor, real_ceil, real_round, real_isinteger): Replace
5957         machine_mode arguments with format_helper arguments.
5958         (real_to_target_fmt, real_from_target_fmt): Delete.
5959         * dfp.h (decimal_real_convert): Replace mode argument with real_format.
5960         * dfp.c (decimal_to_binary, decimal_real_convert): Replace mode
5961         argument with real_format.
5962         * builtins.c (do_real_to_int_conversion): Update type of fn argument.
5964 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
5966         * fixed-value.c (check_real_for_fixed_mode, fixed_from_string)
5967         (fixed_to_decimal, fixed_convert_from_real)
5968         (real_convert_from_fixed): Fix mode arguments to real_2expN.
5970 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
5972         * real.h (REAL_MODE_FORMAT): Abort if the mode isn't a
5973         SCALAR_FLOAT_MODE_P.
5975 2015-10-30  Alan Lawrence  <alan.lawrence@arm.com>
5977         * tree-sra.c (scalarizable_type_p): Comment variable-length arrays.
5978         (completely_scalarize): Comment zero-length arrays.
5979         (get_access_replacement): Correct comment re. precondition.
5981 2015-10-30  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
5983         * config/i386/i386.c (get_builtin_code_for_version): Set priority
5984         for PROCESSOR_ZNVER1.
5985         (enum processor_model): Add M_AMDFAM17H_znver1.
5986         (struct arch_names_table): Likewise.
5987         * doc/extend.texi: ADD znver1.
5989 2015-10-30  Richard Biener  <rguenther@suse.de>
5991         * gimple-fold.c (fold_gimple_assign): Do not dispatch to
5992         fold () on single RHSs.  Allow CONSTRUCTORS with trailing
5993         zeros to be folded to VECTOR_CSTs.
5994         * tree.c (build_vector_from_ctor): Handle VECTOR_CST elements.
5995         * fold-const.c (fold): Use build_vector_from_ctor.
5997 2015-10-30  Evandro Menezes  <e.menezes@samsung.com>
5999         * config/aarch64/aarch64.md (*movhf_aarch64): Change the type of
6000         "mov %0.h[0], %1.h[0] to "neon_move".
6001         (*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".
6002         (*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to
6003         "mov_imm".
6004         (*cmovsi_insn_uxtw): Likewise.
6006 2015-10-30  Tom de Vries  <tom@codesourcery.com>
6008         * tree-ssa-structalias.c (ipa_pta_execute): Declare variable from as
6009         unsigned, and initialize, and use initial value instead of hardcoded
6010         constant.  Add generic constraints dumping section.  Don't dump global
6011         initializers constraints dumping section if empty.  Don't update
6012         variable from if unused.
6014 2015-10-29  Mikhail Maltsev  <maltsevm@gmail.com>
6016         * config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert,
6017         flag_checking and/or CHECKING_P to eliminate conditional compilation
6018         on ENABLE_CHECKING.
6019         * config/arm/arm.c (arm_unwind_emit_sequence): Likewise.
6020         * config/bfin/bfin.c (hwloop_optimize): Likewise.
6021         * config/i386/i386.c (ix86_print_operand_address): Likewise.
6022         (output_387_binary_op): Likewise.
6023         * config/ia64/ia64.c (ia64_sched_init, bundling): Likewise.
6024         * config/m68k/m68k.c (m68k_sched_md_init_global): Likewise.
6025         * config/rs6000/rs6000.c (htm_expand_builtin, rs6000_emit_prologue):
6026         Likewise.
6027         * config/rs6000/rs6000.h: Likewise.
6028         * config/visium/visium.c (visium_setup_incoming_varargs): Likewise.
6030 2015-10-29  Kaz Kojima  <kkojima@gcc.gnu.org>
6032         * config/sh/sh.opt (mfdpic): Add missing period.
6034 2015-08-29  Anatoly Sokolov  <aesok@post.ru>
6036         * config/mcore/mcore.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
6037         BASE_REGISTER_RTX_P, INDEX_REGISTER_RTX_P,
6038         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
6039         * config/mcore/mcore.c (mcore_reg_ok_for_base_p,
6040         mcore_base_register_rtx_p, mcore_legitimate_index_p,
6041         mcore_legitimate_address_p): New functions.
6042         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
6044 2015-10-29  Jeff Law  <law@redhat.com>
6046         * tree-ssa-scopedtables.h (const_and_copies): Remove invalidate
6047         method.
6048         * tree-ssa-scopedtables.h (const_and_copies::invalidate): Remove.
6049         * tree-ssa-threadedge.c
6050         (record_temporary_equivalences_from_stmts_at_dest): Remove
6051         backedge_seen argument and associated code which invalidated
6052         equivalences based on the value of that argument.
6053         (thread_through_normal_block): Corresponding changes.
6055 2015-10-29  Segher Boessenkool  <segher@kernel.crashing.org>
6057         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Move this
6058         function earlier in the file.
6059         (first_reg_to_save): Use rs6000_reg_live_or_pic_offset_p instead of
6060         df_regs_ever_live_p.
6062 2015-10-29  Segher Boessenkool  <segher@kernel.crashing.org>
6064         * lra-constraints.c (process_address_1): Handle (mem:BLK (scratch))
6065         by ignoring it.
6067 2015-10-29  Richard Henderson  <rth@redhat.com>
6069         PR target/68124
6070         PR rtl-opt/67609
6071         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
6072         sse check to the exact conditions of PR 67609.
6074 2015-10-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
6076         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Split libfunc
6077         setup into 3 functions: init_float128_ibm, init_float128_ieee, and
6078         rs6000_init_libfuncs. If -mfloat128, add IFmode functions for all
6079         of the traditional names that TFmode uses for handling IEEE
6080         extended double. If -mfloat128, add KFmode functions for all of
6081         the emulation functions. If -mabi=ieeelongdouble and -mfloat128,
6082         make TFmode use the same emulation functions as KFmode.
6083         (init_float128_ibm): Likewise.
6084         (init_float128_ieee): Likewise.
6085         (rs6000_generate_compare): For IEEE 128-bit floating point
6086         comparisons, call the unordered comparison function instead of the
6087         ordered comparison function.
6088         (rs6000_expand_float128_convert): Deal with operands that are
6089         memory operands. Restructure the code to use a switch statement on
6090         the mode. Add support for TFmode defaulting to either IBM extended
6091         double or IEEE 128-bit floating point. If the underlying types are
6092         the same, use a move instead of a conversion function.
6093         (TARGET_C_MODE_FOR_SUFFIX): Define 'q' and 'Q' as the suffix to
6094         use for IEEE 128-bit floating point constants with -mfloat128.
6095         (rs6000_c_mode_for_suffix): Likewise.
6096         (TARGET_INVALID_BINARY_OP): Do not allow inter-mixing of IEEE
6097         128-bit floating point with IBM extended double floating point.
6098         (rs6000_invalid_binary_op): Likewise.
6099         (rs6000_gen_le_vsx_permute): On little endian systems generate a
6100         ROTATE insn instead of VEC_SELECT for IEEE 128-bit floating point
6101         types that can go in vector registers.
6102         (chain_contains_only_swaps): Properly swap IEEE 128-bit floating
6103         point types that can go in vector registers on little endian
6104         PowerPC systems.
6105         (mark_swaps_for_removal): Likewise.
6106         (rs6000_analyze_swaps): Likewise.
6107         (rs6000_mangle_type): Use U10__float128 for IEEE 128-bit floating point.
6109         * config/rs6000/rs6000.md (FLOAT128_SFDFTF): Delete iterator,
6110         rework IEEE 128-bit floating point insns to deal with TFmode being
6111         either IBM extended double or IEEE 128-bit floating point.
6112         (IFKF): Likewise.
6113         (IBM128): Update iterator to add condition that the mode is IBM
6114         extended double.
6115         (IEEE128): New iterator for IEEE 128-bit floating point.
6116         (TFIFKF): Rename TFIFKF iterator to FLOAT128.
6117         (FLOAT128): Likewise.
6118         (signbit<mode>2): FLOAT128_IBM_P condition test moved into IBM128
6119         iterator.
6120         (neg<mode>2): Replace TFIFKF iterator with FLOAT128. Add support
6121         for TFmode being IEEE 128-bit floating point. Use IEEE128 iterator
6122         instead of hard coding TFmode or KFmode.
6123         (negtf2_internal): Likewise.
6124         (neg<mode>2_internal): Likewise.
6125         (abs<mode>2): Likewise.
6126         (abstf2_internal): Likewise.
6127         (abs<mode>2_internal): Likewise.
6128         (ieee_128bit_neg<mode>2): Likewise.
6129         (ieee_128bit_neg<mode>2_internal): Likewise.
6130         (ieee_128bit_abs<mode>2): Likewise.
6131         (ieee_128bit_abs<mode>2_internal): Likewise.
6132         (ieee_128bit_nabs<mode>2): Likewise.
6133         (ieee_128bit_nabs<mode>2_internal): Likewise.
6134         (extendiftf2): Add explicit conversions between 128-bit floating
6135         point types. Drop the old conversions that had become unwieldy.
6136         (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
6137         (extendifkf2): Likewise.
6138         (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
6139         (extendtfkf2): Likewise.
6140         (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
6141         (trunciftf2): Likewise.
6142         (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
6143         (truncifkf2): Likewise.
6144         (float<SDI:mode><IFKF:mode>2): Likewise.
6145         (trunckftf2): Likewise.
6146         (floatuns<SDI:mode><IFKF:mode>2): Likewise.
6147         (trunctfif2): Likewise.
6148         (FP iterator): Allow TFmode to be IEEE 128-bit floating point.
6149         (extenddftf2): Rework 128-bit floating point conversions to
6150         properly handle -mabi=ieeelongdouble. Merge IFmode, TFmode, and
6151         KFmode expanders into one function.
6152         (extenddf<mode>2): Likewise.
6153         (extenddftf2_fprs): Likewise.
6154         (extenddf<mode>2_fprs): Likewise.
6155         (extenddftf2_vsx): Likewise.
6156         (extenddf<mode>2_vsx): Likewise.
6157         (extendsftf2): Likewise.
6158         (extendsf<mode>2): Likewise.
6159         (trunctfdf2): Likewise.
6160         (trunc<mode>df2): Likewise.
6161         (trunctfdf2_internal1): Likewise.
6162         (trunc<mode>df2_internal1): Likewise.
6163         (trunctfdf2_internal2): Likewise.
6164         (trunc<mode>df2_internal2): Likewise.
6165         (trunctfsf2): Likewise.
6166         (trunc<mode>sf2): Likewise.
6167         (trunctfsf2_fprs): Likewise.
6168         (trunc<mode>sf2_fprs): Likewise.
6169         (floatsit2f): Likewise.
6170         (floatsi<mode>2): Likewise.
6171         (fix_trunc_helper): Likewise.
6172         (fix_trunc_helper<mode>): Likewise.
6173         (fix_trunctfsi2): Likewise.
6174         (fix_trunc<mode>si2): Likewise.
6175         (fix_trunctfsi2_fprs): Likewise.
6176         (fix_trunc<mode>si2_fprs): Likewise.
6177         (fix_trunctfsi2_internal): Likewise.
6178         (fix_trunc<mode>si2_internal): Likewise.
6179         (fix_trunctfdi2): Likewise.
6180         (fix_trunc<mode>di2): Likewise.
6181         (fixuns_trunctf<mode>2): Likewise.
6182         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
6183         (floatditf2): Likewise.
6184         (floatdi<mode>2): Likewise.
6185         (floatuns<mode>tf2): Likewise.
6186         (floatuns<SDI:mode><IEEE128:mode>): Likewise.
6187         (cmptf_internal1): Use a mode iterator to add support for both
6188         types (IFmode, TFmode) that support IBM extended double.
6189         (cmp<mode>_internal1): Likewise.
6190         (cmptf_internal2): Likewise.
6191         (cmp<mode>_internal2): Likewise.
6193         * doc/extend.texi (Floating Types): Document __ibm128 and
6194         __float128 on PowerPC.
6196         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6197         -mfloat128 and -mno-float128.
6199 2015-10-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
6201         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit
6202         floating point modes that can go in vector registers.
6203         (MODES_TIEABLE_P): Move tests for vector modes before tests for
6204         scalar floating point, so that IEEE 128-bit floating point that
6205         can go in vector registers bind with vectors and not FP.
6206         (struct rs6000_args): Add libcall field.
6208         * config/rs6000/rs6000.opt (-mfloat128-*): Delete -mfloat128-none
6209         and -mfloat128-software switches.  Replace them with a binary
6210         -mfloat128 switch.
6211         (-mfloat128): Likewise.
6213         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
6214         128-bit floating point types in GPRs, even if the appropriate
6215         option enabling the type was not used.
6216         (rs6000_debug_reg_global): Remove -mfloat128-{software,none}
6217         debugging.
6218         (rs6000_setup_reg_addr_masks): Do not allow pre-increment and
6219         pre-decrement on IEEE 128-bit floating point values.
6220         (rs6000_init_hard_regno_mode_ok): Change test for whether TFmode
6221         is IEEE 128-bit floating point.
6222         (rs6000_init_hard_regno_mode_ok): Add reload handlers for IEEE
6223         128-bit floating point types that can go in vector registers.
6224         (rs6000_option_override_internal): Change -mfloat128-none and
6225         -mfloat128-software to -mfloat128, and move code to be near other
6226         VSX option handling.
6227         (rs6000_option_override_internal): Disable -mfloat128 if we don't
6228         have the Altivec ABI.
6229         (rs6000_init_builtins): Don't make TFmode use either IFmode or
6230         KFmode floating point nodes. Instead, have three separate nodes.
6231         (rs6000_scalar_mode_supported_p): Add support for IFmode to allow
6232         eventually moving the long double default to IEEE 128-bit floating
6233         point.
6234         (rs6000_opt_masks): Add -mfloat128.
6235         (struct rs6000_opt_var): Fix typo in comment.
6236         (init_cumulative_args): Initialize libcall field in
6237         CUMULATIVE_ARGS.
6238         (rs6000_function_arg): Treat library functions as if they had
6239         prototypes to prevent IEEE 128-bit support functions from passing
6240         arguments in both GPRs and vector registers.
6241         (rs6000_arg_partial_bytes): Likewise.
6243         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add -mfloat128 as
6244         an option that can be turned on via -mcpu=<xxx>.
6246         * config/rs6000/rs6000-opts.h (enum float128_type_t): Delete, no
6247         longer used.
6249         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
6250         __FLOAT128__ if -mfloat128. Define __LONG_DOUBLE_IEEE128__ if long
6251         double is IEEE 128-bit. Define __LONG_DOUBLE_IBM128__ if long
6252         double is IBM extended double.
6254         * config/rs6000/predicates.md (reg_or_indexed_operand): Allow
6255         SUBREGs.
6257 2015-10-29  Mikhail Maltsev  <maltsevm@gmail.com>
6259         * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING.
6260         * genconditions.c: Define CHECKING_P in the generated code.
6261         * genextract.c: Use flag_checking in insn_extract.
6262         * gengtype.c (main): Remove conditional compilation.
6263         * gengtype.h: Likewise.
6265 2015-10-29  Jeff Law  <law@redhat.com>
6267         PR tree-optimization/67892
6268         * tree-ssa-threadedge.c (simplify_controL_stmt_condition): Fix typo
6269         in comment.
6270         (thread_through_normal_block): If we have seen a backedge, then
6271         do nothing.  No longer call find_jump_threads_backwards here.
6272         (thread_across_edge): Use find_jump_threads_backwards to find
6273         jump threads if the old style threader was not successful.
6274         * tree-ssa-threadbackward.c (get_gimple_control_stmt): Use
6275         gsi_last_nondebug_bb.  Return NULL if the block does not end
6276         with a control statement.
6277         (find_jump_threads_backwards): Setup code moved here from
6278         tree-ssa-threadedge.c::thread_through_normal_block.  Accept
6279         single edge argument instead of name & block.
6280         * tree-ssa-threadbackward.h (find_jump_threads_backwards): Update
6281         prototype.
6283 2015-10-29  Tom de Vries  <tom@codesourcery.com>
6285         * fold-const.c (fold_unary_loc): Remove folding inhibition for restrict
6286         types.
6288 2015-10-29  Nathan Sidwell  <nathan@codesourcery.com>
6290         * omp-low.c (lower_omp_target): Remove unreachable code & merge
6291         ifs.
6293 2015-10-29  Marc Glisse  <marc.glisse@inria.fr>
6295         * match.pd (X-(X/Y)*Y): Properly handle conversions and commutativity.
6297 2015-10-29  Richard Sandiford  <richard.sandiford@arm.com>
6299         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
6300         guard_bb0 and use guard_bb throughout.
6302 2015-10-29  Richard Sandiford  <richard.sandiford@arm.com>
6304         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
6305         unnecessary label.
6307 2015-10-29  Richard Biener  <rguenther@suse.de>
6309         PR middle-end/68142
6310         * fold-const.c (extract_muldiv_1): Avoid introducing undefined
6311         overflow.
6313 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
6315         * alias.c: Reorder #include statements and remove duplicates.
6316         * asan.c: Likewise.
6317         * attribs.c: Likewise.
6318         * auto-inc-dec.c: Likewise.
6319         * auto-profile.c: Likewise.
6320         * bb-reorder.c: Likewise.
6321         * bt-load.c: Likewise.
6322         * builtins.c: Likewise.
6323         * caller-save.c: Likewise.
6324         * calls.c: Likewise.
6325         * ccmp.c: Likewise.
6326         * cfg.c: Likewise.
6327         * cfganal.c: Likewise.
6328         * cfgbuild.c: Likewise.
6329         * cfgcleanup.c: Likewise.
6330         * cfgexpand.c: Likewise.
6331         * cfghooks.c: Likewise.
6332         * cfgloop.c: Likewise.
6333         * cfgloopanal.c: Likewise.
6334         * cfgloopmanip.c: Likewise.
6335         * cfgrtl.c: Likewise.
6336         * cgraph.c: Likewise.
6337         * cgraphbuild.c: Likewise.
6338         * cgraphclones.c: Likewise.
6339         * cgraphunit.c: Likewise.
6340         * cilk-common.c: Likewise.
6341         * combine-stack-adj.c: Likewise.
6342         * combine.c: Likewise.
6343         * compare-elim.c: Likewise.
6344         * convert.c: Likewise.
6345         * coverage.c: Likewise.
6346         * cppbuiltin.c: Likewise.
6347         * cprop.c: Likewise.
6348         * cse.c: Likewise.
6349         * cselib.c: Likewise.
6350         * data-streamer-in.c: Likewise.
6351         * data-streamer-out.c: Likewise.
6352         * data-streamer.c: Likewise.
6353         * dbxout.c: Likewise.
6354         * dce.c: Likewise.
6355         * ddg.c: Likewise.
6356         * debug.c: Likewise.
6357         * df-core.c: Likewise.
6358         * df-problems.c: Likewise.
6359         * df-scan.c: Likewise.
6360         * dfp.c: Likewise.
6361         * dojump.c: Likewise.
6362         * dominance.c: Likewise.
6363         * double-int.c: Likewise.
6364         * dse.c: Likewise.
6365         * dumpfile.c: Likewise.
6366         * dwarf2asm.c: Likewise.
6367         * dwarf2cfi.c: Likewise.
6368         * dwarf2out.c: Likewise.
6369         * emit-rtl.c: Likewise.
6370         * except.c: Likewise.
6371         * explow.c: Likewise.
6372         * expmed.c: Likewise.
6373         * expr.c: Likewise.
6374         * final.c: Likewise.
6375         * fixed-value.c: Likewise.
6376         * fold-const.c: Likewise.
6377         * function.c: Likewise.
6378         * fwprop.c: Likewise.
6379         * gcse.c: Likewise.
6380         * generic-match-head.c: Likewise.
6381         * ggc-common.c: Likewise.
6382         * gimple-builder.c: Likewise.
6383         * gimple-expr.c: Likewise.
6384         * gimple-fold.c: Likewise.
6385         * gimple-iterator.c: Likewise.
6386         * gimple-low.c: Likewise.
6387         * gimple-match-head.c: Likewise.
6388         * gimple-pretty-print.c: Likewise.
6389         * gimple-ssa-isolate-paths.c: Likewise.
6390         * gimple-ssa-strength-reduction.c: Likewise.
6391         * gimple-streamer-in.c: Likewise.
6392         * gimple-streamer-out.c: Likewise.
6393         * gimple-walk.c: Likewise.
6394         * gimple.c: Likewise.
6395         * gimplify-me.c: Likewise.
6396         * gimplify.c: Likewise.
6397         * godump.c: Likewise.
6398         * graph.c: Likewise.
6399         * graphite-poly.c: Likewise.
6400         * haifa-sched.c: Likewise.
6401         * hw-doloop.c: Likewise.
6402         * ifcvt.c: Likewise.
6403         * incpath.c: Likewise.
6404         * init-regs.c: Likewise.
6405         * internal-fn.c: Likewise.
6406         * ipa-chkp.c: Likewise.
6407         * ipa-comdats.c: Likewise.
6408         * ipa-cp.c: Likewise.
6409         * ipa-devirt.c: Likewise.
6410         * ipa-icf-gimple.c: Likewise.
6411         * ipa-icf.c: Likewise.
6412         * ipa-inline-analysis.c: Likewise.
6413         * ipa-inline-transform.c: Likewise.
6414         * ipa-inline.c: Likewise.
6415         * ipa-polymorphic-call.c: Likewise.
6416         * ipa-profile.c: Likewise.
6417         * ipa-prop.c: Likewise.
6418         * ipa-pure-const.c: Likewise.
6419         * ipa-ref.c: Likewise.
6420         * ipa-reference.c: Likewise.
6421         * ipa-split.c: Likewise.
6422         * ipa-utils.c: Likewise.
6423         * ipa-visibility.c: Likewise.
6424         * ipa.c: Likewise.
6425         * ira-build.c: Likewise.
6426         * ira-color.c: Likewise.
6427         * ira-conflicts.c: Likewise.
6428         * ira-costs.c: Likewise.
6429         * ira-emit.c: Likewise.
6430         * ira-lives.c: Likewise.
6431         * ira.c: Likewise.
6432         * jump.c: Likewise.
6433         * langhooks.c: Likewise.
6434         * lcm.c: Likewise.
6435         * lists.c: Likewise.
6436         * loop-doloop.c: Likewise.
6437         * loop-init.c: Likewise.
6438         * loop-invariant.c: Likewise.
6439         * loop-iv.c: Likewise.
6440         * loop-unroll.c: Likewise.
6441         * lower-subreg.c: Likewise.
6442         * lra-assigns.c: Likewise.
6443         * lra-coalesce.c: Likewise.
6444         * lra-constraints.c: Likewise.
6445         * lra-eliminations.c: Likewise.
6446         * lra-lives.c: Likewise.
6447         * lra-remat.c: Likewise.
6448         * lra-spills.c: Likewise.
6449         * lra.c: Likewise.
6450         * lto-cgraph.c: Likewise.
6451         * lto-compress.c: Likewise.
6452         * lto-opts.c: Likewise.
6453         * lto-section-in.c: Likewise.
6454         * lto-section-out.c: Likewise.
6455         * lto-streamer-in.c: Likewise.
6456         * lto-streamer-out.c: Likewise.
6457         * lto-streamer.c: Likewise.
6458         * mode-switching.c: Likewise.
6459         * modulo-sched.c: Likewise.
6460         * omp-low.c: Likewise.
6461         * optabs.c: Likewise.
6462         * opts-global.c: Likewise.
6463         * passes.c: Likewise.
6464         * plugin.c: Likewise.
6465         * postreload-gcse.c: Likewise.
6466         * postreload.c: Likewise.
6467         * predict.c: Likewise.
6468         * print-tree.c: Likewise.
6469         * profile.c: Likewise.
6470         * real.c: Likewise.
6471         * realmpfr.c: Likewise.
6472         * recog.c: Likewise.
6473         * ree.c: Likewise.
6474         * reg-stack.c: Likewise.
6475         * regcprop.c: Likewise.
6476         * reginfo.c: Likewise.
6477         * regrename.c: Likewise.
6478         * regstat.c: Likewise.
6479         * reload.c: Likewise.
6480         * reload1.c: Likewise.
6481         * reorg.c: Likewise.
6482         * resource.c: Likewise.
6483         * rtl-chkp.c: Likewise.
6484         * rtl-error.c: Likewise.
6485         * rtlanal.c: Likewise.
6486         * rtlhooks.c: Likewise.
6487         * sanopt.c: Likewise.
6488         * sched-deps.c: Likewise.
6489         * sched-ebb.c: Likewise.
6490         * sched-rgn.c: Likewise.
6491         * sese.c: Likewise.
6492         * shrink-wrap.c: Likewise.
6493         * simplify-rtx.c: Likewise.
6494         * stack-ptr-mod.c: Likewise.
6495         * statistics.c: Likewise.
6496         * stmt.c: Likewise.
6497         * stor-layout.c: Likewise.
6498         * store-motion.c: Likewise.
6499         * stringpool.c: Likewise.
6500         * symtab.c: Likewise.
6501         * target-globals.c: Likewise.
6502         * targhooks.c: Likewise.
6503         * toplev.c: Likewise.
6504         * tracer.c: Likewise.
6505         * trans-mem.c: Likewise.
6506         * tree-affine.c: Likewise.
6507         * tree-call-cdce.c: Likewise.
6508         * tree-cfg.c: Likewise.
6509         * tree-cfgcleanup.c: Likewise.
6510         * tree-chkp-opt.c: Likewise.
6511         * tree-chkp.c: Likewise.
6512         * tree-chrec.c: Likewise.
6513         * tree-complex.c: Likewise.
6514         * tree-data-ref.c: Likewise.
6515         * tree-dfa.c: Likewise.
6516         * tree-diagnostic.c: Likewise.
6517         * tree-dump.c: Likewise.
6518         * tree-eh.c: Likewise.
6519         * tree-emutls.c: Likewise.
6520         * tree-if-conv.c: Likewise.
6521         * tree-inline.c: Likewise.
6522         * tree-into-ssa.c: Likewise.
6523         * tree-iterator.c: Likewise.
6524         * tree-loop-distribution.c: Likewise.
6525         * tree-nested.c: Likewise.
6526         * tree-nrv.c: Likewise.
6527         * tree-object-size.c: Likewise.
6528         * tree-outof-ssa.c: Likewise.
6529         * tree-parloops.c: Likewise.
6530         * tree-phinodes.c: Likewise.
6531         * tree-predcom.c: Likewise.
6532         * tree-pretty-print.c: Likewise.
6533         * tree-profile.c: Likewise.
6534         * tree-scalar-evolution.c: Likewise.
6535         * tree-sra.c: Likewise.
6536         * tree-ssa-address.c: Likewise.
6537         * tree-ssa-alias.c: Likewise.
6538         * tree-ssa-ccp.c: Likewise.
6539         * tree-ssa-coalesce.c: Likewise.
6540         * tree-ssa-copy.c: Likewise.
6541         * tree-ssa-dce.c: Likewise.
6542         * tree-ssa-dom.c: Likewise.
6543         * tree-ssa-dse.c: Likewise.
6544         * tree-ssa-forwprop.c: Likewise.
6545         * tree-ssa-ifcombine.c: Likewise.
6546         * tree-ssa-live.c: Likewise.
6547         * tree-ssa-loop-ch.c: Likewise.
6548         * tree-ssa-loop-im.c: Likewise.
6549         * tree-ssa-loop-ivcanon.c: Likewise.
6550         * tree-ssa-loop-ivopts.c: Likewise.
6551         * tree-ssa-loop-manip.c: Likewise.
6552         * tree-ssa-loop-niter.c: Likewise.
6553         * tree-ssa-loop-prefetch.c: Likewise.
6554         * tree-ssa-loop-unswitch.c: Likewise.
6555         * tree-ssa-loop.c: Likewise.
6556         * tree-ssa-math-opts.c: Likewise.
6557         * tree-ssa-operands.c: Likewise.
6558         * tree-ssa-phiopt.c: Likewise.
6559         * tree-ssa-phiprop.c: Likewise.
6560         * tree-ssa-pre.c: Likewise.
6561         * tree-ssa-propagate.c: Likewise.
6562         * tree-ssa-reassoc.c: Likewise.
6563         * tree-ssa-sccvn.c: Likewise.
6564         * tree-ssa-scopedtables.c: Likewise.
6565         * tree-ssa-sink.c: Likewise.
6566         * tree-ssa-strlen.c: Likewise.
6567         * tree-ssa-structalias.c: Likewise.
6568         * tree-ssa-tail-merge.c: Likewise.
6569         * tree-ssa-ter.c: Likewise.
6570         * tree-ssa-threadedge.c: Likewise.
6571         * tree-ssa-threadupdate.c: Likewise.
6572         * tree-ssa-uncprop.c: Likewise.
6573         * tree-ssa-uninit.c: Likewise.
6574         * tree-ssa.c: Likewise.
6575         * tree-ssanames.c: Likewise.
6576         * tree-stdarg.c: Likewise.
6577         * tree-streamer-in.c: Likewise.
6578         * tree-streamer-out.c: Likewise.
6579         * tree-streamer.c: Likewise.
6580         * tree-switch-conversion.c: Likewise.
6581         * tree-tailcall.c: Likewise.
6582         * tree-vect-data-refs.c: Likewise.
6583         * tree-vect-generic.c: Likewise.
6584         * tree-vect-loop-manip.c: Likewise.
6585         * tree-vect-loop.c: Likewise.
6586         * tree-vect-patterns.c: Likewise.
6587         * tree-vect-slp.c: Likewise.
6588         * tree-vect-stmts.c: Likewise.
6589         * tree-vectorizer.c: Likewise.
6590         * tree-vrp.c: Likewise.
6591         * tree.c: Likewise.
6592         * tsan.c: Likewise.
6593         * ubsan.c: Likewise.
6594         * value-prof.c: Likewise.
6595         * var-tracking.c: Likewise.
6596         * varasm.c: Likewise.
6597         * varpool.c: Likewise.
6598         * vtable-verify.c: Likewise.
6599         * web.c: Likewise.
6600         * wide-int-print.cc: Likewise.
6601         * wide-int.cc: Likewise.
6602         * xcoffout.c: Likewise.
6604 2015-10-29  H.J. Lu  <hongjiu.lu@intel.com>
6606         * Makefile.in (NO_PIE_CFLAGS): New.
6607         (NO_PIE_FLAG): Likewise.
6608         (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
6609         (NO_PIE_FLAG_FOR_BUILD): Likewise.
6610         (BUILD_NO_PIE_CFLAGS): Likewise.
6611         (BUILD_NO_PIE_FLAG): Likewise.
6612         (COMPILER): Replace @NO_PIE_CFLAGS@ with $(NO_PIE_CFLAGS).
6613         (LINKER): Replace @NO_PIE_FLAG@ with $(NO_PIE_FLAG).
6614         (BUILD_CFLAGS): Replace @NO_PIE_CFLAGS@ with
6615         $(BUILD_NO_PIE_CFLAGS).
6616         (BUILD_CXXFLAGS): Likewise.
6617         (BUILD_LDFLAGS ): Replace @NO_PIE_FLAG@ with
6618         $(BUILD_NO_PIE_FLAG).
6619         * configure.ac (BUILD_NO_PIE_CFLAGS): New.  AC_SUBST.
6620         (BUILD_NO_PIE_FLAG): Likewise.
6621         (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
6622         (NO_PIE_FLAG_FOR_BUILD): Likewise.
6623         * configure: Regenerated.
6625 2015-10-29  Richard Biener  <rguenther@suse.de>
6627         PR middle-end/56956
6628         * fold-const.c (fold_cond_expr_with_comparison): Do not fold
6629         unsigned conditonal negation to ABS_EXPR.
6631 2015-10-29  Richard Biener  <rguenther@suse.de>
6633         * gimple-match-head.c (gimple_simplify): Remove premature checking
6634         of builtin_decl_implicit of function calls we simplify.
6636 2015-10-29  Bin Cheng  <bin.cheng@arm.com>
6638         * tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.
6639         (get_computation_cost_at): Ditto.
6640         (determine_use_iv_cost_address): Pass NULL for arguments depends_on
6641         and inv_expr_id.
6643 2015-10-28  Tom de Vries  <tom@codesourcery.com>
6645         * tree-ssa-structalias.c (intra_create_variable_infos): Remove
6646         superfluous code.
6648 2015-10-28  Jason Merrill  <jason@redhat.com>
6650         * Makefile.in (TAGS): Include libcpp and libiberty.
6652 2015-10-28  Nathan Sidwell  <nathan@codesourcery.com>
6654         * omp-low.c (MASK_GANG, MASK_WORKER, MASK_VECTOR): Delete.
6655         (extract_omp_for_data): Remove OpenACC special handling of
6656         chunking.
6658         * config/nvptx/nvptx.c (nvptx_print_operand): Remove 'd' case.
6659         (struct parallel): Update comment.
6660         (nvptx_reorg): Likewise.
6661         (nvptx_neuter): Cleanup whitespace.
6663 2015-10-28  Richard Henderson  <rth@redhat.com>
6665         * tree-eh.c (mark_reachable_handlers): Fix typo in assert.
6667 2015-10-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6669         PR target/67839
6670         * config/avr/predicates.md (low_io_address_operand): Don't
6671         consider MODE when computing upper bound.
6672         (io_address_operand): Likewise.
6674 2015-10-28  Jan Hubicka  <hubicka@ucw.cz>
6676         * fold-const.c (operand_equal_p): Do not verify that types are
6677         compatible for MEM_REFs.
6679 2015-10-28  Richard Biener  <rguenther@suse.de>
6681         * gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
6682         in simplifying VEC_COND_EXPR conditions.
6684 2015-10-28  Tom de Vries  <tom@codesourcery.com>
6686         * tree-ssa-structalias.c (intra_create_variable_infos): Don't iterate
6687         into vi_next of a full_var.
6689 2015-10-28  Tom de Vries  <tom@codesourcery.com>
6691         * tree-ssa-structalias.c (new_var_info, make_heapvar)
6692         (make_constraint_from_restrict, make_constraint_from_global_restrict)
6693         (create_function_info_for, create_variable_info_for_1)
6694         (create_variable_info_for): Add and handle add_id parameter.
6695         (get_call_vi, new_scalar_tmp_constraint_exp, handle_rhs_call)
6696         (init_base_vars): Add extra argument to calls to new_var_info.
6697         (get_vi_for_tree): Add extra argument to call to
6698         create_variable_info_for.
6699         (process_constraint, do_deref, process_all_all_constraints): Add extra
6700         argument to calls to new_scalar_tmp_constraint_exp.
6701         (handle_lhs_call, find_func_aliases_for_builtin_call): Add extra
6702         argument to calls to make_heapvar.
6703         (make_restrict_var_constraints): Add extra argument to call to
6704         make_constraint_from_global_restrict.
6705         (intra_create_variable_infos): Add extra argument to call to
6706         create_variable_info_for_1.
6707         (ipa_pta_execute): Add extra argument to call to
6708         create_function_info_for.
6710 2015-10-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6712         * config/aarch64/aarch64.md (call, call_value, sibcall): Handle noplt.
6713         (sibcall_value): Likewise.
6715 2015-10-28  Nathan Sidwell  <nathan@codesourcery.com>
6717         * config/nvptx/nvptx.h (struct machine_function): Add
6718         axis_predicate.
6719         * config/nvptx/nvptx-protos.h (nvptx_expand_oacc_fork,
6720         nvptx_expand_oacc_join): Declare.
6721         * config/nvptx/nvptx.md (UNSPEC_NTID, UNSPEC_TID): Delete.
6722         (UNSPEC_DIM_SIZE, UNSPEC_SHARED_DATA, UNSPEC_BIT_CONV,
6723         UNSPEC_SHUFFLE, UNSPEC_BR_UNIFIED): New.
6724         (UNSPECV_BARSYNC, UNSPECV_DIM_POS, UNSPECV_FORK, UNSPECV_FORKED,
6725         UNSPECV_JOINING, UNSPECV_JOIN): New.
6726         (BITS, BITD): New mode iterators.
6727         (br_true_uni, br_false_uni): New.
6728         (*oacc_ntid_insn, oacc_ntid, *oacc_tid_insn, oacc_tid): Delete.
6729         (oacc_dim_size, oacc_dim_pos): New.
6730         (nvptx_fork, nvptx_forked, nvptx_joining, nvptx_join): New.
6731         (oacc_fork, oacc_join): New.
6732         (nvptx_shuffle<mode>, unpack<mode>si2, packsi<mode>2): New.
6733         (worker_load<mode>, worker_store<mode>): New.
6734         (nvptx_barsync): New.
6735         * config/nvptx/nvptx.c: Include gimple.h & dumpfile.h.
6736         (SHUFFLE_UP, SHUFFLE_DOWN, SHUFFLE_BFLY, SHUFFLE_IDX): Define.
6737         (worker_bcast_hwm, worker_bcast_align, worker_bcast_name,
6738         worker_bcast_sym): New.
6739         (nvptx_option_override): Initialize worker broadcast buffer.
6740         (nvptx_emit_forking, nvptx_emit_joining): New.
6741         (nvptx_init_axis_predicate): New.
6742         (nvptx_declare_function_name): Init axis predicates.
6743         (nvptx_expand_call): Add fork/join markers around routine call.
6744         (nvptx_expand_oacc_fork, nvptx_expand_oacc_join): New.
6745         (nvptx_gen_unpack, nvptx_gen_pack, nvptx_gen_shuffle): New.
6746         (nvptx_gen_vcast): New.
6747         (struct wcast_data_t): New.
6748         (enum propagate_mask): New.
6749         (nvptx_gen_wcast): New.
6750         (nvptx_print_operand): Add 'S' case.
6751         (struct parallel): New.
6752         (parallel::parallel, parallel::~parallel): New.
6753         (bb_insn_map_t, insn_bb_t, insn_bb_vec_t): New typedefs.
6754         (nvptx_split_blocks, nvptx_discover_pre, nvptx_dump_pars,
6755         nvptx_find_par, nvptx_discover_pars): New.
6756         (nvptx_propagate): New.
6757         (vprop_gen, nvptx_vpropagate): New.
6758         (wprop_gen, nvptx_wpropagate): New.
6759         (nvptx_wsync): New.
6760         (nvptx_single, nvptx_skip_par): New.
6761         (nvptx_process_pars, nvptx_neuter_pars): New.
6762         (ntptx_reorg): Split blocks, generate parallel structure, apply
6763         neutering.
6764         (nvptx_cannot_copy_insn_p): New.
6765         (nvptx_file_end): Emit worker broadcast decl.
6766         (nvptx_goacc_fork_join): New.
6767         (TARGET_CANNOT_COPY_INSN_P): Override.
6768         (TARGET_GOACC_FORK_JOIN): Override.
6770 2015-10-28  Richard Biener  <rguenther@suse.de>
6772         * fold-const.c (negate_expr_p): Adjust the division case to
6773         properly avoid introducing undefined overflow.
6774         (fold_negate_expr): Likewise.
6776 2015-10-28  Richard Biener  <rguenther@suse.de>
6778         PR tree-optimization/65962
6779         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6780         Avoid creating loop carried dependences also for outer loops
6781         of the loop a use to replace is in.
6783 2015-10-28  Richard Biener  <rguenther@suse.de>
6785         * common.opt (fchecking): New flag controlling flag_checking.
6786         * passes.c (verify_curr_properties): Drop DEBUG_FUNCTION.
6787         * timevar.c (timer::print): Adjust output.
6788         * doc/invoke.texi (fchecking): Document.
6790 2015-10-28  Richard Biener  <rguenther@suse.de>
6792         PR middle-end/68067
6793         * fold-const.c (negate_expr_p): We cannot negate plus or minus
6794         if overflow is not wrapping.  Likewise multiplication unless
6795         one operand is constant and not power of two.
6796         (fold_negate_expr): Adjust accordingly.
6798 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
6800         * omp-low.c (struct omp_context): Remove gwv_below, gwv_this
6801         fields.
6802         (is_oacc_parallel, is_oacc_kernels): New.
6803         (enclosing_target_ctx): May return NULL.
6804         (ctx_in_oacc_kernels_region): New.
6805         (check_oacc_kernel_gwv): New.
6806         (oacc_loop_or_target_p): Delete.
6807         (scan_omp_for): Don't calculate gwv mask.  Check parallel clause
6808         operands.  Strip reductions fro kernels.
6809         (scan_omp_target): Don't calculate gwv mask.
6810         (lower_oacc_head_mark, lower_oacc_loop_marker,
6811         lower_oacc_head_tail): New.
6812         (struct oacc_collapse): New.
6813         (expand_oacc_collapse_init, expand_oacc_collapse_vars): New.
6814         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
6815         Remove OpenACC handling.
6816         (expand_oacc_for): New.
6817         (expand_omp_for): Call expand_oacc_for.
6818         (lower_omp_for): Call lower_oacc_head_tail.
6820 2015-10-27  Mikhail Maltsev  <maltsevm@gmail.com>
6822         * attribs.c (check_attribute_tables): New function, broken out from...
6823         (init_attributes): Use it.
6824         * cfgcleanup.c (try_optimize_cfg): Use flag_checking, CHECKING_P
6825         gcc_checking_assert and checking_* functions to eliminate
6826         ENABLE_CHECKING conditionals.
6827         * cfgexpand.c (expand_goto, expand_debug_expr): Likewise.
6828         (pass_expand::execute): Likewise.
6829         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
6830         * cgraphunit.c (mark_functions_to_output): Likewise.
6831         (cgraph_node::expand_thunk): Likewise.
6832         (symbol_table::compile): Likewise.
6833         * ddg.c (add_cross_iteration_register_deps): Likewise.
6834         (create_ddg_all_sccs): Likewise.
6835         * df-core.c (df_finish_pass, df_analyze): Likewise.
6836         * diagnostic-core.h: Likewise.
6837         * diagnostic.c (diagnostic_report_diagnostic): Likewise.
6838         * dominance.c (calculate_dominance_info): Likewise.
6839         * dwarf2out.c (add_AT_die_ref): Likewise.
6840         (const_ok_for_output_1, mem_loc_descriptor): Likewise.
6841         (loc_list_from_tree, gen_lexical_block_die): Likewise.
6842         gen_type_die_with_usage, gen_type_die): Likewise.
6843         (dwarf2out_decl): Likewise.
6844         * emit-rtl.c (verify_rtx_sharing, reorder_insns_nobb): Likewise.
6845         * except.c (duplicate_eh_regions): Likewise.
6846         * fwprop.c (register_active_defs, update_df_init): Likewise.
6847         (fwprop_init, fwprop_done): Likewise.
6848         (update_uses): Likewise.
6849         * ggc-page.c (ggc_grow): Likewise.
6850         * gimplify.c (gimplify_body): Likewise.
6851         (gimplify_hasher::equal): Likewise.
6852         * graphite-isl-ast-to-gimple.c (graphite_verify): Likewise.
6853         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form):
6854         Likewise.
6855         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Likewise.
6856         (rewrite_cross_bb_scalar_deps_out_of_ssa): Likwise.
6857         * hash-table.h (::find_empty_slot_for_expand): Likewise.
6858         * ifcvt.c (if_convert): Likewise.
6859         * ipa-cp.c (ipcp_propagate_stage): Likewise.
6860         * ipa-devirt.c (type_in_anonymous_namespace_p): Likewise.
6861         (odr_type_p, odr_types_equivalent_p): Likewise.
6862         (add_type_duplicate, get_odr_type): Likewise.
6863         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
6864         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
6865         (sem_item_optimizer::verify_classes): Likewise.
6866         (sem_item_optimizer::traverse_congruence_split): Likewise.
6867         (sem_item_optimizer::checking_verify_classes): New.
6868         * ipa-icf.h (sem_item_optimizer::checking_verify_classes): Add new
6869         method.
6870         * cfgrtl.c (commit_edge_insertions): Likewise.
6871         (fixup_reorder_chain, cfg_layout_finalize): Likewise.
6872         (rtl_flow_call_edges_add): Likewise.
6873         * cgraph.c (symbol_table::create_edge): Likewise.
6874         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
6875         * cgraph.h (symtab_node): Likewise.
6876         (symtab_node::checking_verify_symtab_nodes): Define.
6877         (cgraph_node::checking_verify_cgraph_nodes): Define.
6878         * cfghooks.h (checking_verify_flow_info): Define.
6879         * cfgloop.h (checking_verify_loop_structure): Define.
6880         * dominance.h (checking_verify_dominators): Define.
6881         * et-forest.c: Fix comment.
6882         * ipa-inline-analysis.c (compute_inline_parameters): Use flag_checking,
6883         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6884         ENABLE_CHECKING conditionals.
6885         * ipa-inline-transform.c (save_inline_function_body): Likewise.
6886         * ipa-inline.c (inline_small_functions): Likewise.
6887         (early_inliner): Likewise.
6888         * ipa-inline.h (estimate_edge_growth): Likewise.
6889         * ipa-visibility.c (function_and_variable_visibility): Likewise.
6890         * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
6891         (ipa_single_use): Likewise.
6892         * ira-int.h: Likewise.
6893         * ira.c (ira): Likewise.
6894         * loop-doloop.c (doloop_optimize_loops): Likewise.
6895         * loop-init.c (loop_optimizer_init, fix_loop_structure): Likewise.
6896         * loop-invariant.c (move_loop_invariants): Likewise.
6897         * lra-assigns.c (lra_assign): Likewise.
6898         * lra-constraints.c (lra_constraints): Likewise.
6899         * lra-eliminations.c (lra_eliminate): Likewise.
6900         * lra-int.h (struct lra_reg): Likewise.
6901         * lra-lives.c (check_pseudos_live_through_calls): Likewise.
6902         (lra_create_live_ranges_1): Likewise.
6903         * lra-remat.c (create_remat_bb_data): Likewise.
6904         * lra.c (lra_update_insn_recog_data, restore_scratches): Likewise.
6905         (lra): Likewise.
6906         (check_rtl): Always define. Remove incorrect guard around
6907         extract_constrain_insn call.
6908         * lto-cgraph.c (input_cgraph_1: Use flag_checking,
6909         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6910         ENABLE_CHECKING conditionals.
6911         * lto-streamer-out.c (DFS::DFS): Likewise.
6912         (lto_output): Likewise.
6913         * lto-streamer.c (lto_streamer_init): Likewise.
6914         * omp-low.c (scan_omp_target, expand_omp_taskreg): Likewise.
6915         expand_omp_target, execute_expand_omp): Likewise.
6916         (lower_omp_target): Likewise.
6917         * passes.c (execute_function_todo): Likewise.
6918         (execute_todo, execute_one_pass): Likewise.
6919         (verify_curr_properties): Always define.
6920         * predict.c (tree_estimate_probability: Use flag_checking,
6921         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
6922         ENABLE_CHECKING conditionals.
6923         (propagate_freq): Likewise.
6924         * pretty-print.c (pp_format): Likewise.
6925         * real.c (real_to_decimal_for_mode): Likewise.
6926         * recog.c (split_all_insns): Likewise.
6927         * regcprop.c (kill_value_one_regno): Likewise.
6928         (copy_value): Likewise.
6929         (validate_value_data): Define unconditionally.
6930         * reload.c: Fix comment.
6931         * timevar.c: Include options.h
6932         * tree-ssa.h (checking_verify_ssa): Define.
6933         * tree-ssa-loop-manip.h (checking_verify_loop_closed_ssa): Define.
6934         * sched-deps.c (CHECK): Remove unused macro.
6935         (add_or_update_dep_1, sd_add_dep: Use flag_checking, CHECKING_P
6936         gcc_checking_assert and checking_* functions to eliminate
6937         ENABLE_CHECKING conditionals.
6938         * sel-sched-ir.c (free_regset_pool, tidy_control_flow): Likewise.
6939         * sel-sched.c (struct moveop_static_params): Likewise.
6940         (find_best_reg_for_expr, move_cond_jump): Likewise.
6941         (move_op_orig_expr_not_found): Likewise.
6942         (code_motion_process_successors, move_op): Likewise.
6943         * ssa-iterators.h (first_readonly_imm_use): Likewise.
6944         (next_readonly_imm_use): Likewise.
6945         * store-motion.c (compute_store_table): Likewise.
6946         * symbol-summary.h (function_summary::function_summary): Likewise.
6947         * target.h (cumulative_args_t): Likewise.
6948         (get_cumulative_args, pack_cumulative_args): Likewise.
6949         * timevar.c: (timer::print): Likewise.
6950         * trans-mem.c (ipa_tm_execute): Likewise.
6951         * tree-cfg.c (move_stmt_op): Likewise.
6952         (move_sese_region_to_fn): Likewise.
6953         (gimple_flow_call_edges_add): Likewise.
6954         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
6955         Likewise.
6956         * tree-eh.c (remove_unreachable_handlers): Likewise.
6957         * tree-if-conv.c (pass_if_conversion::execute): Likewise.
6958         * tree-inline.c (expand_call_inline, optimize_inline_calls): Likewise.
6959         * tree-into-ssa.c (update_ssa): Likewise.
6960         * tree-loop-distribution.c (pass_loop_distribution::execute): Likewise.
6961         * tree-outof-ssa.c (eliminate_useless_phis, rewrite_trees): Likewise.
6962         * tree-parloops.c (pass_parallelize_loops::execute): Likewise.
6963         * tree-predcom.c (suitable_component_p): Likewise.
6964         * tree-profile.c (gimple_gen_const_delta_profiler): Likewise.
6965         * tree-ssa-alias.c (refs_may_alias_p_1): Likewise.
6966         * tree-ssa-live.c (verify_live_on_entry): Likewise.
6967         * tree-ssa-live.h (register_ssa_partition): Likewise.
6968         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Likewise.
6969         * tree-ssa-loop-manip.c (add_exit_phi): Likewise.
6970         (tree_transform_and_unroll_loop): Likewise.
6971         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
6972         * tree-ssa-operands.c (get_expr_operands): Likewise.
6973         * tree-ssa-propagate.c (replace_exp_1): Likewise.
6974         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
6975         * tree-ssa-ter.c (free_temp_expr_table): Likewise.
6976         * tree-ssa-threadupdate.c (duplicate_thread_path): Likewise.
6977         * tree-ssanames.c (release_ssa_name_fn): Likewise.
6978         * tree-stdarg.c (expand_ifn_va_arg): Likewise.
6979         * tree-vect-loop-manip.c
6980         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
6981         (slpeel_checking_verify_cfg_after_peeling): Likewise.
6982         (vect_do_peeling_for_loop_bound): Likewise.
6983         (vect_do_peeling_for_alignment): Likewise.
6984         * tree-vrp.c (supports_overflow_infinity): Likewise.
6985         (set_value_range): Likewise.
6986         * tree.c (free_lang_data_in_cgraph): Likewise.
6987         * value-prof.c (gimple_remove_histogram_value): Likewise.
6988         (free_hist): Likewise.
6989         * var-tracking.c (canonicalize_values_star): Likewise.
6990         (compute_bb_dataflow, vt_find_locations, vt_emit_notes): Likewise.
6992 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
6994         * internal-fn.def (IFN_GOACC_DIM_SIZE, IFN_GOACC_DIM_POS,
6995         IFN_GOACC_LOOP): New.
6996         * internal-fn.h (enum ifn_unique_kind): Add IFN_UNIQUE_OACC_FORK,
6997         IFN_UNIQUE_OACC_JOIN, IFN_UNIQUE_OACC_HEAD_MARK,
6998         IFN_UNIQUE_OACC_TAIL_MARK.
6999         (enum ifn_goacc_loop_kind): New.
7000         * internal-fn.c (expand_UNIQUE): Add IFN_UNIQUE_OACC_FORK,
7001         IFN_UNIQUE_OACC_JOIN cases.
7002         (expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS): New.
7003         (expand_GOACC_LOOP): New.
7004         * target-insns.def (oacc_dim_pos, oacc_dim_size): New.
7005         * omp-low.c: Include gimple-pretty-print.h.
7006         (struct oacc_loop): New.
7007         (enum oacc_loop_flags): New.
7008         (oacc_thread_numbers): New.
7009         (oacc_xform_loop): New.
7010         (new_oacc_loop_raw, new_oacc_loop_outer, new_oacc_loop,
7011         new_oacc_loop_routine, finish_oacc_loop, free_oacc_loop): New,
7012         (dump_oacc_loop_part, dump_oacc_loop, debug_oacc_loop): New,
7013         (oacc_loop_discover_walk, oacc_loop_sibling_nrevers,
7014         oacc_loop_discovery): New.
7015         (oacc_loop_xform_head_tail, oacc_loop_xform_loop,
7016         oacc_loop_process): New.
7017         (oacc_loop_fixed_partitions, oacc_loop_partition): New.
7018         (execute_oacc_device_lower): Discover & process loops.  Process
7019         internal fns.
7020         * target.def (goacc.fork_join): Change sense of hook, clarify
7021         documentation.
7022         * doc/tm.texi: Regenerated.
7024 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7026         * target-insns.def (oacc_fork, oacc_join): Define.
7027         * target.def (goacc.validate_dims): Adjust doc to avoid warning.
7028         (goacc.fork_join): New GOACC hook.
7029         * targhooks.h (default_goacc_fork_join): Declare.
7030         * omp-low.c (default_goacc_forkjoin): New.
7031         * doc/tm.texi.in (TARGET_GOACC_FORK_JOIN): Add.
7032         * doc/tm.texi: Regenerate.
7034 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7036         * omp-low.c (oacc_init_rediction_array): New.
7037         (oacc_initialize_reduction_data): Initialize array.
7039 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7041         * omp-low.c (pass_oacc_device_lower::execute): Ignore errors.
7043 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7045         * internal-fn.c (expand_UNIQUE): New.
7046         * internal-fn.h (enum ifn_unique_kind): New.
7047         * internal-fn.def (IFN_UNIQUE): New.
7048         * target-insns.def (unique): Define.
7049         * gimple.h (gimple_call_internal_unique_p): New.
7050         * gimple.c (gimple_call_same_target_p): Check internal fn
7051         uniqueness.
7052         * tracer.c (ignore_bb_p): Check for IFN_UNIQUE call.
7053         * tree-ssa-threadedge.c
7054         (record_temporary_equivalences_from_stmts): Likewise.
7055         * tree-cfg.c (gmple_call_initialize_ctrl_altering): Likewise.
7057 2015-10-27  Richard Henderson  <rth@redhat.com>
7059         PR rtl-opt/67609
7060         * config/i386/i386.c (ix86_cannot_change_mode_class): Disallow
7061         narrowing subregs on SSE and MMX registers.
7062         * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Clarify when subregs that
7063         appear to be sub-words of multi-register pseudos must be rejected.
7064         * doc/tm.texi: Regenerate.
7066 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7068         PR target/68102
7069         * config/aarch64/aarch64.md (*movsi_aarch64): Check that
7070         operands[0] is a reg before taking its REGNO in split condition.
7071         (*movdi_aarch64): Likewise.
7073 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7075         * config/aarch64/aarch64.c (aarch64_output_simd_mov_immediate):
7076         Handle floating point inner modes properly.
7078 2015-10-27  Alan Hayward  <alan.hayward@arm.com>
7080         * tree-vect-looop.c
7081         (vectorizable_live_operation): Change iterator.
7083 2015-10-27  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
7084             Aditya Kumar  <aditya.k7@samsung.com>
7086         * graphite-optimize-isl.c (get_schedule_for_node_st): New callback
7087           function to schedule based on isl_schedule_node.
7088         (get_schedule_map_st): New schedule optimizer based on
7089         isl_schedule_node.
7090         (scop_get_domains): New. Return the isl_union_set containing the
7091         domains of all the pbbs.
7092         (optimize_isl): Call the new function get_schedule_map_st for isl-0.15
7094 2015-10-27  H.J. Lu  <hongjiu.lu@intel.com>
7096         PR target/67215
7097         * calls.c (prepare_call_address): Don't handle -fno-plt here.
7098         * config/i386/i386.c (ix86_expand_call): Generate indirect call
7099         via GOT for -fno-plt.  Support indirect call via GOT for x32.
7100         * config/i386/predicates.md (sibcall_memory_operand): Allow
7101         GOT memory operand.
7103 2015-10-27  Richard Biener  <rguenther@suse.de>
7105         PR tree-optimization/68104
7106         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
7107         strided access check ...
7108         (vect_compute_data_refs_alignment): ... here.
7110 2015-10-27  Daniel Jacobowitz  <dan@codesourcery.com>
7111             Joseph Myers  <joseph@codesourcery.com>
7112             Mark Shinwell  <shinwell@codesourcery.com>
7113             Andrew Stubbs  <ams@codesourcery.com>
7114             Rich Felker <dalias@libc.org>
7116         * config.gcc: Handle --enable-fdpic.
7117         * config/sh/constraints.md (Ccl): New constraint.
7118         * config/sh/linux.h (SUBTARGET_LINK_EMUL_SUFFIX): Handle -mfdpic.
7119         * config/sh/sh-c.c (sh_cpu_cpp_builtins): Add __FDPIC__ and
7120         __SH_FDPIC__.
7121         * config/sh/sh-mem.cc (expand_block_move): Support FDPIC for calls to
7122         library functions.
7123         * config/sh/sh-protos.h (function_symbol_result): New struct.
7124         (function_symbol): Return function_symbol_result.
7125         (sh_get_fdpic_reg_initial_val, sh_load_function_descriptor): New
7126         declarations.
7127         * config/sh/sh.c (TARGET_ASM_INTEGER, sh_assemble_integer): Implement
7128         target hook.
7129         (TARGET_CANNOT_FORCE_CONST_MEM, sh_cannot_force_const_mem_p): Likewise.
7130         (sh_option_override): Force -fPIC if FDPIC is in effect.
7131         (sh_asm_output_addr_const_extra): Add UNSPEC_GOTFUNCDESC and
7132         UNSPEC_GOTOFFFUNCDESC cases.
7133         (prepare_move_operands): Use FDPIC initial GOT register for
7134         TLS-related GOT access; inhibit cross-section address offset constants
7135         for FDPIC.
7136         (sh_assemble_integer): New function.
7137         (sh_cannot_copy_insn_p): Inhibit copying insns that are FDPIC
7138         PC-relative call sites.
7139         (expand_ashiftrt): Adapt invocation of function_symbol.
7140         (sh_expand_prologue): Inhibit PC-relative GOT address load for FDPIC.
7141         (nonpic_symbol_mentioned_p): Add cases for UNSPEC_GOTFUNCDESC and
7142         UNSPEC_GOTOFFFUNCDESC.
7143         (legitimize_pic_address): Resolve function symbols to function
7144         descriptors for FDPIC.  Do not use GOT-relative addressing for local
7145         data that may be read-only on FDPIC.
7146         (sh_emit_storesi, sh_emit_storehi): New functions.
7147         (sh_trampoline_init): Generate FDPIC trampolines.
7148         (sh_function_ok_for_sibcall): Add TARGET_FDPIC check.
7149         (sh_expand_sym_label2reg): Don't assume sibcalls are local.
7150         (sh_output_mi_thunk): Generate FDPIC call.
7151         (function_symbol): Return function_symbol_result.  For SFUNC_STATIC on
7152         FDPIC, generate call site labels to use PC-relative addressing rather
7153         than GOT-relative addressing.
7154         (sh_conditional_register_usage): Make PIC register fixed and call used
7155         when FDPIC is in effect.
7156         (sh_legitimate_constant_p): Impose FDPIC constant constraints.
7157         (sh_cannot_force_const_mem_p, sh_load_function_descriptor,
7158         sh_get_fdpic_reg_initial_val): New functions.
7159         * config/sh/sh.h (SUBTARGET_ASM_SPEC, SUBTARGET_LINK_EMUL_SUFFIX):
7160         Handle -mfdpic.
7161         (FDPIC_SELF_SPECS, SUBTARGET_DRIVER_SELF_SPECS,
7162         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED,
7163         SH_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macros.
7164         (DRIVER_SELF_SPECS): Add SUBTARGET_DRIVER_SELF_SPECS and
7165         FDPIC_SELF_SPECS.
7166         (TRAMPOLINE_SIZE): Select trampoline size for FDPIC.
7167         (ASM_PREFERRED_EH_DATA_FORMAT): Add EH format constraints for FDPIC.
7168         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Handle FDPIC case.
7169         * config/sh/sh.md (UNSPEC_GOTFUNCDESC, UNSPEC_GOTOFFFUNCDESC): New
7170         constants.
7171         (calli_fdpic, call_valuei_fdpic, sibcalli_fdpic, sibcalli_pcrel_fdpic,
7172         sibcall_pcrel_fdpic, sibcall_valuei_fdpic, sibcall_valuei_pcrel_fdpic,
7173         sibcall_value_pcrel_fdpic, sym2GOTFUNCDESC, symGOTFUNCDESC2reg,
7174         sym2GOTOFFFUNCDESC, symGOTOFFFUNCDESC2reg): New patterns.
7175         (udivsi3_i1, udivsi3_i4, udivsi3_i4_single, udivsi3,
7176         *divsi_inv_call_combine, divsi3_i4, divsi3_i4_single, divsi3, ashlsi3,
7177         ashlsi3_d_call, ashrsi3_n, lshrsi3, lshrsi3_d_call, calli, call_valuei,
7178         call, call_value, sibcalli, sibcalli_pcrel, sibcall_pcrel, sibcall,
7179         sibcall_valuei, sibcall_valuei_pcrel, sibcall_value_pcrel,
7180         sibcall_value, GOTaddr2picreg, symGOT_load, symGOTOFF2reg,
7181         block_move_real, block_lump_real, block_move_real_i4,
7182         block_lump_real_i4): Add support for FDPIC calls.
7183         (mulsi3, ic_invalidate_line, initialize_trampoline, call_pop,
7184         call_value_pop): Adjust for new function_symbol signature.
7185         * config/sh/sh.opt (-mfdpic): New option.
7186         * doc/install.texi (Options specification): Document --enable-fdpic.
7187         * doc/invoke.texi (SH Options): Document -mfdpic.
7190 2015-10-27  Alan Lawrence  <alan.lawrence@arm.com>
7192         PR tree-optimization/65963
7193         * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
7194         LSHIFT_EXPRs as equivalent MULT_EXPRs.
7196 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7198         PR target/67929
7199         * config/arm/arm.c (vfp3_const_double_for_bits): Rewrite.
7200         * config/arm/constraints.md (Dp): Update callsite.
7201         * config/arm/predicates.md (const_double_vcvt_power_of_two): Likewise.
7203 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7205         * builtins.c (fold_builtin_load_exponent): Rename to...
7206         (fold_const_builtin_load_exponent): ...this and only handle
7207         constant arguments.
7208         (fold_builtin_2): Update accordingly.
7209         * match.pd: Add rules previously handled by fold_builtin_load_exponent.
7211 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7213         * builtins.c (fold_builtin_logb): Rename to...
7214         (fold_const_builtin_logb): ...this and remove STRIP_NOPS call.
7215         (fold_builtin_significand): Rename to...
7216         (fold_const_builtin_significand): ...this and remove STRIP_NOPS call.
7217         (fold_builtin_1): Update accordingly.
7219 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7221         * builtins.c (fold_builtin_fmin_fmax): Delete.
7222         (fold_builtin_2): Handle constant fmin and fmax arguments here.
7223         * match.pd: Add rules previously handled by fold_builtin_fmin_fmax.
7225 2015-10-27  Evandro Menezes  <e.menezes@samsung.com>
7227         * config/aarch64/aarch64-protos.h (cpu_addrcost_table): Split member
7228         for register extension into sign and zero register extension.
7229         * config/aarch64/aarch64.c (generic_addrcost_table): Infer values
7230         for sign and zero register extension.
7231         (cortexa57_addrcost_table): Likewise.
7232         (xgene1_addrcost_table): Likewise.
7234 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7236         * fold-const.c (fold_minmax): Delete.
7237         (fold_binary_loc): Don't call it.
7238         * match.pd: Add rules previously handled by fold_minmax.
7240 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7242         * builtins.c (fold_builtin_fma): Remove constant handling.
7243         (fold_builtin_3): Handle constant fma arguments here.
7245 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7247         * builtins.c (fold_builtin_fabs): Remove constant handling.
7248         (fold_builtin_abs): Likewise.
7250 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7252         * builtins.c (fold_builtin_copysign): Delete.
7253         (fold_builtin_2): Handle constant copysign arguments here.
7254         * match.pd: Add rules previously handled by fold_builtin_copysign.
7256 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7258         * builtins.c (fold_builtin_signbit): Delete.
7259         (fold_builtin_2): Handle constant signbit arguments here.
7260         * match.pd: Add rules previously handled by fold_builtin_signbit.
7262 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7264         * match.pd: Handle sqrt(x) cmp 0 specially.
7266 2015-10-27  Ilya Enkovich  <enkovich.gnu@gmail.com>
7268         * tree-vect-generic.c (expand_vector_operations_1): Check
7269         optab type before using it.
7271 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7273         * config/aarch64/aarch64-protos.h
7274         (struct tune_params): Add autoprefetcher_model field.
7275         * config/aarch64/aarch64.c: Include params.h
7276         (generic_tunings): Specify autoprefetcher_model value.
7277         (cortexa53_tunings): Likewise.
7278         (cortexa57_tunings): Likewise.
7279         (cortexa72_tunings): Likewise.
7280         (thunderx_tunings): Likewise.
7281         (xgene1_tunings): Likewise.
7282         (aarch64_first_cycle_multipass_dfa_lookahead_guard): New function.
7283         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define.
7284         (aarch64_override_options_internal): Set
7285         PARAM_SCHED_AUTOPREF_QUEUE_DEPTH param.
7287 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7289         * builtins.c (fold_builtin_exponent): Delete.
7290         (fold_builtin_2): Handle constant expN arguments here.
7291         * match.pd: Fold expN(logN(x)) -> x.
7293 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7295         * builtins.c (fold_builtin_powi): Delete.
7296         (fold_builtin_2): Handle constant powi arguments here.
7297         * match.pd: Add rules previously handled by fold_builtin_powi.
7299 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7301         * builtins.c (fold_builtin_pow): Delete in favor of...
7302         (fold_const_builtin_pow): ...this new function.  Only handle constant
7303         arguments.
7304         (fold_builtin_2): Update accordingly.
7305         * match.pd: Add rules previously handled by fold_builtin_pow.
7307 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7309         * builtins.c (fold_builtin_hypot): Delete.
7310         (fold_builtin_2): Handle constant hypot arguments here.
7311         * match.pd: Fold hypot(x, 0) and hypot(0, x) to x.  Canonicalize
7312         hypot(x, x) to fabs(x)*sqrt(2).
7314 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
7316         * gimple-match-head.c (maybe_push_res_to_seq): Use create_tmp_reg
7317         instead of make_ssa_name if not yet in SSA form.
7319 2015-10-27  Richard Biener  <rguenther@suse.de>
7321         * cfg.c (free_edge): Add function argument and use it instead of cfun.
7322         (clear_edges): Likewise.
7323         * cfg.h (clear_edges): Adjust prototype.
7324         * cfgexpand.c (pass_expand::execute): Adjust.
7325         * cfgloop.c (release_recorded_exits): Add function argument and use
7326         it instead of cfun.
7327         * cfgloop.h (release_recorded_exits): Adjust prototype.
7328         (loops_state_satisfies_p): Add overload with function argument.
7329         (loops_state_set): Likewise.
7330         (loops_state_clear): Likewise.
7331         (struct loop_iterator): Add function argument to constructor
7332         and iterator and use it instead of cfun.
7333         (FOR_EACH_LOOP_FN): New macro.
7334         (loop_optimizer_finalize): Add overload with function argument.
7335         * loop-init.c (loop_optimizer_init): Adjust.
7336         (fix_loop_structure): Likewise.
7337         (loop_optimizer_finaliz): Add function argument and use it
7338         instead of cfun.
7339         * tree-cfg.c (delete_tree_cfg_annotations): Likewise.
7340         * tree-cfg.h (delete_tree_cfg_annotations): Adjust prototype.
7341         * cgraph.c (release_function_body): Do not push/pop cfun.
7342         * final.c (rest_of_clean_state): Adjust.
7343         * graphite.c (graphite_finalize): Likewise.
7344         * tree-ssa-copy.c (fini_copy_prop): Likewise.
7345         * tree-ssa-dce.c (perform_tree_ssa_dce): Likewise.
7346         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Likewise.
7347         (tree_unroll_loops_completely): Likewise.
7348         (pass_complete_unrolli::execute): Likewise.
7349         * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates):
7350         Add function argument and use it instead of cfun.
7351         * tree-ssa-loop-niter.h (free_numbers_of_iterations_estimates):
7352         Adjust prototype.
7353         * tree-ssa-loop.c (tree_ssa_loop_done): Adjust.
7354         * tree-ssa.c (delete_tree_ssa): Add function argument and use it
7355         instead of cfun.
7356         * tree-ssa.h (delete_tree_ssa): Adjust prototype.
7357         * tree-ssanames.c (fini_ssanames): Add function argument and use it
7358         instead of cfun.
7359         * tree-ssanames.c (fini_ssanames): Adjust prototype.
7360         * tree-vrp.c (execute_vrp): Adjust.
7361         * value-prof.c (free_histograms): Add function argument and use it
7362         instead of cfun.
7363         * value-prof.h (free_histograms): Adjust prototype.
7365 2015-10-27  Thomas Schwinge  <thomas@codesourcery.com>
7367         * tree.h (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES)
7368         (OACC_KERNELS_BODY, OACC_KERNELS_CLAUSES, OACC_KERNELS_COMBINED)
7369         (OACC_PARALLEL_COMBINED): Don't define macros.  Adjust all users.
7371 2015-10-27  Tom de Vries  <tom@codesourcery.com>
7373         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add and use var
7374         field_type.
7376 2015-10-27  Bin Cheng  <bin.cheng@arm.com>
7378         * loop-invariant.c (struct def): New field can_prop_to_addr_uses.
7379         (inv_can_prop_to_addr_use): New function.
7380         (record_use): Call can_prop_to_addr_uses, set the new field.
7381         (get_inv_cost): Count cost if inv can't be propagated into its
7382         address uses.
7384 2015-10-26  Doug Evans  <dje@google.com>
7386         * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
7388 2015-10-26  Eric Botcazou  <ebotcazou@adacore.com>
7390         * match.pd (fold_widened_comparison): Apply simplifications to all
7391         integral types.
7393 2015-10-26  Simon Dardis  <simon.dardis@imgtec.com>
7395         * target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
7396         * doc/tm.texi.in (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): Document.
7397         * doc/tm.texi: Regenerated.
7398         * reorg.c (dbr_schedule): Use new hook.
7399         * config/mips/mips.c (mips_no_speculation_in_delay_slots_p): New.
7401 2015-10-26  Jeff Law  <law@redhat.com>
7403         PR tree-optimization/68013
7404         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
7405         Make sure the first block in the path is in VISITED_BBs.
7407 2015-10-26  Richard Biener  <rguenther@suse.de>
7408         Dominik Vogt  <vogt@linux.vnet.ibm.com>
7410         PR middle-end/67443
7411         * alias.c (ao_ref_from_mem): Remove promoted subreg handling.
7412         Properly prune ref->ref for accesses outside of ref.
7414 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
7416         * gimple-fold.c (replace_stmt_with_simplification): Don't allow
7417         new statements to be inserted if inplace.  Allow calls to have
7418         nonempty sequences.
7420 2015-10-26  Richard Biener  <rguenther@suse.de>
7422         * tree-object-size.c: Remove builtins.h include, include tree-cfg.h.
7423         (do_valueize): New function.
7424         (pass_object_sizes::execute): Use gimple_fold_stmt_to_constant and
7425         replace_uses_by.
7426         * tree-ssa-threadedge.c: Remove builtins.h include, include
7427         gimple-fold.h
7428         (fold_assignment_stmt): Remove.
7429         (threadedge_valueize): New function.
7430         (record_temporary_equivalences_from_stmts): Use
7431         gimple_fold_stmt_to_constant_1, note additional cleanup
7432         opportunities.
7434 2015-10-26  Richard Biener  <rguenther@suse.de>
7436         * match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
7437         ( (X & ~Y) | (~X & Y) -> X ^ Y): Remove redundant :c.
7439 2015-10-26  Alan Hayward <alan.hayward@arm.com>
7441         * tree-vect-loop.c (vect_create_epilog_for_reduction): Fix
7442         VEC_COND_EXPR types.
7444 2015-10-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7446         * auto-inc-dec.c (insert_move_insn_before): Delete.
7447         (attempt_change): Remember to cost the simple move in the
7448         FORM_PRE_ADD and FORM_POST_ADD cases.
7450 2015-10-26  Kaz Kojima  <kkojima@gcc.gnu.org>
7452         PR target/68091
7453         * config/sh/sh.c (sh_vector_mode_supported_p): Use
7454         TARGET_SHMEDIA_FPU instead of TARGET_FPU_ANY.
7456 2015-10-26  Tom de Vries  <tom@codesourcery.com>
7458         * tree-ssa-structalias.c (make_restrict_var_constraints): New function,
7459         factored out of ...
7460         (intra_create_variable_infos): ... here.
7462 2015-10-26  Tom de Vries  <tom@codesourcery.com>
7464         * tree-ssa-structalias.c (intra_create_variable_infos): Add
7465         restrict_pointer_p and recursive_restrict_p variables.
7467 2015-10-26  Tom de Vries  <tom@codesourcery.com>
7469         * tree-ssa-structalias.c (intra_create_variable_infos): Inline
7470         get_vi_for_tree call.
7472 2015-10-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7474         PR middle-end/67989
7475         * optabs.c (expand_atomic_compare_and_swap): Handle case when
7476         ptarget_oval or ptarget_bool are const0_rtx.
7478 2015-10-26  Christian Bruel  <christian.bruel@st.com>
7480         * function.h (MINIMUM_METHOD_BOUNDARY): New macro.
7481         * cp/decl.c (grokfndecl): Set DECL_ALIGN with MINIMUM_METHOD_BOUNDARY.
7482         * cp/method.c (implicitly_declare_fn): Likewise.
7483         * cp/lambda.c (maybe_add_lambda_conv_op): Likewise. Remove VBIT setting.
7484         * java/class.c (add_method_1): Likewise.
7486 2015-10-26  Richard Biener  <rguenther@suse.de>
7488         * alloc-pool.h (base_pool_allocator): Use placement new.
7489         (base_pool_allocator::remove): Likewise.  Compute size outside of
7490         flag_checking.
7492 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
7494         * builtins.c (do_real_to_int_conversion): New function.
7495         (fold_fixed_mathfn, fold_builtin_int_roundingfn): Delete.
7496         (fold_builtin_1): Handle constant {i,l,ll}{ceil,floor,round}{f,,l}
7497         arguments here.
7498         * match.pd: Add rules previously handled by fold_fixed_mathfn
7499         and fold_builtin_int_roundingfn.
7501 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
7503         * match.pd: Use macros to define built-in operator lists.
7505 2015-10-20  Richard Sandiford  <richard.sandiford@arm.com>
7506             Richard Biener  <rguenther@suse.de>
7508         * genmatch.c (dt_simplify::gen): Skip captures that are
7509         part of the result.
7510         (parser::parse_expr): Allow captures in results too.
7511         * builtins.c (fold_builtin_cexp): Delete.
7512         (fold_builtin_1): Handle constant cexp arguments here.
7513         * match.pd: Fold cexp(x+yi) to exp(x) * cexpi(y).
7515 2015-10-26  Mikhail Maltsev  <maltsevm@gmail.com>
7517         * alloc-pool.h (base_pool_allocator::initialize, ::allocate): Remove
7518         conditional compilation.
7519         (base_pool_allocator::remove): Use flag_checking.
7521 2015-10-25  John David Anglin  <danglin@gcc.gnu.org>
7523         * config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.
7525         PR middle-end/68079
7526         * dojump.c (do_compare_and_jump): Canonicalize both function and
7527         method types.
7529 2015-10-25  Uros Bizjak  <ubizjak@gmail.com>
7531         PR target/68084
7532         * config/i386/i386.c (ix86_md_asm_adjust) [case 'a']: Use NE code
7533         for =@ccae.
7535 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
7537         PR ipa/pr67600
7538         * ipa-polymorphic-call.c
7539         (ipa_polymorphic_call_context::get_dynamic_type): Do not confuse
7540         instance offset with offset of outer type.
7542 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
7544         * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
7546 2015-10-23  Caroline Tice  <cmtice@google.com>
7548         (from Richard Biener
7549         * tree.c (int_cst_hasher::hash):  Replace XOR with more efficient
7550         call to iterative_hash_host_wide_int.
7552 2015-10-23  David Edelsohn  <dje.gcc@gmail.com>
7554         * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
7555         Define as yes.
7557 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
7559         * tree-vect-generic.c (expand_vector_operations_1): Check
7560         optab exists before use it.
7562 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
7564         * tree-vect-generic.c (expand_vector_condition): Avoid
7565         uninitialized variable warning.
7567 2015-10-23  Jeff Law  <law@redhat.com>
7569         * passes.c (execute_function_todo): Do not call flush_ssaname_freelist
7570         here.  Instead...
7571         (execute_todo): Call it here.
7572         * tree-ssanames.c (make_ssa_name_fn): Unconditionally gather reuse
7573         statistics
7574         (pass_release_ssa_names::execute): Do not call flusH_ssaname_freelist.
7576 2015-10-23  Gregor Richards  <gregor.richards@uwaterloo.ca>
7577             Szabolcs Nagy  <szabolcs.nagy@arm.com>
7579         * config.gcc (enable_secureplt): Add *-linux*-musl*.
7581 2015-10-23  Jeff Law  <law@redhat.com>
7583         PR tree-optimization/67830
7584         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
7585         Explicitly verify the mask has no bits outside the type of
7586         the innermost operands.
7588 2015-10-23  Gregor Richards  <gregor.richards@uwaterloo.ca>
7589             Szabolcs Nagy  <szabolcs.nagy@arm.com>
7591         * config/rs6000/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
7592         (MUSL_DYNAMIC_LINKER64): Define.
7593         (GNU_USER_DYNAMIC_LINKER32): Update.
7594         (GNU_USER_DYNAMIC_LINKER64): Update.
7595         (CHOOSE_DYNAMIC_LINKER): Update.
7597         * config/rs6000/sysv4.h (GNU_USER_DYNAMIC_LINKER): Update.
7598         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER_E,)
7599         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
7600         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
7601         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
7602         (CHOOSE_DYNAMIC_LINKER): Update.
7603         (INCLUDE_DEFAULTS): Redefine.
7605         * config/rs6000/sysv4le.h (MUSL_DYNAMIC_LINKER_E): Define.
7607 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
7609         * fold-const.c (operand_equal_p): Do not compare TYPE_MODE when
7610         comparing addresses.
7612 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
7614         * fold-const.c (operand_equal_p): Handle matching of vector
7615         constructors.
7617 2015-10-23  David Edelsohn  <dje.gcc@gmail.com>
7619         * doc/install.texi (*-ibm-aix*): Additional information for AIX 7.1.
7621 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
7622             Andrew Pinski  <apinski@cavium.com>
7624         PR rtl-optimization/67736
7625         * combine.c (simplify_comparison): Use gen_lowpart_or_truncate instead
7626         of gen_lowpart.
7628 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
7630         PR middle-end/68066
7631         * tree.c (build_truth_vector_type): Support BLK mode
7632         returned for boolean vector.
7634 2015-10-23  Alan Hayward <alan.hayward@arm.com>
7636         PR tree-optimization/65947
7637         * tree-vect-loop.c
7638         (vect_is_simple_reduction_1): Find condition reductions.
7639         (vect_model_reduction_cost): Add condition reduction costs.
7640         (get_initial_def_for_reduction): Add condition reduction initial var.
7641         (vect_create_epilog_for_reduction): Add condition reduction epilog.
7642         (vectorizable_reduction): Condition reduction support.
7643         * tree-vect-stmts.c (vectorizable_condition): Add vect reduction arg
7644         * doc/sourcebuild.texi (Vector-specific attributes): Document
7645         vect_max_reduc
7647 2015-10-23  Richard Biener  <rguenther@suse.de>
7649         * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
7650         and builtins.def.
7652 2015-10-23  Richard Biener  <rguenther@suse.de>
7653             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
7655         * fold-const.c (fold_binary_loc) : Move Fold (A & ~B) - (A & B)
7656         into (A ^ B) - B to match.pd
7657         Move (X & ~Y) | (~X & Y) is X ^ Y to match.pd.
7659         * match.pd (minus (bit_and:cs @0 (bit_not @1)) (bit_and:s @0 @1)):
7660         New simplifier.
7661         (minus (bit_and:s @0 INTEGER_CST@2) (bit_and:s @0 INTEGER_CST@1)):
7662         New simplifier.
7663         (minus (bit_and:s @0 @1) (bit_and:cs @0 (bit_not @1))):
7664         New simplifier.
7665         (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_and:c (bit_not @0) @1)):
7666         New simplifier.
7667         (bit_ior:c (bit_and @0 INTEGER_CST@2) (bit_and (bit_not @0)
7668         INTEGER_CST@1)): New simplifier.
7670 2015-10-23  Richard Sandiford  <richard.sandiford@arm.com>
7672         * builtins.c (integer_valued_real_p): Move to fold-const.c.
7673         (fold_trunc_transparent_mathfn, fold_builtin_trunc, fold_builtin_floor)
7674         (fold_builtin_ceil, fold_builtin_round): Delete.
7675         (fold_builtin_1): Handle constant trunc, floor, ceil and round
7676         arguments here.
7677         * convert.c (convert_to_real): Remove narrowing of rounding
7678         functions.
7679         * fold-const.h (integer_valued_real_unary_p)
7680         (integer_valued_real_binary_p, integer_valued_real_call_p)
7681         (integer_valued_real_single_p, integer_valued_real_p): Declare.
7682         * fold-const.c (tree_single_nonnegative_warnv_p): Move
7683         name_registered_for_update_p check to SSA_NAME case statement.
7684         Don't call tree_simple_nonnegative_warnv_p for SSA names.
7685         (integer_valued_real_unary_p, integer_valued_real_binary_p)
7686         (integer_valued_real_call_p, integer_valued_real_single_p)
7687         (integer_valued_real_invalid_p): New functions.
7688         (integer_valued_real_p): Move from fold-const.c and rework
7689         to call the functions above.  Handle SSA names.
7690         * gimple-fold.h (gimple_stmt_integer_valued_real_p): Declare.
7691         * gimple-fold.c (gimple_assign_integer_valued_real_p)
7692         (gimple_call_integer_valued_real_p, gimple_phi_integer_valued_real_p)
7693         (gimple_stmt_integer_valued_real_p): New functions.
7694         * match.pd: Fold f(f(x))->f(x) for fp->fp rounding functions f.
7695         Fold f(x)->x for the same f if x is known to be integer-valued.
7696         Fold f(extend(x))->extend(f'(x)) if doing so doesn't affect
7697         the result.  Canonicalize floor(x) as trunc(x) if x is
7698         nonnegative.
7700 2015-10-23  Tom de Vries  <tom@codesourcery.com>
7702         * tree-ssa-structalias.c (intra_create_variable_infos): Use
7703         make_constraint_from.
7705 2015-10-23  Tom de Vries  <tom@codesourcery.com>
7707         * tree-ssa-structalias.c (create_variable_info_for_1): Add missing
7708         setting of is_full_var in case of a single field.
7710 2015-10-22  Martin Sebor  <msebor@redhat.com>
7712         PR driver/68043
7713         * config/i386/i386.opt: Add missing periods to the ends of sentences.
7714         * config/msp430/msp430.opt: Same.
7716 2015-10-21  David Wohlferd  <dw@LimeGreenSocks.com>
7718         * doc/extend.exp (Global Register Variables): Rewrite.
7720 2015-10-22  Jeff Law  <law@redhat.com>
7722         * genattrtab.c (main): If we do not have any annul-true or annul-false
7723         slots, then write out a dummy eligible_for_annul_true or
7724         eligible_for_annul_false as needed.
7726 2015-10-22  Nick Clifton  <nickc@redhat.com>
7728         * config/msp430/msp430.opt: Add -msilicon-errata and
7729         -msilicon-errata-warn.
7730         * config/msp430/msp430.h (ASM_SPEC): Pass new options on to
7731         assembler.
7732         * doc/invoke.texi: Document new options.
7734 2015-10-22  Richard Biener  <rguenther@suse.de>
7736         PR tree-optimization/58497
7737         * tree-vect-generic.c (ssa_uniform_vector_p): New helper.
7738         (expand_vector_operations_1): Use it.  Lower operations on
7739         all uniform vectors to scalar operations if the HW supports it.
7741 2015-10-22  Richard Biener  <rguenther@suse.de>
7743         PR tree-optimization/19049
7744         PR tree-optimization/65962
7745         * tree-vect-data-refs.c (vect_analyze_group_access_1): Fall back
7746         to strided accesses if single-element interleaving doesn't work.
7748 2015-10-22  Richard Biener  <rguenther@suse.de>
7750         PR middle-end/68046
7751         PR middle-end/61893
7752         * optabs.c (emit_libcall_block_1): Allow a NULL_RTX equiv.
7753         (expand_binop): For -ftrapv optabs do not record an REG_EQUAL note.
7754         (expand_unop): Likewise.
7756 2015-10-22  Richard Biener  <rguenther@suse.de>
7758         * fold-const.c (fold_addr_of_array_ref_difference): Properly
7759         convert operands before folding a MINUS_EXPR.
7760         (fold_binary_loc): Move simplification of MINUS_EXPR on
7761         converted POINTER_PLUS_EXPRs ...
7762         * match.pd: ... here.
7764 2015-10-22  Richard Sandiford  <richard.sandiford@arm.com>
7766         * builtins.c (fold_builtin_tan): Delete.
7767         (fold_builtin_1): Handle constant tan arguments here.
7768         * match.pd: Simplify (tan (atan x)) to x.
7770 2015-10-22  Richard Sandiford  <richard.sandiford@arm.com>
7772         * builtins.c (fold_builtin_cproj): Delete.
7773         (fold_builtin_1): Handle constant arguments here.
7774         (build_complex_cproj): Move and rename to...
7775         * tree.c: (build_complex_inf): ...this.
7776         * tree.h (build_complex_inf): Declare.
7777         * match.pd: Fold cproj(x)->x if x has no infinity.
7778         Use build_complex_inf for existing cproj rules.
7780 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7782         PR target/68015
7783         * config/s390/s390.md (mov<mode>cc): Emit compare only if we don't
7784         already have a comparison result.
7786 2015-10-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7788         PR target/63304
7789         * config/aarch64/aarch64.c (aarch64_nopcrelative_literal_loads): New.
7790         (aarch64_expand_mov_immediate): Use aarch64_nopcrelative_literal_loads.
7791         (aarch64_classify_address): Likewise.
7792         (aarch64_secondary_reload): Likewise.
7793         (aarch64_override_options_after_change_1): Adjust.
7794         * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
7795         Use aarch64_nopcrelative_literal_loads.
7796         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
7797         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
7798         Declare.
7800 2015-10-21  Martin Sebor  <msebor@redhat.com>
7802         PR driver/68043
7803         * opts.c (undocumented_msg, use_diagnosed_msg): New globals.
7804         (print_filtered_help): Reference aliased option's name and encourage
7805         readers to use it in preference to the alias if the former is not
7806         documented.  Mention when using an option is diagnosed.
7807         * gcc.c (display_help): End each sentence with a period.
7809         * common.opt: End each sentence that describes an option with
7810         a period.
7811         * config/aarch64/aarch64.opt: Same.
7812         * config/alpha/alpha.opt: Same.
7813         * config/arc/arc.opt: Same.
7814         * config/arm/arm.opt: Same.
7815         * config/avr/avr.opt: Same.
7816         * config/bfin/bfin.opt: Same.
7817         * config/c6x/c6x.opt: Same.
7818         * config/cr16/cr16.opt: Same.
7819         * config/cris/cris.opt: Same.
7820         * config/cris/linux.opt: Same.
7821         * config/darwin.opt: Same.
7822         * config/epiphany/epiphany.opt: Same.
7823         * config/fr30/fr30.opt: Same.
7824         * config/frv/frv.opt: Same.
7825         * config/ft32/ft32.opt: Same.
7826         * config/g.opt: Same.
7827         * config/h8300/h8300.opt: Same.
7828         * config/i386/cygming.opt: Same.
7829         * config/i386/djgpp.opt: Same.
7830         * config/i386/i386.opt: Same.
7831         * config/i386/interix.opt: Same.
7832         * config/i386/mingw-w64.opt: Same.
7833         * config/i386/mingw.opt: Same.
7834         * config/ia64/ia64.opt: Same.
7835         * config/ia64/ilp32.opt: Same.
7836         * config/iq2000/iq2000.opt: Same.
7837         * config/linux.opt: Same.
7838         * config/lm32/lm32.opt: Same.
7839         * config/lynx.opt: Same.
7840         * config/m32c/m32c.opt: Same.
7841         * config/m32r/m32r.opt: Same.
7842         * config/m68k/ieee.opt: Same.
7843         * config/m68k/m68k.opt: Same.
7844         * config/mcore/mcore.opt: Same.
7845         * config/mep/mep.opt: Same.
7846         * config/microblaze/microblaze.opt: Same.
7847         * config/mips/mips.opt: Same.
7848         * config/mmix/mmix.opt: Same.
7849         * config/mn10300/mn10300.opt: Same.
7850         * config/moxie/moxie.opt: Same.
7851         * config/msp430/msp430.opt: Same.
7852         * config/nios2/elf.opt: Same.
7853         * config/nios2/nios2.opt: Same.
7854         * config/nvptx/nvptx.opt: Same.
7855         * config/pa/pa-hpux.opt: Same.
7856         * config/pa/pa-hpux1010.opt: Same.
7857         * config/pa/pa-hpux1111.opt: Same.
7858         * config/pa/pa-hpux1131.opt: Same.
7859         * config/pa/pa.opt: Same.
7860         * config/pa/pa64-hpux.opt: Same.
7861         * config/pdp11/pdp11.opt: Same.
7862         * config/rl78/rl78.opt: Same.
7863         * config/rs6000/476.opt: Same.
7864         * config/rs6000/aix64.opt: Same.
7865         * config/rs6000/darwin.opt: Same.
7866         * config/rs6000/linux64.opt: Same.
7867         * config/rs6000/rs6000.opt: Same.
7868         * config/rs6000/sysv4.opt: Same.
7869         * config/s390/s390.opt: Same.
7870         * config/s390/tpf.opt: Same.
7871         * config/sh/sh.opt: Same.
7872         * config/sol2.opt: Same.
7873         * config/sparc/long-double-switch.opt: Same.
7874         * config/sparc/sparc.opt: Same.
7875         * config/spu/spu.opt: Same.
7876         * config/stormy16/stormy16.opt: Same.
7877         * config/tilegx/tilegx.opt: Same.
7878         * config/tilepro/tilepro.opt: Same.
7879         * config/v850/v850.opt: Same.
7880         * config/vax/vax.opt: Same.
7881         * config/visium/visium.opt: Same.
7882         * config/vms/vms.opt: Same.
7883         * config/vxworks.opt: Same.
7884         * config/xtensa/xtensa.opt: Same.
7886 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
7887             Sebastian Pop  <s.pop@samsung.com>
7889         * graphite-scop-detection.c (parameter_index_in_region): Update call to
7890         invariant_in_sese_p_rec.
7891         * graphite-sese-to-poly.c (extract_affine): Same.
7892         * sese.c (invariant_in_sese_p_rec): Pass in an extra
7893         parameter has_vdefs.
7894         (scalar_evolution_in_region): Return chrec_dont_know when the scalar
7895         variable depends on virtual definitions in the current region.
7896         * sese.h (invariant_in_sese_p_rec): Update declaration.
7898 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
7899             Sebastian Pop  <s.pop@samsung.com>
7901         * graphite-scop-detection.c (build_scops): Do not handle scops
7902         with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
7903         * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.
7905 2015-10-21  Mikhail Maltsev  <maltsevm@gmail.com>
7907         * config.in: Regenerate.
7908         * configure: Regenerate.
7909         * configure.ac (CHECKING_P): Define.
7910         * system.h: Use CHECKING_P.
7912 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
7914         PR ipa/67056
7915         * ipa-polymorphic-call.c (possible_placement_new): If cur_offset
7916         is negative we don't know the type.
7917         (check_stmt_for_type_change): Skip constructors of non-polymorphic
7918         types as those won't help devirutalization.
7920 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
7922         * fold-const.c (operand_equal_p): Add code matching empty constructors.
7924 2015-10-21  Eric Botcazou  <ebotcazou@adacore.com>
7926         * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): Tweak
7927         comments.
7928         (TRUNC_MOD_EXPR, CEIL_MOD_EXPR, FLOOR_MOD_EXPR, ROUND_MOD_EXPR):
7929         Add comments on sign of the result.
7930         * fold-const.c (tree_binary_nonnegative_warnv_p) <FLOOR_MOD_EXPR>:
7931         Recurse on operand #1 instead of operand #0.
7932         <CEIL_MOD_EXPR>: Do not recurse.
7933         <ROUND_MOD_EXPR>: Likewise.
7935 2015-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7937         * cfgrtl.c (pass_free_cfg::execute): Adjust.
7938         * final.c (dbr_sequence_length): Always define.
7939         (shorten_branches): Adjust.
7940         * genattr-common.c (main): Always define DELAY_SLOTS.
7941         * genattr.c (main): Unconditionally declare functions and define
7942         macros related to delay slots.
7943         * genattrtab.c (write_eligible_delay): Adjust.
7944         (main): Always write out delay slot functions.
7945         * opts.c (default_options_table): Adjust.
7946         * reorg.c (redirect_with_delay_slots_safe_p): Likewise.
7947         (redirect_with_delay_list_safe_p): Likewise.
7948         (fill_simple_delay_slots): Likewise.
7949         (fill_slots_from_thread): Likewise.
7950         (make_return_insns): Likewise.
7951         (dbr_schedule): Likewise.
7952         (rest_of_handle_delay_slots): Likewise.
7953         (pass_delay_slots::gate): Likewise.
7954         * toplev.c (process_options): Likewise.
7956 2015-10-21  Richard Henderson  <rth@redhat.com>
7958         * targhooks.c (default_addr_space_pointer_mode): Remove check
7959         for generic address space.
7960         (default_addr_space_address_mode): Likewise.
7961         (default_addr_space_valid_pointer_mode): Likewise.
7962         (default_addr_space_legitimate_address_p): Likewise.
7963         (default_addr_space_legitimize_address): Likewise.
7964         * target.def (addr_space.pointer_mode): Update documentation
7965         of default behavior.
7966         (addr_space.address_mode): Likewise.
7967         * tm.texi: Update.
7969         * expr.c (expand_expr_real_2): Use convert_modes on disjoint
7970         address spaces.
7972 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
7974         * builtins.c (fold_builtin_cabs): Delete.
7975         (fold_builtin_1): Update accordingly.  Handle constant arguments here.
7976         * match.pd: Add rules previously handled by fold_builtin_cabs.
7978 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
7980         * fold-const.h (fold_strip_sign_ops): Delete.
7981         * fold-const.c (fold_strip_sign_ops): Likewise.
7982         (fold_unary_loc, fold_binary_loc): Remove calls to it.
7983         * builtins.c (fold_builtin_cos, fold_builtin_cosh)
7984         (fold_builtin_ccos): Delete.
7985         (fold_builtin_pow): Don't call fold_strip_sign_ops.
7986         (fold_builtin_hypot, fold_builtin_copysign): Likewise.
7987         Remove fndecl argument.
7988         (fold_builtin_1): Update calls accordingly.  Handle constant
7989         cos, cosh, ccos and ccosh here.
7991 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
7993         * doc/invoke.texi (-fdump-tree-backprop, -fssa-backprop): Document.
7994         * Makefile.in (OBJS): Add gimple-ssa-backprop.o.
7995         * common.opt (fssa-backprop): New option.
7996         * fold-const.h (negate_mathfn_p): Declare.
7997         * fold-const.c (negate_mathfn_p): Make public.
7998         * timevar.def (TV_TREE_BACKPROP): New.
7999         * tree-pass.h (make_pass_backprop): Declare.
8000         * passes.def (pass_backprop): Add.
8001         * gimple-ssa-backprop.c: New file.
8003 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8004             Sebastian Pop  <s.pop@samsung.com>
8006         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard):
8007         Do not call create_empty_if_region_on_edge when cond_expr is true.
8008         (translate_isl_ast_node_for): Check whether a guard has been generated.
8010 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8012         * graphite-poly.h (struct dr_info): Added invalid_alias_set number.
8013         (operator=): Removed.
8014         (dr_info): Make alias_set number the last argument with default
8015         value of invalid_alias_set.
8016         * graphite-sese-to-poly.c (build_scop_drs): Update constructor
8017         of dr_info.
8018         (rewrite_reductions_out_of_ssa): Iterate only through the
8019         basic blocks which are inside region.
8020         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
8021         * sese.h (struct sese_l): Removed assignment operator.
8022         (split_region_for_bb): Removed dead code.
8024 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8026         * graphite-poly.h (struct dr_info): Removed conversion constructor.
8027         (struct scop): Renamed scop::region to scop::scop_info
8028         (scop_set_region): Same.
8029         (SCOP_REGION): Removed
8030         (SCOP_CONTEXT): Removed.
8031         (POLY_SCOP_P): Removed.
8032         * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
8033         Rename scop->region to scop->scop_info.
8034         (add_parameters_to_ivs_params): Same.
8035         (graphite_regenerate_ast_isl): Same.
8036         * graphite-poly.c (new_scop): Same.
8037         (free_scop): Same.
8038         (print_scop_params): Same.
8039         * graphite-scop-detection.c (scop_detection::remove_subscops): Same.
8040         (scop_detection::remove_intersecting_scops): Use pointer to sese_l.
8041         (dot_all_scops_1): Rename scop->region to scop->scop_info.
8042         (scop_detection::nb_pbbs_in_loops): Same.
8043         (find_scop_parameters): Same.
8044         (try_generate_gimple_bb): Same.
8045         (gather_bbs::before_dom_children): Same.
8046         (gather_bbs::after_dom_children): Same.
8047         (build_scops): Same.
8048         * graphite-sese-to-poly.c (build_scop_scattering): Same.
8049         (extract_affine_chrec): Same.
8050         (extract_affine): Same.
8051         (set_scop_parameter_dim): Same.
8052         (build_loop_iteration_domains): Same.
8053         (create_pw_aff_from_tree): Same.
8054         (add_param_constraints): Same.
8055         (build_scop_iteration_domain): Same.
8056         (build_scop_drs): Same.
8057         (analyze_drs_in_stmts): Same.
8058         (insert_out_of_ssa_copy_on_edge): Same.
8059         (rewrite_close_phi_out_of_ssa):Same.
8060         (rewrite_reductions_out_of_ssa):Same.
8061         (handle_scalar_deps_crossing_scop_limits):Same.
8062         (rewrite_cross_bb_scalar_deps):Same.
8063         (rewrite_cross_bb_scalar_deps_out_of_ssa):Same.
8064         (build_poly_scop):Same.
8065         (build_alias_set): Use pointer to dr_info.
8066         * graphite.c (print_graphite_scop_statistics):
8067         (graphite_transform_loops):
8068         * sese.h (struct sese_l): Remove conversion constructor.
8070 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8072         PR middle-end/67966
8073         * tree.c (verify_type): Verify that TYPE_MODE match
8074         between TYPE_CANONICAL and type.
8075         * expr.c (store_expr_with_bounds): Revert my previous change.
8076         * expmed.c (store_bit_field_1): Revert prevoius change.
8077         * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE
8078         to match for all types.
8080 2015-10-21  Nathan Sidwell  <nathan@codesourcery.com>
8082         * omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop
8083         nesting.
8085 2015-10-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
8087         * doc/tm.texi: Regenerated.
8088         * doc/tm.texi.in (TARGET_VECTORIZE_GET_MASK_MODE): New.
8089         * stor-layout.c (layout_type): Use mode to get vector mask size.
8090         * target.def (get_mask_mode): New.
8091         * targhooks.c (default_get_mask_mode): New.
8092         * targhooks.h (default_get_mask_mode): New.
8093         * tree-vect-stmts.c (get_same_sized_vectype): Add special case
8094         for boolean vector.
8095         * tree.c (MAX_BOOL_CACHED_PREC): New.
8096         (nonstandard_boolean_type_cache): New.
8097         (build_nonstandard_boolean_type): New.
8098         (make_vector_type): Vector mask has no canonical type.
8099         (build_truth_vector_type): New.
8100         (build_same_sized_truth_vector_type): New.
8101         (truth_type_for): Support vector masks.
8102         * tree.h (VECTOR_BOOLEAN_TYPE_P): New.
8103         (build_truth_vector_type): New.
8104         (build_same_sized_truth_vector_type): New.
8105         (build_nonstandard_boolean_type): New.
8106         * tree-cfg.c (verify_gimple_comparison) Require boolean
8107         vector type for vector comparison.
8108         (verify_gimple_assign_ternary): Likewise.
8109         * optabs.c (expand_vec_cond_expr): Accept boolean vector as
8110         condition operand.
8111         * tree-vect-stmts.c (vectorizable_condition): Use boolean
8112         vector type for vector comparison.
8113         * tree-vect-generic.c (elem_op_func): Add new operand to hold
8114         vector type.
8115         (do_unop): Adjust to modified function type.
8116         (do_binop): Likewise.
8117         (do_plus_minus): Likewise.
8118         (do_negate); Likewise.
8119         (expand_vector_piecewise): Likewise.
8120         (do_cond): Likewise.
8121         (do_compare): Use comparison instead of condition.
8122         (expand_vector_divmod): Use boolean vector type for comparison.
8123         (expand_vector_operations_1): Skip scalar mask operations.
8125 2015-10-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
8127         * omp-low.c (simd_clone_create): Set in_other_partition
8128         for created clones.
8130 2015-10-21  David Wohlferd  <dw@LimeGreenSocks.com>
8132         * doc/extend.exp (Local Register Variables): Rewrite.
8134 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
8136         * match.pd: Add rules to simplify ccos, ccosh, hypot, copysign
8137         and x*x in cases where the operands are sign ops.  Extend these
8138         rules to handle copysign as a sign op (including for cos, cosh
8139         and pow, which already treated negate and abs as sign ops).
8141 2015-10-21  Uros Bizjak  <ubizjak@gmail.com>
8143         PR target/68018
8144         * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack
8145         for 64-bit MS_ABI targets also when default incoming stack boundary
8146         is overriden.
8148 2015-10-21  Richard Biener  <rguenther@suse.de>
8150         * tree-ssa-sccvn.c (cond_stmts_equal_p): Compare two GIMPLE
8151         cond stmts, enhanced and split out from ...
8152         (vn_phi_eq): ... here.
8154 2015-10-21  Richard Biener  <rguenther@suse.de>
8156         PR middle-end/68031
8157         * fold-const.c: Include tree-ssa-operands.h and tree-into-ssa.h.
8158         (tree_ssa_name_nonnegative_warnv_p): Fold into ...
8159         (tree_single_nonnegative_warnv_p): ... here.  For SSA names
8160         make sure they are not registered for update.
8162 2015-10-21  Richard Biener  <rguenther@suse.de>
8164         PR tree-optimization/68026
8165         * tree-ssa-ccp.c (get_value_for_expr): Zero-extend mask for
8166         unsigned VARYING values.
8168 2015-10-21  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
8170         * asan.c (asan_emit_stack_protection): Don't pass local stack to
8171         asan_stack_malloc_[n] anymore. Check if asan_stack_malloc_[n] returned
8172         NULL and use local stack than.
8173         (asan_finish_file): Insert __asan_version_mismatch_check_v[n] call
8174         in addition to __asan_init.
8175         * sanitizer.def (BUILT_IN_ASAN_INIT): Rename to __asan_init.
8176         (BUILT_IN_ASAN_VERSION_MISMATCH_CHECK): Add new builtin call.
8177         * asan.h (asan_intercepted_p): Handle new string builtins.
8178         * ubsan.c (ubsan_use_new_style_p): New function.
8179         (ubsan_instrument_float_cast): If location is unknown, assign
8180         input_location to loc. Propagate loc to ubsan_create_data if
8181         ubsan_use_new_style_p returned true.
8183 2015-10-21  Jeff Law  <law@redhat.com>
8185         * Makefile.in (OBJS): Remove sched-vis.c
8186         * sched-vis.c: Removed.  Code moved into...
8187         * print-rtl.c: Here.  Include cfg.h, pretty-print.h and print-rtl.h.
8188         * rtl.h: Remove prototypes for functions now living in print-rtl.c
8189         * print-rtl.h Add prototypes for new functions in print-rtl.c.
8190         * auto-inc-dec.c: Include print-rtl.h
8191         * cfgrtl.c, combine.c, final.c haifa-sched.c: Likewise.
8192         * ira.c, lra-constraints.c, lra.c, sel-sched-dump.c: Likewise.
8194         * varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
8195         ATTRIBUTE_UNUSED.
8197 2015-10-21  Richard Biener  <rguenther@suse.de>
8198             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
8200         * fold-const.c (fold_binary_loc) : Move (-A) * (-B) -> A * B
8201         to match.pd.
8202 * doc/implement-c.texi (Integers Implementation): Make GCC's promises
8203 about signed left shift stronger and clarify the cases when they're
8204 broken.
8205         Move (a * (1 << b)) is (a << b) to match.pd.
8206         Move convert (C1/X)*C2 into (C1*C2)/X to match.pd.
8207         Move ~X & X, (X == 0) & X, and !X & X are zero to match.pd.
8208         Move X & ~X , X & (X == 0), and X & !X are zero to match.pd.
8210         * match.pd (mult:c @0 (convert? (lshift integer_onep@1 @2))):
8211         New simplifier.
8212         (mult (rdiv:s REAL_CST@0 @1) REAL_CST@2): New simplifier.
8213         (bit_and:c (convert? @0) (convert? (bit_not @0))): New simplifier.
8214         (bit_ior (bit_and:s @0 (bit_not:s @1)) (bit_and:s (bit_not:s @0) @1))
8215         : New simplifier.
8216         (mult:c (convert1? (negate @0)) (convert2? negate_expr_p@1)):
8217         New simplifier.
8218         (match (logical_inverted_value @0) (truth_not @0)) : New Predicate.
8220 2015-10-21  Gregor Richards  <gregor.richards@uwaterloo.ca>
8221             Szabolcs Nagy  <szabolcs.nagy@arm.com>
8222             Alan Modra  <amodra@gmail.com>
8224         * config/rs6000/secureplt.h (LINK_SECURE_PLT_DEFAULT_SPEC): Define.
8225         * config/rs6000/sysv4.h (LINK_SECURE_PLT_SPEC): Define.
8226         (LINK_SPEC): Add %(link_secure_plt).
8227         (SUBTARGET_EXTRA_SPECS): Add "link_secure_plt".
8228         * config/rs6000/linux64.h (LINK_SECURE_PLT_SPEC): Redefine.
8230 2015-10-20  Gregor Richards  <gregor.richards@uwaterloo.ca>
8231             Szabolcs Nagy  <szabolcs.nagy@arm.com>
8233         * config/sh/linux.h (MUSL_DYNAMIC_LINKER): Define.
8234         (MUSL_DYNAMIC_LINKER_E, MUSL_DYNAMIC_LINKER_FP): Define.
8236 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8238         * config/aarch64/aarch64.c (aarch64_mode_valid_for_sched_fusion_p):
8239         New function.
8240         (fusion_load_store): Use it.
8241         * config/aarch64/aarch64-ldpstp.md: Add new peephole2s for
8242         ldp and stp in VD modes.
8243         * config/aarch64/aarch64-simd.md (load_pair<mode>, VD): New pattern.
8244         (store_pair<mode>, VD): Likewise.
8246 2015-10-20  Vladimir Makarov  <vmakarov@redhat.com>
8248         PR rtl-optimization/67609
8249         * lra-splill.c (lra_final_code_change): Don't remove all
8250         sub-registers.
8252 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8254         * simplify-rtx.c (simplify_binary_operation): If either operand was
8255         a constant pool reference use them if all other simplifications failed.
8257 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8259         * config/aarch64/aarch64.md
8260         (*aarch64_fcvt<su_optab><GPF:mode><GPI:mode>2_mult): New pattern.
8261         * config/aarch64/aarch64-simd.md
8262         (*aarch64_fcvt<su_optab><VDQF:mode><fcvt_target>2_mult): Likewise.
8263         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle above patterns.
8264         (aarch64_fpconst_pow_of_2): New function.
8265         (aarch64_vec_fpconst_pow_of_2): Likewise.
8266         * config/aarch64/aarch64-protos.h (aarch64_fpconst_pow_of_2): Declare
8267         prototype.
8268         (aarch64_vec_fpconst_pow_of_2): Likewise.
8269         * config/aarch64/predicates.md (aarch64_fp_pow2): New predicate.
8270         (aarch64_fp_vec_pow2): Likewise.
8272 2015-10-20  Uros Bizjak  <ubizjak@gmail.com>
8274         * config/alpha/alpha.h (HARD_REGNO_NREGS): Use CEIL macro.
8275         (ALPHA_ARG_SIZE): Ditto.  Remove unused NAMED argument.
8276         * config/alpha/alpha.c (alpha_function_arg_advance): Update
8277         ALPHA_ARG_SIZE usage.
8278         (alpha_arg_partial_bytes): Ditto.
8280 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
8282         PR target/66810
8283         * cgraphbuild.c (pass_build_cgraph_edges::execute): Skip local
8284         error_mark_node decls.
8286 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
8288         PR target/67963
8289         PR target/67985
8290         * common/config/i386/i386-common.c (ix86_handle_option): Remove
8291         OPT_miamcu handling.
8292         * config/i386/i386.c (PTA_NO_80387): New macro.
8293         (processor_alias_table): Add PTA_NO_80387 to lakemont.
8294         (ix86_option_override_internal): Update MASK_80387 from
8295         PTA_NO_80387.  Don't warn x87/MMX/SSE/AVX for -miamcu.  Warn
8296         SSE math only if 80387 is supported.  Don't change
8297         MASK_FLOAT_RETURNS.
8298         (ix86_valid_target_attribute_tree): Enable FPMATH_387 only if
8299         80387 is supported.
8300         * config/i386/i386.h (TARGET_FLOAT_RETURNS_IN_80387): True only
8301         if TARGET_80387 is true and TARGET_IAMCU is false.
8302         (TARGET_FLOAT_RETURNS_IN_80387_P): True only if TARGET_80387_P
8303         is true and TARGET_IAMCU_P is false.
8305 2015-10-20  Richard Biener  <rguenther@suse.de>
8307         PR tree-optimization/68017
8308         * tree-tailcall.c (eliminate_tail_call): Remove stmts backwards.
8310 2015-10-20  Martin Liska  <mliska@suse.cz>
8312         * cgraphclones.c (cgraph_node::create_virtual_clone):
8313         Verify cgraph_node.local.versionable instead of calling
8314         tree_versionable_function_p.
8315         * ipa-cp.c (determine_versionability): Save the information
8316         to ipa_node_params summary.
8317         (ipcp_versionable_function_p): Use it.
8318         (ipcp_propagate_stage): Pass IPA_NODE_REF to a called function.
8319         (ipcp_generate_summary): Do not compute cgraph_node
8320         versionability.
8321         * ipa-inline-analysis.c (inline_generate_summary): Compute
8322         versionability for all cgraph nodes.
8323         * ipa-prop.c (ipa_node_params_t::duplicate): Duplicate
8324         ipa_node_params::versionability.
8325         * ipa-prop.h (struct ipa_node_params): Declare it.
8327 2015-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8329         PR other/67868
8330         * varasm.c (assemble_variable): Move special vtv handling to..
8331         (handle_vtv_comdat_sections): .. here. New function.
8332         (output_object_block): Handle vtv sections.
8334 2015-10-20  Szabolcs Nagy  <szabolcs.nagy@arm.com>
8336         PR target/66912
8337         * varasm.c (default_binds_local_p_2): Turn on extern_protected_data.
8339 2015-10-20  Arkadiusz Drabczyk  <arkadiusz@drabczyk.org>
8341         * doc/extend.texi: Update documentation WRT inline functions.
8343 2015-10-20  Alan Modra  <amodra@gmail.com>
8345         PR go/66870
8346         * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Don't define.
8347         * config/rs6000/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
8348         (TARGET_CAN_SPLIT_STACK_64BIT): Define.
8350 2015-10-19  Pierre-Marie de Rodat  <derodat@adacore.com>
8352         PR rtl-optimization/66790
8353         * df.h (DF_MIR): New macro.
8354         (DF_LAST_PROBLEM_PLUS1): Update to be past DF_MIR
8355         (DF_MIR_INFO_BB): New macro.
8356         (DF_MIR_IN, DF_MIR_OUT): New macros.
8357         (struct df_mir_bb_info): New.
8358         (df_mir): New macro.
8359         (df_mir_add_problem, df_mir_simulate_one_insn): New forward
8360         declarations.
8361         (df_mir_get_bb_info): New.
8362         * df-problems.c (struct df_mir_problem_data): New.
8363         (df_mir_free_bb_info, df_mir_alloc, df_mir_reset,
8364         df_mir_bb_local_compute, df_mir_local_compute, df_mir_init,
8365         df_mir_confluence_0, df_mir_confluence_n,
8366         df_mir_transfer_function, df_mir_free, df_mir_top_dump,
8367         df_mir_bottom_dump, df_mir_verify_solution_start,
8368         df_mir_verify_solution_end): New.
8369         (problem_MIR): New.
8370         (df_mir_add_problem, df_mir_simulate_one_insn): New.
8371         * timevar.def (TV_DF_MIR): New.
8372         * ree.c: Include bitmap.h
8373         (add_removable_extension): Add an INIT_REGS parameter.  Use it
8374         to skip zero-extensions that may get an uninitialized register.
8375         (find_removable_extensions): Compute must-initialized registers
8376         using the MIR dataflow problem. Update the call to
8377         add_removable_extension.
8378         (find_and_remove_re): Call df_mir_add_problem.
8380 2015-10-19  Segher Boessenkool  <segher@kernel.crashing.org>
8382         * common/config/mn10300/mn10300-common.c
8383         (mn10300_option_optimization_table) <OPT_freorder_blocks_algorithm_>:
8384         Use REORDER_BLOCKS_ALGORITHM_STC at -Os and up.
8386 2015-10-19  David Wohlferd  <dw@LimeGreenSocks.com>
8388         * doc/extend.texi (Explicit Register Variables): Simplify and
8389         avoid unnecessary and confusion abbreviations.  Update cross
8390         references.
8391         doc/implement-c.tex: Update cross reference.
8393 2015-10-19  Jeff Law  <law@redhat.com>
8395         * tree-ssa-threadupdate.c (valid_jump_thread_path): Reject paths
8396         that create irreducible loops unless the path elimiantes a multiway
8397         branch.
8399 2015-10-19  Richard Biener  <rguenther@suse.de>
8401         PR tree-optimization/67975
8402         * tree-cfg.h (extract_true_false_controlled_edges): Declare.
8403         * tree-cfg.c (extract_true_false_controlled_edges): Split out
8404         core worker from ...
8405         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): ... here.
8406         * tree-ssa-sccvn.c (vn_phi_compute_hash): Hash number of args
8407         instead of block number for PHIs with two or one args.
8408         (vn_phi_eq): Compare edge predicates of PHIs that are in different
8409         blocks.
8411 2015-10-19  Richard Biener  <rguenther@suse.de>
8413         * gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.
8414         (gimple_stmt_nonnegative_warnv_p): Use it.
8415         * match.pd (CPROJ): New operator list.
8416         (cproj (complex ...)): Move simplifications from ...
8417         * builtins.c (fold_builtin_cproj): ... here.
8419 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
8421         * config/i386/i386.c (ix86_expand_vector_move): Use
8422         GET_MODE_BITSIZE for IA MCU psABI to get vector natural
8423         alignment.
8425 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
8427         * doc/invoke.texi: Replace @optindex with @opindex.
8429 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
8431         PR target/67995
8432         * config/i386/i386.c (ix86_valid_target_attribute_tree): If
8433         arch= is set,  clear all bits in x_ix86_isa_flags, except for
8434         ISA_64BIT, ABI_64, ABI_X32, and CODE16.
8436 2015-10-19  Joost VandeVondele  <vondele@gnu.gcc.org>
8438         PR middle-end/68002
8439         * common.opt (fkeep-static-functions): New option.
8440         * doc/invoke.texi: Document it.
8441         * cgraphunit.c (cgraph_node::finalize_function): Use it.
8443 2015-10-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8445         * sched-int.h (struct autopref_multipass_data_): Remove offset
8446         field.  Add min_offset, max_offset, multi_mem_insn_p fields.
8447         * haifa-sched.c (analyze_set_insn_for_autopref): New function.
8448         (autopref_multipass_init): Use it.  Handle PARALLEL sets.
8449         (autopref_rank_data): New function.
8450         (autopref_rank_for_schedule): Use it.
8451         (autopref_multipass_dfa_lookahead_guard_1): Likewise.
8453 2015-10-18  Mikhail Maltsev  <maltsevm@gmail.com>
8455         PR other/65800
8456         * gengtype.c (dump_type): Handle TYPE_UNDEFINED correctly.
8458 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
8460         * config/darwin.h (TARGET_SYSTEM_ROOT): Remove this from here,
8461         (HAVE_LD_SYSROOT): New.  (SYSROOT_SPEC): New.
8462         (LINK_SYSROOT_SPEC): Revise to remove the default for target sysroot.
8463         (STANDARD_STARTFILE_PREFIX_1): New.
8464         (STANDARD_STARTFILE_PREFIX_2): New.
8466 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
8468         * config/darwin-driver.c (darwin_default_min_version): Refactor code.
8469         (darwin_driver_init): Note a version-min when provided on the c/l.
8470         * config/darwin.h (%darwin_minversion): Remove.
8471         * config/i386/darwin.h: Likewise.
8472         * config/rs6000/darwin.h: Likewise.
8473         * config/darwin.opt (mmacosx-version-min=): Use the configured default,
8474         rather than an arbitrary constant.
8476 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
8478         * config/darwin-driver.c (darwin_driver_init): Handle '-arch' for
8479         PPC, detect conflicts between -arch and multilib settings.  Detect
8480         and warn about conflicts between multiple -arch definitions.
8482 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
8484         * config/darwin-driver.c: Adjust includes to add diagnostic-core.
8486 2015-10-16  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8488         * lra-constraints.c (add_next_usage_insn): Change argument type
8489         from rtx to rtx_insn *.
8491 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
8493         * i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
8494         for Lakemont.
8496 2015-10-16  Andrew MacLeod  <amacleod@redhat.com>
8498         * config/tilepro/gen-mul-tables.cc: Adjust include files.
8499         * config/tilegx/mul-tables.c: Regenerate.
8500         * config/tilepro/mul-tables.c: Regenerate.
8502         * config/tilegx/tilegx-c.c: Adjust include files.
8503         * config/tilegx/tilegx.c: Likewise.
8504         * config/tilepro/tilepro-c.c: Likewise.
8505         * config/tilepro/tilepro.c: Likewise.
8506         * config/aarch64/aarch64-builtins.c: Likewise.
8507         * config/aarch64/aarch64.c: Likewise.
8508         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
8509         * config/alpha/alpha.c: Likewise.
8510         * config/arc/arc.c: Likewise.
8511         * config/arm/aarch-common.c: Likewise.
8512         * config/arm/arm-builtins.c: Likewise.
8513         * config/arm/arm-c.c: Likewise.
8514         * config/arm/arm.c: Likewise.
8515         * config/avr/avr-c.c: Likewise.
8516         * config/avr/avr-devices.c: Likewise.
8517         * config/avr/avr-log.c: Likewise.
8518         * config/avr/avr.c: Likewise.
8519         * config/bfin/bfin.c: Likewise.
8520         * config/c6x/c6x.c: Likewise.
8521         * config/cr16/cr16.c: Likewise.
8522         * config/cris/cris.c: Likewise.
8523         * config/darwin-c.c: Likewise.
8524         * config/darwin-driver.c: Likewise.
8525         * config/darwin.c: Likewise.
8526         * config/default-c.c: Likewise.
8527         * config/epiphany/epiphany.c: Likewise.
8528         * config/epiphany/mode-switch-use.c: Likewise.
8529         * config/epiphany/resolve-sw-modes.c: Likewise.
8530         * config/fr30/fr30.c: Likewise.
8531         * config/frv/frv.c: Likewise.
8532         * config/ft32/ft32.c: Likewise.
8533         * config/glibc-c.c: Likewise.
8534         * config/h8300/h8300.c: Likewise.
8535         * config/i386/host-cygwin.c: Likewise.
8536         * config/i386/host-mingw32.c: Likewise.
8537         * config/i386/i386-c.c: Likewise.
8538         * config/i386/i386.c: Likewise.
8539         * config/i386/msformat-c.c: Likewise.
8540         * config/i386/winnt-cxx.c: Likewise.
8541         * config/i386/winnt-stubs.c: Likewise.
8542         * config/i386/winnt.c: Likewise.
8543         * config/ia64/ia64-c.c: Likewise.
8544         * config/ia64/ia64.c: Likewise.
8545         * config/iq2000/iq2000.c: Likewise.
8546         * config/lm32/lm32.c: Likewise.
8547         * config/m32c/m32c-pragma.c: Likewise.
8548         * config/m32c/m32c.c: Likewise.
8549         * config/m32r/m32r.c: Likewise.
8550         * config/mcore/mcore.c: Likewise.
8551         * config/mep/mep-pragma.c: Likewise.
8552         * config/mep/mep.c: Likewise.
8553         * config/microblaze/microblaze-c.c: Likewise.
8554         * config/microblaze/microblaze.c: Likewise.
8555         * config/mips/mips-tables.opt
8556         * config/mips/mips.c: Likewise.
8557         * config/mmix/mmix.c: Likewise.
8558         * config/mn10300/mn10300.c: Likewise.
8559         * config/moxie/moxie.c: Likewise.
8560         * config/msp430/msp430-c.c: Likewise.
8561         * config/msp430/msp430.c: Likewise.
8562         * config/nds32/nds32-cost.c: Likewise.
8563         * config/nds32/nds32-fp-as-gp.c: Likewise.
8564         * config/nds32/nds32-intrinsic.c: Likewise.
8565         * config/nds32/nds32-isr.c: Likewise.
8566         * config/nds32/nds32-md-auxiliary.c: Likewise.
8567         * config/nds32/nds32-memory-manipulation.c: Likewise.
8568         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
8569         * config/nds32/nds32-predicates.c: Likewise.
8570         * config/nds32/nds32.c: Likewise.
8571         * config/nios2/nios2.c: Likewise.
8572         * config/nvptx/mkoffload.c: Likewise.
8573         * config/nvptx/nvptx.c: Likewise.
8574         * config/pa/pa.c: Likewise.
8575         * config/pdp11/pdp11.c: Likewise.
8576         * config/rl78/rl78-c.c: Likewise.
8577         * config/rl78/rl78.c: Likewise.
8578         * config/rs6000/host-darwin.c: Likewise.
8579         * config/rs6000/rs6000-c.c: Likewise.
8580         * config/rs6000/rs6000-linux.c: Likewise.
8581         * config/rs6000/rs6000.c: Likewise.
8582         * config/rx/rx.c: Likewise.
8583         * config/s390/s390-c.c: Likewise.
8584         * config/s390/s390.c: Likewise.
8585         * config/sh/sh-c.c: Likewise.
8586         * config/sh/sh-mem.cc: Likewise.
8587         * config/sh/sh.c: Likewise.
8588         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
8589         * config/sh/sh_treg_combine.cc: Likewise.
8590         * config/sol2-c.c: Likewise.
8591         * config/sol2-cxx.c: Likewise.
8592         * config/sol2-stubs.c: Likewise.
8593         * config/sol2.c: Likewise.
8594         * config/sparc/sparc-c.c: Likewise.
8595         * config/sparc/sparc.c: Likewise.
8596         * config/spu/spu-c.c: Likewise.
8597         * config/spu/spu.c: Likewise.
8598         * config/stormy16/stormy16.c: Likewise.
8599         * config/v850/v850-c.c: Likewise.
8600         * config/v850/v850.c: Likewise.
8601         * config/vax/vax.c: Likewise.
8602         * config/visium/visium.c: Likewise.
8603         * config/vms/vms-c.c: Likewise.
8604         * config/vms/vms.c: Likewise.
8605         * config/vxworks.c: Likewise.
8606         * config/winnt-c.c: Likewise.
8607         * config/xtensa/xtensa.c: Likewise.
8609 2015-10-16  Christian Bruel  <christian.bruel@st.com>
8611         PR target/67745
8612         * config/arm/arm.h (FUNCTION_BOUNDARY): Use FUNCTION_BOUNDARY_P.
8613         (FUNCTION_BOUNDARY_P): New macro:
8614         * config/arm/arm.c (TARGET_RELAYOUT_FUNCTION, arm_relayout_function):
8615         New hook.
8616         * doc/tm.texi.in (TARGET_RELAYOUT_FUNCTION): Document.
8617         * doc/tm.texi (TARGET_RELAYOUT_FUNCTION): New hook.
8618         * target.def (TARGET_RELAYOUT_FUNCTION): Likewise.
8619         * function.c (allocate_struct_function): Call
8620         relayout_function hook.
8621         * passes.c (rest_of_decl_compilation): Likewise.
8623 2015-10-16  Christian Bruel  <christian.bruel@st.com>
8625         PR target/67745
8626         * config/arm/arm.h (FUNCTION_BOUNDARY): Move optimize_size condition to:
8627         * config/arm/arm.c (arm_option_override_internal): Call
8628         arm_override_options_after_change_1.
8629         (arm_override_options_after_change): New function.
8630         (arm_override_options_after_change_1): Likewise.
8631         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define hook.
8633 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8635         Revert:
8636         * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
8637         empty constructors.
8639 2015-10-16  Eric Botcazou  <ebotcazou@adacore.com>
8641         * tree.c (recompute_tree_invariant_for_addr_expr): Assert that the
8642         argument is an ADDR_EXPR.
8644 2015-10-16  Richard Biener  <rguenther@suse.de>
8646         * gimple-fold.c (gimple_fold_builtin_memory_op): Use gimple_build
8647         and get rid of force_gimple_operand_gsi.
8648         (gimple_fold_builtin_memory_chk): Likewise.
8649         (gimple_fold_builtin_stxcpy_chk): Likewise.
8650         (rewrite_to_defined_overflow): Likewise.
8651         (gimple_convert_to_ptrofftype): New function.
8652         * gimple-fold.h (gimple_convert_to_ptrofftype): New overload, declare.
8654 2015-10-16  Richard Biener  <rguenther@suse.de>
8656         * tree-nested.h (build_addr): Adjust prototype.
8657         * tree-nested.c (build_addr): Remove context argument and use
8658         mark_addressable.
8659         (get_static_chain): Adjust calls to build_addr.
8660         (convert_nl_goto_reference): Likewise.
8661         (convert_tramp_reference_op): Likewise.
8662         (finalize_nesting_tree_1): Likewise.
8663         * value-prof.c (gimple_ic): Likewise.
8664         * gimple-low.c (lower_builtin_setjmp): Likewise.
8665         * tree-parloops.c (take_address_of): Likewise.
8666         (create_call_for_reduction_1): Likewise.
8667         * tree-profile.c (gimple_gen_interval_profiler): Likewise.
8668         (gimple_gen_ic_func_profiler): Likewise.
8670 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8672         * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
8673         empty constructors.
8675 2015-10-16  Michael Collison  <michael.collison@linaro.org>
8676             Andrew Pinski <andrew.pinski@caviumnetworks.com>
8678         * match.pd ((x < y) && (x < z) -> x < min (y,z),
8679         (x > y) and (x > z) -> x > max (y,z))
8681 2015-10-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
8682             Szabolcs Nagy  <szabolcs.nagy@arm.com>
8684         * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define.
8685         (DYNAMIC_LINKER): Renamed to ...
8686         (GLIBC_DYNAMIC_LINKER): This.
8687         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_DYNAMIC_LINKER.
8689 2015-10-15  Marek Polacek  <polacek@redhat.com>
8691         * tree-ssa-reassoc.c (attempt_builtin_copysign): Call
8692         gimple_call_builtin instead of is_gimple_call.
8694 2015-10-15  Richard Biener  <rguenther@suse.de>
8696         * tree-vect-stmts.c (vect_init_vector): Remove unused vars.
8698 2015-10-15  Richard Biener  <rguenther@suse.de>
8700         * tree-vectorizer.h (vect_get_new_ssa_name): Declare.
8701         * tree-vect-data-refs.c (vect_get_new_ssa_name): New helper.
8702         * tree-vect-loop.c (get_initial_def_for_induction): Drop
8703         use of force_gimple_operand in favor of gimple_build.
8704         Use vect_get_new_ssa_name.
8705         * tree-vect-stmts.c (vect_init_vector): Use vect_get_new_ssa_name.
8706         (vectorizable_mask_load_store): Likewise.
8707         (vectorizable_call): Likewise.
8708         (vectorizable_store): Likewise.
8709         (vectorizable_load): Likewise.
8710         (vect_get_vec_def_for_stmt_copy): Remove redundant stmt.
8712 2015-10-15  Richard Sandiford  <richard.sandiford@arm.com>
8714         PR tree-optimization/67945
8715         * tree-pass.h (PROP_gimple_opt_math): New property flag.
8716         * generic-match-head.c (canonicalize_math_p): New function.
8717         * gimple-match-head.c: Include tree-pass.h.
8718         (canonicalize_math_p): New function.
8719         * match.pd: Group math built-in rules into simplifications
8720         and canonicalizations.  Guard the latter with canonicalize_math_p.
8721         * tree-ssa-math-opts.c (pass_data_cse_sincos): Provide the
8722         PROP_gimple_opt_math property.
8724 2015-10-15  Marek Polacek  <polacek@redhat.com>
8726         PR tree-optimization/67953
8727         * match.pd (X - (X / Y) * Y): Don't change signedness of @0.
8729 2015-10-15  Jiong Wang  <jiong.wang@arm.com>
8731         * config.gcc: Recognize "." in architecture base name for AArch64.
8733 2015-10-14  Uros Bizjak  <ubizjak@gmail.com>
8735         * config/mips/mips.h (MIPS_STACK_ALIGN): Implement using
8736         ROUND_UP macro.
8737         * config/mips/mips.c (mips_setup_incoming_varargs): Use
8738         ROUND_DOWN to calculate off.
8739         (mips_gimplify_va_arg_expr): Use ROUND_UP to calculate rsize.
8740         (mips_emit_probe_stack_range): Use ROUND_DOWN to calculate
8741         rounded_size.
8743 2015-10-14  Eric Botcazou  <ebotcazou@adacore.com>
8745         * gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.
8747 2015-10-14  Peter Bergner  <bergner@vnet.ibm.com>
8748             Torvald Riegel  <triegel@redhat.com>
8750         PR target/67281
8751         * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.
8752         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
8753         trechkpt, treclaim, tsr, ttest): Rename define_insns from this...
8754         (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,
8755         *trechkpt, *treclaim, *tsr, *ttest): ...to this.  Add memory barrier.
8756         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
8757         trechkpt, treclaim, tsr, ttest): New define_expands.
8758         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
8759         __TM_FENCE__ for htm.
8760         * doc/extend.texi: Update documentation for htm builtins.
8762 2015-10-14  Uros Bizjak  <ubizjak@gmail.com>
8764         PR target/67967
8765         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Do not add
8766         REG_CFA_EXPRESSION to aligned SSE stores.
8768 2015-10-14  Jeff Law  <law@redhat.com>
8770         * tree-ssa-threadupdate.c (thread_through_all_blocks): Bump
8771         num_threaded_edges for successful FSM threads too.
8773 2015-10-14  Richard Biener  <rguenther@suse.de>
8775         * tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.
8776         (vect_is_simple_use_1): Likewise.  Make overload of vect_is_simple_use.
8777         (vect_get_vec_def_for_operand): Remove unused parameter.
8778         * tree-vect-loop.c (get_initial_def_for_induction): Adjust.
8779         (vect_create_epilog_for_reduction): Likewise.
8780         (vectorizable_reduction): Likewise.
8781         (vectorizable_live_operation): Likewise.
8782         * tree-vect-patterns.c (type_conversion_p): Likewise.
8783         (vect_recog_vector_vector_shift_pattern): Likewise.
8784         (check_bool_pattern): Likewise.
8785         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
8786         (vect_analyze_slp_cost_1): Likewise.
8787         * tree-vect-stmts.c (process_use): Likewise.
8788         (vect_get_vec_def_for_operand): Do not handle reductions.
8789         (vect_get_vec_defs): Adjust.
8790         (vectorizable_mask_load_store): Likewise.
8791         (vectorizable_call): Likewise.
8792         (vectorizable_simd_clone_call): Likewise.
8793         (vect_get_loop_based_defs): Likewise.
8794         (vectorizable_conversion): Likewise.
8795         (vectorizable_assignment): Likewise.
8796         (vectorizable_shift): Likewise.
8797         (vectorizable_operation): Likewise.
8798         (vectorizable_store): Likewise.
8799         (vectorizable_load): Likewise.
8800         (vect_is_simple_cond): Likewise.
8801         (vectorizable_condition): Likewise.
8802         (vect_is_simple_use): Remove unused parameters.
8803         (vect_is_simple_use_1): Adjust and rename.
8805 2015-10-14  Richard Biener  <rguenther@suse.de>
8807         PR tree-optimization/67915
8808         * match.pd: Handle comparisons of addresses of STRING_CSTs.
8809         * gimplify.c (gimplify_cond_expr): Fold the GIMPLE conds we build.
8810         * tree-cfgcleanup.c (cleanup_control_expr_graph): Remove GENERIC
8811         stmt folding in favor of GIMPLE one.
8813 2015-10-14  Marek Polacek  <polacek@redhat.com>
8815         PR tree-optimization/67815
8816         * tree-ssa-reassoc.c (attempt_builtin_copysign): New function.
8817         (reassociate_bb): Call it.
8819 2015-10-14  Richard Biener  <rguenther@suse.de>
8821         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
8822         Reset info at start.
8823         (vect_analyze_group_access_1): Add debug print.
8824         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost): Rename ...
8825         (vect_compute_single_scalar_iteration_cost): ... to this.
8826         (vect_analyze_loop_2): Adjust.
8827         * tree-vect-slp.c (struct _slp_oprnd_info): Move from ...
8828         * tree-vectorizer.h: ... here.
8829         (add_stmt_info_to_vec): Remove.
8830         * tree-vect-stmts.c (record_stmt_cost): Inline add_stmt_info_to_vec.
8832 2015-10-14  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8834         * targhooks.c (default_target_option_pragma_parse): Do not warn if
8835         called on behalf of "#pragma GCC pop_options".
8837 2015-10-14  Tom de Vries  <tom@codesourcery.com>
8839         * cfganal.c (verify_no_unreachable_blocks): New function.
8840         (inverted_post_order_compute) [ENABLE_CHECKING]: Call
8841         verify_no_unreachable_blocks.
8842         cfganal.h (verify_no_unreachable_blocks): Declare.
8844 2015-10-13  Mikhail Maltsev  <maltsevm@gmail.com>
8846         * common.opt: Add flag_checking.
8847         * system.h (CHECKING_P): Define.
8849 2015-10-13  Jakub Jelinek  <jakub@redhat.com>
8850             Aldy Hernandez  <aldyh@redhat.com>
8851             Ilya Verbin  <ilya.verbin@intel.com>
8853         * builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR,
8854         BT_FN_BOOL_UINT_ULLPTR_ULLPTR_ULLPTR,
8855         BT_FN_BOOL_UINT_LONGPTR_LONG_LONGPTR_LONGPTR,
8856         BT_FN_BOOL_UINT_ULLPTR_ULL_ULLPTR_ULLPTR,
8857         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_UINT_PTR,
8858         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR,
8859         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR_INT,
8860         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_LONG_LONG_LONG,
8861         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_ULL_ULL_ULL,
8862         BT_FN_VOID_LONG_VAR, BT_FN_VOID_ULL_VAR): New.
8863         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR,
8864         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR,
8865         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): Remove.
8866         * cgraph.h (enum cgraph_simd_clone_arg_type): Add
8867         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP,
8868         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
8869         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
8870         (struct cgraph_simd_clone_arg): Adjust comment.
8871         * coretypes.h (struct gomp_ordered): New forward decl.
8872         * gimple.c (gimple_build_omp_critical): Add CLAUSES argument,
8873         set critical clauses to it.
8874         (gimple_build_omp_ordered): Return gomp_ordered * instead of
8875         gimple *.  Add CLAUSES argument, set ordered clauses to it.
8876         (gimple_copy): Unshare clauses on GIMPLE_OMP_CRITICAL and
8877         GIMPLE_OMP_ORDERED.
8878         * gimple.def (GIMPLE_OMP_ORDERED): Change from GSS_OMP to
8879         GSS_OMP_SINGLE_LAYOUT, move it after GIMPLE_OMP_TEAMS.
8880         * gimple.h (enum gf_mask): Add GF_OMP_TASK_TASKLOOP.  Add another bit
8881         to GF_OMP_FOR_KIND_MASK mask. Add GF_OMP_FOR_KIND_TASKLOOP, renumber
8882         GF_OMP_FOR_KIND_CILKFOR and GF_OMP_FOR_KIND_OACC_LOOP.  Adjust
8883         GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED and GF_OMP_FOR_COMBINED_INTO.
8884         Add another bit to GF_OMP_TARGET_KIND_MASK mask.  Add
8885         GF_OMP_TARGET_KIND_ENTER_DATA and GF_OMP_TARGET_KIND_EXIT_DATA,
8886         renumber
8887         GF_OMP_TARGET_KIND_OACC_{PARALLEL,KERNELS,DATA,UPDATE,ENTER_EXIT_DATA}.
8888         (gomp_critical): Add clauses field.
8889         (gomp_ordered): New struct.
8890         (is_a_helper <gomp_ordered *>::test): New inline.
8891         (gimple_build_omp_critical): Add CLAUSES argument.
8892         (gimple_build_omp_ordered): Likewise.  Return gomp_ordered *
8893         instead of gimple *.
8894         (gimple_omp_critical_clauses, gimple_omp_critical_clauses_ptr,
8895         gimple_omp_critical_set_clauses, gimple_omp_ordered_clauses,
8896         gimple_omp_ordered_clauses_ptr, gimple_omp_ordered_set_clauses,
8897         gimple_omp_task_taskloop_p, gimple_omp_task_set_taskloop_p): New
8898         inline functions.
8899         * gimple-pretty-print.c (dump_gimple_omp_for): Handle taskloop.
8900         (dump_gimple_omp_target): Handle enter data and exit data.
8901         (dump_gimple_omp_block): Don't handle GIMPLE_OMP_ORDERED here.
8902         (dump_gimple_omp_critical): Print clauses.
8903         (dump_gimple_omp_ordered): New function.
8904         (dump_gimple_omp_task): Handle taskloop.
8905         (pp_gimple_stmt_1): Use dump_gimple_omp_ordered for
8906         GIMPLE_OMP_ORDERED.
8907         * gimple-walk.c (walk_gimple_op): Walk clauses on
8908         GIMPLE_OMP_CRITICAL and GIMPLE_OMP_ORDERED.
8909         * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_0LEN_ARRAY.
8910         (enum omp_region_type): Add ORT_COMBINED_TARGET and ORT_NONE.
8911         (struct gimplify_omp_ctx): Add loop_iter_var,
8912         target_map_scalars_firstprivate, target_map_pointers_as_0len_arrays
8913         and target_firstprivatize_array_bases fields.
8914         (delete_omp_context): Release loop_iter_var.
8915         (gimplify_bind_expr): Handle ORT_NONE.
8916         (maybe_fold_stmt): Adjust check for ORT_TARGET for the addition of
8917         ORT_COMBINED_TARGET.
8918         (is_gimple_stmt): Return true for OMP_TASKLOOP, OMP_TEAMS and
8919         OMP_TARGET{,_DATA,_UPDATE,_ENTER_DATA,_EXIT_DATA}.
8920         (omp_firstprivatize_variable): Handle ORT_NONE.  Adjust check for
8921         ORT_TARGET for the addition of ORT_COMBINED_TARGET.  Handle
8922         ctx->target_map_scalars_firstprivate.
8923         (omp_add_variable): Handle ORT_NONE.  Allow map clause together with
8924         data sharing clauses.  For data sharing clause with VLA decl
8925         on omp target/target data don't add firstprivate for the pointer.
8926         Call omp_notice_variable on TYPE_SIZE_UNIT only if it is a DECL_P.
8927         (omp_notice_threadprivate_variable): Adjust check for ORT_TARGET for
8928         the addition of ORT_COMBINED_TARGET.
8929         (omp_notice_variable): Handle ORT_NONE.  Adjust check for ORT_TARGET
8930         for the addition of ORT_COMBINED_TARGET.  Handle implicit mapping of
8931         pointers as zero length array sections and
8932         ctx->target_map_scalars_firstprivate mapping of scalars as firstprivate
8933         data sharing.
8934         (omp_check_private): Handle omp_member_access_dummy_var vars.
8935         (find_decl_expr): New function.
8936         (gimplify_scan_omp_clauses): Add CODE argument.  For OMP_CLAUSE_IF
8937         complain if OMP_CLAUSE_IF_MODIFIER is present and does not match code.
8938         Handle OMP_CLAUSE_GANG separately.  Handle
8939         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
8940         clauses.  Diagnose linear clause on combined
8941         distribute {, parallel for} simd construct, unless it is the loop
8942         iterator.  Handle struct element GOMP_MAP_FIRSTPRIVATE_POINTER.
8943         Handle map clauses with COMPONENT_REF.  Initialize
8944         ctx->target_map_scalars_firstprivate,
8945         ctx->target_firstprivatize_array_bases and
8946         ctx->target_map_pointers_as_0len_arrays.  Add firstprivate for
8947         linear clause even to target region if combined.  Remove
8948         map clauses with GOMP_MAP_FIRSTPRIVATE_POINTER kind from
8949         OMP_TARGET_{,ENTER_,EXIT_}DATA.  For GOMP_MAP_FIRSTPRIVATE_POINTER
8950         map kind with non-INTEGER_CST OMP_CLAUSE_SIZE firstprivatize the bias.
8951         Handle OMP_CLAUSE_DEPEND_{SINK,SOURCE}.  Handle
8952         OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.
8953         For linear clause on worksharing loop combined with parallel add
8954         shared clause on the parallel.  Handle OMP_CLAUSE_REDUCTION
8955         with MEM_REF OMP_CLAUSE_DECL.  Set DECL_NAME on
8956         omp_member_access_dummy_var vars.  Add lastprivate clause to outer
8957         taskloop if needed.
8958         (gimplify_adjust_omp_clauses_1): Handle GOVD_MAP_0LEN_ARRAY.
8959         If gimplify_omp_ctxp->target_firstprivatize_array_bases, use
8960         GOMP_MAP_FIRSTPRIVATE_POINTER map kind instead of
8961         GOMP_MAP_POINTER.
8962         (gimplify_adjust_omp_clauses): Add CODE argument.  Handle removal
8963         of GOMP_MAP_FIRSTPRIVATE_POINTER struct elements for struct not seen
8964         in target body.  Handle removal of struct mapping if struct is not
8965         seen in target body.  Remove GOMP_MAP_STRUCT map clause on
8966         OMP_TARGET_EXIT_DATA.  Adjust check for ORT_TARGET for the
8967         addition of ORT_COMBINED_TARGET.  Use GOMP_MAP_FIRSTPRIVATE_POINTER
8968         instead of GOMP_MAP_POINTER if ctx->target_firstprivatize_array_bases
8969         for VLAs.  Set OMP_CLAUSE_MAP_PRIVATE if both data sharing and map
8970         clause appear together.  Handle
8971         OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.  Don't remove map
8972         clause if it has map-type-modifier always.  Handle
8973         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
8974         clauses.
8975         (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task):
8976         Adjust gimplify_scan_omp_clauses and gimplify_adjust_omp_clauses
8977         callers.
8978         (gimplify_omp_for): Likewise.  Handle OMP_TASKLOOP.  Initialize
8979         loop_iter_var.  Use OMP_FOR_ORIG_DECLS.  Fix handling of lastprivate
8980         iterators in doacross loops.
8981         (gimplify_omp_workshare): Adjust gimplify_scan_omp_clauses and
8982         gimplify_adjust_omp_clauses callers.  Use ORT_COMBINED_TARGET
8983         for OMP_TARGET_COMBINED.  Adjust check for ORT_TARGET
8984         for the addition of ORT_COMBINED_TARGET.
8985         (gimplify_omp_target_update): Adjust gimplify_scan_omp_clauses and
8986         gimplify_adjust_omp_clauses callers.  Handle OMP_TARGET_ENTER_DATA
8987         and OMP_TARGET_EXIT_DATA.
8988         (gimplify_omp_ordered): New function.
8989         (gimplify_expr): Handle OMP_TASKLOOP, OMP_TARGET_ENTER_DATA and
8990         OMP_TARGET_EXIT_DATA.  Use gimplify_omp_ordered for OMP_ORDERED.
8991         Gimplify clauses on OMP_CRITICAL.
8992         * internal-fn.c (expand_GOMP_SIMD_ORDERED_START,
8993         expand_GOMP_SIMD_ORDERED_END): New functions.
8994         * internal-fn.def (GOMP_SIMD_ORDERED_START,
8995         GOMP_SIMD_ORDERED_END): New internal functions.
8996         * omp-builtins.def (BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START,
8997         BUILT_IN_GOMP_LOOP_DOACROSS_DYNAMIC_START,
8998         BUILT_IN_GOMP_LOOP_DOACROSS_GUIDED_START,
8999         BUILT_IN_GOMP_LOOP_DOACROSS_RUNTIME_START,
9000         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_STATIC_START,
9001         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_DYNAMIC_START,
9002         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_GUIDED_START,
9003         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_RUNTIME_START,
9004         BUILT_IN_GOMP_DOACROSS_POST, BUILT_IN_GOMP_DOACROSS_WAIT,
9005         BUILT_IN_GOMP_DOACROSS_ULL_POST, BUILT_IN_GOMP_DOACROSS_ULL_WAIT,
9006         BUILT_IN_GOMP_TARGET_ENTER_EXIT_DATA, BUILT_IN_GOMP_TASKLOOP,
9007         BUILT_IN_GOMP_TASKLOOP_ULL): New built-ins.
9008         (BUILT_IN_GOMP_TASK): Add INT argument to the end.
9009         (BUILT_IN_GOMP_TARGET): Rename from GOMP_target to GOMP_target_41,
9010         adjust type.
9011         (BUILT_IN_GOMP_TARGET_DATA): Rename from GOMP_target_data to
9012         GOMP_target_data_41, adjust type.
9013         (BUILT_IN_GOMP_TARGET_UPDATE): Rename from GOMP_target_update to
9014         GOMP_target_update_41, adjust type.
9015         * omp-low.c (struct omp_region): Adjust comments, add ord_stmt
9016         field.
9017         (struct omp_for_data): Add ordered and simd_schedule fields.
9018         (omp_member_access_dummy_var, unshare_and_remap_1,
9019         unshare_and_remap, is_taskloop_ctx): New functions.
9020         (is_taskreg_ctx): Use is_parallel_ctx and is_task_ctx.
9021         (extract_omp_for_data): Handle taskloops and doacross loops
9022         and simd schedule modifier.
9023         (omp_adjust_chunk_size): New function.
9024         (get_ws_args_for): Use it.
9025         (lookup_sfield): Change first argument to splay_tree_key,
9026         add overload with first argument tree.
9027         (maybe_lookup_field): Likewise.
9028         (use_pointer_for_field): Handle omp_member_access_dummy_var.
9029         (omp_copy_decl_2): If var is TREE_ADDRESSABLE listed in
9030         task_shared_vars, clear TREE_ADDRESSABLE on the copy.
9031         (build_outer_var_ref): Add LASTPRIVATE argument, handle
9032         taskloops and omp_member_access_dummy_var vars.
9033         (build_sender_ref): Change first argument to splay_tree_key,
9034         add overload with first argument tree.
9035         (install_var_field): For mask & 8 use &DECL_UID as key instead
9036         of the tree itself.
9037         (fixup_child_record_type): Const qualify *.omp_data_i.
9038         (scan_sharing_clauses): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE,
9039         C/C++ array reductions, OMP_CLAUSE_{IS,USE}_DEVICE_PTR clauses,
9040         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,SIMDLEN,THREADS,SIMD} and
9041         OMP_CLAUSE_{NOGROUP,DEFAULTMAP} clauses, OMP_CLAUSE__LOOPTEMP_ clause
9042         on taskloop, GOMP_MAP_FIRSTPRIVATE_POINTER, OMP_CLAUSE_MAP_PRIVATE.
9043         (create_omp_child_function): Set TREE_READONLY on .omp_data_i.
9044         (find_combined_for): Allow searching for different GIMPLE_OMP_FOR
9045         kinds.
9046         (add_taskreg_looptemp_clauses): New function.
9047         (scan_omp_parallel): Use it.
9048         (scan_omp_task): Likewise.
9049         (finish_taskreg_scan): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
9050         For taskloop, move fields for the first two _LOOPTEMP_ clauses first.
9051         (check_omp_nesting_restrictions): Handle GF_OMP_TARGET_KIND_ENTER_DATA
9052         and GF_OMP_TARGET_KIND_EXIT_DATA.  Formatting fixes.  Allow the
9053         sandwiched taskloop constructs.  Type check
9054         OMP_CLAUSE_DEPEND_{KIND,SOURCE}.  Allow ordered simd inside of simd
9055         region.  Diagnose depend(source) or depend(sink:...) on
9056         target constructs or task/taskloop.
9057         (handle_simd_reference): Use get_name.
9058         (lower_rec_input_clauses): Likewise.  Ignore all
9059         OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses on taskloop construct.
9060         Allow _LOOPTEMP_ clause on GOMP_TASK.  Unshare new_var
9061         before passing it to omp_clause_{default,copy}_ctor.  Handle
9062         OMP_CLAUSE_REDUCTION with MEM_REF OMP_CLAUSE_DECL.  Set
9063         lastprivate_firstprivate flag for linear that needs copyin and
9064         copyout.  Use BUILT_IN_ALLOCA_WITH_ALIGN instead of BUILT_IN_ALLOCA.
9065         (lower_lastprivate_clauses): For OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE
9066         on taskloop lookup decl in outer context.  Pass true to
9067         build_outer_var_ref lastprivate argument.  Handle
9068         OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV lastprivate if the decl is global
9069         outside of outer taskloop for.
9070         (lower_reduction_clauses): Handle OMP_CLAUSE_REDUCTION with MEM_REF
9071         OMP_CLAUSE_DECL.
9072         (lower_send_clauses): Ignore first two _LOOPTEMP_ clauses in taskloop
9073         GOMP_TASK.  Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.  Handle
9074         omp_member_access_dummy_var vars.  Handle OMP_CLAUSE_REDUCTION
9075         with MEM_REF OMP_CLAUSE_DECL.  Use new lookup_sfield overload.
9076         (lower_send_shared_vars): Ignore fields with NULL or FIELD_DECL
9077         abstract origin.  Handle omp_member_access_dummy_var vars.
9078         (expand_parallel_call): Use expand_omp_build_assign.
9079         (expand_task_call): Handle taskloop construct expansion.  Add
9080         REGION argument.  Use GOMP_TASK_* defines instead of hardcoded
9081         integers.  Add priority argument to GOMP_task* calls.  Or in
9082         GOMP_TASK_FLAG_PRIORITY into flags if priority is present for
9083         GOMP_task call.
9084         (expand_omp_build_assign): Add prototype.  Add AFTER
9085         argument, if true emit statements after *GSI_P and continue linking.
9086         (expand_omp_taskreg): Adjust expand_task_call caller.
9087         (expand_omp_for_init_counts): Rename zero_iter_bb argument to
9088         zero_iter1_bb and first_zero_iter to first_zero_iter1, add
9089         zero_iter2_bb and first_zero_iter2 arguments, handle computation
9090         of counts even for ordered loops.
9091         (expand_omp_for_init_vars): Handle GOMP_TASK inner_stmt.
9092         (expand_omp_ordered_source, expand_omp_ordered_sink,
9093         expand_omp_ordered_source_sink, expand_omp_for_ordered_loops): New
9094         functions.
9095         (expand_omp_for_generic): Use omp_adjust_chunk_size.  Handle linear
9096         clauses on worksharing loop.  Handle DOACROSS loop expansion.
9097         (expand_omp_for_static_nochunk): Handle linear clauses on
9098         worksharing loop.  Adjust expand_omp_for_init_counts
9099         callers.
9100         (expand_omp_for_static_chunk): Likewise.  Use omp_adjust_chunk_size.
9101         (expand_omp_simd): Handle addressable fd->loop.v.  Adjust
9102         expand_omp_for_init_counts callers.
9103         (expand_omp_taskloop_for_outer, expand_omp_taskloop_for_inner): New
9104         functions.
9105         (expand_omp_for): Call expand_omp_taskloop_for_* for taskloop.
9106         Handle doacross loops.
9107         (expand_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9108         GF_OMP_TARGET_KIND_EXIT_DATA.  Pass flags and depend arguments to
9109         GOMP_target_{41,update_41,enter_exit_data} libcalls.
9110         (expand_omp): Don't expand ordered depend constructs here, record
9111         ord_stmt instead for later expand_omp_for_generic.
9112         (build_omp_regions_1): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9113         GF_OMP_TARGET_KIND_EXIT_DATA.  Treat GIMPLE_OMP_ORDERED with depend
9114         clause as stand-alone directive.
9115         (lower_omp_ordered_clauses): New function.
9116         (lower_omp_ordered): Handle OMP_CLAUSE_SIMD, for OMP_CLAUSE_DEPEND
9117         don't lower anything.
9118         (lower_omp_for_lastprivate): Use last _looptemp_ clause
9119         on taskloop for comparison.
9120         (lower_omp_for): Handle taskloop constructs.  Adjust OMP_CLAUSE_DECL
9121         and OMP_CLAUSE_LINEAR_STEP so that expand_omp_for_* can use it during
9122         expansion for linear adjustments.
9123         (create_task_copyfn): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
9124         (lower_depend_clauses): Assert not seeing sink/source depend kinds.
9125         Set TREE_ADDRESSABLE on array.  Change first argument from gimple *
9126         to tree * pointing to the stmt's clauses.
9127         (lower_omp_taskreg): Adjust lower_depend_clauses caller.
9128         (lower_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA
9129         and GF_OMP_TARGET_KIND_EXIT_DATA, depend clauses,
9130         GOMP_MAP_{RELEASE,ALWAYS_{TO,FROM,TOFROM},FIRSTPRIVATE_POINTER,STRUCT}
9131         map kinds, OMP_CLAUSE_{FIRSTPRIVATE,PRIVATE,{IS,USE}_DEVICE_PTR
9132         clauses.  Always use short kind and 8-bit align shift.
9133         (lower_omp_regimplify_p): Use IS_TYPE_OR_DECL_P macro.
9134         (struct lower_omp_regimplify_operands_data): New type.
9135         (lower_omp_regimplify_operands_p, lower_omp_regimplify_operands):
9136         New functions.
9137         (lower_omp_1): Use lower_omp_regimplify_operands instead of
9138         gimple_regimplify_operands.
9139         (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
9140         GF_OMP_TARGET_KIND_EXIT_DATA.  Treat GIMPLE_OMP_ORDERED with depend
9141         clause as stand-alone directive.
9142         (simd_clone_clauses_extract): Honor OMP_CLAUSE_LINEAR_KIND.
9143         (simd_clone_mangle): Mangle the various linear kinds
9144         per the new ABI.
9145         (simd_clone_adjust_argument_types): Handle
9146         SIMD_CLONE_ARG_TYPE_LINEAR_*_CONSTANT_STEP.
9147         (simd_clone_init_simd_arrays): Don't do anything for uval.
9148         (simd_clone_adjust): Handle
9149         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
9150         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.
9151         Handle SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP.
9152         * omp-low.h (omp_member_access_dummy_var): New prototype.
9153         * passes.def (pass_simduid_cleanup): Schedule another copy of the
9154         pass after all optimizations.
9155         * tree.c (omp_clause_code_name): Add entries for
9156         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9157         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
9158         (omp_clause_num_ops): Likewise.  Bump number of OMP_CLAUSE_REDUCTION
9159         arguments to 5 and for OMP_CLAUSE_ORDERED to 1.
9160         (walk_tree_1): Adjust for OMP_CLAUSE_ORDERED having 1 argument and
9161         OMP_CLAUSE_REDUCTION 5 arguments.  Handle
9162         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9163         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}
9164         clauses.
9165         * tree-core.h (enum omp_clause_linear_kind): New.
9166         (struct tree_omp_clause): Change type of map_kind
9167         from unsigned char to unsigned int.  Add subcode.if_modifier
9168         and subcode.linear_kind fields.
9169         (enum omp_clause_code): Add
9170         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
9171         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
9172         (OMP_CLAUSE_REDUCTION): Document
9173         OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
9174         (enum omp_clause_depend_kind): Add OMP_CLAUSE_DEPEND_{SOURCE,SINK}.
9175         * tree.def (OMP_FOR): Add OMP_FOR_ORIG_DECLS operand.
9176         (OMP_CRITICAL): Move before OMP_SINGLE.  Add OMP_CRITICAL_CLAUSES
9177         operand.
9178         (OMP_ORDERED): Move before OMP_SINGLE.  Add OMP_ORDERED_CLAUSES
9179         operand.
9180         (OMP_TASKLOOP, OMP_TARGET_ENTER_DATA, OMP_TARGET_EXIT_DATA): New tree
9181         codes.
9182         * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP.
9183         (OMP_CLAUSE_SET_MAP_KIND): Cast to unsigned int rather than unsigned
9184         char.
9185         (OMP_CRITICAL_NAME): Adjust to be 3rd operand instead of 2nd.
9186         (OMP_CLAUSE_NUM_TASKS_EXPR): Formatting fix.
9187         (OMP_STANDALONE_CLAUSES): Adjust to cover OMP_TARGET_{ENTER,EXIT}_DATA.
9188         (OMP_CLAUSE_DEPEND_SINK_NEGATIVE, OMP_TARGET_COMBINED,
9189         OMP_CLAUSE_MAP_PRIVATE, OMP_FOR_ORIG_DECLS, OMP_CLAUSE_IF_MODIFIER,
9190         OMP_CLAUSE_MAP_MAYBE_ZERO_LENGTH_ARRAY_SECTION, OMP_CRITICAL_CLAUSES,
9191         OMP_CLAUSE_PRIVATE_TASKLOOP_IV, OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV,
9192         OMP_CLAUSE_HINT_EXPR, OMP_CLAUSE_SCHEDULE_SIMD,
9193         OMP_CLAUSE_LINEAR_KIND, OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER,
9194         OMP_CLAUSE_SHARED_FIRSTPRIVATE, OMP_ORDERED_CLAUSES,
9195         OMP_TARGET_ENTER_DATA_CLAUSES, OMP_TARGET_EXIT_DATA_CLAUSES,
9196         OMP_CLAUSE_NUM_TASKS_EXPR, OMP_CLAUSE_GRAINSIZE_EXPR,
9197         OMP_CLAUSE_PRIORITY_EXPR, OMP_CLAUSE_ORDERED_EXPR): Define.
9198         * tree-inline.c (remap_gimple_stmt): Handle clauses on
9199         GIMPLE_OMP_ORDERED and GIMPLE_OMP_CRITICAL.  For
9200         IFN_GOMP_SIMD_ORDERED_{START,END} set has_simduid_loops.
9201         * tree-nested.c (convert_nonlocal_omp_clauses): Handle
9202         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
9203         and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
9204         clauses.  Handle OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
9205         (convert_local_omp_clauses): Likewise.
9206         * tree-pretty-print.c (dump_omp_clause): Handle
9207         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
9208         and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
9209         clauses.  Handle OMP_CLAUSE_IF_MODIFIER, OMP_CLAUSE_ORDERED_EXPR,
9210         OMP_CLAUSE_SCHEDULE_SIMD, OMP_CLAUSE_LINEAR_KIND,
9211         OMP_CLAUSE_DEPEND_{SOURCE,SINK}.  Use "delete" for
9212         GOMP_MAP_FORCE_DEALLOC.  Handle
9213         GOMP_MAP_{ALWAYS_{TO,FROM,TOFROM},RELEASE,FIRSTPRIVATE_POINTER,STRUCT}.
9214         (dump_generic_node): Handle OMP_TASKLOOP, OMP_TARGET_{ENTER,EXIT}_DATA
9215         and clauses on OMP_ORDERED and OMP_CRITICAL.
9216         * tree-vectorizer.c (adjust_simduid_builtins): Adjust comment.
9217         Remove IFN_GOMP_SIMD_ORDERED_{START,END}.
9218         (vectorize_loops): Adjust comments.
9219         (pass_simduid_cleanup::execute): Likewise.
9220         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
9221         SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_CONSTANT_STEP.
9222         * wide-int.h (wi::gcd): New.
9224 2015-10-13  Uros Bizjak  <ubizjak@gmail.com>
9226         * config/i386/i386.c (classify_argument): Use CEIL where applicable.
9227         (ix86_function_arg_advance): Ditto.
9228         (ix86_function_arg): Ditto.
9229         (ix86_gimplify_va_arg): Ditto.
9230         (ix86_class_max_nregs): Ditto.
9231         (inline_memory_move_cost): Ditto.
9232         (ix86_set_reg_reg_cost): Ditto.
9233         * config/i386/i386.h (HARD_REGNO_NREGS): Ditto.
9235 2015-10-13  Alexandre Oliva <aoliva@redhat.com>
9237         PR middle-end/67912
9238         * expmed.c (store_bit_field_1): Adjust mode of BLKmode inputs.
9240 2015-10-13  Uros Bizjak  <ubizjak@gmail.com>
9242         * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using
9243         ROUND_UP macro and UNITS_PER_WORD * 2.
9244         * config/sparc/sparc.c (sparc_compute_frame_size):
9245         Use ROUND_UP and ROUND_DOWN macros where applicable.
9246         (function_arg_record_value, function_arg_record_value_1)
9247         (function_arg_record_value_1): Ditto.
9248         (emit_save_or_restore_regs): Use ROUND_DOWN to preserve offset
9249         alignment to double-word.
9250         (sparc_gimplify_va_arg): Use ROUND_UP to calculate rsize.
9251         (sparc_emit_probe_stack_range): Use ROUND_DOWN to calculate
9252         rounded_size.
9254 2015-10-13  Nikolai Bozhenov  <n.bozhenov@samsung.com>
9256         * rtl.h (print_insn): Fix prototype.
9258 2015-10-13  Tom de Vries  <tom@codesourcery.com>
9260         * tree-parloops.c (reduction_phi): Handle cases that gimple_uid is 0 or
9261         -1.  Add assert that returned entry matches phi argument.
9262         (parallelize_loops): Move calls to init_stmt_vec_info_vec and
9263         free_stmt_vec_info_vec ...
9264         (gather_scalar_reductions): ... here.  Initialize gimple_uids of phis
9265         with -1.
9267 2014-10-13  Yuri Rumyantsev  <ysrumyan@gmail.com>
9269         PR tree-optimization/67909, 67947
9270         * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
9271         really skip the inner loop.
9273 2015-10-13  Jeff Law  <law@redhat.com>
9275         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
9276         Allow single block jump threading paths.
9278 2015-10-13  Tom de Vries  <tom@codesourcery.com>
9280         PR tree-optimization/67476
9281         * doc/invoke.texi (@item parloops-schedule): New item.
9282         * params.def (PARAM_PARLOOPS_SCHEDULE): New DEFPARAMENUM5.
9283         * tree-parloops.c: Include params-enum.h.
9284         (create_parallel_loop): Handle PARAM_PARLOOPS_SCHEDULE.
9286 2015-10-13  Tom de Vries  <tom@codesourcery.com>
9288         * Makefile.in (PARAMS_H, PLUGIN_HEADERS): Add params-enum.h.
9289         * params-enum.h: New file.
9290         * opts.c (handle_param): Handle case that param arg is a string.
9291         * params-list.h: Handle DEFPARAMENUM5 in params.def.
9292         * params.c (find_param): New function, factored out of ...
9293         (set_param_value): ... here.
9294         (param_string_value_p): New function.
9295         * params.h (struct param_info): Add value_names field.
9296         (find_param, param_string_value_p): Declare.
9298 2015-10-13  Tom de Vries  <tom@codesourcery.com>
9300         PR tree-optimization/67476
9301         * omp-low.c (expand_omp_for_generic): Handle original loop tree.
9303 2015-10-13  Richard Biener  <rguenther@suse.de>
9305         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate
9306         the data dependence vector.
9307         (vect_peeling_hash_insert): Get the peeling hash table as argument.
9308         (vect_peeling_hash_get_lowest_cost): Likewise.
9309         (vect_enhance_data_refs_alignment): Adjust.
9310         (struct _vect_peel_info, struct _vect_peel_extended_info,
9311         struct peel_info_hasher): Move from ...
9312         * tree-vectorizer.h: ... here.
9313         (LOOP_VINFO_COST_MODEL_MIN_ITERS): Remove.
9314         (LOOP_VINFO_PEELING_HTAB): Likewise.
9315         (struct _loop_vec_info): Remove min_profitable_iters and
9316         peeling_htab members.
9317         * tree-vect-loop.c (new_loop_vec_info): Do not allocate vectors
9318         here.
9319         (destroy_loop_vec_info): Adjust.
9320         (vect_analyze_loop_2): Do not set LOOP_VINFO_COST_MODEL_MIN_ITERS.
9321         (vect_estimate_min_profitable_iters): Use LOOP_VINFO_COMP_ALIAS_DDRS
9322         to estimate alias versioning cost.
9323         * tree-vect-slp.c (vect_analyze_slp_cost): Dump header.
9325 2015-10-13  Richard Sandiford  <richard.sandiford@arm.com>
9327         * real.h (real_isinteger): Declare.
9328         * real.c (real_isinteger): New function.
9329         * match.pd: Simplify pow(|x|,y) and pow(-x,y) to pow(x,y)
9330         if y is an even integer.
9332 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9334         revert:
9335         2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9336         * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
9337         counts when these are more informative.
9339 2015-10-12  Jeff Law  <law@redhat.com>
9341         * tree-ssa-threadbackward.c (get_gimple_control_stmt): New function.
9342         (fsm_find_control_stmt_paths): Change name of first argument to
9343         more accurately relfect what it really is.  Handle simplification
9344         of GIMPLE_COND after finding a thread path for NAME.
9345         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Allow
9346         nontrivial conditions to be handled by FSM threader.
9347         (thread_through_normal_block): Extract the name to looup via
9348         FSM threader from COND_EXPR.
9350         * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove
9351         restriction that traced SSA_NAME is a user variable.
9353 2015-10-12  Tom de Vries  <tom@codesourcery.com>
9355         PR tree-optimization/67476
9356         * omp-low.c (expand_omp_for_generic): Add missing phis.
9358 2015-10-12  Tom de Vries  <tom@codesourcery.com>
9360         PR tree-optimization/67476
9361         * omp-low.c (expand_omp_for_generic): Handle simple latch.
9363 2015-10-12  Christophe Lyon  <christophe.lyon@linaro.org>
9365         * config/aarch64/aarch64-simd-builtins.def: Update builtins
9366         tables: add tbl3 and tbx4.
9367         * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): New.
9368         (aarch64_tbx4v8qi): New.
9369         * config/aarch64/arm_neon.h (vtbl3_s8, vtbl3_u8, vtbl3_p8)
9370         (vtbl4_s8, vtbl4_u8, vtbl4_p8, vtbx4_s8, vtbx4_u8, vtbx4_p8):
9371         Rewrite using builtin functions.
9372         * config/aarch64/iterators.md (UNSPEC_TBX): New.
9374 2015-10-12  Uros Bizjak  <ubizjak@gmail.com>
9376         * config/rs6000/rs6000.h (RS6000_ALIGN): Implement using
9377         ROUND_UP macro.
9378         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
9379         Use ROUND_UP and ROUND_DOWN macros where applicable.
9380         (rs6000_darwin64_record_arg_flush): Ditto.
9381         (rs6000_function_arg): Use ROUND_UP to calculate align_words.
9382         (rs6000_emit_probe_stack_range): Use ROUND_DOWN to calculate
9383         rounded_size.
9385 2015-10-12  Uros Bizjak  <ubizjak@gmail.com>
9387         * config/aarch/aarch64.h (AARCH64_ROUND_UP): Remove.
9388         (AARCH64_ROUND_DOWN): Ditto.
9389         * config/aarch64/aarch64.c: Use ROUND_UP instead of AARCH64_ROUND_UP.
9391 2015-10-12  Richard Biener  <rguenther@suse.de>
9393         PR ipa/67783
9394         * ipa-inline-analysis.c (estimate_function_body_sizes): Re-add
9395         code that analyzes IVs on each stmt but in a cheaper way avoiding
9396         quadratic behavior.
9398 2015-10-12  Nick Clifton  <nickc@redhat.com>
9400         * config/msp430/msp430.c (msp430_mcu_names): Rename to
9401         msp430_mcu_data, add fields for ISA and hardware multiply
9402         support.  Import latest data from the devices.csv file.
9403         (msp430_override_option): Use the data from the new array.
9404         (msp430_use_f5_series_hwmult): Likewise.
9405         (use_32bit_hwmult): Likewise.
9406         (msp430_no_hwmult): Likewise.
9407         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add matches for new
9408         MCU names.
9409         * doc/invoke.texi (MSP430 Options): Note that if the MCU name is
9410         not recognised then no hardware multiply support is assumed and
9411         that only the MSP430 ISA is allowed.
9413 2015-10-12  Richard Biener  <rguenther@suse.de>
9415         * tree-vect-loop.c (vect_analyze_loop_operations): Move cost
9416         related code ...
9417         (vect_analyze_loop_2): ... here.
9419 2015-10-11  Jason Merrill  <jason@redhat.com>
9421         PR c++/67557
9422         * expr.c (store_field): Call store_constructor directly when
9423         storing a CONSTRUCTOR into a target smaller than its type.
9424         Guard against unsafe bitwise copy.
9426 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9428         * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
9429         counts when these are more informative.
9431 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9433         * tree-profile.c (tree_profiling): Do not clear
9434         pure/const when not instrumenting.
9435         (pass tree_profile): Add dump of symtab.
9437 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9439         * fold-const.c (fold_comparsion): Pass OEP_ADDRESS_OF when comparing
9440         addresses.
9441         (fold_addr_of_array_ref_difference): Likewise.
9443 2015-10-11  Jeff Law  <law@redhat.com>
9445         * tree-ssa-threadedge.c (fsm_find_thread_path): Moved from here into
9446         tree-ssa-threadbackward.c.
9447         (fsm_find_control_statement_thread_paths): Likewise.
9448         (thread_through_normal_block): Break out FSM bits and move them
9449         into a new function in tree-ssa-threadbackward.c.  Call new function
9450         instead.
9451         Minimize header file usage.
9452         * tree-ssa-threadbackward.h: New file.
9453         * tree-ssa-threadbackward.c: Likewise.
9454         * Makefile.in (OBJS): Add tree-ssa-threadbackward.o
9456 2015-10-11  Uros Bizjak  <ubizjak@gmail.com>
9458         * config/alpha/alpha.h (ALPHA_ROUND): Implement using ROUND_UP macro.
9460 2015-10-11  Segher Boessenkool  <segher@kernel.crashing.org>
9462         PR rtl-optimization/67864
9463         * bb-reorder (reorder_basic_blocks_simple): Prefer existing
9464         fallthrough edges for conditional jumps.  Don't sort candidate
9465         edges if not optimizing for speed.
9467 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9469         * defaults.h (REVERSE_CONDITION): New default definition.
9470         * jump.c (reversed_comparison_code_parts): Adjust.
9472 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9474         * builtins.c (expand_builtin_setjmp_receiver): Don't use #if to
9475         check HARD_FRAME_POINTER_IS_ARG_POINTER.
9477 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9479         * defaults.h (FRAME_ADDR_RTX): New default definition.
9480         * builtins.c (expand_builtin_return_addr): Adjust.
9482 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9484         * defaults.h (DYNAMIC_CHAIN_ADDRESS): New default definition.
9485         * builtins.c (expand_builtin_return_addr): Adjust.
9487 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9489         * defaults.h (SETUP_FRAME_ADDRESSES): New default definition.
9490         * builtins.c (expand_builtin_return_addr): Adjust.
9491         * doc/tm.texi: Likewise.
9492         * doc/tm.texi.in: Likewise.
9493         * except.c (expand_builtin_unwind_init): Likewise.
9495 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9497         * builtins.c (expand_builtin_return_addr): Adjust.
9498         * defaults.h (INITIAL_FRAME_ADDRESS_RTX): New default definition.
9500 2015-10-10  Jan Hubicka  <hubicka@ucw.cz>
9502         * tree.c (type_with_interoperable_signedness): New.
9503         (gimple_canonical_types_compatible_p): Use it.
9504         * tree.h (type_with_interoperable_signedness): Declare
9506 2015-10-10  Jan Hubicka  <hubicka@ucw.cz>
9508         * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF
9509         and OEP_CONSTANT_ADDRESS_OF; skip type compatibility checks
9510         when OEP_ADDRESS_OF is se.
9512 2015-10-10  Aditya Kumar  <aditya.k7@samsung.com>
9513             Sebastian Pop  <s.pop@samsung.com>
9515         * graphite-dependences.c (scop_get_dependences): Add dump of the
9516         data dependence graph.
9517         * graphite-poly.c (print_isl_union_map): New.
9518         (debug_isl_union_map): New.
9519         * graphite-poly.h (print_isl_union_map): Declare.
9520         (debug_isl_union_map): Declare.
9522 2015-10-10  Aditya Kumar  <aditya.k7@samsung.com>
9523             Sebastian Pop  <s.pop@samsung.com>
9525         * graphite-poly.c (print_iteration_domain): Remove verbosity.
9526         Remove OpenScop formatting.
9527         (print_iteration_domains): Same.
9528         (debug_iteration_domain): Same.
9529         (debug_iteration_domains): Same.
9530         (print_pdr): Same.
9531         (debug_pdr): Same.
9532         (dump_gbb_cases): Same.
9533         (dump_gbb_conditions): Same.
9534         (print_pdrs): Same.
9535         (debug_pdrs): Same.
9536         (print_pbb_body): Same.
9537         (print_pbb): Same.
9538         (print_scop_params): Same.
9539         (print_scop_context): Same.
9540         (print_scop): Same.
9541         (debug_pbb_domain): Same.
9542         (debug_pbb): Same.
9543         (debug_scop_context): Same.
9544         (debug_scop): Same.
9545         (debug_scop_params): Same.
9546         * graphite-poly.h: Same.
9547         * graphite.c (graphite_transform_loops): Same.
9549 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9551         * function.c (stack_protect_epilogue): Remove as_a<rtx_insn *> ()
9552         call that isn't needed.
9554 2015-10-09  Jeff Law  <law@redhat.com>
9556         * tree-ssanames.c (flush_ssaname_freelist): Use splice and truncate
9557         rather than moving each name to the freelist individually.
9559 2015-10-09  Steve Ellcey  <sellcey@imgtec.com>
9561         * config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.
9562         * frame-header-opt.c: New file.
9563         * config/mips/mips-proto.h (mips_register_frame_header_opt):
9564         Add prototype.
9565         * config/mips/mips.c (mips_compute_frame_info): Check
9566         optimize_call_stack flag.
9567         (mips_option_override): Register new frame_header_opt pass.
9568         (mips_frame_info, mips_int_mask, mips_shadow_set,
9569         machine_function): Move these types to...
9570         * config/mips/mips.h: here.
9571         (machine_function): Add does_not_use_frame_header and
9572         optimize_call_stack fields.
9573         * config/mips/t-mips (frame-header-opt.o): Add new make rule.
9574         * doc/invoke.texi (-mframe-header-opt, -mno-frame-header-opt):
9575         Document new flags.
9576         * config/mips/mips.opt (mframe-header-opt): Add new option.
9578 2015-10-09  Uros Bizjak  <ubizjak@gmail.com>
9580         * config/i386/i386.c
9581         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Use
9582         ROUND_DOWN where applicable.
9584 2015-10-09  Jeff Law  <law@redhat.com>
9586         * tree-vect-stmts.c (free_stmt_vec_info): Free the LHS of the
9587         correct statement.
9589 2015-10-09  Renlin Li  <renlin.li@arm.com>
9591         * config/arm/neon.md (neon_vuzp<mode>_insn): Add & modifier for
9592         operands[0] and operands[2].
9593         (neon_vtrn<mode>_insn): Likewise.
9594         (neon_vzip<mode>_insn): Likewise.
9596 2015-10-09  Andre Vieira  <andre.simoesdiasvieira@arm.com>
9598         * match.pd: ((X inner_op C0) outer_op C1) New pattern.
9599         ((X & C2) << C1): Expand to...
9600         (X {&,^,|} C2 << C1): ...This.
9601         ((X & C2) >> C1): Expand to...
9602         (X {&,^,|} C2 >> C1): ...This.
9604 2015-10-09  Alexander Fomin  <alexander.fomin@intel.com>
9606         PR target/67895
9607         * config/i386/sse.md (define_insn "sse_cvtsi2ss<round_name>"):
9608         Adjust embedded rounding/SAE specifier position.
9609         (define_insn "sse_cvtsi2ssq<round_name>"): Likewise.
9610         (define_insn "cvtusi2<ssescalarmodesuffix>32<round_name>"): Likewise.
9611         (define_insn "cvtusi2<ssescalarmodesuffix>64<round_name>"): Likewise.
9612         (define_insn "sse2_cvtsi2sdq<round_name>"): Likewise.
9613         (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
9614         Likewise.
9615         (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Likewise.
9617 2015-10-09  Martin Jambor  <mjambor@suse.cz>
9619         tree-optimization/67794
9620         * tree-sra.c (replace_removed_params_ssa_names): Do not distinguish
9621         between types of state,ents but accept original definitions as a
9622         parameter.
9623         (ipa_sra_modify_function_body): Use FOR_EACH_SSA_DEF_OPERAND to
9624         iterate over definitions.
9626 2015-10-09  James Norris  <jnorris@codesourcery.com>
9628         * config/rs6000/rs6000.c (rs6000_offload_options): New.
9629         (TARGET_OFFLOAD_OPTIONS): New.
9631 2015-10-09  Alexandre Oliva <aoliva@redhat.com>
9633         PR middle-end/67891
9634         * cfgexpand.c (set_parm_rtl): Drop is_gimple_reg test.
9636         PR middle-end/67766
9637         * function.c (expand_function_end): Move return value
9638         promotion past the handling of PARALLELs and CONCATs.
9640         PR rtl-optimization/67828
9641         * tree-ssa-loop-unswitch.c: Include tree-ssa.h.
9642         (tree_may_unswitch_on): Don't unswitch on expressions
9643         involving undefined values.
9645 2015-10-09  Richard Biener  <rguenther@suse.de>
9647         * genmatch.c (print_operand): Fix formatting.
9648         (dt_node::append_simplify): Warn for multiple simplifiers
9649         that match the same pattern.
9650         * match.pd (log (exp @0)): Remove duplicates.
9652 2015-10-09  Richard Biener  <rguenth@suse.de>
9654         PR target/67366
9655         * gimple-fold.c (optabs-query.h): Include
9656         (gimple_fold_builtin_memory_op): Allow unaligned stores
9657         when movmisalign_optabs are available.
9659 2015-10-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9661         PR target/67366
9662         * config/arm/arm.md (movmisalign<mode>): New.
9663         * config/arm/iterators.md (HSI): New.
9665 2015-10-09  Richard Biener  <rguenther@suse.de>
9667         PR tree-optimization/67891
9668         * gimple-match.h (gimple_simplified_result_is_gimple_val):
9669         New helper.
9670         (gimple_resimplify1): Declare.
9671         (gimple_resimplify2): Likewise.
9672         (gimple_resimplify3): Likewise.
9673         * gimple-match-head.c (gimple_resimplify1): Export.
9674         (gimple_resimplify2): Likewise.
9675         (gimple_resimplify3): Likewise.
9676         (maybe_push_res_to_seq): Use gimple_simplified_result_is_gimple_val.
9677         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
9678         * tree-ssa-sccvn.c (visit_reference_op_load): Use gimple_resimplify1
9679         to avoid creating stmts without VN info.
9681 2015-10-08  Jan Hubicka  <hubicka@ucw.cz>
9683         * ipa-icf.c (sem_item::compare_symbol_references): Fix use
9684         of availability.
9686 2015-10-08  Jeff Law  <law@redhat.com>
9688         * value-prof.c (gimple_ic): Add missing calls to unlink_stmt_vdef
9689         and release_ssa_name in two places.
9690         (gimple_stringop_fixed_value): Similarly.
9692         * tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
9693         release_defs.
9695         * tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
9696         unlink_stmt_vdef and release_ssa_name_fn.
9698         * tree-ssa-dse.c (dse_optimize_stmt): Add missing call to
9699         release_defs.
9701 2015-10-08  H.J. Lu  <hongjiu.lu@intel.com>
9703         * config/i386/i386.c (ix86_compute_frame_layout): Round up the
9704         SSE register save area to 16 bytes only if the incoming stack
9705         boundary is no less than 16 bytes.
9707 2015-10-08  Jeff Law  <law@redhat.com>
9709         * tree-ssa-phiopt.c (factor_out_conversion): Add missing calls to
9710         release_ssa_name.  Fix typo in comment.
9712 2015-10-08  Nathan Sidwell  <nathan@acm.org>
9714         * config/nvptx/nvptx.h (struct machine_function): Add comment.
9715         * config/nvptx/nvptx.c (nvptx_declare_function_name): Functions
9716         may return pointer as well as in memory.
9717         (nvptx_output_return): Likewise.
9719 2015-10-08  Richard Sandiford  <richard.sandiford@arm.com>
9721         * builtins.c (fold_builtin_sqrt, fold_builtin_cbrt): Delete.
9722         (fold_builtin_1): Update accordingly.  Handle constant arguments here.
9723         * match.pd: Add rules previously handled by fold_builtin_sqrt
9724         and fold_builtin_cbrt.
9726 2015-10-08  Richard Sandiford  <richard.sandiford@arm.com>
9728         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): New param.
9729         * doc/invoke.texi (--param max-ssa-name-query-depth): Document.
9730         * fold-const.h (tree_unary_nonnegative_warnv_p)
9731         (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
9732         (tree_expr_nonnegative_warnv_p): Add depth parameters.
9733         * fold-const.c: Include gimple-fold.h and params.h.
9734         (tree_ssa_name_nonnegative_warnv_p): New function.
9735         (tree_unary_nonnegative_warnv_p, tree_binary_nonnegative_warnv_p)
9736         (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
9737         (tree_invalid_nonnegative_warnv_p, tree_expr_nonnegative_warnv_p):
9738         Add a depth parameter and increment it for recursive calls to
9739         tree_expr_nonnegative_warnv_p.  Use tree_ssa_name_nonnegative_warnv_p
9740         to handle SSA names.
9741         * gimple-fold.h (gimple_val_nonnegative_real_p): Delete.
9742         (gimple_stmt_nonnegative_warnv_p): Declare.
9743         * tree-vrp.c (remove_range_assertions): Remove assert that condition
9744         cannot be proven false.
9745         (gimple_assign_nonnegative_warnv_p, gimple_call_nonnegative_warnv_p)
9746         (gimple_stmt_nonnegative_warnv_p): Move to...
9747         * gimple-fold.c: ...here.  Add depth parameters and pass them
9748         down to the tree routines.  Accept statements that aren't
9749         assignments or calls but just return false for them.
9750         (gimple_val_nonnegative_real_p): Delete.
9751         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
9752         tree_expr_nonnegative_p instead of gimple_val_nonnegative_real_p.
9753         Check HONOR_NANs first.
9755 2015-10-08  Martin Jambor  <mjambor@suse.cz>
9757         * ipa-cp.c (meet_with_1): Make the argument of abs signed.  Remove
9758         unnecessary MIN.
9760 2015-10-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
9762         * tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi
9763         in the tail of outer-loop.
9765 2015-10-08  David Edelsohn  <dje.gcc@gmail.com>
9767         * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
9768         return UI_NONE.
9770 2015-10-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
9772         * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
9773         "cfghooks.h", add prototypes for introduced new functions.
9774         (tree_ssa_unswitch_loops): Use from innermost loop iterator, move all
9775         checks on ability of loop unswitching to tree_unswitch_single_loop;
9776         invoke tree_unswitch_single_loop or tree_unswitch_outer_loop depending
9777         on innermost loop check.
9778         (tree_unswitch_single_loop): Add all required checks on ability of
9779         loop unswitching under zero recursive level guard.
9780         (tree_unswitch_outer_loop): New function.
9781         (find_loop_guard): Likewise.
9782         (empty_bb_without_guard_p): Likewise.
9783         (used_outside_loop_p): Likewise.
9784         (get_vop_from_header): Likewise.
9785         (hoist_guard): Likewise.
9786         (check_exit_phi): Likewise.
9788 2015-10-08  Marek Polacek  <polacek@redhat.com>
9790         * tree-ssa-reassoc.c (dump_ops_vector): Print newline after each
9791         ops element.
9793 2015-10-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9795         PR c/65345
9796         * config/s390/s390.c (s390_atomic_assign_expand_fenv): Use
9797         create_tmp_var_raw instead of create_tmp_var.
9799 2015-10-07  Jan Hubicka  <hubicka@ucw.cz>
9801         * expr.c (store_expr_with_bounds): Handle aggregate moves from
9802         BLKmode.
9803         * gimple-expr.c (useless_type_conversion_p): Do not use TYPE_CANONICAL
9804         to define gimple type system; compare aggregates only by size.
9806 2015-10-07  Jeff Law  <law@redhat.com>
9808         * tree-ssa-dom.c (optimize_stmt): Don't set LOOPS_NEED_FIXUP here.
9809         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Do it
9810         here instead.  Tighten test to avoid setting LOOPS_NEED_FIXUP
9811         unnecessarily.
9813 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
9814             Sebastian Pop  <s.pop@samsung.com>
9816         * graphite-dependences.c (scop_get_dependences): Do not use SCOP_BBS.
9817         * graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions): Same.
9818         (generate_isl_schedule): Same.
9819         * graphite-optimize-isl.c (scop_get_domains): Same.
9820         (apply_schedule_map_to_scop): Same.
9821         * graphite-poly.c (print_iteration_domains): Same.
9822         (remove_gbbs_in_scop): Same.
9823         (new_scop): Same.
9824         (free_scop): Same.
9825         (print_scop): Same.
9826         * graphite-poly.h (struct scop): Rename bbs to pbbs.
9827         (SCOP_BBS): Remove.
9828         * graphite-scop-detection.c (compare_bb_depths): Remove.
9829         (graphite_sort_dominated_info): Remove.
9830         (try_generate_gimple_bb): Move out of scop_detection.
9831         (all_non_dominated_preds_marked_p): Remove.
9832         (build_scop_bbs_1): Remove.
9833         (build_scop_bbs): Remove.
9834         (nb_pbbs_in_loops): Do not use SCOP_BBS.
9835         (find_scop_parameters): Same.
9836         (sese_dom_walker): Rename gather_bbs.
9837         (before_dom_children): Call try_generate_gimple_bb and collect gbb
9838         and pbb.
9839         (build_scops): Call gather_bbs.
9840         * graphite-sese-to-poly.c (build_scop_scattering): Do not use SCOP_BBS.
9841         (add_conditions_to_constraints): Same.
9842         (build_scop_iteration_domain): Same.
9843         (build_scop_drs): Same.
9844         (new_pbb_from_pbb): Same.
9845         * sese.c (new_sese_info): Create bbs.
9846         * sese.h (struct sese_info_t): Add bbs.
9848 2015-10-07  David Edelsohn  <dje.gcc@gmail.com>
9850         * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 64-bit
9851         encoding in 64-bit mode.
9853 2015-10-07  Uros Bizjak  <ubizjak@gmail.com>
9855         PR target/66697
9856         * config/i386/i386.c (ix86_option_override_internal): Always use
9857         8-byte minimum stack boundary in 64-bit mode.
9858         (ix86_compute_frame_layout): Remove assert on INCOMING_STACK_BOUNDARY.
9859         (ix86_emit_save_reg_using_mov): Support unaligned SSE store.
9860         Add a REG_CFA_EXPRESSION note if needed.
9861         (ix86_emit_restore_sse_regs_using_mov): Support unaligned SSE load.
9862         (ix86_handle_force_align_arg_pointer_attribute): New.
9863         (ix86_minimum_incoming_stack_boundary): Remove TARGET_64BIT check.
9864         (ix86_attribute_table): Set ix86_force_align_arg_pointer_string
9865         with ix86_handle_force_align_arg_pointer_attribute.
9866         * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to BITS_PER_WORD.
9868 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
9869             Sebastian Pop  <s.pop@samsung.com>
9871         * graphite-scop-detection.c (parameter_index_in_region): Remove
9872         use of SESE_ADD_PARAMS.
9873         (find_scop_parameters): Same.
9874         * sese.c (new_sese_info): Same.
9875         * sese.h (struct sese_info_t): Remove add_params.
9876         (SESE_ADD_PARAMS): Remove.
9878 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
9879             Sebastian Pop  <s.pop@samsung.com>
9881         * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple): Use
9882         an sese_info_p.
9883         (copy_def): Same.
9884         (copy_internal_parameters): Same.
9885         (translate_isl_ast_to_gimple): Use an sese_l.
9886         (build_iv_mapping): Same.
9887         * graphite-poly.c (new_sese): Rename new_sese_info.
9888         (free_sese): Rename free_sese_info.
9889         * graphite-poly.h (struct scop): Use an sese_info_p.
9890         (scop_set_region): Same.
9891         * graphite-scop-detection.c (struct sese_l): Moved...
9892         (get_entry_bb): Moved...
9893         (get_exit_bb): Moved...
9894         (parameter_index_in_region_1): Use an sese_info_p.
9895         (parameter_index_in_region): Same.
9896         (scan_tree_for_params): Same.
9897         (find_params_in_bb): Same.
9898         (sese_dom_walker): Use an sese_l.
9899         * graphite-sese-to-poly.c (remove_invariant_phi): Same.
9900         (reduction_phi_p): Same.
9901         (parameter_index_in_region_1): Use an sese_info_p.
9902         (propagate_expr_outside_region): Use an sese_l.
9903         * graphite.c: Replace uses of SCOP_REGION.
9904         * sese.c (sese_record_loop): Use an sese_info_p.
9905         (build_sese_loop_nests): Same.
9906         (sese_build_liveouts_use): Same.
9907         (sese_build_liveouts_bb): Same.
9908         (sese_build_liveouts_bb): Same.
9909         (sese_bad_liveouts_use): Same.
9910         (sese_reset_debug_liveouts_bb): Same.
9911         (sese_build_liveouts): Same.
9912         (new_sese): Renamed new_sese_info.
9913         (free_sese): Renamed free_sese_info.
9914         (set_rename): Use an sese_info_p.
9915         (graphite_copy_stmts_from_block): Same.
9916         (copy_bb_and_scalar_dependences): Same.
9917         (outermost_loop_in_sese_1): Use an sese_l.
9918         (outermost_loop_in_sese): Same.
9919         (if_region_set_false_region): Use an sese_info_p.
9920         (move_sese_in_condition): Same.
9921         (scalar_evolution_in_region): Use an sese_l.
9922         * sese.h (struct sese_l): ... here.
9923         (SESE_ENTRY): Remove.
9924         (SESE_ENTRY_BB): Remove.
9925         (SESE_EXIT): Remove.
9926         (SESE_EXIT_BB): Remove.
9927         (sese_contains_loop): Use an sese_info_p.
9928         (sese_nb_params): Same.
9929         (bb_in_sese_p): Use an sese_l.
9930         (stmt_in_sese_p): Same.
9931         (defined_in_sese_p): Same.
9932         (loop_in_sese_p): Same.
9933         (sese_loop_depth): Same.
9934         (struct ifsese_s): Use an sese_info_p.
9935         (gbb_loop_at_index): Use an sese_l.
9936         (nb_common_loops): Same.
9937         (scev_analyzable_p): Same.
9939 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
9941         * config/i386/i386.c (ix86_conditional_register_usage): Use
9942         CALL_USED_REGISTERS_MASK.
9943         * config/i386/i386.h (CALL_USED_REGISTERS_MASK): New macro.
9945 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
9947         PR bootstrap/67385
9948         * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET.
9949         * configure: Regenerated.
9951 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
9953         PR target/67850
9954         * config/i386/i386.c (ix86_maybe_switch_abi): Merged with ...
9955         (ix86_set_current_function): This.
9956         (TARGET_EXPAND_TO_RTL_HOOK): Removed.
9958 2015-10-07  Richard Biener  <rguenther@suse.de>
9960         * tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.
9961         (vinfo_for_stmt): Adjust.
9962         (set_vinfo_for_stmt): Likewise.
9963         * tree-vectorizer.c (stmt_vec_info_vec): Likewise.
9964         * tree-vect-stmts.c (free_stmt_vec_info_vec): Likewise.
9965         * tree-vect-loop.c (new_loop_vec_info): Remove special-casing
9966         of inner loop.
9967         (vect_analyze_loop_1): Remove.
9968         (vect_analyze_loop_form_1): Avoid building a loop_vec_info for
9969         inner loop when vectorizing an outer loop by splitting out from ...
9970         (vect_analyze_loop_form): ... here.
9972 2015-10-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9974         PR c/65345
9975         * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv):
9976         Use create_tmp_var_raw instead of create_tmp_var.
9978 2015-10-07  Richard Sandiford  <richard.sandiford@arm.com>
9980         * real.h (dconst_quarter, dconst_sixth, dconst_ninth): New macros.
9981         (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): Declare.
9982         * real.c (CACHED_FRACTION): New helper macro.
9983         (dconst_third_ptr): Use it.
9984         (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): New.
9985         * builtins.c (fold_builtin_sqrt): Use dconst_quarter and
9986         dconst_sixth.
9987         (fold_builtin_cbrt): Use dconst_sixth and dconst_ninth.
9989 2015-10-06  Jeff Law  <law@redhat.com>
9991         PR tree-optimization/67816
9992         * tree-ssa-threadupdate.h (remove_jump_threads_including): Renamed
9993         from remove_jump_threads_starting_at.  Accept an edge rather than
9994         a basic block.
9995         * tree-ssa-threadupdate.c (removed_edges): New hash table.
9996         (remove_jump_threads_including): Note edges that get removed from
9997         the CFG for later pruning of jump threading paths including them.
9998         (thread_through_all_blocks): Remove paths which include edges that
9999         have been removed.
10000         * tree-ssa-dom.c (optimize_stmt): Call remove_jump_threads_including
10001         on each outgoing edges when optimizing away a control statement.
10003 2015-10-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10005         * reorg.c (emit_delay_sequence): Store list of delay slot insns
10006         in a vector instead of rtx_insn_list.
10007         (add_to_delay_list): Likewise.
10008         (delete_from_delay_slot): Likewise.
10009         (optimize_skip): Likewise.
10010         (redirect_with_delay_list_safe_p): Likewise.
10011         (check_annul_list_true_false): Likewise.
10012         (steal_delay_list_from_target): Likewise.
10013         (steal_delay_list_from_fallthrough): Likewise.
10014         (redundant_insn): Likewise.
10015         (fill_simple_delay_slots): Likewise.
10016         (fill_slots_from_thread): Likewise.
10017         (fill_eager_delay_slots): Likewise.
10018         (relax_delay_slots): Likewise.
10020 2015-10-06  Sandra Loosemore  <sandra@codesourcery.com>
10022         * config/nios2/nios2.c (nios2_symbol_ref_in_small_data_p):
10023         For -mgpopt=local, also exclude unintialized common symbols.
10024         * doc/invoke.texi (Nios II Options): Document the change.
10026 2015-10-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
10028         * config/aarch64/iterators.md (vwcore): Add missing cases for
10029          V4HF/V8HF modes.
10031 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10032             Sebastian Pop  <s.pop@samsung.com>
10034         * graphite-poly.c (new_scop): Initialize drs.
10035         * graphite-poly.h (struct dr_info): New.
10036         (struct scop): Add drs.
10037         * graphite-sese-to-poly.c (pdr_add_alias_set): Use dr_info.
10038         (pdr_add_memory_accesses): Same.
10039         (build_poly_dr): Same.
10040         (build_alias_set): Same.
10041         (build_scop_drs): Same.
10042         (build_pbb_drs): Remove.
10043         * tree-data-ref.c (create_data_ref): Do not initialize alias_set.
10044         * tree-data-ref.h (data_reference): Remove alias_set.
10046 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10047             Sebastian Pop  <s.pop@samsung.com>
10049         * graphite-poly.c (free_data_refs_aux): Remove.
10050         (free_gimple_poly_bb): Do not call free_data_refs_aux.
10051         * graphite-poly.h (struct base_alias_pair): Remove.
10052         * graphite-sese-to-poly.c (pdr_add_alias_set): Remove all uses of
10053         base_alias_pair and dr->aux.
10054         (build_alias_set): Same.
10055         * tree-data-ref.c (create_data_ref): Initialize alias_set.
10056         * tree-data-ref.h (data_reference): Add alias_set.
10058 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10059             Sebastian Pop  <s.pop@samsung.com>
10061         * graphite-poly.c (new_poly_dr): Remove dr_base_object_set.
10062         Do not set PDR_BASE_OBJECT_SET.
10063         * graphite-poly.h (poly_dr): Same.
10064         (PDR_BASE_OBJECT_SET): Remove.
10065         (new_poly_dr): Update decl.
10066         * graphite-sese-to-poly.c (build_poly_dr): Update call to
10067         new_poly_dr.
10068         (write_alias_graph_to_ascii_dimacs): Remove.
10069         (write_alias_graph_to_ascii_dot): Remove.
10070         (write_alias_graph_to_ascii_ecc): Remove.
10071         (dr_same_base_object_p): Remove.
10072         (build_alias_set_optimal_p): Rename build_alias_set.  Remove dead
10073         code.
10074         (build_base_obj_set_for_drs): Remove.
10075         (dump_alias_graphs): Remove.
10076         (build_scop_drs): Remove dead code.
10078 2015-10-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10079             Peter Bergner  <bergner@vnet.ibm.com>
10081         PR target/67808
10082         * config/rs6000/rs6000.md (extenddftf2): In the expander, only
10083         allow registers, but provide insns for the combiner to create for
10084         loads from memory. Separate VSX code from non-VSX code. For
10085         non-VSX code, combine extenddftf2_fprs into extenddftf2 and rename
10086         externaldftf2_internal to externaldftf2_fprs. Reorder constraints
10087         so that registers come before memory operations. Drop support from
10088         converting DFmode to TFmode, if the DFmode value is in a GPR
10089         register.
10090         (extenddftf2_fprs): Likewise.
10091         (extenddftf2_internal): Likewise.
10092         (extenddftf2_vsx): Likewise.
10093         (extendsftf2): In the expander, only allow registers, but provide
10094         insns for the combiner to create for stores and loads.
10096 2015-10-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10098         * varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
10099         from the decl parameter.
10101 2015-10-06  Nathan Sidwell  <nathan@codesourcery.com>
10103         PR 67861
10104         * gimple-fold.c (gimple_fold_builtin): Add break after
10105         BUILT_IN_PRINTF_CHK, BUILT_IN_VPRINTF_CHK folding.
10107 2015-10-06  H.J. Lu  <hongjiu.lu@intel.com>
10109         * graphite-optimize-isl.c (optimize_isl): Rename scop->ctx
10110         to scop->isl_context.
10112 2015-10-06  Eric Botcazou  <ebotcazou@adacore.com>
10114         * config/arm/arm.c (arm_emit_probe_stack_range): Adjust comment.
10115         (output_probe_stack_range): Rotate the loop and simplify.
10116         (thumb1_expand_prologue): Tweak sorry message.
10117         * config/arm/arm.md (probe_stack): Use bare string.
10119 2015-10-06  Nick Clifton  <nickc@redhat.com>
10121         * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
10123 2015-10-06  Nick Clifton  <nickc@redhat.com>
10125         * config/msp430/msp430.c (ATTR_NOINIT): New constant.
10126         (ATTR_PERSIST): New constant.
10127         (msp430_data_attr): New function - verifies an attribute that only
10128         applies to variables.
10129         (msp430_attributes): Add noinit and persistent attributes.
10130         (noinit_section): New variable.
10131         (presis_section): New variable.
10132         (TARGET_ASM_INIT_SECTIONS): Define.
10133         (msp430_init_sections): New function - initialises the noinit and
10134         persist section variables.
10135         (msp430_select_section): Add support for noinit and persist
10136         attributes.
10137         (msp430_section_type_flags): Likewise.
10138         * doc/extend.texi:  Document the reent, critical, wakeup, noinit
10139         and persistent attributes.
10141 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
10142             Sebastian Pop  <s.pop@samsung.com>
10144         * graphite-dependences.c (scop_get_transformed_schedule): Remove.
10145         (no_violations): Remove.
10146         (subtract_commutative_associative_deps): Remove.
10147         (compute_deps): Do not call subtract_commutative_associative_deps.
10148         (transform_is_safe): Remove.
10149         (graphite_legal_transform): Remove.
10150         * graphite-poly.h (graphite_legal_transform): Remove.
10152 2015-10-05  Aditya Kumar  <hiraditya@msn.com>
10154         * graphite-sese-to-poly.c (build_loop_iteration_domains): Only loops
10155         which are in this region are passed so gcc_assert and remove redundant
10156         computation.
10157         * sese.c (sese_build_liveouts): Pass only those bbs which are not
10158         in region.
10159         (sese_bad_liveouts_use): Only BBs which are not in region are passed so
10160         gcc_assert on that and remove unnecessary computation.
10161         (sese_build_liveouts_use): Same.
10163 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
10165         * graphite-dependences.c (scop_get_reads): Renamed scop->context
10166         to scop->param_context.
10167         (scop_get_must_writes): Same.
10168         (scop_get_may_writes): Same.
10169         (scop_get_original_schedule): Same.
10170         (scop_get_transformed_schedule): Same.
10171         (subtract_commutative_associative_deps): Same.
10172         * graphite-isl-ast-to-gimple.c (add_parameters_to_ivs_params): Same.
10173         (generate_isl_context): Same.
10174         (generate_isl_schedule): Same.
10175         (scop_to_isl_ast): Same.
10176         (graphite_regenerate_ast_isl): Same.
10177         * graphite-optimize-isl.c (scop_get_domains): Same.
10178         (optimize_isl): Renamed scop->context to scop->param_context.
10179         * graphite-poly.c (new_poly_bb): Change the type of argument to
10180         gimple_poly_bb_p.
10181         (new_scop): Renamed scop->context to scop->param_context.
10182         (free_scop): Same.
10183         (print_scop_context): Same.
10184         * graphite-poly.h (new_poly_dr): Change the type of argument from
10185         void* to data_reference_p.
10186         (struct poly_bb): Change the type of black_box to gimple_poly_bb_p.
10187         (new_poly_bb): Change the type of argument from void* to
10188         gimple_poly_bb_p.
10189         (pbb_set_black_box): Same.
10190         (struct scop): Rename context to param_context, ctx to isl_context.
10191         * graphite-scop-detection.c (scop_detection::build_scop_bbs_1):
10192         Move declarations closer to assignment.
10193         (find_params_in_bb): Same.
10194         (find_scop_parameters): Same.
10195         * graphite-sese-to-poly.c (unsigned ssa_name_version_typesize):
10196         Global to be used for statement IDs.
10197         (isl_id_for_pbb): Use ssa_name_version_typesize.
10198         (simple_copy_phi_p): Move declarations closer to assignment.
10199         (build_pbb_scattering_polyhedrons): Same.
10200         (build_scop_scattering): Same.
10201         (isl_id_for_ssa_name): Same.
10202         (extract_affine_name): Same.
10203         (extract_affine_int): Same.
10204         (extract_affine): Same.
10205         (set_scop_parameter_dim): Use renamed member.
10206         (build_loop_iteration_domains): Same.
10207         (add_param_constraints): Same.
10208         (build_scop_iteration_domain): Same.
10209         (pdr_add_data_dimensions): Same.
10210         (build_poly_dr): Same.
10211         (build_scop_drs): Move declarations closer to assignment.
10212         (analyze_drs_in_stmts): Same.
10213         (insert_out_of_ssa_copy): Same.
10214         (insert_out_of_ssa_copy_on_edge): Same.
10215         (propagate_expr_outside_region): Same.
10216         (rewrite_phi_out_of_ssa): Same.
10217         (rewrite_degenerate_phi): Same.
10218         (rewrite_reductions_out_of_ssa): Same.
10219         (rewrite_cross_bb_scalar_dependence): Same.
10220         (handle_scalar_deps_crossing_scop_limits): Same.
10221         (rewrite_cross_bb_scalar_deps): Same.
10222         * graphite.c (graphite_transform_loops): Use renamed member.
10224 2015-10-06  Uros Bizjak  <ubizjak@gmail.com>
10226         PR c/65345
10227         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Use
10228         create_tmp_var_raw instead of create_tmp_var.
10230 2015-10-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10232         PR c/65345
10233         * config/aarch64/aarch64-builtins.c (aarch64_atomic_assign_expand_fenv):
10234         Use create_tmp_var_raw instead of create_tmp_var.
10236 2015-10-06  Alexander Fomin  <alexander.fomin@intel.com>
10238         PR target/67849
10239         * config/i386/sse.md (define_split vec_select/V8FI): Restrict
10240         split for upper-bank registers when target does not support
10241         AVX512VL.
10242         (define_insn "vec_extract_lo_<mode><mask_name>"): Restrict
10243         split when target does not support AVX512VL.
10245 2015-10-06  David Edelsohn  <dje.gcc@gmail.com>
10247         PR c/65345
10248         * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv):
10249         Adjust to use create_tmp_var_raw instead of create_tmp_var.
10251 2015-10-06  Nick Clifton  <nickc@redhat.com>
10253         * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimates for
10254         multiplication.
10256 2015-10-06  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10258         * config.gcc (i[34567]86-*-linux* | ...): Add znver1.
10259         (case ${target}): Add znver1.
10260         * config/i386/cpuid.h(bit_CLZERO):  Define.
10261         * config/i386/driver-i386.c: (host_detect_local_cpu): Let
10262         -march=native recognize znver1 processors.
10263         * config/i386/i386-c.c (ix86_target_macros_internal): Add
10264         znver1, clzero def_and_undef.
10265         * config/i386/i386.c (struct processor_costs znver1_cost): New.
10266         (m_znver1): New definition.
10267         (m_AMD_MULTIPLE): Includes m_znver1.
10268         (processor_target_table): Add znver1 entry.
10269         (ix86_target_string) : Add clzero entry.
10270         (static const char *const cpu_names): Add znver1 entry.
10271         (ix86_option_override_internal): Add znver1 instruction sets.
10272         (PTA_CLZERO) :  New definition.
10273         (ix86_option_override_internal): Handle new clzerooption.
10274         (ix86_issue_rate): Add znver1.
10275         (ix86_adjust_cost): Add znver1.
10276         (ia32_multipass_dfa_lookahead): Add znver1.
10277         (has_dispatch): Add znver1.
10278         * config/i386/i386.h (TARGET_znver1): New definition.
10279         (TARGET_CLZERO): Define.
10280         (TARGET_CLZERO_P): Define.
10281         (struct ix86_size_cost): Add TARGET_ZNVER1.
10282         (enum processor_type): Add PROCESSOR_znver1.
10283         * config/i386/i386.md (define_attr "cpu"): Add znver1.
10284         (set_attr znver1_decode): New definitions for znver1.
10285         * config/i386/i386.opt (flag_dispatch_scheduler): Add znver1.
10286         (mclzero): New.
10287         * config/i386/mmx.md (set_attr znver1_decode): New definitions
10288         for znver1.
10289         * config/i386/sse.md (set_attr znver1_decode): Likewise.
10290         * config/i386/x86-tune.def:  Add znver1 tunings.
10291         * config/i386/znver1.md: Introduce znver1 cpu and include new md file.
10292         * doc/invoke.texi: Add details about znver1
10294 2015-10-06  Richard Biener  <rguenther@suse.de>
10296         PR tree-optimization/67859
10297         * tree-ssa-pre.c (create_expression_by_pieces): Properly
10298         discard not inserted stmts.
10300 2015-10-06  Jonathan Wakely  <jwakely@redhat.com>
10302         * doc/extend.texi (Template Instantiation): Reorder options and
10303         de-emphasize -frepo.
10304         * doc/invoke.texi (C++ Dialect Options): Use -fstrict-enums in
10305         example instead of -frepo.
10307 2015-10-06  Eric Botcazou  <ebotcazou@adacore.com>
10309         PR c/65345
10310         * config/sparc/sparc.c (sparc_atomic_assign_expand_fenv): Adjust to
10311         use create_tmp_var_raw rather than create_tmp_var.
10313 2015-10-06  Richard Biener  <rguenther@suse.de>
10315         * tree-vectorizer.h (vec_info): New base class for...
10316         (_loop_vec_info): ... this and ...
10317         (_bb_vec_info): ... this.
10318         (vect_is_simple_use, vect_is_simple_use_1, new_stmt_vec_info,
10319         vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
10320         vect_analyze_data_ref_accesses, vect_analyze_data_refs,
10321         vect_schedule_slp, vect_analyze_slp, vect_pattern_recog,
10322         vect_destroy_datarefs): Adjust interface to take a vec_info *
10323         rather than both a loop_vec_info and a bb_vec_info argument.
10324         * tree-vect-data-refs.c (vect_compute_data_refs_alignment,
10325         vect_verify_datarefs_alignment, vect_enhance_data_refs_alignment,
10326         vect_analyze_data_refs_alignment, vect_analyze_data_ref_accesses,
10327         vect_analyze_data_refs, vect_create_data_ref_ptr): Adjust
10328         accordingly.
10329         * tree-vect-loop.c (new_loop_vec_info): Initialize base class.
10330         (destroy_loop_vec_info, vect_analyze_loop_2,
10331         vect_is_simple_reduction_1, get_initial_def_for_induction,
10332         vect_create_epilog_for_reduction, vectorizable_reduction,
10333         vectorizable_live_operation, vect_transform_loop): Adjust.
10334         * tree-vect-patterns.c (type_conversion_p,
10335         vect_recog_widen_mult_pattern, vect_recog_widen_shift_pattern,
10336         vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern,
10337         vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern,
10338         check_bool_pattern, vect_recog_bool_pattern,
10339         vect_mark_pattern_stmts, vect_pattern_recog): Likewise.
10340         * tree-vect-slp.c (vect_get_and_check_slp_defs,
10341         vect_build_slp_tree_1, vect_build_slp_tree, vect_analyze_slp_cost_1,
10342         vect_analyze_slp_instance, vect_analyze_slp, destroy_bb_vec_info,
10343         vect_slp_analyze_bb_1, vect_schedule_slp): Likewise.
10344         (new_bb_vec_info): Initialize base classs.
10345         * tree-vect-stmts.c (record_stmt_cost, process_use,
10346         vect_get_vec_def_for_operand, vect_finish_stmt_generation,
10347         vectorizable_mask_load_store, vectorizable_call,
10348         vectorizable_simd_clone_call, vectorizable_conversion,
10349         vectorizable_assignment, vectorizable_shift,
10350         vectorizable_operation, vectorizable_store,
10351         vectorizable_load, vect_is_simple_cond, vectorizable_condition,
10352         new_stmt_vec_info, vect_is_simple_use, vect_is_simple_use_1): Likewise.
10353         * tree-vectorizer.c (vect_destroy_datarefs): Likewise.
10355 2015-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
10357         PR c/65345
10358         * config/sh/sh.c (sh_atomic_assign_expand_fenv): Adjust to use
10359         create_tmp_var_raw rather than create_tmp_var.
10361 2015-10-05  Marek Polacek  <polacek@redhat.com>
10363         * tree-ssa-loop-im.c
10364         (move_computations_dom_walker::before_dom_children): Don't set
10365         SSA_NAME_ANTI_RANGE_P.
10366         * tree-ssa-phiopt.c (value_replacement): Likewise.
10368 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
10369             Sebastian Pop  <s.pop@samsung.com>
10371         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Increase to 7.
10373 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
10374             Sebastian Pop  <s.pop@samsung.com>
10376         * graphite-poly.c (new_gimple_poly_bb): ... here.
10377         (free_data_refs_aux): ... here.
10378         (free_gimple_poly_bb): ... here.
10379         (remove_gbbs_in_scop): ... here.
10380         (new_scop): Call new_sese.
10381         (free_scop): Call remove_gbbs_in_scop and free_sese.
10382         * graphite-poly.h (base_alias_pair): ... here.
10383         (new_gimple_poly_bb): Declare.
10384         (free_gimple_poly_bb): Declare.
10385         * graphite-scop-detection.c (parameter_index_in_region_1):
10386         (parameter_index_in_region): ... here.
10387         (scan_tree_for_params): ... here.
10388         (find_params_in_bb): ... here.
10389         (find_scop_parameters): ... here.
10390         (build_scops): Call find_scop_parameters.
10391         * graphite-sese-to-poly.c (free_gimple_poly_bb): Move...
10392         (free_scops): Move...
10393         (single_pred_cond_non_loop_exit): Move...
10394         (sese_dom_walker::before_dom_children): Move...
10395         (sese_dom_walker::after_dom_children): Move...
10396         (build_poly_scop): Move...
10397         * graphite-sese-to-poly.h (base_alias_pair): Move...
10398         * graphite.c (free_scops): ... here.
10400 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
10401             Sebastian Pop  <s.pop@samsung.com>
10403         * graphite-scop-detection.c: Include domwalk.h and tree-cfg.h.
10404         (trivially_empty_bb_p): Move...
10405         (same_close_phi_node): Move...
10406         (new_gimple_poly_bb): Move...
10407         (compare_bb_depths): Move...
10408         (graphite_sort_dominated_info): Move...
10409         (remove_duplicate_close_phi): Move...
10410         (make_close_phi_nodes_unique): Move...
10411         (canonicalize_loop_closed_ssa): Move...
10412         (canonicalize_loop_closed_ssa_form): Move...
10413         (loop_ivs_can_be_represented): Move...
10414         (single_pred_cond_non_loop_exit): Move...
10415         (graphite_can_represent_init): Move...
10416         (graphite_can_represent_scev): Move...
10417         (stmt_has_simple_data_refs_p): Move...
10418         (stmt_has_side_effects):  Move...
10419         (graphite_can_represent_stmt): Move...
10420         (scop_detection): ... here.
10421         (sese_dom_walker): ... and here.
10422         (build_scops): Call all moved functions.
10423         * graphite-sese-to-poly.c (try_generate_gimple_bb): Move...
10424         (all_non_dominated_preds_marked_p): Move...
10425         (build_scop_bbs_1): Move...
10426         (build_scop_bbs): Move...
10427         (set_scop_parameter_dim): Move...
10428         (nb_pbbs_in_loops): Move...
10429         (build_poly_scop): Do not call all the moved functions.
10431 2015-10-05  Martin Jambor  <mjambor@suse.cz>
10432             Jan Hubicka  <hubicka@ucw.cz>
10434         * ipa-cp.c (ipcp_alignment_lattice): New type.
10435         (ipcp_param_lattices): Use the above to represent alignment.
10436         (ipcp_alignment_lattice::print): New function.
10437         (print_all_lattices): Use it to print alignment information.
10438         (ipcp_alignment_lattice::top_p): New function.
10439         (ipcp_alignment_lattice::bottom_p): Likewise.
10440         (ipcp_alignment_lattice::set_to_bottom): Likewise.
10441         (ipcp_alignment_lattice::meet_with_1): Likewise.
10442         (ipcp_alignment_lattice::meet_with): Two new overloaded functions.
10443         (set_all_contains_variable): Use set_to_bottom of alignment lattice.
10444         (initialize_node_lattices): Likewise.
10445         (propagate_alignment_accross_jump_function): Work with the new class
10446         for alignment lattices.
10447         (propagate_constants_accross_call): Pass only the alignment lattice to
10448         propagate_alignment_accross_jump_function.
10449         (ipcp_store_alignment_results): Work with the new class for alignment
10450         lattices.
10452 2015-10-05  Marek Polacek  <polacek@redhat.com>
10454         PR tree-optimization/67821
10455         * tree-ssanames.c (duplicate_ssa_name_range_info): Remove an assert.
10457 2015-10-05  Thomas Schwinge  <thomas@codesourcery.com>
10459         PR other/65021
10460         * config/i386/intelmic-mkoffload.c (mkoffload_atexit): Rename
10461         function to...
10462         (mkoffload_cleanup): ... this.  Adjust all users.
10463         (maybe_unlink): Look at save_temps and verbose flags instead of
10464         debug flag.
10465         (main): Parse "-save-temps" flag.
10466         (generate_target_descr_file, generate_target_offloadend_file)
10467         (generate_host_descr_file, prepare_target_image): Pass it on.
10468         * config/nvptx/mkoffload.c (tool_cleanup): Implement.
10469         (mkoffload_cleanup): New function.
10470         (maybe_unlink): Look at save_temps and verbose flags instead of
10471         debug flag.
10472         (main): Instead of calling utils_cleanup, register atexit handler
10473         for mkoffload_cleanup.
10474         (main): Parse "-save-temps" flag.
10475         (compile_native, main): Pass it on.
10476         * lto-wrapper.c (compile_offload_image): Likewise.
10478 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10480         * gimple.h (gimple_op_ptr): Require a non const gimple *.
10481         (gimple_assign_lhs_ptr): Likewise.
10482         (gimple_assign_rhs1_ptr): Likewise.
10483         (gimple_assign_rhs2_ptr): Likewise.
10484         (gimple_assign_rhs3_ptr): Likewise.
10485         (gimple_call_lhs_ptr): Likewise.
10486         (gimple_call_fn_ptr): Likewise.
10487         (gimple_call_chain_ptr): Likewise.
10488                 (gimple_call_arg_ptr): Likewise.
10489                 (gimple_cond_lhs_ptr): Likewise.
10490         (gimple_cond_rhs_ptr): Likewise.
10491         (gimple_switch_index_ptr): Likewise.
10492         (gimple_return_retval_ptr): Likewise.
10494 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10496         * gimple.h (gimple_asm_input_op_ptr): Remove.
10497         (gimple_asm_output_op_ptr): Likewise.
10499 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10501         * gimple.h (gimple_location_ptr): Remove.
10502         * tree-vrp.c (check_all_array_refs): Adjust.
10504 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10506         * tree-ssa-operands.c (build_uses): store tree * instead of
10507         tree.
10508         (finalize_ssa_uses): Adjust.
10509         (append_use): Likewise.
10510         (verify_ssa_operands): Likewise.
10512 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10514         * real.h (build_real_truncate): Declare.
10515         * tree.c (build_real_truncate): New function.
10516         (strip_float_extensions): Use it.
10517         * builtins.c (fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_cbrt)
10518         (fold_builtin_hypot, fold_builtin_pow): Likewise.
10519         * match.pd: Likewise.
10521 2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
10522            Jiong Wang  <jiong.wang@arm.com>
10524         * config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".
10526 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10528         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete.
10529         * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p)
10530         (aarch64_print_operand, aarch64_float_const_representable_p)
10531         (aarch64_output_simd_mov_immediate): Use CONST_DOUBLE_REAL_VALUE
10532         instead of REAL_VALUE_FROM_CONST_DOUBLE.
10533         * config/arc/arc.c (arc_print_operand): Likewise.
10534         * config/arm/arm.c (arm_const_double_rtx, vfp3_const_double_index)
10535         (neon_valid_immediate, arm_print_operand, arm_emit_fp16_const)
10536         (vfp3_const_double_for_fract_bits, vfp3_const_double_for_bits):
10537         Likewise.
10538         * config/arm/arm.md (*arm32_movhf, consttable_4, consttable_8)
10539         (consttable_16): Likewise.
10540         * config/arm/vfp.md (*movhf_vfp_neon, *movhf_vfp): Likewise.
10541         * config/avr/avr.c (avr_print_operand): Likewise.
10542         * config/bfin/bfin.md: Likewise (in a define_split).
10543         * config/c6x/c6x.md: Likewise (in a define_split).
10544         * config/cr16/cr16.c (cr16_const_double_ok): Likewise.
10545         (cr16_print_operand): Likewise.
10546         * config/cris/cris.c (cris_print_operand): Likewise.
10547         * config/epiphany/epiphany.c (epiphany_print_operand): Likewise.
10548         * config/fr30/fr30.c (fr30_print_operand): Likewise.
10549         (fr30_const_double_is_zero): Likewise.
10550         * config/frv/frv.c (frv_print_operand, output_move_single): Likewise.
10551         * config/frv/frv.md: Likewise (in a define_split).
10552         * config/frv/predicates.md (int_2word_operand): Likewise.
10553         * config/h8300/h8300.c (h8300_print_operand): Likewise.
10554         * config/i386/i386.c (standard_80387_constant_p): Likewise.
10555         (ix86_print_operand, ix86_split_to_parts): Likewise.
10556         * config/i386/i386.md: Likewise (in a define_split).
10557         * config/ia64/ia64.c (ia64_split_tmode, ia64_print_operand): Likewise.
10558         * config/iq2000/iq2000.md (movsf_lo_sum, movsf_high): Likewise.
10559         * config/m32r/m32r.c (easy_df_const, m32r_print_operand): Likewise.
10560         * config/m68k/m68k.c (handle_move_double, standard_68881_constant_p)
10561         (print_operand): Likewise.
10562         * config/m68k/m68k.md (movsf_cf_hard, movdf_cf_hard): Likewise.
10563         * config/mep/mep.md: Likewise (in define_split).
10564         * config/microblaze/microblaze.c (microblaze_const_double_ok)
10565         (print_operand): Likewise.
10566         * config/mips/mips.md (consttable_float): Likewise.
10567         * config/mmix/mmix.c (mmix_intval): Likewise.
10568         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
10569         * config/nvptx/nvptx.c (nvptx_print_operand): Likewise.
10570         * config/pa/pa.c (pa_singlemove_string): Likewise.
10571         * config/pdp11/pdp11.c (pdp11_expand_operands): Likewise.
10572         (pdp11_asm_print_operand, legitimate_const_double_p): Likewise.
10573         * config/rs6000/rs6000.c (num_insns_constant, rs6000_emit_cmove)
10574         (output_toc): Likewise.
10575         * config/rs6000/rs6000.md: Likewise (in define_splits).
10576         * config/rx/rx.c (rx_print_operand): Likewise.
10577         * config/s390/s390.c (s390_output_pool_entry): Likewise.
10578         * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
10579         * config/sh/sh.md (consttable_sf, consttable_df): Likewise
10580         (and also in define_splits).
10581         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p): Likewise.
10582         (fp_high_losum_p): Likewise.
10583         * config/sparc/sparc.md (*movsf_insn, *movsf_lo_sum): Likewise.
10584         (*movsf_high): Likewise.
10585         * config/spu/spu.c (const_double_to_hwint): Likewise.
10586         * config/v850/v850.c (const_double_split): Likewise.
10587         * config/vax/vax.c (vax_float_literal): Likewise.
10588         * config/visium/visium.c (visium_expand_copysign): Likewise.
10589         * config/visium/visium.md: Likewise (in define_split).
10590         * config/xtensa/predicates.md (const_float_1_operand): Likewise.
10591         * config/xtensa/xtensa.c (print_operand): Likewise.
10592         (xtensa_output_literal): Likewise.
10593         * cprop.c (implicit_set_cond_p): Likewise.
10594         * dwarf2out.c (insert_float): Likewise.
10595         * expmed.c (expand_mult, make_tree): Likewise.
10596         * expr.c (compress_float_constant): Likewise.
10597         * rtlanal.c (split_double): Likewise.
10598         * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
10599         (simplify_const_unary_operation, simplify_binary_operation_1)
10600         (simplify_const_binary_operation): Likewise.
10601         (simplify_const_relational_operation): Likewise.
10602         * varasm.c (output_constant_pool_2): Likewise.
10604 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10606         * real.h (CONST_DOUBLE_ATOF): Use const_double_from_real_value
10607         instead of CONST_DOUBLE_FROM_REAL_VALUE.
10608         (CONST_DOUBLE_FROM_REAL_VALUE): Delete.
10609         * config/c6x/c6x.md (divsf3, divdf3): Use const_double_from_real_value
10610         instead of CONST_DOUBLE_FROM_REAL_VALUE.
10611         * config/epiphany/epiphany.md (fixuns_truncsfsi2): Likewise.
10612         * config/i386/i386.c (standard_80387_constant_rtx): Likewise.
10613         (ix86_expand_builtin, ix86_emit_i387_log1p, ix86_emit_i387_round)
10614         (ix86_emit_swsqrtsf): Likewise.
10615         * config/ia64/ia64.c (ia64_expand_builtin): Likewise.
10616         * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
10617         (fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
10618         * config/pa/pa.c (pa_expand_builtin): Likewise.
10619         * config/rs6000/rs6000.c (rs6000_load_constant_and_splat): Likewise.
10620         (rs6000_scale_v2df): Likewise.
10621         * config/rs6000/rs6000.md (*cmptf_internal2): Likewise.
10622         * config/s390/s390.md (fixuns_truncdddi2, fixuns_trunctddi2)
10623         (fixuns_trunc<BFP:mode><GPR:mode>2): Likewise.
10624         * config/s390/vx-builtins.md (vec_ctd_s64, vec_ctd_u64, vec_ctsl)
10625         (vec_ctul): Likewise.
10626         * config/sparc/sparc.c (sparc_emit_fixunsdi): Likewise.
10627         * config/spu/spu.c (hwint_to_const_double, spu_float_const): Likewise.
10628         * config/spu/spu.md (floatunsdisf2, floatunstisf2): Likewise.
10629         * cse.c (fold_rtx): Likewise.
10630         * emit-rtl.c (immed_double_const): Likewise (in comments).
10631         (init_emit_once): Likewise.
10632         * expr.c (compress_float_constant, expand_expr_real_1)
10633         (const_vector_from_tree): Likewise.
10634         * optabs.c (expand_float, expand_fix): Likewise.
10635         * reg-stack.c (reg_to_stack): Likewise.
10636         * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
10637         (simplify_const_unary_operation, simplify_binary_operation_1)
10638         (simplify_const_binary_operation, simplify_relational_operation)
10639         (simplify_immed_subreg): Likewise.
10641 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10643         * doc/tm.texi.in (REAL_ARITHMETIC): Delete.
10644         * doc/tm.texi: Regenerate.
10645         * real.h (REAL_ARITHMETIC): Delete.
10646         * config/i386/i386.c (ix86_expand_lround, ix86_expand_round)
10647         (ix86_expand_round_sse4): Use real_arithmetic instead of
10648         REAL_ARITHMETIC.
10649         * config/i386/sse.md (round<mode>2): Likewise.
10650         * rtl.h (rtx_to_tree_code): Likewise (in comment).
10651         * explow.c (rtx_to_tree_code): Likewise (in comment).
10652         * match.pd: Likewise.
10653         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
10654         * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
10655         (expand_pow_as_sqrts): Likewise.
10656         * tree-pretty-print.c (dump_generic_node): Remove code that
10657         was conditional on REAL_ARITHMETIC being undefined.
10659 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10661         * doc/tm.texi.in (REAL_VALUES_LESS): Delete.
10662         * doc/tm.texi: Regenerate.
10663         * real.h (real_less): Declare.
10664         (REAL_VALUES_LESS): Delete.
10665         * real.c (real_less): New function.
10666         (real_compare): Use it.
10667         * config/m68k/m68k.c (floating_exact_log2): Use real_less instead
10668         of REAL_VALUES_LESS.
10669         * config/microblaze/microblaze.c (microblaze_const_double_ok):
10670         Likewise.
10671         * fold-const.c (fold_convert_const_int_from_real): Likewise.
10672         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
10673         (simplify_const_relational_operation): Likewise.
10674         * tree-call-cdce.c (check_pow): Likewise.
10675         (gen_conditions_for_pow_cst_base): Likewise.
10677 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10679         * real.h (REAL_VALUES_IDENTICAL): Delete.
10680         * config/m68k/m68k.c (standard_68881_constant_p): Use real_identical
10681         instead of REAL_VALUES_IDENTICAL.
10682         * fold-const.c (operand_equal_p): Likewise.
10683         * ipa-icf.c (sem_variable::equals): Likewise.
10684         * tree-complex.c (some_nonzerop): Likewise.
10685         (expand_complex_multiplication): Likewise.
10686         * tree.c (simple_cst_equal): Likewise.
10687         * varasm.c (compare_constant): Likewise.
10689 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
10691         * real.h (real_equal): Declare.
10692         (REAL_VALUES_EQUAL): Delete.
10693         * real.c (real_equal): New function.
10694         (real_compare): Use it.
10695         * doc/tm.texi.in (REAL_VALUES_EQUAL): Delete.
10696         * doc/tm.texi: Regenerate.
10697         * builtins.c (fold_builtin_pow, fold_builtin_load_exponent): Use
10698         real_equal instead of REAL_VALUES_EQUAL.
10699         * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p): Likewise.
10700         * config/arm/arm.c (arm_const_double_rtx, neon_valid_immediate)
10701         (fp_const_from_val): Likewise.
10702         * config/fr30/fr30.c (fr30_const_double_is_zero): Likewise.
10703         * config/m68k/m68k.c (standard_68881_constant_p): Likewise.
10704         (floating_exact_log2): Likewise.
10705         * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
10706         * config/vax/vax.c (vax_float_literal): Likewise.
10707         * config/xtensa/predicates.md (const_float_1_operand): Likewise.
10708         * cprop.c (implicit_set_cond_p): Likewise.
10709         * expmed.c (expand_mult): Likewise.
10710         * fold-const.c (const_binop): Likewise.
10711         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
10712         (simplify_const_binary_operation): Likewise.
10713         (simplify_const_relational_operation): Likewise.
10714         * tree-call-cdce.c (check_pow): Likewise.
10715         (gen_conditions_for_pow_cst_base): Likewise.
10716         * tree-inline.c (estimate_num_insns): Likewise.
10717         * tree-ssa-dom.c (record_equality): Likewise.
10718         * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
10719         (gimple_expand_builtin_pow): Likewise.
10720         (pass_optimize_widening_mul::execute): Likewise.
10721         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
10722         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
10723         * tree.c (real_zerop, real_onep, real_minus_onep): Likewise.
10725 2015-10-05  Richard Biener  <rguenther@suse.de>
10727         PR ipa/67783
10728         * ipa-inline-analysis.c (estimate_function_body_sizes): Only
10729         consider loop header PHI defs as IVs.
10731 2015-10-05  Richard Biener  <rguenther@suse.de>
10733         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Move
10734         call handling ...
10735         (create_expression_by_pieces): ... here and build GIMPLE
10736         calls directly.  Use gimple_build API and avoid force_gimple_operand.
10737         (insert_into_preds_of_block): Simplify.
10738         (do_regular_insertion): Add comment.
10740 2015-10-04  Jason Merrill  <jason@redhat.com>
10742         * builtins.def (BUILT_IN_ABORT): Add transaction_pure attribute.
10744 2015-10-04  Uros Bizjak  <ubizjak@gmail.com>
10746         * config/i386/i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to
10747         check for general register.
10748         (ix86_emit_save_regs): Ditto.
10749         (ix86_emit_save_regs_using_mov): Ditto.
10750         (ix86_emit_restore_regs_using_pop): Ditto.
10751         (ix86_emit_restore_regs_using_mov): Ditto.
10753 2015-10-03  Marek Polacek  <polacek@redhat.com>
10755         * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
10756         (insn-dfatab.o): Likewise.
10758 2015-10-03  Max Filippov  <jcmvbkbc@gmail.com>
10760         * config.gcc (xtensa*-*-uclinux*): New configuration.
10761         * config/xtensa/uclinux.h: New file.
10762         * config/xtensa/uclinux.opt: New file.
10764 2015-10-03  Jonathan Wakely  <jwakely@redhat.com>
10766         * doc/cpp.texi (Standard Predefined Macros): Document value of
10767         __cplusplus for C++14.
10769 2015-10-02  Bernd Schmidt  <bernds@codesourcery.com>
10771         * gcc.c (process_command): Use spec_machine rather than
10772         spec_host_machine to build tooldir_prefix2.
10774 2015-10-02  Thomas Schwinge  <thomas@codesourcery.com>
10775             Bernd Schmidt  <bernds@codesourcery.com>
10777         * config/nvptx/mkoffload.c (Kind, Vis): Remove enums.
10778         (Token, Stmt): Remove structs.
10779         (decls, vars, fns): Remove variables.
10780         (alloc_comment, append_stmt, is_keyword): Remove macros.
10781         (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
10782         (write_stmt, write_stmts, parse_insn, parse_list_nosemi)
10783         (parse_init, parse_file): Remove functions.
10784         (read_file): Accept a pointer to a length and store into it.
10785         (process): Don't try to parse the input file, just write it out as
10786         a string, but looking for maps.  Also write out the length.
10787         (main): Don't use "-S" to compile PTX code.
10789 2015-10-02  Jeff Law  <law@redhat.com>
10791         * tree-ssa-dom.c (optimize_stmt): Note when loop structures need
10792         fixups.
10794 2015-10-02  Thomas Schwinge  <thomas@codesourcery.com>
10796         PR target/67822
10797         * config/nvptx/mkoffload.c (main): Scan the argument vector for
10798         -fopenmp, and skip generating an offloading image if specified.
10800 2015-10-02  Uros Bizjak  <ubizjak@gmail.com>
10802         * system.h (ROUND_UP): New macro definition.
10803         (ROUND_DOWN): Ditto.
10804         * ggc-page.c (ROUND_UP): Remove local macro definition.
10805         (PAGE_ALIGN): Implement using ROUND_UP macro.
10807         * config/i386/i386.h (PUSH_ROUNDING): Implement using ROUND_UP macro.
10808         * config/i386/i386.c (function_arg_advance_64): Use ROUND_UP macro
10809         to align values.
10810         (ix86_compute_frame_layout): Ditto.
10811         (ix86_expand_prologue): Ditto.
10812         (ix86_adjust_stack_and_probe): Use ROUND_DOWN macro
10813         to round down values.
10814         (expand_set_or_movmem_via_rep): Ditto.
10816 2015-10-02  Marek Polacek  <polacek@redhat.com>
10818         * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
10820 2015-10-02  Aditya Kumar  <aditya.k7@samsung.com>
10822         * graphite-scop-detection.c (loop_ivs_can_be_represented): New.
10823         (loop_body_is_valid_scop): Call loop_ivs_can_be_represented.
10824         * graphite-sese-to-poly.c (new_gimple_bb): Renamed new_gimple_poly_bb.
10825         (free_gimple_bb): Renamed free_gimple_poly_bb.
10826         (try_generate_gimple_bb): Hoist loop invariant code.
10827         (analyze_drs_in_stmts): Same.
10828         (build_scop_drs): Call renamed functions.
10829         (new_pbb_from_pbb): Same.
10830         (scop_ivs_can_be_represented): Delete as functionality now moved to
10831         graphite-scop-detection.c
10832         (build_poly_scop): Remove call to scop_ivs_can_be_represented.
10834 2015-10-02  Aditya Kumar  <hiraditya@msn.com>
10836         * graphite-scop-detection.c (stmt_has_side_effects): New function
10837           outlined from stmt_simple_for_scop_p.
10838         (graphite_can_represent_stmt): Same.
10839         (stmt_simple_for_scop_p): Moved code out of this function for better
10840         readability.
10842 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
10844         * config/i386/i386.c (processor_features): Add F_AVX512VBMI,
10845         F_AVX512IFMA.
10846         (isa_names_table): Handle F_AVX512VBMI and F_AVX512IFMA.
10848 2015-10-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10850         * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete.
10852 2015-10-02  Vladimir Makarov  <vmakarov@redhat.com>
10854         PR rtl-optimization/67756
10855         * lra-constraints.c (match_reload): Add a new parameter.  Use it
10856         for creating a pseudo with the same value.
10857         (curr_insn_transform): Pass a new argument to match_reload.
10859 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
10861         * config/i386/i386.c (expand_vec_perm_even_odd_trunc): New.
10862         (expand_vec_perm_even_odd_1): Handle V64QImode.
10863         (ix86_expand_vec_perm_const_1): Try expansion with
10864         expand_vec_perm_even_odd_trunc as well.
10865         * config/i386/sse.md (VI124_AVX512F): Rename to ...
10866         (define_mode_iterator VI124_AVX2_24_AVX512F_1_AVX512BW): This. Extend
10867         to V54QI.
10868         (define_mode_iterator VI248_AVX2_8_AVX512F): Rename to ...
10869         (define_mode_iterator VI248_AVX2_8_AVX512F_24_AVX512BW): This. Extend
10870         to V32HI and V16SI.
10871         (define_insn "avx512bw_<code>v32hiv32qi2"): Unhide pattern name.
10872         (define_expand "vec_pack_trunc_<mode>"): Update iterator name.
10873         (define_expand "vec_unpacks_lo_<mode>"): Ditto.
10874         (define_expand "vec_unpacks_hi_<mode>"): Ditto.
10875         (define_expand "vec_unpacku_lo_<mode>"): Ditto.
10876         (define_expand "vec_unpacku_hi_<mode>"): Ditto.
10878 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
10880         * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mavx512dq,
10881         -mavx521vbmi, -mavx512ifma. Add missing opindex-es.
10883 2015-10-02  Jason Merrill  <jason@redhat.com>
10885         PR c/59218
10886         * trans-mem.c (volatile_lvalue_p): Rename from volatile_var_p.
10887         (diagnose_tm_1_op): Also diagnose volatile accesses in
10888         transaction_safe function.
10890 2015-10-02  Jonathan Wakely  <jwakely@redhat.com>
10892         * system.h (malloc.h): Don't include obsolete header.
10894 2015-10-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10896         * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
10897         (TLS_SECTION_ASM_FLAG): Delete.
10899 2015-10-02  Marek Polacek  <polacek@redhat.com>
10901         PR c/64249
10902         * doc/invoke.texi: Document -Wduplicated-cond.
10903         * Makefile.in (insn-latencytab.o): Use -Wno-duplicated-cond.
10904         (insn-dfatab.o): Likewise.
10905         * genemit.c (gen_exp): Rewrite condition to avoid -Wduplicated-cond
10906         warning.
10908 2015-10-02  Oleg Endo  <olegendo@gcc.gnu.org>
10910         * config/sh/sh.md: Add new unnamed split pattern to handle movt-movt
10911         sequences.
10913 2015-10-02  Renlin Li  <renlin.li@arm.com>
10915         * config/aarch64/aarch64.md (csneg3_insn_uxtw): New pattern.
10917 2015-10-02  Renlin Li  <renlin.li@arm.com>
10919         PR target/66776
10920         * config/aarch64/aarch64.md (cmovdi_insn_uxtw): New pattern.
10922 2015-10-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10924         PR rtl-optimization/67786
10925         PR rtl-optimization/67787
10926         * ifcvt.c (bb_valid_for_noce_process_p): Reject basic block if
10927         it modifies a reg used in the condition calculation.
10929 2015-10-02  James Greenhalgh  <james.greenhalgh@arm.com>
10931         * config/aarch64/aarch64-simd.md (*aarch64_combinez<mode>): Add
10932         alternatives for reads from memory and moves from general-purpose
10933         registers.
10934         (*aarch64_combinez_be<mode>): Likewise.
10936 2015-10-02  Kai Tietz  <ktietz70@googlemail.com>
10938         PR target/51726
10939         * config/i386/winnt.c (ix86_handle_selectany_attribute): Handle
10940         selectany within this function without need to keep attribute.
10941         (i386_pe_encode_section_info): Remove selectany-code.
10943 2015-10-02  Richard Biener  <rguenther@suse.de>
10945         * tree-ssa-sccvn.c (has_VN_INFO): New function.
10946         (free_scc_vn): Use it.
10947         (visit_use): Remove dead code and refactor to use gassign
10948         and use less indentation.
10950 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
10952         PR target/67788
10953         PR target/67789
10954         * config/rs6000/rs6000.c (TARGET_CANNOT_COPY_INSN_P): New.
10955         (rs6000_cannot_copy_insn_p): New function.
10956         * config/rs6000/rs6000.md (cannot_copy): New attribute.
10957         (load_toc_v4_PIC_1_normal): Set cannot_copy.
10958         (load_toc_v4_PIC_1_476): Ditto.
10960 2015-10-01  Aditya Kumar  <aditya.k7@samsung.com>
10962         * graphite-scop-detection.c (struct sese_l): New conversion constructor
10963         so that this type can be pushed into a vec.
10964         (class scop_builder): use sese_l to collect scops.
10965         (get_scops): New getter function.
10966         (remove_intersecting_scops): Use sese_l instead of scops_p.
10967         (intersects): Same.
10968         (add_scop): Same.
10969         (subsumes): Same.
10970         (remove_subscops): Same.
10971         (build_scops): Add scops to vec<scops_p> once all the scops have been
10972         detected.
10974 2015-10-01  Aditya Kumar  <aditya.k7@samsung.com>
10976         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
10977         Renamed type from gimple_bb_p to gimple_poly_bb_p.
10978         (translate_isl_ast_node_user): Same.
10979         * graphite-poly.c (new_poly_bb): Same.
10980         * graphite-poly.h (gbb_from_bb): Same.
10981         * sese.h: Same.
10982         * graphite-sese-to-poly.c (new_gimple_bb):
10983         gimple_bb_p -> gimple_poly_bb_p
10984         (build_scop_scattering): Same.
10985         (find_params_in_bb): Same.
10986         (add_conditions_to_domain): Same.
10987         (sese_dom_walker::before_dom_children): Same.
10988         (analyze_drs_in_stmts): Same.
10989         (new_pbb_from_pbb): Same.
10990         (free_data_refs_aux): New pointer to type base_alias_pair.
10991         * graphite-sese-to-poly.h: Same.
10992         * sese.c (if_region_set_false_region): Fixed Indentation.
10993         (move_sese_in_condition): Same.
10995 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
10996             Aditya Kumar  <aditya.k7@samsung.com>
10998         PR tree-optimization/66980
10999         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Return false
11000         when data reference analysis has failed.
11002 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
11003             Aditya Kumar  <aditya.k7@samsung.com>
11005         PR tree-optimization/67754
11006         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Call
11007         scev analysis on the same loop nest as analyze_drs_in_stmts.
11008         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): Moved and
11009         renamed...
11010         (try_generate_gimple_bb): Call outermost_loop_in_sese.
11011         (analyze_drs_in_stmts): Same.
11012         * sese.c (outermost_loop_in_sese): ...here.
11014 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
11015             Aditya Kumar  <aditya.k7@samsung.com>
11017         PR tree-optimization/67754
11018         * graphite-scop-detection.c (loop_body_is_valid_scop): Add missing
11019         recursion on the inner loops.
11021 2015-10-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11023         * cfganal.c, compare-elim.c, coverage.c, cprop.c, df-scan.c,
11024         function.c, read-rtl.c, statistics.c, trans-mem.c, tree-if-conv.c,
11025         tree-into-ssa.c, tree-loop-distribution.c, tree-ssa-coalesce.c,
11026         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-strlen.c,
11027         tree-ssa-tail-merge.c, tree-vrp.c, var-tracking.c: Remove
11029 2015-10-01  Marek Polacek  <polacek@redhat.com>
11031         PR c/65345
11032         * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Adjust to use
11033         create_tmp_var_raw rather than create_tmp_var.
11035 2015-10-01  Marek Polacek  <polacek@redhat.com>
11037         PR tree-optimization/67769
11038         * tree-ssa-phiopt.c (conditional_replacement): Call
11039         reset_flow_sensitive_info_in_bb.
11040         (minmax_replacement): Likewise.
11041         (abs_replacement): Likewise.
11043 2015-10-01  Nathan Sidwell  <nathan@codesourcery.com>
11045         * builtins.c: Don't include gomp-constants.h.
11046         (fold_builtin_1): Don't fold acc_on_device here.
11047         * gimple-fold.c: Include gomp-constants.h.
11048         (gimple_fold_builtin_acc_on_device): New.
11049         (gimple_fold_builtin): Call it.
11051 2015-10-01  H.J. Lu  <hongjiu.lu@intel.com>
11053         * config/i386/x86-tune.def (X86_TUNE_USE_BT): Enable for Lakemont.
11054         (X86_TUNE_ZERO_EXTEND_WITH_AND): Disable for Lakemont.
11056 2015-10-01  James Greenhalgh  <james.greenhalgh@arm.com>
11058         * config/arm/aarch-common-protos.h
11059         (aarch_accumulator_forwarding): New.
11060         (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11061         * config/arm/aarch-common.c (aarch_accumulator_forwarding): New.
11062         (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11063         * config/arm/cortex-a53.md: Rewrite.
11065 2015-10-01  Richard Biener  <rguenther@suse.de>
11067         * gimple-match.h (mprts_hook): Declare.
11068         * gimple-match.head.c (mprts_hook): Define.
11069         (maybe_push_res_to_seq): Use new hook.
11070         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11071         * tree-ssa-sccvn.h (vn_ssa_aux::expr): Change to a gimple_seq.
11072         (vn_ssa_aux::has_constants): Remove.
11073         * tree-ssa-sccvn.c: Include gimple-match.h.
11074         (VN_INFO_GET): Assert we don't re-use SSA names.
11075         (vn_get_expr_for): Remove.
11076         (expr_has_constants): Likewise.
11077         (stmt_has_constants): Likewise.
11078         (simplify_binary_expression): Likewise.
11079         (simplify_unary_expression): Likewise.
11080         (vn_lookup_simplify_result): New hook.
11081         (visit_copy): Adjust.
11082         (visit_reference_op_call): Likewise.
11083         (visit_phi): Likewise.
11084         (visit_use): Likewise.
11085         (process_scc): Likewise.
11086         (init_scc_vn): Likewise.
11087         (visit_reference_op_load): Likewise.  Use match-and-simplify and
11088         a gimple seq for inserted expressions.
11089         (try_to_simplify): Remove GENERIC stmt combining code.
11090         (sccvn_dom_walker::before_dom_children): Use match-and-simplify.
11091         * tree-ssa-pre.c (eliminate_insert): Adjust.
11092         (eliminate_dom_walker::before_dom_children): Likewise.
11094 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
11096         * doc/invoke.texi (Optimization Options): Add
11097         -freorder-blocks-algorithm=.
11098         (Optimize Options) <-O>: Add -freorder-blocks.
11099         <-O2>: Remove -freorder-blocks.  Add -freorder-blocks-algorithm=stc.
11100         <-Os>: Add -freorder-blocks-algorithm=stc as not enabled.
11101         <-freorder-blocks>: Also enabled at levels -O and -Os.
11102         <-freorder-blocks-algorithm=>: Document new option.
11104 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
11106         * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected
11107         with flag_reorder_blocks_algorithm.
11108         * common.opt (freorder-blocks-algorithm=): New flag.
11109         (reorder_blocks_algorithm): New enum.
11110         * flag-types.h (reorder_blocks_algorithm): New enum.
11111         * opts.c (default_options_table): Use -freorder-blocks at -O1 and up,
11112         and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os).
11114 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
11116         * bb-reorder.c: Add intro comment.
11117         (reorder_basic_blocks_software_trace_cache): Print a header to
11118         the dump file.
11119         (edge_order): New function.
11120         (reorder_basic_blocks_simple): New function.
11121         (reorder_basic_blocks): Choose between the STC and the simple
11122         algorithms (always choose the former).
11124 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
11126         * bb-reorder.c (reorder_basic_blocks_software_trace_cache): New
11127         function, factored out from ...
11128         (reorder_basic_blocks): ... here.
11130 2015-10-01  Tom de Vries  <tom@codesourcery.com>
11132         * tree-cfg.c (dump_function_to_file): Dump function attributes using
11133         __attribute__(()) string.  Move dumping of function attributes to before
11134         function name.
11136 2015-10-01  Lynn Boger  <laboger@linux.vnet.ibm.com>
11138         PR target/66870
11139         * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Define.
11140         * configure.ac: Define HAVE_GOLD_ALTERNATE_SPLIT_STACK on Power
11141         based on gold linker version.
11142         * gcc.c: Add -fuse-ld=gold to STACK_SPLIT_SPEC if
11143         HAVE_GOLD_ALTERNATE_SPLIT_STACK defined.
11144         * configure, config.in: Regenerate.
11146 2015-10-01  Alan Modra  <amodra@gmail.com>
11148         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't set
11149         r2_setup_needed when TARGET_SINGLE_PIC_BASE.
11150         (rs6000_output_mi_thunk): Likewise.
11152 2015-09-30  Nathan Sidwell  <nathan@codesourcery.com>
11154         * config/nvptx/mkoffload.c (process): Change offload data format.
11156 2015-09-30  Jeff Law  <law@redhat.com>
11158         * tree-ssa-dom.c (optimize_stmt): Collapse control flow statements
11159         with constant conditions.
11160         * tree-ssa-threadupdate.c (remove_jump_threads_starting_at): New.
11161         (remove_ctrl_stmt_and_useless_edges): No longer static.
11162         * tree-ssa-threadupdate.h (remove_jump_threads_starting_at): Prototype.
11163         (remove_ctrl_stmt_and_useless_edges): Likewise.
11165 2015-09-30  Nathan Sidwell  <nathan@codesourcery.com>
11166             Cesar Philippidis  <cesar@codesourcery.com>
11168         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.
11169         (TARGET_GOACC_VALIDATE_DIMS): Override.
11170         * target.def (TARGET_GOACC): New target hook prefix.
11171         (validate_dims): New hook.
11172         * targhooks.h (default_goacc_validate_dims): New.
11173         * omp-low.c (oacc_validate_dims): New.
11174         (execute_oacc_device_lower): New.
11175         (default_goacc_validate_dims): New.
11176         (pass_data_oacc_device_lower): New.
11177         (pass_oacc_device_lower): New pass.
11178         (make_pass_oacc_device_lower): New.
11179         * tree-pass.h (make_pass_oacc_device_lower): Declare.
11180         * passes.def (pass_oacc_device_lower): Add it.
11181         * doc/tm.texi: Rebuilt.
11182         * doc/tm.texi.in (TARGET_GOACC_VALIDATE_DIMS): Add hook.
11183         * doc/invoke.texi (oaccdevlow): Document tree dump flag.
11185 2015-09-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11187         PR rtl-optimization/67037
11188         * lra-constraints.c (process_addr_reg): Use copy_rtx when necessary.
11190 2015-09-30  Bernd Schmidt  <bernds@redhat.com>
11192         * gimple-ssa.h (gimple_df): Add free_ssanames_queue field.
11193         * passes.c: Include tree-ssanames.h.
11194         (execute_function_todo): Flush the pending free SSA_NAMEs after
11195         eliminating unreachable basic blocks.
11196         * tree-ssanames.c (FREE_SSANAMES_QUEUE): new.
11197         (init_ssanames): Initialize FREE_SSANAMES_QUEUE.
11198         (fini_ssanames): Finalize FREE_SSANAMES_QUEUE.
11199         (flush_ssanames_freelist): New function.
11200         (release_ssaname_fn): Put released names on the queue.
11201         (pass_release_ssa_names::execute): Call flush_ssanames_freelist.
11202         * tree-ssanames.h (flush_ssanames_freelist): Declare.
11204 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
11206         * config/i386/intelmic-mkoffload.c (main): Parse "-v" flag.
11207         (generate_target_descr_file, generate_target_offloadend_file)
11208         (generate_host_descr_file, prepare_target_image): Pass it on.
11209         * config/nvptx/mkoffload.c (main): Parse "-v" flag.
11210         (compile_native, main): Pass it on.
11211         * lto-wrapper.c (compile_offload_image): Likewise.
11213 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
11214             Ilya Verbin  <ilya.verbin@intel.com>
11215             Andrey Turetskiy  <andrey.turetskiy@intel.com>
11217         * config/i386/intelmic-mkoffload.c (generate_host_descr_file)
11218         (prepare_target_image, main): Refactor argv building to use
11219         obstacks.
11221 2015-09-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11223         * config/spu/spu-protos.h (spu_expand_atomic_op): Add prototype.
11224         * config/spu/spu.c (spu_expand_atomic_op): New function.
11225         * config/spu/spu.md (AINT): New mode iterator.
11226         (ATOMIC): New code iterator.
11227         (atomic_name, atomic_pred): New code predicates.
11228         ("atomic_load<mode>", "atomic_store<mode>"): New expanders.
11229         ("atomic_compare_and_swap<mode>", "atomic_exchange<mode>"): Likewise.
11230         (""atomic_<atomic_name><mode>", "atomic_fetch_<atomic_name><mode>",
11231         "atomic_<atomic_name>_fetch<mode>"): Likewise.
11233 2015-09-30  Ilya Enkovich  <enkovich.gnu@gmail.com>
11235         * config/i386/i386.c (scalar_chain::analyze_register_chain): Ignore
11236         debug insns.
11237         (scalar_chain::convert_reg): Likewise.
11239 2015-09-30  Richard Biener  <rguenther@suse.de>
11241         * builtins.c: Add comment that no new simplifications should
11242         be added here.
11244 2015-09-30  Marek Polacek  <polacek@redhat.com>
11246         PR tree-optimization/67690
11247         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): Call
11248         reset_flow_sensitive_info_in_bb.
11249         * tree-ssa-tail-merge.c (replace_block_by): Likewise.
11250         * tree-ssanames.c: Include "gimple-iterator.h".
11251         (reset_flow_sensitive_info_in_bb): New function.
11252         * tree-ssanames.h (reset_flow_sensitive_info_in_bb): Declare.
11254 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
11256         * config/i386/intelmic-mkoffload.c (target_ilp32): Remove
11257         variable, replacing it with...
11258         (offload_abi): ... this new variable.  Adjust all users.
11259         * config/nvptx/mkoffload.c (target_ilp32, offload_abi): Likewise.
11261 2015-09-30  Matthias Klose  <doko@ubuntu.com>
11263         * configure.ac: Remove extraneous ;;.
11264         * configure: Regenerate.
11266 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
11268         * config/ft32/predicates.md (ft32_imm_operand): New predicate.
11269         * config/ft32/ft32.md (movmemsi, setmemsi): Use ft32_imm_operand
11270         predicate, disallow register for operand 2.
11272 2015-09-29  Aditya Kumar  <aditya.k7@samsung.com>
11274         * graphite-dependences.c (scop_get_dependences): Moved in down
11275         in order to be visible to its caller.
11276         * graphite-poly.h: Removed compute_deps, and extend_schedule.
11278 2015-09-29  Sebastian Pop  <s.pop@samsung.com>
11279             Aditya Kumar  <aditya.k7@samsung.com>
11281         PR tree-optimization/67754
11282         * graphite-optimize-isl.c (optimize_isl): Call
11283         isl_options_set_schedule_fuse with ISL_SCHEDULE_FUSE_MIN for ISL-14.
11285 2015-09-29  Nathan Sidwell  <nathan@codesourcery.com>
11287         * builtins.c (expand_builtin_acc_on_device): Delete.
11288         (expand_builtin): Don't call it.
11289         (fold_builtin_1): Fold acc_on_device.
11291 2015-09-29  H.J. Lu  <hongjiu.lu@intel.com>
11293         * config/i386/i386.c (ix86_function_arg): Fix typo in comments.
11294         (ix86_nsaved_sseregs): Likewise.
11296 2015-09-29  Jeff Law  <law@redhat.com>
11298         * config/microblaze/microblaze.c (microblaze_version_to_int): Remove
11299         computation of unused value.
11301         * config/pdp11/pdp11.c (pdp11_branch_cost): New function.
11302         * config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
11303         inline macro expansion.
11305         * config/i386/t-interix (winnt-stubs.o): Fix compilation rule.
11307         * config/sh/sh.c (gen_shl_and): Fix undefined left shift behaviour.
11308         (gen_shl_sext): Likewise.
11309         * config/sh/sh.md (divsi3): Likewise.
11310         (imm->ext_dest_operand splitter): Likewise.
11312 2015-09-29  Sebastian Pop  <s.pop@samsung.com>
11313             Aditya Kumar  <aditya.k7@samsung.com>
11315         * graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
11316         (nb_data_writes_in_bb): Remove.
11317         (split_pbb): Remove.
11318         (split_reduction_stmt): Remove.
11319         (is_reduction_operation_p): Remove.
11320         (phi_contains_arg): Remove.
11321         (follow_ssa_with_commutative_ops): Remove.
11322         (detect_commutative_reduction_arg): Remove.
11323         (detect_commutative_reduction_assign): Remove.
11324         (follow_inital_value_to_phi): Remove.
11325         (edge_initial_value_for_loop_phi): Remove.
11326         (initial_value_for_loop_phi): Remove.
11327         (used_outside_reduction): Remove.
11328         (detect_commutative_reduction): Remove.
11329         (translate_scalar_reduction_to_array_for_stmt): Remove.
11330         (remove_phi): Remove.
11331         (dr_indices_valid_in_loop): Remove.
11332         (close_phi_written_to_memory): Remove.
11333         (translate_scalar_reduction_to_array): Remove.
11334         (rewrite_commutative_reductions_out_of_ssa_close_phi): Remove.
11335         (rewrite_commutative_reductions_out_of_ssa_loop): Remove.
11336         (rewrite_commutative_reductions_out_of_ssa): Remove.
11337         (build_poly_scop): Remove call to
11338         rewrite_commutative_reductions_out_of_ssa.
11340 2015-09-29  Evandro Menezes  <e.menezes@samsung.com>
11342         * config/arm/types.md (neon_ldp, neon_ldp_q, neon_stp, neon_stp_q):
11343         Add new insn types for vector load and store pairs.
11344         * config/arm/cortex-a53.md (cortex_a53_f_load_2reg): Add insn
11345         types "neon_ldp{,_q}".
11346         * config/arm/cortex-a57.md (neon_load_c): Add insn types
11347         "neon_ldp{,_q}".
11348         (neon_store_complex): Add insn types "neon_stp{,_q}".
11349         * config/aarch64/aarch64-simd.md (aarch64_be_movoi): Add insn types
11350         "neon_{ldp,stp}_q".
11352 2015-09-29  Jeff Law  <law@redhat.com>
11354         * config/rx/constraints.md (Int08): Fix undefined left shift
11355         behaviour.
11356         (Sint08, Sint16, Sint24): Likewise.
11357         * config/rx/rx.c (rx_get_stack_layout): Likewise.
11359         * config/rl78/rl78-expand.md (movqi): Fix undefined left shift
11360         behaviour.
11362         * config/msp430/msp430.c (msp430_legitimate_constant): Fix undefined
11363         left shift behaviour.
11364         * config/msp430/constraints.md ('L' constraint): Similarly.
11365         ('Ys' constraint): Similarly.
11367 2015-09-29  Richard Biener  <rguenther@suse.de>
11369         PR tree-optimization/67170
11370         * tree-ssa-alias.h (get_continuation_for_phi): Adjust
11371         the translate function pointer parameter to get the
11372         bool whether to disambiguate only by reference.
11373         (walk_non_aliased_vuses): Likewise.
11374         * tree-ssa-alias.c (maybe_skip_until): Adjust.
11375         (get_continuation_for_phi_1): Likewise.
11376         (get_continuation_for_phi): Likewise.
11377         (walk_non_aliased_vuses): Likewise.
11378         * tree-ssa-sccvn.c (const_parms): New bitmap.
11379         (vn_reference_lookup_3): Adjust for interface change.
11380         Disambiguate parameters pointing to readonly memory.
11381         (free_scc_vn): Free const_parms.
11382         (run_scc_vn): Initialize const_parms from a fn spec attribute.
11384 2015-09-29  Richard Biener  <rguenther@suse.de>
11386         PR tree-optimization/67741
11387         * tree-ssa-math-opts.c (pass_cse_sincos::execute): Only recognize
11388         builtin calls with correct signature.
11390 2015-09-29  Ilya Enkovich  <enkovich.gnu@gmail.com>
11392         PR target/65105
11393         * config/i386/i386.c: Include dbgcnt.h.
11394         (has_non_address_hard_reg): New.
11395         (convertible_comparison_p): New.
11396         (scalar_to_vector_candidate_p): New.
11397         (remove_non_convertible_regs): New.
11398         (scalar_chain): New.
11399         (scalar_chain::scalar_chain): New.
11400         (scalar_chain::~scalar_chain): New.
11401         (scalar_chain::add_to_queue): New.
11402         (scalar_chain::mark_dual_mode_def): New.
11403         (scalar_chain::analyze_register_chain): New.
11404         (scalar_chain::add_insn): New.
11405         (scalar_chain::build): New.
11406         (scalar_chain::compute_convert_gain): New.
11407         (scalar_chain::replace_with_subreg): New.
11408         (scalar_chain::replace_with_subreg_in_insn): New.
11409         (scalar_chain::emit_conversion_insns): New.
11410         (scalar_chain::make_vector_copies): New.
11411         (scalar_chain::convert_reg): New.
11412         (scalar_chain::convert_op): New.
11413         (scalar_chain::convert_insn): New.
11414         (scalar_chain::convert): New.
11415         (convert_scalars_to_vector): New.
11416         (pass_data_stv): New.
11417         (pass_stv): New.
11418         (make_pass_stv): New.
11419         (ix86_option_override): Created and register stv pass.
11420         (flag_opts): Add -mstv.
11421         (ix86_option_override_internal): Likewise.
11422         * config/i386/i386.md (SWIM1248x): New.
11423         (*movdi_internal): Add xmm to mem alternative for TARGET_STV.
11424         (and<mode>3): Use SWIM1248x iterator instead of SWIM.
11425         (*anddi3_doubleword): New.
11426         (*zext<mode>_doubleword): New.
11427         (*zextsi_doubleword): New.
11428         (<code><mode>3): Use SWIM1248x iterator instead of SWIM.
11429         (*<code>di3_doubleword): New.
11430         * config/i386/i386.opt (mstv): New.
11431         * dbgcnt.def (stv_conversion): New.
11433 2015-09-29  Tom de Vries  <tom@codesourcery.com>
11435         * tree-cfg.c (dump_function_to_file): Dump function attributes.
11437 2015-09-29  Kaz Kojima  <kkojima@gcc.gnu.org>
11439         PR target/67716
11440         * config/sh/sh.c (sh_override_options_after_change): New.
11441         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
11442         (sh_option_override): Move align_loops, align_jumps and
11443         align_functions handling into sh_override_options_after_change.
11445 2015-09-28  Nathan Sidwell  <nathan@codesourcery.com>
11447         * config/nvptx/nvptx.c: Include omp-low.h and gomp-constants.h.
11448         (nvptx_record_offload_symbol): Record function execution geometry.
11449         * config/nvptx/mkoffload.c (process): Include launch geometry in
11450         function data.
11451         * omp-low.c (oacc_launch_pack): New.
11452         (replace_oacc_fn_attrib): New.
11453         (set_oacc_fn_attrib): New.
11454         (get_oacc_fn_attrib): New.
11455         (expand_omp_target): Create keyed varargs for GOACC_parallel call
11456         generation.
11457         * omp-low.h (get_oacc_fn_attrib): Declare.
11458         * builtin-types.def (DEF_FUNCTION_TyPE_VAR_6): New.
11459         (DEF_FUNCTION_TYPE_VAR_11): Delete.
11460         * tree.h (OMP_CLAUSE_EXPR): New.
11461         * omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
11463 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
11464             Sebastian Pop  <s.pop@samsung.com>
11466         * sese.c (invariant_in_sese_p_rec): Remove unused variable.
11468 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
11469             Sebastian Pop  <s.pop@samsung.com>
11471         * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
11472         * graphite-scop-detection.c (struct sese_l): New type.
11473         (get_entry_bb): API for getting entry bb of SESE.
11474         (get_exit_bb): API for getting exit bb of SESE.
11475         (class debug_printer): New type.  Simple printer in debug mode.
11476         (trivially_empty_bb_p): New.  Return true when BB is empty or
11477         contains only debug instructions.
11478         (graphite_can_represent_expr): Call scalar_evoution_in_region
11479         instead of analyze_scalar_evolution.  Pass in scop instead of only
11480         the scop entry.
11481         (stmt_has_simple_data_refs_p): Pass in scop instead of only the
11482         scop entry.
11483         (stmt_simple_for_scop_p): Same.
11484         (harmful_stmt_in_bb): Same.
11485         (graphite_can_represent_loop): Deleted.
11486         (struct scopdet_info): Deleted.
11487         (scopdet_basic_block_info): Deleted.
11488         (build_scops_1): Deleted.
11489         (bb_in_sd_region): Deleted.
11490         (find_single_entry_edge): Deleted.
11491         (find_single_exit_edge): Deleted.
11492         (create_single_entry_edge): Deleted.
11493         (sd_region_without_exit): Deleted.
11494         (create_single_exit_edge): Deleted.
11495         (unmark_exit_edges): Deleted.
11496         (mark_exit_edges): Deleted.
11497         (create_sese_edges): Deleted.
11498         (build_graphite_scops): Deleted.
11499         (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
11500         (build_scops): Use the new scop_builder to build scops.
11501         (dot_all_scops_1): Use the new pretty printer.  Print loop father
11502         as well.
11503         (loop_body_is_valid_scop): New.  Return true if loop body is a
11504         valid scop.
11505         (class scop_builder): New.  Builds SCoPs for polyhedral
11506         optimizations.
11507         (scop_builder): New constructor.
11508         (static sese_l invalid_sese): sese_l with invalid edges.
11509         (get_sese): Get an sese (from a loop) if possible, invalid_sese
11510         otherwise.
11511         (get_nearest_dom_with_single_entry): Get nearest dominator of a
11512         basic_block with single entry.  Return NULL if we get to the
11513         beginning of a function.
11514         (get_nearest_pdom_with_single_exit): Get nearest post-dominator of
11515         a basic_block with single exit.  Return NULL if we get to the
11516         beginning of a function.
11517         (print_sese): Pretty-print SESE.
11518         (merge_sese): Merge two SESEs if possible and return the new SESE.
11519         (build_scop_depth): Start building the SCoP within a loop nest.
11520         (build_scop_breadth): Start building the SCoP at a single loop
11521         depth.  Merge adjacent SESEs if valid.
11522         (can_represent_loop_1): Returns true if Graphite can represent
11523         loop inside SCoP.  Helper for can_represent_loop.
11524         (can_represent_loop): Returns true if Graphite can represent LOOP
11525         and all its nested loops in SCoP.
11526         (loop_is_valid_scop): Returns true if LOOP and all its nests
11527         constitute a valid SCoP.
11528         (region_has_one_loop): Returns true of a region has only one loop.
11529         (add_scop): Add SCoP to the list of valid scops.  Removes an
11530         already existing scop if it intersects with or subsumed by this one.
11531         (harmful_stmt_in_region): Returns true if SCoP has any statment
11532         which cannot be represented by Graphite.
11533         (subsumes): Returns true of SCoP S1 subsumes SCoP S2.
11534         (remove_subscops): Remove any SCoP from the list of already found
11535         SCoPs, if subsumed by S1.
11536         (intersects): Return true if region bounded by SCoPs S1 and S2
11537         intersect.
11538         (remove_intersecting_scops): Remove any SCoP which intersects with S1.
11539         * graphite.c (print_graphite_scop_statistics):
11540         (print_graphite_statistics): Print SCoP info while debugging.
11541         (graphite_initialize): Early exit in case number of loops in a
11542         function is less than PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION or
11543         basic blocks are more than PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
11544         (graphite_finalize):
11545         * params.def: Add PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION.
11546         * sese.h (sese_loop_depth): Remove unnecessary gcc_assert.
11547         (recompute_all_dominators): Recalculate POST_DOMINATORS.
11548         * tree-cfg.c (print_loops): Print the function name while printing
11549         loops.
11551 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
11552             Sebastian Pop  <s.pop@samsung.com>
11554         PR tree-optimization/67700
11555         * graphite-sese-to-poly.c (parameter_index_in_region): Call
11556         invariant_in_sese_p_rec.
11557         (extract_affine): Same.
11558         (rewrite_cross_bb_scalar_deps): Call update_ssa.
11559         * sese.c (invariant_in_sese_p_rec): Export.  Handle vdefs and vuses.
11560         * sese.h (invariant_in_sese_p_rec): Declare.
11562 2015-09-28  David Wohlferd  <dw@LimeGreenSocks.com>
11564         * doc/extend.texi (Asm Labels): Break out text for data vs functions.
11566 2015-09-28  Jiong Wang  <jiong.wang@arm.com>
11568         Revert:
11569         2015-08-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11570                     Jiong Wang  <jiong.wang@arm.com>
11572         * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
11573         * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
11574         (REG_CLASS_NAMES): Likewise.
11575         (REG_CLASS_CONTENTS): Likewise.
11576         * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
11577         (aarch64_register_move_cost): Likewise.
11578         (aarch64_load_symref_appropriately): Invoke the new added pattern if
11579         possible.
11580         * config/aarch64/constraints.md (Uc0): New constraint.
11582 2015-09-28  Daniel Hellstrom  <daniel@gaisler.com>
11584         * config/sparc/t-rtems: Remove -muser-mode. Add ut699, at697f and leon.
11586 2015-09-28  David Edelsohn  <dje.gcc@gmail.com>
11588         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Place
11589         SECTION_EXCLUDE in XO mapping class.
11591 2015-09-28  Oleg Endo  <olegendo@gcc.gnu.org>
11593         PR target/54236
11594         * config/sh/predicates.md (t_reg_operand, negt_reg_operand): Allow
11595         and handle ne and eq codes.
11596         * config/sh/sh.c (sh_rtx_costs): Adjust matching of tst #imm,r0 insn.
11597         (sh_recog_treg_set_expr): Early accept negt_reg_operand.  Eearly reject
11598         CONST_INT_P.  Use reverse_condition.
11599         (sh_split_treg_set_expr): Likewise.
11601 2015-09-28  James Greenhalgh  <james.greenhalgh@arm.com>
11603         * config/arm/types.md (type): Add rotate_imm.
11604         * config/aarch64/aarch64.md (*ror<mode>3_insn): Split out the
11605         ROR immediate case.
11606         (*rorsi3_insn_uxtw): Likewise.
11607         * config/aarch64/thunderx.md (thunderx_shift): Add rotate_imm.
11608         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add rotate_imm.
11609         * config/arm/cortex-a57.md (cortex_a53_alu): Add rotate_imm.
11611 2015-09-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11613         PR rtl-optimization/67481
11614         * ifcvt.c (contains_ccmode_rtx_p): New function.
11615         (insn_valid_noce_process_p): Use it.
11617 2015-09-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11619         PR rtl-optimization/67456
11620         PR rtl-optimization/67464
11621         PR rtl-optimization/67465
11622         * ifcvt.c (noce_try_cmove_arith): Bail out if cannot conditionally
11623         move in the mode of x.  Handle combination of complex and simple
11624         block pairs as well as the case when one is empty.
11626 2015-09-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11628         * doc/gimple.texi: Update references to gimple_statement_base.
11629         * gdbhooks.py: Likewise.
11630         * gimple.h: Likewise.
11632 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
11634         * config/sparc/driver-sparc.c: map LEON to leon3
11636 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
11638         * config/sparc/sparc.opt: Rename mask from USER_MODE to SV_MODE
11639           and make it inverse to change default
11640         * config/sparc/sync.md: Only use supervisor ASI for CASA when in
11641           supervisor mode
11642         * doc/invoke.texi: Document change of default
11644 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
11646         * config/sparc/sparc.c (sparc_function_value_regno_p): Do not return
11647         true on %f0 for a target without FPU.
11648         * config/sparc/sparc.md (untyped_call): Do not save %f0 for a target
11649         without FPU.
11650         (untyped_return): Do not load %f0 for a target without FPU.
11652 2015-09-28  Andrew Pinski  <apinski@cavium.com>
11654         * config/aarch64/aarch64.md (prefetch):
11655         Change the predicate of operand 0 to register_operand.
11657 2015-09-27  Uros Bizjak  <ubizjak@gmail.com>
11659         * config/i386/predicates.md (register_sse4nonimm_operand): New
11660         predicate.
11661         * config/i386/sse.md (PEXTR_MODE12): New mode iterator.
11662         (*vec_extract<mode>): Use PEXTR_MODE12 instead of VI12_128 mode.
11663         Use register_sse4nonimm_operand as operand 0 predicate.
11664         (*vec_extractv8hi_sse2): Remove insn pattern.
11665         (*vec_extract<PEXTR_MODE12:mode>_zext): Merge insn pattern from
11666         *vec_extractv8hi_zext and *vec_extractv16qi_zext patterns.
11668 2015-09-27  Oleg Endo  <olegendo@gcc.gnu.org>
11669             Kaz Kojima  <kkojima@gcc.gnu.org>
11671         PR target/67391
11672         * config/sh/sh-protos.h (sh_lra_p): Declare.
11673         * config/sh/sh.c (sh_lra_p): Make non-static.
11674         * config/sh/sh.md (addsi3): Use arith_reg_dest for operands[0] and
11675         arith_reg_operand for operands[1].  Remove TARGET_SHMEDIA case.
11676         Expand into addsi3_scr if operands[2] if needed.
11677         (*addsi3_compact): Rename to *addsi3_compact_lra.  Use
11678         arith_reg_operand for operands[1].  Allow it only when LRA is enabled.
11679         (addsi3_scr, *addsi3): New insn_and_split patterns.
11681 2015-09-27  Alexandre Oliva <aoliva@redhat.com>
11683         PR rtl-optimization/64164
11684         PR tree-optimization/67312
11685         PR middle-end/67340
11686         PR middle-end/67490
11687         PR bootstrap/67597
11688         * cfgexpand.c (parm_in_stack_slot_p): Remove.
11689         (ssa_default_def_partition): Remove.
11690         (get_rtl_for_parm_ssa_default_def): Remove.
11691         (set_rtl): Check that RTL assignments match expectations.
11692         Loop on SUBREGs, CONCATs and PARALLELs subexprs.  Set only the
11693         default def location for params and results.  Record SSA names
11694         or types in REG and MEM attrs, respectively.
11695         (set_parm_rtl): New.
11696         (expand_one_ssa_partition): Drop logic that assigned MEMs with
11697         unassigned addresses.
11698         (adjust_one_expanded_partition_var): Don't accept NULL RTL on
11699         deferred stack alloc vars.
11700         (expand_used_vars): Skip partitions holding parm default defs.
11701         Move adjust_one_expanded_partition_var loop...
11702         (pass_expand::execute): ... here.  Drop redundant assert.
11703         Adjust comments before the final loop over all ssa names.
11704         Require assigned rtl of parms and results to match exactly.
11705         Reset its attributes to match them, not any other variables in
11706         the same partition.
11707         (expand_debug_expr): Use entry value for PARM's default defs
11708         only iff they have zero nondebug uses.
11709         * cfgexpand.h (parm_in_stack_slot_p): Remove.
11710         (get_rtl_for_parm_ssa_default_def): Remove.
11711         (set_parm_rtl): Declare.
11712         * doc/invoke.texi: Improve wording.
11713         * explow.c (promote_decl_mode): Fix promote_function_mode for
11714         result decls not by reference.
11715         (promote_ssa_mode): Disregard BLKmode from promote_decl, and
11716         bypass TYPE_MODE to get the actual vector mode.
11717         * function.c: Include tree-dfa.h.  Revert 2015-08-14's and
11718         2015-08-19's changes as follows.  Drop include of
11719         basic-block.h and df.h.
11720         (rtl_for_parm): Remove.
11721         (maybe_reset_rtl_for_parm): Remove.
11722         (parm_in_unassigned_mem_p): Remove.
11723         (use_register_for_decl): Add logic for RESULT_DECLs matching
11724         assign_parms' behavior.
11725         (split_complex_args): Revert.
11726         (assign_parms_augmented_arg_list): Revert.  Add comment
11727         referencing the logic above.
11728         (assign_parm_adjust_stack_rtl): Revert.
11729         (assign_parm_setup_block): Revert.  Use set_parm_rtl instead
11730         of SET_DECL_RTL.  Set up a REG if the parm demands so.
11731         (assign_parm_setup_reg): Revert.  Consolidated SET_DECL_RTL
11732         calls into a single set_parm_rtl.  Set up a temporary RTL
11733         temporarily for expand_assignment.
11734         (assign_parm_setup_stack): Revert.  Use set_parm_rtl.
11735         (assign_parms_unsplit_complex): Revert.  Use set_parm_rtl.
11736         (assign_bounds): Revert.
11737         (assign_parms): Revert.  Use set_parm_rtl.
11738         (allocate_struct_function): Relayout result and parms of
11739         non-abstruct functions.
11740         (expand_function_start): Revert.  Use set_parm_rtl.  If the
11741         result is not a hard reg, create a pseudo from the promoted
11742         mode of the default def.  Promote static chain mode.
11743         * tree-outof-ssa.c (remove_ssa_form): Drop unused
11744         partition_has_default_def.  Set up
11745         partitions_for_parm_default_defs.
11746         (finish_out_of_ssa): Remove partition_has_default_def.
11747         Release partitions_for_parm_default_defs.
11748         * tree-outof-ssa.h (struct ssaexpand): Remove
11749         partition_has_default_def.  Add
11750         partitions_for_parm_default_defs.
11751         * tree-ssa-coalesce.c: Include tree-dfa.h, tm_p.h and
11752         stor-layout.h.
11753         (build_ssa_conflict_graph): Fix conflict-detection of default
11754         defs of even unused default defs of params and results.
11755         (for_all_parms): New.
11756         (create_default_def): New.
11757         (register_default_def): New.
11758         (coalesce_with_default): New.
11759         (create_outofssa_var_map): Create default defs for all parms
11760         and results, and register their partitions.  Add GIMPLE_RETURN
11761         operands as coalesce candidates with results.  Add default
11762         defs of each parm or result as coalesce candidates with its
11763         other defs.  Mark each result def, and each default def of
11764         parms, as used_in_copy.
11765         (gimple_can_coalesce_p): Call it.  Call use_register_for_decl
11766         with the ssa names, even anonymous ones.  Drop
11767         parm_in_stack_slot_p calls.  Require same signedness and
11768         alignment.
11769         (coalesce_ssa_name): Add coalesce candidates for all defs of
11770         each parm and result, even unused ones.
11771         (parm_default_def_partition_arg): New type.
11772         (set_parm_default_def_partition): New.
11773         (get_parm_default_def_partitions): New.
11774         * tree-ssa-coalesce.h (get_parm_default_def_partitions): New.
11775         * tree-ssa-live.c (partition_view_init): Regard unused defs of
11776         parms and results as used.
11777         (verify_live_on_entry): Don't error out just because they're
11778         not live.
11780 2015-09-26  David Edelsohn  <dje.gcc@gmail.com>
11782         * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
11783         (HAVE_XCOFF_DWARF_EXTRAS): Default to 0 definition.
11784         (output_fde): Don't output length for debug_frame on AIX.
11785         (output_call_frame_info): Don't output length for debug_frame on AIX.
11786         (have_macinfo): Force to False for XCOFF_DEBUGGING_INFO and not
11787         HAVE_XCOFF_DWARF_EXTRAS.
11788         (add_AT_loc_list): Return early if XCOFF_DEBUGGING_INFO and not
11789         HAVE_XCOFF_DWARF_EXTRAS.
11790         (output_compilation_unit_header): Don't output length on AIX.
11791         (output_pubnames): Don't output length on AIX.
11792         (output_aranges): Delete argument. Compute length locally. Don't
11793         output length on AIX.
11794         (output_line_info): Don't output length on AIX.
11795         (dwarf2out_finish): Don't compute aranges_length.
11796         * dwarf2asm.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
11797         (dw2_asm_output_nstring): Emit .byte not .ascii on AIX.
11798         * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): Emit correct
11799         symbol decoration for AIX.
11800         (rs6000_xcoff_debug_unwind_info): New.
11801         (rs6000_xcoff_asm_named_section): Emit .dwsect pseudo-op
11802         for SECTION_DEBUG.
11803         (rs6000_xcoff_declare_function_name): Emit different
11804         .function pseudo-op when DWARF2_DEBUG. Don't call
11805         xcoffout_declare_function for DWARF2_DEBUG.
11806         * config/rs6000/xcoff.h (TARGET_DEBUG_UNWIND_INFO):
11807         Redefine.
11808         * config/rs6000/aix71.h: New.
11809         * configure.ac (gcc_cv_as_aix_dwloc): Check AIX as for DWARF
11810         locations support.
11811         * configure: Regenerate.
11812         * config.gcc (powerpc-ibm-aix[789]+): New stanza for AIX 7.1+ with
11813         DWARF support.
11815 2015-09-26  Jeff Law  <law@redhat.com>
11817         * config/arc/arc.c (arc_output_addsi): Fix left shift undefined
11818         behaviour.
11819         * config/arc/constraints.md (Cca, C2a): Fix left shift undefined
11820         behaviour.
11822         * config/sh/sh.h (CONST_OK_FOR_J16): Fix left shift undefined
11823         behaviour
11825         * config/mips/mips.c (mips_compute_frame_info): Fix left shift
11826         undefined behaviour.
11828         * config/cris/cris.md (asrandb): Fix left shift undefined
11829         behaviour.
11830         (asrandw): Likewise.
11832 2015-09-25  Vladimir Makarov  <vmakarov@redhat.com>
11834         PR target/61578
11835         * lra-constarints.c (match_reload): Check presence of the input pseudo
11836         in the output operand.
11838 2015-09-25  Tobias Burnus  <burnus@net-b.de>
11840         * doc/invoke.texi (-fsanitize): Minor wording tweak.
11842 2015-09-25  Tobias Burnus  <burnus@net-b.de>
11844         * doc/invoke.texi (-fsanitize): Update URLs.
11846 2015-09-25  Teresa Johnson  <tejohnson@google.com>
11848         * opts.c (finish_options): Unset -freorder-blocks-and-partition
11849         if not using profile.
11851 2015-09-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11853         PR pretty-print/67567
11854         * pretty-print.c (pp_string): Add gcc_checking_assert.
11855         * pretty-print.h (output_buffer_append_r): Likewise.
11857 2015-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
11859         PR target/67675
11860         * config/sh/sh-mem.cc (sh_expand_cmpstr): Check alignment of addr1 and
11861         addr2 individually.  Don't emit logical or insn if one is known to
11862         be aligned approriately.
11863         (sh_expand_cmpnstr): Likewise.
11865 2015-09-25  Richard Sandiford  <richard.sandiford@arm.com>
11867         * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Force
11868         __builtin_aarch64_fp[sc]r arguments into a register.
11870 2015-09-25  H.J. Lu  <hongjiu.lu@intel.com>
11872         * config.gcc (x86_archs): Replace lakemount with lakemont.
11873         (with_cpu): Likewise.
11874         (with_arch): Likewise.
11875         * config/i386/i386-c.c (ix86_target_macros_internal): Replace
11876         PROCESSOR_LAKEMOUNT with PROCESSOR_LAKEMONT.  Replace
11877         __tune_lakemount__ with __tune_lakemont__.
11878         * config/i386/i386.c (lakemount_cost): Renamed to ...
11879         (lakemont_cost): This.
11880         (m_LAKEMOUNT): Renamed to ...
11881         (m_LAKEMONT): This.
11882         (initial_ix86_arch_features): Replace m_LAKEMOUNT with m_LAKEMONT.
11883         (processor_target_table): Replace "lakemount" with "lakemont".
11884         (processor_alias_table): Likewise.
11885         (ix86_issue_rate): Replace PROCESSOR_LAKEMOUNT with
11886         PROCESSOR_LAKEMONT.
11887         (ix86_adjust_cost): Likewise.
11888         (ia32_multipass_dfa_lookahead): Likewise.
11889         * config/i386/i386.h (processor_type): Likewise.
11890         * config/i386/x86-tune.def: Replace m_LAKEMOUNT with m_LAKEMONT.
11891         * doc/invoke.texi: Replace lakemount with lakemont.  Replace
11892         Lakemount with Lakemont.
11894 2015-09-24  H.J. Lu  <hongjiu.lu@intel.com>
11896         * config.gcc (x86_archs): Replace iamcu with lakemount.
11897         (with_cpu): Likewise.
11898         (with_arch): Likewise.
11899         * doc/invoke.texi: Likewise.
11900         * config/i386/i386-c.c (ix86_target_macros_internal): Replace
11901         PROCESSOR_IAMCU with PROCESSOR_LAKEMOUNT.  Replace
11902         __tune_iamcu__ with __tune_lakemount__.
11903         * config/i386/i386.c (iamcu_cost): Renamed to ...
11904         (lakemount_cost): This.
11905         (m_IAMCU): Renamed to ...
11906         (m_LAKEMOUNT): This.
11907         (initial_ix86_arch_features): Replace m_IAMCU with m_LAKEMOUNT.
11908         (processor_target_table): Replace "iamcu" with "lakemount".
11909         (processor_alias_table): Likewise.
11910         (ix86_issue_rate): Replace PROCESSOR_IAMCU with
11911         PROCESSOR_LAKEMOUNT.
11912         (ix86_adjust_cost): Likewise.
11913         (ia32_multipass_dfa_lookahead): Likewise.
11914         * config/i386/i386.h (processor_type): Likewise.
11915         * config/i386/x86-tune.def: Replace m_IAMCU with m_LAKEMOUNT.
11917 2015-09-24  John David Anglin  <danglin@gcc.gnu.org>
11919         * config/pa/pa-linux.h (HAVE_sync_compare_and_swapdi): Define.
11920         * config/pa/pa-protos.h (pa_maybe_emit_compare_and_swap_exchange_loop):
11921         Declare.
11922         * config/pa/pa.c (pa_init_libfuncs): Init sync libfuncs up to 8 bytes.
11923         (pa_expand_compare_and_swap_loop): New.
11924         (pa_maybe_emit_compare_and_swap_exchange_loop): New.
11925         * config/pa/pa.md (atomic_storeqi, atomic_storehi, atomic_storesi,
11926         atomic_storesf, atomic_loaddf, atomic_storedf): New expanders.
11927         (atomic_loaddf_1, atomic_storedf_1): New insn patterns.
11928         (atomic_loaddi, atomic_loaddi_1, atomic_storedi, atomic_storedi_1):
11929         Revise.
11931 2015-09-24  Michael Collison  <michael.collison@linaro.org>
11933         PR other/57195
11934         * read-md.c (read_name): Allow mode iterators inside angle
11935         brackets in rtl expressions.
11937 2015-09-24  Vladimir Makarov  <vmakarov@redhat.com>
11939         PR target/61578
11940         * ira-color.c (update_allocno_cost): Add parameter.
11941         (update_costs_from_allocno): Decrease conflict cost.  Pass the new
11942         parameter.
11944 2015-09-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11946         PR driver/67640
11947         * opts-common.c (prune_options): Discard all -fdiagnostics-color
11948         but the last one, which is moved to the front to be processed
11949         first.
11950         * opts.c (enable_warning_as_error): Reject options that do not
11951         control warnings.
11953 2015-09-24  Jiong Wang  <jiong.wang@arm.com>
11955         * config/aarch64/aarch64.c (aarch64_print_operand): Add "CONST" support.
11957 2015-09-24  Jiong Wang  <jiong.wang@arm.com>
11959         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Delete.
11960         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Likewise.
11961         (aarch64_cannot_force_const_mem): Likewise.
11962         (aarch64_classify_address): Likewise.
11963         (aarch64_classify_symbolic_expression): Likewise.
11964         (aarch64_print_operand): Likewise.
11965         (aarch64_classify_symbol): Likewise.
11966         (aarch64_mov_operand_p): Likewise.
11967         * config/aarch64/predicates.md (aarch64_valid_symref): Likewise.
11968         (aarch64_mov_operand): Likewise.
11970 2015-09-24  Segher Boessenkool  <segher@kernel.crashing.org>
11972         * config/rs6000/rs6000.c (debug_stack_info): Invert the test
11973         for info->spe_gp_size.
11975 2015-09-24  Richard Biener  <rguenther@suse.de>
11977         PR lto/67699
11978         * lto-cgraph.c (compute_ltrans_boundary): Do not stream
11979         abstract origins.
11981 2015-09-24  Thomas Schwinge  <thomas@codesourcery.com>
11983         * tree-object-size.c (plus_stmt_object_size)
11984         (cond_expr_object_size): Change the formal parameters from gimple
11985         to gimple *.
11986         * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Likewise.
11987         * tree-ssa-sccvn.c (vn_nary_op_insert_stmt): Make it static.
11988         * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Don't declare.
11990 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11992         * configure.ac (gcc_cv_ld_pie): Check for gld >= 2.26 on Solaris.
11993         Check for ld -type pie on Solaris 11.x and 12.
11994         * configure: Regenerate.
11995         * config.in: Regenerate.
11997         * gcc.c (LD_PIE_SPEC): Allow redefinition.
11999         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Define.
12000         (STARTFILE_SPEC): Use it.
12001         (ENDFILE_CRTEND_SPEC): Define.
12002         (ENDFILE_SPEC): Use it and ENDFILE_ARCH_SPEC.
12003         (SUBTARGET_EXTRA_SPECS): Add STARTFILE_CRTBEGIN_SPEC,
12004         ENDFILE_ARCH_SPEC, ENDFILE_CRTEND_SPEC.
12005         [HAVE_LD_PIE && HAVE_SOLARIS_CRTS] (LD_PIE_SPEC): Define.
12006         (!(HAVE_LD_PIE && HAVE_SOLARIS_CRTS)] (LINK_PIE_SPEC): Define.
12007         * config/i386/sol2.h (ENDFILE_SPEC): Remove.
12008         (ENDFILE_ARCH_SPEC): Define.
12009         * config/sparc/sol2.h (ENDFILE_ARCH_SPEC): Define.
12011 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12013         * configure.ac (gcc_cv_solaris_crts): New test.
12014         * configure. Regenerate.
12015         * config.in: Regenerate.
12016         * config/sol2.h (STARTFILE_SPEC): Simplify, provide
12017         HAVE_SOLARIS_CRTS variant.
12019 2015-09-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12021         * tree-inline.h (count_insns_seq): Delete prototype.
12022         (estimate_num_insns_seq): Define prototype.
12023         * tree-inline.c (count_insns_seq): Delete.
12024         (estimate_num_insns_seq): Remove static qualifier.
12025         * tree-eh.c (decide_copy_try_finally): Replace use of count_insns_seq
12026         with estimate_num_insns_seq.
12028 2015-09-24  Richard Biener  <rguenther@suse.de>
12030         * tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base
12031         members.
12032         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record clique
12033         and base for MEM_REF and TARGET_MEM_REF.  Handle BIT_FIELD_REF
12034         offset.
12035         (ao_ref_init_from_vn_reference): Record clique and base in the
12036         built base.
12037         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise
12039 2015-09-24  Richard Biener  <rguenther@suse.de>
12041         PR tree-optimization/48885
12042         * tree-ssa-structalias.c (visit_loadstore): Handle default defs
12043         as not including any restrict tags from other pointers.
12045 2015-09-23  Thomas Schwinge  <thomas@codesourcery.com>
12047         * gcc.c (handle_foffload_option): Don't lose the trailing NUL
12048         character when appending to offload_targets.
12050         * configure.ac (offload_targets, OFFLOAD_TARGETS): Separate
12051         offload targets by commas, not colons.
12052         * config.in: Regenerate.
12053         * configure: Likewise.
12054         * gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that,
12055         instead of setting up the default offload targets here...
12056         (process_command): ..., do it here.
12057         libgomp/
12058         * plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload
12059         targets are separated by commas.
12060         * config.h.in: Regenerate.
12062 2015-09-23  Thomas Schwinge  <thomas@codesourcery.com>
12063             Nathan Sidwell  <nathan@codesourcery.com>
12065         * omp-low.h (omp_reduction_init_op): Declare.
12066         * omp-low.c (omp_reduction_init_op): New, broken out of ...
12067         (omp_reduction_init): ... here.  Call it.
12068         * tree-parloops.c (initialize_reductions): Use
12069         omp_reduction_init_op.
12071 2015-09-23   Richard Biener  <rguenther@suse.de>
12073         PR middle-end/67662
12074         * fold-const.c (fold_binary_loc): Do not reassociate two vars with
12075         undefined overflow unless they will cancel out.
12077 2015-09-23  Kirill Yukhin  <kirill.yukhin@intel.com>
12079         * config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
12080         insn emit.
12082 2015-09-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12084         PR c/49655
12085         * opts.h (write_langs): Declare.
12086         * opts-global.c (write_langs): Make it extern.
12088 2015-09-23  Oleg Endo  <olegendo@gcc.gnu.org>
12090         PR target/67391
12091         * config/sh/sh.md (addsi3, *addsi3_compact): Don't check for
12092         overlapping regs when matching the pattern.
12094 2015-09-23  James Greenhalgh  <james.greenhalgh@arm.com>
12096         * config/aarch64/aarch64-simd.md
12097         (aarch64_float_truncate_hi_v4sf): Rewrite as an expand.
12098         (aarch64_float_truncate_hi_v4sf_le): New.
12099         (aarch64_float_truncate_hi_v4sf_be): Likewise.
12101 2015-09-23  Richard Biener  <rguenther@suse.de>
12103         * tree-ssa-structalias.c (intra_create_variable_infos): Build
12104         representatives for all restrict qualified pointer destinations.
12106 2015-09-23  Kirill Yukhin  <kirill.yukhin@intel.com>
12108         * config/i386/i386.md (define_code_attr mshift): New.
12109         (define_mode_iterator SWI1248_AVX512BW): Rename ...
12110         (SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ
12111         only.
12112         (define_insn "*k<logic><mode>"): Use new iterator name.
12113         (define_insn "*<mshift><mode>3"): New.
12115 2015-09-23  Mikhail Maltsev  <maltsevm@gmail.com>
12117         PR middle-end/67649
12118         * memory-block.h (memory_block_pool::allocate): Use valgrind API to
12119         mark the block as accessible.
12121 2015-09-22  Segher Boessenkool  <segher@kernel.crashing.org>
12123         * function.c (thread_prologue_and_epilogue_insns): Delete
12124         orig_entry_edge argument to try_shrink_wrapping.
12125         * shrink-wrap.c (can_get_prologue): New function.
12126         (can_dup_for_shrink_wrapping): Also handle EDGE_CROSSING.
12127         (try_shrink_wrapping): Delete orig_entry_edge argument.  Use
12128         can_get_prologue where needed.  Remove code that finds a single
12129         edge for the prologue.  Remove code that tests if any reg clobbered
12130         by the prologue is live on the prologue edge.  Remove code that finds
12131         the new prologue edge after duplicating blocks.  Make a new prologue
12132         block and edge.
12133         * shrink-wrap.h (try_shrink_wrapping): Delete orig_entry_edge argument.
12135 2015-09-22  Jeff Law  <law@redhat.com>
12137         * config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT): Avoid undefined
12138         behavior.
12140 2015-09-22  Nathan Sidwell  <nathan@codesourcery.com>
12142         * doc/invoke.texi  (-Wmultiple-inheritance, -Wvirtual-inheritance,
12143         -Wtemplates, -Wnamespaces): Document.
12145 2015-09-22  Tom de Vries  <tom@codesourcery.com>
12147         PR tree-optimization/67671
12148         * tree-ssa-structalias.c (create_variable_info_for_1): Handle restrict
12149         pointer references as restrict.
12151 2015-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
12153         * config/nios2/nios2.c (nios2_legitimize_address): When handling
12154         'reg + reloc' cases, allow first operand to be non-REG, and use
12155         force_reg() to enforce address pattern.
12157 2015-09-22  Alexander Fomin <alexander.fomin@intel.com>
12159         PR target/67480
12160         * config/i386/sse.md (define_mode_iterator VI48_AVX_AVX512F): New.
12161         (define_mode_iterator VI12_AVX_AVX512F): New.
12162         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Change
12163         all iterators to VI48_AVX_AVX512F. Extract remaining modes ...
12164         (define_insn "*<code><mode>3"): ... Into new pattern using
12165         VI12_AVX_AVX512F iterators without masking.
12167 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
12169         * config.gcc: Support "skylake-avx512".
12170         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
12171         PROCESSOR_SKYLAKE_AVX512.
12172         * config/i386/i386.c (m_SKYLAKE_AVX512): Define.
12173         (processor_target_table): Add "skylake-avx512".
12174         (PTA_SKYLAKE_AVX512): Define.
12175         (ix86_option_override_internal): Add "skylake_avx512".
12176         (fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL
12177         F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD.
12178         * config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define.
12179         (processor_type): Add PROCESSOR_SKYLAKE_AVX512.
12180         * doc/invoke.texi (skylake-avx512): New.
12182 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
12184         * config/i386/i386.md (define_insn "kunpckhi"): Fix
12185         operand in pattern.
12186         (define_insn "kunpcksi"): Ditto.
12187         (define_insn "kunpckdi"): Ditto.
12189 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
12191         * config/i386/i386.md (define_split not/xor SWI1248x): Use
12192         iterator instead of fixed modes.
12194 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
12196         * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
12197         Adjust declaration.
12198         * config/aarch64/aarch64.c (aarch64_emit_bic): New.
12199         (aarch64_gen_atomic_ldop): Adjust comment.  Add parameter
12200         out_result.  Update to support update-fetch operations.
12201         * config/aarch64/atomics.md (aarch64_atomic_exchange<mode>_lse):
12202         Adjust for change to aarch64_gen_atomic_ldop.
12203         (aarch64_atomic_<atomic_optab><mode>_lse): Likewise.
12204         (aarch64_atomic_fetch_<atomic_optab><mode>_lse): Likewise.
12205         (atomic_<atomic_optab>_fetch<mode>): Change to an expander.
12206         (aarch64_atomic_<atomic_optab>_fetch<mode>): New.
12207         (aarch64_atomic_<atomic_optab>_fetch<mode>_lse): New.
12209 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
12211         * config/aarch64/aarch64-protos.h
12212         (aarch64_atomic_ldop_supported_p): Declare.
12213         * config/aarch64/aarch64.c (aarch64_atomic_ldop_supported_p): New.
12214         (enum aarch64_atomic_load_op_code): New.
12215         (aarch64_emit_atomic_load_op): New.
12216         (aarch64_gen_atomic_ldop): Update to support load-operate
12217         patterns.
12218         * config/aarch64/atomics.md (atomic_<atomic_optab><mode>): Change
12219         to an expander.
12220         (aarch64_atomic_<atomic_optab><mode>): New.
12221         (aarch64_atomic_<atomic_optab><mode>_lse): New.
12222         (atomic_fetch_<atomic_optab><mode>): Change to an expander.
12223         (aarch64_atomic_fetch_<atomic_optab><mode>): New.
12224         (aarch64_atomic_fetch_<atomic_optab><mode>_lse): New.
12226 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
12228         * config/aarch64/aarch64/atomics.md (UNSPECV_ATOMIC_LDOP): New.
12229         (UNSPECV_ATOMIC_LDOP_OR): New.
12230         (UNSPECV_ATOMIC_LDOP_BIC): New.
12231         (UNSPECV_ATOMIC_LDOP_XOR): New.
12232         (UNSPECV_ATOMIC_LDOP_PLUS): New.
12233         (ATOMIC_LDOP): New.
12234         (atomic_ldop): New.
12235         (aarch64_atomic_load<atomic_ldop><mode>): New.
12237 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
12239         * config/aarch64/aarch64.md
12240         (<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Make a named
12241         pattern.
12243 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
12245         * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
12246         Declare.
12247         * config/aarch64/aarch64.c (aarch64_emit_atomic_swap): New.
12248         (aarch64_gen_atomic_ldop): New.
12249         (aarch64_split_atomic_op): Fix whitespace and add a comment.
12250         * config/aarch64/atomics.md (UNSPECV_ATOMIC_SWP): New.
12251         (aarch64_compare_and_swap<mode>_lse): Fix some whitespace.
12252         (atomic_exchange<mode>): Replace with an expander.
12253         (aarch64_atomic_exchange<mode>): New.
12254         (aarch64_atomic_exchange<mode>_lse): New.
12255         (aarch64_atomic_<atomic_optab><mode>): Fix some whitespace.
12256         (aarch64_atomic_swp<mode>): New.
12258 2015-09-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12260         * tree-inline.c (expand_call_inline): Use inform for extra note.
12261         Do not give a note with UNKNOWN_LOCATION.
12262         Replace input_location with gimple_location (stmt).
12263         Use true/false instead of TRUE/FALSE.
12265 2015-09-22  Tom de Vries  <tom@codesourcery.com>
12267         PR tree-optimization/67666
12268         * tree-ssa-structalias.c (create_variable_info_for_1): Handle struct
12269         with single field non-conservative.
12271 2015-09-21  David S. Miller  <davem@davemloft.net>
12273         PR/67622
12274         Revert:
12275         2015-09-11  David S. Miller  <davem@davemloft.net>
12277         * config/sparc/constraints.md: Make "U" constraint a real register
12278         constraint.
12279         * config/sparc/sparc.c (TARGET_LRA_P): Define.
12280         (D_MODES, DF_MODES): Add missing cast.
12281         (TF_MODES, TF_MODES_NO_S): Include T_MODE.
12282         (OF_MODES, OF_MODES_NO_S): Include O_MODE.
12283         (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
12284         cost to 8.
12285         * config/sparc/sparc.h (PROMOTE_MODE): Define.
12286         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
12287         provide these insn when flag_pic.
12289         2015-09-17  David S. Miller  <davem@davemloft.net>
12291         * config/sparc/sparc-protos.h (sparc_secondary_memory_needed):
12292         Declare.
12293         * config/sparc/sparc.c (sparc_secondary_memory_needed): New
12294         function.
12295         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
12296         (HARD_REGNO_CALLER_SAVE_MODE): Define.
12297         * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
12298         (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
12299         (embmedany_losum, embmedany_brsum, embmedany_textuhi)
12300         (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
12301         provide when flag_pic.
12303 2015-09-21  Jeff Law  <law@redhat.com>
12305         * config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined
12306         behavior.
12308 2015-09-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12310         * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
12312 2015-09-21  Richard Biener  <rguenther@suse.de>
12314         * passes.c (rest_of_decl_compilation): Do not call
12315         dwarf2out_early_global_decl for aliases.
12317 2015-09-21  Richard Biener  <rguenther@suse.de>
12319         PR debug/67664
12320         * dwarf2out.c (add_location_or_const_value_attribute): Remove
12321         attribute parameter.  Early exit if either DW_AT_const_value
12322         or DW_AT_location are present already.
12323         (gen_variable_die): Adjust caller.
12324         (dwarf2out_late_global_decl): Likewise.
12326 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
12328         PR target/67657
12329         * config/sh/sh.c (sh_remove_overlapping_post_inc,
12330         sh_peephole_emit_move_insn): Add new functions.
12331         * config/sh/sh-protos.h (sh_remove_overlapping_post_inc,
12332         sh_peephole_emit_move_insn): Declere them.
12333         * config/sh/sh.md: Use them in various peephole2 patterns.
12335 2015-09-21  Richard Biener  <rguenther@suse.de>
12337         PR middle-end/67651
12338         * rtlanal.c (nonzero_address_p): SYMBOL_REFs may have zero
12339         address with -fno-delete-null-pointer-checks.
12341 2015-09-21  Alan Lawrence  <alan.lawrence@arm.com>
12343         * config/rs6000/altivec.md (reduc_splus_<mode>): Rename to...
12344         (reduc_plus_scal_<mode>): ...this, add rs6000_expand_vector_extract.
12345         (reduc_uplus_v16qi): Remove.
12347         * config/rs6000/vector.md (VEC_reduc_name): Change "splus" to "plus".
12348         (reduc_<VEC_reduc_name>_v2df): Remove.
12349         (reduc_<VEC_reduc_name>_v4sf): Remove.
12350         (reduc_<VEC_reduc:VEC_reduc_name>_scal_<VEC_F:name>): New.
12352         * config/rs6000/vsx.md (vsx_reduc_<VEC_reduc_name>_v2df): Declare
12353         gen_ function by removing * prefix.
12354         (vsx_reduc_<VEC_reduc_name>_v4sf): Likewise.
12356 2015-09-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12358         PR middle-end/60832
12359         * tree-ssa-loop-niter.c (do_warn_aggressive_loop_optimizations):
12360         Print i_bound without converting it to a tree.
12362 2015-09-21  Bilyan Borisov  <bilyan.borisov@arm.com>
12364         * config/arm/arm.c (thumb_output_move_mem_multiple): Replaced
12365         operands[4] operands[5] swap with std::swap, removed tmp variable.
12366         (arm_evpc_neon_vzip): Replaced in0/in1 and
12367         out0/out1 swaps with std::swap, removed x variable.
12368         (arm_evpc_neon_vtrn): Replaced in0/int1 and
12369         out0/out1 swaos with std::swap, removed x variable.
12370         (arm_expand_vec_perm_const_1): Replaced
12371         d->op0/d->op1 swap with std::swap, removed x variable.
12372         (arm_evpc_neon_vuzp): Replaced in0/in1 and
12373         out0/out1 swaps with std::swap, removed x variable.
12375 2015-09-21  Jonathan Yong  <10walls@gmail.com>
12377         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
12378         sysroot/usr/lib/32api for additional win32 libraries,
12379         fixes failing Cygwin bootstrapping.
12381 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
12383         * doc/invoke.texi (SH Options): Undocument SH5/SH64 related options.
12385 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
12387         PR target/67126
12388         * config/sh/sh.md (*reg_lsb_t): Emit bld insn on SH2A.
12389         (*mov_t_msb_neg): Rewrite negc pattern.
12391 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
12393         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Cleanup
12394         immediate generation code.
12396 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
12398         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Remove
12399         redundant immediate generation code.
12401 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
12403         * config/aarch64/aarch64.c (aarch64_bitmasks): Remove.
12404         (AARCH64_NUM_BITMASKS): Remove.
12405         (aarch64_bitmasks_cmp): Remove.
12406         (aarch64_build_bitmask_table): Remove.
12408 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
12410         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Replace
12411         slow immediate matching loops with a faster algorithm.
12413 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
12415         * config/aarch64/aarch64.c (aarch64_bitmask_imm): Reimplement using
12416         faster algorithm.
12418 2015-09-20  Jeff Law  <law@redhat.com>
12420         PR tree-optimization/47679
12421         * tree-ssa-dom.c (record_temporary_equivalences): No longer static.
12422         * tree-ssa-dom.h (record_temporary_equivalences): Add prototype.
12423         * tree-ssa-threadedge.c: Include tree-ssa-dom.h.
12424         (thread_through_normal_block): Use record_temporary_equivalences.
12426 2015-09-19  Trevor Saunders  <tbsaunde@tbsaunde.org>
12428         * coretypes.h (gimple): Change typedef to be a forward declaration.
12429         * gimple.h (gimple_statement_base): rename to gimple.
12430         * (all functions and types using gimple): Adjust.
12431         * *.[ch]: Likewise.
12433 2015-09-19  Andrew Dixie  <andrewd@gentrack.com>
12434             David Edelsohn  <dje.gcc@gmail.com>
12436         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): Delete.
12437         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12438         (EH_FRAME_THROUGH_COLLECT2): Define.
12439         (EH_TABLES_CAN_BE_READ_ONLY): Define.
12440         (ASM_OUTPUT_DWARF_PCREL): Define.
12441         (ASM_OUTPUT_DWARF_DATAREL): Define.
12443 2015-09-19  John David Anglin  <danglin@gcc.gnu.org>
12445         * config/pa/pa.c (pa_function_ok_for_sibcall): Remove special treatment
12446         of TARGET_ELF32.
12448 2015-09-18  Jeff Law  <law@redhat.com>
12450         PR tree-optimization/47679
12451         * tree-ssa-dom.c (avail_exprs_stack): No longer file scoped.  Move
12452         it here ...
12453         (dom_opt_dom_walker): New private member holding the avail_exprs_stack
12454         object.  Update constructor.
12455         (pass_dominator::execute):  Corresponding chagnes to declaration
12456         and initialization of avail_exprs_stack.  Update constructor call
12457         for dom_opt_dom_walker object.
12458         (lookup_avail_expr, record_cond): Accept additional argument.  Pass
12459         it down to children as needed.
12460         (record_equivalences_from_incoming_edge): Likewise.
12461         (eliminate_redundant_computations): Likewise.
12462         (record_equivalences_from_stmt): Likewise.
12463         (simplify_stmt_for_jump_threading): Likewise.
12464         (record_temporary_equivalences): Likewise.
12465         (optimize_stmt): Likewise.
12466         (dom_opt_dom_walker::thread_across_edge): Update access to
12467         avail_exprs_stack object and pass it to children as needed.
12468         (dom_opt_dom_walker::before_dom_children): Similarly.
12469         (dom_opt_dom_walker::after_dom_children): Similarly.
12470         * tree-ssa-threadedge.c (pfn_simplify): New typedef.
12471         (record_temporary_equivalences_from_stmts_at_dest): Use new typedef.
12472         Add avail_expr_stack argument.  Pass it to children as needed.
12473         (dummy_simplify): Likewise.
12474         (simplify_control_stmt_condition): Likewise.
12475         (thread_around_empty_blocks): Likewise.
12476         (thread_through_normal_block): Likewise.
12477         (thread_across_edge): Likewise.
12478         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
12479         * tree-vrp.c (simplify_stmt_for_jump_threading): Update.
12481         PR tree-optimization/47679
12482         * tree-ssa-dom.c (const_and_copies): No longer file scoped.  Move
12483         it here ...
12484         (dom_opt_dom_walker): New private member holding the const_and_copies
12485         object.  Update constructor.
12486         (pass_dominator::execute): Corresponding changes to declaration
12487         and initialization of const_and_copies.  Update constructor call
12488         for the dom_opt_dom_walker object.
12489         (record_temporary_equivalences): Accept const_and_copies argument
12490         pass it down to children as needed.
12491         (record_equality): Likewise.
12492         (record_equivalences_from_incoming_edge): Likewise.
12493         (cprop_into_successor_phis, optimize_stmt): Likewise.
12494         (eliminate_redundant_computations): Likewise.
12495         (dom_opt_dom_walker::thread_across_edge): Update access to
12496         const_and_copies object and pass it to children as needed.
12497         (dom_opt_dom_walker::before_dom_children): Similarly.
12498         (dom_opt_dom_walker::after_dom_children): Similarly.
12500         PR tree-optimization/47679
12501         * tree-ssa-dom.c (avail_exprs): No longer file scoped.  Bury
12502         it into the avail_exprs_stack class.
12503         (pass_dominator::execute): Corresponding changes to declaration
12504         and initialization of avail_exprs.  Pass avail_exprs to
12505         dump_dominator_optimization_stats.
12506         (record_cond): Extract avail_exprs from avail_exprs_stack.
12507         (lookup_avail_expr): Similarly.
12508         (htab_staticstics): Remove unnecessary prototype.  Move to earlier
12509         position in file.
12510         (dump_dominator_optimization_stats): Make static and prototype.
12511         Add argument for the hash table to dump.
12512         (debug_dominator_optimization_stats): Remove.
12513         * tree-ssa-dom.h (dump_dominator_optimization_stats): Remove
12514         prototype.
12515         (debug_dominator_optimization_stats): Similarly.
12516         * tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing
12517         "void" in prototype for pop_to_marker method.  Add accessor method
12518         for the underlying avail_exprs table.
12520         * tree-ssa-threadedge.c: Remove trailing whitespace.
12522 2014-09-18  John David Anglin  <danglin@gcc.gnu.org>
12524         * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argument type to
12525         unsigned.
12526         (pa_ldil_cint_p): Likewise.
12527         * config/pa/pa.c (pa_cint_ok_for_move): likewise.
12528         (pa_ldil_cint_p): Likewise. Change signed casts to unsigned.
12529         Update callers.
12530         * config/pa/pa.md: Likewise.
12532 2015-09-18  David Malcolm  <dmalcolm@redhat.com>
12534         * Makefile.in (OBJS-libcommon): Add diagnostic-show-locus.o.
12535         * diagnostic.c (adjust_line): Move to diagnostic-show-locus.c.
12536         (diagnostic_show_locus): Likewise.
12537         (diagnostic_print_caret_line): Likewise.
12538         * diagnostic-show-locus.c: New file.
12540 2015-09-18  David Edelsohn  <dje.gcc@gmail.com>
12542         * dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
12543         "back" parameter. Declare label in #if block.
12545 2015-09-18  Uros Bizjak  <ubizjak@gmail.com>
12547         PR middle-end/67619
12548         * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy
12549         the address to a register.
12551 2015-09-18  Jeff Law  <law@redhat.com>
12553         PR tree-optimization/47679
12554         * Makefile.in (OBJS): Add tree-ssa-phionlycprop.o
12555         * tree-ssa-dom.c: Remove unnecessary header includes.
12556         (remove_stmt_or_phi): Moved from here into tree-ssa-phionlycprop.c
12557         (get_rhs_or_phi_arg, get_lhs_or_phi_result): Likewise.
12558         (propagate_rhs_into_lhs, eliminate_const_or_copy): Likewise.
12559         (eliminate_degenerate_phis_1, pass_phi_only_cprop): Likewise.
12560         (pass_phi_only_cprop::execute): Likewise.
12561         (make_pass_phi_only_cprop): Likewise.
12562         * tree-ssa-phionlycprop.c: New file with moved code.  Eliminate
12563         uses of file scoped statics by passing the required objects
12564         as parameters wherever needed.
12566 2015-09-18  Andrew Dixie  <andrewd@gentrack.com>
12567             David Edelsohn  <dje.gcc@gmail.com>
12569         * defaults.h (EH_FRAME_SECTION_NAME): Depend on
12570         EH_FRAME_THROUGH_COLLECT2.
12571         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add case for
12572         DW_EH_PE_datarel.
12573         * dwarf2out.c (switch_to_eh_frame_section): Use a read-only section
12574         even if EH_FRAME_SECTION_NAME is undefined.  Restrict special
12575         collect2 labels to EH_FRAME_THROUGH_COLLECT2.
12576         * except.c (switch_to_exception_section): Use a read-only section
12577         even if EH_FRAME_SECTION_NAME is undefined.
12578         * system.h (EH_FRAME_IN_DATA_SECTION): Poison.
12579         * collect2.c (write_c_file_stat): Provide dbase on AIX.
12580         (scan_prog_file): Don't export __dso_handle nor
12581         __gcc_unwind_dbase.
12582         * config/rs6000/aix.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12583         (EH_TABLES_CAN_BE_READ_ONLY): Define.
12584         (ASM_OUTPUT_DWARF_PCREL): Define.
12585         (ASM_OUTPUT_DWARF_DATAREL): Define.
12586         (EH_FRAME_THROUGH_COLLECT2): Define.
12587         (EH_FRAME_IN_DATA_SECTION): Delete.
12588         * config/rs6000/aix61.h (STARTFILE_SPEC): Add crtdbase.o.
12589         * config/rs6000/rs6000-protos.h (rs6000_asm_output_dwarf_pcrel):
12590         Declare.
12591         (rs6000_asm_output_dwarf_datarel): Declare.
12592         * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_pcrel): New.
12593         (rs6000_aix_asm_output_dwarf_datarel): New.
12594         (rs6000_xcoff_asm_init_sections): Don't set exception_section.
12595         * config/spu/spu-elf.h (EH_FRAME_IN_DATA_SECTION): Delete.
12596         (EH_FRAME_THROUGH_COLLECT2): Define.
12597         * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Delete.
12598         (EH_FRAME_THROUGH_COLLECT2): Define.
12599         (EH_TABLES_CAN_BE_READ_ONLY): Define.
12600         * doc/tm.texi.in (EH_FRAME_IN_DATA_SECTION): Delete.
12601         (EH_FRAME_THROUGH_COLLECT2): New.
12602         (ASM_OUTPUT_DWARF_DATAREL): New.
12603         * doc/tm.texi: Regenerate.
12605 2015-09-18  Richard Biener  <rguenther@suse.de>
12607         * dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert
12608         we're in early phase.
12609         (schedule_generic_params_dies_gen): Likewise.
12610         (gen_remaining_tmpl_value_param_die_attribute): Do only as much
12611         work as possible, retaining unhandled cases.
12612         (gen_scheduled_generic_parms_dies): Set early-dwarf flag and
12613         clear out generic_type_instances at the end.
12614         (dwarf2out_finish): Move call to gen_scheduled_generic_parms_dies...
12615         (dwarf2out_early_finish): ... here.  Do most of
12616         gen_remaining_tmpl_value_param_die_attribute here.
12618 2015-09-18  Alan Lawrence  <alan.lawrence@arm.com>
12620         PR tree-optimization/67283
12621         * tree-sra.c (type_consists_of_records_p): Rename to...
12622         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
12623         (completely_scalarize_record): Rename to...
12624         (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
12625         (scalarize_elem): New.
12626         (analyze_all_variable_accesses): Follow renamings.
12628 2015-09-18  Richard Biener  <rguenther@suse.de>
12630         * dwarf2out.c (add_location_or_const_value_attribute): Do nothing
12631         in early-dwarf.
12633 2015-09-18  Richard Biener  <rguenther@suse.de>
12635         PR tree-optimization/66142
12636         * fold-const.c (operand_equal_p): When OEP_ADDRESS_OF
12637         treat MEM[&x] and x the same.
12638         * tree-ssa-sccvn.h (vn_reference_fold_indirect): Remove.
12639         * tree-ssa-sccvn.c (vn_reference_fold_indirect): Return true
12640         when we simplified sth.
12641         (vn_reference_maybe_forwprop_address): Likewise.
12642         (valueize_refs_1): When we simplified through
12643         vn_reference_fold_indirect or vn_reference_maybe_forwprop_address
12644         set valueized_anything to true.
12645         (vn_reference_lookup_3): Use stmt_kills_ref_p to see whether
12646         one ref kills the other instead of just a offset-based test.
12647         * tree-ssa-alias.c (stmt_kills_ref_p): Use OEP_ADDRESS_OF
12648         for the operand_equal_p test to compare bases and also compare
12649         sizes.
12651 2015-09-17  Christian Bruel  <christian.bruel@st.com>
12653         * config/arm/arm.md (*call_value_symbol): Fix operand for interworking.
12655 2015-09-17  Richard Henderson  <rth@redhat.com>
12657         PR libstdc++/65913
12658         * builtins.c (fold_builtin_atomic_always_lock_free): Handle fake
12659         pointers that encode the alignment of the object.
12661 2015-09-17  Eric Botcazou  <ebotcazou@adacore.com>
12663         PR rtl-optimization/66790
12664         * df-problems.c (LIVE): Amend documentation.
12666 2015-09-17  Richard Sandiford  <richard.sandiford@arm.com>
12668         * Makefile.in (OBJS): Add optabs-libfuncs.o, optabs-query.o
12669         and optabs-tree.o.
12670         (GTFILES): Replace optabs.c with optabs-libfunc.c.
12671         * genopinit.c (main): Add an include guard to insn-opinit.h.
12672         Protect the rtx_code parts with NUM_RTX_CODE.
12673         * optabs.h: Split parts out to...
12674         * optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these new files.
12675         * optabs.c: Split parts out to...
12676         * optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these new files.
12677         * cilk-common.c: Include optabs-query.h rather than optabs.h.
12678         * fold-const.c: Likewise.
12679         * target-globals.c: Likewise.
12680         * tree-if-conv.c: Likewise.
12681         * tree-ssa-forwprop.c: Likewise.
12682         * tree-ssa-loop-prefetch.c: Likewise.
12683         * tree-ssa-math-opts.c: Include optabs-tree.h rather than optabs.h.
12684         Remove unncessary include files.
12685         * tree-ssa-phiopt.c: Likewise.
12686         * tree-ssa-reassoc.c: Likewise.
12687         * tree-switch-conversion.c: Likewise.
12688         * tree-vect-data-refs.c: Likewise.
12689         * tree-vect-generic.c: Likewise.
12690         * tree-vect-loop.c: Likewise.
12691         * tree-vect-patterns.c: Likewise.
12692         * tree-vect-slp.c: Likewise.
12693         * tree-vect-stmts.c: Likewise.
12694         * tree-vrp.c: Likewise.
12695         * toplev.c: Include optabs-query.h and optabs-libfuncs.h
12696         rather than optabs.h.
12697         * expr.c: Include optabs-tree.h.
12698         * function.c: Likewise.
12700 2015-09-17  Eric Botcazou  <ebotcazou@adacore.com>
12702         PR middle-end/65958
12703         * config/arm/linux-elf.h (STACK_CHECK_STATIC_BUILTIN): Define.
12704         * config/arm/arm-protos.h (output_probe_stack_range): Declare.
12705         * config/arm/arm.c: Include common/common-target.h.
12706         (use_return_insn): Return 0 if the static chain register was saved
12707         above a non-APCS frame.
12708         (arm_compute_static_chain_stack_bytes): Adjust for stack checking.
12709         (struct scratch_reg): New.
12710         (get_scratch_register_on_entry): New function.
12711         (release_scratch_register_on_entry): Likewise.
12712         (arm_emit_probe_stack_range): Likewise.
12713         (output_probe_stack_range): Likewise.
12714         (arm_expand_prologue): Factor out code dealing with the IP register
12715         for nested function and adjust it for stack checking.
12716         Invoke arm_emit_probe_stack_range if static builtin stack checking
12717         is enabled.
12718         (thumb1_expand_prologue): Sorry out if static builtin stack checking
12719         is enabled.
12720         (arm_expand_epilogue): Add the saved static chain register, if any, to
12721         the amount of pre-pushed registers to pop.
12722         (arm_frame_pointer_required): Return true if static stack checking is
12723         enabled and we want to catch the exception with the EABI unwinder.
12724         * config/arm/unspecs.md (UNSPEC_PROBE_STACK): New constant.
12725         (UNSPEC_PROBE_STACK_RANGE): Likewise.
12726         * config/arm/arm.md (probe_stack): New insn.
12727         (probe_stack_range): Likewise.
12729 2015-09-17  Richard Biener  <rguenther@suse.de>
12731         * genmatch.c (parser::parse_expr): Improve error message
12732         for mis-placed flags.
12734 2015-09-17  Richard Biener  <rguenther@suse.de>
12736         * passes.c (rest_of_decl_compilation): Always call early_global_decl
12737         debug hook when we created a varpool node.
12738         * dwarf2out.c (dwarf2out_late_global_decl): When in LTO call
12739         dwarf2out_early_global_decl, when not just add location or
12740         value attributes to existing DIEs.
12742 2015-09-17  James Greenhalgh  <james.greenhalgh@arm.com>
12744         * config/aarch64/aarch64.md (copysigndf3): New.
12745         (copysignsf3): Likewise.
12747 2015-09-17  David S. Miller  <davem@davemloft.net>
12749         * config/sparc/sparc-protos.h (sparc_secondary_memory_needed): Declare.
12750         * config/sparc/sparc.c (sparc_secondary_memory_needed): New function.
12751         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
12752         (HARD_REGNO_CALLER_SAVE_MODE): Define.
12753         * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
12754         (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
12755         (embmedany_losum, embmedany_brsum, embmedany_textuhi)
12756         (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
12757         provide when flag_pic.
12759 2015-09-17  Kaz Kojima  <kkojima@gcc.gnu.org>
12761         * config/sh/sh.c (label_ref_list_d_pool): Adjust to
12762         object_allocator change.
12764 2015-09-17  Bin Cheng  <bin.cheng@arm.com>
12766         PR tree-optimization/66388
12767         * tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New fields.
12768         (dump_iv): Dump no_overflow information.
12769         (alloc_iv): Initialize new field for struct iv.
12770         (mark_bivs): Count number of no_overflow bivs.
12771         (find_deriving_biv_for_expr, record_biv_for_address_use): New
12772         functions.
12773         (idx_find_step): Call new functions above.
12774         (add_candidate_1, add_candidate): New paramter.
12775         (add_iv_candidate_for_biv): Add sizetype cand for BIV.
12776         (get_computation_aff): Simplify convertion of cand for BIV.
12777         (get_computation_cost_at): Step cand's base if necessary.
12779 2015-09-17  Bin Cheng  <bin.cheng@arm.com>
12781         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New
12782         parameter.
12783         (tree_simplify_using_condition): Ditto.
12784         (simplify_using_initial_conditions): Ditto.
12785         (loop_exits_before_overflow): Pass new argument to function
12786         simplify_using_initial_conditions.  Remove case for type conversions
12787         simplification.
12788         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): New
12789         parameter.
12790         * tree-scalar-evolution.c (simple_iv): Simplify type conversions
12791         in iv base using loop initial conditions.
12793 2015-09-16  Jeff Law  <law@redhat.com>
12795         PR tree-optimization/47679
12796         * tree-ssa-dom.c (free_edge_info): Factored out of free_all_edge_infos.
12797         (free_all_edge_infos): Use it.
12798         (allocate_edge_info): Free preexisting edge info data.
12799         (pass_dominator::execute): Set up initial edge info structures.
12800         (dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to
12801         thread_across_edge.
12802         * tree-ssa-threadedge.c (thread_across_edge): Accept new argument.
12803         If non-null, then push/pop markers appropriately.
12804         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
12805         * tree-vrp.c (identify_jump_threads): Pass NULL for new argument to
12806         thread-across_edge.
12808 2015-09-16  James Bowman  <james.bowman@ftdichip.com>
12810         * config/ft32/ft32.c: Fix the memory address space predicate.
12812 2015-09-16  Kaz Kojima  <kkojima@gcc.gnu.org>
12814         PR target/67573
12815         * config/sh/sh.md (call_pcrel): Add early clobber to scratch operand.
12816         (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
12818 2015-09-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12820         * toplev.h (check_global_declaration): Remove declaration.
12821         * toplev.c (check_global_declaration): Move to ...
12822         * cgraphunit.c: ... here. Make it static and pass a symtab_node *.
12823         (analyze_functions): Update call.
12825 2015-09-16  David S. Miller  <davem@davemloft.net>
12827         * lra-constraints.c (simplify_operand_subreg): Do not assume that
12828         lowpart of a SUBREG has offset zero.
12830 2015-09-16  Jeff Law  <law@redhat.com>
12832         PR tree-optimization/47679
12833         * tree-ssa-dom.c (enum expr_kind): Moved from here to
12834         tree-ssa-scopedtables.h.
12835         (struct hashable_expr, class expr_hash_elt): Likewise.
12836         (struct expr_elt_hasher, class avail_exprs_stack): Likewise.
12837         Move associated methods into tree-ssa-scopedtables.c.
12838         (avail_expr_hash, initialize_expr_from_cond): Similarly.
12839         (hashable_expr_equal_p, add_expr_commutative): Likewise.
12840         (add_hashable_expr): Likewise.
12841         (record_cond): Delete element directly.
12842         * tree-ssa-scopedtables.h (avail_expr_stack, const_and_copies): Add
12843         private copy ctor and assignment operator methods.
12844         (expr_elt_hasher): Inline trivial methods.
12845         (initialize_expr_from_cond): Prototype.
12846         * tree-ssa-scopedtables.c: Add necessary includes, functions and
12847         methods that were previously in tree-ssa-dom.c.  Improve various
12848         comments.
12850 2015-09-16  Paolo Carlini  <paolo.carlini@oracle.com>
12852         * doc/invoke.texi ([Wsubobject-linkage]): Extend documentation.
12854 2015-09-16  Segher Boessenkool  <segher@kernel.crashing.org>
12856         PR bootstrap/67587
12857         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
12858         fixup_partitions.
12860 2015-09-16  Richard Biener  <rguenther@suse.de>
12862         PR middle-end/67253
12863         * cfgexpand.c (expand_gimple_stmt_1): Do not clobber
12864         location of possibly shared trees.
12866 2015-09-16  Richard Biener  <rguenther@suse.de>
12868         PR middle-end/67271
12869         * fold-const.c (native_encode_expr): Bail out on bogus offsets.
12871 2015-09-16  Eric Botcazou  <ebotcazou@adacore.com>
12873         * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for
12874         offset and size computations instead of HOST_WIDE_INT.
12876 2015-09-16  Richard Biener  <rguenther@suse.de>
12878         PR middle-end/67442
12879         * fold-const.c (extract_muldiv_1): Properly extend multiplication
12880         result before builting a tree via wide_int_to_tree.
12882 2015-09-16  Mikhail Maltsev  <maltsevm@gmail.com>
12884         * Makefile.in: Add memory-block.cc
12885         (pool_allocator::initialize): Use fixed block size.
12886         (pool_allocator::release): Use memory_block_pool.
12887         (pool_allocator::allocate): Likewise.
12888         * asan.c (asan_mem_ref_pool): Adjust to use common block size in all
12889         object pools.
12890         * cfg.c (initialize_original_copy_tables): Likewise.
12891         * cselib.c (elt_list_pool, elt_loc_list_pool,
12892         cselib_val_pool): Likewise.
12893         * df-problems.c (df_chain_alloc): Likewise.
12894         * df-scan.c (df_scan_alloc): Likewise.
12895         * dse.c (cse_store_info_pool, rtx_store_info_pool,
12896         read_info_type_pool, insn_info_type_pool, bb_info_pool,
12897         group_info_pool, deferred_change_pool): Likewise.
12898         * et-forest.c (et_nodes, et_occurrences): Likewise.
12899         * ipa-cp.c (ipcp_cst_values_pool, ipcp_sources_pool,
12900         ipcp_agg_lattice_pool): Likewise.
12901         * ipa-inline-analysis.c (edge_predicate_pool): Likewise.
12902         * ipa-profile.c (histogram_pool): Likewise.
12903         * ipa-prop.c (ipa_refdesc_pool): Likewise.
12904         * ira-build.c (live_range_pool, allocno_pool, object_pool,
12905         initiate_cost_vectors, pref_pool, copy_pool): Likewise.
12906         * ira-color.c (update_cost_record_pool): Likewise.
12907         * lra-lives.c (lra_live_range_pool): Likewise.
12908         * lra.c (lra_insn_reg_pool, lra_copy_pool): Likewise.
12909         * memory-block.cc: New file.
12910         * memory-block.h: New file.
12911         * regcprop.c (queued_debug_insn_change_pool): Use common block size.
12912         * sched-deps.c (sched_deps_init): Likewise.
12913         * sel-sched-ir.c (sched_lists_pool): Likewise.
12914         * stmt.c (expand_case, expand_sjlj_dispatch_table): Likewise.
12915         * tree-sra.c (access_pool): Likewise.
12916         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
12917         * tree-ssa-pre.c (pre_expr_pool, bitmap_set_pool): Likewise.
12918         * tree-ssa-reassoc.c (operand_entry_pool): Likewise.
12919         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
12920         * tree-ssa-strlen.c (strinfo_pool): Likewise.
12921         * tree-ssa-structalias.c (variable_info_pool): Likewise.
12922         * var-tracking.c (attrs_def_pool, var_pool, valvar_pool,
12923         location_chain_pool, shared_hash_pool, loc_exp_dep_pool): Likewise.
12925 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
12927         * config/xtensa/xtensa.h (DWARF_ALT_FRAME_RETURN_COLUMN): New
12928         definition.
12929         (DWARF_FRAME_REGISTERS): Reserve space for one extra register in
12930         call0 ABI.
12932 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
12934         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Use a10 or a2
12935         to pass TLS call argument, according to current ABI.
12936         * config/xtensa/xtensa.md (tls_call pattern): Use callx8 or
12937         callx0 for TLS call, according to current ABI.
12939 2015-09-15  Eric Botcazou  <ebotcazou@adacore.com>
12941         * tree-eh.c (lower_try_finally_dup_block): Clear location information
12942         on stack restore statements.
12943         (decide_copy_try_finally): Do not consider a stack restore statement as
12944         coming from sources.
12946 2015-09-15  Uros Bizjak  <ubizjak@gmail.com>
12948         * config/alpha/alpha.c (alpha_expand_block_clear): Use
12949         HOST_WIDE_INT_M1U instead of ~(HOST_WIDE_INT)0 when shifting.
12951 2015-09-15  Jeff Law  <law@redhat.com>
12953         PR tree-optimization/47679
12954         * tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors,
12955         methods and private members.
12956         (avail_exprs_stack): Similarly.  Change type of global
12957         from a pair of expr_hash_elt_t to the new class.
12958         (expr_elt_hasher::hash): Corresponding changes.
12959         (expr_elt_hasher::equal): Similarly.
12960         (avail_expr_hash): Similarly.
12961         (pass_dominator::execute): Similarly.
12962         (dom_opt_dom_walker::thread_across_edge): Similarly.
12963         (record_cond): Similarly.
12964         (dom_opt_dom_walker::before_dom_children): Similarly.
12965         (dom_opt_dom_walker::after_dom_children): Similarly.
12966         (lookup_avail_expr): Likewise.
12967         (initialize_hash_element): Now a expr_hash_elt constructor.
12968         (initialize_hash_element_from_expr): Similarly.
12969         (free_expr_hash_elt_contents): Now a dtor for class expr_hash_elt.
12970         (free_expr_hash_elt): Call dtor for the element.
12971         (remove_local_expressions_from_table): Now the "pop_to_marker"
12972         method in the available_exprs_stack class.
12973         (avail_expr_stack::record_expr): Method factored out.
12974         (print_expr_hash_elt): Now a method in the expr_hash_elt class.
12975         Fix formatting.
12976         (hashable_expr_equal_p): Fix formatting.
12978 2015-09-15  David Malcolm  <dmalcolm@redhat.com>
12980         * input.h (location_get_source_line): Drop "expanded_location"
12981         param in favor of a file and line number.
12982         * input.c (location_get_source_line): Likewise.
12983         (dump_location_info): Update for change in signature of
12984         location_get_source_line.
12985         * diagnostic.c (diagnostic_print_caret_line): Likewise.
12987 2015-09-15  Eric Botcazou  <ebotcazou@adacore.com>
12989         * defaults.h (STACK_OLD_CHECK_PROTECT): Adjust for -fno-exceptions.
12990         Bump to 4KB for SJLJ exceptions.
12991         (STACK_CHECK_PROTECT): Likewise.  Bump to 8KB for SJLJ exceptions.
12992         * doc/tm.texi.in (STACK_CHECK_PROTECT): Adjust.
12993         * doc/tm.texi: Regenerate.
12995 2015-09-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12997         * config/arm/arm.c (arm_gen_constant): Use HOST_WIDE_INT_M1U instead
12998         of -1 when shifting.  Change type of val to unsigned HOST_WIDE_INT.
12999         Update prototype.
13001 2015-09-15  Richard Biener  <rguenther@suse.de>
13003         PR tree-optimization/67470
13004         * tree-ssa-loop-im.c (execute_sm_if_changed): Preserve PHI
13005         structure for PHI hoisting by inserting a forwarder block
13006         if appropriate.
13008 2015-09-15  Christian Bruel  <christian.bruel@st.com>
13010         * config/arm/arm.c (TARGET_OPTION_PRINT): Define.
13011         (arm_option_print): New function.
13013 2015-09-15  Christian Bruel  <christian.bruel@st.com>
13015         PR target/52144
13016         * config/arm/arm.c (arm_option_params_internal): Remove opts parameter.
13017         * config/arm/arm-c.c (arm_cpu_builtins): Declare static.
13018         Remove flags parameter.
13019         * config/arm/arm.h (TARGET_32BIT_P, TARGET_ARM_QBIT_P)
13020         (TARGET_ARM_SAT_P, TARGET_IDIV_P, TARGET_HAVE_LDREX_P)
13021         (TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P, TARGET_DSP_MULTIPLY_P)
13022         (TARGET_ARM_FEATURE_LDREX_P, TARGET_INT_SIMD_P): Redefine macros with...
13023         (TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)
13024         (TARGET_HAVE_LDREXBH, TARGET_HAVE_LDREXD, TARGET_ARM_FEATURE_LDREX)
13025         (TARGET_DSP_MULTIPLY, TARGET_INT_SIMD): Redefined macros.
13026         * config/arm/arm-protos.h (arm_cpu_builtins): Remove declaration.
13028 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13030         * config/aarch64/aarch64.h (AARCH64_VALID_SIMD_DREG_MODE): New.
13032         * config/aarch64/aarch64.c (aarch64_array_mode_supported_p): Add
13033         AARCH64_VALID_SIMD_DREG_MODE.
13035 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13037         * config/aarch64/aarch64-simd.md (aarch64_ld2r<mode>,
13038         aarch64_ld3r<mode>, aarch64_ld4r<mode>): Combine together, making...
13039         (aarch64_simd_ld<VSTRUCT:nregs>r<VALLDIF:mode>): ...this.
13040         (aarch64_ld2_lane<mode>, aarch64_ld3_lane<mode>,
13041         aarch64_ld4_lane<mode>): Combine together, making...
13042         (aarch64_ld<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13043         (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
13044         aarch64_st4_lane<mode>): Combine together, making...
13045         (aarch64_st<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13046         * config/aarch64/iterators.md (nregs): Add comment.
13048 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13050         * config/aarch64/aarch64-simd.md (aarch64_simd_ld2r<mode>):
13051         Change operand mode from <V_TWO_ELEM> to BLK.
13052         (aarch64_vec_load_lanesoi_lane<mode>): Likewise.
13053         (aarch64_vec_store_lanesoi_lane<mode): Likewise
13054         (aarch64_ld2r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13055         (aarch64_ld2_lane<mode>): Likewise.
13056         (aarch64_st2_lane<VQ:mode>): Likewise.
13057         * config/aarch64/iterators.md (V_TWO_ELEM): Remove.
13059 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13061         * config/aarch64/aarch64-simd.md (aarch64_simd_ld4r<mode>):
13062         Change operand mode from <V_FOUR_ELEM> to BLK.
13063         (aarch64_vec_load_lanesxi_lane<mode>): Likewise.
13064         (aarch64_vec_store_lanesxi_lane<mode): Likewise.
13065         (aarch64_ld4r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13066         (aarch64_ld4_lane<mode>): Likewise.
13067         (aarch64_st4_lane<mode>): Likewise.
13068         * config/aarch64/iterators.md (V_FOUR_ELEM): Remove.
13070 2015-09-15  Richard Biener  <rguenther@suse.de>
13072         PR middle-end/67563
13073         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
13074         transfer EH info from old to new stmt.
13075         (replace_call_with_value): Likewise.
13076         (replace_call_with_call_and_fold): Likewise.
13077         (gimple_fold_builtin_memory_op): Likewise.
13078         (gimple_fold_builtin_memset): Likewise.
13079         (gimple_fold_builtin_stpcpy): Likewise.
13080         (gimple_fold_call): Likewise.
13082 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13084         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist): Update
13085         comment.
13086         * config/aarch64/aarch64-builtins.c (ei_UP): Remove.
13087         (aarch64_simd_intEI_type_node): Likewise.
13088         (aarch64_simd_builtin_std_type): Remove EImode case.
13089         (aarch64_init_simd_builtin_types): Don't create/add intEI_type_node.
13090         * config/aarch64/aarch64-modes.def: Remove EImode.
13092 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13094         * config/aarch64/aarch64-simd.md (aarch64_simd_ld3r<mode>):
13095         Change operand mode from <V_THREE_ELEM> to BLK.
13096         (aarch64_vec_load_lanesci_lane<mode>): Likewise.
13097         (aarch64_vec_store_lanesci_lane<mode>): Likewise.
13098         (aarch64_ld3r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13099         (aarch64_ld3_lane<mode>): Likewise.
13100         (aarch64_st3_lane<mode>): Likewise.
13101         * config/aarch64/iterators.md (V_THREE_ELEM): Remove.
13103 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13105         * config/aarch64/aarch64-simd.md
13106         (aarch64_ld2<mode>_dreg VD & DX, aarch64_st2<mode>_dreg VD & DX ):
13107         Change all TImode operands to BLKmode.
13108         (aarch64_ld3<mode>_dreg VD & DX, aarch64_st3<mode>_dreg VD & DX):
13109         Change all EImode operands to BLKmode.
13110         (aarch64_ld4<mode>_dreg VD & DX, aarch64_st4<mode>_dreg VD & DX):
13111         Change all OImode operands to BLKmode.
13113         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Generate MEM rtx with BLKmode
13114         and call set_mem_size.
13115         (aarch64_st<VSTRUCT:nregs><VDC:mode>): Likewise.
13117         * config/aarch64/iterators.md (VSTRUCT_DREG): Remove.
13119 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13121         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Rename
13122         to...
13123         (aarch64_vec_store_lanesoi_lane<mode>): ...this.
13125         (vec_store_lanesci_lane<mode>): Rename to...
13126         (aarch64_vec_store_lanesci_lane<mode>): ...this.
13128         (vec_store_lanesxi_lane<mode>): Rename to...
13129         (aarch64_vec_store_lanesxi_lane<mode>): ...this.
13131         (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
13132         aarch64_st4_lane<mode>): Follow renaming.
13134 2015-09-15  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13136         * config/s390/s390.c (s390_const_operand_ok): Add missing
13137         brackets.
13139 2015-09-15  Richard Biener  <rguenther@suse.de>
13141         PR lto/67568
13142         * lto-streamer.h (lto_location_cache::current_sysp): Properly
13143         initialize.
13144         * lto-streamer-out.c (clear_line_info): Likewise.
13146 2015-09-15  Richard Biener  <rguenther@suse.de>
13148         * doc/match-and-simplify.texi: Fix wording.
13150 2015-09-15  Bin Cheng  <bin.cheng@arm.com>
13152         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip
13153         unnecessary type conversion in op1.
13155 2015-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
13157         * shrink-wrap.c (requires_stack_frame_p): Fix formatting.
13158         (dup_block_and_redirect): Delete function.
13159         (can_dup_for_shrink_wrapping): New function.
13160         (fix_fake_fallthrough_edge): New function.
13161         (try_shrink_wrapping): Rewrite function.
13162         (convert_to_simple_return): Call fix_fake_fallthrough_edge.
13164 2015-09-14  Rich Felker  <dalias@libc.org>
13166         * configure.ac: Change target pattern for sh TLS support
13167         test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*".
13168         * configure: Regenerate.
13170 2015-09-14  Jeff Law  <law@redhat.com>
13172         PR tree-optimization/47679
13173         * tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real
13174         type rather than void *.
13176 2015-09-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13178         PR fortran/67460
13179         * diagnostic.c (diagnostic_initialize): Do not set
13180         some_warnings_are_errors.
13181         (diagnostic_finish): Use DK_WERROR count instead.
13182         (diagnostic_report_diagnostic): Do not set
13183         some_warnings_are_errors.
13184         * diagnostic.h (struct diagnostic_context): Remove
13185         some_warnings_are_errors.
13187 2015-09-14  Richard Sandiford  <richard.sandiford@arm.com>
13189         * config/sparc/predicates.md (const_all_ones_operand): Use
13190         CONSTM1_RTX to simplify definition.
13192 2015-09-14  Oleg Endo  <olegendo@gcc.gnu.org>
13194         PR target/67061
13195         * config/sh/sh-protos.h (sh_find_set_of_reg): Simplfiy for-loop.
13196         Handle call insns.
13198 2015-09-14  Chung-Lin Tang  <cltang@codesourcery.com>
13200         * lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret,
13201         OPT_fdiagnostics_show_option, OPT_fdiagnostics_show_location_, and
13202         OPT_fshow_column to handled saved option cases.
13203         (append_compiler_options): Do not skip the above added options.
13205 2015-09-14  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13207         PR target/63304
13208         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle
13209         nopcrelative_literal_loads.
13210         (aarch64_classify_address): Likewise.
13211         (aarch64_constant_pool_reload_icode): Define.
13212         (aarch64_secondary_reload): Handle secondary reloads for
13213         literal pools.
13214         (aarch64_override_options): Handle nopcrelative_literal_loads.
13215         (aarch64_classify_symbol): Handle nopcrelative_literal_loads.
13216         * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
13217         Define.
13218         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
13219         * config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option.
13220         * config/aarch64/predicates.md (aarch64_constant_pool_symref): New
13221         predicate.
13222         * doc/invoke.texi (mpc-relative-literal-loads): Document.
13224 2015-09-14  John David Anglin  <danglin@gcc.gnu.org>
13226         PR middle-end/67401
13227         * optabs.c (expand_atomic_compare_and_swap): Move result of emitting
13228         sync_compare_and_swap_optab libcall to target_oval.
13230 2015-09-14  Marek Polacek  <polacek@redhat.com>
13232         * rtlanal.c (split_double): Cast to unsigned when shifting a negative
13233         value.
13234         * sched-int.h (UNKNOWN_DEP_COST): Likewise.
13236 2015-09-11  Mark Wielaard  <mjw@redhat.com>
13238         PR c/28901
13239         * toplev.c (check_global_declaration): Check and use
13240         warn_unused_const_variable.
13241         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable.
13242         (-Wunused-variable): Remove non-constant. For C implies
13243         -Wunused-const-variable.
13244         (-Wunused-const-variable): New.
13246 2015-09-14  Richard Biener  <rguenther@suse.de>
13248         * doc/match-and-simplify.texi: Update for changed syntax
13249         of inner ifs and the new switch expression.
13251 2015-09-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
13253         * config/i386/haswell.md: New file describing Haswell pipeline.
13254         * config/i386/i386.c (processor_alias_table): Use CPU_HASWELL for
13255         haswell-like processors.
13256         (ix86_reassociation_width): Increase reassociation width for 64-bit
13257         Haswell processor family.
13258         * config/i386/i386.md: Introduce haswell cpu and include new md file.
13260 2015-09-14  Richard Biener  <rguenther@suse.de>
13262         * doc/match-and-simplify.texi: Fixup some formatting issues
13263         and document the 's' flag.
13265 2015-09-13  Olivier Hainque  <hainque@adacore.com>
13266             Eric Botcazou  <ebotcazou@adacore.com>
13268         * config.gcc (visium-*-*): Enable --with-cpu option, accept gr5 and
13269         gr6 as possible values, defaulting to gr5.  Set target_cpu_default2.
13270         * config/visium/visium.h (OPTION_DEFAULT_SPECS): Define.
13271         (TARGET_CPU_gr5): Likewise.
13272         (TARGET_CPU_gr6): Likewise.
13273         (MULTILIB_DEFAULTS): Likewise.
13274         * config/visium/t-visium (MULTILIB_OPTIONS): Request distinct variants
13275         for mcpu=gr5 and mcpu=gr6.
13276         (MULTILIB_DIRNAMES): Adjust accordingly.
13278 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13280         * tree-ssa-loop-im.c (mem_ref_loc_p): Remove typedef.
13281         (mem_ref_p): Likewise.
13282         (outermost_indep_loop): Adjust.
13283         (mem_ref_in_stmt): Likewise.
13284         (determine_max_movement): Likewise.
13285         (mem_ref_alloc): Likewise.
13286         (record_mem_ref_loc): Likewise.
13287         (set_ref_stored_in_loop): Likewise.
13288         (mark_ref_stored): Likewise.
13289         (gather_mem_refs_stmt): Likewise.
13290         (mem_refs_may_alias_p): Likewise.
13291         (for_all_locs_in_loop): Likewise.
13292         (struct rewrite_mem_ref_loc): Likewise.
13293         (rewrite_mem_refs): Likewise.
13294         (struct first_mem_ref_loc_1): Likewise.
13295         (first_mem_ref_loc): Likewise.
13296         (struct sm_set_flag_if_changed): Likewise.
13297         (execute_sm_if_changed_flag_set): Likewise.
13298         (execute_sm): Likewise.
13299         (hoist_memory_references):
13300         (struct ref_always_accessed): Likewise.
13301         (ref_always_accessed_p): Likewise.
13302         (refs_independent_p): Likewise.
13303         (record_dep_loop): Likewise.
13304         (ref_indep_loop_p_1): Likewise.
13305         (ref_indep_loop_p_2): Likewise.
13306         (ref_indep_loop_p): Likewise.
13307         (can_sm_ref_p): Likewise.
13308         (find_refs_for_sm): Likewise.
13309         (tree_ssa_lim_finalize): Likewise.
13311 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13313         * dwarf2out.c (dw_attr_ref): Remove typedef.
13314         (dw_line_info_ref): Likewise.
13315         (pubname_ref): Likewise.
13316         (dw_ranges_ref): Likewise.
13317         (dw_ranges_by_label_ref): Likewise.
13318         (comdat_type_node_ref): Likewise.
13319         (get_AT): Adjust.
13320         (get_AT_low_pc): Likewise.
13321         (get_AT_hi_pc): Likewise.
13322         (get_AT_string): Likewise.
13323         (get_AT_flag): Likewise.
13324         (get_AT_unsigned): Likewise.
13325         (get_AT_ref): Likewise.
13326         (get_AT_file): Likewise.
13327         (remove_AT): Likewise.
13328         (print_die): Likewise.
13329         (check_die): Likewise.
13330         (die_checksum): Likewise.
13331         (attr_checksum_ordered): Likewise.
13332         (struct checksum_attributes): Likewise.
13333         (collect_checksum_attributes): Likewise.
13334         (die_checksum_ordered): Likewise.
13335         (same_die_p): Likewise.
13336         (is_declaration_die): Likewise.
13337         (clone_die): Likewise.
13338         (clone_as_declaration): Likewise.
13339         (copy_declaration_context): Likewise.
13340         (break_out_comdat_types): Likewise.
13341         (copy_decls_walk): Likewise.
13342         (output_location_lists): Likewise.
13343         (external_ref_hasher::hash): Likewise.
13344         (optimize_external_refs_1): Likewise.
13345         (build_abbrev_table): Likewise.
13346         (size_of_die): Likewise.
13347         (unmark_all_dies): Likewise.
13348         (size_of_pubnames): Likewise.
13349         (output_die_abbrevs): Likewise.
13350         (output_die): Likewise.
13351         (output_pubnames): Likewise.
13352         (add_ranges_num): Likewise.
13353         (add_ranges_by_labels): Likewise.
13354         (add_high_low_attributes): Likewise.
13355         (gen_producer_string): Likewise.
13356         (dwarf2out_set_name): Likewise.
13357         (new_line_info_table): Likewise.
13358         (prune_unused_types_walk_attribs): Likewise.
13359         (prune_unused_types_update_strings): Likewise.
13360         (prune_unused_types): Likewise.
13361         (resolve_addr): Likewise.
13362         (optimize_location_lists_1): Likewise.
13363         (index_location_lists): Likewise.
13364         (dwarf2out_finish): Likewise.
13366 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13368         * dwarf2cfi.c (dw_trace_info_ref): Remove typedef.
13370 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13372         * tree-vrp.c (struct assert_locus_d): Rename to assert_locus.
13373         (dump_asserts_for): Adjust.
13374         (register_new_assert_for): Likewise.
13375         (process_assert_insertions): Likewise.
13376         (insert_range_assertions): Likewise.
13378 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13380         * tree-ssa-ter.c (temp_expr_table_d): Rename to temp_expr_table
13381         and remove typedef.
13382         (new_temp_expr_table): Adjust.
13383         (free_temp_expr_table): Likewise.
13384         (version_to_be_replaced_p): Likewise.
13385         (make_dependent_on_partition): Likewise.
13386         (add_to_partition_kill_list): Likewise.
13387         (remove_from_partition_kill_list): Likewise.
13388         (add_dependence): Likewise.
13389         (finished_with_expr): Likewise.
13390         (process_replaceable): Likewise.
13391         (kill_expr): Likewise.
13392         (kill_virtual_exprs): Likewise.
13393         (mark_replaceable): Likewise.
13394         (find_replaceable_in_bb): Likewise.
13395         (find_replaceable_exprs): Likewise.
13396         (debug_ter): Likewise.
13398 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13400         * bt-load.c (struct btr_def_group): Rename from btr_def_group_s.
13401         (struct btr_user): Rename from btr_user_s.
13402         (struct btr_def): Rename from btr_def_s.
13403         (find_btr_def_group): Adjust.
13404         (add_btr_def): Likewise.
13405         (new_btr_user): Likewise.
13406         (note_other_use_this_block): Likewise.
13407         (compute_defs_uses_and_gen): Likewise.
13408         (link_btr_uses): Likewise.
13409         (build_btr_def_use_webs): Likewise.
13410         (block_at_edge_of_live_range_p): Likewise.
13411         (btr_def_live_range): Likewise.
13412         (combine_btr_defs): Likewise.
13413         (move_btr_def): Likewise.
13414         (migrate_btr_def): Likewise.
13415         (migrate_btr_defs): Likewise.
13417 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13419         * var-tracking.c (shared_hash_def): Rename to shared_hash.
13420         (shared_hash): Remove typedef.
13421         (struct dataflow_set): Adjust.
13422         (shared_hash_unshare): Likewise.
13423         (dataflow_set_merge): Likewise.
13424         (vt_initialize): Likewise.
13425         (vt_finalize): Likewise.
13427 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13429         * var-tracking.c (struct location_chain): Rename from
13430         location_chain_def.
13431         (struct variable_part): Adjust.
13432         (variable_htab_free): Likewise.
13433         (unshare_variable): Likewise.
13434         (get_init_value): Likewise.
13435         (get_addr_from_local_cache): Likewise.
13436         (drop_overlapping_mem_locs): Likewise.
13437         (val_reset): Likewise.
13438         (struct variable_union_info): Likewise.
13439         (variable_union): Likewise.
13440         (find_loc_in_1pdv): Likewise.
13441         (insert_into_intersection): Likewise.
13442         (intersect_loc_chains): Likewise.
13443         (canonicalize_loc_order_check): Likewise.
13444         (canonicalize_values_mark): Likewise.
13445         (canonicalize_values_star): Likewise.
13446         (canonicalize_vars_star): Likewise.
13447         (variable_merge_over_cur): Likewise.
13448         (remove_duplicate_values): Likewise.
13449         (variable_post_merge_new_vals): Likewise.
13450         (variable_post_merge_perm_vals): Likewise.
13451         (find_mem_expr_in_1pdv): Likewise.
13452         (dataflow_set_preserve_mem_locs): Likewise.
13453         (dataflow_set_remove_mem_locs): Likewise.
13454         (variable_part_different_p): Likewise.
13455         (onepart_variable_different_p): Likewise.
13456         (find_src_set_src): Likewise.
13457         (dump_var): Likewise.
13458         (set_slot_part): Likewise.
13459         (clobber_slot_part): Likewise.
13460         (delete_slot_part): Likewise.
13461         (vt_expand_var_loc_chain): Likewise.
13462         (emit_note_insn_var_location): Likewise.
13463         (vt_finalize): Likewise.
13465 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13467         * dse.c (store_info_t): Remove typedef.
13468         (group_info_t): Likewise.
13469         (const_group_info_t): Likewise.
13470         (deferred_change_t): Likewise.
13471         (get_group_info): Adjust.
13472         (free_store_info): Likewise.
13473         (canon_address): Likewise.
13474         (clear_rhs_from_active_local_stores): Likewise.
13475         (record_store): Likewise.
13476         (replace_read): Likewise.
13477         (check_mem_read_rtx): Likewise.
13478         (scan_insn): Likewise.
13479         (remove_useless_values): Likewise.
13480         (dse_step1): Likewise.
13481         (dse_step2_init): Likewise.
13482         (dse_step2_nospill): Likewise.
13483         (scan_stores_nospill): Likewise.
13484         (scan_reads_nospill): Likewise.
13485         (dse_step3_exit_block_scan): Likewise.
13486         (dse_step3): Likewise.
13487         (dse_step5_nospill): Likewise.
13488         (dse_step6): Likewise.
13490 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13492         * alias.c (alias_set_entry_d): Rename to alias_set_entry.
13493         (alias_set_entry): Remove typedef.
13494         (alias_set_subset_of): Adjust.
13495         (alias_sets_conflict_p): Likewise.
13496         (init_alias_set_entry): Likewise.
13497         (get_alias_set): Likewise.
13498         (new_alias_set): Likewise.
13499         (record_alias_subset): Likewise.
13501 2015-09-13  Gerald Pfeifer  <gerald@pfeifer.com>
13503         * doc/install.texi (Downloading the source): Mark up
13504         contrib/download_prerequisites properly and drop leading "./".
13506 2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13508         * config/arc/arc.h: Remove define of STRUCT_VALUE.
13509         * config/lm32/lm32.h: Likewise.
13510         * config/mep/mep.h: Likewise.
13511         * config/visium/visium.h: Likewise.
13512         * system.h: Poison STRUCT_VALUE macro.
13514 2015-09-12  John David Anglin  <danglin@gcc.gnu.org>
13516         * config/pa/pa.c (pa_output_move_double): Enhance to handle HIGH
13517         CONSTANT_P operands.
13519 2015-09-11  David S. Miller  <davem@davemloft.net>
13521         * config/sparc/constraints.md: Make "U" constraint a real register
13522         constraint.
13523         * config/sparc/sparc.c (TARGET_LRA_P): Define.
13524         (D_MODES, DF_MODES): Add missing cast.
13525         (TF_MODES, TF_MODES_NO_S): Include T_MODE.
13526         (OF_MODES, OF_MODES_NO_S): Include O_MODE.
13527         (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
13528         cost to 8.
13529         * config/sparc/sparc.h (PROMOTE_MODE): Define.
13530         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
13531         provide these insn when flag_pic.
13533 2015-09-11  Jeff Law  <law@redhat.com>
13535         PR tree-optimization/47679
13536         * tree-ssa-dom.c (struct cond_equivalence): Update comment.
13537         * tree-ssa-scopedtables.h (class const_and_copies): Prefix data
13538         member with m_.  Update inline member functions as necessary.  Add
13539         toplevel comment.
13540         * tree-ssa-scopedtables.c: Update const_and_copies's member
13541         functions to use m_ prefix to access the stack.
13543 2015-09-11  Aditya Kumar  <aditya.k7@samsung.com>
13545         * graphite-optimize-isl.c (disable_tiling): Remove.
13546         (get_schedule_for_band): Do not use disable_tiling.
13547         (get_prevector_map): Delete function.
13548         (enable_polly_vector): Remove.
13549         (get_schedule_for_band_list): Remove dead code.
13551 2015-09-11  Aditya Kumar  <aditya.k7@samsung.com>
13553         * graphite-optimize-isl.c (get_tile_map): Refactor.
13554         (get_schedule_for_band): Same.
13555         (getScheduleForBand): Same.
13556         (get_prevector_map): Same.
13557         (get_schedule_for_band_list): Same.
13558         (get_schedule_map): Same.
13559         (get_single_map): Same.
13560         (apply_schedule_map_to_scop): Same.
13561         (optimize_isl): Same.
13563 2015-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13565         PR target/63304
13566         * config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
13567         (movtf): Delete.
13568         * config/aarch64/iterators.md (GPF_TF_F16): New.
13569         (GPF_F16): Delete.
13571 2015-09-10  Nathan Sidwell  <nathan@acm.org>
13573         * config/nvptx/nvptx.c (nvptx_expand_call): Add spacing.
13574         (nvptx_reorg): Adjust comments.
13576 2015-09-15  John David Anglin  <danglin@gcc.gnu.org>
13578         PR bootstrap/67363
13579         * configure.ac: Check if setenv and unsetenv are declared.
13580         * configure: Rebuild.
13581         * config.in: Rebuild.
13582         * system.h: Declare setenv and unsetenv if not declared.
13584 2015-09-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13586         * config/rs6000/rs6000.c (swap_web_entry): Update preceding
13587         commentary to simplify permute mask adjustment equation.
13588         (special_handling_values): Add SH_VPERM.
13589         (const_load_sequence_p): New function.
13590         (insn_is_swappable_p): Add logic to recognize an UNSPEC_VPERM with
13591         the mask loaded from the constant pool.
13592         (adjust_vperm): New function.
13593         (handle_special_swappables): Call adjust_vperm.
13594         (dump_swap_insn_table): Handle SH_VPERM.
13596 2015-09-10  H.J. Lu  <hongjiu.lu@intel.com>
13598         * shrink-wrap.c (requires_stack_frame_p): Remove static.
13599         * shrink-wrap.h (requires_stack_frame_p): Put back.
13601 2015-09-10  Richard Sandiford  <richard.sandiford@arm.com>
13603         * reload1.c (elimination_costs_in_insn): Locally turn
13604         -Wmaybe-uninitialized into a warning.
13606 2015-09-10  Segher Boessenkool  <segher@kernel.crashing.org>
13608         * shrink-wrap.c (requires_stack_frame_p): Make static.
13609         (prepare_shrink_wrap): Likewise.
13610         (dup_block_and_redirect): Likewise.
13611         * shrink-wrap.h: Remove declarations of those functions.
13613 2015-09-10  Mark Wielaard  <mjw@redhat.com>
13615         * doc/invoke.texi (Wnonnull): Also warns when comparing against NULL.
13617 2015-09-10  Oleg Endo  <olegendo@gcc.gnu.org>
13619         PR target/67506
13620         * config/sh/sh.c (sh_extending_set_of_reg::use_as_extended_reg): Add
13621         missing simplify_gen_subreg.
13623 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13625         * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Reject if
13626         the vector element is bigger than 64 bit.
13628 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13630         * config/s390/vx-builtins.md ("vec_vmal<mode>", "vec_vmah<mode>")
13631         ("vec_vmalh<mode>"): Change mode iterator from VI_HW to VI_HW_QHS.
13633 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13635         * config/s390/s390.c: Add V1TImode to constant pool modes.
13637 2015-09-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13639         PR target/67439
13640         * config/arm/arm.md (*arm32_movhf): Remove !arm_restrict_it from
13641         predicate.  Set predicable_short_it attr to "no".
13643 2015-09-10  Jiong Wang  <jiong.wang@arm.com>
13645         PR rtl-optimization/67421
13646         * expr.c (expand_expr_real_2): Cost instrcution sequences when doing
13647         left wide shift tranformation.
13649 2015-09-10  Claudiu Zissulescu  <claziss@synopsys.com>
13651         * common/config/arc/arc-common.c: Remove references to A5.
13652         * config/arc/arc-opts.h: Likewise.
13653         * config/arc/arc.c, config/arc/arc.h, config/arc/arc.md: Likewise.
13654         * config/arc/arc.opt, config/arc/constraints.md: Likewise.
13655         * config/arc/t-arc-newlib: Likewise.
13657 2015-09-10  Claudiu Zissulescu <claziss@synopsys.com>
13659         * config/arc/arc.md (length): Fix attribute length for conditional
13660         executed instructions with long immediate.
13662 2015-09-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13664         * config/aarch64/aarch64.md (*and<mode>3nr_compare0): Use logics_imm
13665         type for second alternative.
13667 2015-09-10  Markus Trippelsdorf  <markus@trippelsdorf.de>
13669         * doc/invoke.texi (Downloading GCC): Mention
13670         contrib/download_prerequisites script.
13672 2015-09-10  Jakub Jelinek  <jakub@redhat.com>
13674         PR c++/67523
13675         * gimplify.c (gimplify_omp_for): If inner stmt is not found
13676         for combined loop, assert seen_error () and return GS_ERROR.
13678         PR middle-end/67521
13679         * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
13680         if decl is already in outer->variables.
13682         PR middle-end/67517
13683         * gimplify.c (gimplify_scan_omp_clauses): Instead of
13684         asserting that decl is not specified in octx->variables,
13685         break out of the loop if it is.
13687         PR c++/67514
13688         * gimplify.c (gimplify_omp_for): For loop SIMD construct, if
13689         iterator is not explicitly determined, but is defined inside
13690         of the combined workshare region, handle it like if it has
13691         DECL_EXPR in OMP_FOR_PRE_BODY.
13693 2015-09-09  Nathan Sidwell  <nathan@acm.org>
13695         * config/nvptx/nvptx.md (call_operation): Move bound out of loop.
13696         (*cmp<mode>): Add assembler spacing.
13697         (setcc_int<mode>, set_cc_float<mode>): Likewise.
13698         * config/nvptx/nvptx.c (nvptx_option_override): Override debug
13699         level.
13700         (write_func_decl_from_insn): Refactor argument loops & comma emission.
13701         (nvptx_expand_call): Likewise.
13702         (nvptx_output_call_insn): Likewise.
13703         (nvptx_reorg_subreg): Add spacing.
13705 2015-09-09  Marek Polacek  <polacek@redhat.com>
13707         PR middle-end/67512
13708         * tree-ssa-uninit.c (pred_equal_p): Only call invert_tree_comparison
13709         for comparisons.
13711 2015-09-09  Paolo Carlini  <paolo.carlini@oracle.com>
13713         PR c++/53184
13714         * doc/invoke.texi ([Wsubobject-linkage]): Document.
13716 2015-09-09  Tom de Vries  <tom@codesourcery.com>
13718         * params-list.h: Add missing copyright notice.
13720 2015-09-09  Nathan Sidwell  <nathan@acm.org>
13722         * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use
13723         sel_truesi, not andsi.
13725 2015-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13727         * config/arm/arm.md (*subsi3_compare0): Rename to...
13728         (subsi3_compare0): ... This.
13729         (modsi3): New define_expand.
13730         * config/arm/arm.c (arm_new_rtx_costs, MOD case): Handle case
13731         when operand is power of 2.
13733 2015-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13735         * config/aarch64/aarch64.md (mod<mode>3): New define_expand.
13736         (*neg<mode>2_compare0): Rename to...
13737         (neg<mode>2_compare0): ... This.
13738         * config/aarch64/aarch64.c (aarch64_rtx_costs, MOD case):
13739         Move check for speed inside the if-then-elses.  Reflect
13740         CSNEG sequence in MOD by power of 2 case.
13742 2015-09-09  Alan Modra  <amodra@gmail.com>
13744         PR target/67378
13745         * config/rs6000/rs6000.c (rs6000_secondary_reload_gpr): Find
13746         reload replacement for PRE_MODIFY address reg.
13748 2015-09-09  Sebastian Pop  <s.pop@samsung.com>
13750         PR tree-optimization/53852
13751         * config.in: Regenerate.
13752         * configure: Regenerate.
13753         * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect.
13754         * graphite-optimize-isl.c (optimize_isl): Stop computation when
13755         PARAM_MAX_ISL_OPERATIONS is reached.
13756         * params.def (PARAM_MAX_ISL_OPERATIONS): Add.
13757         * graphite-dependences.c (extend_schedule): Remove gcc_asserts on
13758         result equal to isl_stat_ok as the status now can be isl_error_quota.
13759         (subtract_commutative_associative_deps): Same.
13760         (compute_deps): Same.
13762 2015-09-08  Aditya Kumar  <hiraditya@msn.com>
13763             Sebastian Pop  <s.pop@samsung.com>
13765         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
13766         Return the parameter if it was saved in corresponding
13767         parameter_rename_map of the region.
13768         (copy_def): Copy def from sese region to the newly created region.
13769         (copy_internal_parameters): Copy all the internal parameters defined
13770         within a region to the newly created region.
13771         (graphite_regenerate_ast_isl): Copy parameters to the new region before
13772         translating isl to gimple.
13773         * graphite-scop-detection.c (graphite_can_represent_loop): Bail out if
13774         the loop-nest does not have any data-references.
13775         (build_graphite_scops): Create a scop only when there is at least one
13776         loop inside it.
13777         (contains_only_close_phi_nodes): Deleted.
13778         (print_graphite_scop_statistics): Deleted
13779         (print_graphite_statistics): Deleted
13780         (limit_scops): Deleted.
13781         (build_scops): Removed call to limit_scops.
13782         * sese.c (new_sese): Construct.
13783         (free_sese): Destruct.
13784         (sese_add_exit_phis_edge): update_stmt after exit phi edge has been
13785         added.
13786         (set_rename): Pass sese region so that parameters inside the region can
13787         be added to its parameter_rename_map.
13788         (rename_uses): Pass sese region.
13789         (graphite_copy_stmts_from_block): Do not copy parameters that have been
13790         generated in the header of the scop. For each SSA_NAME in the
13791         parameter_rename_map rename its usage.
13792         (invariant_in_sese_p_rec): Return false if tree t is defined outside
13793         sese region.
13794         (scalar_evolution_in_region): If the tree t is invariant just return t.
13795         * sese.h: Added a parameter renamne map (parameter_rename_map_t) to
13796         struct sese to keep track of all the parameters which need renaming.
13797         * tree-data-ref.c (loop_nest_has_data_refs): Check if a loop nest has
13798         any data-refs.
13799         * tree-data-ref.h: Declaration of loop_nest_has_data_refs.
13801 2015-09-08  Tom de Vries  <tom@codesourcery.com>
13803         * Makefile.in (generated_files): Add params.list.
13804         (params.list, s-params.list): Add rule.
13805         * params.h (enum compiler_param): Include params-list.h.  Move define
13806         DEFPARAM, include params.def and undef DEFPARAM ...
13807         * params-list.h: ... here.  New file.
13809 2015-09-08  David Malcolm  <dmalcolm@redhat.com>
13811         * pretty-print.h (printer_fn): Fix typo in comment.
13813 2015-09-07  Jeff Law  <law@redhat.com>
13815         * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
13817 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13819         * doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
13820         (arm_neon_fp16_ok): Document adding of -mfp16-format=ieee flag.
13821         (arm_neon_fp16_hw): New.
13823 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13825         * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
13826         UNITS_PER_WORD >= 4.
13828 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13830         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_unpacks_lo_<mode>,
13831         aarch64_simd_vec_unpacks_hi_<mode>): New insn.
13832         (vec_unpacks_lo_v4sf, vec_unpacks_hi_v4sf): Delete insn.
13833         (vec_unpacks_lo_<mode>, vec_unpacks_hi_<mode>): New expand.
13834         (aarch64_float_extend_lo_v2df): Rename to...
13835         (aarch64_float_extend_lo_<Vwide>): this, using VDF and so adding V4SF.
13837         * config/aarch64/aarch64-simd-builtins.def (vec_unpacks_hi): Add v8hf.
13838         (float_extend_lo): Add v4sf.
13840         * config/aarch64/arm_neon.h (vcvt_f32_f16, vcvt_high_f32_f16): New.
13841         * config/aarch64/iterators.md (VQ_HSF): New iterator.
13842         (VWIDE, Vwtype, Vhalftype): Add V8HF, V4SF.
13843         (Vwide): New mode_attr.
13845 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13847         * config/aarch64/aarch64-simd.md (aarch64_simd_dup<mode>,
13848         aarch64_dup_lane<mode>, aarch64_dup_lane_<vswap_width_name><mode>,
13849         aarch64_simd_vec_set<mode>, vec_set<mode>, vec_perm_const<mode>,
13850         vec_init<mode>, *aarch64_simd_ld1r<mode>, vec_extract<mode>): Add
13851         V4HF and V8HF variants to iterator.
13853         * config/aarch64/aarch64.c (aarch64_evpc_dup): Add V4HF and V8HF cases.
13855         * config/aarch64/iterators.md (VDQF_F16): New.
13856         (VSWAP_WIDTH, vswap_width_name): Add V4HF and V8HF cases.
13858 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13860         * config/aarch64/arm_neon.h (vreinterpret_p8_f16, vreinterpret_p16_f16,
13861         vreinterpret_f16_f64, vreinterpret_f16_s8, vreinterpret_f16_s16,
13862         vreinterpret_f16_s32, vreinterpret_f16_s64, vreinterpret_f16_f32,
13863         vreinterpret_f16_u8, vreinterpret_f16_u16, vreinterpret_f16_u32,
13864         vreinterpret_f16_u64, vreinterpret_f16_p8, vreinterpret_f16_p16,
13865         vreinterpretq_f16_f64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
13866         vreinterpretq_f16_s32, vreinterpretq_f16_s64, vreinterpretq_f16_f32,
13867         vreinterpretq_f16_u8, vreinterpretq_f16_u16, vreinterpretq_f16_u32,
13868         vreinterpretq_f16_u64, vreinterpretq_f16_p8, vreinterpretq_f16_p16,
13869         vreinterpret_f32_f16, vreinterpret_f64_f16, vreinterpret_s64_f16,
13870         vreinterpret_u64_f16, vreinterpretq_u64_f16, vreinterpret_s8_f16,
13871         vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
13872         vreinterpret_u16_f16, vreinterpret_u32_f16, vreinterpretq_p8_f16,
13873         vreinterpretq_p16_f16, vreinterpretq_f32_f16, vreinterpretq_f64_f16,
13874         vreinterpretq_s64_f16, vreinterpretq_s8_f16, vreinterpretq_s16_f16,
13875         vreinterpretq_s32_f16, vreinterpretq_u8_f16, vreinterpretq_u16_f16,
13876         vreinterpretq_u32_f16, vget_low_f16, vget_high_f16, vld1_dup_f16,
13877         vld1q_dup_f16): New.
13879 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13881         * config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_v2sf):
13882         Reparameterize to...
13883         (aarch64_float_truncate_lo_<mode>): ...this, for both V2SF and V4HF.
13884         (aarch64_float_truncate_hi_v4sf): Reparameterize to...
13885         (aarch64_float_truncate_hi_<Vdbl>): ...this, for both V4SF and V8HF.
13887         * config/aarch64/aarch64-simd-builtins.def (float_truncate_hi_): Add
13888         v8hf variant.
13889         (float_truncate_lo_): Use BUILTIN_VDF iterator.
13891         * config/aarch64/arm_neon.h (vcvt_f16_f32, vcvt_high_f16_f32): New.
13893         * config/aarch64/iterators.md (VDF, Vdtype): New.
13894         (VWIDE, Vmwtype): Add cases for V4HF and V2SF.
13896 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13898         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Add V4HFmode.
13899         * config/aarch64/aarch64-builtins.c (VAR13, VAR14): New.
13900         (aarch64_scalar_builtin_types, aarch64_init_simd_builtin_scalar_types):
13901         Add __builtin_aarch64_simd_hf.
13902         * config/aarch64/arm_neon.h (float16x4x2_t, float16x8x2_t,
13903         float16x4x3_t, float16x8x3_t, float16x4x4_t, float16x8x4_t,
13904         vcombine_f16, vst2_lane_f16, vst2q_lane_f16, vst3_lane_f16,
13905         vst3q_lane_f16, vst4_lane_f16, vst4q_lane_f16, vld2_f16, vld2q_f16,
13906         vld3_f16, vld3q_f16, vld4_f16, vld4q_f16, vld2_dup_f16, vld2q_dup_f16,
13907         vld3_dup_f16, vld3q_dup_f16, vld4_dup_f16, vld4q_dup_f16,
13908         vld2_lane_f16, vld2q_lane_f16, vld3_lane_f16, vld3q_lane_f16,
13909         vld4_lane_f16, vld4q_lane_f16, vst2_f16, vst2q_f16, vst3_f16,
13910         vst3q_f16, vst4_f16, vst4q_f16, vcreate_f16): New.
13912         * config/aarch64/iterators.md (VALLDIF, Vtype, Vetype, Vbtype,
13913         V_cmp_result, v_cmp_result): Add cases for V4HF and V8HF.
13914         (VDC, Vdbl): Add V4HF.
13916 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13918         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p): Support
13919         V4HFmode and V8HFmode.
13920         (aarch64_split_simd_move): Add case for V8HFmode.
13921         * config/aarch64/aarch64-builtins.c (v4hf_UP, v8hf_UP): Define.
13922         (aarch64_simd_builtin_std_type): Handle HFmode.
13923         (aarch64_init_simd_builtin_types): Include Float16x4_t and Float16x8_t.
13925         * config/aarch64/aarch64-simd.md (mov<mode>, aarch64_get_lane<mode>,
13926         aarch64_ld1<VALL:mode>, aarch64_st1<VALL:mode): Use VALL_F16 iterator.
13927         (aarch64_be_ld1<mode>, aarch64_be_st1<mode>): Use VALLDI_F16 iterator.
13929         * config/aarch64/aarch64-simd-builtin-types.def: Add Float16x4_t,
13930         Float16x8_t.
13932         * config/aarch64/aarch64-simd-builtins.def (ld1, st1): Use VALL_F16.
13933         * config/aarch64/arm_neon.h (float16x4_t, float16x8_t, float16_t):
13934         New typedefs.
13935         (vget_lane_f16, vgetq_lane_f16, vset_lane_f16, vsetq_lane_f16,
13936         vld1_f16, vld1q_f16, vst1_f16, vst1q_f16, vst1_lane_f16,
13937         vst1q_lane_f16): New.
13938         * config/aarch64/iterators.md (VD, VQ, VQ_NO2E): Add vectors of HFmode.
13939         (VALLDI_F16, VALL_F16): New.
13940         (Vmtype, VEL, VCONQ, VHALF, V_TWO_ELEM, V_THREE_ELEM, V_FOUR_ELEM, q):
13941         Add cases for V4HF and V8HF.
13942         (VDBL, VRL2, VRL3, VRL4): Add V4HF case.
13944 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13946         * config/arm/arm-builtins.c (VAR11, VAR12): New.
13947         * config/arm/arm_neon_builtins.def (vcombine, vld2_dup, vld3_dup,
13948         vld4_dup): Add v4hf variant.
13949         (vget_high, vget_low): Add v8hf variant.
13950         (vld1, vst1, vst1_lane, vld2, vld2_lane, vst2, vst2_lane, vld3,
13951         vld3_lane, vst3, vst3_lane, vld4, vld4_lane, vst4, vst4_lane): Add
13952         v4hf and v8hf variants.
13954         * config/arm/iterators.md (VD_LANE, VD_RE, VQ2, VQ_HS): New.
13955         (VDX): Add V4HF.
13956         (V_DOUBLE): Add case for V4HF.
13957         (VQX): Add V8HF.
13958         (V_HALF): Add case for V8HF.
13959         (VDQX): Add V4HF, V8HF.
13960         (V_elem, V_two_elem, V_three_elem, V_four_elem, V_cmp_result,
13961         V_uf_sclr, V_sz_elem, V_mode_nunits, q): Add cases for V4HF & V8HF.
13963         * config/arm/neon.md (vec_set<mode>internal, vec_extract<mode>,
13964         neon_vget_lane<mode>_sext_internal, neon_vget_lane<mode>_zext_internal,
13965         vec_load_lanesoi<mode>, neon_vld2<mode>, vec_store_lanesoi<mode>,
13966         neon_vst2<mode>, vec_load_lanesci<mode>, neon_vld3<mode>,
13967         neon_vld3qa<mode>, neon_vld3qb<mode>, vec_store_lanesci<mode>,
13968         neon_vst3<mode>, neon_vst3qa<mode>, neon_vst3qb<mode>,
13969         vec_load_lanesxi<mode>, neon_vld4<mode>, neon_vld4qa<mode>,
13970         neon_vld4qb<mode>, vec_store_lanesxi<mode>, neon_vst4<mode>,
13971         neon_vst4qa<mode>, neon_vst4qb<mode>): Change VQ iterator to VQ2.
13973         (neon_vcreate, neon_vreinterpretv8qi<mode>,
13974         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
13975         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>):
13976         Change VDX to VD_RE.
13978         (neon_vld2_lane<mode>, neon_vst2_lane<mode>, neon_vld3_lane<mode>,
13979         neon_vst3_lane<mode>, neon_vld4_lane<mode>, neon_vst4_lane<mode>):
13980         Change VD iterator to VD_LANE, and VMQ iterator to VQ_HS.
13982         * config/arm/arm_neon.h (float16x4x2_t, float16x8x2_t, float16x4x3_t,
13983         float16x8x3_t, float16x4x4_t, float16x8x4_t, vcombine_f16,
13984         vget_high_f16, vget_low_f16, vld1_f16, vld1q_f16, vst1_f16, vst1q_f16,
13985         vst1_lane_f16, vst1q_lane_f16, vld2_f16, vld2q_f16, vld2_lane_f16,
13986         vld2q_lane_f16, vld2_dup_f16, vst2_f16, vst2q_f16, vst2_lane_f16,
13987         vst2q_lane_f16, vld3_f16, vld3q_f16, vld3_lane_f16, vld3q_lane_f16,
13988         vld3_dup_f16, vst3_f16, vst3q_f16, vst3_lane_f16, vst3q_lane_f16,
13989         vld4_f16, vld4q_f16, vld4_lane_f16, vld4q_lane_f16, vld4_dup_f16,
13990         vst4_f16, vst4q_f16, vst4_lane_f16, vst4q_lane_f16): New.
13992 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
13994         * config/arm/arm_neon.h (vgetq_lane_f16, vsetq_lane_f16, vld1q_lane_f16,
13995         vld1q_dup_f16, vreinterpretq_p8_f16, vreinterpretq_p16_f16,
13996         vreinterpretq_f16_p8, vreinterpretq_f16_p16, vreinterpretq_f16_f32,
13997         vreinterpretq_f16_p64, vreinterpretq_f16_p128, vreinterpretq_f16_s64,
13998         vreinterpretq_f16_u64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
13999         vreinterpretq_f16_s32, vreinterpretq_f16_u8, vreinterpretq_f16_u16,
14000         vreinterpretq_f16_u32, vreinterpretq_f32_f16, vreinterpretq_p64_f16,
14001         vreinterpretq_p128_f16, vreinterpretq_s64_f16, vreinterpretq_u64_f16,
14002         vreinterpretq_s8_f16, vreinterpretq_s16_f16, vreinterpretq_s32_f16,
14003         vreinterpretq_u8_f16, vreinterpretq_u16_f16, vreinterpretq_u32_f16):
14004         New.
14006 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14008         * config/arm/arm.h (VALID_NEON_QREG_MODE): Add V8HFmode.
14010         * config/arm/arm.c (arm_vector_mode_supported_p): Support V8HFmode.
14012         * config/arm/arm-builtins.c (v8hf_UP): New.
14013         (arm_init_simd_builtin_types): Initialise Float16x8_t.
14015         * config/arm/arm-simd-builtin-types.def (Float16x8_t): New.
14017         * config/arm/arm_neon.h (float16x8_t): New typedef.
14019 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14021         * config/arm/arm_neon.h (float16_t, vget_lane_f16, vset_lane_f16,
14022         vcreate_f16, vld1_lane_f16, vld1_dup_f16, vreinterpret_p8_f16,
14023         vreinterpret_p16_f16, vreinterpret_f16_p8, vreinterpret_f16_p16,
14024         vreinterpret_f16_f32, vreinterpret_f16_p64, vreinterpret_f16_s64,
14025         vreinterpret_f16_u64, vreinterpret_f16_s8, vreinterpret_f16_s16,
14026         vreinterpret_f16_s32, vreinterpret_f16_u8, vreinterpret_f16_u16,
14027         vreinterpret_f16_u32, vreinterpret_f32_f16, vreinterpret_p64_f16,
14028         vreinterpret_s64_f16, vreinterpret_u64_f16, vreinterpret_s8_f16,
14029         vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
14030         vreinterpret_u16_f16, vreinterpret_u32_f16): New.
14032 2015-09-07  Ilya Verbin  <ilya.verbin@intel.com>
14034         * config/i386/intelmic-mkoffload.c (prepare_target_image): Handle all
14035         non-alphanumeric characters in the symbol name.
14037 2015-09-07  Marek Polacek  <polacek@redhat.com>
14039         PR inline-asm/67448
14040         * gimplify.c (gimplify_asm_expr): Don't allow MODIFY_EXPR as
14041         a memory input.
14043 2015-09-07  Marek Polacek  <polacek@redhat.com>
14045         * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
14047 2015-09-04  Paolo Bonzini  <bonzini@gnu.org>
14049         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do
14050         not warn.
14052 2015-09-04  Jakub Jelinek  <jakub@redhat.com>
14054         PR middle-end/67452
14055         * tree-ssa-live.c: Include cfgloop.h.
14056         (remove_unused_locals): Clear loop->simduid if simduid is about
14057         to be removed from cfun->local_decls.
14059 2015-09-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14061         PR target/65210
14062         * config/avr/avr.c (avr_eval_addr_attrib): Look for io_low
14063         attribute as well.
14065 2015-09-04  Tom de Vries  <tom@codesourcery.com>
14067         * doc/invoke.texi (@item -ftrapv, @item -fwrapv): Document interaction.
14069 2015-09-04  Jeff Law  <law@redhat.com>
14071         * tree-ssa-scopedtables.c (const_and_copies::const_and_copies): Remove
14072         unnecessary constructor.  It's now trivial and implemented inside...
14073         * tree-ssa-scopedtables.h (const_and_copies): Implement trivial
14074         constructor.  Add comments to various methods.  Remove unused
14075         private fields.
14076         * tree-ssa-dom.c (pass_dominator::execute): Corresponding changes.
14077         * tree-vrp.c (identify_jump_threads): Likewise.
14078         * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor
14079         indentation issues.
14080         (thread_across_edge): Similarly.
14081         (record_temporary_equivalences_from_stmts_at_dest): Remove unused
14082         arguments in constructor call.
14084 2015-09-04  Jonas Hahnfeld  <Hahnfeld@itc.rwth-aachen.de>
14086         * config/i386/intelmic-mkoffload.c (prepare_target_image): Fix if the
14087         temp path contains a '-'.
14089 2015-09-04  Andrey Turetskiy  <andrey.turetskiy@intel.com>
14090             Petr Murzin  <petr.murzin@intel.com>
14091             Kirill Yukhin  <kirill.yukhin@intel.com>
14093         * config/i386/i386-builtin-types.def
14094         (VOID_PFLOAT_HI_V8DI_V16SF_INT): New.
14095         (VOID_PDOUBLE_QI_V16SI_V8DF_INT): Ditto.
14096         (VOID_PINT_HI_V8DI_V16SI_INT): Ditto.
14097         (VOID_PLONGLONG_QI_V16SI_V8DI_INT): Ditto.
14098         * config/i386/i386.c
14099         (ix86_builtins): Add IX86_BUILTIN_SCATTERALTSIV8DF,
14100         IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
14101         IX86_BUILTIN_SCATTERALTDIV16SI.
14102         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_scatteraltsiv8df,
14103         __builtin_ia32_scatteraltdiv8sf, __builtin_ia32_scatteraltsiv8di,
14104         __builtin_ia32_scatteraltdiv8si.
14105         (ix86_expand_builtin): Handle IX86_BUILTIN_SCATTERALTSIV8DF,
14106         IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
14107         IX86_BUILTIN_SCATTERALTDIV16SI.
14108         (ix86_vectorize_builtin_scatter): New.
14109         (TARGET_VECTORIZE_BUILTIN_SCATTER): Define as
14110         ix86_vectorize_builtin_scatter.
14112 2015-09-04  Andrey Turetskiy  <andrey.turetskiy@intel.com>
14113             Petr Murzin  <petr.murzin@intel.com>
14114             Kirill Yukhin  <kirill.yukhin@intel.com>
14116         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.
14117         * doc/tm.texi: Regenerate.
14118         * target.def: Add scatter builtin.
14119         * tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it
14120         for loads/stores in case of gather/scatter accordingly.
14121         (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
14122         STMT_VINFO_GATHER_P(S).
14123         (vect_check_gather): Rename to ...
14124         (vect_check_gather_scatter): this.
14125         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use
14126         STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P.
14127         (vect_check_gather_scatter): Use it instead of vect_check_gather.
14128         (vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter
14129         variable and new checkings for it accordingly.
14130         * tree-vect-stmts.c
14131         (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
14132         STMT_VINFO_GATHER_P(S).
14133         (vect_check_gather_scatter): Use it instead of vect_check_gather.
14134         (vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P.
14136 2015-09-03  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
14138         * config/rs6000/altivec.md (altivec_vperm_v8hiv16qi): New
14139         define_insn.
14140         (mulv16qi3): New define_expand.
14142 2015-09-03  Martin Sebor  <msebor@redhat.com>
14144         PR c/66516
14145         * doc/extend.texi (Other Builtins): Document when the address
14146         of a built-in function can be taken.
14148 2015-09-03  Richard Biener  <rguenther@suse.de>
14150         * dwarf2out.c (flush_limbo_die_list): Split out from ...
14151         (dwarf2out_early_finish): ... here.
14152         (dwarf2out_finish): Do not call dwarf2out_early_finish but
14153         flush_limbo_die_list.  Assert we have no deferred asm names.
14155 2015-09-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14157         * optabs.c (expand_binop): Don't create a broadcast vector with a
14158         source element wider than the inner mode.
14160 2015-09-03  Richard Biener  <rguenther@suse.de>
14162         * varasm.c (output_constant): Use fold_convert instead of
14163         wide_int_to_tree.
14165 2015-09-03  Tom de Vries  <tom@codesourcery.com>
14167         PR tree-optimization/65637
14168         * omp-low.c (expand_omp_for_static_chunk): Handle case that
14169         fin_bb has 2 predecessors.
14171 2015-09-03  Tom de Vries  <tom@codesourcery.com>
14173         PR tree-optimization/65637
14174         * omp-low.c (find_phi_with_arg_on_edge): New function.
14175         (expand_omp_for_static_chunk): Fix inner loop phi.
14177 2015-09-03  Tom de Vries  <tom@codesourcery.com>
14179         PR tree-optimization/65637
14180         * omp-low.c (expand_omp_for_static_chunk): Fix gcc_assert for the case
14181         that head is NULL.
14183 2015-09-03  Tom de Vries  <tom@codesourcery.com>
14185         * omp-low.c (expand_omp_for_static_chunk): Handle simple latch bb.
14187 2015-09-03  Tom de Vries  <tom@codesourcery.com>
14189         * doc/invoke.texi (parloops-chunk-size): Add item.
14190         * params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
14191         * tree-parloops.c: Include params.h.
14192         (create_parallel_loop): Set chunk-size of schedule of omp-for loop, if
14193         param parloops-chunk-size is used.
14195 2015-09-03  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
14197         PR middle-end/67351
14198         * fold-const.c (fold_binary_loc) : Move
14199         Transform (x >> c) << c into x & (-1<<c) or
14200         transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned
14201         types using simplify and match.
14202         * match.pd (lshift (rshift @0 INTEGER_CST@1) @1) : New simplifier.
14203         (rshift (lshift @0 INTEGER_CST@1) @1) : New Simplifier
14205 2015-09-03  Richard Biener  <rguenther@suse.de>
14207         PR ipa/66705
14208         * tree-ssa-structalias.c (ctor_for_analysis): New function.
14209         (create_variable_info_for_1): Use ctor_for_analysis instead
14210         of get_constructor.
14211         (create_variable_info_for): Likewise.
14213 2015-09-02  Charles Baylis  <charles.baylis@linaro.org>
14215         PR ipa/67280
14216         * cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external
14217         in new callgraph edge.
14219 2015-09-02  Christophe Lyon  <christophe.lyon@linaro.org>
14221         PR target/59810
14222         PR target/63652
14223         PR target/63653
14224         * config/aarch64/aarch64-simd.md
14225         (aarch64_ld<VSTRUCT:nregs><VQ:mode>): Call
14226         gen_aarch64_simd_ld<VSTRUCT:nregs><VQ:mode>.
14227         (aarch64_st<VSTRUCT:nregs><VQ:mode>): Call
14228         gen_aarch64_simd_st<VSTRUCT:nregs><VQ:mode>.
14230 2015-09-02  Alan Modra  <amodra@gmail.com>
14232         * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Don't define.
14233         * config/rs6000/sysv4.h (LINK_TARGET_SPEC): Likewise.
14234         (LINK_SPEC, SUBTARGET_EXTRA_SPECS): Delete link_target.
14236 2015-09-02  Alan Modra  <amodra@gmail.com>
14238         PR target/67417
14239         * config/rs6000/predicates.md (current_file_function_operand): Don't
14240         return true for weak symbols.
14241         * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Likewise.
14243 2015-09-01  Matthew Fortune  <matthew.fortune@imgtec.com>
14244             Andrew Bennett  <andrew.bennett@imgtec.com>
14246         * config/mips/mips-opts.h (mips_cb_setting): New enum.
14247         * config/mips/mips-protos.h: Add definitions for
14248         mips_output_jump and mips_output_equal_conditional_branch
14249         * config/mips/mips.c (MIPS_JR): Change to support the
14250         JIC instruction.
14251         (mips_emit_compare): Add support for the MIPS R6 conditional
14252         compact branches.
14253         (mips_process_sync_loop): Likewise.
14254         (mips_output_order_conditional_branch): Likewise.
14255         (mips16_build_call_stub): Change MIPS_CALL to
14256         mips_output_jump.
14257         (mips_print_operand_punctuation): Update 's' case to only
14258         apply to micromips r2.
14259         (mips_adjust_insn_length): Add support for forbidden slot
14260         hazards.
14261         (mips_avoid_hazard): Likewise.
14262         (mips_reorg_process_insns): Likewise.
14263         (mips_output_jump): New function.
14264         (mips_output_equal_conditional_branch): Likewise.
14265         (mips_output_conditional_branch): Use jrc/bc if compact
14266         branch support is enabled.  Ensure the forbidden slots
14267         between the two branch instructions is filled with a nop.
14268         (mips_option_override): Add support to process the compact
14269         branch option and set the correct defaults.  Prevent
14270         non-explict relocs being using for MIPS R6.
14271         (mips_trampoline_init): Add compact branch support.
14272         (mips_mult_zero_zero_cost): Allow zero initialisation of
14273         accumulators with TARGET_DSP.
14274         * config/mips/mips.h (TARGET_CB_NEVER): New define.
14275         (TARGET_CB_MAYBE): New define.
14276         (TARGET_CB_ALWAYS): New define.
14277         (ISA_HAS_DELAY_SLOTS): New define.
14278         (ISA_HAS_COMPACT_BRANCHES): New define.
14279         (ISA_HAS_JRC): New define.
14280         (MIPS_BRANCH_C): New define.
14281         (MIPS_CALL): Removed.
14282         (MICROMIPS_J): Removed.
14283         * config/mips/mips.md (compact_form): New attr.
14284         (hazard): Add support for forbidden slots.
14285         (define_delay): Add support for compact branches.
14286         (*branch_order<mode>): Likewise.
14287         (*branch_order<mode>_inverted): Likewise.
14288         (*branch_equality<mode>): Likewise.
14289         (*branch_equality<mode>_inverted): Likewise.
14290         (*jump_absolute): Likewise.
14291         (*jump_pic): Likewise.
14292         (indirect_jump): Use mips_output_jump to produce assembly output.
14293         (tablejump_<mode>"): Likewise.
14294         (*<optab>"): Likewise.
14295         (<optab>_internal): Likewise.
14296         (sibcall_internal): Likewise.
14297         (sibcall_value_internal): Likewise.
14298         (sibcall_value_multiple_internal): Likewise.
14299         (call_internal): Likewise.
14300         (call_split): Likewise.
14301         (call_internal_direct): Likewise.
14302         (call_direct_split): Likewise.
14303         (call_value_internal): Likewise.
14304         (call_value_split): Likewise.
14305         (call_value_internal_direct): Likewise.
14306         (call_value_direct_split): Likewise.
14307         (call_value_multiple_internal): Likewise.
14308         (call_value_multiple_split): Likewise.
14309         (mips_get_fcsr_mips16_<mode>): Likewise.
14310         (mips_set_fcsr_mips16_<mode>): Likewise.
14311         (tls_get_tp_mips16_<mode>): Likewise.
14312         * config/mips/mips.opt: Add -mcompact-branches option.
14313         * config/mips/predicates.md (order_operator): Ensure the
14314         conditional compact branches are only used if the ISA them.
14315         * doc/invoke.texi: Document -mcompact-branches option.
14317 2015-09-01  Vladimir Makarov  <vmakarov@redhat.com>
14319         PR target/61578
14320         * lra-lives.c (process_bb_lives): Process move pseudos with the
14321         same value for copies and preferences
14322         * lra-constraints.c (match_reload): Create match reload pseudo
14323         with the same value from single dying input pseudo.
14325 2015-09-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
14327         PR target/67405
14328         * tree-chkp.c (chkp_find_bound_slots_1): Add NULL check.
14330 2015-09-01  Aldy Hernandez  <aldyh@redhat.com>
14332         * trans-mem.c: Add contributed-by.
14333         * trans-mem.h: Same.
14335 2015-09-01  Richard Biener  <rguenther@suse.de>
14337         * expr.c (expand_expr_real_1): For expanding TERed defs
14338         set the current location to that of the def if not UNKNOWN.
14340 2015-09-01  David Sherwood  <david.sherwood@arm.com>
14342         * genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.
14344 2015-09-01  Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14346         * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,
14347         then_cost, else_cost fields.  Change branch_cost field to unsigned int.
14348         (end_ifcvt_sequence): Call set_used_flags on each insn in the sequence.
14349         Include rtl-iter.h.
14350         (noce_simple_bbs): New function.
14351         (noce_try_move): Bail if basic blocks are not simple.
14352         (noce_try_store_flag): Likewise.
14353         (noce_try_store_flag_constants): Likewise.
14354         (noce_try_addcc): Likewise.
14355         (noce_try_store_flag_mask): Likewise.
14356         (noce_try_cmove): Likewise.
14357         (noce_try_minmax): Likewise.
14358         (noce_try_abs): Likewise.
14359         (noce_try_sign_mask): Likewise.
14360         (noce_try_bitop): Likewise.
14361         (bbs_ok_for_cmove_arith): New function.
14362         (noce_emit_all_but_last): Likewise.
14363         (noce_emit_insn): Likewise.
14364         (noce_emit_bb): Likewise.
14365         (noce_try_cmove_arith): Handle non-simple basic blocks.
14366         (insn_valid_noce_process_p): New function.
14367         (contains_mem_rtx_p): Likewise.
14368         (bb_valid_for_noce_process_p): Likewise.
14369         (noce_process_if_block): Allow non-simple basic blocks
14370         where appropriate.
14372 2015-08-31  Alan Lawrence  <alan.lawrence@arm.com>
14374         * tree-ssa-dom.c (record_equivalences_from_phis,
14375         record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.
14376         (lookup_avail_expr): Likewise, and remove comment and unused temp.
14378 2015-09-01  Nick Clifton  <nickc@redhat.com>
14380         * config/msp430/msp430.opt (mcpu): Fix typo.
14382 2015-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14384         * config/aarch64/aarch64.c (aarch64_set_current_function):
14385         Re-layout any vector parameters have non-simd layout.
14386         * config/aarch64/aarch64-builtins.c (aarch64_relayout_simd_param):
14387         Delete.
14388         (aarch64_simd_expand_args): Delete call to the above.
14390 2015-08-31  Mike Frysinger  <vapier@gentoo.org>
14392         * doc/invoke.texi (asan-stack): Add space before option.
14394 2015-08-31  Marc Glisse  <marc.glisse@inria.fr>
14396         * tree.h (zerop): New function.
14397         * tree.c (zerop): Likewise.
14398         (element_precision): Handle expressions.
14399         * match.pd (define_predicates): Add zerop.
14400         (x <= +Inf): Fix comment.
14401         (abs (x) == 0, A & C == C, A & C != 0): Converted from ...
14402         * fold-const.c (fold_binary_loc): ... here. Remove.
14404 2015-08-31  Richard Biener  <rguenther@suse.de>
14406         PR middle-end/67381
14407         * genmatch.c (dt_node::gen_kids): Also treat matches as barrier.
14409 2015-08-31  Marc Glisse  <marc.glisse@inria.fr>
14411         * match.pd (SIN, COS, TAN, COSH): Reorder for consistency.
14412         (CEXPI): New operator list.
14413         (real (conj (x)), imag (conj (x)), real (x +- y), real (cexpi (x)),
14414         imag (cexpi (x)), conj (conj (x)), conj (complex (x, y))):
14415         Converted from ...
14416         * fold-const.c (fold_unary_loc, fold_binary_loc): ... here. Remove.
14418 2015-08-31  Tom de Vries  <tom@codesourcery.com>
14420         * tree-ssa-loop-manip.c (find_uses_to_rename_stmt)
14421         (find_uses_to_rename_bb, find_uses_to_rename): Add and handle use_flags
14422         parameter.
14423         (find_uses_to_rename_def, find_uses_to_rename_in_loop): New function.
14424         (rewrite_into_loop_closed_ssa_1): New function, factored out of ...
14425         (rewrite_into_loop_closed_ssa): ... here.
14426         (replace_uses_in_dominated_bbs): Remove function.
14427         (rewrite_virtuals_into_loop_closed_ssa): Reimplement using
14428         rewrite_into_loop_closed_ssa_1.
14430 2015-08-31  Michael Matz  <matz@suse.de>
14432         * cfganal.c (pre_and_rev_post_order_compute_fn): Correctly
14433         enter entry and exit blocks for reverse post order.
14435 2015-08-31  Richard Biener  <rguenther@suse.de>
14437         * lto-streamer.h (lto_location_cache::cached_location::sysp): Add.
14438         (lto_location_cache::current_sysp): Likewise.
14439         (output_block::current_sysp): Likewise.
14440         * lto-streamer-in.c (lto_location_cache::cmp_loc): Compare sysp.
14441         (lto_location_cache::apply_location_cache): Properly record
14442         system header locations.
14443         (lto_location_cache::input_location): Input whether a file
14444         is a system header.
14445         * lto-streamer-out.c (lto_output_location): Stream whether a file
14446         is a system header.
14448 2015-08-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14450         PR bootstrap/67363
14451         * gcc.c (env_manager::xput): Replace strndup by xstrndup.
14453 2015-08-31  Tom de Vries  <tom@codesourcery.com>
14455         * tree-ssa-loop-manip.c (find_uses_to_rename_use)
14456         (find_uses_to_rename_stmt, find_uses_to_rename_bb, find_uses_to_rename):
14457         Improve function header comments.
14459 2015-08-30  Michael Collison  <michael.collison@linaro.org>
14461         PR other/67320
14462         * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
14463         standard names
14465 2015-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14467         * config/rs6000/rs6000.c (swap_web_entry): Enlarge
14468         special_handling bitfield.
14469         (special_handling_values): Add SH_XXPERMDI and SH_CONCAT.
14470         (rtx_is_swappable_p): Add handling for vec_select/vec_concat form
14471         that represents a general xxpermdi.
14472         (insn_is_swappable_p): Add handling for vec_concat of two
14473         doublewords, which maps to a specific xxpermdi.
14474         (adjust_xxpermdi): New function.
14475         (adjust_concat): Likewise.
14476         (handle_special_swappables): Call adjust_xxpermdi and
14477         adjust_concat.
14478         (dump_swap_insn_table): Handle SH_XXPERMDI and SH_CONCAT.
14480 2015-08-30  Rich Felker <dalias@libc.org>
14482         * config.gcc (supported_defaults): Handle sh[123456ble]*-*-*
14483         case instead of sh[123456ble]-*-*.
14485 2015-08-29  Anatoly Sokolov  <aesok@post.ru>
14487         * ira.c (print_unform_and_important_classes,
14488         print_translated_classes): Remove reg_class_names static array.
14489         (print_unform_and_important_classes): Rename to ...
14490         (print_uniform_and_important_classes): ... this.
14491         (ira_debug_allocno_classes): Update accordingly.
14493 2015-08-29  Tom de Vries  <tom@codesourcery.com>
14495         PR tree-optimization/46193
14496         * omp-low.c (omp_reduction_init): Handle pointer type for min or max
14497         clause.
14499 2015-08-28  Jeff Law  <law@redhat.com>
14501         PR lto/66752
14502         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
14503         unable to find X NE 0 in the tables, return X as the simplified
14504         condition.
14505         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
14506         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
14507         to VISISTED_BBS.
14508         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
14509         after removing the control flow statement and unnecessary edges.
14511 2015-08-28  Alan Lawrence  <alan.lawrence@arm.com>
14513         Revert:
14514         2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
14516         PR tree-optimization/67283
14517         * tree-sra.c (type_consists_of_records_p): Rename to...
14518         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
14520         (completely_scalarize_record): Rename to...
14521         (completely_scalarize): ...this, add ARRAY_TYPE case, move some
14522         code to:
14523         (scalarize_elem): New.
14525 2015-08-28  Jiong Wang  <jiong.wang@arm.com>
14527         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Rename
14528         SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIE.
14529         (aarch64_symbol_type): Likewise.
14530         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
14531         Likewise.
14532         (aarch64_expand_mov_immediate): Likewise.
14533         (aarch64_print_operand): Likewise.
14534         (aarch64_classify_tls_symbol): Likewise.
14536 2015-08-28  Richard Biener  <rguenther@suse.de>
14538         * cgraphunit.c (symbol_table::compile): Move early debug generation
14539         and finish...
14540         (symbol_table::finalize_compilation_unit): ... back here and
14541         add a !seen_error () guard.
14543 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
14545         * toplev.c (process_options): Do not use flag_loop_block,
14546         flag_loop_interchange, and flag_loop_strip_mine.  Add check for
14547         flag_loop_optimize_isl.
14549 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
14551         * Makefile.in (OBJS): Remove graphite-blocking.o and
14552         graphite-interchange.o.
14553         * common.opt (floop-strip-mine, floop-interchange, floop-block):
14554         Alias of floop-nest-optimize.
14555         * doc/invoke.texi (floop-strip-mine, floop-interchange, floop-block):
14556         Document as alias of -floop-nest-optimize.
14557         * graphite-blocking.c: Remove.
14558         * graphite-interchange.c: Remove.
14559         * graphite-optimize-isl.c: Include dumpfile.h.
14560         (getScheduleForBand): Add dump for tiled loops.  Use
14561         PARAM_LOOP_BLOCK_TILE_SIZE instead of hard coded constant.
14562         * graphite-poly.c (scop_max_loop_depth): Remove.
14563         (print_scattering_function_1): Remove.
14564         (print_scattering_function): Remove.
14565         (print_scattering_functions): Remove.
14566         (debug_scattering_function): Remove.
14567         (debug_scattering_functions): Remove.
14568         (apply_poly_transforms): Remove use of flag_loop_block,
14569         flag_loop_strip_mine, and flag_loop_interchange.
14570         (new_poly_bb): Remove use of PBB_TRANSFORMED, PBB_SAVED, and
14571         PBB_ORIGINAL.
14572         (print_pdr_access_layout): Remove.
14573         (print_pdr): Print ISL representation.
14574         (new_scop): Remove use of SCOP_ORIGINAL_SCHEDULE,
14575         SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
14576         (free_scop): Same.
14577         (openscop_print_pbb_domain): Remove.
14578         (print_pbb): Remove call to print_scattering_function.
14579         (openscop_print_scop_context): Remove.
14580         (print_scop_context): Do not print matrices anymore.
14581         (print_scop): Do not print SCOP_ORIGINAL_SCHEDULE and
14582         SCOP_TRANSFORMED_SCHEDULE.
14583         (print_isl_set): Add printing of a new line.
14584         (print_isl_map): Same.
14585         (print_isl_aff): Same.
14586         (print_isl_constraint): Same.
14587         (loop_to_lst): Remove.
14588         (scop_to_lst): Remove.
14589         (lst_indent_to): Remove.
14590         (print_lst): Remove.
14591         (debug_lst): Remove.
14592         (dot_lst_1): Remove.
14593         (dot_lst): Remove.
14594         (reverse_loop_at_level): Remove.
14595         (reverse_loop_for_pbbs): Remove.
14596         * graphite-poly.h (pdr_dim_iter_domain): Remove.
14597         (pdr_nb_params): Remove.
14598         (pdr_alias_set_dim): Remove.
14599         (pdr_subscript_dim): Remove.
14600         (pdr_iterator_dim): Remove.
14601         (pdr_parameter_dim): Remove.
14602         (same_pdr_p): Remove.
14603         (struct poly_scattering): Remove.
14604         (struct poly_bb): Remove _original, _transformed, _saved.
14605         (PBB_DOMAIN, PBB_ORIGINAL, PBB_ORIGINAL_SCATTERING): Remove.
14606         (PBB_TRANSFORMED, PBB_TRANSFORMED_SCATTERING, PBB_SAVED): Remove.
14607         (PBB_NB_LOCAL_VARIABLES): Remove.
14608         (PBB_NB_SCATTERING_TRANSFORM): Remove.
14609         (schedule_to_scattering): Remove.
14610         (number_of_write_pdrs): Remove.
14611         (pbb_dim_iter_domain): Remove.
14612         (pbb_nb_params): Remove.
14613         (pbb_nb_scattering_orig): Remove.
14614         (pbb_nb_scattering_transform): Remove.
14615         (pbb_nb_dynamic_scattering_transform): Remove.
14616         (pbb_nb_local_vars): Remove.
14617         (pbb_iterator_dim): Remove.
14618         (pbb_parameter_dim): Remove.
14619         (psco_scattering_dim): Remove.
14620         (psct_scattering_dim): Remove.
14621         (psct_local_var_dim): Remove.
14622         (psco_iterator_dim): Remove.
14623         (psct_iterator_dim): Remove.
14624         (psco_parameter_dim): Remove.
14625         (psct_parameter_dim): Remove.
14626         (psct_dynamic_dim): Remove.
14627         (psct_static_dim): Remove.
14628         (psct_add_local_variable): Remove.
14629         (new_lst_loop): Remove.
14630         (new_lst_stmt): Remove.
14631         (free_lst): Remove.
14632         (copy_lst): Remove.
14633         (lst_add_loop_under_loop): Remove.
14634         (lst_depth): Remove.
14635         (lst_dewey_number): Remove.
14636         (lst_dewey_number_at_depth): Remove.
14637         (lst_pred): Remove.
14638         (lst_succ): Remove.
14639         (lst_find_pbb): Remove.
14640         (find_lst_loop): Remove.
14641         (lst_find_first_pbb): Remove.
14642         (lst_empty_p): Remove.
14643         (lst_find_last_pbb): Remove.
14644         (lst_contains_p): Remove.
14645         (lst_contains_pbb): Remove.
14646         (lst_create_nest): Remove.
14647         (lst_remove_from_sequence): Remove.
14648         (lst_remove_loop_and_inline_stmts_in_loop_father): Remove.
14649         (lst_niter_for_loop): Remove.
14650         (pbb_update_scattering): Remove.
14651         (lst_update_scattering_under): Remove.
14652         (lst_update_scattering): Remove.
14653         (lst_insert_in_sequence): Remove.
14654         (lst_replace): Remove.
14655         (lst_substitute_3): Remove.
14656         (lst_distribute_lst): Remove.
14657         (lst_remove_all_before_including_pbb): Remove.
14658         (lst_remove_all_before_excluding_pbb): Remove.
14659         (struct scop): Remove original_schedule, transformed_schedule, and
14660         saved_schedule.
14661         (SCOP_ORIGINAL_SCHEDULE, SCOP_TRANSFORMED_SCHEDULE): Remove.
14662         (SCOP_SAVED_SCHEDULE): Remove.
14663         (poly_scattering_new): Remove.
14664         (poly_scattering_free): Remove.
14665         (poly_scattering_copy): Remove.
14666         (store_scattering_pbb): Remove.
14667         (store_lst_schedule): Remove.
14668         (restore_lst_schedule): Remove.
14669         (store_scattering): Remove.
14670         (restore_scattering_pbb): Remove.
14671         (restore_scattering): Remove.
14672         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
14673         Remove scattering_dimensions.  Do not use pbb_dim_iter_domain:
14674         compute the scattering polyhedron dimension from the dimension of
14675         pbb->domain.
14676         (build_scop_scattering): Update call to
14677         build_pbb_scattering_polyhedrons.
14678         (build_poly_scop): Remove call to scop_to_lst.
14679         * graphite.c (graphite_transform_loops): Add call to print_scop.
14680         (gate_graphite_transforms): Remove use of flag_loop_block,
14681         flag_loop_interchange, and flag_loop_strip_mine.
14683 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
14685         * common.opt (floop-unroll-and-jam): Make alias of floop-nest-optimize.
14686         * doc/invoke.texi (-floop-unroll-and-jam): Document as alias of
14687         -floop-nest-optimize.
14688         * graphite-isl-ast-to-gimple.c (generate_luj_sepclass_opt): Remove.
14689         (generate_luj_sepclass): Remove.
14690         (generate_luj_options): Remove.
14691         (set_options): Remove opt_luj.
14692         (scop_to_isl_ast): Remove opt_luj.
14693         * graphite-optimize-isl.c (getScheduleForBand): Remove check for
14694         flag_loop_unroll_jam.
14695         (getPrevectorMap_full): Remove.
14696         (getScheduleForBandList): Remove map_sepcl.
14697         (getScheduleMap): Same.
14698         (apply_schedule_map_to_scop): Remove sepcl.
14699         (optimize_isl): Same.
14700         * graphite-poly.c (apply_poly_transforms): Remove check for
14701         flag_loop_unroll_jam.
14702         (new_poly_bb): Remove map_sepclass.
14703         * graphite-poly.h (struct poly_bb): Same.
14704         * graphite.c (gate_graphite_transforms): Remove flag_loop_unroll_jam.
14705         * params.def (PARAM_LOOP_UNROLL_JAM_SIZE)
14706         (PARAM_LOOP_UNROLL_JAM_DEPTH): Remove.
14707         * toplev.c (process_options): Remove flag_loop_unroll_jam.
14709 2015-08-27  Uros Bizjak  <ubizjak@gmail.com>
14711         PR target/67317
14712         * config/i386/i386.md (*add<mode>3_cc): Remove insn pattern.
14713         (addqi3_cc): Ditto.
14714         (UNSPEC_ADD_CARRY): Remove.
14715         (addqi3_cconly_overflow): New expander.
14716         (*add<dwi>3_doubleword): Split to add<mode>3_cconly_overflow.
14717         Adjust for changed add<mode>3_carry.
14718         (*neg<dwi>2_doubleword): Adjust for changed add<mode>3_carry.
14719         (*sub<dwi>3_doubleword): Adjust for changed sub<mode>3_carry.
14720         (<plusminus_insn><mode>3_carry): Remove expander.
14721         (*<plusminus_insn><mode>3_carry): Split insn pattern to
14722         add<mode>3_carry and sub<mode>3_carry.
14723         (plusminus_carry_mnemonic): Remove code attribute.
14724         (add<mode>3_carry): Canonicalize insn pattern.
14725         (*addsi3_carry_zext): Ditto.
14726         (sub<mode>3_carry): Ditto.
14727         (*subsi3_carry_zext): Ditto.
14728         (adcx<mode>3): Remove insn pattern.
14729         (addcarry<mode>): New insn pattern.
14730         (subborrow<mode>): Ditto.
14731         * config/i386/i386.c (ix86_expand_strlensi_unroll_1): Use
14732         gen_addqi3_cconly_overflow instead of gen_addqi3_cc.
14733         (ix86_expand_builtin) <case IX86_BUILTIN_SBB32,
14734         case IX86_BUILTIN_SBB64, case IX86_BUILTIN_ADDCARRY32,
14735         case IX86_BUILTIN_ADDCARRY64>: Use CODE_FOR_subborrowsi,
14736         CODE_FOR_subborrowdi, CODE_FOR_addcarrysi and CODE_FOR_addcarrydi.
14737         Rewrite expander to not clobber carry flag chains.
14739 2015-08-27  Pat Haugen  <pthaugen@us.ibm.com>
14741         * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shift
14742         instead of a rotate.
14744 2015-08-27  Marek Polacek  <polacek@redhat.com>
14746         PR middle-end/67005
14747         * tree-ssa-dce.c (remove_dead_stmt): Also schedule fixup if removing
14748         an entry into an irreducible region.
14750 2015-08-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
14752         * configure: Regenerate.
14754 2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
14756         PR tree-optimization/67283
14757         * tree-sra.c (type_consists_of_records_p): Rename to...
14758         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
14760         (completely_scalarize_record): Rename to...
14761         (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
14762         (scalarize_elem): New.
14764 2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
14766         * tree-sra.c (completely_scalarize_var): Rename to...
14767         (create_total_scalarization_access): ... Here. Drop call to
14768         completely_scalarize_record.
14770         (analyze_all_variable_accesses): Replace completely_scalarize_var
14771         with create_total_scalarization_access and completely_scalarize_record.
14773 2015-08-27  Alan Modra  <amodra@gmail.com>
14775         PR target/67356
14776         * config/rs6000/rs6000.md (ior<mode>_mask): Use constraint "0"
14777         for operand 1.
14779 2015-08-27  Richard Biener  <rguenther@suse.de>
14781         * passes.c (rest_of_decl_compilation): Guard early_global_decl
14782         call with !seen_error ().
14783         * cgraphunit.c (symbol_table::finalize_compilation_unit): Move
14784         early debug generation and finish...
14785         (symbol_table::compile): ... here to put it after a !seen_error ()
14786         guard.
14788 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14790         * config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit on
14791         Solaris 12+.
14793 2015-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14794             Andre Vieira  <andre.simoesdiasvieira@arm.com>
14796         * config/aarch64/aarch64.md (*condjump): Handle functions > 1 MiB.
14797         (*cb<optab><mode>1): Likewise.
14798         (*tb<optab><mode>1): Likewise.
14799         (*cb<optab><mode>1): Likewise.
14800         * config/aarch64/iterators.md (inv_cb): New code attribute.
14801         (inv_tb): Likewise.
14802         * config/aarch64/aarch64.c (aarch64_gen_far_branch): New.
14803         * config/aarch64/aarch64-protos.h (aarch64_gen_far_branch): New.
14805 2015-08-27  Richard Biener  <rguenther@suse.de>
14807         * ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
14809 2015-08-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14811         * config/s390/s390.c (s390_emit_prologue): Add emit_barrier() after
14812         trap to fix ICE.
14814 2015-08-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
14816         * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert):
14817         Add declaration.
14819         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a
14820         comment.
14821         (rs6000_cannot_change_mode_class): Add support for IEEE 128-bit
14822         floating point in VSX registers.
14823         (rs6000_output_move_128bit): Always print out the set insn if we
14824         can't generate an appropriate 128-bit move.
14825         (rs6000_generate_compare): Add support for IEEE 128-bit floating
14826         point in VSX registers comparisons.
14827         (rs6000_expand_float128_convert): Likewise.
14829         * config/rs6000/predicates.md (int_reg_operand_not_pseudo): New
14830         predicate for only GPR hard registers.
14832         * config/rs6000/rs6000.md (FP): Add IEEE 128-bit floating point
14833         modes to iterators. Add new iterators for moving 128-bit values in
14834         scalar FPR registers and VSX registers.
14835         (FMOVE128): Likewise.
14836         (FMOVE128_FPR): Likewise.
14837         (FMOVE128_GPR): Likewise.
14838         (FMOVE128_VSX): Likewise.
14839         (FLOAT128_SFDFTF): New iterators for IEEE 128-bit floating point
14840         in VSX registers.
14841         (IFKF): Likewise.
14842         (IBM128): Likewise.
14843         (TFIFKF): Likewise.
14844         (RELOAD): Add IEEE 128-bit floating point modes.
14845         (signbittf2): Convert TF insns to add support for new IEEE 128-bit
14846         floating point in VSX registers modes.
14847         (signbit<mode>2, IBM128 iterator): Likewise.
14848         (mov<mode>_64bit_dm, FMOVE128_FPR iterator): Likewise.
14849         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
14850         (negtf2): Likewise.
14851         (neg<mode>2, TFIFKF iterator): Likewise.
14852         (negtf2_internal): Likewise.
14853         (abstf2): Likewise.
14854         (abs<mode>2, TFIFKF iterator): Likewise.
14855         (ieee_128bit_negative_zero): New IEEE 128-bit floating point in
14856         VSX insn support for negate, absolute value, and negative absolute
14857         value.
14858         (ieee_128bit_vsx_neg<mode>2): Likewise.
14859         (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
14860         (ieee_128bit_vsx_abs<mode>2): Likewise.
14861         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
14862         (ieee_128bit_vsx_nabs<mode>2): Likewise.
14863         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
14864         (FP128_64): Update pack/unpack 128-bit insns for IEEE 128-bit
14865         floating point in VSX registers.
14866         (unpack<mode>_dm): Likewise.
14867         (unpack<mode>_nodm): Likewise.
14868         (pack<mode>): Likewise.
14869         (unpackv1ti): Likewise.
14870         (unpack<mode>, FMOVE128_VSX iterator): Likewise.
14871         (packv1ti): Likewise.
14872         (pack<mode>, FMOVE128_VSX iterator): Likewise.
14873         (extenddftf2): Add support for IEEE 128-bit floating point in VSX
14874         registers.
14875         (extenddftf2_internal): Likewise.
14876         (trunctfdf2): Likewise.
14877         (trunctfdf2_internal2): Likewise.
14878         (fix_trunc_helper): Likewise.
14879         (fix_trunctfdi2"): Likewise.
14880         (floatditf2): Likewise.
14881         (floatuns<mode>tf2): Likewise.
14882         (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
14883         (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
14884         (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
14885         (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
14886         (float<SDI:mode><IFKF:mode>2): Likewise.
14887         (floatuns<SDI:mode><IFKF:mode>2): Likewise.
14889 2015-08-26  Renlin Li  <renlin.li@arm.com>
14891         * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode><ALLX:mode>4): New.
14893 2015-08-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14894             Jiong Wang  <jiong.wang@arm.com>
14896         * config/aarch64/aarch64.md (UNSPEC_GOTTINYTLS): New UNSPEC.
14897         (tlsie_tiny_<mode>): New define_insn.
14898         (tlsie_tiny_sidi): Likewise.
14899         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Define
14900         SYMBOL_TINY_TLSIE.
14901         (aarch64_symbol_context): New comment for SYMBOL_TINY_TLSIE.
14902         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
14903         SYMBOL_TINY_TLSIE.
14904         (aarch64_expand_mov_immediate): Likewise.
14905         (aarch64_print_operand): Likewise.
14906         (arch64_classify_tls_symbol): Likewise.
14908 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
14910         * config/arm/arm-arches.def: Replace single value flags with
14911         an initializer built from ARM_FSET_MAKE_CPU1.
14912         * config/arm/arm-cores.def: Likewise.
14913         * config/arm/arm.c: (all_cores): Remove ARM_FSET_MAKE_CPU1
14914         derivation from the ARM_CORE macro definition, use the given value
14915         instead.
14916         (all_architectures): Remove ARM_FSET_MAKE_CPU1 derivation from the
14917         ARM_ARCH macro definition, use the given value instead.
14919 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
14921         * config/arm/arm-builtins.c (def_mbuiltin): Test all flags in a
14922         feature set.
14923         (struct builtin_description): Replace field mask with field
14924         features.
14925         (IWMMXT_BUILTIN): Use ARM_FSET macros for feature flags.
14926         (IWMMXT2_BUILTIN): Likewise.
14927         (IWMMXT2_BUILTIN2): Likewise.
14928         (FP_BUILTIN): Likewise.
14929         (CRC32_BUILTIN): Likewise.
14930         (CRYPTO_BUILTIN): Likewise.
14931         (iwmmx_mbuiltin): Likewise.
14932         (iwmmx2_mbuiltin): Likewise.
14933         (arm_init_iwmmxt_builtins): Likewise. Also, update for change to
14934         struct builtin_description.
14936 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
14938         * config/arm/arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.
14939         (struct builtin_description): Change type of mask to unsigned
14940         long.
14941         * config/arm/arm-protos.h (insn_flags): Declare as type
14942         arm_feature_set.
14943         (tune_flags): Likewise.
14944         * config/arm/arm.c (feature_count): New.
14945         (insn_flags): Define as type arm_feature_set.
14946         (tune_flags): Likewise.
14947         (struct processors): Define field flags as type arm_feature_set.
14948         (all_cores): Update for change to struct processors.
14949         (all_architectures): Likewise.
14950         (arm_option_check_internal): Use arm_feature_set and ARM_FSET
14951         macros.
14952         (arm_option_override_internal): Likewise.
14953         (arm_option_override): Likewise.
14955 2015-08-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14956             Jiong Wang  <jiong.wang@arm.com>
14958         * config/aarch64/aarch64.c (initialize_aarch64_tls_size): Set default
14959         tls size for tiny, small, large memory model.
14960         (aarch64_load_symref_appropriately): Support new symbol types.
14961         (aarch64_expand_mov_immediate): Likewise.
14962         (aarch64_print_operand): Likewise.
14963         (aarch64_classify_tls_symbol): Likewise.
14964         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Likewise.
14965         (aarch64_symbol_type): Likewise.
14966         * config/aarch64/aarch64.md (tlsle): Deleted.
14967         (tlsle12_<mode>): New define_insn.
14968         (tlsle24_<mode>): Likewise.
14969         (tlsle32_<mode>): Likewise.
14970         (tlsle48_<mode>): Likewise.
14971         * doc/sourcebuild.texi (AArch64-specific attributes): Document
14972         "aarch64_tlsle32".
14974 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
14976         * config/arm/arm-protos.h (FL_NONE): New.
14977         (FL_ANY): New.
14978         (arm_feature_set): New.
14979         (ARM_FSET_MAKE): New.
14980         (ARM_FSET_MAKE_CPU1): New.
14981         (ARM_FSET_MAKE_CPU2): New.
14982         (ARM_FSET_CPU1): New.
14983         (ARM_FSET_CPU2): New.
14984         (ARM_FSET_EMPTY): New.
14985         (ARM_FSET_ANY): New.
14986         (ARM_FSET_HAS_CPU1): New.
14987         (ARM_FSET_HAS_CPU2): New.
14988         (ARM_FSET_HAS_CPU): New.
14989         (ARM_FSET_ADD_CPU1): New.
14990         (ARM_FSET_ADD_CPU2): New.
14991         (ARM_FSET_DEL_CPU1): New.
14992         (ARM_FSET_DEL_CPU2): New.
14993         (ARM_FSET_UNION): New.
14994         (ARM_FSET_INTER): New.
14995         (ARM_FSET_XOR): New.
14996         (ARM_FSET_EXCLUDE): New.
14997         (AFM_FSET_IS_EMPTY): New.
14998         (ARM_FSET_CPU_SUBSET): New.
15000 2015-08-26  Jiong Wang  <jiong.wang@arm.com>
15002         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
15003         SYMBOL_TLSLE to SYMBOL_TLSLE24.
15004         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
15005         Likewise.
15006         (aarch64_expand_mov_immediate): Likewise.
15007         (aarch64_print_operand): Likewise.
15008         (aarch64_classify_symbol): Likewise.
15010 2015-08-26  Jiong Wang  <jiong.wang@arm.com>
15012         * config/aarch64/aarch64.opt (mtls-size): New entry.
15013         * config/aarch64/aarch64.c (initialize_aarch64_tls_size): New function.
15014         (aarch64_override_options_internal): Call initialize_aarch64_tls_size.
15015         * doc/invoke.texi (AArch64 Options): Document -mtls-size.
15017 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15019         * config/arm/arm-cores.def: Add FL_FOR_ARCH flag for each
15020         ARM_CORE entry.  Fix some white-space.
15021         * config/arm/arm.c: Remove FL_FOR_ARCH derivation from
15022         ARM_CORE definition.
15024 2015-08-26  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
15026         * fold-const.c (fold_binary_loc) : Move Optimize
15027         root(x)*root(y) as root(x*y) to match.pd.
15028         Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
15029         Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
15030         Move Optimize a/root(b/c) into a*root(c/b) to match.pd.
15031         Move Optimize x/expN(y) into x*expN(-y) to match.pd.
15032         * match.pd (mult (root:s @0) (root:s @1)): New simplifier.
15033         (mult (POW:s @0 @1) (POW:s @0 @2)) : New simplifier.
15034         (mult (exps:s @0) (exps:s @1)) : New simplifier.
15035         (rdiv @0 (root:s (rdiv:s @1 @2))) : New simplifier.
15036         (rdiv @0 (exps:s @1)) : New simplifier.
15038 2015-08-25  Joseph Myers  <joseph@codesourcery.com>
15040         * gcc.c (driver::finalize): Only assign to extra_specs if
15041         [EXTRA_SPECS].
15043 2015-08-25  Marek Polacek  <polacek@redhat.com>
15045         PR middle-end/67330
15046         * varasm.c (declare_weak): Return after giving an error.
15048 2015-08-25  David Malcolm  <dmalcolm@redhat.com>
15050         * gcc-main.c (main): Add params to driver ctor.
15051         * gcc.c (class env_manager): New.
15052         (env): New global.
15053         (env_manager::init): New.
15054         (env_manager::get): New.
15055         (env_manager::xput): New.
15056         (env_manager::restore): New.
15057         Poison getenv and putenv.
15058         (DEFAULT_TARGET_SYSTEM_ROOT): New.
15059         (target_system_root): Update initialization to use
15060         DEFAULT_TARGET_SYSTEM_ROOT.
15061         (struct spec_list): Add field "default_ptr".
15062         (INIT_STATIC_SPEC): Initialize new field "default_ptr".
15063         (init_spec): Likewise.
15064         (set_spec): Clear field "default_ptr".
15065         (read_specs): Free "spec" and "buffer".
15066         (xputenv): Reimplement in terms of env_manager.
15067         (process_command): Replace ::getenv calls with calls to the
15068         env_manager singleton.
15069         (process_brace_body): Free string in three places.
15070         (driver::driver): New.
15071         (driver::~driver): New.
15072         (used_arg): Convert from a function to...
15073         (class used_arg_t): ...this class, and...
15074         (used_arg): ...this new global instance.
15075         (used_arg_t::finalize): New function.
15076         (getenv_spec_function): Add "const" to local "value".  Replace
15077         ::getenv call with call to the env_manager singleton.
15078         (path_prefix_reset): New function.
15079         (driver::finalize): New function.
15080         * gcc.h (driver::driver): New.
15081         (driver::~driver): New.
15082         (driver::finalize): New.
15084 2015-08-25  Nathan Sidwell  <nathan@acm.org>
15086         * optabs.c (emit_indirect_jump): Don't try an emit a jump if the
15087         target doesn't have one.
15089 2015-08-25  Segher Boessenkool  <segher@kernel.crashing.org>
15091         PR target/67346
15092         * config/rs6000/rs6000.md (*ior<mode>_mask): Use a match_scratch.
15094 2015-08-25  Segher Boessenkool  <segher@kernel.crashing.org>
15096         PR target/67344
15097         * config/rs6000/rs6000.md (*and<mode>3_imm_dot_shifted): Change to
15098         a define_insn, remove second alternative.
15100 2015-08-25  Thomas Schwinge  <thomas@codesourcery.com>
15101             Joseph Myers  <joseph@codesourcery.com>
15103         * gcc.c (struct switchstr): Expand comment.
15105 2015-08-25  Nathan Sidwell  <nathan@acm.org>
15107         * config/nvptx/nvptx.c (nvptx_write_function_decl): Reformat.
15108         (nvptx_reorg_subreg): Pass insn pattern to asm_operands.
15110 2015-08-25  Richard Biener  <rguenther@suse.de>
15112         PR middle-end/67306
15113         * genmatch.c (expr::gen_transform): Verify the result of
15114         builtin_decl_implicit.
15115         (dt_simplify::gen_1): Likewise.
15117 2015-08-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15119         * config/arm/constraints.md: Also list Cs and US ARM-specific
15120         constraints as used.
15122 2015-08-24  Kaz Kojima  <kkojima@gcc.gnu.org>
15124         PR target/66609
15125         * config/sh/sh.c (sh_asm_output_addr_const_extra): Handle
15126         UNSPEC_PCREL.
15127         (nonpic_symbol_mentioned_p): Likewise.
15128         (sh_delegitimize_address): Likewise.
15129         (sh_function_ok_for_sibcall): Take into account weak symbols.
15130         (sh_expand_sym_label2reg): New.
15131         * config/sh/sh-protos.h (sh_expand_sym_label2reg): Declare.
15132         * config/sh/sh.md (UNSPEC_PCREL): New enum.
15133         (call_pcrel): Use sh_expand_sym_label2reg.
15134         (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
15135         (symPCREL_label2reg) New expand.
15137 2015-08-24  Aditya Kumar  <aditya.k7@samsung.com>
15139         * graphite-poly.c: Change type of region from void* to sese.
15140         * graphite-poly.h (struct scop): Changing the type of scop::region
15141         from void* to sese. Change accessor macro accordingly.
15142         * graphite-sese-to-poly.c (extract_affine_chrec): Use accessor macro.
15144 2015-08-24  Aditya Kumar  <aditya.k7@samsung.com>
15146         * graphite-scop-detection.c (stmt_simple_for_scop_p):
15147         Constrain only on INTEGER_TYPE.
15149 2015-08-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
15151         PR target/67211
15152         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Set
15153         -mefficient-unaligned-vsx on ISA 2.7.
15155         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Convert
15156         option to a masked option.
15158         * config/rs6000/rs6000.c (rs6000_option_override_internal): Rework
15159         logic for -mefficient-unaligned-vsx so that it is set via an arch
15160         ISA option, instead of being set if -mtune=power8 is set. Move
15161         -mefficient-unaligned-vsx and -mallow-movmisalign handling to be
15162         near other default option handling.
15164 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15166         * genflags.c (gen_macro): Delete.
15167         (gen_proto): Don't create GEN.*CALL.* macros.
15168         * gensupport.h (get_file_location): Declare.
15169         * gensupport.c (rtx_locs): New variable.
15170         (read_md_rtx): Record rtx locations.
15171         (get_file_location): New function.
15172         * target-insns.def (call, call_pop, call_value, call_value_pop)
15173         (sibcall, sibcall_value): New patterns.
15174         * gentarget-def.c (parse_argument): New function.
15175         (def_target_insn): Use it.  Handle optional operands.  Raise an
15176         error if an .md pattern has the wrong number of operands for the
15177         pattern name.  Remove the names of unused operands from the prototype.
15178         * builtins.c (expand_builtin_apply): Use targetm functions
15179         instead of HAVE_call_value and GEN_CALL_VALUE.
15180         * calls.c (emit_call_1): Likewise.  Remove support for sibcall_pop
15181         and sibcall_value_pop.
15182         * config/aarch64/aarch64.md (untyped_call): Use gen_call instead
15183         of GEN_CALL.
15184         * config/alpha/alpha.md (untyped_call): Likewise.
15185         * config/iq2000/iq2000.md (untyped_call): Likewise.
15186         * config/m68k/m68k.md (untyped_call): Likewise.
15187         * config/mips/mips.md (untyped_call): Likewise.
15188         * config/pa/pa.md (untyped_call): Likewise.
15189         * config/rs6000/rs6000.md (untyped_call): Likewise.
15190         * config/sparc/sparc.md (untyped_call): Likewise.
15191         * config/tilegx/tilegx.md (untyped_call): Likewise.
15192         * config/tilepro/tilepro.md (untyped_call): Likewise.
15193         * config/visium/visium.md (untyped_call): Likewise.
15194         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Use
15195         gen_call_value instead of GEN_CALL_VALUE.
15196         * config/arm/arm.md (untyped_call): Likewise.
15197         * config/cr16/cr16.c (cr16_function_arg): Remove reference to
15198         GEN_CALL.
15200 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15202         * ifcvt.c (HAVE_incscc, HAVE_decscc, HAVE_cbranchcc4): Delete.
15203         (have_cbranchcc4): New variable.
15204         (cc_in_cond, noce_emit_cmove, noce_get_alt_condition)
15205         (noce_get_condition): Use it instead of HAVE_cbranchcc4.
15206         (if_convert): Initialize have_cbranchcc4.
15208 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15210         * builtins.c (expand_cmpstrn): Rename to...
15211         (expand_cmpstrn_or_cmpmem): ...this.
15212         (expand_builtin_strcmp, expand_builtin_strncmp): Update accordingly.
15213         (expand_builtin_memcmp): Use optabs instead of HAVE_cmpmem/gen_cmpmem.
15214         Remove mode argument.
15215         (expand_builtin): Update accordingly.
15217 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15219         * builtins.c (expand_cmpstr, expand_cmpstrn): New functions.
15220         (expand_builtin_strcmp, expand_builtin_strncmp): Use them.  Remove
15221         references to HAVE_cmpstr{,n}si and CODE_FOR_cmpstr{,n}si.
15222         * config/m32c/blkmov.md (cmpstrsi): Fix predicates of operands 1 and 2.
15223         Add predicates for operands 0 and 3.
15224         * config/rx/rx.md (cmpstrnsi): Remove force_operand for the length
15225         operand.
15226         * config/sh/sh.md (cmpstrnsi): Change the length predicate from
15227         immediate_operand to nonmemory_operand.
15229 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15231         * df-scan.c (df_insn_info_init_fields): New function, split out
15232         from...
15233         (df_insn_create_insn_record): ...here.
15234         (df_insn_info_free_fields): New function, split out from...
15235         (df_insn_info_delete): ...here.
15236         (df_insn_rescan): Use the new functions instead of freeing and
15237         reallocating the df_insn_info.
15239 2015-08-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15241         * doc/install.texi (Binaries): Remove links no longer valid.
15243 2015-08-24  Nathan Sidwell  <nathan@codesourcery.com>
15245         * config/nvptx/mkoffload.c (process): Replace
15246         GOMP_offload_{,un}register with GOMP_offload_{,un}register_ver.
15248 2015-08-24  H.J. Lu  <hongjiu.lu@intel.com>
15250         PR target/67329
15251         * config/i386/i386.c (iamcu_cost): Set MOVE_RATIO cost to 9.
15253 2015-08-24  Renlin Li  <renlin.li@arm.com>
15255         * config/arm/arm-protos.h (arm_valid_symbolic_address_p): Declare.
15256         * config/arm/arm.c (arm_valid_symbolic_address_p): Define.
15257         * config/arm/arm.md (arm_movt): Use arm_valid_symbolic_address_p.
15258         * config/arm/constraints.md ("j"): Add check for high code.
15260 2015-08-24  Tom de Vries  <tom@codesourcery.com>
15262         PR tree-optimization/65468
15263         * omp-low.c (expand_omp_for_static_chunk): Remove inner loop if
15264         chunk_size is one.
15266 2015-08-24  Nathan Sidwell  <nathan@acm.org>
15268         * config/nvptx/nvptx.c (walk_args_for_param): Revert previous
15269         change to nvptx_type_from_mode call. Use arg_promotion for both
15270         split and non-split args.
15272 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15274         * target-insns.def (movstr): New pattern.
15275         * builtins.c (HAVE_movstr, CODE_FOR_movstr): Delete.
15276         (expand_movstr): Use targetm rather than HAVE_movstr/
15277         CODE_FOR_movstr.
15279 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
15281         * config/microblaze/microblaze.c (microblaze_classify_unspec): Fix
15282         cast syntax.
15284 2015-08-24  Andrew Pinski  <apinski@cavium.com>
15286         * config/aarch64/aarch64-tuning-flags.def: Remove all index to
15287         AARCH64_EXTRA_TUNING_OPTION.
15288         * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index):
15289         New enum.
15290         (aarch64_extra_tuning_flags): Base the shifted value on the index
15291         instead of the argument to AARCH64_EXTRA_TUNING_OPTION.
15292         * config/aarch64/aarch64.c: Remove the last argument to
15293         AARCH64_EXTRA_TUNING_OPTION.
15295 2015-08-23  Nathan Sidwell  <nathan@acm.org>
15297         * config/nvptx/nvptx.c (walk_args_for_param): Promote arg reg
15298         decls.
15299         (nvptx_declare_function_name): Insert formatting tabs for
15300         consistency.
15302 2015-08-23  Tom de Vries  <tom@codesourcery.com>
15304         * omp-low.c (expand_omp_taskreg): If in ssa, set rhs of parcopy stmt to
15305         parm_decl, rather than generating a dummy default def in cfun.
15306         * tree-cfg.c (replace_ssa_name): Assume no default defs.  Make sure
15307         ssa_name from cfun and child_fn do not share a stmt as def stmt.
15308         (move_stmt_op): Handle PARM_DECl.
15309         (gather_ssa_name_hash_map_from): New function.
15310         (move_sese_region_to_fn): Add default defs for function params, and add
15311         them to vars_map.  Release copied ssa names.
15312         * tree-cfg.h (gather_ssa_name_hash_map_from): Declare.
15314 2015-08-23  Tom de Vries  <tom@codesourcery.com>
15316         * doc/sourcebuild.texi: Rename vect_no_int_max with
15317         vect_no_int_min_max.  Update description.
15319 2015-08-22  Andrew Pinski  <apinski@cavium.com>
15321          * aarch64-fusion-pairs.def: Remove all index to AARCH64_FUSION_PAIR.
15322         * config/aarch64/aarch64-protos.h
15323         (aarch64_fusion_pairs_index): New enum.
15324         (aarch64_fusion_pairs): Base the shifted value on the index instead
15325         Rewrite AARCH64_FUSE_ALL to be based on the end index.
15326         of the argument to AARCH64_FUSION_PAIR.
15327         * config/aarch64/aarch64.c: Remove the last argument to
15328         AARCH64_FUSION_PAIR.
15330 2015-08-22  Mikhail Maltsev <maltsevm@gmail.com>
15332         * dominance.c (new_zero_array): Define.
15333         (dom_info): Redefine as class with proper encapsulation.
15334         (dom_info::m_n_basic_blocks, m_reverse, m_start_block, m_end_block):
15335         Add new members.
15336         (dom_info::dom_info, ~dom_info): Define.  Use new/delete for memory
15337         allocations/deallocations.  Pass function as parameter (instead of
15338         using cfun).
15339         (dom_info::get_idom): Define accessor method.
15340         (dom_info::calc_dfs_tree_nonrec, calc_dfs_tree, compress, eval,
15341         link_roots, calc_idoms): Redefine as class members.  Do not use cfun.
15342         (calculate_dominance_info): Adjust to use dom_info class.
15343         (verify_dominators): Likewise.
15345 2015-08-21  Alexandre Oliva  <aoliva@redhat.com>
15347         * print-rtl.c (print_rtx): Check the correct range for
15348         flag_dump_unnumbered_links to behave as documented.
15350         PR rtl-optimization/67227
15351         PR rtl-optimization/64164
15352         * alias.c (memrefs_conflict_p): Handle VALUEs in PLUS better.
15353         (nonoverlapping_memrefs_p): Test offsets and sizes when given
15354         identical gimple_reg exprs.
15356 2015-08-21  Nathan Sidwell  <nathan@acm.org>
15358         * config/nvptx/nvptx.md (allocate_stack): Emit sorry during
15359         expansion.
15360         * config/nvptx/nvptx.c (nvptx_declare_function_name): Look at
15361         crtl->stack_alignment_needed to determine alignment.
15362         (nvptx_get_drap_rtx): New.
15363         (TARGET_GET_DRAP_RTX): Override.
15364         * config/nvptx/nvptx.h (MAX_STACK_ALIGNMENT): Set.
15366 2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15368         * config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
15370 2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15372         * configure.ac: Remove uwin* cases.
15373         * config.build: Remove cases for i370-*-opened*, i370-*-mvs*,
15374         i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*,
15375         i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*,
15376         i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta.
15377         * config.host: Remove cases for i370-*-opened*, i370-*-mvs*,
15378         i[34567]86-*-uwin*, powerpc-*-beos*.
15380 2015-08-21  Richard Sandiford  <richard.sandiford@arm.com>
15382         * gencodes.c (gencodes): Print the comma for the preceding
15383         enum value rather than the current one.  Use aliased enum values
15384         rather than #defines for compiled-out patterns.
15385         (main): Update accordingly.  Replace LAST_INSN_CODE with
15386         NUM_INSN_CODES.
15387         * lra.c (insn_code_data): Update accordingly.
15388         (finish_insn_code_data_once, get_static_insn_data): Likewise.
15389         * recog.h (target_recog): Likewise.
15390         (preprocess_insn_constraints): Change parameter to unsigned int.
15391         * recog.c (preprocess_insn_constraints): Likewise.
15392         (recog_init): Replace LAST_INSN_CODE with NUM_INSN_CODES.
15393         * tree-vect-stmts.c (vectorizable_operation): Simplify.
15395 2015-08-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
15397         PR rtl-optimization/61657
15398         * loop-iv.c (iv_number_of_iterations): Declare up and down as
15399         unsigned.  Remove superflous uint64_t cast.
15401 2014-08-21  Felix Yang  <felix.yang@huawei.com>
15402             Jiji Jiang  <jiangjiji@huawei.com>
15404         * value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL
15405         argument and get builtin function code directly from CALL.
15406         (gimple_stringop_fixed_value): Modified accordingly.
15407         (gimple_stringops_transform, gimple_stringops_values_to_profile):
15408         Modified accordingly and only accept BUILT_IN_NORMAL string operations.
15410 2015-08-21  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15412         * config/s390/s390-builtins.def: Fix value range of vec_load_bndry.
15414 2015-08-21  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
15416         * fold-const.c (fold_binary_loc) : Move sqrt(x)*sqrt(x) as x
15417         to match.pd.
15418         Move Optimize pow(x,y)*pow(z,y) as pow(x*z,y)to match.pd.
15419         Move Optimize tan(x)*cos(x) as sin(x) to match.pd.
15420         Move Optimize x*pow(x,c) as pow(x,c+1) to match.pd.
15421         Move Optimize pow(x,c)*x as pow(x,c+1) to match.pd.
15422         Move Optimize sin(x)/cos(x) as tan(x) to match.pd.
15423         Move Optimize cos(x)/sin(x) as 1.0/tan(x) to match.pd.
15424         Move Optimize sin(x)/tan(x) as cos(x) to match.pd.
15425         Move Optimize tan(x)/sin(x) as 1.0/cos(x) to match.pd.
15426         Move Optimize pow(x,c)/x as pow(x,c-1) to match.pd.
15427         Move Optimize x/pow(y,z) into x*pow(y,-z) to match.pd.
15429         * match.pd (SIN ) : New Operator.
15430         (TAN) : New Operator.
15431         (mult (SQRT@1 @0) @1) : New simplifier.
15432         (mult (POW:s @0 @1) (POW:s @2 @1)) : New simplifier.
15433         (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
15434         (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
15435         (rdiv (SIN:s @0) (COS:s @0)) : New simplifier.
15436         (rdiv (COS:s @0) (SIN:s @0)) : New simplifier.
15437         (rdiv (SIN:s @0) (TAN:s @0)) : New simplifier.
15438         (rdiv (TAN:s @0) (SIN:s @0)) : New simplifier.
15439         (rdiv (POW:s @0 REAL_CST@1) @0) : New simplifier.
15440         (rdiv @0 (SQRT:s (rdiv:s @1 @2))) : New simplifier.
15441         (rdiv @0 (POW:s @1 @2)) : New simplifier.
15443 2015-08-21  Bin Cheng  <bin.cheng@arm.com>
15445         * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
15446         loop if EXPR is simplified to const value.
15448 2015-08-21  Yury Gribov  <y.gribov@samsung.com>
15450         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
15451         BUILT_IN_UBSAN_HANDLE_NONNULL_ARG): Fix builtin types.
15453 2015-08-21  Richard Biener  <rguenther@suse.de>
15455         PR middle-end/67285
15456         * gimple-fold.c (replace_stmt_with_simplification): Assert
15457         seq is empty when replacing a call with itself but different
15458         arguments.
15459         * gimple-match-head.c (maybe_push_res_to_seq): When pushing
15460         a call require that it is const.
15462 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15464         * defaults.h (CONSTANT_ALIGNMENT): New macro definition.
15465         * builtins.c (get_object_alignment_2): Adjust.
15466         * varasm.c (align_variable): Likewise.
15467         (get_variable_align): Likewise.
15468         (build_constant_desc): Likewise.
15469         (force_const_mem): Likewise.
15470         * doc/tm.texi.in: Likewise.
15471         * doc/tm.texi: Regenerate.
15473 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15475         * genconfig.c (main): Always define HAVE_cc0.
15476         * recog.c (rest_of_handle_peephole2): Adjust.
15478 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15480         * reorg.c (relax_delay_slots): Don't use #if to check value of
15481         HAVE_cc0.
15483 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15485         * genconfig.c (main): Always define HAVE_CONDITIONAL_EXECUTION.
15486         * targhooks.c (default_have_conditional_execution): Adjust.
15488 2015-08-20  Richard Sandiford  <richard.sandiford@arm.com>
15490         * rtl.h (rtvec_all_equal_p): Declare.
15491         (const_vec_duplicate_p, unwrap_const_vec_duplicate): New functions.
15492         * rtl.c (rtvec_all_equal_p): New function.
15493         * expmed.c (expand_mult): Use unwrap_const_vec_duplicate.
15494         * config/aarch64/aarch64.c (aarch64_vect_float_const_representable_p)
15495         (aarch64_simd_dup_constant): Use const_vec_duplicate_p.
15496         * config/arm/arm.c (neon_vdup_constant): Likewise.
15497         * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Likewise.
15498         * config/tilegx/constraints.md (W, Y): Likewise.
15499         * config/tilepro/constraints.md (W, Y): Likewise.
15500         * config/spu/spu.c (spu_legitimate_constant_p): Likewise.
15501         (classify_immediate): Use unwrap_const_vec_duplicate.
15502         * config/tilepro/predicates.md (reg_or_v4s8bit_operand): Likewise.
15503         (reg_or_v2s8bit_operand): Likewise.
15504         * config/tilegx/predicates.md (reg_or_v8s8bit_operand): Likewise.
15505         (reg_or_v4s8bit_operand): Likewise.
15507 2015-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15509         * config/rs6000/altivec.h (vec_pmsum_be): New #define.
15510         (vec_shasigma_be): New #define.
15511         * config/rs6000/rs6000-builtin.def (VPMSUMB): New BU_P8V_AV2_2.
15512         (VPMSUMH): Likewise.
15513         (VPMSUMW): Likewise.
15514         (VPMSUMD): Likewise.
15515         (VPMSUM): New BU_P8V_OVERLOAD_2.
15516         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): New
15517         entries for VEC_MADD and VEC_VPMSUM.
15519 2015-08-20  Georg-Johann Lay  <avr@gjlay.de>
15521         * config/avr/avr.c (avr_insert_attributes): In diagnostic essage:
15522         Multiply argument avr_n_flash by 64 to match unit of "KiB".
15523         (avr_pgm_check_var_decl): Same.
15525 2015-08-20  Alan Lawrence  <alan.lawrence@arm.com>
15527         * config/arm/arm-builtins.c (arm_init_simd_builtin_types): Move
15528         initialization of HFmode scalar type (float16_t) to...
15529         (arm_init_fp16_builtins): ... Here. Combine with __fp16 initialization
15530         code.
15532         (arm_init_builtins): Call arm_init_fp16_builtins earlier and always.
15534         * config/arm/arm_neon.h (vcvt_f16_f32, vcvt_f32_f16): Condition on
15535         having an -mfp16-format.
15537 2015-08-20  Richard Sandiford  <richard.sandiford@arm.com>
15539         * config/i386/predicates.md (vector_all_ones_operand): Use
15540         CONSTM1_RTX to simplify definition.
15542 2015-08-20  Richard Biener  <rguenther@suse.de>
15544         * toplev.c (compile_file): Remove loop calling late_global_decl
15545         on all symbols.
15546         * varpool.c (varpool_node::assemble_decl): Call late_global_decl
15547         on decls we assembled.
15549 2015-08-20  James Greenhalgh  <james.greenhalgh@arm.com>
15551         * common/config/aarch64/aarch64-common.c
15552         (AARCH64_CPU_NAME_LENGTH): Delete.
15553         (aarch64_option_extension): New.
15554         (all_extensions): Likewise.
15555         (processor_name_to_arch): Likewise.
15556         (arch_to_arch_name): Likewise.
15557         (all_cores): New.
15558         (all_architectures): Likewise.
15559         (aarch64_get_extension_string_for_isa_flags): Likewise.
15560         (aarch64_rewrite_selected_cpu): Change to rewrite CPU names to
15561         architecture names.
15562         * config/aarch64/aarch64-protos.h
15563         (aarch64_get_extension_string_for_isa_flags): New.
15564         * config/aarch64/aarch64.c (aarch64_print_extension): Delete.
15565         (aarch64_option_print): Get the string to print from
15566         aarch64_get_extension_string_for_isa_flags.
15567         (aarch64_declare_function_name): Likewise.
15568         * config/aarch64/aarch64.h (BIG_LITTLE_SPEC): Rename to...
15569         (MCPU_TO_MARCH_SPEC): This.
15570         (ASM_CPU_SPEC): Use it.
15571         (BIG_LITTLE_SPEC_FUNCTIONS): Rename to...
15572         (MCPU_TO_MARCH_SPEC_FUNCTIONS): ...This.
15573         (EXTRA_SPEC_FUNCTIONS): Use it.
15575 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
15577         * config/mips/mips.c (mips_expand_block_move): Enable inline memcpy
15578         expansion when !ISA_HAS_LWL_LWR.
15579         (mips_block_move_straight): Update the size of elements copied to
15580         account for alignment when !ISA_HAS_LWL_LWR.
15581         * config/mips/mips.h (MIPS_MIN_MOVE_MEM_ALIGN): New macro.
15583 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
15585         * expr.c (expand_expr_real_2): Check gimple statement during
15586         LSHIFT_EXPR expand.
15588 2015-08-19  Magnus Granberg  <zorry@gentoo.org>
15590         * common.opt (fstack-protector): Initialize to -1.
15591         (fstack-protector-all): Likewise.
15592         (fstack-protector-strong): Likewise.
15593         (fstack-protector-explicit): Likewise.
15594         * configure.ac: Add --enable-default-ssp.
15595         * defaults.h (DEFAULT_FLAG_SSP): New.  Default SSP to strong.
15596         * opts.c (finish_options): Update opts->x_flag_stack_protect if it is
15597         -1.
15598         * doc/install.texi: Document --enable-default-ssp.
15599         * config.in: Regenerated.
15600         * configure: Likewise.
15602 2015-08-19  Alexandre Oliva  <aoliva@redhat.com>
15604         PR rtl-optimization/64164
15605         * cfgexpand.c (parm_maybe_byref_p): Renamed to...
15606         (parm_in_stack_slot_p): ... this.  Disregard mode, what
15607         matters is whether the parm will live in a pseudo or a stack
15608         slot.
15609         (expand_one_ssa_partition): Deal with params without a default
15610         def.  Disregard mode.
15611         * cfgexpand.h: Renamed function declaration.
15612         * tree-ssa-coalesce.c: Adjust.
15613         * function.c (split_complex_args): Allocate stack slot for
15614         unassigned parms before splitting.
15615         (parm_in_unassigned_mem_p): New.  Use it instead of
15616         parm_maybe_byref_p throughout this file.
15617         (assign_parm_setup_block): Use it.  Accept pseudos in the
15618         expand-assigned rtl.
15619         (assign_parm_setup_reg): Drop BLKmode requirement.
15620         (assign_parm_setup_stack): Allocate and fill in the address of
15621         unassigned MEM parms.
15623 2015-08-19  David Sherwood  <david.sherwood@arm.com>
15625         * genmodes.c (emit_mode_unit_size_inline): New function.
15626         (emit_mode_unit_precision_inline): New function.
15627         (emit_insn_modes_h): Emit new #define.  Emit new functions.
15628         (emit_mode_unit_size): New function.
15629         (emit_mode_unit_precision): New function.
15630         (emit_mode_adjustments): Add mode_unit_size adjustments.
15631         (emit_insn_modes_c): Emit new arrays.
15632         * machmode.h (GET_MODE_UNIT_SIZE, GET_MODE_UNIT_PRECISION): Update to
15633         use new inline methods.
15635 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15637         * config/aarch64/aarch64.c (bit_count): Delete prototype
15638         and definition.
15639         (aarch64_print_operand): Use popcount_hwi instead of the above.
15641 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15643         * config/aarch64/aarch64-option-extensions.def: Delete obsolete
15644         comment.
15646 2015-08-19  Marek Polacek  <polacek@redhat.com>
15648         PR middle-end/67133
15649         * gimple-ssa-isolate-paths.c
15650         (insert_trap_and_remove_trailing_statements): Rename to ...
15651         (insert_trap): ... this.  Don't remove trailing statements; split
15652         block instead.
15653         (find_explicit_erroneous_behaviour): Don't remove all outgoing edges.
15655 2015-08-19  Mikael Morin  <mikael@gcc.gnu.org>
15657         PR other/67042
15658         * hwint.h (sext_hwi): Switch to unsigned for the left shift, and
15659         conditionalize the whole on __GNUC__.  Add fallback code
15660         depending neither on undefined nor implementation-defined behaviour.
15662 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
15664         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Replace
15665         whitespaces with tab.
15667 2015-08-19  Florian Weimer  <fweimer@redhat.com>
15669         * prj.adb (For_Every_Project_Imported_Context.Recursive_Check_Context):
15670         Move Name_Id_Set instantiation to the Prj package, to avoid trampolines.
15671         * prj-proc.adb (Process.Process_Expression_Variable_Decl):
15672         Move Name_Ids instantiation to the Prj.Proc package, to avoid
15673         trampolines.
15675 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15677         * config/arm/arm.c (bounds_check): Use %wd print format
15678         for HOST_WIDE_INT arguments.
15680 2015-08-18  Trevor Saunders  <tbsaunde@tbsaunde.org>
15682         * bb-reorder.c, cfgloop.h, collect2.c, combine.c, dse.c,
15683         dwarf2cfi.c, gcse-common.h, genopinit.c, ggc-page.c, machmode.h,
15684         mcf.c, modulo-sched.c, omp-low.c, read-rtl.c, sched-rgn.c,
15685         signop.h, tree-call-cdce.c, tree-dfa.c, tree-diagnostic.c,
15686         tree-inline.h, tree-scalar-evolution.c, tree-ssa-address.c,
15687         tree-ssa-loop-niter.c, tree-ssa-loop.h, tree-ssa-pre.c,
15688         tree-ssa-reassoc.c, tree-ssa-sccvn.h, tree-ssa-structalias.c,
15689         tree-ssa-uninit.c, tree-ssa.h, tree-vect-loop-manip.c,
15690         tree-vectorizer.h, tree-vrp.c, var-tracking.c: Remove useless
15691         typedefs.
15693 2015-08-18  trevor Saunders  <tbsaunde@tbsaunde.org>
15695         * bt-load.c, cgraph.h, dwarf2out.c, dwarf2out.h, final.c,
15696         function.c, graphite-scop-detection.c, haifa-sched.c,
15697         ipa-devirt.c, ipa-split.c, recog.c, ree.c, stmt.c,
15698         tree-data-ref.c, tree-ssa-dom.c, tree-ssa-loop-ivopts.c,
15699         varasm.c: Remove typedefs of structs.
15701 2015-08-18  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
15703         * config/rs6000/altivec.h (vec_adde): New define.
15704         (vec_addec): Likewise.
15705         (vec_double): Likewise.
15706         (vec_bperm): Likewise.
15707         (vec_gb): Likewise.
15708         * config/rs6000/rs6000-builtin.def (ADDE): New
15709         BU_ALTIVEC_OVERLOAD_3.
15710         (ADDEC): Likewise.
15711         (DOUBLE): New BU_VSX_OVERLOAD_1.
15712         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add new
15713         entries for ALTIVEC_BUILTIN_VEC_ADDC, ALTIVEC_BUILTIN_VEC_ADDE,
15714         ALTIVEC_BUILTIN_VEC_ADDEC, ALTIVEC_BUILTIN_VEC_ANDC,
15715         VSX_BUILTIN_VEC_DOUBLE, ALTIVEC_BUILTIN_VEC_MERGEH,
15716         ALTIVEC_BUILTIN_VEC_MERGEL, ALTIVEC_BUILTIN_VEC_NOR,
15717         ALTIVEC_BUILTIN_VEC_OR, ALTIVEC_BUILTIN_VEC_XOR,
15718         ALTIVEC_BUILTIN_VEC_PERM, ALTIVEC_BUILTIN_VEC_SEL,
15719         P8V_BUILTIN_VEC_EQV, P8V_BUILTIN_VEC_NAND, P8V_BUILTIN_VEC_ORC,
15720         and P8V_BUILTIN_VEC_VBPERMQ.
15722 2015-08-18  Jason Merrill  <jason@redhat.com>
15724         * print-tree.c (print_node): Handle TREE_BINFO.
15726 2015-08-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15728         PR middle-end/36757
15729         * builtins.c (expand_builtin_signbit): Add asserts to make sure
15730         we can expand BUILT_IN_SIGNBIT inline.
15731         * builtins.def (BUILT_IN_SIGNBIT): Make type-generic.
15732         * doc/extend.texi: Document the type-generic __builtin_signbit.
15734 2015-08-18  Richard Sandiford  <richard.sandiford@arm.com>
15736         PR rtl-optimization/67218
15737         * simplify-rtx.c (exact_int_to_float_conversion_p): New function.
15738         (simplify_unary_operation_1): Use it.
15740 2015-08-18  Marek Polacek  <polacek@redhat.com>
15742         PR middle-end/67222
15743         * gimple-low.c (lower_stmt): Don't lower BUILT_IN_POSIX_MEMALIGN
15744         if the call isn't valid.
15745         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Check builtins using
15746         gimple_call_builtin_p.
15747         (call_may_clobber_ref_p_1): Likewise.
15748         (stmt_kills_ref_p): Likewise.
15750 2015-08-18  Robert Suchanek  <robert.suchanek@imgtec.com>
15752         * config/mips/mips-protos.h (mips_hard_regno_rename_ok): New prototype.
15753         * config/mips/mips.c (mips_hard_regno_rename_ok): New function.
15754         (mips_hard_regno_scratch_ok): Likewise.
15755         (TARGET_HARD_REGNO_SCRATCH_OK): Define macro.
15756         * config/mips/mips.h (HARD_REGNO_RENAME_OK): New.
15758 2015-08-18  Bin Cheng  <bin.cheng@arm.com>
15760         * tree-ssa-loop-niter.c (refine_value_range_using_guard): New.
15761         (determine_value_range): Call refine_value_range_using_guard for
15762         each loop initial condition to improve value range.
15764 2015-08-17  Aldy Hernandez  <aldyh@redhat.com>
15766         * config/i386/i386.c: Remove include of fibheap.h.
15768 2015-08-17  Richard Biener  <rguenther@suse.de>
15770         PR tree-optimization/67221
15771         * tree-ssa-sccvn.c (visit_phi): Keep all-TOP args TOP.
15772         (sccvn_dom_walker::before_dom_children): Mark backedges of
15773         non-executable blocks as not executable.
15775 2015-08-17  David Sherwood  <david.sherwood@arm.com>
15777         * config/arm/arm.c (neon_element_bits): Replace call to
15778         GET_MODE_BITSIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_BITSIZE (m).
15779         * config/arm/neon.md (neon_vget_lane<mode>): Likewise.
15780         (neon_vget_laneu<mode>, neon_vset_lane<mode>): Likewise
15781         (neon_vdup_lane<mode>): Likewise.
15782         * config/i386/i386.c (ix86_expand_int_vcond): Likewise.
15783         (ix86_expand_multi_arg_builtin, ix86_expand_reduc): Likewise.
15784         (expand_vec_perm_palignr, ix86_expand_sse2_abs): Likewise.
15785         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
15786         * config/spu/spu.c (arith_immediate_p): Likewise.
15787         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
15788         * expr.c (expand_expr_real_2): Likewise.
15789         * optabs.c (shift_amt_for_vec_perm_mask): Likewise.
15790         * simplify-rtx.c (simplify_immed_subreg): Likewise.
15791         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
15792         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Likewise.
15793         New variable.
15794         * fold-const.c (fold_binary_loc): Replace call to
15795         GET_MODE_PRECISION (GET_MODE_INNER (m)) with
15796         GET_MODE_UNIT_PRECISION (m).
15798 2015-08-17  Mike Stump  <mikestump@comcast.net>
15800         * config/arm/arm.c (arm_block_move_unaligned_straight):
15801         Emit normal move instead of unaligned load when source or destination
15802         are appropriately aligned.
15804 2015-08-17  Richard Biener  <rguenther@suse.de>
15805             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
15807         PR middle-end/16107
15808         * match.pd (div (coss (op @0) : New simplifier.
15810 2015-08-14  Alexandre Oliva  <aoliva@redhat.com>
15812         PR rtl-optimization/64164
15813         PR bootstrap/66978
15814         PR middle-end/66983
15815         PR rtl-optimization/67000
15816         PR middle-end/67034
15817         PR middle-end/67035
15818         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
15819         * tree-ssa-copyrename.c: Removed.
15820         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
15821         -ftree-coalesce-vars.
15822         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
15823         * common.opt (ftree-copyrename): Ignore.
15824         (ftree-coalesce-inlined-vars): Likewise.
15825         * doc/invoke.texi: Remove the ignored options above.
15826         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
15827         * tree-ssa-coalesce.h: ... here.
15828         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
15829         headers required by it.
15830         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
15831         across variables when flag_tree_coalesce_vars.  Check register
15832         use and promoted modes to allow coalescing.  Do not coalesce
15833         maybe-byref parms with SSA_NAMEs of other variables, or
15834         anonymous SSA_NAMEs.  Moved to tree-ssa-coalesce.c.
15835         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
15836         with its member functions to tree-ssa-coalesce.c.
15837         (var_map_base_init): Likewise.  Renamed to
15838         compute_samebase_partition_bases.
15839         (partition_view_normal): Drop want_bases parameter.
15840         (partition_view_bitmap): Likewise.
15841         * tree-ssa-live.h: Adjust declarations.
15842         * tree-ssa-coalesce.c: Include explow.h and cfgexpand.h.
15843         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
15844         default defs at the entry point.
15845         (dump_part_var_map): New.
15846         (compute_optimized_partition_bases): New, called by...
15847         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
15848         of compute_samebase_partition_bases.  Adjust.
15849         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
15850         * cfgexpand.c (leader_merge, parm_maybe_byref_p): New.
15851         (ssa_default_def_partition): New.
15852         (get_rtl_for_parm_ssa_default_def): New.
15853         (align_local_variable, add_stack_var): Support anonymous SSA
15854         names.
15855         (defer_stack_allocation): Likewise.  Declare earlier.
15856         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
15857         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
15858         Do no record deferred-allocation marker in
15859         SA.partition_to_pseudo.
15860         (expand_stack_vars): Adjust check for the marker in it.
15861         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
15862         redundant MEM attr setting.
15863         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
15864         from...
15865         (expand_one_stack_var): ... this.  New wrapper to check and
15866         skip already expanded SSA partitions.
15867         (record_alignment_for_reg_var): New, factored out of...
15868         (expand_one_var): ... this.
15869         (expand_one_ssa_partition): New.
15870         (adjust_one_expanded_partition_var): New.
15871         (expand_one_register_var): Check and skip already expanded SSA
15872         partitions.
15873         (expand_used_vars): Don't create DECLs for anonymous SSA
15874         names.  Expand all SSA partitions, then adjust all SSA names.
15875         (pass::execute): Replace the loops that set
15876         SA.partition_to_pseudo from partition leaders and cleared
15877         DECL_RTL for multi-location variables, and that which used to
15878         rename vars and set attrs, with one that clears DECL_RTL and
15879         checks that PARMs and RESULTs default_defs match DECL_RTL.
15880         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
15881         * emit-rtl.c: Include stor-layout.h.
15882         (set_reg_attrs_for_parm): Handle NULL decl.
15883         (set_reg_attrs_for_decl_rtl): Take mode from expression if
15884         it's not a DECL.
15885         * stmt.c (emit_case_decision_tree): Pass it the SSA_NAME
15886         rather than its possibly-NULL DECL.
15887         * explow.c (promote_ssa_mode): New.
15888         * explow.h (promote_ssa_mode): Declare.
15889         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
15890         (read_complex_part): Export.
15891         * expr.h (read_complex_part): Declare.
15892         * cfgexpand.h (parm_maybe_byref_p): Declare.
15893         * function.c: Include cfgexpand.h.
15894         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
15895         (use_register_for_parm_decl): Wrapper for the above to
15896         special-case the result_ptr.
15897         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
15898         (split_complex_args): Take assign_parm_data_all argument.
15899         Pass it to rtl_for_parm.  Set up rtl and context for split
15900         args.  Reset complex parm before fetching its default decl
15901         rtl.
15902         (assign_parms_unsplit_complex): Use the default-def complex
15903         parm rtl if it matches the components.
15904         (assign_parms_augmented_arg_list): Adjust.
15905         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
15906         multiple locations.  Recognize split complex args.
15907         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
15908         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
15909         (assign_parm_setup_block): Prefer SSA-assigned location, and
15910         fill in its address if the memory location of a maybe-byref
15911         parm was not assigned by cfgexpand.
15912         (assign_parm_setup_reg): Likewise.  Adjust its mode as
15913         needed.  Use entry_parm for equiv if stack_parm is NULL.  Make
15914         sure passed_pointer parms don't need conversion.  Copy address
15915         or value as needed.
15916         (assign_parm_setup_stack): Prefer SSA-assigned location.
15917         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
15918         rtl before testing for pointer bounds.  Special-case result_ptr.
15919         (expand_function_start): Maybe reset DECL_RTL of result.
15920         Prefer SSA-assigned location for result and static chain.
15921         Factor out DECL_RESULT and SET_DECL_RTL.  Convert static chain
15922         to Pmode if needed, from H.J. Lu  <hongjiu.lu@intel.com>.
15923         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
15924         anonymous SSA names.  Use promote_ssa_mode.
15925         (get_temp_reg): Likewise.
15926         (remove_ssa_form): Adjust.
15927         * stor-layout.c (layout_decl): Don't set mem attributes of
15928         non-MEMs.
15929         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
15930         and get its reg_usage for reg invalidation.
15931         (compute_bb_dataflow): Pass it insn.
15932         (emit_notes_in_bb): Likewise.
15934 2015-08-14  Marek Polacek  <polacek@redhat.com>
15936         * tree-core.h (tree_base): Fix typo.
15938 2015-08-14  Marek Polacek  <polacek@redhat.com>
15940         PR middle-end/67133
15941         * gimple.c (infer_nonnull_range_by_attribute): Check that the
15942         nonnull argument position is not outside function arguments.
15944 2015-08-14  Matthew Wahab  <matthew.wahab@arm.com>
15946         PR target/67143
15947         * config/aarch64/atomics.md (atomic_<optab><mode>): Replace
15948         'lconst_atomic' with 'const_atomic'.
15949         (atomic_fetch_<optab><mode>): Likewise.
15950         (atomic_<optab>_fetch<mode>): Likewise.
15951         * config/aarch64/iterators.md (lconst-atomic): Move below
15952         'const_atomic'.
15953         (const_atomic): New.
15955 2015-08-14  Thomas Schwinge  <thomas@codesourcery.com>
15956             Bernd Schmidt  <bernds@codesourcery.com>
15958         * config/nvptx/nvptx.c (nvptx_option_override): Don't override
15959         debug options.
15960         * config/nvptx/nvptx.h (DWARF2_LINENO_DEBUGGING_INFO): Define.
15961         (DWARF2_DEBUGGING_INFO): Don't define.
15962         * debug.h (dwarf2_lineno_debug_hooks): Declare.
15963         * toplev.c (process_options): Add a case for it.
15964         * dwarf2out.c (dwarf2_lineno_debug_hooks): New variable.
15965         (dwarf2out_init): Skip most initializations if
15966         DWARF2_LINENO_DEBUGGING_INFO, but set cur_line_info_table in that
15967         case.
15968         * defaults.h (PREFERRED_DEBUGGING_TYPE): Also use DWARF2_DEBUG if
15969         DWARF2_LINENO_DEBUGGING_INFO.
15970         * opts.c (set_debug_level): Likewise.
15972 2015-08-14  James Greenhalgh  <james.greenhalgh@arm.com>
15974         * config/arm/types.md (is_neon_type): Add missing types.
15976 2015-08-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
15978         * config/i386/driver-i386.c (host_detect_local_cpu): Add support
15979         for skylake.
15980         * config/i386/i386.c (PTA_SKYLAKE): New macros.
15981         (processor_alias_table): Add skylake description.
15982         (enum processor_model): Add skylake processor.
15983         (arch_names_table): Add skylake record.
15984         * doc/invoke.texi: Add skylake item.
15986 2015-08-13  Andrew MacLeod  <amacleod@redhat.com>
15988         * ira-int.h: Include recog.h.
15989         * ira-build.c: Don't include recog.h.
15990         * ira-color.c: Likewise.
15991         * ira-conflicts.c: Likewise.
15992         * ira-costs.c: Likewise.
15993         * ira-emit.c: Likewise.
15994         * ira-lives.c: Likewise.
15995         * ira.c: Likewise.
15996         * sched-deps.c: Likewise.
15997         * sel-sched.c: Likewise.
15998         * target-globals.c: Likewise.
16000 2015-08-13  Richard Sandiford  <richard.sandiford@arm.com>
16002         PR bootstrap/55035
16003         * reload1.c (elimination_costs_in_insn): Make it obvious to the
16004         compiler that the n_dups and n_operands loop bounds are invariant.
16006 2015-08-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16008         * ifcvt.c (noce_try_store_flag_constants): Handle PLUS-immediate
16009         expressions in A and B.
16011 2015-08-13  Richard Biener  <rguenther@suse.de>
16013         * tree.c (nonnull_arg_p): Move from ...
16014         * tree-vrp.c (nonnull_arg_p): ... here.
16015         * tree.h (nonnull_arg_p): Declare.
16016         * tree-ssa-sccvn.c (init_scc_vn): Perform all lattice init
16017         here, register ptr != 0 for nonnull_arg_p pointer arguments.
16018         Properly initialize static chain and by-reference result pointer.
16019         (run_scc_vn): Adjust.
16021 2015-08-13  Robert Suchanek  <robert.suchanek@imgtec.com>
16023         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Enable load/store pairs for
16024         TUNE_I6400.
16026 2015-08-13  Matthew Wahab  <matthew.wahab@arm.com>
16028         * config/aarch64/aarch64-protos.h
16029         (aarch64_gen_atomic_cas): Declare.
16030         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap):
16031         Choose appropriate instruction pattern for the target.
16032         (aarch64_gen_atomic_cas): New.
16033         * config/aarch64/atomics.md (UNSPECV_ATOMIC_CAS): New.
16034         (atomic_compare_and_swap<mode>_1): Rename to
16035         aarch64_compare_and_swap<mode>.  Fix some indentation.
16036         (aarch64_compare_and_swap<mode>_lse): New.
16037         (aarch64_atomic_cas<mode>): New.
16039 2015-08-13  Matthew Wahab  <matthew.wahab@arm.com>
16041         * config/aarch64/aarch64.h (AARCH64_ISA_LSE): New.
16042         (TARGET_LSE): New.
16044 2015-08-13  Richard Biener  <rguenther@suse.de>
16046         PR tree-optimization/67191
16047         * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children): Remove
16048         assert we value-numbered last stmts operand because it can validly
16049         trigger for unreachable code.
16051 2015-08-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16053         PR rtl-optimization/67103
16054         * ifcvt.c (noce_try_store_flag_constants): Move
16055         x = (-(test != 0) & (b - a)) + a transformation to...
16056         (noce_try_cmove): ... Here.  Try it if normal conditional
16057         move fails.
16059 2015-08-13  Robert Suchanek  <robert.suchanek@imgtec.com>
16061         * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64
16062         pseudo-processors.
16063         * config/mips/mips.md (processor): Remove w32 and w64.
16065 2015-08-13  Richard Biener  <rguenther@suse.de>
16067         PR tree-optimization/66502
16068         PR tree-optimization/67167
16069         * tree-ssa-sccvn.c (vn_phi_compute_hash): Do not include
16070         backedge arguments.
16071         (vn_phi_lookup): Adjust.
16072         (vn_phi_insert): Likewise.
16073         (visit_phi): Prefer to value-number to another PHI node
16074         over value-numbering to a PHI argument.
16075         (init_scc_vn): Mark DFS back edges.
16077 2015-08-13  Richard Biener  <rguenther@suse.de>
16079         * gimple.h (gcall::code_): New constant static member.
16080         (gcond::code_): Likewise.
16081         * gimple.c (gcall::code_): Define.
16082         (gcond::code_): Likewise.
16083         (is_a_helper <const gcond *>): Add.
16084         (gimple_call_lhs): Use GIMPLE_CHECK2 in the gimple overload
16085         and forward to a new gcall overload with less checking and a
16086         cheaper way to access the operand.
16087         (gimple_call_lhs_ptr): Likewise.
16088         (gimple_call_set_lhs): Likewise.
16089         (gimple_call_internal_p): Likewise.
16090         (gimple_call_with_bounds_p): Likewise.
16091         (gimple_call_set_with_bounds): Likewise.
16092         (gimple_call_internal_fn): Likewise.
16093         (gimple_call_set_ctrl_altering): Likewise.
16094         (gimple_call_ctrl_altering_p): Likewise.
16095         (gimple_call_fntype): Likewise.
16096         (gimple_call_fn): Likewise.
16097         (gimple_call_fn_ptr): Likewise.
16098         (gimple_call_set_fndecl): Likewise.
16099         (gimple_call_fndecl): Likewise.
16100         (gimple_call_chain): Likewise.
16101         (gimple_call_num_args): Likewise.
16102         (gimple_call_arg): Likewise.
16103         (gimple_call_arg_ptr): Likewise.
16104         (gimple_call_set_arg): Likewise.
16105         (gimple_call_noreturn_p): Likewise.
16106         (gimple_cond_code): Likewise.
16107         (gimple_cond_lhs): Likewise.
16108         (gimple_cond_rhs): Likewise.
16109         (gimple_has_lhs): Reduce checking.
16111 2015-08-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
16113         PR middle-end/25529
16114         * match.pd (div (mult @0 @1) @1) : New simplifier.
16116 2015-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16118         PR target/67071
16119         * config/rs6000/predicates.md (easy_vector_constant_vsldoi): New
16120         predicate to allow construction of vector constants using the
16121         VSLDOI vector shift instruction.
16123         * config/rs6000/rs6000-protos.h (vspltis_shifted): Add
16124         declaration.
16126         * config/rs6000/rs6000.c (vspltis_shifted): New function to return
16127         the number of bytes to be shifted left and filled in with either
16128         all zero or all one bits.
16129         (gen_easy_altivec_constant): Call vsplitis_shifted if no other
16130         methods exist.
16131         (output_vec_const_move): On power8, generate XXLORC to generate
16132         a vector constant with all 1's. Do a split if we need to use a
16133         VSLDOI instruction.
16135         * config/rs6000/rs6000.h (EASY_VECTOR_MSB): Use mode mask to
16136         properly test for the MSB.
16138         * config/rs6000/altivec.md (VSLDOI splitter): Add splitter for
16139         vector constants that can be created with VSLDOI.
16141 2015-08-11  Trevor Saunders  <tbsaunde@tbsaunde.org>
16143         revert:
16144         * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
16145         gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
16146         ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
16147         omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
16148         tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
16149         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
16150         tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
16151         tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
16152         vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
16154 2015-08-12  Max Filippov  <jcmvbkbc@gmail.com>
16156         * config/xtensa/constraints.md (define_constraint "Y"): New
16157         constraint.
16158         * config/xtensa/elf.h (ASM_SPEC): Add m(no-)auto-litpools.
16159         * config/xtensa/linux.h (ASM_SPEC): Likewise.
16160         * config/xtensa/predicates.md (move_operand): Match constants
16161         and symbols in the presence of TARGET_AUTO_LITPOOLS.
16162         * config/xtensa/xtensa.c (xtensa_valid_move): Don't allow
16163         immediate references to TLS data.
16164         (xtensa_emit_move_sequence): Don't force constants to memory in
16165         the presence of TARGET_AUTO_LITPOOLS.
16166         (print_operand): Add 'y' format, same as default, but capable of
16167         printing SF mode constants as well.
16168         * config/xtensa/xtensa.md (movsi_internal, movhi_internal)
16169         (movsf_internal): Add movi pattern that loads literal.
16170         (movsf, movdf): Don't force constants to memory in the presence
16171         of TARGET_AUTO_LITPOOLS.
16172         (movdf_internal): Add 'Y' constraint.
16173         * config/xtensa/xtensa.opt (mauto-litpools): New option.
16174         * doc/invoke.text (Xtensa options): Document -mauto-litpools.
16176 2015-08-12  Matthew Wahab  <matthew.wahab@arm.com>
16178         * config/arm/arm-fpus.def: Replace booleans with feature flags.
16179         Update comment.
16180         * config/arm/arm.c (ARM_FPU): Update macro.
16181         * config/arm/arm.h (TARGET_NEON_FP16): Update feature test.
16182         (TARGET_FP16): Likewise.
16183         (TARGET_CRYPTO): Likewise.
16184         (TARGET_NEON): Likewise.
16185         (struct arm_fpu_desc): Remove fields neon, fp16 and crypto.  Add
16186         field features.
16188 2015-08-12  Tom de Vries  <tom@codesourcery.com>
16190         PR other/67092
16191         PR other/67098
16192         * doc/install.texi: Remove --with_host_libstdcxx item.  Update
16193         --with-stage1-libs, --with-boot-ldflags and --with-boot-libs items
16194         accordingly.  Mention default for --with-stage1-ldflags.
16196 2015-08-12  Matthew Wahab  <matthew.wahab@arm.com>
16198         * config/arm/arm.h (arm_fpu_feature_set): New.
16199         (ARM_FPU_FSET_HAS): New.
16200         (FPU_FL_NONE): New.
16201         (FPU_FL_NEON): New.
16202         (FPU_FL_FP16): New.
16203         (FPU_FL_CRYPTO): New.
16205 2015-08-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16207         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Break
16208         after -mcmodel=large -fPIC sorry.
16210 2015-08-12  Richard Biener  <rguenther@suse.de>
16212         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize
16213         comparison operand order and commutative ternary op operand order.
16214         (sccvn_dom_walker::cond_stack): New state to track temporary
16215         expressions.
16216         (sccvn_dom_walker::after_dom_children): Remove tempoary expressions
16217         no longer valid.
16218         (sccvn_dom_walker::record_cond): Add a single temporary conditional
16219         expression.
16220         (sccvn_dom_walker::record_conds): Add a temporary conditional
16221         expressions and all related expressions also true/false.
16222         (sccvn_dom_walker::before_dom_children): Record temporary
16223         expressions based on the controlling condition of a single
16224         predecessor.  When trying to simplify a conditional statement
16225         lookup expressions we might have inserted earlier.
16227 2015-08-12  Yvan Roux  <yvan.roux@linaro.org>
16229         PR target/67127
16230         * config/arm/arm.md (movdi): Restrict illegitimate ldrd/strd checking
16231         to ARM core registers.
16233 2015-08-12  Nathan Sidwell  <nathan@acm.org>
16235         * tree-vrp.c (simplify_min_or_max_using_ranges): New.
16236         (simplify_stmt_using_ranges): Simplify MIN and MAX exprs.
16238 2015-08-12  Simon Dardis  <simon.dardis@imgtec.com>
16240         * config/mips/mips.c (mips_store_data_bypass_p): Bring code into
16241         line with comments.
16242         * config/mips/sb1.md: Update usage of mips_store_data_bypass_p.
16244 2015-08-12  Richard Biener  <rguenther@suse.de>
16246         * gimple.h (remove_pointer): New trait.
16247         (GIMPLE_CHECK2): New inline template function.
16248         (gassign::code_): New constant static member.
16249         (is_a_helper<const gassign *>): Add.
16250         (gimple_assign_lhs): Use GIMPLE_CHECK2 in the gimple overload
16251         and forward to a new gassign overload with less checking and a
16252         cheaper way to access the operand.
16253         (gimple_assign_lhs_ptr): Likewise.
16254         (gimple_assign_set_lhs): Likewise.
16255         (gimple_assign_rhs1, gimple_assign_rhs1_ptr, gimple_assign_set_rhs1):
16256         Likewise.
16257         (gimple_assign_rhs2, gimple_assign_rhs2_ptr, gimple_assign_set_rhs2):
16258         Likewise.
16259         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3):
16260         Likewise.
16261         (gimple_assign_rhs_code): Likewise.
16262         * gimple.c (gassign::code_): Define.
16264 2015-08-12  Richard Biener  <rguenther@suse.de>
16266         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16267         Eliminate edges marked as not executable by SCCVN.
16268         * tree-ssa-sccvn.c: Include gimple-iterator.h.
16269         (cond_dom_walker): Rename to sccvn_dom_walker.
16270         (sccvn_dom_walker::before_dom_children): Value-number defs
16271         of all stmts.
16272         (run_scc_vn): Remove loop value-numbering all SSA names.
16273         Drop not visited SSA names to varying.
16275 2015-08-11  Trevor Saunders  <tbsaunde@tbsaunde.org>
16277         * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
16278         gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
16279         ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
16280         omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
16281         tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
16282         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
16283         tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
16284         tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
16285         vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
16287 2015-08-11  Uros Bizjak  <ubizjak@gmail.com>
16289         PR target/66954
16290         * config/i386/i386.c (get_builtin_code_for_version): Add P_PCLMUL
16291         to enum feature_priority and feature_list.
16292         (fold_builtin_cpu): Add F_PCLMUL to enum processor_features
16293         and isa_names_table.
16295 2015-08-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
16297         * tree-vect-stmts.c (vectorizable_shift): Add missed test on
16298         vect_induction_def.
16300 2015-08-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16302         PR c/66098
16303         PR c/66711
16304         * diagnostic.c (diagnostic_classify_diagnostic): Take -Werror into
16305         account when deciding what was the command-line status.
16307 2015-08-11  Nathan Sidwell  <nathan@acm.org>
16309         * tree-vrp.c (simplify_abs_using_ranges): Simplify.
16311         * tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if
16312         we're not the only contributor to target phi.
16314 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
16316         * config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
16317         FIXED_REG0.
16319 2015-08-11  Tom de Vries  <tom@codesourcery.com>
16321         * tree-cfg.c (move_sese_region_to_fn): Add todo comment.
16323 2015-08-10  H.J. Lu  <hongjiu.lu@intel.com>
16325         * config/i386/i386.c (processor_alias_table): Replace CPU_KNL
16326         with CPU_SLM.
16327         * config/i386/i386.md (cpu): Remove knl.
16329 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
16331         PR libgomp/65742
16332         PR middle-end/66332
16333         * builtins.c (expand_builtin_acc_on_device) [ACCEL_COMPILER]: Emit
16334         open-coded sequence.
16335         * omp-low.c (oacc_process_reduction_data): Remove handline of
16336         GOMP_DEVICE_HOST_NONSHM.
16338         * lto-streamer-in.c (lto_input_mode_table): Adjust to
16339         GET_MODE_INNER changes.
16341 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
16342             Ilya Verbin  <ilya.verbin@intel.com>
16344         * lto-streamer-in.c (lto_input_mode_table): Correctly advance iterator.
16346 2015-08-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16348         * doc/options.texi (EnabledBy): Document that the argument must be
16349         a Common option.
16350         * doc/invoke.texi (Wnull-dereference): Move after Wnonnull.
16351         Not enabled by -Wall.
16352         * optc-gen.awk: Give nicer error messages. Detect if the argument
16353         of EnabledBy is not a Common option.
16354         * common.opt (Wnull-dereference): Not enabled by -Wall.
16355         * opt-functions.awk (lang_enabled_by): Nicer error messages.
16357 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
16359         * config/i386/driver-i386.c (host_detect_local_cpu): Treat
16360         model == 0x4f as Broadwell.
16362 2015-08-08  Segher Boessenkool  <segher@kernel.crashing.org>
16364         PR rtl-optimization/67028
16365         * combine.c (simplify_comparison): Fix comment.  Rearrange code.
16366         Add test to see if a const_int fits in the new mode.
16368 2015-08-07  DJ Delorie  <dj@redhat.com>
16370         * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
16372 2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
16374         PR rtl-optimization/67029
16375         * ira-color.c: Include "recog.h" before including "ira-int.h".
16376         * target-globals.c: Likewise.
16377         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Add an
16378         adds an alternative_mask argument and use it instead of
16379         preferred_alternatives.
16380         * ira.h (ira_implicitly_set_insn_hard_regs): Moved to ...
16381         * ira-int.h (ira_implicitly_set_insn_hard_regs): Here.
16382         * sched-deps.c: Include "ira-int.h" after including "ira.h".
16383         (sched_analyze_insn): Update call to
16384         ira_implicitly_set_insn_hard_regs.
16385         * sel-sched.c: Include "ira-int.h" after including "ira.h".
16386         (implicit_clobber_conflict_p): Update call to
16387         ira_implicitly_set_insn_hard_regs.
16389 2015-08-06  Uros Bizjak  <ubizjak@gmail.com>
16391         * Makefile.in (.INTERMEDIATE): Add gpl.pod.
16393 2015-08-07  Kaz Kojima  <kkojima@gcc.gnu.org>
16395         PR target/67002
16396         * config/sh/sh.c (sh_recog_treg_set_expr): Return false when
16397         currently_expanding_to_rtl is set.
16399 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
16401         * configure.ac: Define LIBICONV_DEP with in-tree libiconv.
16402         * configure: Regenerate.
16404 2015-08-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16405             Jiong Wang  <jiong.wang@arm.com>
16407         * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
16408         * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
16409         (REG_CLASS_NAMES): Likewise.
16410         (REG_CLASS_CONTENTS): Likewise.
16411         * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
16412         (aarch64_register_move_cost): Likewise.
16413         (aarch64_load_symref_appropriately): Invoke the new added pattern if
16414         possible.
16415         * config/aarch64/constraints.md (Uc0): New constraint.
16417 2015-08-06  Jiong Wang  <jiong.wang@arm.com>
16419         * config/aarch64/constraints.md (Usf): Add the test of
16420         aarch64_is_noplt_call_p.
16422 2015-08-06  Jiong Wang  <jiong.wang@arm.com>
16424         * config/aarch64/aarch64-protos.h (aarch64_is_noplt_call_p): New
16425         declaration.
16426         * config/aarch64/aarch64.c (aarch64_is_noplt_call_p): New function.
16427         * config/aarch64/aarch64.md (call_value_symbol): Check noplt scenarios.
16428         (call_symbol): Likewise.
16430 2015-08-06  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
16432         * tree-vect-patterns.c (vect_recog_mult_pattern): New function
16433         for vectorizing multiplication patterns.
16434         * tree-vectorizer.h: Adjust the number of patterns.
16436 2015-08-06  Uros Bizjak  <ubizjak@gmail.com>
16438         * config/i386/sse.md (*vec_concatv2df): Declare added
16439         alternatives as sselog type.
16441 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16443         * config/s390/s390.c (s390_dwarf_frame_reg_mode): Return Pmode for
16444         all GPRs.
16446 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16448         * config/s390/s390.c (s390_expand_tbegin): Expand either
16449         tbegin_1_z13 or tbegin_1 depending on VX flag.
16450         * config/s390/s390.md ("tbegin_1_z13"): New expander.
16452 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16454         * config/s390/s390.opt: Clarify description for -mzvector
16455         * doc/invoke.texi: Add documentation for -mhtm, -mvx, and
16456         -mzvector.
16458 2015-08-06  Richard Biener  <rguenther@suse.de>
16460         * gimple.h (gimple_call_set_fn): Access op member directly.
16461         (gimple_call_chain_ptr): Likewise.
16462         (gimple_call_set_chain): Likewise.
16463         (gimple_cond_lhs_ptr): Likewise.
16464         (gimple_cond_set_lhs): Likewise.
16465         (gimple_cond_rhs_ptr): Likewise.
16466         (gimple_cond_set_rhs): Likewise.
16467         (gimple_cond_true_label): Likewise.
16468         (gimple_cond_set_true_label): Likewise.
16469         (gimple_cond_set_false_label): Likewise.
16470         (gimple_cond_false_label): Likewise.
16471         (gimple_label_label): Likewise.
16472         (gimple_label_set_label): Likewise.
16473         (gimple_goto_set_dest): Likewise.
16474         (gimple_asm_input_op): Likewise.
16475         (gimple_asm_input_op_ptr): Likewise.
16476         (gimple_asm_set_input_op): Likewise.
16477         (gimple_asm_output_op): Likewise.
16478         (gimple_asm_output_op_ptr): Likewise.
16479         (gimple_asm_set_output_op): Likewise.
16480         (gimple_asm_clobber_op): Likewise.
16481         (gimple_asm_set_clobber_op): Likewise.
16482         (gimple_asm_label_op): Likewise.
16483         (gimple_asm_set_label_op): Likewise.
16484         (gimple_switch_index): Likewise.
16485         (gimple_switch_index_ptr): Likewise.
16486         (gimple_return_retval_ptr): Likewise.
16487         (gimple_return_retval): Likewise.
16488         (gimple_return_set_retval): Likewise.
16489         (gimple_switch_set_index): Likewise.  Remove superfluous GIMPLE_CHECK.
16490         (gimple_switch_label): Likewise.
16491         (gimple_switch_set_label): Likewise.
16493 2015-08-06  Richard Biener  <rguenther@suse.de>
16495         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Simplify
16496         bool comparison canonicalization and restrict to integers.
16498 2015-08-05  Andrew MacLeod  <amacleod@redhat.com>
16500         * coretypes.h (enum symbol_visibility): Relocate here.
16501         * flag-types.h (enum symbol_visibility): Remove.
16502         * tree-core.h (enum symbol_visibility): Remove.
16504 2015-08-05  Lynn Boger  <laboger@linux.vnet.ibm.com>
16506         PR target/66870
16507         * config/rs6000/rs6000.c (rs6000_emit_prologue): Check
16508         for no_split_stack function attribute along with
16509         flag_split_stack.
16510         (rs6000_expand_split_stack_prologue): Likewise.
16512 2015-08-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16513             Jeff Law  <law@redhat.com>
16515         PR c/16351
16516         * doc/invoke.texi (Wnull-dereference): New.
16517         * tree-vrp.c (infer_value_range): Update call to infer_nonnull_range.
16518         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behaviour):
16519         Warn for potential NULL dereferences.
16520         (find_explicit_erroneous_behaviour): Warn for NULL dereferences.
16521         * ubsan.c (instrument_nonnull_arg): Call
16522         infer_nonnull_range_by_attribute.
16523         (instrument_nonnull_return): Likewise.
16524         * common.opt (Wnull-dereference); New.
16525         * gimple.c (infer_nonnull_range): Remove bool arguments.
16526         (infer_nonnull_range_by_dereference): New.
16527         (infer_nonnull_range_by_attribute): New.
16528         * gimple.h: Update declarations.
16530 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
16532         * gensupport.c (sequence_num): Replace with...
16533         (insn_sequence_num, split_sequence_num, peephole2_sequence_num):
16534         ...these new variables.
16535         (init_rtx_reader_args_cb): Update accordingly.
16536         (get_num_code_insns): Likewise.
16537         (read_md_rtx): Rework to use a while loop and get_c_test.
16538         Use the new counters.  Remove redundant DEFINE_SUBST case.
16539         * genoutput.c (gen_split): Delete.
16540         (main): Don't call it.
16542 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
16544         * gensupport.h (get_c_test): Declare.
16545         * gensupport.c (get_c_test): New function.
16546         * genconditions.c (main): Use it.
16547         * genrecog.c (validate_pattern): Likewise.
16548         (match_pattern_1): Likewise.  Remove c_test argument.
16549         (match_pattern): Update accordingly and remove c_test argument.
16550         (main): Update accordingly.
16552 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
16554         * gensupport.h (get_num_insn_codes): Declare.
16555         * gensupport.c (get_num_insn_codes): New function.
16556         * genattrtab.c (optimize_attrs): Rename max_insn_code to
16557         num_insn_codes.
16558         (main): Likewise.  Use get_num_insn_codes.
16559         * gencodes.c (main): Remove "last" and use get_num_insn_codes.
16561 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
16563         PR middle-end/66311
16564         * wide-int.cc (wi::from_mpz): Make sure that absolute mpz value
16565         is zero- rather than sign-extended.
16567 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
16569         * target-insns.def (can_extend): Delete.
16571 2015-08-05  Richard Biener  <rguenther@suse.de>
16573         PR tree-optimization/67121
16574         * tree-if-conv.c (combine_blocks): Clear range-info produced
16575         by stmts no longer executed conditionally.
16577 2015-08-05  Nick Clifton  <nickc@redhat.com>
16579         * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimization
16580         to allow identical far pointers to remain.
16582 2015-08-05  Richard Biener  <rguenther@suse.de>
16584         PR middle-end/67120
16585         * match.pd: Compare address bases with == if they are decls
16586         or SSA names, not operand_equal_p.  Otherwise fail.
16588 2015-08-05  Richard Biener  <rguenther@suse.de>
16590         PR tree-optimization/67055
16591         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Handle
16592         NULL gimple_block.
16594         * g++.dg/torture/pr67055.C: New testcase.
16596 2015-08-05  Kirill Yukhin  <kirill.yukhin@intel.com>
16598         * config/i386/i386.md (define_attr "isa"): Addd avx512vl and
16599         noavx512vl.
16600         (define_attr "enabled"): Handle avx521vl and noavx512vl.
16601         * config/i386/sse.md (define_insn "vec_dupv2df<mask_name>"): Split
16602         AVX-512 alternative out of SSE.
16603         (define_insn "*vec_concatv2df"): Ditto.
16605 2015-08-05  Kirill Yukhin  <kirill.yukhin@intel.com>
16607         * config/i386/i386.c (bdesc_args): Rename CODE_FOR_sse4_1_ptest into
16608         CODE_FOR_sse4_1_ptestv2di and CODE_FOR_avx_vtestps256 into
16609         CODE_FOR_avx_ptestv4di.
16610         * config/i386/sse.md (define_mode_iterator V_AVX): New.
16611         (define_mode_attr sse4_1): Extend to other 128/256-bit modes.
16612         (define_insn "avx_ptest256"): Merge this ...
16613         (define_insn "sse4_1_ptest"): And this ...
16614         (define_insn "<sse4_1>_ptest<mode>"): Into this. Use V_AVX iterator.
16616 2015-08-05  Richard Biener  <rguenther@suse.de>
16618         PR tree-optimization/67109
16619         * tree-vect-data-refs.c (vect_analyze_group_access_1): Check
16620         against too big groups.  Print whether this is a load or store
16621         group.  Rename from ...
16622         (vect_analyze_group_access): ... this which is now a wrapper
16623         dissolving an invalid group.
16624         (vect_analyze_data_ref_accesses): Print whether this is a load
16625         or store group.
16627 2015-08-05  Richard Biener  <rguenther@suse.de>
16629         PR middle-end/67107
16630         * match.pd: Guard const_binop result checking against NULL_TREE
16631         result.
16633 2015-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
16635         * cse.c (cse_insn): Restoring old behaviour for src_eqv
16636          when dest and value in the REG_EQUAL are same and dest
16637          is STRICT_LOW_PART.
16639 2015-08-04  Anatoly Sokolov  <aesok@post.ru>
16641         * config/moxie/moxie.h (PRINT_OPERAND,
16642           PRINT_OPERAND_ADDRESS): Remove macros.
16643         * config/moxie/moxie-protos.h (moxie_print_operand,
16644           moxie_print_operand_address): Remove declaration.
16645         * config/moxie/moxie.c (TARGET_PRINT_OPERAND,
16646           TARGET_PRINT_OPERAND_ADDRESS): Define.
16647           (moxie_print_operand, moxie_print_operand_address): Make static.
16649 2015-08-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
16651         PR target/66731
16652         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix NEG cost for FNMUL.
16653         (aarch64_rtx_mult_cost): Fix MULT cost with -frounding-math.
16655 2015-08-04  Richard Biener  <rguenther@suse.de>
16657         * genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in
16658         generated code.
16659         (dt_operand::gen_gimple_expr): Adjust.
16661 2015-08-04  Richard Biener  <rguenther@suse.de>
16663         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize
16664         bool compares on RHS.
16665         * match.pd: Add X ==/!= !X is false/true pattern.
16667 2015-08-04  Pawel Kupidura  <pawel.kupidura@arm.com>
16669         * config/aarch64/aarch64.c: Change inner loop statement cost
16670         to be consistent with other targets.
16672 2015-08-04  Christophe Lyon  <christophe.lyon@linaro.org>
16674         * config/arm/neon.md (neon_vget_lanev2di): Handle big-endian
16675         targets.
16677 2015-08-04  Nathan Sidwell  <nathan@codesourcery.com>
16679         * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
16680         (machine_function): Remove pseudos field.
16682 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16684         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
16685         Exit early and use target_option_current_node if processing current
16686         pragma.
16688 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16690         * doc/extend.texi (AArch64 Function Attributes): New node.
16691         (AArch64 Pragmas): Likewise.
16693 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16695         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
16696         Initialize simd builtins if TARGET_SIMD.
16697         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
16698         Make sure that the builtins are initialized only once no matter how
16699         many times the function is called.
16700         (aarch64_init_builtins): Unconditionally initialize crc builtins.
16701         (aarch64_relayout_simd_param): New function.
16702         (aarch64_simd_expand_args): Use above during argument expansion.
16703         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Initialize
16704         simd builtins if TARGET_SIMD.
16705         * config/aarch64/aarch64-protos.h (aarch64_init_simd_builtins): New
16706         prototype.
16707         (aarch64_relayout_simd_types): Likewise.
16709 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16711         * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.
16712         * config/aarch64/aarch64.h (REGISTER_TARGET_PRAGMAS): Define.
16713         (TARGET_CPU_CPP_BUILTINS): Redefine to call aarch64_cpu_cpp_builtins.
16714         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
16715         static keyword.
16716         (aarch64_reset_previous_fndecl): New function.
16717         (aarch64_handle_attr_isa_flags): Handle "+nothing" in the beginning of
16718         the string.
16719         * config/aarch64/aarch64-c.c: New file.
16720         * config/aarch64/arm_acle.h: Add pragma +crc+nofp at the top.
16721         Push and pop options at beginning and end.  Remove ifdef
16722         __ARM_FEATURE_CRC32.
16723         * config/aarch64/arm_neon.h: Remove #ifdef check on __ARM_NEON.
16724         Add pragma +nothing+simd and +nothing+crypto where appropriate.
16725         * config/aarch64/t-aarch64 (aarch64-c.o): New rule.
16726         * config/aarch64/aarch64-protos.h (aarch64_cpu_cpp_builtins):
16727         Define prototype.
16728         (aarch64_register_pragmas): Likewise.
16729         (aarch64_reset_previous_fndecl): Likewise.
16730         (aarch64_process_target_attr): Likewise.
16731         (aarch64_override_options_internal): Likewise.
16733 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16735         * config/aarch64/aarch64.c (aarch64_tribools_ok_for_inlining_p):
16736         New function.
16737         (aarch64_can_inline_p): Likewise.
16738         (TARGET_CAN_INLINE_P): Define.
16740 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16742         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
16743         Remove static.  Handle OPT_mgeneral_regs_only,
16744         OPT_mfix_cortex_a53_835769, OPT_mstrict_align,
16745         OPT_momit_leaf_frame_pointer.
16746         * config/aarch64/aarch64.c: Include opts.h and diagnostic.h
16747         (aarch64_attr_opt_type): New enum.
16748         (aarch64_attribute_info): New struct.
16749         (aarch64_handle_attr_arch): New function.
16750         (aarch64_handle_attr_cpu): Likewise.
16751         (aarch64_handle_attr_tune): Likewise.
16752         (aarch64_handle_attr_isa_flags): Likewise.
16753         (aarch64_attributes): New table.
16754         (aarch64_process_one_target_attr): New function.
16755         (num_occurences_in_str): Likewise.
16756         (aarch64_process_target_attr): Likewise.
16757         (aarch64_option_valid_attribute_p): Likewise.
16758         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
16759         * config/aarch64/aarch64-protos.h: Include input.h
16760         (aarch64_handle_option): Declare prototype.
16762 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16764         * config/aarch64/aarch64.h (SWITCHABLE_TARGET): Define.
16765         * config/aarch64/aarch64.c: Include target-globals.h
16766         (aarch64_previous_fndecl): New variable.
16767         (aarch64_set_current_function): New function.
16768         (TARGET_SET_CURRENT_FUNCTION): Define.
16770 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16772         * config/aarch64/aarch64.opt (explicit_tune_core): New TargetVariable.
16773         (explicit_arch): Likewise.
16774         (x_aarch64_isa_flags): Likewise.
16775         (mgeneral-regs-only): Mark as Save.
16776         (mfix-cortex-a53-835769): Likewise.
16777         (mcmodel=): Likewise.
16778         (mstrict-align): Likewise.
16779         (momit-leaf-frame-pointer): Likewise.
16780         (mtls-dialect): Likewise.
16781         (master=): Likewise.
16782         * config/aarch64/aarch64.h (ASM_DECLARE_FUNCTION_NAME): Define.
16783         (aarch64_isa_flags): Remove extern declaration.
16784         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Return a bool
16785         to indicate success or failure.
16786         (aarch64_validate_march): Likewise.
16787         (aarch64_validate_mtune): Likewise.
16788         (aarch64_isa_flags): Delete.
16789         (aarch64_override_options_internal): Access opts->x_aarch64_isa_flags
16790         instead of aarch64_isa_flags.
16791         (aarch64_get_tune_cpu): New function.
16792         (aarch64_get_arch): Likewise.
16793         (aarch64_override_options): Use above and set up explicit_tune_core
16794         and explicit_arch.
16795         (aarch64_print_extension): Move earlier in file.  Add isa_flags
16796         argument and use that instead of the global aarch64_isa_flags.
16797         (aarch64_option_save): New function.
16798         (aarch64_option_restore): Likewise.
16799         (aarch64_option_print): Likewise.
16800         (aarch64_declare_function_name): Likewise.
16801         (aarch64_start_file): Delete.
16802         (TARGET_ASM_FILE_START): Do not define.
16803         (TARGET_OPTION_RESTORE, TARGET_OPTION_PRINT): Define.
16804         * config/aarch64/aarch64-protos.h (aarch64_declare_function_name):
16805         Declare prototype.
16807 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16809         * config/aarch64/aarch64.opt (momit-leaf-frame-pointer): Initialize
16810         flag_omit_leaf_frame_pointer to 2.
16812 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16814         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_835769_DEFAULT): Always
16815         define to 0 or 1.
16816         (TARGET_FIX_ERR_A53_835769): New macro.
16817         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
16818         handling of opts->x_aarch64_fix_a53_err835769.
16819         (aarch64_madd_needs_nop): Check for TARGET_FIX_ERR_A53_835769 rather
16820         than aarch64_fix_a53_err835769.
16821         * config/aarch64/aarch64-elf-raw.h: Update for above changes.
16822         * config/aarch64/aarch64-linux.h: Likewise.
16824 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
16826         * config/i386/i386.c (ix86_expand_int_movcc): Check result of
16827         ix86_expand_int_movcc as boolean.
16829 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16831         * config/aarch64/aarch64.opt (aarch64_arch_string): Delete.
16832         (aarch64_cpu_string): Likewise.
16833         (aarch64_tune_string): Likewise.
16834         * config/aarch64/aarch64.c (aarch64_parse_opt_result): New enum.
16835         (aarch64_parse_extension): Return aarch64_parse_opt_result.
16836         Add extra argument to put result into.
16837         (aarch64_parse_arch): Likewise.  Do not set selected_cpu.
16838         (aarch64_parse_cpu): Add arguments to put results into. Return
16839         aarch64_parse_opt_result.
16840         (aarch64_parse_tune): Likewise.
16841         (aarch64_override_options_after_change_1): New function.
16842         (aarch64_override_options_internal): New function.
16843         (aarch64_validate_mcpu): Likewise.
16844         (aarch64_validate_march): Likewise.
16845         (aarch64_validate_mtune): Likewise.
16846         (aarch64_override_options): Update to reflect above changes.
16847         Move some logic into aarch64_override_options_internal.
16848         Initialize target_option_default_node and target_option_current_node.
16849         (aarch64_override_options_after_change): Move logic into
16850         aarch64_override_options_after_change_1 and call it with global_options.
16851         (initialize_aarch64_code_model): Take a gcc_options pointer and use the
16852         flag values from that.
16854 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16856         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
16857         __ARM_ARCH_8A directly rather than with cpp_define_formatted.
16858         * config/aarch64/aarch64.c (struct processor): Add arch field.
16859         (all_architectures): Handle above, move above all_cores.
16860         (all_cores): Handle above.
16861         (aarch64_parse_arch): Handle above changes.
16862         * config/aarch64/aarch64-arches.def (armv8-a): Extend according to
16863         above.  Update comments.
16864         (armv8.1-a): Likewise.
16865         * config/aarch64/aarch64-cores.def: Update according to above.
16866         * config/aarch64/aarch64-opts.h (aarch64_arch): New enum.
16867         * config/aarch64/driver-aarch64.c (struct aarch64_arch): Rename to
16868         aarch64_arch_driver_info.
16870 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16872         * config/aarch64/aarch64.c (struct processor): Add ident field.
16873         Rename core sched_core.
16874         (all_cores): Handle above changes.
16875         (all_architectures): Likewise.
16876         (aarch64_parse_arch): Likewise.
16877         (aarch64_override_options): Likewise.
16879 2015-08-04  Richard Biener  <rguenther@suse.de>
16881         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
16882         dispatching to fold_binary for GIMPLE_BINARY_RHS and for
16883         comparisons embedded in [VEC_]COND_EXPRs.
16885 2015-08-03  Abe Skolnik  <a.skolnik@samsung.com>
16887         * tree-if-conv.c: Fix various typos in comments.
16888         * tree-vect-stmts.c: Likewise.
16890 2015-08-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16892         PR tree-optimization/67043
16893         * loop-invariant.c (move_invariant_reg): Recompute luids in loop
16894         preheader after hoisting invariant in it.
16895         (find_defs): Force recomputation of all luids.
16897 2015-08-03  Peter Bergner  <bergner@vnet.ibm.com>
16899         * config/rs6000/htm.md (tabort.): Restrict the source operand to
16900         using a base register.
16902 2015-08-03  David Malcolm  <dmalcolm@redhat.com>
16904         * main.c (main): Pass in NULL for toplev's external_timer.
16905         * timevar.c: Include coretypes.h.
16906         (class timer::named_items): New.
16907         (timer::named_items::named_items): New.
16908         (timer::named_items::~named_items): New.
16909         (timer::named_items::push): New.
16910         (timer::named_items::pop): New.
16911         (timer::named_items::print): New.
16912         (timer::timer): Initialize field "m_jit_client_items".
16913         (timer::~timer): New.
16914         (timer::push): Move bulk of implementation to...
16915         (timer::push_internal): ...here.  New function.
16916         (timer::pop): Move bulk of implementation to...
16917         (timer::pop_internal): ...here.  New function.
16918         (timer::push_client_item): New.
16919         (timer::pop_client_item): New.
16920         (timer::print_row): New function, taken from timer::print.
16921         (timer::print): Print "GCC items" header if we also have client
16922         items.  Move row-printing to timer::print_row.  Print any client
16923         items.
16924         (timer::get_topmost_item_name): New method.
16925         * timevar.def (TV_JIT_ACQUIRING_MUTEX): New.
16926         (TV_JIT_CLIENT_CODE): New.
16927         * timevar.h (timer::push_client_item): New declaration.
16928         (timer::pop_client_item): New declaration.
16929         (timer::get_topmost_item_name): New method.
16930         (timer::push_internal): New declaration.
16931         (timer::pop_internal): New declaration.
16932         (timer::print_row): New declaration.
16933         (timer::named_items): New declaration.
16934         (timer::m_jit_client_items): New field.
16935         (timer): Add friend class named_items.
16936         (auto_timevar::auto_timevar): Add timer param.
16937         (auto_timevar::~auto_timevar): Use field "m_timer".
16938         (auto_timevar::m_timer): New field.
16939         * toplev.c (initialize_rtl): Add g_timer as param when
16940         constructing auto_timevar instance.
16941         (toplev::toplev): Add "external_timer" param, and use it to
16942         initialize the "g_timer" global if non-NULL.
16943         (toplev::~toplev): If this created "g_timer", delete it.
16944         * toplev.h (toplev::toplev): Replace "use_TV_TOTAL" bool param
16945         with "external_timer" timer *.
16947 2015-08-03  Alexander Basov <coohpt@gmail.com>
16949         PR middle-end/64744
16950         PR middle-end/48470
16951         PR middle-end/43404
16952         * cfgexpand.c (expand_one_var): Add check if stack is going to
16953         be used in naked function.
16954         * expr.c (expand_expr_addr_expr_1): Remove excess checking
16955         whether expression should not reside in MEM.
16956         * function.c (use_register_for_decl): Do not use registers for
16957         non-register things (volatile, float, BLKMode) in naked functions.
16959 2015-08-03  John David Anglin  <danglin@gcc.gnu.org>
16961         PR target/67060
16962         * config/pa/pa.md (call_reg_64bit): Remove reg:DI 1 clobber.
16963         Adjust splits to match new pattern.
16965 2015-08-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
16967         * config/rs6000/vector.md (VEC_L): Add KFmode and TFmode.
16968         (VEC_M): Likewise.
16969         (VEC_N): Likewise.
16970         (mov<mode>, VEC_M iterator): Add support for IEEE 128-bit floating
16971         point in VSX registers.
16973         * config/rs6000/constraints.md (wb constraint): Document unused
16974         w<x> constraint.
16975         (we constraint): Likewise.
16976         (wo constraint): Likewise.
16977         (wp constraint): New constraint for IEEE 128-bit floating point in
16978         VSX registers.
16979         (wq constraint): Likewise.
16981         * config/rs6000/predicates.md (easy_fp_constant): Add support for
16982         IEEE 128-bit floating point in VSX registers.
16983         (easy_scalar_constant): Likewise.
16985         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add new
16986         constraints (wp, wq) for IEEE 128-bit floating point in VSX
16987         registers.
16988         (rs6000_init_hard_regno_mode_ok): Likewise.
16990         * config/rs6000/vsx.md (VSX_LE_128): Add support for IEEE 128-bit
16991         floating point in VSX registers.
16992         (VSX_L): Likewise.
16993         (VSX_M): Likewise.
16994         (VSX_M2): Likewise.
16995         (VSm): Likewise.
16996         (VSs): Likewise.
16997         (VSr): Likewise.
16998         (VSa): Likewise.
16999         (VSv): Likewise.
17000         (vsx_le_permute_<mode>): Add support to properly swap bytes for
17001         IEEE 128-bit floating point in VSX registers on little endian.
17002         (vsx_le_undo_permute_<mode>): Likewise.
17003         (vsx_le_perm_load_<mode>): Likewise.
17004         (vsx_le_perm_store_<mode>): Likewise.
17005         (splitters for IEEE 128-bit fp moves): Likewise.
17007         * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wp and
17008         wq constraints.
17010         * config/rs6000/altivec.md (VM): Add support for IEEE 128-bit
17011         floating point in VSX registers.
17012         (VM2): Likewise.
17014         * doc/md.text (Machine Constraints): Document wp and wq
17015         constraints on PowerPC.
17017 2015-08-03  Jeff Law  <law@redhat.com>
17019         PR middle-end/66314
17020         PR gcov-profile/66899
17021         * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
17022         iterate over the jump threading paths when an element in the
17023         jump threading paths array is eliminated.
17025 2015-08-03  Segher Boessenkool  <segher@kernel.crashing.org>
17027         * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
17029 2015-08-03  Patrick Palka  <ppalka@gcc.gnu.org>
17031         * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
17032         is_use_properly_guarded the variable def_preds.  Free its
17033         contents before returning.
17034         (prune_uninit_phi_opnds_in_unrealizable_paths): Same.
17035         (is_use_properly_guarded): Replace local variable def_preds with
17036         a parameter.  Adjust accordingly.  Only update *def_preds if it's
17037         the empty vector.
17039 2015-08-03  Richard Biener  <rguenther@suse.de>
17041         * genmatch.c (simplify::for_subst_vec): New member.
17042         (binary_ok): New helper for for lowering.
17043         (lower_for): Delay substituting operators into result expressions
17044         if we can merge the results eventually again.
17045         (capture_info::walk_result): Adjust for user_id appearing as
17046         result expression operator.
17047         (expr::gen_transform): Likewise.
17048         (dt_simplify::gen_1): Likewise.
17049         (dt_simplify::gen): Pass not substituted operators to tail
17050         functions or initialize local variable with it.
17051         (decision_tree::gen): Adjust function signature.
17052         * match.pd: Fix tests against global code and add default
17053         cases to switch stmts.
17055 2015-08-03  Richard Biener  <rguenther@suse.de>
17057         * genmatch.c (dt_simplify::gen): Create captures array
17058         with an initializer.
17060 2015-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17062         * configure.ac: Set aliasing_flags to -fno-strict-aliasing if
17063         the host compiler is affected by placement new aliasing bug.
17064         * configure: Regenerate.
17065         * Makefile.in (ALIASING_FLAGS): New variable.
17066         (ALL_CXXFLAGS): Add $(ALIASING_FLAGS).
17068 2015-08-03  Szabolcs Nagy  <szabolcs.nagy@arm.com>
17070         PR target/66731
17071         * config/arm/vfp.md (negmuldf3_vfp): Add new pattern.
17072         (negmulsf3_vfp): Likewise.
17073         (muldf3negdf_vfp): Disable for -frounding-math.
17074         (mulsf3negsf_vfp): Likewise.
17075         * config/arm/arm.c (arm_new_rtx_costs): Fix NEG cost for VNMUL,
17076         fix MULT cost with -frounding-math.
17078 2015-08-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17080         * ifcvt.c (noce_try_store_flag_constants): Make logic of the case
17081         when diff == STORE_FLAG_VALUE or diff == -STORE_FLAG_VALUE more
17082         explicit.  Prefer to add the flag whenever possible.
17083         (noce_process_if_block): Try noce_try_store_flag_constants before
17084         noce_try_cmove.
17086 2015-08-03  Richard Biener  <rguenther@suse.de>
17088         * genmatch.c (struct sinfo, struct sinfo_hashmap_traits, sinfo_map_t):
17089         New hash-map to record equivalent transforms.
17090         (dt_node::analyze): Populate the equivalent transforms hash-map.
17091         (dt_simplify::info): Add reference to hash-map entry.
17092         (dt_simplify::gen): If we have split out a function for the
17093         transform, generate a call to it.
17094         (sinfo_hashmap_traits::hash): New function.
17095         (compare_op): New helper function for ...
17096         (sinfo_hashmap_traits::equal_keys): ... this new function.
17097         (decision_tree::gen): Split out common equivalent transforms
17098         into functions.
17100 2015-08-03  Richard Biener  <rguenther@suse.de>
17102         * gimple-fold.c (fold_gimple_assign): Remove folding of
17103         the comparison in COND_EXPRs.
17105 2015-08-03  Richard Biener  <rguenther@suse.de>
17107         * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
17108         on the rhs of assignments first simplify the embedded
17109         GENERIC condition.
17111 2015-08-03  Richard Biener  <rguenther@suse.de>
17113         PR tree-optimization/66917
17114         * tree-vectorizer.h (struct dataref_aux): Add base_element_aligned
17115         field.
17116         (DR_VECT_AUX): New macro.
17117         (set_dr_misalignment): Adjust.
17118         (dr_misalignment): Likewise.
17119         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
17120         Compute whether the base is at least element aligned.
17121         * tree-vect-stmts.c (ensure_base_align): Adjust.
17122         (vectorizable_store): If the base is not element aligned
17123         preserve alignment of the original access if misalignment is unknown.
17124         (vectorizable_load): Likewise.
17126 2015-08-02  Martin Sebor  <msebor@redhat.com>
17128         * c-family/c.opt (-Wframe-address): New warning option.
17129         * doc/invoke.texi (Wframe-address): Document it.
17130         * doc/extend.texi (__builtin_frame_address, __builtin_return_address):
17131         Clarify possible effects of calling the functions with non-zero
17132         arguments and mention -Wframe-address.
17133         * builtins.c (expand_builtin_frame_address): Handle -Wframe-address.
17135 2015-08-01  Michael Collison  <michael.collison@linaro.org
17136             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17138         * config/arm/arm.md (*arm_smin_cmp): New pattern.
17139         (*arm_umin_cmp): Likewise.
17141 2015-08-01  Caroline Tice  <cmtice@google.com>
17143         PR 66521
17144         * vtable-verify.c (vtbl_mangled_name_types, vtbl_mangled_name_ids): New
17145         global variables.
17146         (vtbl_find_mangled_name):  New function.
17147         (vtbl_register_mangled_name):  New function.
17148         (vtbl_map_get_node):  If DECL_ASSEMBLER_NAME is "<anon>", look up
17149         mangled name in mangled name vectors.
17150         (find_or_create_vtbl_map_node):  Ditto.
17151         (var_is_used_for_virtual_call_p):  Add recursion_depth parameter;
17152         update recursion_depth on function entry; pass it to every recursive
17153         call; automatically exit if depth > 25 (give up looking at that point).
17154         (verify_bb_vtables):  Initialize recursion_depth and pass it to
17155         var_is_used_for_virtual_call_p.
17156         * vtable-verify.h (vtbl_mangbled_name_types, vtbl_mangled_name_ids): New
17157         global variable decls.
17158         (vtbl_register_mangled_name): New extern function decl.
17160 2015-08-01  Tom de Vries  <tom@codesourcery.com>
17162         * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
17163         function.
17164         * tree.h (operation_can_overflow, operation_no_trapping_overflow):
17165         Declare.
17166         * tree-vect-loop.c (vect_is_simple_reduction_1): Use
17167         operation_no_trapping_overflow.  Allow non-overflow operations.
17168         * graphite-sese-to-poly.c (is_reduction_operation_p): Allow non-overflow
17169         operations.
17171 2015-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
17173         PR target/67049
17174         * config/sh/sh.md (GOTaddr2picreg): Fix typo.
17176 2015-07-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17178         * config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
17179         Enable for TARGET_32BIT.
17180         (*if_move_neg): Likewise.
17182 2015-07-31  Nick Clifton  <nickc@redhat.com>
17184         * config/m32r/m32r.c (m32r_attribute_identifier): New function.
17185         Returns true for __model__.
17186         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
17188 2015-07-31  Alan Modra  <amodra@gmail.com>
17190         PR target/66870
17191         * config/rs6000/rs6000.c (machine_function): Add split_stack_argp_used.
17192         (rs6000_emit_prologue): Set it.
17193         (rs6000_set_up_by_prologue): Specify r12 when split_stack_argp_used.
17195 2015-07-31  Richard Biener  <rguenther@suse.de>
17197         * fold-const.c (fold_binary_loc): Remove X ^ C1 == C2
17198         -> X == (C1 ^ C2) which is already implemented in match.pd.
17199         Remove redundant dispatching to fold_relational_const.
17200         Move unordered self and NaN compares ...
17201         * match.pd: ... as patterns here.  Remove some stray captures
17202         and add a comment.
17204 2015-07-31  Petr Murzin  <petr.murzin@intel.com>
17206         * config/i386/i386.c
17207         (bdesc_special_args): Convert mask type from signed to unsigned for
17208         masked builtins.
17209         (ix86_expand_args_builtin): Do not handle UINT_FTYPE_V2DF,
17210         UINT64_FTYPE_V2DF, UINT64_FTYPE_V4SF, V16QI_FTYPE_V8DI,
17211         V16HI_FTYPE_V16SI, V16SI_FTYPE_V16SI, V16SF_FTYPE_FLOAT,
17212         V8HI_FTYPE_V8DI, V8UHI_FTYPE_V8UHI, V8SI_FTYPE_V8DI, V8SF_FTYPE_V8DF,
17213         V8DI_FTYPE_INT64, V8DI_FTYPE_V4DI, V8DI_FTYPE_V8DI, V8DF_FTYPE_DOUBLE,
17214         V8DF_FTYPE_V8SI, V16SI_FTYPE_V16SI_V16SI, V16SF_FTYPE_V16SF_V16SI,
17215         V8DI_FTYPE_V8DI_V8DI, V8DF_FTYPE_V8DF_V8DI, V4SI_FTYPE_V4SF_V4SF,
17216         V4SF_FTYPE_V4SF_UINT64, V2UDI_FTYPE_V4USI_V4USI, V2DI_FTYPE_V2DF_V2DF,
17217         V2DF_FTYPE_V2DF_UINT64, V4UDI_FTYPE_V8USI_V8USI, QI_FTYPE_V8DI_V8DI,
17218         HI_FTYPE_V16SI_V16SI, HI_FTYPE_HI_INT, V16SF_FTYPE_V16SF_V16SF_V16SF,
17219         V16SF_FTYPE_V16SF_V16SI_V16SF, V16SF_FTYPE_V16SI_V16SF_HI,
17220         V16SF_FTYPE_V16SI_V16SF_V16SF, V16SI_FTYPE_V16SF_V16SI_HI,
17221         V8DI_FTYPE_V8SF_V8DI_QI, V8SF_FTYPE_V8DI_V8SF_QI, V8DI_FTYPE_PV4DI,
17222         V8DF_FTYPE_V8DI_V8DF_QI, V16SI_FTYPE_V16SI_V16SI_V16SI,
17223         V2DI_FTYPE_V2DI_V2DI_V2DI, V8DI_FTYPE_V8DF_V8DI_QI, V8DF_FTYPE_PV4DF,
17224         V8SI_FTYPE_V8SI_V8SI_V8SI, V8DF_FTYPE_V8DF_V8DF_V8DF, UINT_FTYPE_V4SF,
17225         V8DF_FTYPE_V8DF_V8DI_V8DF, V8DF_FTYPE_V8DI_V8DF_V8DF,
17226         V8DF_FTYPE_V8SF_V8DF_QI, V8DI_FTYPE_V8DI_V8DI_V8DI, V16SF_FTYPE_PV4SF,
17227         V8SF_FTYPE_V8DF_V8SF_QI, V8SI_FTYPE_V8DF_V8SI_QI, V16SI_FTYPE_PV4SI,
17228         V2DF_FTYPE_V2DF_V4SF_V2DF_QI, V4SF_FTYPE_V4SF_V2DF_V4SF_QI,
17229         V8DI_FTYPE_V8DI_SI_V8DI_V8DI, QI_FTYPE_V8DF_V8DF_INT_QI,
17230         HI_FTYPE_V16SF_V16SF_INT_HI, V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI,
17231         VOID_FTYPE_PDOUBLE_V2DF_QI, VOID_FTYPE_PFLOAT_V4SF_QI,
17232         V2DF_FTYPE_PCDOUBLE_V2DF_QI, V4SF_FTYPE_PCFLOAT_V4SF_QI.
17233         * config/i386/i386-builtin-types.def
17234         (V16QI_FTYPE_V16SI): Remove.
17235         (V8DF_FTYPE_V8SI): Ditto.
17236         (V8HI_FTYPE_V8DI): Ditto.
17237         (V8SI_FTYPE_V8DI): Ditto.
17238         (V8SF_FTYPE_V8DF): Ditto.
17239         (V8SF_FTYPE_V8DF_V8SF_QI): Ditto.
17240         (V16HI_FTYPE_V16SI): Ditto.
17241         (V16SF_FTYPE_V16HI): Ditto.
17242         (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
17243         (V16SF_FTYPE_V16SI): Ditto.
17244         (V4DI_FTYPE_V4DI): Ditto.
17245         (V16SI_FTYPE_V16SF): Ditto.
17246         (V16SF_FTYPE_FLOAT): Ditto.
17247         (V8DF_FTYPE_DOUBLE): Ditto.
17248         (V8DI_FTYPE_INT64): Ditto.
17249         (V8DI_FTYPE_V4DI): Ditto.
17250         (V16QI_FTYPE_V8DI): Ditto.
17251         (UINT_FTYPE_V4SF): Ditto.
17252         (UINT64_FTYPE_V4SF): Ditto.
17253         (UINT_FTYPE_V2DF): Ditto.
17254         (UINT64_FTYPE_V2DF): Ditto.
17255         (V16SI_FTYPE_V16SI): Ditto.
17256         (V8DI_FTYPE_V8DI): Ditto.
17257         (V16SI_FTYPE_PV4SI): Ditto.
17258         (V16SF_FTYPE_PV4SF): Ditto.
17259         (V8DI_FTYPE_PV2DI): Ditto.
17260         (V8DF_FTYPE_PV2DF): Ditto.
17261         (V4DI_FTYPE_PV2DI): Ditto.
17262         (V4DF_FTYPE_PV2DF): Ditto.
17263         (V16SI_FTYPE_PV2SI): Ditto.
17264         (V16SF_FTYPE_PV2SF): Ditto.
17265         (V8DI_FTYPE_PV4DI): Ditto.
17266         (V8DF_FTYPE_PV4DF): Ditto.
17267         (V8SF_FTYPE_FLOAT): Ditto.
17268         (V4SF_FTYPE_FLOAT): Ditto.
17269         (V4DF_FTYPE_DOUBLE): Ditto.
17270         (V8SF_FTYPE_PV4SF): Ditto.
17271         (V8SI_FTYPE_PV4SI): Ditto.
17272         (V4SI_FTYPE_PV2SI): Ditto.
17273         (V8SF_FTYPE_PV2SF): Ditto.
17274         (V8SI_FTYPE_PV2SI): Ditto.
17275         (V16SF_FTYPE_PV8SF): Ditto.
17276         (V16SI_FTYPE_PV8SI): Ditto.
17277         (V8DI_FTYPE_V8SF): Ditto.
17278         (V4DI_FTYPE_V4SF): Ditto.
17279         (V2DI_FTYPE_V4SF): Ditto.
17280         (V64QI_FTYPE_QI): Ditto.
17281         (V32HI_FTYPE_HI): Ditto.
17282         (V8UHI_FTYPE_V8UHI): Ditto.
17283         (V16UHI_FTYPE_V16UHI): Ditto.
17284         (V32UHI_FTYPE_V32UHI): Ditto.
17285         (V2UDI_FTYPE_V2UDI): Ditto.
17286         (V4UDI_FTYPE_V4UDI): Ditto.
17287         (V8UDI_FTYPE_V8UDI): Ditto.
17288         (V4USI_FTYPE_V4USI): Ditto.
17289         (V8USI_FTYPE_V8USI): Ditto.
17290         (V16USI_FTYPE_V16USI): Ditto.
17291         (V2DF_FTYPE_V2DF_UINT64): Ditto.
17292         (V2DI_FTYPE_V2DF_V2DF): Ditto.
17293         (V2UDI_FTYPE_V4USI_V4USI): Ditto.
17294         (V8DF_FTYPE_V8DF_V8DI): Ditto.
17295         (V4SF_FTYPE_V4SF_UINT64): Ditto.
17296         (V4SI_FTYPE_V4SF_V4SF): Ditto.
17297         (V16SF_FTYPE_V16SF_V16SI): Ditto.
17298         (V64QI_FTYPE_V32HI_V32HI): Ditto.
17299         (V32HI_FTYPE_V16SI_V16SI): Ditto.
17300         (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
17301         (V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI): Ditto.
17302         (V32HI_FTYPE_V64QI_V64QI): Ditto.
17303         (V32HI_FTYPE_V32HI_V32HI): Ditto.
17304         (V16HI_FTYPE_V16HI_V16HI_INT_V16HI_HI): Ditto.
17305         (V16SI_FTYPE_V16SI_V4SI): Ditto.
17306         (V16SI_FTYPE_V16SI_V16SI): Ditto.
17307         (V16SI_FTYPE_V32HI_V32HI): Ditto.
17308         (V16SI_FTYPE_V16SI_SI): Ditto.
17309         (V8DI_FTYPE_V8DI_V8DI): Ditto.
17310         (V4UDI_FTYPE_V8USI_V8USI): Ditto.
17311         (V8DI_FTYPE_V16SI_V16SI): Ditto.
17312         (V8DI_FTYPE_V8DI_V2DI): Ditto.
17313         (QI_FTYPE_QI): Ditto.
17314         (SI_FTYPE_SI): Ditto.
17315         (DI_FTYPE_DI): Ditto.
17316         (QI_FTYPE_QI_QI): Ditto.
17317         (QI_FTYPE_QI_INT): Ditto.
17318         (HI_FTYPE_HI_INT): Ditto.
17319         (SI_FTYPE_SI_INT): Ditto.
17320         (DI_FTYPE_DI_INT): Ditto.
17321         (HI_FTYPE_V16QI_V16QI): Ditto.
17322         (SI_FTYPE_V32QI_V32QI): Ditto.
17323         (DI_FTYPE_V64QI_V64QI): Ditto.
17324         (QI_FTYPE_V8HI_V8HI): Ditto.
17325         (HI_FTYPE_V16HI_V16HI): Ditto.
17326         (SI_FTYPE_V32HI_V32HI): Ditto.
17327         (QI_FTYPE_V4SI_V4SI): Ditto.
17328         (QI_FTYPE_V8SI_V8SI): Ditto.
17329         (QI_FTYPE_V2DI_V2DI): Ditto.
17330         (QI_FTYPE_V4DI_V4DI): Ditto.
17331         (QI_FTYPE_V8DI_V8DI): Ditto.
17332         (HI_FTYPE_V16SI_V16SI): Ditto.
17333         (HI_FTYPE_V16SI_V16SI_INT_HI): Ditto.
17334         (QI_FTYPE_V8DF_V8DF_INT_QI): Ditto.
17335         (HI_FTYPE_V16SF_V16SF_INT_HI): Ditto.
17336         (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
17337         (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
17338         (V8DF_FTYPE_V8DF_V8DF_V8DF): Ditto.
17339         (V16SF_FTYPE_V16SF_V16SF_V16SF): Ditto.
17340         (V8DF_FTYPE_V8SF_V8DF_QI): Ditto.
17341         (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
17342         (V8DF_FTYPE_V8DI_V8DF_V8DF): Ditto.
17343         (V2DF_FTYPE_V2DF_V4SF_V2DF_QI): Ditto.
17344         (V16SF_FTYPE_V16SI_V16SF_HI): Ditto.
17345         (V16SF_FTYPE_V16SI_V16SF_V16SF): Ditto.
17346         (V8SI_FTYPE_V8DF_V8SI_QI): Ditto.
17347         (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
17348         (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
17349         (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
17350         (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
17351         (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
17352         (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
17353         (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
17354         (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
17355         (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
17356         (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
17357         (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
17358         (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
17359         (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
17360         (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
17361         (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
17362         (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
17363         (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
17364         (VOID_FTYPE_PDOUBLE_V2DF_QI): Ditto.
17365         (VOID_FTYPE_PFLOAT_V4SF_QI): Ditto.
17366         (V16SI_FTYPE_V16SF_V16SI_HI): Ditto.
17367         (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
17368         (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
17369         (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
17370         (V2DF_FTYPE_V2DF_V2DF_V2DI): Ditto.
17371         (V4SF_FTYPE_V4SF_V4SF_V4SI): Ditto.
17372         (V2UDI_FTYPE_V2UDI_V2UDI_V2UDI): Ditto.
17373         (V4USI_FTYPE_V4USI_V4USI_V4USI): Ditto.
17374         (V8UHI_FTYPE_V8UHI_V8UHI_V8UHI): Ditto.
17375         (V16UQI_FTYPE_V16UQI_V16UQI_V16UQI): Ditto.
17376         (V4DF_FTYPE_V4DF_V4DF_V4DI): Ditto.
17377         (V8SF_FTYPE_V8SF_V8SF_V8SI): Ditto.
17378         (V8DI_FTYPE_V8DI_V8DI_V8DI): Ditto.
17379         (V16SI_FTYPE_V16SI_V16SI_V16SI): Ditto.
17380         (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
17381         (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
17382         (V8DF_FTYPE_V8DF_V8DI_V8DF): Ditto.
17383         (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
17384         (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
17385         (V16SF_FTYPE_V16SF_V16SI_V16SF): Ditto.
17386         (V8DI_FTYPE_V8DI_SI_V8DI_V8DI): Ditto.
17387         (PVOID_FTYPE_PVOID_PVOID_ULONG): Ditto.
17388         (V4SF_FTYPE_V2DF_V4SF_QI): Convert mask type from signed to unsigned.
17389         (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
17390         (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
17391         (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
17392         (V16SI_FTYPE_V16SI_V16SI_HI): Ditto.
17393         (V8DI_FTYPE_V8DI_V8DI_QI): Ditto.
17394         (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
17395         (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
17396         (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
17397         (V4DF_FTYPE_V8DF_INT_V4DF_QI): Ditto.
17398         (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
17399         (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
17400         (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
17401         (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
17402         (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
17403         (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
17404         (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
17405         (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
17406         (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
17407         (V4SF_FTYPE_V16SF_INT_V4SF_QI): Ditto.
17408         (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
17409         (V8DF_FTYPE_V8DF_V4DF_INT_V8DF_QI): Ditto.
17410         (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI): Ditto.
17411         (V8DF_FTYPE_V8DF_INT_V8DF_QI): Ditto.
17412         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
17413         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
17414         (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI): Ditto.
17415         (V16SF_FTYPE_V16SF_INT_V16SF_HI): Ditto.
17416         (V16SI_FTYPE_V16SI_V4SI_INT_V16SI_HI): Ditto.
17417         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
17418         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT_QI): Ditto.
17419         (V16SF_FTYPE_V16SF_V4SF_INT_V16SF_HI): Ditto.
17420         (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
17421         (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
17422         (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
17423         (V16HI_FTYPE_V16SF_INT_V16HI_HI): Ditto.
17424         (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
17425         (V4SI_FTYPE_V16SI_INT_V4SI_QI): Ditto.
17426         (V16SI_FTYPE_V16SI_V16SI_INT_V16SI_HI): Ditto.
17427         (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
17428         (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
17429         (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
17430         (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
17431         (V16SI_FTYPE_V16SI_V4SI_V16SI_HI): Ditto.
17432         (V16SI_FTYPE_V16SI_INT_V16SI_HI): Ditto.
17433         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_QI): Ditto.
17434         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
17435         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
17436         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
17437         (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
17438         (V8DI_FTYPE_V8DI_V4DI_INT_V8DI_QI): Ditto.
17439         (V4DI_FTYPE_V8DI_INT_V4DI_QI): Ditto.
17440         (V8DI_FTYPE_V8DI_V2DI_V8DI_QI): Ditto.
17441         (V8DI_FTYPE_V8DI_INT_V8DI_QI): Ditto.
17442         (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
17443         (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
17444         (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
17445         (HI_FTYPE_HI): Ditto.
17446         (HI_FTYPE_V16QI): Ditto.
17447         (SI_FTYPE_V32QI): Ditto.
17448         (DI_FTYPE_V64QI): Ditto.
17449         (QI_FTYPE_V8HI): Ditto.
17450         (HI_FTYPE_V16HI): Ditto.
17451         (SI_FTYPE_V32HI): Ditto.
17452         (QI_FTYPE_V4SI): Ditto.
17453         (QI_FTYPE_V8SI): Ditto.
17454         (HI_FTYPE_V16SI): Ditto.
17455         (QI_FTYPE_V2DI): Ditto.
17456         (QI_FTYPE_V4DI): Ditto.
17457         (QI_FTYPE_V8DI): Ditto.
17458         (V16QI_FTYPE_HI): Ditto.
17459         (V32QI_FTYPE_SI): Ditto.
17460         (V64QI_FTYPE_DI): Ditto.
17461         (V8HI_FTYPE_QI): Ditto.
17462         (V16HI_FTYPE_HI): Ditto.
17463         (V32HI_FTYPE_SI): Ditto.
17464         (V4SI_FTYPE_QI): Ditto.
17465         (V4SI_FTYPE_HI): Ditto.
17466         (V8SI_FTYPE_QI): Ditto.
17467         (V8SI_FTYPE_HI): Ditto.
17468         (V2DI_FTYPE_QI): Ditto.
17469         (V4DI_FTYPE_QI): Ditto.
17470         (HI_FTYPE_HI_HI): Ditto.
17471         (SI_FTYPE_SI_SI): Ditto.
17472         (DI_FTYPE_DI_DI): Ditto.
17473         (HI_FTYPE_V16QI_V16QI_HI): Ditto.
17474         (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
17475         (SI_FTYPE_V32QI_V32QI_SI): Ditto.
17476         (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
17477         (DI_FTYPE_V64QI_V64QI_DI): Ditto.
17478         (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
17479         (QI_FTYPE_V8HI_V8HI_QI): Ditto.
17480         (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
17481         (HI_FTYPE_V16HI_V16HI_HI): Ditto.
17482         (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
17483         (SI_FTYPE_V32HI_V32HI_SI): Ditto.
17484         (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
17485         (QI_FTYPE_V4SI_V4SI_QI): Ditto.
17486         (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
17487         (QI_FTYPE_V8SI_V8SI_QI): Ditto.
17488         (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
17489         (QI_FTYPE_V2DI_V2DI_QI): Ditto.
17490         (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
17491         (QI_FTYPE_V4DI_V4DI_QI): Ditto.
17492         (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
17493         (QI_FTYPE_V8DI_V8DI_QI): Ditto.
17494         (HI_FTYPE_V16SI_V16SI_HI): Ditto.
17495         (QI_FTYPE_V8DI_V8DI_INT): Ditto.
17496         (QI_FTYPE_V8DI_V8DI_INT_QI): Ditto.
17497         (HI_FTYPE_V16SI_V16SI_INT): Ditto.
17498         (HI_FTYPE_V16SI_V16SI_INT _HI): Ditto.
17499         (QI_FTYPE_V8DF_V8DF_INT): Ditto.
17500         (QI_FTYPE_V8DF_V8DF_INT_QI_INT): Ditto.
17501         (HI_FTYPE_V16SF_V16SF_INT): Ditto.
17502         (HI_FTYPE_V16SF_V16SF_INT_HI_INT): Ditto.
17503         (QI_FTYPE_V2DF_V2DF_INT): Ditto.
17504         (QI_FTYPE_V2DF_V2DF_INT_QI): Ditto.
17505         (QI_FTYPE_V2DF_V2DF_INT_QI_INT): Ditto.
17506         (QI_FTYPE_V4SF_V4SF_INT): Ditto.
17507         (QI_FTYPE_V4SF_V4SF_INT_QI): Ditto.
17508         (QI_FTYPE_V4SF_V4SF_INT_QI_INT): Ditto.
17509         (V16SI_FTYPE_HI): Ditto.
17510         (V8DI_FTYPE_QI): Ditto.
17511         (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
17512         (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
17513         (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
17514         (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
17515         (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
17516         (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
17517         (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
17518         (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
17519         (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
17520         (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
17521         (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
17522         (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
17523         (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
17524         (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
17525         (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
17526         (V8DF_FTYPE_V8DF_V8DF_QI): Ditto.
17527         (V8DF_FTYPE_V8SI_V8DF_QI): Ditto.
17528         (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
17529         (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
17530         (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
17531         (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
17532         (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
17533         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
17534         (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
17535         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
17536         (V8DI_FTYPE_V8SI_V8DI_QI): Ditto.
17537         (V8DI_FTYPE_V8HI_V8DI_QI): Ditto.
17538         (V8DI_FTYPE_V16QI_V8DI_QI): Ditto.
17539         (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
17540         (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
17541         (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
17542         (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
17543         (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
17544         (V8DI_FTYPE_V8DI_V8DI_V8DI_QI): Ditto.
17545         (V8DF_FTYPE_V8DI_V8DF_V8DF_QI): Ditto.
17546         (V8DF_FTYPE_V8DF_V8DI_V8DF_QI): Ditto.
17547         (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
17548         (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
17549         (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
17550         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI): Ditto.
17551         (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
17552         (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
17553         (V16SI_FTYPE_V16SI_V16SI_V16SI_HI): Ditto.
17554         (V2DF_FTYPE_V2DF_V2DF_V2DF_QI): Ditto.
17555         (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
17556         (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
17557         (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
17558         (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
17559         (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
17560         (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
17561         (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
17562         (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
17563         (V16SF_FTYPE_V16SF_V16SF_HI): Ditto.
17564         (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
17565         (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
17566         (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
17567         (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
17568         (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
17569         (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
17570         (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
17571         (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
17572         (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
17573         (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
17574         (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
17575         (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
17576         (V16SF_FTYPE_V16SF_V16SF_V16SF_HI): Ditto.
17577         (V16SF_FTYPE_V16SI_V16SF_V16SF_HI): Ditto.
17578         (V16SF_FTYPE_V16SF_V16SI_V16SF_HI): Ditto.
17579         (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
17580         (V16SF_FTYPE_V4SF_V16SF_HI): Ditto.
17581         (V8DF_FTYPE_V4DF_V8DF_QI): Ditto.
17582         (V8DF_FTYPE_V2DF_V8DF_QI): Ditto.
17583         (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
17584         (V16SI_FTYPE_V4SI_V16SI_HI): Ditto.
17585         (V16SI_FTYPE_SI_V16SI_HI): Ditto.
17586         (V16SI_FTYPE_V16HI_V16SI_HI): Ditto.
17587         (V16SI_FTYPE_V16QI_V16SI_HI): Ditto.
17588         (V8DI_FTYPE_V4DI_V8DI_QI): Ditto.
17589         (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
17590         (V8DI_FTYPE_V2DI_V8DI_QI): Ditto.
17591         (V8DI_FTYPE_DI_V8DI_QI): Ditto.
17592         (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
17593         (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
17594         (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
17595         (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
17596         (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
17597         (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
17598         (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
17599         (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
17600         (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
17601         (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
17602         (V8SI_FTYPE_SI_V8SI_QI): Ditto.
17603         (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
17604         (V4SI_FTYPE_SI_V4SI_QI): Ditto.
17605         (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
17606         (V4DI_FTYPE_DI_V4DI_QI): Ditto.
17607         (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
17608         (V2DI_FTYPE_DI_V2DI_QI): Ditto.
17609         (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
17610         (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
17611         (V64QI_FTYPE_QI_V64QI_DI): Ditto.
17612         (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
17613         (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
17614         (V32QI_FTYPE_QI_V32QI_SI): Ditto.
17615         (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
17616         (V16QI_FTYPE_QI_V16QI_HI): Ditto.
17617         (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
17618         (V32HI_FTYPE_HI_V32HI_SI): Ditto.
17619         (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
17620         (V16HI_FTYPE_HI_V16HI_HI): Ditto.
17621         (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
17622         (V8HI_FTYPE_HI_V8HI_QI): Ditto.
17623         (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
17624         (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
17625         (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
17626         (V16SF_FTYPE_PCV16SF_V16SF_HI): Ditto.
17627         (V8DF_FTYPE_PCV8DF_V8DF_QI): Ditto.
17628         (V16SI_FTYPE_PCV16SI_V16SI_HI): Ditto.
17629         (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
17630         (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
17631         (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
17632         (V8DI_FTYPE_PCV8DI_V8DI_QI): Ditto.
17633         (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
17634         (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
17635         (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
17636         (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
17637         (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
17638         (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
17639         (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
17640         (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
17641         (V16HI_FTYPE_V16SI_V16HI_HI): Ditto.
17642         (V8SI_FTYPE_V8DI_V8SI_QI): Ditto.
17643         (V8HI_FTYPE_V8DI_V8HI_QI): Ditto.
17644         (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
17645         (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
17646         (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
17647         (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
17648         (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
17649         (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
17650         (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
17651         (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
17652         (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
17653         (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
17654         (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
17655         (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
17656         (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
17657         (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
17658         (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
17659         (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
17660         (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
17661         (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
17662         (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
17663         (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
17664         (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
17665         (VOID_FTYPE_PV8DF_V8DF_QI): Ditto.
17666         (VOID_FTYPE_PV8SI_V8DI_QI): Ditto.
17667         (VOID_FTYPE_PV8HI_V8DI_QI): Ditto.
17668         (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
17669         (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
17670         (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
17671         (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
17672         (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
17673         (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
17674         (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
17675         (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
17676         (VOID_FTYPE_PV16SF_V16SF_HI): Ditto.
17677         (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
17678         (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
17679         (VOID_FTYPE_PV8DI_V8DI_QI): Ditto.
17680         (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
17681         (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
17682         (VOID_FTYPE_PV16SI_V16SI_HI): Ditto.
17683         (VOID_FTYPE_PV16HI_V16SI_HI): Ditto.
17684         (VOID_FTYPE_PV16QI_V16SI_HI): Ditto.
17685         (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
17686         (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
17687         (VOID_FTYPE_PV16QI_V8DI_QI): Ditto.
17688         (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
17689         (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
17690         (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
17691         (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
17692         (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
17693         (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
17694         (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
17695         (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
17696         (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
17697         (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
17698         (V8DI_FTYPE_V8DI_V8DI_V8DI_INT_QI): Ditto.
17699         (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
17700         (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
17701         (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
17702         (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
17703         (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
17704         (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
17705         (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
17706         (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
17707         (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
17708         (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
17709         (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
17710         (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
17711         (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
17712         (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
17713         (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
17714         (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
17715         (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
17716         (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
17717         (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
17718         (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
17719         (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
17720         (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
17721         (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
17722         (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
17723         (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
17724         (V16SI_FTYPE_V16SI_V16SI_V16SI_INT_HI): Ditto.
17725         (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
17726         (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
17727         (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
17728         (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
17729         (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
17730         (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
17731         (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
17732         (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
17733         (QI_FTYPE_V8DF_INT_QI): Ditto.
17734         (QI_FTYPE_V4DF_INT_QI): Ditto.
17735         (QI_FTYPE_V2DF_INT_QI): Ditto.
17736         (HI_FTYPE_V16SF_INT_HI): Ditto.
17737         (QI_FTYPE_V8SF_INT_QI): Ditto.
17738         (QI_FTYPE_V4SF_INT_QI): Ditto.
17739         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI_INT): Ditto.
17741 2015-07-31  Richard Biener  <rguenther@suse.de>
17743         * gimple-fold.c (fold_gimple_assign): Remove folding of
17744         GIMPLE_BINARY_RHS.
17746 2015-07-31  Tom de Vries  <tom@codesourcery.com>
17748         PR tree-optimization/66846
17749         * omp-low.c (expand_omp_taskreg) [ENABLE_CHECKING]: Call
17750         verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP.
17751         (expand_omp_target) [ENABLE_CHECKING]: Same.
17752         (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for
17753         cfun if !LOOPS_NEED_FIXUP.
17754         (expand_omp_for_static_nochunk): Handle simple latch bb.  Handle case
17755         that omp_for already has its own loop struct.
17756         * tree-parloops.c (create_phi_for_local_result)
17757         (create_call_for_reduction): Handle simple latch bb.
17758         (create_parallel_loop): Add simple latch bb to preserve
17759         LOOPS_HAVE_SIMPLE_LATCHES.  Record new exit.  Handle simple latch bb.
17760         (gen_parallel_loop): Remove call to cancel_loop_tree.
17761         (parallelize_loops): Skip loops that are inner loops of parallelized
17762         loops.
17763         (pass_parallelize_loops::execute) [ENABLE_CHECKING]: Call
17764         verify_loop_structure.
17766 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
17768         * config/v850/v850.h (LIBCALL_VALUE): Remove macros.
17769         * config/v850/v850.md (RV_REGNUM): New constants.
17770         * config/v850/v850.c (v850_libcall_value): New functions.
17771         (v850_function_value_regno_p, v850_function_value): Use RV_REGNUM.
17772         (TARGET_LIBCALL_VALUE): Define.
17774 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
17776         * rtl.h (lowpart_subreg): Move in file.
17777         * loop-iv.c (lowpart_subreg): Move to...
17778         * simplify-rtx.c (lowpart_subreg): ...here.
17779           (simplify_binary_operation_1): Use lowpart_subreg instead of
17780           simplify_gen_subreg.
17781         * expr.c (expand_expr_real_2): Ditto.
17782         * emit-rtl.c (gen_lowpart_common): Ditto.
17783         * combine.c (gen_lowpart_for_combine): Ditto.
17784         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr,
17785           expand_debug_source_expr): Ditto.
17787 2015-07-30  Richard Sandiford  <richard.sandiford@arm.com>
17789         * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Delete.
17790         (expand_builtin_atomic_clear): Remove support for atomic_clear
17791         pattern.
17793 2015-07-30  Richard Biener  <rguenther@suse.de>
17795         * gimple-fold.c (fold_gimple_assign): Only fold !tcc_comparison
17796         binaries.  Move X == 0, X == 1, X != 0, and X != 1 canonicalization ...
17797         (fold_stmt_1): ... here and work on GIMPLE directly.  Remove
17798         redundant operand canonicalization.
17800 2015-07-30  David Sherwood  <david.sherwood@arm.com>
17802         * config/aarch64/aarch64-simd.md (aarch64_ext<mode>): Replace call to
17803         GET_MODE_SIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_SIZE (m).
17804         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Likewise.
17805         * config/arm/arm.c (neon_valid_immediate): Likewise.
17806         * config/i386/i386.c (classify_argument, ix86_expand_int_vcond)
17807         (expand_vec_perm_blend, expand_vec_perm_pshufb): Likewise.
17808         (expand_vec_perm_pshufb2, expand_vec_perm_vpshufb2_vpermq): Likewise.
17809         (expand_vec_perm_vpshufb2_vpermq): Likewise.
17810         (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise.
17811         (expand_vec_perm_vpshufb4_vpermq2): Likewise.
17812         * config/i386/sse.md
17813         (<extract_type>_vinsert<shuffletype><extract_suf>_mask): Likewise.
17814         (*ssse3_palignr<mode>_perm): Likewise.
17815         * config/rs6000/rs6000.c (rs6000_complex_function_value): Likewise.
17816         * config/spu/spu.c (arith_immediate_p): Likewise.
17817         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
17818         (simplify_binary_operation_1, simplify_ternary_operation): Likewise.
17820 2015-07-30  Richard Biener  <rguenther@suse.de>
17822         * genmatch.c (decision_tree::gen_gimple): Merge with ...
17823         (decision_tree::gen_generic): ... this into ...
17824         (decision_tree::gen): ... this.
17825         (main): Adjust callers.
17827 2015-07-30  Richard Biener  <rguenther@suse.de>
17829         * genmatch.c (verbose): New global.
17830         (warning_at): Add overload with source_location.
17831         (capture_info::capture_info): Add bool whether generating gimple
17832         or generic.  Add gimple member.
17833         (capture_info::cinfo): Add capture member.
17834         (capture_info::walk_match): Record capture.  Warn on
17835         non-captured leafs.
17836         (capture_info::walk_c_expr): Add more fragments captures cannot
17837         escape through.  Warn on escaped captures.
17838         (dt_simplify::gen_1): Warn on operands we force to have no
17839         side-effects.
17840         (main): Initialize verbose.
17841         * match.pd: Add integer_nonzerop and HONOR_NANS predicates.
17843 2015-07-30  Richard Biener  <rguenther@suse.de>
17845         PR middle-end/67053
17846         * match.pd: Allow both operands to independently have conversion
17847         when simplifying compares of addresses.
17849 2015-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
17851         PR target/66217
17852         PR target/67045
17853         * config/rs6000/rs6000.md (and<mode>3): Put a CONST_INT_P check
17854         around those cases that need one.
17856 2015-07-29  Aditya Kumar  <hiraditya@msn.com>
17858         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
17860 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
17862         * config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
17863         New.  Copied from config/i386/gnu-user.h.
17864         (ASM_COMMENT_START): Likewise.
17865         (DBX_REGISTER_NUMBER): Likewise.
17867 2015-07-29  Richard Biener  <rguenther@suse.de>
17869         * gimple-fold.c (fold_gimple_cond): Remove.
17870         (fold_stmt_1): Do not call it.
17872 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
17874         * config/aarch64/aarch64-builtins.c (aarch64_fp16_type_node): New.
17875         (aarch64_init_builtins): Make aarch64_fp16_type_node, use for __fp16.
17877         * config/aarch64/aarch64-modes.def: Add HFmode.
17879         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
17880         __ARM_FP16_FORMAT_IEEE and __ARM_FP16_ARGS. Set bit 1 of __ARM_FP.
17882         * config/aarch64/aarch64.c (aarch64_init_libfuncs,
17883         aarch64_promoted_type): New.
17885         (aarch64_float_const_representable_p): Disable HFmode.
17886         (aarch64_mangle_type): Mangle half-precision floats to "Dh".
17887         (TARGET_PROMOTED_TYPE): Define to aarch64_promoted_type.
17888         (TARGET_INIT_LIBFUNCS): Define to aarch64_init_libfuncs.
17890         * config/aarch64/aarch64.md (mov<mode>): Include HFmode using GPF_F16.
17891         (movhf_aarch64, extendhfsf2, extendhfdf2, truncsfhf2, truncdfhf2): New.
17893         * config/aarch64/iterators.md (GPF_F16): New.
17895 2015-07-29  Richard Biener  <rguenther@suse.de>
17897         * match.pd: Merge address comparison patterns and make them
17898         handle some more cases.
17900 2015-07-29  Richard Biener  <rguenther@suse.de>
17902         * genmatch.c (c_expr::gen_transform): Error on unknown captures.
17903         (parser::parse_capture): Add bool argument on whether to reject
17904         unknown captures.
17905         (parser::parse_expr): Adjust.
17906         (parser::parse_op): Likewise.
17907         (parser::parse_pattern): Likewise.
17909 2015-07-29  Richard Biener  <rguenther@suse.de>
17911         * gimple-fold.c (has_use_on_stmt): New function.
17912         (replace_stmt_with_simplification): Use it to allow
17913         abnormals originally referenced in the stmt.
17914         (fold_stmt_1): Canonicalize operand order.
17916 2015-07-28  David Sherwood  <david.sherwood@arm.com>
17918         * config/arm/arm.c (neon_element_bits, neon_valid_immediate): Call
17919         GET_MODE_INNER unconditionally.
17920         * config/spu/spu.c (arith_immediate_p): Likewise.
17921         * config/i386/i386.c (ix86_build_signbit_mask): Likewise.
17922         * expmed.c (synth_mult): Remove check for VOIDmode result from
17923         GET_MODE_INNER.
17924         (expand_mult_const): Likewise.
17925         * fold-const.c (fold_binary_loc): Replace call to element_precision
17926         with call to GET_MODE_PRECISION.
17927         * genmodes.c (emit_mode_inner_inline): Replace void_mode->name with
17928         m->name.
17929         (emit_mode_inner): Likewise.
17930         * lto-streamer-out.c (lto_write_mode_table): Update GET_MODE_INNER
17931         result check.
17932         * machmode.h (GET_MODE_UNIT_SIZE): Simplify.
17933         (GET_MODE_UNIT_PRECISION): Likewise.
17934         * rtlanal.c (subreg_get_info): Call GET_MODE_INNER unconditionally.
17935         * simplify-rtx.c (simplify_immed_subreg): Likewise.
17936         * stor-layout.c (bitwise_type_for_mode): Update assert.
17937         (element_precision): Remove.
17939 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17941         * target-insns.def (reload_load_address): New targetm instruction
17942         pattern.
17943         * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface.
17945 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17947         * target-insns.def (atomic_test_and_set): New targetm instruction
17948         pattern.
17949         * optabs.c (maybe_emit_atomic_test_and_set): Use it instead of
17950         HAVE_*/gen_* interface.
17952 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17954         * target-insns.def (can_extend, ptr_extend): New targetm instruction
17955         patterns.
17956         * optabs.c (can_extend_p): Use them instead of HAVE_*/gen_* interface.
17957         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
17958         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
17959         * rtlanal.c (nonzero_bits1): Likewise.
17960         (num_sign_bit_copies1): Likewise.
17962 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17964         * target-insns.def (eh_return): New targetm instruction pattern.
17965         * except.c (expand_eh_return): Use it instead of HAVE_*/gen_*
17966         interface.
17967         * function.c (thread_prologue_and_epilogue_insns): Remove
17968         preprocessor condition.
17970 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17972         * target-insns.def (indirect_jump): New targetm instruction pattern.
17973         * optabs.c (emit_indirect_jump): Use it instead of HAVE_*/gen_*
17974         interface.
17976 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
17978         * config/fr30/fr30.md (indirect_jump): Use pmode_register_operand
17979         instead of nonimmediate_operand.  Remove C condiition.
17981 2015-07-28  Richard Biener  <rguenther@suse.de>
17983         * match.pd: Add more simplification of address comparisons.
17985 2015-07-28  Richard Biener  <rguenther@suse.de>
17987         * match.pd: Re-order two cases in comparison with max/min
17988         value simplification to make it apply for bools.
17990 2015-07-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17992         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p):
17993         Handle simple SIGN_EXTEND or ZERO_EXTEND.
17994         (aarch64_rtx_costs): Properly strip extend or extract before
17995         passing down to rtx costs again.
17997 2015-07-28  Nick Clifton  <nickc@redhat.com>
17999         * config/rl78/rl78.c (rl78_addsi3_internal): New function.
18000         Optimizes the case where -mes0 is active and a constant symbolic
18001         address is used.
18002         * config/rl78/rl78-protos.h: Prototype the new function.
18003         * config/rl78/rl78.md (addsi3_internal_real): Call new function.
18005 2015-07-28  Tom de Vries  <tom@codesourcery.com>
18007         * tree-parloops.c (reduc_stmt_res): New function.
18008         (initialize_reductions, add_field_for_reduction)
18009         (create_phi_for_local_result, create_loads_for_reductions)
18010         (create_stores_for_reduction, build_new_reduction): Handle case that
18011         reduc_stmt is a phi.
18012         (gather_scalar_reductions): Allow double_reduc reductions.
18014 2015-07-28  Richard Biener  <rguenther@suse.de>
18016         * fold-const.c (fold_comparison): Remove equality folding
18017         of decl addresses ...
18018         * match.pd: ... here and merge with existing pattern.
18020 2015-07-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18022         PR tree-optimization/66828
18023         * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
18024         from int64_t to uint64_t.
18026 2015-07-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18028         * opts-common.c (read_cmdline_option): List DriverOnly enum values
18029         as valid only in the error message of the driver, not in the
18030         messages of the language compilers.
18032 2015-07-27  Tom de Vries  <tom@codesourcery.com>
18034         * tree-parloops.c (gather_scalar_reductions): Simplify function
18035         structure.
18037 2015-07-27  Marek Polacek  <polacek@redhat.com>
18039         * ipa-devirt.c (types_same_for_odr): Fix typo.
18041 2015-07-27  Jason Merrill  <jason@redhat.com>
18043         PR debug/66468
18044         * dwarf2out.c (gen_inlined_subroutine_die): Check
18045         cgraph_function_possibly_inlined_p.
18047 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
18049         * config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
18050         Place integer variant first.
18051         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
18053 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
18055         PR/63870
18056         * config/arm/arm-builtins.c (enum arm_builtins):
18057         Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
18058         (ARM_BUILTIN_NEON_BASE): Rename macro to....
18059         (ARM_BUILTIN_NEON_PATTERN_START): ...this.
18060         (arm_init_neon_builtins): Register __builtin_arm_lane_check.
18061         (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
18063 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
18065         PR/63870
18066         * config/arm/arm-builtins.c (enum arm_type_qualifiers):
18067         Add qualifier_lane_index.
18068         (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
18069         (arm_getlane_qualifiers): Use qualifier_lane_index.
18070         (arm_lanemac_qualifiers): Rename to...
18071         (arm_mac_n_qualifiers): ...this.
18072         (LANEMAC_QUALIFIERS): Rename to...
18073         (MAC_N_QUALIFIERS): ...this.
18074         (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
18075         (arm_setlane_qualifiers): Use qualifier_lane_index.
18076         (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
18077         (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
18078         (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
18079         (arm_expand_neon_builtin): Handle qualifier_lane_index.
18081         * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
18082         * config/arm/arm.c (bounds_check): Likewise, improve error message.
18083         (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
18084         * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
18085         vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
18086         vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
18087         vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
18088         (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
18089         qualifiers to TERNOP_IMM.
18090         (vdup_lane): Change qualifiers to GETLANE.
18091         (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
18092         vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
18093         (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
18094         vqdmlsl_n): Change qualifiers to MAC_N.
18096         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
18097         neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
18098         neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
18099         neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
18100         neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
18101         neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
18102         neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
18103         neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
18104         neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
18105         Remove call to neon_lane_bounds.
18107 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
18109         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
18110         Place integer variant first.
18112 2015-07-27  Matthew Wahab  <matthew.wahab@arm.com>
18114         * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
18115         and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
18116         * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
18117         for armv6kz targets.
18118         * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
18119         * config/arm/arm-protos.h (FL_ARCH6KZ): New.
18120         (FL_FOR_ARCH6ZK): Remove.
18121         (FL_FOR_ARCH6KZ): New.
18122         (arm_arch6zk): New declaration.
18123         * config/arm/arm-tables.opt: Regenerate.
18124         * config/arm/arm.c (arm_arch6kz): New.
18125         (arm_option_override): Set arm_arch6kz.
18126         * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
18127         * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
18128         * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
18130 2015-07-27  Marek Polacek  <polacek@redhat.com>
18132         PR c++/66555
18133         PR c/54979
18134         * doc/invoke.texi: Document -Wtautological-compare.
18136 2015-07-27  Richard Biener  <rguenther@suse.de>
18138         * genmatch.c (decision_tree::gen_gimple): Split out large
18139         subtrees into separate functions.
18140         (decision_tree::gen_generic): Likewise.
18142 2015-07-26  Uros Bizjak  <ubizjak@gmail.com>
18144         * config/alpha/alpha.c: Use SUBREG_P predicate.
18145         * config/alpha/predicates.md: Ditto.
18147 2015-07-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18149         * config.host (s390*-*-*): Include driver-native.c only when
18150         building with s390* as host *and* target.
18152 2015-07-25  Oleg Endo  <olegendo@gcc.gnu.org>
18154         PR target/66930
18155         * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
18156         T bit register modified_between_p check.
18158 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
18160         * config/i386/i386.c: Use SUBREG_P predicate.
18161         * config/i386/i386.md: Ditto.
18162         * config/i386/sse.md: Ditto.
18163         * config/i386/predicates.md: Ditto.
18165 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
18167         PR target/67004
18168         * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
18169         predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
18171 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
18173         * Makefile.in: Remove use of TREEBROWSER.
18174         * config.in: Regenerated.
18175         * configure: Regenerated.
18176         * configure.ac: Remove definition of TREEBROWSER.
18177         * tree-browser.c: Removed.
18178         * tree-browser.def: Removed.
18180 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
18182         * graphite-scop-detection.c: Include gimple-pretty-print.h.
18183         (stmt_simple_for_scop_p): Print when a stmt is not handled in
18184         Graphite.
18185         (scopdet_basic_block_info): Print when a loop or bb cannot be
18186         represented in Graphite.
18188 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
18190         PR target/66648
18191         * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
18192         execution guard when min_size is less than size_needed.
18194 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
18196         * doc/install.texi: Document supported versions of ISL.
18198 2015-07-25  Jeff Law  <law@redhat.com>
18200         Revert:
18201         PR lto/66752
18202         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
18203         unable to find X NE 0 in the tables, return X as the simplified
18204         condition.
18205         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
18206         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
18207         to VISISTED_BBS.  */
18208         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
18209         after removing the control flow statement and unnecessary edges.
18211 2015-07-25  David Edelsohn  <dje.gcc@gmail.com>
18213         Revert:
18214         2015-07-23  Alexandre Oliva  <aoliva@redhat.com>
18216         PR rtl-optimization/64164
18217         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
18218         * tree-ssa-copyrename.c: Removed.
18219         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
18220         -ftree-coalesce-vars.
18221         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
18222         * common.opt (ftree-copyrename): Ignore.
18223         (ftree-coalesce-inlined-vars): Likewise.
18224         * doc/invoke.texi: Remove the ignored options above.
18225         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
18226         * tree-ssa-coalesce.h: ... here.
18227         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
18228         headers required by it.
18229         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
18230         across variables when flag_tree_coalesce_vars.  Check register
18231         use and promoted modes to allow coalescing.  Moved to
18232         tree-ssa-coalesce.c.
18233         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
18234         with its member functions to tree-ssa-coalesce.c.
18235         (var_map_base_init): Likewise.  Renamed to
18236         compute_samebase_partition_bases.
18237         (partition_view_normal): Drop want_bases parameter.
18238         (partition_view_bitmap): Likewise.
18239         * tree-ssa-live.h: Adjust declarations.
18240         * tree-ssa-coalesce.c: Include explow.h.
18241         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
18242         default defs at the entry point.
18243         (dump_part_var_map): New.
18244         (compute_optimized_partition_bases): New, called by...
18245         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
18246         of compute_samebase_partition_bases.  Adjust.
18247         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
18248         * cfgexpand.c (leader_merge): New.
18249         (get_rtl_for_parm_ssa_default_def): New.
18250         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
18251         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
18252         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
18253         redundant MEM attr setting.
18254         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
18255         from...
18256         (expand_one_stack_var): ... this.  New wrapper to check and
18257         skip already expanded SSA partitions.
18258         (record_alignment_for_reg_var): New, factored out of...
18259         (expand_one_var): ... this.
18260         (expand_one_ssa_partition): New.
18261         (adjust_one_expanded_partition_var): New.
18262         (expand_one_register_var): Check and skip already expanded SSA
18263         partitions.
18264         (expand_used_vars): Don't create DECLs for anonymous SSA
18265         names.  Expand all SSA partitions, then adjust all SSA names.
18266         (pass::execute): Replace the loops that set
18267         SA.partition_to_pseudo from partition leaders and cleared
18268         DECL_RTL for multi-location variables, and that which used to
18269         rename vars and set attrs, with one that clears DECL_RTL and
18270         checks that PARMs and RESULTs default_defs match DECL_RTL.
18271         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
18272         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
18273         * explow.c (promote_ssa_mode): New.
18274         * explow.h (promote_ssa_mode): Declare.
18275         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
18276         * function.c: Include cfgexpand.h.
18277         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
18278         (use_register_for_parm_decl): Wrapper for the above to
18279         special-case the result_ptr.
18280         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
18281         (split_complex_args): Take assign_parm_data_all argument.
18282         Pass it to rtl_for_parm.  Set up rtl and context for split
18283         args.
18284         (assign_parms_augmented_arg_list): Adjust.
18285         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
18286         multiple locations.  Recognize split complex args.
18287         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
18288         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
18289         (assign_parm_setup_block): Prefer SSA-assigned location.
18290         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
18291         if stack_parm is NULL.
18292         (assign_parm_setup_stack): Prefer SSA-assigned location.
18293         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
18294         rtl before testing for pointer bounds.  Special-case result_ptr.
18295         (expand_function_start): Maybe reset DECL_RTL of result.
18296         Prefer SSA-assigned location for result and static chain.
18297         Factor out DECL_RESULT and SET_DECL_RTL.
18298         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
18299         anonymous SSA names.  Use promote_ssa_mode.
18300         (get_temp_reg): Likewise.
18301         (remove_ssa_form): Adjust.
18302         * stor-layout.c (layout_decl): Don't set mem attributes of
18303         non-MEMs.
18304         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
18305         and get its reg_usage for reg invalidation.
18306         (compute_bb_dataflow): Pass it insn.
18307         (emit_notes_in_bb): Likewise.
18309 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
18311         * config/i386/i386.c (ix86_va_start): Remove
18312         unneeded !TARGET_64BIT check.
18313         (ix86_gimplify_va_arg): Ditto.
18315 2015-07-24  Tom de Vries  <tom@codesourcery.com>
18317         * graphite-sese-to-poly.c (build_poly_scop): Always call
18318         rewrite_commutative_reductions_out_of_ssa.
18320 2015-07-24  Tom de Vries  <tom@codesourcery.com>
18322         * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
18323         flag_associative_math to FLOAT_TYPE_P.  Honour
18324         TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
18326 2015-07-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18328         PR c++/64079
18329         * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
18330         and "%qD" in warning_at instead of "%q+D" in warning.
18332 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
18334         * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
18335         (ix86_function_abi): Cleanup.
18337 2015-07-24  Michael Darling  <darlingm@gmail.com>
18339         PR other/66259
18340         * acinclude.m4: Reflects renaming of configure.in to configure.ac
18341         * configure: Likewise
18342         * configure.ac: Likewise
18343         * doc/install.texi: Likewise
18344         * doc/tm.texi: Likewise
18345         * doc/tm.texi.in: Likewise
18347 2015-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18349         * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
18350         manually swapping values.
18351         * cse.c (fold_rtx): Likewise.
18352         * lra-eliminations.c (form_sum): Likewise.
18354 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
18356         PR target/64003
18357         * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
18358         * config/i386/i386.md (maybe_prefix_bnd): New attribute.
18359         (*jcc_1, *jcc_2, jump, simple_return_internal)
18360         (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
18361         Set length_nobnd attribute instead of length attribute.
18362         (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
18363         (length_nobnd): Remove attribute.
18364         (length): Remove length_nobnd processing.
18366 2015-07-24  Nathan Sidwell  <nathan@codesourcery.com>
18368         * gimplify.c (omp_default_clause): New function.  Reorganize flow
18369         for clarity. Broken out of ...
18370         (omp_notice_variable): ... here.
18372 2015-07-24  Gary Funck  <gary@intrepid.com>
18374         PR middle-end/66984
18375         * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
18376         fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
18378 2015-07-24  Tom de Vries  <tom@codesourcery.com>
18380         * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
18381         exit-first loop transform.
18383 2015-07-24  Cesar Philippidis  <cesar@codesourcery.com>
18385         PR 66714
18386         * tree-cfg.c (struct replace_decls_d): New struct.
18387         (replace_block_vars_by_duplicates_1): New function.
18388         (replace_block_vars_by_duplicates): Use it to replace the decls
18389         in the value exprs by duplicates.
18391 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
18393         * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
18394         -shared, -symbolic, -rdynamic.
18396 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
18398         PR target/65711
18399         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
18400         -dynamic-linker within %{!static %{!shared, and -rdynamic within
18401         %{!static.
18403 2015-07-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
18405         PR ipa/66566
18406         * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
18407         edge summary is available.
18409 2015-07-24  Richard Biener  <rguenther@suse.de>
18411         * genmatch.c (struct dt_node): Add statistic fields.
18412         (dt_node::analyze): New method.
18413         (decision_tree::gen_gimple): Call analyze on the root node
18414         and print statistics to stderr.
18415         (decision_tree::gen_generic): Likewise.
18417 2015-07-24  Richard Biener  <rguenther@suse.de>
18419         * fold-const.c (fold_binary_loc): Move simplifying of comparisons
18420         against the highest or lowest possible integer ...
18421         * match.pd: ... as patterns here.
18423 2015-07-24  Richard Biener  <rguenther@suse.de>
18425         * genmatch.c (struct capture_info): Add same_as field.
18426         (capture_info::capture_info): Initialize same_as.
18427         (capture_info::walk_match): Compute same_as.
18428         (capture_info::walk_result): Compute stuff for the leader.
18429         (capture_info::walk_c_expr): Likewise.
18430         (dt_simplify::gen_1): Only look at leaders when deciding
18431         to force no side-effects or emit side-effects of omitted operands.
18433 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18435         * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
18436         reg note to the GPR -> FPR save instructions.
18438 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18440         * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
18441         cheaper.
18442         (s390_expand_insv): Don't generate risbg pattern for constant zero
18443         sources.
18444         * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
18445         ("*insv<mode>_z10_appendbitsleft"): New pattern definitions.  New
18446         splitters.
18448 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18450         * config/s390/s390.c (s390_reorg): Clean up handling of processors
18451         with
18452         -mtune=
18453         (s390_issue_rate): Likewise.
18454         (s390_sched_reorder): Likewise.
18455         (s390_sched_variable_issue): Likewise.
18456         (s390_loop_unroll_adjust): Likewise.
18457         (s390_option_override):  Likewise.
18459 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18461         * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
18462         processor capabilities with -march=native.
18463         * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
18464         (DRIVER_SELF_SPECS): Likewise.  Join specs for 31 and 64 bit.
18465         (S390_TARGET_BITS_STRING): Macro to simplify specs.
18467 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18469         * config/s390/s390.c (s390_issue_rate): Handle
18470         PROCESSOR_2094_Z9_EC.
18471         (s390_option_override): Likewise.
18472         (s390_adjust_priority): Likewise.
18474 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18476         * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
18477         when cross compiling.
18479 2015-07-24  Richard Biener  <rguenther@suse.de>
18481         * fold-const.c (maybe_canonicalize_comparison_1): Move
18482         A code CST canonicalization ...
18483         * match.pd: ... to a pattern here.
18485 2015-07-24  Jiong Wang  <jiong.wang@arm.com>
18487         Revert:
18488         2015-07-22  Jiong Wang  <jiong.wang@arm.com>
18489         PR target/63521
18490         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
18491         (HONOR_REG_ALLOC_ORDER): Define.
18493 2015-07-24  Richard Biener  <rguenther@suse.de>
18495         * genmatch.c (add_operator): Allow SSA_NAME as predicate.
18496         * fold-const.c (fold_comparison): Move parameter does not
18497         alias &local simplification ...
18498         * match.pd: ... as a pattern here.
18500 2015-07-24  Richard Biener  <rguenther@suse.de>
18502         * gimple-fold.c (replace_stmt_with_simplification): Special-case
18503         valueizing call operands.
18504         * gimple-match-head.c (maybe_push_res_to_seq): Take
18505         number of call arguments from ops array.
18506         (do_valueize): New function.
18507         (gimple_simplify): Return true if valueization changed
18508         any operand even if the result didn't simplify further.
18510 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
18512         PR middle-end/25530
18513         * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
18515 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
18517         PR middle-end/25529
18518         * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
18520 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
18522         * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
18523         instruction.
18525 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
18527         * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
18528         clean up.
18530 2015-07-23  Uros Bizjak  <ubizjak@gmail.com>
18532         * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
18533         from ix86_build_builtin_va_list_abi.  Handle only 64bit non-MS_ABI
18534         targets here.
18535         (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
18536         ms_va_list_type_node initialization.
18538 2015-07-23  Jeff Law  <law@redhat.com>
18540         PR lto/66752
18541         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
18542         unable to find X NE 0 in the tables, return X as the simplified
18543         condition.
18544         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
18545         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
18546         to VISISTED_BBS.  */
18547         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
18548         after removing the control flow statement and unnecessary edges.
18550 2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18552         * tree-pass.h (get_current_pass_name): Removed.
18554 2015-07-23  Alexandre Oliva  <aoliva@redhat.com>
18556         PR rtl-optimization/64164
18557         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
18558         * tree-ssa-copyrename.c: Removed.
18559         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
18560         -ftree-coalesce-vars.
18561         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
18562         * common.opt (ftree-copyrename): Ignore.
18563         (ftree-coalesce-inlined-vars): Likewise.
18564         * doc/invoke.texi: Remove the ignored options above.
18565         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
18566         * tree-ssa-coalesce.h: ... here.
18567         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
18568         headers required by it.
18569         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
18570         across variables when flag_tree_coalesce_vars.  Check register
18571         use and promoted modes to allow coalescing.  Moved to
18572         tree-ssa-coalesce.c.
18573         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
18574         with its member functions to tree-ssa-coalesce.c.
18575         (var_map_base_init): Likewise.  Renamed to
18576         compute_samebase_partition_bases.
18577         (partition_view_normal): Drop want_bases parameter.
18578         (partition_view_bitmap): Likewise.
18579         * tree-ssa-live.h: Adjust declarations.
18580         * tree-ssa-coalesce.c: Include explow.h.
18581         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
18582         default defs at the entry point.
18583         (dump_part_var_map): New.
18584         (compute_optimized_partition_bases): New, called by...
18585         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
18586         of compute_samebase_partition_bases.  Adjust.
18587         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
18588         * cfgexpand.c (leader_merge): New.
18589         (get_rtl_for_parm_ssa_default_def): New.
18590         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
18591         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
18592         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
18593         redundant MEM attr setting.
18594         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
18595         from...
18596         (expand_one_stack_var): ... this.  New wrapper to check and
18597         skip already expanded SSA partitions.
18598         (record_alignment_for_reg_var): New, factored out of...
18599         (expand_one_var): ... this.
18600         (expand_one_ssa_partition): New.
18601         (adjust_one_expanded_partition_var): New.
18602         (expand_one_register_var): Check and skip already expanded SSA
18603         partitions.
18604         (expand_used_vars): Don't create DECLs for anonymous SSA
18605         names.  Expand all SSA partitions, then adjust all SSA names.
18606         (pass::execute): Replace the loops that set
18607         SA.partition_to_pseudo from partition leaders and cleared
18608         DECL_RTL for multi-location variables, and that which used to
18609         rename vars and set attrs, with one that clears DECL_RTL and
18610         checks that PARMs and RESULTs default_defs match DECL_RTL.
18611         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
18612         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
18613         * explow.c (promote_ssa_mode): New.
18614         * explow.h (promote_ssa_mode): Declare.
18615         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
18616         * function.c: Include cfgexpand.h.
18617         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
18618         (use_register_for_parm_decl): Wrapper for the above to
18619         special-case the result_ptr.
18620         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
18621         (split_complex_args): Take assign_parm_data_all argument.
18622         Pass it to rtl_for_parm.  Set up rtl and context for split
18623         args.
18624         (assign_parms_augmented_arg_list): Adjust.
18625         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
18626         multiple locations.  Recognize split complex args.
18627         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
18628         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
18629         (assign_parm_setup_block): Prefer SSA-assigned location.
18630         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
18631         if stack_parm is NULL.
18632         (assign_parm_setup_stack): Prefer SSA-assigned location.
18633         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
18634         rtl before testing for pointer bounds.  Special-case result_ptr.
18635         (expand_function_start): Maybe reset DECL_RTL of result.
18636         Prefer SSA-assigned location for result and static chain.
18637         Factor out DECL_RESULT and SET_DECL_RTL.
18638         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
18639         anonymous SSA names.  Use promote_ssa_mode.
18640         (get_temp_reg): Likewise.
18641         (remove_ssa_form): Adjust.
18642         * stor-layout.c (layout_decl): Don't set mem attributes of
18643         non-MEMs.
18644         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
18645         and get its reg_usage for reg invalidation.
18646         (compute_bb_dataflow): Pass it insn.
18647         (emit_notes_in_bb): Likewise.
18649 2015-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
18651         PR target/66217
18652         * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
18653         prototype.
18654         * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
18655         (rs6000_emit_2insn_and): Handle dot forms.
18656         * config/rs6000/rs6000.md (and<mode>3): Adjust.
18657         (*and<mode>3_2insn): Remove TODO.  Adjust.  Add "type" attr.
18658         (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
18660 2015-07-23  Richard Biener  <rguenther@suse.de>
18662         * generic-match-head.c: Include cgraph.h.
18663         * gimple-match-head.c: Likewise.
18664         * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
18665         SSA names.
18666         * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
18667         * match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
18668         pattern.
18670 2015-07-23  Richard Biener  <rguenther@suse.de>
18672         * gimple-fold.c (fold_gimple_cond): Do not require folding
18673         results to pass valid_gimple_rhs_p.
18674         * tree-cfg.h (fold_cond_expr_cond): Remove.
18675         * tree-cfg.c (fold_cond_expr_cond): Likewise.
18676         (make_edges): Do not call it.
18677         * tree-inline.c (tree_function_versioning): Likewise.
18679 2015-07-23  Tom de Vries  <tom@codesourcery.com>
18681         * tree-parloops.c (gather_scalar_reductions): Add arg to call to
18682         vect_force_simple_reduction.
18683         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
18684         (vect_is_simple_reduction_1): Add and handle
18685         need_wrapping_integral_overflow parameter.
18686         (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
18687         need_wrapping_integral_overflow parameter.
18688         (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
18689         * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
18690         decl.
18692 2015-07-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
18694         PR tree-optimization/66926,66951
18695         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
18696         INNER_LOOP and fix up condition for renaming virtual operands.
18698 2015-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18700         * combine.c (try_combine): Use std::swap instead of manually
18701         swapping.
18703 2015-07-23  Prachi Godbole  <prachi.godbole@imgtec.com>
18705         * config/mips/i6400.md: New file.
18706         * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
18707         (mips64r6): Likewise.
18708         (i6400): Define.
18709         * config/mips/mips-tables.opt: Regenerate.
18710         * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
18711         (mips_issue_rate): Add support for i6400.
18712         (mips_multipass_dfa_lookahead): Likewise.
18713         * config/mips/mips.h (TUNE_I6400): Define.
18714         * config/mips/mips.md: Include i6400.md.
18715         (processor): Add i6400.
18716         * doc/invoke.texi (-march=@var{arch}): Add i6400.
18718 2015-07-23  Richard Biener  <rguenther@suse.de>
18720         PR middle-end/66916
18721         * match.pd: Guard widen and sign-change comparison simplification
18722         with single_use.
18724 2015-07-23  Richard Biener  <rguenther@suse.de>
18726         PR tree-optimization/66945
18727         * tree-ssa-propagate.c (substitute_and_fold_dom_walker
18728         ::before_dom_children): Force the propagators idea of
18729         non-executable edges to materialize, not what the folder
18730         chooses.
18732 2015-07-23  Richard Biener  <rguenther@suse.de>
18734         * gimple.h (gimple_cond_make_false): Use 0 != 0.
18735         (gimple_cond_make_true): Use 1 != 0.
18737 2015-07-22  DJ Delorie  <dj@redhat.com>
18739         * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
18740         slashes.
18742         * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
18743         (ashrhi3): Likewise.
18744         (lshrhi3): Likewise.
18745         (movhi): Take advantage of zero-extend to load small constants.
18746         (movpsi): Likewise.
18747         (and<mode>3): Likewise.
18748         (zero_extendqihi2): Likewise.
18749         (zero_extendqisi2): New.
18750         * config/msp430/constraints.md (N,O): New.
18751         * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
18753 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
18755         PR target/66954
18756         * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
18757         to enum feature_priority and feature_list.
18758         (fold_builtin_cpu): Add F_AES to enum processor_features
18759         and isa_names_table.
18761 2015-07-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
18763         PR driver/66737
18764         * config/i386/linux-common.h (MPX_SPEC): Use linker option
18765         for 64bit target only.
18767 2015-07-22  Bernd Schmidt  <bernds@codesourcery.com>
18769         * config/nvptx/nvptx.c: Expand some comments.
18771 2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
18773         * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
18774         (cortex_a53_advsimd): ...This.
18776 2015-07-22  Richard Biener  <rguenther@suse.de>
18778         * genmatch.c (expr::gen_transform): Clarify error message
18779         and display location.
18781 2015-07-22  Richard Biener  <rguenther@suse.de>
18783         * genmatch.c (struct operand): Add location member.
18784         (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
18785         constructors.
18786         (struct simplify): Remove match_location and result_location
18787         members.
18788         (elsehwere): Adjust.
18790 2015-07-22  Prachi Godbole  <prachi.godbole@imgtec.com>
18792         * config/mips/m5100.md: New file.
18793         * config/mips/mips-cpus.def (m5100, m5101): Define.
18794         * config/mips/mips-tables.opt: Regenerate.
18795         * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
18796         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
18797         -march=m5101 to -mips32r5.
18798         (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
18799         (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
18800         !-msoft-float.
18801         * config/mips/mips.md: Include m5100.md.
18802         (processor): Add m5100.
18803         * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
18805 2015-07-22  Robert Suchanek  <robert.suchanek@imgtec.com>
18807         * config/mips/mips-cpus.def (interaptiv): Define.
18808         * config/mips/mips-tables.opt: Regenerate.
18809         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
18810         -mips32r2.
18811         (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
18812         * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
18814 2015-07-22  Jiong Wang  <jiong.wang@arm.com>
18816         PR target/63521
18817         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
18818         (HONOR_REG_ALLOC_ORDER): Define.
18820 2015-07-22  Richard Biener  <rguenther@suse.de>
18822         PR tree-optimization/66952
18823         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
18824         blocks we end up executing unconditionally reset all SSA
18825         info such as range and alignment.
18826         * tree-ssanames.h (reset_flow_sensitive_info): Declare.
18827         * tree-ssanames.c (reset_flow_sensitive_info): New function.
18829 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
18831         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
18832         typo in attribute.
18834 2015-07-22  Richard Biener  <rguenther@suse.de>
18836         * genmatch.c (parser::parse_result): Properly handle
18837         match with result operands and conditions.
18839 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
18841         PR target/63870
18842         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
18843         Add qualifier_struct_load_store_lane_index.
18844         (aarch64_types_loadstruct_lane_qualifiers): Use
18845         qualifier_struct_load_store_lane_index for lane index argument for
18846         last argument.
18847         (aarch64_types_storestruct_lane_qualifiers): Ditto.
18848         (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18849         (aarch64_simd_expand_args): Add new argument describing mode of
18850         builtin. Check lane bounds for arguments with
18851         SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18852         (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
18853         if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
18854         (aarch64_simd_expand_builtin): Handle arguments with
18855         qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
18856         aarch64_simd_expand_args.
18857         * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
18858         vst[234]_lane with BUILTIN_VALLDIF.
18859         * config/aarch64/aarch64-simd.md:
18860         (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
18861         endianness reversal on lane index.
18862         (aarch64_vec_load_lanesci_lane<mode>): Ditto.
18863         (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
18864         (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
18865         (vec_store_lanesci_lane<mode>): Ditto.
18866         (vec_store_lanesxi_lane<mode>): Ditto.
18867         (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
18868         reversal of lane index.
18869         (aarch64_ld3_lane<mode>): Ditto.
18870         (aarch64_ld4_lane<mode>): Ditto.
18871         (aarch64_st2_lane<mode>): Ditto.
18872         (aarch64_st3_lane<mode>): Ditto.
18873         (aarch64_st4_lane<mode>): Ditto.
18874         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
18875         to qmode. Add new mode parameter. Update uses.
18876         (__LD3_LANE_FUNC): Ditto.
18877         (__LD4_LANE_FUNC): Ditto.
18878         (__ST2_LANE_FUNC): Ditto.
18879         (__ST3_LANE_FUNC): Ditto.
18880         (__ST4_LANE_FUNC): Ditto.
18882 2015-07-22  Jonathan Wakely  <jwakely@redhat.com>
18884         * doc/invoke.texi (Language Independent Options): Rename node to
18885         Diagnostic Message Formatting Options.
18887 2015-07-21  Vladimir Makarov  <vmakarov@redhat.com>
18889         PR ipa/66424.
18890         * lra-remat.c (operand_to_remat): Prevent using insns with input
18891         subregs processed separately by IRA.
18893 2015-07-21  Andrew MacLeod  <amacleod@redhat.com>
18895         * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
18896         straight loops.
18897         (single_imm_use): Check for iterator node.
18898         (num_imm_uses): Likewise.
18899         * tree-ssa-operands.c (has_zero_uses_1): Delete.
18900         (single_imm_use_1): Check for iterator node.
18902 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
18903             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
18905         * configure.ac: Add check for new options in isl-0.15.
18906         * config.in, configure: Rebuilt.
18907         * graphite-blocking.c: Include <isl/constraint.h>
18908         * graphite-interchange.c,  graphite-poly.c: Likewise.
18909         * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
18910         * graphite.c: Likewise.
18911         * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
18912         <isl/union_set.h>.
18913         * graphite-dependences.c: Include <isl/constraint.h>.
18914         (max_number_of_out_dimensions): Returns isl_stat.
18915         (extend_schedule_1): Likewise
18916         (extend_schedule): Corresponding changes.
18917         * graphite-optimize-isl.c: Include <isl/constraint.h> and
18918         <isl/union_set.h>.
18919         (getSingleMap): Change return type of isl_stat.
18920         (optimize_isl): Conditionally use
18921         isl_options_set_schedule_serialize_sccs.
18922         * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
18923         if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
18925 2015-07-21  Georg-Johann Lay  <avr@gjlay.de>
18927         PR target/66956
18928         * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
18929         (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
18931 2015-07-21  Richard Biener  <rguenther@suse.de>
18933         PR tree-optimization/66948
18934         * genmatch.c (capture_info::walk_match): Also recurse to
18935         captures.  Properly compute expr state from captures of
18936         captures.
18937         * match.pd: Add single-use guards to
18938         (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
18940 2015-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18942         * config/nvptx/mkoffload.c (process): Add static destructor call.
18944 2015-07-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18946         PR middle-end/66915
18947         * match.pd (A - B -> A + (-B)): Don't allow folding
18948         when type if a fixed-point type.
18950 2015-07-20  DJ Delorie  <dj@redhat.com>
18952         * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
18953         (iorqi3_real): Likewise for set1.
18955 2015-07-20  Uros Bizjak  <ubizjak@gmail.com>
18957         * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
18958         for !TARGET_64BIT.
18960 2015-07-20  Aditya Kumar  <hiraditya@msn.com>
18962         * graphite-isl-ast-to-gimple.c:
18963         Refactor so that each function can access 'region'. This will help
18964         maintain a parameter rename_map within a region.
18966 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
18968         * config/rs6000/rs6000.md (*lt0_disi): New.
18970 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
18972         PR target/66217
18973         * config/rs6000/constraints.md ("S", "T", "t"): Delete.  Update
18974         "available letters" comment.
18975         * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
18976         mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
18977         and_2rld_operand):  Delete.
18978         (and_operand): Adjust.
18979         (rotate_mask_operator): New.
18980         * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
18981         includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
18982         includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
18983         extract_ME): Delete.
18984         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
18985         rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
18986         rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
18987         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
18988         rs6000_emit_2insn_and): New.
18989         * config/rs6000/rs6000.c (num_insns_constant): Adjust.
18990         (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
18991         includes_rldic_lshift_p, includes_rldicr_lshift_p,
18992         insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
18993         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
18994         rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
18995         s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
18996         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
18997         rs6000_emit_2insn_and): New.
18998         (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
18999         (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
19000         handling.
19001         <NOT>: Don't fall through to next case.
19002         <AND>: Handle the various rotate-and-mask cases directly.
19003         <IOR>: Always cost as one insn.
19004         * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
19005         (and<mode>3): Adjust expander for the new patterns.
19006         (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
19007         and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
19008         (*and<mode>3_imm_dot_shifted): New.
19009         (*and<mode>3_mask): Delete, rewrite as ...
19010         (and<mode>3_mask): ... New.
19011         (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
19012         (andsi3_internal0_nomc): Delete.
19013         (*andsi3_internal6): Delete.
19014         (*and<mode>3_2insn): New.
19015         (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
19016         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
19017         *insvsi_internal6, insvdi_internal, *insvdi_internal2,
19018         *insvdi_internal3): Delete.
19019         (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
19020         *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
19021         *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
19022         *ior<mode>_mask): New.
19023         (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
19024         *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
19025         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
19026         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
19027         Delete.
19028         (ashr<mode>3): Delete expander.
19029         (*ashr<mode>3): Rename to ...
19030         (ashr<mode>3): ... This.
19031         (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
19032         (*rotldi3_internal4, *rotldi3_internal5 and split,
19033         *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
19034         and split, *ashldi3_internal6 and split, *ashldi3_internal7,
19035         ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
19036         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
19037         (splitter for loading a mask): Adjust.
19038         * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
19040 2015-07-20  Marek Polacek  <polacek@redhat.com>
19042         * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
19043         output_add_clobbers, output_added_clobbers_hard_reg_p,
19044         gen_rtx_scratch): Remove declarations.
19046 2015-07-20  Marek Polacek  <polacek@redhat.com>
19048         PR c++/55095
19049         * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
19051 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19053         * simplify-rtx.c (simplify_unary_operation_1, NEG case):
19054         (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
19056 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19058         * combine.c (combine_simplify_rtx): Move simplification step
19059         before various transformations/substitutions.
19061 2015-07-20  Mikhail Maltsev  <maltsevm@gmail.com>
19063         * wide-int.h (struct binary_traits): Fix partial specialization syntax.
19064         (struct int_traits): Likewise.
19066 2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19068         * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
19069         function to vmsdbgout_function_decl.
19071 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
19073         PR target/66922
19074         * config/i386/i386.c (ix86_expand_pextr): Reject extractions
19075         from misaligned positions.
19076         (ix86_expand_pinsr): Reject insertions to misaligned positions.
19078 2015-07-18  Sebastian Pop  <s.pop@samsung.com>
19080         PR middle-end/46851
19081         PR middle-end/60340
19082         * Makefile.in: Removed omega.o.
19083         * common.opt: Document flag fcheck-data-deps as deprecated.
19084         * doc/invoke.texi: Remove documentation for fcheck-data-deps and
19085         its associated params: omega-max-vars, omega-max-geqs,
19086         omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
19087         omega-max-keys, omega-eliminate-redundant-constraints.
19088         * doc/loop.texi: Remove all the section on Omega.
19089         * graphite-blocking.c: Include missing params.h: it used to be
19090         included through tree-data-ref.h and omega.h.
19091         * graphite-isl-ast-to-gimple.c: Same.
19092         * graphite-optimize-isl.c: Same.
19093         * graphite-sese-to-poly.c: Same.
19094         * graphite.c: Same.
19095         * omega.c: Remove.
19096         * omega.h: Remove.
19097         * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
19098         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
19099         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
19100         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
19101         * passes.def: Remove pass_check_data_deps.
19102         * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
19103         (dump_conflict_function): Same.
19104         (dump_subscript): Same.
19105         (print_direction_vector): Same.
19106         (print_dir_vectors): Same.
19107         (print_lambda_vector): Same.
19108         (print_dist_vectors): Same.
19109         (dump_data_dependence_relation): Same.
19110         (dump_data_dependence_relations): Same.
19111         (dump_dist_dir_vectors): Same.
19112         (dump_ddrs): Same.
19113         (init_omega_eq_with_af): Removed.
19114         (omega_extract_distance_vectors): Removed.
19115         (omega_setup_subscript): Removed.
19116         (init_omega_for_ddr_1): Removed.
19117         (init_omega_for_ddr): Removed.
19118         (ddr_consistent_p): Removed.
19119         (compute_affine_dependence): Do not use omega to check data
19120         dependences.
19121         (compute_data_dependences_for_bb): Removed.
19122         (analyze_all_data_dependences): Removed.
19123         (tree_check_data_deps): Removed.
19124         * tree-data-ref.h: Do not include omega.h.
19125         (compute_data_dependences_for_bb): Removed.
19126         (tree_check_data_deps): Removed.
19127         * tree-ssa-loop.c (pass_check_data_deps): Removed.
19128         (make_pass_check_data_deps): Removed.
19129         * tree-ssa-phiopt.c: Include params.h.
19130         * tree-vect-data-refs.c: Same.
19131         * tree-vect-slp.c: Same.
19133 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
19135         * config/i386/i386.md (pushsf splitter): Pass curr_insn to
19136         find_constant_src.  FAIL if find_constant_src returns NULL_RTX.
19137         (mem->fpreg splitters): Ditto.
19138         (general_operand->nonimmediate_operand splitter): Use explicit modes.
19139         Disable DFmode for TARGET_64BIT.
19141 2015-07-17  H.J. Lu  <hongjiu.lu@intel.com>
19143         PR target/66906
19144         * config/i386/i386.c (ix86_expand_prologue): Replicate static
19145         chain on the stack.
19147 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
19149         * config/nvptx/mkoffload.c (process): Constify host data.
19150         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
19151         Constify host data.
19152         (generate_host_descr_file): Likewise.
19154 2015-07-17  Aditya Kumar  <aditya.k7@samsung.com>
19155             Sebastian Pop  <s.pop@samsung.com>
19157         PR middle-end/61929
19158         * graphite-dependences.c (add_pdr_constraints): Renamed
19159         pdr->extent to pdr->subscript_sizes.
19160         * graphite-interchange.c (build_linearized_memory_access): Add
19161         back all gcc_assert's that the "isl_int to isl_val conversion"
19162         patch has removed.  Refactored.
19163         (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
19164         * graphite-poly.c (new_poly_dr): Same.
19165         (free_poly_dr): Same.
19166         * graphite-poly.h (struct poly_dr): Same.
19167         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
19168         all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
19169         * graphite-scop-detection.h: Fix space.
19170         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
19171         back all gcc_assert's removed by a previous patch.
19172         (wrap): Remove the_isl_ctx global variable that the same patch has
19173         added.
19174         (build_loop_iteration_domains): Same.
19175         (add_param_constraints): Same.
19176         (pdr_add_data_dimensions): Same.  Refactored.
19177         (build_poly_dr): Renamed extent to subscript_sizes.
19179 2015-07-17  Marek Polacek  <polacek@redhat.com>
19181         * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
19182         * match.pd: ... here.
19184 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
19186         * config/nvptx/mkoffload.c (process): Constify target data.
19187         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
19188         Constify target data.
19189         (generate_target_offloadend_file): Likewise.
19191 2015-07-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
19193         * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
19194         to allow renaming of PHI arguments on edges incoming from outer
19195         loop header, add corresponding check before start PHI iterator.
19196         (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
19197         variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
19198         with true force_vectorize.  Set-up dominator for outer loop too.
19199         Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
19200         (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
19201         was marked with force_vectorize and has restricted cfg.
19202         (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
19203         inner loop.
19204         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
19205         do peeling for outer loops.
19207 2015-07-17  Yvan Roux  <yvan.roux@linaro.org>
19208             Matthias Klose  <doko@ubuntu.com>
19210         * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
19211         build-sysroot, sysroot from the `Miscenalleous configure options' to
19212         the `Directories' section and strip trailing `/' from with_sysroot.
19213         (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
19214         * configure: Regenerated.
19216 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
19218         PR target/66824
19219         * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
19220         (TARGET_HARD_DF_REGS): Ditto.
19221         (TARGET_HARD_XF_REGS): Ditto.
19222         * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
19223         Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
19224         (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
19225         alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
19226         (*movsf_internal): Add alternatives 16 and 17. Enable
19227         alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
19229 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
19231         PR rtl-optimization/66891
19232         * calls.c (expand_call): Wrap precompute_register_parameters with
19233         NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
19235 2015-07-16  Nathan Sidwell  <nathan@codesourcery.com>
19237         * config/nvptx/mkoffload.c (process): Constify mapping variables.
19238         Define target data struct and initialize it.
19240 2015-07-16  Vladimir Makarov  <vmakarov@redhat.com>
19242         PR rtl-optimization/66626
19243         * ira.h (emit-rtl.h): Include.
19244         (non_spilled_static_chain_regno_p): New.
19245         * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
19246         unless it is non spilled static chain pseudo.
19247         (assign_hard_rego): Spill memory profitable allocno unless it is
19248         non spilled static chain pseudo.
19249         (allocno_spill_priority_compare): Put non spilled static chain
19250         pseudo at the end of sorted array.
19251         (improve_allocation): Do nothing if we have static chain and
19252         non-local goto.
19253         (allocno__priority_compare_func): Put non spilled static chain
19254         pseudo at the beginning of sorted array.
19255         (move_spill_restore): Ignore non spilled static chain pseudo.
19256         * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
19257         to non spilled static chain pseudo.
19258         * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
19259         pseudo at the beginning of sorted array.
19260         (spill_for): Spill non spilled static chain pseudo last.
19261         * lra-constraints.c (lra_constraints): Remove static chain pseudo
19262         check for equivalence.
19264 2015-07-16  Martin Liska  <mliska@suse.cz>
19266         PR ipa/66896.
19267         * ipa-prop.c (update_jump_functions_after_inlining): Create properly
19268         dst_ctx if it does not exist.
19270 2015-07-16  Martin Liska  <mliska@suse.cz>
19272         * hash-set.h (remove): New function.
19273         (iterator): New iteration class for hash_set.
19275 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19277         * genattrtab.c (make_canonical): Add a file_location parameter.
19278         Use fatal_at rather than fatal.
19279         (get_attr_value): Likewise.  Update call to make_canonical.
19280         (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
19281         (make_internal_attr): Update calls accordingly.
19283 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19285         * read-md.h (message_with_line, error_with_line): Delete.
19286         * read-md.c (message_with_line, error_with_line): Delete.
19287         * gensupport.h: Include read-md.h.
19288         (md_rtx_info): New structure.
19289         (read_md_rtx): Use it.  Return a bool success value.
19290         * gensupport.c (read_md_rtx): Likewise.
19291         * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
19292         (main): Update after interface changes.
19293         * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
19294         (main): Update after interface changes.
19295         * genattrtab.c (insn_code_number): Delete.
19296         (optimize_attrs): Add a max_insn_code parameter and use it instead
19297         of insn_code_number.
19298         (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
19299         Use *_at rather than *_with_line functions.
19300         (gen_insn): Likewise.
19301         (gen_delay): Likewise.
19302         (gen_insn_reserv): Likewise.
19303         (gen_bypass): Take an md_rtx_info rather than an rtx.
19304         (main): Update after interface changes.  Use a local max_insn_code
19305         variable instead of insn_code_number.
19306         * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
19307         an rtx.  Use fatal_at rather than fatal.
19308         (gen_query_cpu_unit, gen_bypass, gen_excl_set)
19309         (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
19310         (gen_absence_set, gen_final_absence_set, gen_automaton)
19311         (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
19312         (main): Update after interface changes.
19313         * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
19314         and code number.
19315         (main): Update after interface changes.
19316         * genconditions.c (main): Use new read_md_rtx interface.
19317         * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
19318         (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
19319         (main): Update after interface changes.
19320         * genemit.c (insn_code_number, insn_index_number): Delete.
19321         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19322         Use fatal_at rather than fatal.
19323         (gen_expand): Take an md_rtx_info rather than an rtx.  Use fatal_at
19324         rather than fatal.
19325         (gen_split): Likewise.
19326         (main): Update after interface changes.
19327         * genextract.c (line_no): Delete.
19328         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19329         Update call to walk_rtx.
19330         (VEC_safe_set_locstr): Add an md_rtx_info argument.  Use message_at
19331         rather than message_with_line.
19332         (walk_rtx): Add an md_rtx_info argument.  Update call to
19333         VEC_safe_set_locstr.
19334         (main): Update after interface changes.
19335         * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
19336         and lineno.  Use error_at rather than separate message_with_line
19337         calls and have_error assignments.
19338         (main): Update after interface changes.
19339         * genmddump.c (main): Use new read_md_rtx interface.
19340         * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
19341         (main): Update after interface changes.
19342         * genoutput.c (next_code_number): Delete.
19343         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
19344         (gen_peephole, gen_expand, gen_split): Likewise.
19345         (note_constraint): Likewise.  Use *_at rather than *_with_line
19346         functions.
19347         (main): Update after interface changes.
19348         * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
19349         rtx and lineno.
19350         (main): Update after interface changes.
19351         * genpreds.c (process_define_predicate): Take an md_rtx_info rather
19352         than an rtx and lineno.
19353         (process_define_constraint): Likewise.
19354         (process_define_register_constraint): Likewise.
19355         (main): Update after interface changes.
19356         * genrecog.c (next_insn_code, pattern_lineno): Delete.
19357         (validate_pattern): Replace top-level rtx with an md_rtx_info.
19358         Use *_at rather than *_with_line functions.
19359         (match_pattern_2): Likewise.
19360         (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
19361         (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
19362         Use *_at rather than *_with_line functions.
19363         * gentarget-def.c (add_insn): New function.
19364         (main): Use it.  Use new read_md_rtx interface.
19366 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19368         * gensupport.h (compute_test_codes): Take a file_location rather
19369         than a line number.
19370         * gensupport.c (compute_test_codes): Likewise.  Use *_at functions
19371         rather than *_with_line functions.
19372         (process_define_predicate): Update call to compute_test_codes.
19373         * genpreds.c (validate_exp): Take a file_location rather than a
19374         line number.  Use *_at functions rather than *_with_line functions.
19375         (process_define_predicate): Update call to validate_exp.
19376         (constraint_data): Replace lineno field with a file_location.
19377         (add_constraint): Take a file_location rather than a line number.
19378         Use *_at functions rather than *_with_line functions.  Fix error
19379         message for address constraints.  Update after changes to
19380         validate_exp, constraint_data and compute_test_codes.
19381         (process_define_constraint): Update accordingly.
19382         (process_define_register_constraint): Likewise.
19384 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19386         * genoutput.c (data): Use a file_location to record the source
19387         position.
19388         (nothing): Delete.
19389         (idata, idata_end): Remove initialization.
19390         (constraint_data): Replace lineno with a file_location.
19391         (output_insn_data): Update after changes to data.
19392         (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
19393         (scan_operands): Likewise, using *_at rather than *_with_line
19394         functions.
19395         (process_template): Likewise.
19396         (validate_insn_alternatives): Likewise.
19397         (validate_insn_operands): Likewise.
19398         (validate_optab_operands): Likewise.
19399         (init_insn_for_nothing): Initialize idata and idata_end.
19400         (note_constraint): Update after changes to constraint_data,
19401         using at rather than with_line functions.
19402         (mdep_constraint_len): Take a file_location rather than a
19403         line number.  Use at rather than with_line functions.
19405 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19407         * read-md.h (fatal_at): Declare.
19408         * read-md.c (fatal_at): New function.
19409         * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
19410         to record the source position.
19411         (check_attr_test): Take a file_location instead of a line number.
19412         Use fatal_at instead of fatal.
19413         (check_attr_value): Update after above changes, using "at"
19414         rather than "with_line" reporting functions.
19415         (convert_set_attr_alternative): Likewise.
19416         (gen_attr): Likewise.
19417         (check_defs): Likewise.  Don't assign to read_md_filename.
19418         (gen_insn): Update initialization after above changes.
19419         (gen_delay): Likewise.
19420         (write_insn_cases): Print the filename for a define_peephole.
19421         (gen_insn_reserv): Take a line number as argument and update
19422         the call to check_attr_test.
19423         (main): Pass a line number to gen_insn_reserv.
19425 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19427         * read-md.h (file_location): New structure.
19428         (directive_handler_t): Take a file_location rather than a line number.
19429         (message_at, error_at): Declare.
19430         (read_skip_construct): Delete.
19431         * read-md.c (message_with_line_1): Replace with...
19432         (message_at_1): ...this new function.
19433         (message_at, error_at): New functions.
19434         (message_with_line, error_with_line): Update to use message_at_1.
19435         (handle_enum): Take a file_location rather than a line number
19436         and use error_at for error reporting.
19437         (handle_include): Likewise.
19438         (read_skip_construct): Likewise.  Make static.
19439         (handle_file): Update after above changes.  Pass a file_location
19440         rather than a line number to handle_directive.
19441         * gensupport.c (queue_elem): Replace separate filename and lineno
19442         with a file_location.
19443         (queue_pattern): Replace filename and lineno arguments with a
19444         file_location.  Update after change to queue_elem.
19445         (process_define_predicate): Replace lineno argument with a
19446         file_location and use error_at for error reporting.  Update
19447         after above changes.
19448         (process_rtx): Likewise.
19449         (subst_pattern_match): Likewise.
19450         (get_alternatives_number): Likewise.
19451         (alter_predicate_for_insn): Likewise.
19452         (rtx_handle_directive): Likewise.
19453         (is_predicable): Update after above changes, using error_at rather
19454         than error_with_line.
19455         (has_subst_attribute): Likewise.
19456         (identify_predicable_attribute): Likewise.
19457         (alter_attrs_for_subst_insn): Likewise.
19458         (process_one_cond_exec): Likewise.
19459         (process_substs_on_one_elem): Likewise.
19460         (process_define_subst): Likewise.
19461         (check_define_attr_duplicates): Likewise.
19462         (read_md_rtx): Update after change to queue_elem.
19464 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19466         * genoutput.c (next_index_number): Delete.
19467         (data): Remove index_number.
19468         (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
19469         (main): Remove manipulation of next_index_number.
19471 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
19473         * genattrtab.c (check_attr_value): Remove handling of null attrs.
19474         (make_canonical): Likewise.
19476 2015-07-16  Eric Botcazou  <ebotcazou@adacore.com>
19478         * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
19479         instead of adjust_address_nv.
19480         (restore_stack_nonlocal): Likewise.
19481         (nonlocal_goto): Likewise.
19483 2015-07-16  Tom de Vries  <tom@codesourcery.com>
19485         * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
19486         not have a corresponding loop header phi.
19488 2015-07-16  Tom de Vries  <tom@codesourcery.com>
19490         * tree-parloops.c (create_loads_for_reductions): Handle case that
19491         reduction is unused.
19493 2015-07-16  Richard Biener  <rguenther@suse.de>
19495         PR tree-optimization/66894
19496         * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
19497         about deriving NE_EXPR from truncated values.
19499 2015-07-16  Martin Liska  <mliska@suse.cz>
19501         * alloc-pool.h
19502         (object_allocator): Add new class.
19503         (pool_allocator::initialize): Use the underlying class.
19504         (pool_allocator::allocate): Likewise.
19505         (pool_allocator::remove): Likewise.
19506         (operator new): A new generic allocator.
19507         * asan.c (struct asan_mem_ref): Remove unused members.
19508         (asan_mem_ref_new): Replace new operator with
19509         object_allocator::allocate.
19510         (free_mem_ref_resources): Change deallocation.
19511         * cfg.c (initialize_original_copy_tables): Replace pool_allocator
19512         with object_allocator.
19513         * config/sh/sh.c (add_constant): Replace new operator with
19514         object_allocator::allocate.
19515         (sh_reorg): Change call to a release method.
19516         * cselib.c (struct elt_list): Remove unused members.
19517         (new_elt_list): Replace new operator with
19518         object_allocator::allocate.
19519         (new_elt_loc_list): Likewise.
19520         (new_cselib_val): Likewise.
19521         (unchain_one_elt_list): Change delete operator with remove method.
19522         (unchain_one_elt_loc_list): Likewise.
19523         (unchain_one_value): Likewise.
19524         (cselib_finish): Release newly added static allocators.
19525         * cselib.h (struct cselib_val): Remove unused members.
19526         (struct elt_loc_list): Likewise.
19527         * df-problems.c (df_chain_alloc): Replace pool_allocator with
19528         object_allocator.
19529         * df-scan.c (struct df_scan_problem_data): Likewise.
19530         (df_scan_alloc): Likewise.
19531         * df.h (struct dataflow): Likewise.
19532         * dse.c (struct read_info_type): Likewise.
19533         (struct insn_info_type): Likewise.
19534         (struct dse_bb_info_type): Likewise.
19535         (struct group_info): Likewise.
19536         (struct deferred_change): Likewise.
19537         (get_group_info): Likewise.
19538         (delete_dead_store_insn): Likewise.
19539         (free_read_records): Likewise.
19540         (replace_read): Likewise.
19541         (check_mem_read_rtx): Likewise.
19542         (scan_insn): Likewise.
19543         (dse_step1): Likewise.
19544         (dse_step7): Likewise.
19545         * et-forest.c (struct et_occ): Remove unused members.
19546         (et_new_occ): Use allocate instead of new operator.
19547         (et_new_tree): Likewise.
19548         (et_free_tree): Call release method explicitly.
19549         (et_free_tree_force): Likewise.
19550         (et_free_pools): Likewise.
19551         (et_split): Use remove instead of delete operator.
19552         * et-forest.h (struct et_node): Remove unused members.
19553         * ipa-cp.c: Change pool_allocator to object_allocator.
19554         * ipa-inline-analysis.c: Likewise.
19555         * ipa-profile.c: Likewise.
19556         * ipa-prop.c: Likewise.
19557         * ipa-prop.h: Likewise.
19558         * ira-build.c (initiate_cost_vectors): Cast return value.
19559         (ira_allocate_cost_vector): Likewise.
19560         * ira-color.c (struct update_cost_record): Remove unused members.
19561         * lra-int.h (struct lra_live_range): Likewise.
19562         (struct lra_copy): Likewise.
19563         (struct lra_insn_reg): Likewise.
19564         * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
19565         * lra.c (new_insn_reg): Replace new operator with allocate method.
19566         (free_insn_regs): Same for operator delete.
19567         (finish_insn_regs): Release new static allocator.
19568         (finish_insn_recog_data): Likewise.
19569         (lra_free_copies): Replace delete operator with remove method.
19570         (lra_create_copy): Replace operator new with allocate method.
19571         (invalidate_insn_data_regno_info): Same for remove method.
19572         * regcprop.c (struct queued_debug_insn_change): Remove unused members.
19573         (free_debug_insn_changes): Replace delete operator with remove method.
19574         (replace_oldest_value_reg): Replace operator new with allocate method.
19575         (pass_cprop_hardreg::execute): Release new static variable.
19576         * sched-deps.c (sched_deps_init): Change pool_allocator to
19577         object_allocator.
19578         * sel-sched-ir.c: Likewise.
19579         * sel-sched-ir.h: Likewise.
19580         * stmt.c (expand_case): Likewise.
19581         (expand_sjlj_dispatch_table): Likewise.
19582         * tree-sra.c (struct access): Remove unused members.
19583         (struct assign_link): Likewise.
19584         (sra_deinitialize): Release newly added static pools.
19585         (create_access_1):Replace operator new with allocate method.
19586         (build_accesses_from_assign): Likewise.
19587         (create_artificial_child_access): Likewise.
19588         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
19589         pool_allocator to object_allocator.
19590         * tree-ssa-pre.c: Likewise.
19591         * tree-ssa-reassoc.c: Likewise.
19592         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
19593         * tree-ssa-strlen.c: Likewise.
19594         * tree-ssa-structalias.c: Likewise.
19595         * var-tracking.c (onepart_pool_allocate): New function.
19596         (unshare_variable): Use the newly added function.
19597         (variable_merge_over_cur): Likewise.
19598         (variable_from_dropped): Likewise.
19599         (variable_was_changed): Likewise.
19600         (set_slot_part): Likewise.
19601         (emit_notes_for_differences_1): Likewise.
19602         (vt_finalize): Release newly added static pools.
19604 2015-07-16  Martin Jambor  <mjambor@suse.cz>
19606         * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status.  Adjust
19607         all uses.  Fix two typos in its general comment.
19608         (func_body_info): Rename to ipa_func_body_info.  Adjust all uses.
19610 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
19612         * config/i386/linux-common.h (LINK_MPX): New.
19613         (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
19614         * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
19615         indicating '-z bndplt' support by linker.
19616         * configure: Regenerate.
19617         * config.in: Regenerate.
19619 2015-07-16  Richard Biener  <rguenther@suse.de>
19621         * fold-const.c (fold_widened_comparison): Remove.
19622         (fold_sign_changed_comparison): Likewise.
19623         (fold_comparison): Move widened and sign-changed comparison
19624         simplification ...
19625         * match.pd: ... to patterns here.
19626         * generic-match-head.c: Include target.h.
19627         * gimple-match-head.c: Likewise.
19629 2015-07-16  Richard Biener  <rguenther@suse.de>
19631         * tree-ssa-dom.c (dom_valueize): New function.
19632         (record_temporary_equivalences): Also record equivalences
19633         for dominating stmts that have uses of equivalences we are
19634         about to record.
19636 2015-07-16  Bin Cheng  <bin.cheng@arm.com>
19638         * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
19639         add_autoinc_candidates.
19640         (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
19641         (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
19642         (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
19643         (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
19644         Call new function.
19645         (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
19646         (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
19647         Remove parameter struct iv*.  Call add_autoinc_candidates here.
19648         (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
19649         (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
19650         Call new function.
19651         (find_iv_candidates): Call new functions.
19653 2015-07-16  Sandra Loosemore  <sandra@codesourcery.com>
19655         * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
19656         uninitialized-variable warning.
19658 2015-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
19660         PR target/65249
19661         * config/sh/sh.md (movdi): Split simple reg move to two movsi
19662         when the destination is R0.
19664 2015-07-16  Uros Bizjak  <ubizjak@gmail.com>
19666         PR target/66866
19667         * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
19668         * config/i386/i386.c (ix86_expand_pextr): New function.
19669         (ix86_expand_pinsr): Handle V1TI and TI modes.  Call ix86_expand_pextr
19670         for non-lowpart subregs.
19671         * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
19672         (insv<mode>): Use SWI248 mode iterator.
19673         (insv<mode>_1): Ditto.
19675 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
19676             Sebastian Pop  <s.pop@samsung.com>
19678         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
19679         iterator to use_stmt.
19681 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
19682             Sebastian Pop <s.pop@samsung.com>
19684         * graphite-scop-detection.c (build_scops_1): Discard scops for
19685         which entry==exit.
19687 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
19688             Sebastian Pop <s.pop@samsung.com>
19690         * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
19691         case of a return statement in scop.
19693 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
19694             Sebastian Pop <s.pop@samsung.com>
19696         * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
19697         INTEGER_TYPE parameters.
19698         (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
19699         VECTOR_CST in scan_tree_for_params.
19700         (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
19702 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
19704         * gimple-pretty-print.h: Don't include pretty-print.h.
19705         * tree-streamer.h: Don't include lto-streamer.h.
19706         * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
19707         * gimple-streamer-in.c: Remove redundant includes.
19708         * gimple-streamer-out.c: Likewise.
19709         * ipa-devirt.c: Likewise.
19710         * ipa-icf.c: Likewise.
19711         * ipa-inline-analysis.c: Likewise.
19712         * ipa-polymorphic-call.c: Likewise.
19713         * ipa-profile.c: Likewise.
19714         * ipa-prop.c: Likewise.
19715         * ipa-pure-const.c: Likewise.
19716         * lto-cgraph.c: Likewise.
19717         * lto-streamer-in.c: Likewise.
19718         * lto-streamer-out.c: Likewise.
19719         * lto-streamer.c: Likewise.
19720         * tree-streamer-in.c: Likewise.
19721         * tree-streamer-out.c: Likewise.
19722         * tree-streamer.c: Likewise.
19724 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
19726         * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
19727         include input.h.
19728         * opts.c: Remove multiline #include comment.
19730 2015-07-15  Nathan Sidwell  <nathan@codesourcery.com>
19732         * config/nvptx/mkoffload.c (process): Add C++ protection to
19733         emitted code.
19735 2015-07-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
19737         PR target/66854
19738         * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
19739         null before IEEE 128-bit floating point support patch.
19741 2015-07-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19743         * simplify-rtx.c (simplify_ternary_operation): Add simplification
19744         for (!c) != {0,...,0} ? a : b for vector modes.
19746 2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
19747             Martin Jambor  <mjambor@suse.cz>
19749         * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
19750         struct func_body_info* instead of struct ipa_node_params*, expecting
19751         fbi->info to be filled in.  Replace throughout.  Adjust call to
19752         ipa_load_from_parm_agg.
19753         (set_cond_stmt_execution_predicate): Accept struct func_body_info*
19754         instead of struct ipa_node_params*.  Adjust calls to other functions
19755         so that they pass either fbi or fbi->info.
19756         (set_switch_stmt_execution_predicate): Likewise.
19757         (will_be_nonconstant_predicate): Likewise.
19758         (compute_bb_predicates): Likewise.
19759         (estimate_function_body_sizes): Move asserts earlier.  Fill in
19760         struct func_body_info, replace parms_info with fbi.info.  Adjust
19761         calls to functions that now accept struct func_body_info.
19762         * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
19763         (struct func_body_info): Likewise.
19764         (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
19765         remove static.  Adjust callers.
19766         (ipa_load_from_parm_agg): Remove.
19767         * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
19768         (func_body_info): Likewise.
19769         (ipa_load_from_parm_agg): Adjust prototype.
19771 2015-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19773         * gensupport.c (rtx_handle_directive): Adjust.
19774         * read-rtl.c (apply_iterators): Take vector to add rtxs to
19775         instead of expr list rtx.
19776         (add_define_attr_for_define_subst): Likewise.
19777         (add_define_subst_attr): Likewise.
19778         (read_subst_mapping): Likewise.
19779         (read_rtx): Likewise.
19780         * rtl.h (read_rtx): Adjust.
19782 2015-07-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19784         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
19786 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
19788         PR target/58066
19789         * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
19790         (*tls_local_dynamic_base_64_<mode>): Ditto.
19791         (*tls_local_dynamic_base_64_largepic): Ditto.
19792         (tls_global_dynamic_64_<mode>): Update expander pattern.
19793         (tls_local_dynamic_base_64_<mode>): Ditto.
19795 2015-07-15  Richard Biener  <rguenther@suse.de>
19797         * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
19798         and bool_var == 1 -> bool_var simplifications ...
19799         * match.pd: ... to patterns here.  Factor out negate_expr_p
19800         cases from the A - B -> A + (-B) patterns as negate_expr_p
19801         predicate and add a -(A + B) -> (-B) - A pattern.
19803 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
19805         * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
19807 2015-07-15  Matthew Fortune  <matthew.fortune@imgtec.com>
19808             Robert Suchanek  <robert.suchanek@imgtec.com>
19810         * config/mips/mips.c (mips_int_mask): New enum.
19811         (mips_shadow_set): Likewise.
19812         (int_mask): New variable.
19813         (use_shadow_register_set_p): Change type to enum mips_shadow_set.
19814         (machine_function): Add int_mask and use_shadow_register_set.
19815         (mips_attribute_table): Add attribute handlers for interrupt and
19816         use_shadow_register_set.
19817         (mips_interrupt_mask): New static function.
19818         (mips_handle_interrupt_attr): Likewise.
19819         (mips_handle_use_shadow_register_set_attr): Likewise.
19820         (mips_use_shadow_register_set): Change return type to enum
19821         mips_shadow_set.  Add argument handling for use_shadow_register_set
19822         attribute.
19823         (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
19824         compare with mips_shadow_set enum.
19825         (mips_compute_frame_info): Add interrupt mask and
19826         use_shadow_register_set to per-function information structure.
19827         Add a stack slot for EPC unconditionally.
19828         (mips_expand_prologue): Compare use_shadow_register_set value
19829         with mips_shadow_set enum.  Save EPC always in K1, clobber only K1 for
19830         masked interrupt register but in EIC mode use K0 and save Cause in K0.
19831         EPC saved and restored unconditionally.  Use PMODE_INSN macro when
19832         copying the stack pointer from the shadow register set.
19833         * config/mips/mips.h (SR_IM0): New define.
19834         * config/mips/mips.md (mips_rdpgpr): Rename to...
19835         (mips_rdpgpr_<mode>): ...this.  Use the Pmode iterator.
19836         * doc/extend.texi (Declaring Attributes of Functions): Document
19837         optional arguments for interrupt and use_shadow_register_set
19838         attributes.
19840 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
19842         * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
19843         interrupt attribute.
19844         (mips_expand_prologue): Disable the floating point unit in an ISR.
19845         * config/mips/mips.h (SR_COP1): New define.
19847 2015-07-15  Richard Biener  <rguenther@suse.de>
19849         * genmatch.c (parser::peek, parser::peek_ident): Add argument
19850         to tell how many tokens to peek ahead (default 1).
19851         (parser::eat_token, parser::eat_ident): Return token consumed.
19852         (parser::parse_result): Parse new switch statement.
19853         * match.pd: Use case statements where appropriate.
19855 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
19857         PR rtl-optimization/58066
19858         * calls.c (expand_call): Precompute register parameters before stack
19859         alignment is performed.
19861 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
19863         PR rtl-optimization/66838
19864         * postreload.c (reload_cse_move2add): Also process
19865         CALL_INSN_FUNCTION_USAGE when resetting information of
19866         call-clobbered registers.
19868 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
19869             Cesar Philippidis  <cesar@codesourcery.com>
19870             Chung-Lin Tang  <cltang@codesourcery.com>
19872         * config/nios2/constraints.md (U, v): New constraints.
19873         * config/nios2/predicates.md (rdprs_dcache_operand): New.
19874         (ldstex_memory_operand): New.
19875         * config/nios2/sync.md: New file.
19876         * config/nios2/nios2.md (unspecv): Add new builtin function
19877         UNSPECV codes.
19878         (rdprs, flushd, flushda, wrpie, eni): New patterns.
19879         (top-level): Include sync.md.
19880         * config/nios2/nios2.c (N2_FTYPES): Add function types for
19881         new builtins.
19882         (N2_BUILTINS): Add arch field setting, add new builtins.
19883         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
19884         for arch field.
19885         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
19886         Also handle ldex/stex/ldsex/stsex builtins.
19887         (nios2_expand_rdprs_builtin): New function.
19888         (nios2_expand_cache_builtin): New function.
19889         (nios2_expand_wrpie_builtin): New function.
19890         (nios2_expand_eni_builtin): New function.
19891         (nios2_expand_builtin): Add arch field handling and new builtin
19892         cases.
19893         * doc/extend.texi (Altera Nios II Built-in Functions): Document
19894         new builtins.
19895         * doc/md.texi (Machine Constraints): Document U and v constraints.
19897 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
19898             Cesar Philippidis  <cesar@codesourcery.com>
19899             Chung-Lin Tang  <cltang@codesourcery.com>
19901         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
19902         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
19903         callee_save_reg_size and uses_anonymous_args fields.
19904         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
19905         (nios2_create_cfa_notes): New function.
19906         (nios2_adjust_stack): New function for adjusting stack.
19907         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
19908         Use nios2_adjust_stack.
19909         (nios2_expand_epilogue): Likewise.
19910         (nios2_expand_return): New function.
19911         (nios2_can_use_return_insn): Update for CDX pop.n usage.
19912         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
19913         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
19914         * config/nios2/nios2.md (return): Use nios2_expand_return.
19916 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
19917             Cesar Philippidis  <cesar@codesourcery.com>
19918             Chung-Lin Tang  <cltang@codesourcery.com>
19920         * config/nios2/predicates.md (pop_operation): New.
19921         (ldwm_operation, stwm_operation): New.
19922         (nios2_hard_register_operand): New.
19923         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
19924         (ldstwm_operation_p): Declare.
19925         (gen_ldstwm_peep): Declare.
19926         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
19927         (base_reg_adjustment_p): New.
19928         (pop_operation_p): New.
19929         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
19930         (nios2_ldstwm_regset_p): New.
19931         (ldstwm_operation_p): New.
19932         (gen_ldst): New.
19933         (nios2_ldst_parallel): New.
19934         (struct ldswm_operand): Declare.
19935         (compare_ldstwm_operands): New.
19936         (can_use_cdx_ldstw): New.
19937         (gen_ldstwm_peep): New.
19938         * config/nios2/nios2-ldstwm.sml: New.
19939         * config/nios2/nios2.md: Include ldstwm.md.
19940         * config/nios2/ldstwm.md: Generated.
19942 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
19943             Cesar Philippidis  <cesar@codesourcery.com>
19944             Chung-Lin Tang  <cltang@codesourcery.com>
19946         * config/nios2/nios2.h (LABEL_ALIGN): Define.
19947         (REG_ALLOC_ORDER): Define.
19948         (ADJUST_REG_ALLOC_ORDER): Define.
19949         (HONOR_REG_ALLOC_ORDER): Define.
19950         (CDX_REG_P): Define.
19951         (ANDCLEAR_INT): Define.
19952         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
19953         (nios2_label_align): Declare.
19954         (nios2_cdx_narrow_form_p): Declare.
19955         (nios2_adjust_reg_alloc_order): Declare.
19956         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
19957         operation.
19958         (nios2_large_unspec_reloc_p): New function, split from...
19959         (nios2_legitimate_pic_operand_p): ...here.
19960         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
19961         (nios2_print_operand_punct_valid_p): New.
19962         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
19963         (split_mem_address): New.
19964         (split_alu_insn): New.
19965         (cdxreg): New.
19966         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
19967         (enum nios2_add_insn_kind): New.
19968         (nios2_add_insn_names, nios2_add_insn_narrow): New.
19969         (nios2_add_insn_classify): New.
19970         (nios2_add_insn_asm): New.
19971         (nios2_cdx_narrow_form_p): New.
19972         (label_align, min_labelno, max_labelno): New.
19973         (nios2_reorg): New.
19974         (nios2_label_align): New.
19975         (nios2_adjust_reg_alloc_order): New.
19976         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
19977         (TARGET_MACHINE_DEPENDENT_REORG): Define.
19978         * config/nios2/constraints.md (P): New constraint.
19979         * config/nios2/predicates.md (const_and_operand): New.
19980         (and_operand): New.
19981         (stack_memory_operand): New.
19982         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
19983         (length): Update to use nios2_cdx_narrow_form_p().
19984         (type): Add new insn type values.
19985         (control, alu, st, ld, shift): Update insn reservations with
19986         new insn type values.
19987         (*high, *lo_sum): Define new insn patterns for constant generation.
19988         (movqi_internal, movhi_internal, movsi_internal): Reduce
19989         alternatives, update asm template to handle CDX variants, update
19990         type attributes.
19991         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
19992         template, update type attributes.
19993         (extendhisi2, extendqi<mode>2): Likewise.
19994         (addsi3): Change to use function for asm string.
19995         (subsi3): Add CDX notation to asm template, update type attributes.
19996         (negsi3, one_cmplsi3): Likewise.
19997         (andsi3): New pattern, specialized from logical patterns.
19998         (<code>si3): Remove and case, combine alternatives, update asm
19999         template.
20000         (<shift_op>si3): Add CDX notation, update type attributes.
20001         (rotrsi3): Update type attribute.
20002         (*merge, extzv, insv): New insn patterns.
20003         (return): Change to define_expand.
20004         (simple_return): Add CDX notation, update type attributes.
20005         (indirect_jump): Add CDX notation.
20006         (jump): Update asm cases, update length attribute expression.
20007         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
20008         (nios2_cbranch): Update asm cases and length attribute expression
20009         to handle CDX variants.
20010         (nios2_cmp<code>): Update asm template.
20011         (nop): Add CDX notation, update type attributes.
20012         (trap): Add CDX notation.
20013         (ctrapsi4): Update asm cases and length attribute expression to
20014         handle CDX variant.
20015         * doc/md.texi (Machine Constraints): Document P constraint.
20017 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20018             Cesar Philippidis  <cesar@codesourcery.com>
20019             Chung-Lin Tang  <cltang@codesourcery.com>
20021         * config/nios2/nios2.h (SMALL_INT12): New macro.
20022         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
20023         (nios2_valid_addr_expr_p): Use it.
20024         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
20025         with implicit "io" instructions on R2.
20026         * config/nios2/constraints.md (w): New constraint.
20027         * config/nios2/predicates.md (ldstio_memory_operand): New.
20028         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
20029         operand predicate and constraint.
20030         (ld<bh>io_signed, st<bhw>io>): Likewise.
20031         * doc/md.texi (Machine Constraints): Document w constraint.
20033 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20034             Cesar Philippidis  <cesar@codesourcery.com>
20035             Chung-Lin Tang  <cltang@codesourcery.com>
20037         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
20038         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
20039         Nios II architecture level.
20040         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
20041         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
20042         (OPTION_DEFAULT_SPECS): Define.
20043         (ASM_SPEC): Add -march= spec strings.
20044         * config/nios2/nios2.c (nios2_option_override): Check for
20045         conflicts involving new options.
20046         * config.gcc (nios2*-*-*): Support --with-arch=.
20047         * doc/invoke.texi (Option Summary, Nios II Options): Document
20048         -march=, -mbmx, and -mcdx.
20050 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
20052         PR rtl-optimization/66626
20053         * lra-constraints.c (lra_constraints): Prevent equivalence
20054         substitution for static chain pseudo in functions with nonlocal
20055         goto.
20057 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20059         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
20060         (nios2_emit_stack_limit_check): Add size parameter.  Handle
20061         -fstack-limit-symbol as well as -fstack-limit-register.
20062         (nios2_expand_prologue): Emit only a single stack limit check,
20063         even if multiple stack adjustments are required.
20064         (nios2_option_override): Diagnose unsupported combination of -fpic
20065         and -stack-limit-symbol.
20067 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
20069         * Makefile.in (top_srcdir): New.
20070         * configure.ac: Use AM_ZLIB.
20071         * configure: Regeneated.
20073 2015-07-14  Matthias Klose  <doko@ubuntu.com>
20075         PR target/66840
20076         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
20078 2015-07-14  Richard Biener  <rguenther@suse.de>
20080         PR tree-optimization/66863
20081         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
20082         what we record for conversion use stmt lhs inequalities.
20084 2015-07-14  Richard Biener  <rguenther@suse.de>
20086         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
20087         (decision_tree::gen_gimple): Likewise.
20089 2015-07-14  Tom de Vries  <tom@codesourcery.com>
20091         * gcc.c (greater_than_spec_func): Declare forward.
20092         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
20093         -ftree-parallelize-loops={0,1}.
20094         (static_spec_functions): Add greater_than_spec_func function with name
20095         "gt".
20096         (greater_than_spec_func): New function.
20098 2015-07-14  Richard Biener  <rguenther@suse.de>
20100         * tree-ssa-dom.c (record_temporary_equivalences): Merge
20101         wideing type conversion case from record_equivalences_from_incoming_edge
20102         and use record_equality to record equivalences.
20103         (record_equivalences_from_incoming_edge): Call
20104         record_temporary_equivalences.
20106 2015-07-14  Richard Biener  <rguenther@suse.de>
20108         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
20109         (struct if_expr): New.
20110         (struct with_expr): Likewise.
20111         (is_a_helper): Add helpers for if_expr and with_expr.
20112         (struct simplify): Add simplify_kind enum and member.  Remove
20113         ifexpr_vec member.
20114         (simplify::simplify): Adjust.
20115         (lower_commutative): Adjust.
20116         (lower_opt_convert): Likewise.
20117         (lower_cond): Likewise.
20118         (replace_id): Handle with_expr and if_expr.
20119         (lower_for): Adjust.
20120         (dt_simplify::gen_1): New recursive worker, split out from ...
20121         (dt_simplify::gen): ... here.  Deal with if and with expansion
20122         recursively.
20123         (capture_info::capture_info): Take context argument
20124         (capture_info::walk_result): Only analyze specific result.
20125         (parser::parse_result): New function.
20126         (parser::parse_simplify): Adjust to parse ifs with then end
20127         else case.
20128         (parser::parse_if): Simplify.
20129         (parser::parse_pattern): Pass down simplify kind.
20130         * match.pd: Convert if structure to new syntax.
20132 2015-07-13  Marek Polacek  <polacek@redhat.com>
20134         * rtl.c (rtx_equal_p_cb): Fix typo.
20136 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
20138         * omega.h: Don't include config.h, don't include params.h again if
20139         omega.h has already been included.
20140         * graphite-poly.h: Include sese.h.
20141         * graphite.c: Don't include sese.h, remove needless includes and
20142         minimize includes outside #ifdef HAVE_isl block.
20143         * graphite-blocking.c: Don't include sese.h, remove needless includes,
20144         and wrap entire file in #ifdef HAVE_isl
20145         * graphite-dependences.c: Likewise.
20146         * graphite-interchange.c: Likewise.
20147         * graphite-isl-ast-to-gimple.c: Likewise.
20148         * graphite-optimize-isl.c: Likewise.
20149         * graphite-poly.c: Likewise.
20150         * graphite-scop-detection.c: Likewise.
20151         * graphite-sese-to-poly.c: Likewise.
20153 2015-07-13  Tom de Vries  <tom@codesourcery.com>
20155         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
20157 2015-07-13  Renlin Li  <renlin.li@arm.com>
20159         PR rtl/66556
20160         * simplify-rtx.c (simplify_const_relational_operation): Add
20161         side_effects_p checks.
20163 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
20165         * bitmap.h: Fix double word typos.
20166         * builtins.c: Same.
20167         * calls.c: Same.
20168         * cfgloopmanip.c: Same.
20169         * cgraph.c: Same.
20170         * cgraph.h: Same.
20171         * cgraphclones.c: Same.
20172         * combine.c: Same.
20173         * config/aarch64/aarch64-protos.h: Same.
20174         * config/aarch64/aarch64.c: Same.
20175         * config/aarch64/aarch64.md: Same.
20176         * config/arm/arm.md: Same.
20177         * config/arm/arm1020e.md: Same.
20178         * config/arm/arm1026ejs.md: Same.
20179         * config/arm/arm926ejs.md: Same.
20180         * config/arm/fa526.md: Same.
20181         * config/arm/fa606te.md: Same.
20182         * config/arm/fa626te.md: Same.
20183         * config/arm/fa726te.md: Same.
20184         * config/arm/fmp626.md: Same.
20185         * config/darwin.c: Same.
20186         * config/epiphany/epiphany.c: Same.
20187         * config/frv/frv.c: Same.
20188         * config/ft32/ft32.c: Same.
20189         * config/gnu-user.h: Same.
20190         * config/h8300/constraints.md: Same.
20191         * config/i386/i386.c: Same.
20192         * config/i386/i386.md: Same.
20193         * config/iq2000/iq2000.md: Same.
20194         * config/mips/mips.c: Same.
20195         * config/mmix/mmix.md: Same.
20196         * config/moxie/moxie.c: Same.
20197         * config/nds32/nds32.md: Same.
20198         * config/pa/pa.h: Same.
20199         * config/rs6000/aix.h: Same.
20200         * config/rs6000/rs6000.h: Same.
20201         * config/sh/sh.c: Same.
20202         * config/tilegx/tilegx.md: Same.
20203         * config/tilepro/gen-mul-tables.cc: Same.
20204         * cse.c: Same.
20205         * dbxout.c: Same.
20206         * doc/invoke.texi: Same.
20207         * dse.c: Same.
20208         * dwarf2out.c: Same.
20209         * final.c: Same.
20210         * gcc.c: Same.
20211         * genmatch.c: Same.
20212         * gimplify.c: Same.
20213         * hash-table.h: Same.
20214         * internal-fn.c: Same.
20215         * ipa-cp.c: Same.
20216         * ipa-devirt.c: Same.
20217         * ipa-icf.c: Same.
20218         * ipa-icf.h: Same.
20219         * ipa-profile.c: Same.
20220         * ipa-prop.c: Same.
20221         * ipa-prop.h: Same.
20222         * ira.c: Same.
20223         * omp-low.c: Same.
20224         * reg-stack.c: Same.
20225         * regcprop.c: Same.
20226         * reorg.c: Same.
20227         * rtl.h: Same.
20228         * sbitmap.h: Same.
20229         * tree-eh.c: Same.
20230         * tree-inline.c: Same.
20231         * tree-sra.c: Same.
20232         * tree-ssa-dom.c: Same.
20233         * tree-ssa-loop-ivopts.c: Same.
20234         * tree-ssa-structalias.c: Same.
20235         * tree-ssa-tail-merge.c: Same.
20236         * tree-ssa-ter.c: Same.
20237         * tree-ssa-threadupdate.c: Same.
20238         * tree-ssa-uninit.c: Same.
20239         * tree-ssanames.c: Same.
20240         * tree-vect-loop-manip.c: Same.
20241         * tree-vrp.c: Same.
20242         * tree.c: Same.
20243         * valtrack.c: Same.
20244         * vec.h: Same.
20246 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
20248         PR middle-end/66726
20249         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
20250         tree_ssa_phiopt_worker): Call it.
20252 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
20254         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
20255         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
20256         REG_EQUAL note.
20258 2015-07-11  Marek Polacek  <polacek@redhat.com>
20260         PR middle-end/66353
20261         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
20262         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
20263         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
20264         rather than bb_has_abnormal_call_pred.
20265         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
20266         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
20267         rather than bb_has_abnormal_call_pred.
20269 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
20271         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
20272         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
20273         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
20274         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
20275         v850_legitimate_address_p): New functions.
20276         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
20278 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
20280         PR target/66819
20281         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
20282         indirect sibcall with register arguments if register available
20283         for argument passing.
20284         (init_cumulative_args): Set cfun->machine->arg_reg_available
20285         to (cum->nregs > 0) or to true if function has a variable
20286         argument list.
20287         (function_arg_advance_32): Set cfun->machine->arg_reg_available
20288         to false if cum->nregs <= 0.
20289         * config/i386/i386.h (machine_function): Add arg_reg_available.
20291 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
20293         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
20294         and gen_higpart instead of gen_rtx_SUBREG.
20295         * config/i386/i386.md
20296         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
20297         (read-modify peephole2): Use gen_lowpart instead of
20298         gen_rtx_SUBREG for operand 5.
20300 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
20302         * config/tilepro/gen-mul-tables.cc (main): Change include list for
20303         generated files.
20304         * config/tilepro/mul-tables.c: Regenerate.
20305         * config/tilegx/mul-tables.c: Regenerate.
20307 2015-07-10  Richard Biener  <rguenther@suse.de>
20309         * fold-const.c (distribute_bit_expr): Remove.
20310         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
20311         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
20312         to A & (B | C) and simplifying A << C1 << C2 to ...
20313         * match.pd: ... patterns here.
20315 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
20317         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
20318         Mark mem as READONLY and NOTRAP for PIC symbol.
20320 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
20322         * gimple-predict.h: New file.
20323         (gimple_predict_predictor, gimple_predict_set_predictor,
20324         gimple_predict_outcome, gimple_predict_set_outcome,
20325         gimple_build_predict): Relocate here.
20326         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
20327         gimple_predict_outcome, gimple_predict_set_outcome): Move to
20328         gimple-predict.h.
20329         * gimple.c (gimple_build_predict): Move to gimple-predict.h
20330         * basic-block.h: Don't include cfghooks.h.
20331         * backend.h: Don't include predict.h.
20332         * cfghooks.h: Include predict.h.
20333         * gimple-pretty-print.c: Include gimple-predict.h.
20334         * gimplify.c: Likwise.
20335         * predict.c: Adjust includes.
20336         * tree-inline.c: Likewise.
20337         * asan.c: Likewise.
20338         * auto-inc-dec.c: Likewise.
20339         * auto-profile.c: Likewise.
20340         * bb-reorder.c: Likewise.
20341         * builtins.c: Likewise.
20342         * caller-save.c: Likewise.
20343         * calls.c: Likewise.
20344         * cfganal.c: Likewise.
20345         * cfgbuild.c: Likewise.
20346         * cfg.c: Likewise.
20347         * cfgcleanup.c: Likewise.
20348         * cfgexpand.c: Likewise.
20349         * cfghooks.c: Likewise.
20350         * cfgloopanal.c: Likewise.
20351         * cfgloop.c: Likewise.
20352         * cfgloopmanip.c: Likewise.
20353         * cfgrtl.c: Likewise.
20354         * cgraph.c: Likewise.
20355         * cgraphunit.c: Likewise.
20356         * combine.c: Likewise.
20357         * cprop.c: Likewise.
20358         * cse.c: Likewise.
20359         * dce.c: Likewise.
20360         * dojump.c: Likewise.
20361         * dse.c: Likewise.
20362         * except.c: Likewise.
20363         * expmed.c: Likewise.
20364         * expr.c: Likewise.
20365         * final.c: Likewise.
20366         * fold-const.c: Likewise.
20367         * function.c: Likewise.
20368         * fwprop.c: Likewise.
20369         * gcc-plugin.h: Likewise.
20370         * gcse.c: Likewise.
20371         * genattrtab.c: Likewise.
20372         * genemit.c: Likewise.
20373         * gengtype.c: Likewise.
20374         * genopinit.c: Likewise.
20375         * genoutput.c: Likewise.
20376         * genpreds.c: Likewise.
20377         * genrecog.c: Likewise.
20378         * gimple-fold.c: Likewise.
20379         * gimple-iterator.c: Likewise.
20380         * gimple-ssa-isolate-paths.c: Likewise.
20381         * gimple-ssa-strength-reduction.c: Likewise.
20382         * graph.c: Likewise.
20383         * graphite-blocking.c: Likewise.
20384         * graphite.c: Likewise.
20385         * graphite-dependences.c: Likewise.
20386         * graphite-interchange.c: Likewise.
20387         * graphite-isl-ast-to-gimple.c: Likewise.
20388         * graphite-optimize-isl.c: Likewise.
20389         * graphite-poly.c: Likewise.
20390         * graphite-scop-detection.c: Likewise.
20391         * graphite-sese-to-poly.c: Likewise.
20392         * haifa-sched.c: Likewise.
20393         * ifcvt.c: Likewise.
20394         * internal-fn.c: Likewise.
20395         * ipa-cp.c: Likewise.
20396         * ipa-profile.c: Likewise.
20397         * ipa-split.c: Likewise.
20398         * ipa-utils.c: Likewise.
20399         * ira-build.c: Likewise.
20400         * ira-color.c: Likewise.
20401         * ira-conflicts.c: Likewise.
20402         * ira-costs.c: Likewise.
20403         * ira-emit.c: Likewise.
20404         * ira-lives.c: Likewise.
20405         * jump.c: Likewise.
20406         * loop-doloop.c: Likewise.
20407         * loop-init.c: Likewise.
20408         * loop-invariant.c: Likewise.
20409         * loop-unroll.c: Likewise.
20410         * lower-subreg.c: Likewise.
20411         * lra-assigns.c: Likewise.
20412         * lra.c: Likewise.
20413         * lra-coalesce.c: Likewise.
20414         * lra-constraints.c: Likewise.
20415         * lra-lives.c: Likewise.
20416         * lto-cgraph.c: Likewise.
20417         * lto-streamer-in.c: Likewise.
20418         * mode-switching.c: Likewise.
20419         * modulo-sched.c: Likewise.
20420         * omp-low.c: Likewise.
20421         * optabs.c: Likewise.
20422         * passes.c: Likewise.
20423         * postreload.c: Likewise.
20424         * postreload-gcse.c: Likewise.
20425         * profile.c: Likewise.
20426         * recog.c: Likewise.
20427         * regstat.c: Likewise.
20428         * reload1.c: Likewise.
20429         * reorg.c: Likewise.
20430         * rtlanal.c: Likewise.
20431         * sched-ebb.c: Likewise.
20432         * sel-sched-ir.c: Likewise.
20433         * sese.c: Likewise.
20434         * shrink-wrap.c: Likewise.
20435         * simplify-rtx.c: Likewise.
20436         * stmt.c: Likewise.
20437         * store-motion.c: Likewise.
20438         * tracer.c: Likewise.
20439         * trans-mem.c: Likewise.
20440         * tree-call-cdce.c: Likewise.
20441         * tree-cfg.c: Likewise.
20442         * tree-cfgcleanup.c: Likewise.
20443         * tree-chkp.c: Likewise.
20444         * tree-complex.c: Likewise.
20445         * tree-eh.c: Likewise.
20446         * tree-if-conv.c: Likewise.
20447         * tree-loop-distribution.c: Likewise.
20448         * tree-outof-ssa.c: Likewise.
20449         * tree-parloops.c: Likewise.
20450         * tree-predcom.c: Likewise.
20451         * tree-pretty-print.c: Likewise.
20452         * tree-profile.c: Likewise.
20453         * tree-sra.c: Likewise.
20454         * tree-ssa.c: Likewise.
20455         * tree-ssa-coalesce.c: Likewise.
20456         * tree-ssa-dce.c: Likewise.
20457         * tree-ssa-dom.c: Likewise.
20458         * tree-ssa-forwprop.c: Likewise.
20459         * tree-ssa-ifcombine.c: Likewise.
20460         * tree-ssa-loop-ch.c: Likewise.
20461         * tree-ssa-loop-im.c: Likewise.
20462         * tree-ssa-loop-ivcanon.c: Likewise.
20463         * tree-ssa-loop-ivopts.c: Likewise.
20464         * tree-ssa-loop-manip.c: Likewise.
20465         * tree-ssa-loop-prefetch.c: Likewise.
20466         * tree-ssa-loop-unswitch.c: Likewise.
20467         * tree-ssa-math-opts.c: Likewise.
20468         * tree-ssa-phiopt.c: Likewise.
20469         * tree-ssa-pre.c: Likewise.
20470         * tree-ssa-reassoc.c: Likewise.
20471         * tree-ssa-sink.c: Likewise.
20472         * tree-ssa-tail-merge.c: Likewise.
20473         * tree-ssa-threadedge.c: Likewise.
20474         * tree-ssa-threadupdate.c: Likewise.
20475         * tree-switch-conversion.c: Likewise.
20476         * tree-tailcall.c: Likewise.
20477         * tree-vect-data-refs.c: Likewise.
20478         * tree-vect-loop.c: Likewise.
20479         * tree-vect-loop-manip.c: Likewise.
20480         * tree-vectorizer.c: Likewise.
20481         * tree-vrp.c: Likewise.
20482         * ubsan.c: Likewise.
20483         * value-prof.c: Likewise.
20484         * varasm.c: Likewise.
20485         * var-tracking.c: Likewise.
20486         * config/aarch64/aarch64-builtins.c: Likewise.
20487         * config/aarch64/aarch64.c: Likewise.
20488         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
20489         * config/alpha/alpha.c: Likewise.
20490         * config/arc/arc.c: Likewise.
20491         * config/arm/arm.c: Likewise.
20492         * config/avr/avr.c: Likewise.
20493         * config/bfin/bfin.c: Likewise.
20494         * config/c6x/c6x.c: Likewise.
20495         * config/cr16/cr16.c: Likewise.
20496         * config/cris/cris.c: Likewise.
20497         * config/darwin.c: Likewise.
20498         * config/darwin-c.c: Likewise.
20499         * config/epiphany/epiphany.c: Likewise.
20500         * config/epiphany/mode-switch-use.c: Likewise.
20501         * config/epiphany/resolve-sw-modes.c: Likewise.
20502         * config/fr30/fr30.c: Likewise.
20503         * config/frv/frv.c: Likewise.
20504         * config/ft32/ft32.c: Likewise.
20505         * config/h8300/h8300.c: Likewise.
20506         * config/i386/i386.c: Likewise.
20507         * config/i386/winnt.c: Likewise.
20508         * config/ia64/ia64.c: Likewise.
20509         * config/iq2000/iq2000.c: Likewise.
20510         * config/lm32/lm32.c: Likewise.
20511         * config/m32c/m32c.c: Likewise.
20512         * config/m32r/m32r.c: Likewise.
20513         * config/m68k/m68k.c: Likewise.
20514         * config/mcore/mcore.c: Likewise.
20515         * config/mep/mep.c: Likewise.
20516         * config/microblaze/microblaze.c: Likewise.
20517         * config/mips/mips.c: Likewise.
20518         * config/mmix/mmix.c: Likewise.
20519         * config/mn10300/mn10300.c: Likewise.
20520         * config/moxie/moxie.c: Likewise.
20521         * config/msp430/msp430.c: Likewise.
20522         * config/nds32/nds32.c: Likewise.
20523         * config/nds32/nds32-cost.c: Likewise.
20524         * config/nds32/nds32-fp-as-gp.c: Likewise.
20525         * config/nds32/nds32-intrinsic.c: Likewise.
20526         * config/nds32/nds32-isr.c: Likewise.
20527         * config/nds32/nds32-md-auxiliary.c: Likewise.
20528         * config/nds32/nds32-memory-manipulation.c: Likewise.
20529         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
20530         * config/nds32/nds32-predicates.c: Likewise.
20531         * config/nios2/nios2.c: Likewise.
20532         * config/nvptx/nvptx.c: Likewise.
20533         * config/pa/pa.c: Likewise.
20534         * config/pdp11/pdp11.c: Likewise.
20535         * config/rl78/rl78.c: Likewise.
20536         * config/rs6000/rs6000.c: Likewise.
20537         * config/rx/rx.c: Likewise.
20538         * config/s390/s390.c: Likewise.
20539         * config/sh/sh.c: Likewise.
20540         * config/sh/sh-mem.cc: Likewise.
20541         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
20542         * config/sh/sh_treg_combine.cc: Likewise.
20543         * config/sparc/sparc.c: Likewise.
20544         * config/spu/spu.c: Likewise.
20545         * config/stormy16/stormy16.c: Likewise.
20546         * config/tilegx/tilegx.c: Likewise.
20547         * config/tilepro/tilepro.c: Likewise.
20548         * config/v850/v850.c: Likewise.
20549         * config/vax/vax.c: Likewise.
20550         * config/visium/visium.c: Likewise.
20551         * config/xtensa/xtensa.c: Likewise.
20553 2015-07-10  Richard Biener  <rguenther@suse.de>
20555         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
20556         (decision_tree::gen_gimple): Likewise.
20557         (decision_tree::gen_generic): Likewise.
20559 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
20561         PR target/66813
20562         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
20563         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
20565 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
20567         PR middle-end/66820
20568         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
20569         or ORT_TASK contexts.
20570         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
20571         is non-zero.
20573 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20575         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
20576         above function.
20578 2015-07-10  Tom de Vries  <tom@codesourcery.com>
20580         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
20581         insert nit + 1 bound.
20583 2015-07-10  Richard Biener  <rguenther@suse.de>
20585         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
20586         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
20587         (if_convertible_loop_p_1): For this always compute bb predicates.
20588         (if_convertible_loop_p): And free them.
20590 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
20592         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
20593         in dump message.
20595 2015-07-10  Richard Biener  <rguenther@suse.de>
20597         PR tree-optimization/66823
20598         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
20599         inverted predicate.
20601 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
20603         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
20604         to handle mips[32|64]r3 and mips[32|64]r5.
20606 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
20608         PR middle-end/66633
20609         * tree-nested.c (get_static_chain): Or in a flag into
20610         info->static_chain_added.
20611         (get_frame_field, get_nonlocal_debug_decl): Likewise.
20612         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
20613         2015-07-01 changes.
20614         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
20615         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
20616         add it to clauses.
20618         PR tree-optimization/66718
20619         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
20620         field.
20621         (vect_simd_lane_linear): New function.
20622         (vectorizable_simd_clone_call): Support using linear arguments for
20623         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
20625 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
20627         PR target/66821
20628         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
20630 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
20632         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
20633         Use machine mode, not enum machine_mode in the prototype.
20635         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
20636         classify 128-bit floating point support.
20637         (FLOAT128_IBM_P): Likewise.
20638         (FLOAT128_VECTOR_P): Likewise.
20639         (FLOAT128_2REG_P): Likewise.
20640         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
20641         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
20642         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
20643         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
20645         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
20646         tests against TFmode/TDmode, since those modes do not use VSX
20647         addresses.
20648         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
20649         support.
20650         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
20651         tests against TFmode, etc.
20652         (invalid_e500_subreg): Add tests against IFmode/KFmode.
20653         (reg_offset_addressing_ok_p): Likewise.
20654         (rs6000_legitimate_offset_address_p): Likewise.
20655         (rs6000_legitimize_address): Likewise.
20656         (rs6000_legitimize_reload_address): Likewise.
20657         (rs6000_legitimate_address_p): Clean up tests against TFmode and
20658         TDmode to use the new helper macros, which will include IFmode and
20659         KFmode.
20660         (rs6000_emit_move): Likewise.
20661         (rs6000_darwin64_record_arg_recurse): Likewise.
20662         (print_operand): Likewise.
20663         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
20664         that uses a single vector register as a vector and not as a
20665         floating point register in terms of the calling sequence.
20666         (rs6000_discover_homogeneous_aggregate): Likewise.
20667         (rs6000_return_in_memory): Likewise.
20668         (init_cumulative_args): Likewise.
20669         (rs6000_function_arg_boundary): Likewise.
20670         (rs6000_function_arg_advance_1): Likewise.
20671         (rs6000_function_arg): Likewise.
20672         (rs6000_pass_by_reference): Likewise.
20673         (rs6000_gimplify_va_arg): Likewise.
20674         (rs6000_secondary_reload_memory): Use machine_mode not enum
20675         machine mode.
20676         (rs6000_split_multireg_move): Use new helper macros.
20677         (spe_func_has_64bit_regs_p): Likewise.
20678         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
20679         (output_toc): Use new helper macros.
20680         (rs6000_register_move_cost): Likewise.
20681         (rs6000_function_value): Add IEEE 128-bit floating point calling
20682         sequence support.
20683         (rs6000_libcall_value): Likewise.
20684         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
20685         floating point support.
20686         (rs6000_vector_mode_supported_p): Likewise.
20688 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
20690         PR rtl-optimization/66782
20691         * lra-int.h (struct lra_insn_recog_data): Add comment about
20692         clobbered hard regs for arg_hard_regs.
20693         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
20694         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
20695         Add condition for processing used hard regs.
20696         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
20697         Process clobbered hard regs.
20699 2015-07-09  Michael Matz  <matz@suse.de>
20701         * genmatch.c (fprintf_indent): New function.
20702         (operand::gen_transform): Add indent parameter.
20703         (expr::gen_transform, c_expr::gen_transform,
20704         capture::gen_transform): Ditto and use fprintf_indent.
20705         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
20706         (dt_operand::gen, dt_operand::gen_predicate,
20707         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
20708         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
20709         (decision_tree::gen_gimple): Adjust calls and indent generated
20710         code.
20711         (decision_tree::gen_generic): Ditto.
20712         (write_predicate): Ditto.
20714 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
20716         PR target/66814
20717         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
20718         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
20719         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
20720         {GENERAL,SSE,MMX}_REG_P where appropriate.
20722 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
20724         * lto-streamer.h: Don't include target.h and alloc-pool.h.
20725         * builtins.c: Adjust includes.
20726         * gimple.c: Likewise.
20727         * ipa-icf.c: Likewise.
20728         * lto-opts.c: Likewise.
20729         * ipa-reference.c: Likewise.
20730         * lto-section-out.c: Likewise.
20731         * lto-streamer-in.c: Likewise.
20732         * lto-streamer-out.c: Likewise.
20733         * opts-global.c: Likewise.
20734         * symtab.c: Likewise.
20735         * tree-chkp.c: Likewise.
20736         * tree-ssa-live.c: Likewise.
20737         * tree-streamer-in.c: Likewise.
20738         * tree-streamer-out.c: Likewise.
20739         * config/darwin.c: Likewise.
20740         * config/i386/winnt.c: Likewise.
20742 2015-07-09  Richard Biener  <rguenther@suse.de>
20744         * genmatch.c (struct expr): Add force_single_use flag.
20745         (expr::expr): Add copy constructor.
20746         (capture_info::walk_match): Gather force_single_use captures.
20747         (expr::gen_transform): Use possibly NULLified sequence.
20748         (dt_simplify::gen): Apply single-use restrictions by NULLifying
20749         seq if any constrained expr is not single-use.
20750         (parser::parse_expr): Refactor to allow multiple flags.  Handle
20751         's' flag to force an expression have a single-use if the pattern
20752         simplifies to more than one statement.
20753         * match.pd: Convert most single_use conditionals to :s flags.
20755 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
20757         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
20758         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
20759         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
20761 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
20763         * flags.h: Don't include flag-types.h or options.h.
20764         * opts-common.c: Adjust includes.
20765         * opts-global.c: Likewise.
20766         * common/config/epiphany/epiphany-common.c: Likewise.
20768 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
20770         PR target/66818
20771         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
20772         for IA MCU.
20774 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
20776         PR target/66817
20777         * config/i386/i386.c (ix86_return_in_memory): Return true
20778         if int_size_in_bytes returns negative for IA MCU.
20780 2015-07-09  Marek Polacek  <polacek@redhat.com>
20782         PR tree-optimization/66718
20783         * Makefile.in (OBJS): Add gimple-laddress.o.
20784         * passes.def: Schedule pass_laddress.
20785         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
20786         * tree-pass.h (make_pass_laddress): Declare.
20787         * gimple-laddress.c: New file.
20789 2015-07-09  Richard Biener  <rguenther@suse.de>
20791         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
20793 2015-07-09  Richard Biener  <rguenther@suse.de>
20795         PR tree-optimization/66807
20796         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
20798 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
20800         * function.c (stack_protect_epilogue): Use if rather than switch for
20801         check targetm.have_stack_protect_test.
20803 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20805         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
20806         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
20807         * config/arc/arc.h: Likewise.
20808         * config/arm/arm.h: Likewise.
20809         * config/bfin/bfin.h: Likewise.
20810         * config/epiphany/epiphany.h: Likewise.
20811         * config/frv/frv.h: Likewise.
20812         * config/ia64/ia64.h: Likewise.
20813         * config/iq2000/iq2000.h: Likewise.
20814         * config/lm32/lm32.h: Likewise.
20815         * config/m32r/m32r.h: Likewise.
20816         * config/mcore/mcore.h: Likewise.
20817         * config/mep/mep.h: Likewise.
20818         * config/microblaze/microblaze.h: Likewise.
20819         * config/mips/mips.h: Likewise.
20820         * config/mmix/mmix.h: Likewise.
20821         * config/mn10300/mn10300.h: Likewise.
20822         * config/nds32/nds32.h: Likewise.
20823         * config/nios2/nios2.h: Likewise.
20824         * config/pa/pa.h: Likewise.
20825         * config/rl78/rl78.h: Likewise.
20826         * config/sh/sh.h: Likewise.
20827         * config/sparc/sparc.h: Likewise.
20828         * config/stormy16/stormy16.h: Likewise.
20829         * config/tilegx/tilegx.h: Likewise.
20830         * config/tilepro/tilepro.h: Likewise.
20831         * config/v850/v850.h: Likewise.
20832         * config/xtensa/xtensa.h: Likewise.
20833         * doc/tm.texi: Regenerate.
20834         * doc/tm.texi.in: Adjust.
20835         * combine.c (simplify_set): Likewise.
20836         (simplify_comparison): Likewise.
20837         * expr.c (store_constructor): Likewise.
20838         * internal-fn.c (expand_arith_overflow): Likewise.
20839         * reload.c (push_reload): Likewise.
20840         (find_reloads): Likewise.
20841         (find_reloads_subreg_address): Likewise.
20842         * reload1.c (eliminate_regs_1): Likewise.
20843         * rtlanal.c (nonzero_bits1): Likewise.
20844         (num_sign_bit_copies1): Likewise.
20845         * simplify-rtx.c (simplify_truncation): Likewise.
20847 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20849         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
20850         of AUTO_INC_DEC with the preprocessor.
20851         * combine.c (combine_instructions): Likewise.
20852         (can_combine_p): Likewise.
20853         (try_combine): Likewise.
20854         * emit-rtl.c (try_split): Likewise.
20855         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
20856         * lower-subreg.c (resolve_simple_move): Likewise.
20857         * lra.c (update_inc_notes): Likewise.
20858         * recog.c (asm_operand_ok): Likewise.
20859         (constrain_operands): Likewise.
20860         * regrename.c (scan_rtx_address): Likewise.
20861         * reload.c (update_auto_inc_notes): Likewise.
20862         (reg_inc_found_and_valid_p): Likewise.
20863         * reload1.c (reload): Likewise.
20864         (emit_input_reload_insns): Likewise.
20865         (delete_output_reload): Likewise.
20866         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
20867         * valtrack.c (cleanup_auto_inc_dec): Likewise.
20869 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20871         * rtl.h: Always define AUTO_INC_DEC.
20872         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
20873         * combine.c (combine_instructions): Likewise.
20874         (can_combine_p): Likewise.
20875         (try_combine): Likewise.
20876         * emit-rtl.c (try_split): Likewise.
20877         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
20878         * lower-subreg.c (resolve_simple_move): Likewise.
20879         * lra.c (update_inc_notes): Likewise.
20880         * recog.c (asm_operand_ok): Likewise.
20881         (constrain_operands): Likewise.
20882         * regrename.c (scan_rtx_address): Likewise.
20883         * reload.c (update_auto_inc_notes): Likewise.
20884         (find_equiv_reg): Likewise.
20885         * reload1.c (reload): Likewise.
20886         (reload_as_needed): Likewise.
20887         (choose_reload_regs): Likewise.
20888         (emit_input_reload_insns): Likewise.
20889         (delete_output_reload): Likewise.
20890         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
20891         * valtrack.c (cleanup_auto_inc_dec): Likewise.
20893 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20895         * combine.c (can_combine_def_p): Don't check the value of
20896         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
20897         (combinable_i3pat): Likewise.
20898         (mark_used_regs_combine): Likewise.
20899         * regrename.c (rename_chains): Likewise.
20900         * reload.c (find_reloads_address): Likewise.
20901         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
20903 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20905         * combine.c (update_rsp_from_reg_equal): Don't check if
20906         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
20907         (reg_nonzero_bits_for_combine): Likewise.
20908         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
20909         1.
20910         * config/frv/frv.h: Likewise.
20911         * config/lm32/lm32.h: Likewise.
20912         * config/mep/mep.h: Likewise.
20913         * config/mips/mips.h: Likewise.
20914         * config/rs6000/rs6000.h: Likewise.
20915         * config/sh/sh.h: Likewise.
20916         * config/tilegx/tilegx.h (enum reg_class): Likewise.
20917         * config/tilepro/tilepro.h: Likewise.
20918         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
20919         * doc/tm.texi: Regenerate.
20920         * doc/tm.texi.in: Adjust.
20921         * rtlanal.c (nonzero_bits1): Likewise.
20923 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20925         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
20926         with the preprocessor.
20927         (combine_instructions): Likewise.
20928         (try_combine): Likewise.
20929         (subst): Likewise.
20930         (distribute_notes): Likewise.
20932 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20934         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
20935         defined.
20936         (simplify_set): Likewise.
20937         * cse.c (cse_insn): Likewise.
20938         * fold-const.c (fold_single_bit_test): Likewise.
20939         (fold_unary_loc): Likewise.
20940         * postreload.c (reload_cse_simplify_set): Likewise.
20941         (reload_cse_simplify_operands): Likewise.
20943 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
20945         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
20946         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
20948 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
20950         PR target/66746
20951         * config/i386/x86intrin.h: Include <adxintrin.h> even if
20952         __iamcu__ is defined.
20954 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
20956         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
20958 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
20960         PR target/66523
20961         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
20962         names from preservation.
20964 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
20966         PR target/66806
20967         * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
20968         change for IAMCU.
20969         (function_arg_advance_32): Don't pass vectors in registers for
20970         IAMCU.
20971         (function_arg_32): Likewise.
20972         (ix86_return_in_memory): Don't return vectors in registers for
20973         IAMCU.
20975 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
20977         PR middle-end/66334
20978         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
20979         hard regno live at the start of BB with incoming abnormal edges.
20980         * lra-lives.c (process_bb_lives): Ditto.
20982 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
20984         PR libgomp/65099
20985         * config/nvptx/mkoffload.c (main): Create an offload image only in
20986         64-bit configurations.
20988 2015-07-08  Martin Liska  <mliska@suse.cz>
20990         PR bootstrap/66744
20991         * tree-sra.c (create_access_1): Call ctor without brackets.
20992         (create_artificial_child_access): Likewise.
20994 2015-07-08  Richard Biener  <rguenther@suse.de>
20996         PR tree-optimization/66793
20997         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
20998         Properly split the block after stmts ending it.
21000 2015-07-08  Richard Biener  <rguenther@suse.de>
21002         PR tree-optimization/66794
21003         * passes.c (execute_function_todo): Assert that post-dominators
21004         are not computed.
21005         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
21006         Free post-dominators.
21008 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21010         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
21011         with early exit.
21013 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
21015         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
21016         more than or equal 8 and less than 32 when optimizing for size.
21018 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21020         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
21021         COSTS_N_INSNS (1) and increment it appropriately throughout the
21022         function.
21024 2015-07-08  Richard Biener  <rguenther@suse.de>
21026         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
21028 2015-07-08  Alan Modra  <amodra@gmail.com>
21030         * target.def (rtx_costs): Remove "code" param, add "mode".
21031         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
21032         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
21033         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
21034         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
21035         call.  Track mode when given in rtx.
21036         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
21037         (default_address_cost): Pass Pmode to rtx_cost.
21038         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
21039         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
21040         with NULL set.
21041         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
21042         (notreg_cost): Add mode param.  Use it.
21043         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
21044         mode param and pass to set_src_cost.  Update all calls.
21045         (hash_scan_set): Formatting.
21046         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
21047         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
21048         * hooks.h: Ditto.
21049         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
21050         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
21051         emit_store_flag): Update set_src_cost and rtx_cost calls.
21052         * auto-inc-dec.c (attempt_change): Likewise.
21053         * calls.c (precompute_register_parameters): Likewise.
21054         * combine.c (expand_compound_operation, make_extraction,
21055         force_to_mode, distribute_and_simplify_rtx): Likewise.
21056         * dojump.c (prefer_and_bit_test): Likewise.
21057         * dse.c (find_shift_sequence): Likewise.
21058         * expr.c (compress_float_constant): Likewise.
21059         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
21060         * ifcvt.c (noce_try_sign_mask): Likewise.
21061         * loop-doloop.c (doloop_optimize): Likewise.
21062         * loop-invariant.c (create_new_invariant): Likewise.
21063         * lower-subreg.c (shift_cost, compute_costs): Likewise.
21064         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
21065         lshift_cheap_p): Likewise.
21066         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
21067         try_replace_in_use, reload_cse_move2add): Likewise.
21068         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
21069         Likewise.
21070         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
21071         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
21072         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
21073         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
21074         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
21075         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
21076         to rtx_cost calls.
21077         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
21078         * config/arc/arc.c (arc_rtx_costs): Likewise.
21079         * config/arm/arm.c (arm_rtx_costs): Likewise.
21080         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
21081         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
21082         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
21083         * config/cris/cris.c (cris_rtx_costs): Likewise.
21084         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
21085         * config/frv/frv.c (frv_rtx_costs): Likewise.
21086         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
21087         * config/i386/i386.c (ix86_rtx_costs): Likewise.
21088         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
21089         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
21090         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
21091         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
21092         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
21093         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
21094         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
21095         * config/mep/mep.c (mep_rtx_cost): Likewise.
21096         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
21097         * config/mips/mips.c (mips_rtx_costs): Likewise.
21098         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
21099         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
21100         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
21101         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
21102         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
21103         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
21104         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
21105         * config/pa/pa.c (hppa_rtx_costs): Likewise.
21106         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
21107         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
21108         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
21109         * config/s390/s390.c (s390_rtx_costs): Likewise.
21110         * config/sh/sh.c (sh_rtx_costs): Likewise.
21111         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
21112         * config/spu/spu.c (spu_rtx_costs): Likewise.
21113         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
21114         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
21115         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
21116         * config/v850/v850.c (v850_rtx_costs): Likewise.
21117         * config/vax/vax.c (vax_rtx_costs): Likewise.
21118         * config/visium/visium.c (visium_rtx_costs): Likewise.
21119         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
21120         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
21121         "code" param, and pass as outer_code to first rtx_cost call.  Pass
21122         mode to rtx_cost calls.
21123         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
21124         calls.
21125         (aarch64_rtx_costs_wrapper): Update.
21126         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
21127         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
21128         rtx_cost calls.
21129         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
21130         and rtx_cost calls.
21131         (avr_operand_rtx_cost): Similarly.
21132         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
21133         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
21134         * config/mips/mips.c (mips_stack_address_p): Comment typo.
21135         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
21136         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
21137         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
21138         rtx_cost.
21139         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
21140         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
21141         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
21142         * doc/tm.texi: Regenerate.
21144 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
21146         * tree-core.h: Include symtab.h.
21147         * rtl.h: Include hard-reg-set.h but not flags.h.
21148         (HARD_CONST): Remove condition compilation involving HARD_CONST since
21149         hard-reg-set.h is always included.
21150         * regs.h: Don't include hard-reg-set.h or rtl.h.
21151         * cfg.h: Include dominance.h.
21152         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
21153         * backend.h: New.  Aggregate commonly used backend header files.
21154         * gimple-ssa.h: Don't include tree-hasher.h.
21155         * ssa.h: New.  Aggregate commonly used SSA header files.
21156         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
21157         * sel-sched-ir.h: Flatten includes.
21158         * lra-int.h: Flatten completely.
21159         * sel-sched-dump.h: Flatten includes.
21160         * ira-int.h: Flatten includes.
21161         * gimple-streamer.h: Remove all includes.
21162         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
21163         * resource.h: Flatten hard-reg-set.h and df.h.
21164         * sched-int.h: Flatten insn-arrt.h and df.h.
21165         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
21166         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
21167         * genattrtab.c (write_header): Adjust generated includes.
21168         * genautomata.c (main): Likewise.
21169         * genconditions.c (write-header): Likewise.
21170         * genemit.c (main): Likewise.
21171         * gengtype.c (open_base_files): Likewise.
21172         * genopinit.c (main): Likewise.
21173         * genoutput.c (output_prologue): Likewise.
21174         * genpeep.c (main): Likewise.
21175         * genpreds.c (write_insn_preds_c): Likewise.
21176         * genrecog.c (write_header): Likewise.
21177         * alias.c: Adjust includes.
21178         * asan.c: Likewise.
21179         * attribs.c: Likewise.
21180         * auto-inc-dec.c: Likewise.
21181         * auto-profile.c: Likewise.
21182         * bb-reorder.c: Likewise.
21183         * bt-load.c: Likewise.
21184         * builtins.c: Likewise.
21185         * caller-save.c: Likewise.
21186         * calls.c: Likewise.
21187         * ccmp.c: Likewise.
21188         * cfg.c: Likewise.
21189         * cfganal.c: Likewise.
21190         * cfgbuild.c: Likewise.
21191         * cfgcleanup.c: Likewise.
21192         * cfgexpand.c: Likewise.
21193         * cfghooks.c: Likewise.
21194         * cfgloop.c: Likewise.
21195         * cfgloopanal.c: Likewise.
21196         * cfgloopmanip.c: Likewise.
21197         * cfgrtl.c: Likewise.
21198         * cgraph.c: Likewise.
21199         * cgraphbuild.c: Likewise.
21200         * cgraphclones.c: Likewise.
21201         * cgraphunit.c: Likewise.
21202         * cilk-common.c: Likewise.
21203         * combine-stack-adj.c: Likewise.
21204         * combine.c: Likewise.
21205         * compare-elim.c: Likewise.
21206         * convert.c: Likewise.
21207         * coverage.c: Likewise.
21208         * cppbuiltin.c: Likewise.
21209         * cprop.c: Likewise.
21210         * cse.c: Likewise.
21211         * cselib.c: Likewise.
21212         * data-streamer-in.c: Likewise.
21213         * data-streamer-out.c: Likewise.
21214         * data-streamer.c: Likewise.
21215         * dbxout.c: Likewise.
21216         * dce.c: Likewise.
21217         * ddg.c: Likewise.
21218         * debug.c: Likewise.
21219         * df-core.c: Likewise.
21220         * df-problems.c: Likewise.
21221         * df-scan.c: Likewise.
21222         * dfp.c: Likewise.
21223         * dojump.c: Likewise.
21224         * dominance.c: Likewise.
21225         * domwalk.c: Likewise.
21226         * double-int.c: Likewise.
21227         * dse.c: Likewise.
21228         * dumpfile.c: Likewise.
21229         * dwarf2asm.c: Likewise.
21230         * dwarf2cfi.c: Likewise.
21231         * dwarf2out.c: Likewise.
21232         * emit-rtl.c: Likewise.
21233         * et-forest.c: Likewise.
21234         * except.c: Likewise.
21235         * explow.c: Likewise.
21236         * expmed.c: Likewise.
21237         * expr.c: Likewise.
21238         * final.c: Likewise.
21239         * fixed-value.c: Likewise.
21240         * fold-const.c: Likewise.
21241         * function.c: Likewise.
21242         * fwprop.c: Likewise.
21243         * gcc-plugin.h: Likewise.
21244         * gcse-common.c: Likewise.
21245         * gcse.c: Likewise.
21246         * generic-match-head.c: Likewise.
21247         * ggc-page.c: Likewise.
21248         * gimple-builder.c: Likewise.
21249         * gimple-expr.c: Likewise.
21250         * gimple-fold.c: Likewise.
21251         * gimple-iterator.c: Likewise.
21252         * gimple-low.c: Likewise.
21253         * gimple-match-head.c: Likewise.
21254         * gimple-pretty-print.c: Likewise.
21255         * gimple-ssa-isolate-paths.c: Likewise.
21256         * gimple-ssa-strength-reduction.c: Likewise.
21257         * gimple-streamer-in.c: Likewise.
21258         * gimple-streamer-out.c: Likewise.
21259         * gimple-walk.c: Likewise.
21260         * gimple.c: Likewise.
21261         * gimplify-me.c: Likewise.
21262         * gimplify.c: Likewise.
21263         * godump.c: Likewise.
21264         * graph.c: Likewise.
21265         * graphite-blocking.c: Likewise.
21266         * graphite-dependences.c: Likewise.
21267         * graphite-interchange.c: Likewise.
21268         * graphite-isl-ast-to-gimple.c: Likewise.
21269         * graphite-optimize-isl.c: Likewise.
21270         * graphite-poly.c: Likewise.
21271         * graphite-scop-detection.c: Likewise.
21272         * graphite-sese-to-poly.c: Likewise.
21273         * graphite.c: Likewise.
21274         * haifa-sched.c: Likewise.
21275         * hw-doloop.c: Likewise.
21276         * ifcvt.c: Likewise.
21277         * init-regs.c: Likewise.
21278         * internal-fn.c: Likewise.
21279         * ipa-chkp.c: Likewise.
21280         * ipa-comdats.c: Likewise.
21281         * ipa-cp.c: Likewise.
21282         * ipa-devirt.c: Likewise.
21283         * ipa-icf-gimple.c: Likewise.
21284         * ipa-icf.c: Likewise.
21285         * ipa-inline-analysis.c: Likewise.
21286         * ipa-inline-transform.c: Likewise.
21287         * ipa-inline.c: Likewise.
21288         * ipa-polymorphic-call.c: Likewise.
21289         * ipa-profile.c: Likewise.
21290         * ipa-prop.c: Likewise.
21291         * ipa-pure-const.c: Likewise.
21292         * ipa-ref.c: Likewise.
21293         * ipa-reference.c: Likewise.
21294         * ipa-split.c: Likewise.
21295         * ipa-utils.c: Likewise.
21296         * ipa-visibility.c: Likewise.
21297         * ipa.c: Likewise.
21298         * ira-build.c: Likewise.
21299         * ira-color.c: Likewise.
21300         * ira-conflicts.c: Likewise.
21301         * ira-costs.c: Likewise.
21302         * ira-emit.c: Likewise.
21303         * ira-lives.c: Likewise.
21304         * ira.c: Likewise.
21305         * jump.c: Likewise.
21306         * langhooks.c: Likewise.
21307         * lcm.c: Likewise.
21308         * loop-doloop.c: Likewise.
21309         * loop-init.c: Likewise.
21310         * loop-invariant.c: Likewise.
21311         * loop-iv.c: Likewise.
21312         * loop-unroll.c: Likewise.
21313         * lower-subreg.c: Likewise.
21314         * lra-assigns.c: Likewise.
21315         * lra-coalesce.c: Likewise.
21316         * lra-constraints.c: Likewise.
21317         * lra-eliminations.c: Likewise.
21318         * lra-lives.c: Likewise.
21319         * lra-remat.c: Likewise.
21320         * lra-spills.c: Likewise.
21321         * lra.c: Likewise.
21322         * lto-cgraph.c: Likewise.
21323         * lto-compress.c: Likewise.
21324         * lto-opts.c: Likewise.
21325         * lto-section-in.c: Likewise.
21326         * lto-section-out.c: Likewise.
21327         * lto-streamer-in.c: Likewise.
21328         * lto-streamer-out.c: Likewise.
21329         * lto-streamer.c: Likewise.
21330         * mcf.c: Likewise.
21331         * mode-switching.c: Likewise.
21332         * modulo-sched.c: Likewise.
21333         * omega.c: Likewise.
21334         * omp-low.c: Likewise.
21335         * optabs.c: Likewise.
21336         * opts-global.c: Likewise.
21337         * passes.c: Likewise.
21338         * plugin.c: Likewise.
21339         * postreload-gcse.c: Likewise.
21340         * postreload.c: Likewise.
21341         * predict.c: Likewise.
21342         * print-rtl.c: Likewise.
21343         * print-tree.c: Likewise.
21344         * profile.c: Likewise.
21345         * real.c: Likewise.
21346         * realmpfr.c: Likewise.
21347         * recog.c: Likewise.
21348         * ree.c: Likewise.
21349         * reg-stack.c: Likewise.
21350         * regcprop.c: Likewise.
21351         * reginfo.c: Likewise.
21352         * regrename.c: Likewise.
21353         * regstat.c: Likewise.
21354         * reload.c: Likewise.
21355         * reload1.c: Likewise.
21356         * reorg.c: Likewise.
21357         * resource.c: Likewise.
21358         * rtl-chkp.c: Likewise.
21359         * rtlanal.c: Likewise.
21360         * rtlhooks.c: Likewise.
21361         * sanopt.c: Likewise.
21362         * sched-deps.c: Likewise.
21363         * sched-ebb.c: Likewise.
21364         * sched-rgn.c: Likewise.
21365         * sched-vis.c: Likewise.
21366         * sdbout.c: Likewise.
21367         * sel-sched-dump.c: Likewise.
21368         * sel-sched-ir.c: Likewise.
21369         * sel-sched.c: Likewise.
21370         * sese.c: Likewise.
21371         * shrink-wrap.c: Likewise.
21372         * simplify-rtx.c: Likewise.
21373         * stack-ptr-mod.c: Likewise.
21374         * stmt.c: Likewise.
21375         * stor-layout.c: Likewise.
21376         * store-motion.c: Likewise.
21377         * stringpool.c: Likewise.
21378         * symtab.c: Likewise.
21379         * target-globals.c: Likewise.
21380         * targhooks.c: Likewise.
21381         * toplev.c: Likewise.
21382         * tracer.c: Likewise.
21383         * trans-mem.c: Likewise.
21384         * tree-affine.c: Likewise.
21385         * tree-browser.c: Likewise.
21386         * tree-call-cdce.c: Likewise.
21387         * tree-cfg.c: Likewise.
21388         * tree-cfgcleanup.c: Likewise.
21389         * tree-chkp-opt.c: Likewise.
21390         * tree-chkp.c: Likewise.
21391         * tree-chrec.c: Likewise.
21392         * tree-complex.c: Likewise.
21393         * tree-data-ref.c: Likewise.
21394         * tree-dfa.c: Likewise.
21395         * tree-diagnostic.c: Likewise.
21396         * tree-dump.c: Likewise.
21397         * tree-eh.c: Likewise.
21398         * tree-emutls.c: Likewise.
21399         * tree-if-conv.c: Likewise.
21400         * tree-inline.c: Likewise.
21401         * tree-into-ssa.c: Likewise.
21402         * tree-iterator.c: Likewise.
21403         * tree-loop-distribution.c: Likewise.
21404         * tree-nested.c: Likewise.
21405         * tree-nrv.c: Likewise.
21406         * tree-object-size.c: Likewise.
21407         * tree-outof-ssa.c: Likewise.
21408         * tree-parloops.c: Likewise.
21409         * tree-phinodes.c: Likewise.
21410         * tree-predcom.c: Likewise.
21411         * tree-pretty-print.c: Likewise.
21412         * tree-profile.c: Likewise.
21413         * tree-scalar-evolution.c: Likewise.
21414         * tree-sra.c: Likewise.
21415         * tree-ssa-address.c: Likewise.
21416         * tree-ssa-alias.c: Likewise.
21417         * tree-ssa-ccp.c: Likewise.
21418         * tree-ssa-coalesce.c: Likewise.
21419         * tree-ssa-copy.c: Likewise.
21420         * tree-ssa-copyrename.c: Likewise.
21421         * tree-ssa-dce.c: Likewise.
21422         * tree-ssa-dom.c: Likewise.
21423         * tree-ssa-dse.c: Likewise.
21424         * tree-ssa-forwprop.c: Likewise.
21425         * tree-ssa-ifcombine.c: Likewise.
21426         * tree-ssa-live.c: Likewise.
21427         * tree-ssa-loop-ch.c: Likewise.
21428         * tree-ssa-loop-im.c: Likewise.
21429         * tree-ssa-loop-ivcanon.c: Likewise.
21430         * tree-ssa-loop-ivopts.c: Likewise.
21431         * tree-ssa-loop-manip.c: Likewise.
21432         * tree-ssa-loop-niter.c: Likewise.
21433         * tree-ssa-loop-prefetch.c: Likewise.
21434         * tree-ssa-loop-unswitch.c: Likewise.
21435         * tree-ssa-loop.c: Likewise.
21436         * tree-ssa-math-opts.c: Likewise.
21437         * tree-ssa-operands.c: Likewise.
21438         * tree-ssa-phiopt.c: Likewise.
21439         * tree-ssa-phiprop.c: Likewise.
21440         * tree-ssa-pre.c: Likewise.
21441         * tree-ssa-propagate.c: Likewise.
21442         * tree-ssa-reassoc.c: Likewise.
21443         * tree-ssa-sccvn.c: Likewise.
21444         * tree-ssa-scopedtables.c: Likewise.
21445         * tree-ssa-sink.c: Likewise.
21446         * tree-ssa-strlen.c: Likewise.
21447         * tree-ssa-structalias.c: Likewise.
21448         * tree-ssa-tail-merge.c: Likewise.
21449         * tree-ssa-ter.c: Likewise.
21450         * tree-ssa-threadedge.c: Likewise.
21451         * tree-ssa-threadupdate.c: Likewise.
21452         * tree-ssa-uncprop.c: Likewise.
21453         * tree-ssa-uninit.c: Likewise.
21454         * tree-ssa.c: Likewise.
21455         * tree-ssanames.c: Likewise.
21456         * tree-stdarg.c: Likewise.
21457         * tree-streamer-in.c: Likewise.
21458         * tree-streamer-out.c: Likewise.
21459         * tree-streamer.c: Likewise.
21460         * tree-switch-conversion.c: Likewise.
21461         * tree-tailcall.c: Likewise.
21462         * tree-vect-data-refs.c: Likewise.
21463         * tree-vect-generic.c: Likewise.
21464         * tree-vect-loop-manip.c: Likewise.
21465         * tree-vect-loop.c: Likewise.
21466         * tree-vect-patterns.c: Likewise.
21467         * tree-vect-slp.c: Likewise.
21468         * tree-vect-stmts.c: Likewise.
21469         * tree-vectorizer.c: Likewise.
21470         * tree-vrp.c: Likewise.
21471         * tree.c: Likewise.
21472         * tsan.c: Likewise.
21473         * ubsan.c: Likewise.
21474         * valtrack.c: Likewise.
21475         * value-prof.c: Likewise.
21476         * var-tracking.c: Likewise.
21477         * varasm.c: Likewise.
21478         * varpool.c: Likewise.
21479         * vmsdbgout.c: Likewise.
21480         * vtable-verify.c: Likewise.
21481         * web.c: Likewise.
21482         * wide-int.cc: Likewise.
21483         * xcoffout.c: Likewise.
21484         * config/aarch64/aarch64-builtins.c: Likewise.
21485         * config/aarch64/aarch64.c: Likewise.
21486         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
21487         * config/alpha/alpha.c: Likewise.
21488         * config/arc/arc.c: Likewise.
21489         * config/arm/aarch-common.c: Likewise.
21490         * config/arm/arm-builtins.c: Likewise.
21491         * config/arm/arm-c.c: Likewise.
21492         * config/arm/arm.c: Likewise.
21493         * config/avr/avr-c.c: Likewise.
21494         * config/avr/avr-log.c: Likewise.
21495         * config/avr/avr.c: Likewise.
21496         * config/bfin/bfin.c: Likewise.
21497         * config/c6x/c6x.c: Likewise.
21498         * config/cr16/cr16.c: Likewise.
21499         * config/cris/cris.c: Likewise.
21500         * config/darwin-c.c: Likewise.
21501         * config/darwin.c: Likewise.
21502         * config/epiphany/epiphany.c: Likewise.
21503         * config/epiphany/mode-switch-use.c: Likewise.
21504         * config/epiphany/resolve-sw-modes.c: Likewise.
21505         * config/fr30/fr30.c: Likewise.
21506         * config/frv/frv.c: Likewise.
21507         * config/ft32/ft32.c: Likewise.
21508         * config/h8300/h8300.c: Likewise.
21509         * config/i386/i386-c.c: Likewise.
21510         * config/i386/i386.c: Likewise.
21511         * config/i386/msformat-c.c: Likewise.
21512         * config/i386/winnt-cxx.c: Likewise.
21513         * config/i386/winnt-stubs.c: Likewise.
21514         * config/i386/winnt.c: Likewise.
21515         * config/ia64/ia64-c.c: Likewise.
21516         * config/ia64/ia64.c: Likewise.
21517         * config/iq2000/iq2000.c: Likewise.
21518         * config/lm32/lm32.c: Likewise.
21519         * config/m32c/m32c-pragma.c: Likewise.
21520         * config/m32c/m32c.c: Likewise.
21521         * config/m32r/m32r.c: Likewise.
21522         * config/m68k/m68k.c: Likewise.
21523         * config/mcore/mcore.c: Likewise.
21524         * config/mep/mep-pragma.c: Likewise.
21525         * config/mep/mep.c: Likewise.
21526         * config/microblaze/microblaze-c.c: Likewise.
21527         * config/microblaze/microblaze.c: Likewise.
21528         * config/mips/mips.c: Likewise.
21529         * config/mmix/mmix.c: Likewise.
21530         * config/mn10300/mn10300.c: Likewise.
21531         * config/moxie/moxie.c: Likewise.
21532         * config/msp430/msp430-c.c: Likewise.
21533         * config/msp430/msp430.c: Likewise.
21534         * config/nds32/nds32-cost.c: Likewise.
21535         * config/nds32/nds32-fp-as-gp.c: Likewise.
21536         * config/nds32/nds32-intrinsic.c: Likewise.
21537         * config/nds32/nds32-isr.c: Likewise.
21538         * config/nds32/nds32-md-auxiliary.c: Likewise.
21539         * config/nds32/nds32-memory-manipulation.c: Likewise.
21540         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21541         * config/nds32/nds32-predicates.c: Likewise.
21542         * config/nds32/nds32.c: Likewise.
21543         * config/nios2/nios2.c: Likewise.
21544         * config/nvptx/nvptx.c: Likewise.
21545         * config/pa/pa.c: Likewise.
21546         * config/pdp11/pdp11.c: Likewise.
21547         * config/rl78/rl78-c.c: Likewise.
21548         * config/rl78/rl78.c: Likewise.
21549         * config/rs6000/rs6000-c.c: Likewise.
21550         * config/rs6000/rs6000.c: Likewise.
21551         * config/rx/rx.c: Likewise.
21552         * config/s390/s390-c.c: Likewise.
21553         * config/s390/s390.c: Likewise.
21554         * config/sh/sh-c.c: Likewise.
21555         * config/sh/sh-mem.cc: Likewise.
21556         * config/sh/sh.c: Likewise.
21557         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
21558         * config/sh/sh_treg_combine.cc: Likewise.
21559         * config/sol2-c.c: Likewise.
21560         * config/sol2-cxx.c: Likewise.
21561         * config/sol2-stubs.c: Likewise.
21562         * config/sol2.c: Likewise.
21563         * config/sparc/sparc-c.c: Likewise.
21564         * config/sparc/sparc.c: Likewise.
21565         * config/spu/spu-c.c: Likewise.
21566         * config/spu/spu.c: Likewise.
21567         * config/stormy16/stormy16.c: Likewise.
21568         * config/tilegx/mul-tables.c: Likewise.
21569         * config/tilegx/tilegx-c.c: Likewise.
21570         * config/tilegx/tilegx.c: Likewise.
21571         * config/tilepro/mul-tables.c: Likewise.
21572         * config/tilepro/tilepro-c.c: Likewise.
21573         * config/tilepro/tilepro.c: Likewise.
21574         * config/v850/v850-c.c: Likewise.
21575         * config/v850/v850.c: Likewise.
21576         * config/vax/vax.c: Likewise.
21577         * config/visium/visium.c: Likewise.
21578         * config/vms/vms-c.c: Likewise.
21579         * config/vms/vms.c: Likewise.
21580         * config/vxworks.c: Likewise.
21581         * config/xtensa/xtensa.c: Likewise.
21583 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
21585         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
21586         Remove operand constraints.  Change operand 2 predicate to
21587         nonmemory operand.  Limit const_int values to mode bitsize.  Only
21588         allow const_int values less than 32 when optimizing for size.
21589         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
21590         Remove operand constraints.
21591         (*bt<mode>): Use SImode for const_int values less than 32.
21592         (regmode): Remove mode attribute.
21594 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
21596         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
21597         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
21598           moxie_legitimate_address_p): New functions.
21599           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
21601 2015-07-07  Tom de Vries  <tom@codesourcery.com>
21603         PR tree-optimization/66642
21604         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
21605         header comment.  Rename split_edge variable to edge_at_split.  Split
21606         exit edge to create new loop exit bb.  Insert loop exit phis in new
21607         loop exit bb.
21609 2015-07-07  Tom de Vries  <tom@codesourcery.com>
21611         * tree-cfg.c (get_virtual_phi): New function.
21612         * tree-cfg.h (get_virtual_phi): Declare.
21613         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
21614         (rewrite_virtuals_into_loop_closed_ssa): New function.
21615         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
21616         Declare.
21617         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
21618         (transform_to_exit_first_loop_alt): Use
21619         rewrite_virtuals_into_loop_closed_ssa.
21621 2015-07-07  Richard Biener  <rguenther@suse.de>
21623         * fold-const.c (fold_binary_loc): Move
21624         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
21625         * match.pd: ... here.
21626         Add (X * C1) % C2 -> 0 simplification pattern derived from
21627         extract_muldiv_1.
21629 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
21631         PR target/66780
21632         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
21633         change for target/65249.
21635 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
21637         * symtab.c (address_matters_1): Fix typo in comment above.
21638         (can_increase_alignment_p): Likewise.
21640 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21642         * function.c (free_after_compilation): Clear PROP_cfg in
21643         f->curr_properties.
21645 2015-07-07  Richard Biener  <rguenther@suse.de>
21647         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
21648         add which use to.
21649         (add_control_edge): Remove excessive vertical space in dumping.
21650         (process_ssa_edge_worklist): Simulate at most one statement and
21651         return whether we did.  Do not simulate PHIs if they are in a
21652         BB not yet simulated.
21653         (ssa_propagate): Adjust to always drain the BB worklist whenever
21654         a BB is available there, likewise the VARYING edges list before
21655         the interesting edge list.
21657 2015-07-07  Christian Bruel  <christian.bruel@st.com>
21659         PR target/52144
21660         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
21662 2015-07-07  Richard Biener  <rguenther@suse.de>
21664         PR middle-end/66739
21665         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
21666         A - B.
21668 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
21670         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
21671         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
21672         Copy operand 0 to a temporary if !ext_register_operand.  Remove
21673         ancient extract_bit_field workaround.
21674         (insv<mode>_1): Rename from mov<mode>_insv_1.
21675         (*insvqi): Rename from *movqi_insv_2.
21676         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
21677         for renamed insvsi_1.
21678         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
21680 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21682         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
21683         call to nvptx_reorg_subreg.
21685 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
21687         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
21688         * graphite-dependencies.c, graphite-interchange.c,
21689         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
21690         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
21691         Likewise.
21693 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
21695         * match.pd: Remove element_mode inside HONOR_*.
21696         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
21697         (~X | X -> -1, ~X ^ X -> -1): Merge.
21698         * tree.c (build_each_one_cst): New function.
21699         * tree.h (build_each_one_cst): Likewise.
21701 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
21703         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
21704         PROCESSOR_IAMCU.
21706 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
21708         * config.gcc <mips*-*-*>: Add fused-madd.opt.
21709         * config/mips/mips.opt (mfused-madd): Remove.
21710         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
21711         * config/mips/mips.h (TARGET_MIPS8000): New.
21712         (ISA_HAS_FP_MADD4_MSUB4): Remove.
21713         (ISA_HAS_FP_MADDF_MSUBF): Remove.
21714         (ISA_HAS_FP_MADD3_MSUB3): Remove.
21715         (ISA_HAS_NMADD4_NMSUB4): Remove.
21716         (ISA_HAS_NMADD3_NMSUB3): Remove.
21717         (ISA_HAS_FUSED_MADD4): New.
21718         (ISA_HAS_UNFUSED_MADD4): New.
21719         (ISA_HAS_FUSED_MADDF): New.
21720         (ISA_HAS_FUSED_MADD3): New.
21721         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
21722         (*fma<mode>4_madd3) New.
21723         (*fma<mode>4_madd4) New.
21724         (*fma<mode>4_maddf) New.
21725         (fms<mode>4) New.
21726         (*fms<mode>4_msub3) New.
21727         (*fms<mode>4_msub4) New.
21728         (fnma<mode>4) New.
21729         (*fnma<mode>4_nmadd3) New.
21730         (*fnma<mode>4_nmadd4) New.
21731         (fnms<mode>4) New.
21732         (*fnms<mode>4_nmsub3) New.
21733         (*fnms<mode>4_nmsub4) New.
21734         (*madd4<mode>) Modify to be unfused only.
21735         (*msub4<mode>) Modify to be unfused only.
21736         (*nmadd4<mode>) Modify to be unfused only.
21737         (*nmsub4<mode>) Modify to be unfused only.
21738         (*madd3<mode>) Remove.
21739         (*msub3<mode>) Remove.
21740         (*nmadd3<mode>) Remove.
21741         (*nmsub3<mode>) Remove.
21742         (*nmadd3<mode>_fastmath) Remove.
21743         (*nmsub3<mode>_fastmath) Remove.
21744         (*nmadd4<mode>_fastmath) Update condition.
21745         (*nmsub4<mode>_fastmath) Update condition.
21747 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
21749         PR target/65956
21750         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
21751         alignment attribute, exploring one level down for records and arrays.
21753 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
21755         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
21756         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
21757         Copy operand 1 to a temporary if !ext_register_operand.  Remove
21758         ancient extract_bit_field workaround.
21759         (*extv<mode>): Rename from *mov<mode>_extv_1.
21760         (*extvqi): Rename from *movqi_extv_1.
21761         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
21762         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
21763         to a temporary if !ext_register_operand.  Remove ancient
21764         extract_bit_field workaround.
21765         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
21766         (*extzvqi): Rename from *movqi_extzv_2.
21767         (*testqi_ext_3): Remove modes from const_int_operand predicated
21768         operands.  Add "n" constraint.
21769         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
21770         operand.  Add "J" constraint.
21771         (*btsq, *btrq, *btcq peephole2s): Remove mode from
21772         const_0_to_63 predicated operand.
21773         (regmode): New insn attribute.
21774         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
21775         to nonmemory_operand.  Use regmode insn attribute.
21776         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
21777         (*jcc_bt<mode>_mask): Remove mode from operand 3.
21778         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
21779         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
21780         operands.  Use "N" constraint instead of "n".
21782 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
21784         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
21786 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
21788         PR target/66749
21789         * config/i386/i386.c (iamcu_cost): New.
21790         (m_IAMCU): Likewise.
21791         (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
21792         (processor_target_table): Add an entry for "iamcu".
21793         (processor_alias_table): Likewise.
21794         (ix86_issue_rate): Handle PROCESSOR_IAMCU.
21795         (ix86_adjust_cost): Likewise.
21796         (ia32_multipass_dfa_lookahead): Likewise.
21797         * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
21798         * config/i386/x86-tune.def: Updated for m_IAMCU.
21800 2015-07-06  Richard Biener  <rguenther@suse.de>
21802         PR tree-optimization/66772
21803         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
21804         values are available in the PHI node BB when there are
21805         still unexecutable edges.
21807 2015-07-06  Richard Biener  <rguenther@suse.de>
21809         PR tree-optimization/66767
21810         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
21811         Make sure to build the alignment test on a SSA name without
21812         final alignment info valid only if the alignment test
21813         evaluates to true.
21815 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
21817         PR target/66620
21818         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
21819         loop start when inserting LSETUP.
21821 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
21823         PR target/53383
21824         * config/i386/i386.c (ix86_option_override_internal): Allow
21825         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
21827 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21829         * read-md.c (decimal_string): Rename to ...
21830         (md_decimal_string): ... this.
21831         (handle_enum): Reflect this.
21833 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
21835         PR target/66731
21836         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
21838 2015-07-06  Richard Biener  <rguenther@suse.de>
21840         PR middle-end/66759
21841         * match.pd: Add missing constraint of y to REAL_CST in
21842         REAL_CST - x CMP y to y - CST CMP x simplification.
21844 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
21846         PR tree-optimization/66757
21847         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
21849 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
21850             Sandra Loosemore <sandra@codesourcery.com>
21852         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
21853         Delete extern declaration.
21854         (gprel_constant_p): Add extern declaration.
21855         * config/nios2/constraints.md ("S"): Use gprel_constant_p
21856         instead of nios2_symbol_ref_in_small_data_p.
21857         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
21858         (nios2_symbol_ref_in_small_data_p): Make static.
21859         (gprel_constant_p): Make non-static.
21861 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
21863         * doc/fragments.texi (Target Fragment): Convert debian.org
21864         link to use https.
21865         * doc/install.texi (Configuration): Ditto.
21867 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
21869         PR tree-optimization/66718
21870         * tree-vect-stmts.c (vectorizable_call): Replace uses of
21871         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
21873         PR tree-optimization/66718
21874         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
21875         vectorizable_load, vectorizable_condition): Move vectype,
21876         nunits, ncopies computation after checking what kind of statement
21877         stmt is.
21879 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21881         * target-insns.def (extv, extzv, insv): New targetm instruction
21882         patterns.
21883         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
21884         interface.
21885         * recog.c (simplify_while_replacing): Likewise.
21887 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21889         * target-insns.def (doloop_begin, doloop_end): New targetm
21890         instruction patterns.
21891         * loop-init.c: Include target.h.
21892         (pass_loop2::gate): Use the new targetm patterns instead of
21893         HAVE_*/gen_* interface.
21894         (pass_rtl_doloop::gate): Likewise.
21895         (pass_rtl_doloop::execute): Remove preprocessor condition.
21896         * hw-doloop.c: Build unconditionally.
21897         * loop-doloop.c: Likewise.
21898         (doloop_optimize): Use the new targetm patterns instead of
21899         HAVE_*/gen_* interface.
21900         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
21901         * modulo-sched.c (doloop_register_get): Likewise.
21903 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21905         * target-insns.def (clear_cache): New targetm instruction pattern.
21906         * builtins.c (expand_builtin___clear_cache): Use it instead of
21907         HAVE_*/gen_* interface.
21909 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21911         * target-insns.def (allocate_stack, check_stack, probe_stack)
21912         (probe_stack_address, split_stack_prologue, split_stack_space_check):
21913         New targetm instruction patterns.
21914         * explow.c (allocate_dynamic_stack_space): Use them instead of
21915         HAVE_*/gen_* interface.
21916         (emit_stack_probe): Likewise.
21917         (probe_stack_range): Likewise.
21918         * function.c (thread_prologue_and_epilogue_insns): Likewise.
21920 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21922         * target-insns.def (stack_protect_set, stack_protect_test): New
21923         targetm instruction patterns.
21924         * cfgexpand.c (stack_protect_prologue): Use them instead of
21925         HAVE_*/gen_* interface.
21926         * function.c (stack_protect_epilogue): Likewise.
21928 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21930         * expr.h (gen_move_insn_uncast): Delete.
21931         * expr.c (gen_move_insn_uncast): Delete.
21933 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21935         * target-insns.def (restore_stack_block, restore_stack_function)
21936         (restore_stack_nonlocal, save_stack_block, save_stack_function)
21937         (save_stack_nonlocal): New targetm instruction patterns.
21938         * builtins.c (expand_builtin_apply): Use them instead of
21939         HAVE_*/gen_* interface.
21940         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
21942 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21944         * target-insns.def (trap): New targetm instruction pattern.
21945         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
21946         interface.
21947         * explow.c (allocate_dynamic_stack_space): Likewise.
21948         * ifcvt.c (find_if_header): Likewise.
21950 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21952         * target-insns.def (prefetch): New targetm instruction pattern.
21953         * tree-ssa-loop-prefetch.c: Include targeth.
21954         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
21955         of HAVE_*/gen_* interface.
21956         * builtins.c (expand_builtin_prefetch): Likewise.
21957         * toplev.c (process_options): Likewise.
21959 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21961         * target-insns.def (untyped_call, untyped_return): New targetm
21962         instruction patterns.
21963         * builtins.c (expand_builtin_apply): Use them instead of
21964         HAVE_*/gen_* interface.
21965         (result_vector): Define unconditionally.
21967 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21969         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
21970         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
21971         (nonlocal_goto_receiver): New targetm instruction patterns.
21972         * builtins.c (expand_builtin_setjmp_setup): Use them instead
21973         of HAVE_*/gen_* interface.
21974         (expand_builtin_setjmp_receiver): Likewise.
21975         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
21976         * except.c (expand_dw2_landing_pad_for_region): Likewise.
21978 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
21980         * target.def: Add code_for_* hooks.
21981         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
21982         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
21983         * target-insns.def (casesi, tablejump): New targetm instruction
21984         patterns.
21985         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
21986         (do_tablejump): Likewise.
21987         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
21988         (expand_sjlj_dispatch_table): Likewise.
21989         * targhooks.c (default_case_values_threshold): Likewise.
21991 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
21993         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
21994         Use rtx_insn * instead of rtx.
21995         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
21996         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
21997         (nios2_call_tls_get_addr): Likewise.
21998         (nios2_emit_expensive_div): Likewise.
21999         (nios2_emit_move_sequence): Change return type to bool.
22000         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
22001         Change return type to bool.
22003 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22005         PR target/66747
22006         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
22008 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
22010         PR target/66114
22011         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
22012         of register_operand.  Remove constraint.
22014 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
22016         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
22017         the first argument.
22019 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
22021         * attribs.c (decl_attributes): Guard inform with the return value
22022         of the preceding warning.
22024 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
22026         * doc/invoke.texi (moverride): Move to correct section.
22028 2015-07-03  Richard Biener  <rguenther@suse.de>
22030         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
22031         Copy from tree.c
22032         (dt_operand::gen_gimple_expr): After valueizing operands
22033         re-canonicalize operand order for commutative tree codes.
22035 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
22037         PR target/66746.
22038         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
22039         is defined.
22040         (__crc32w): Likewise.
22041         (__crc32d): Likewise.
22042         (__rdpmc): Likewise.
22043         (__rdtscp): Likewise.
22044         (_rdpmc): Likewise.
22045         (_rdtscp): Likewise.
22046         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
22047         is defined.
22049 2015-07-03  Richard Biener  <rguenther@suse.de>
22051         * fold-const.c (fold_mathfn_compare): Remove.
22052         (fold_inf_compare): Likewise.
22053         (fold_comparison): Move floating point comparison simplifications...
22054         * match.pd: ... to patterns here.  Introduce simple_comparisons
22055         operator list and use it for patterns formerly in fold_comparison.
22057 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
22059         PR tree-optimization/66119
22060         * toplev.c (process_options): Don't set up default values for
22061         the sra_max_scalarization_size_{speed,size} parameters.
22062         * tree-sra (analyze_all_variable_accesses): If no values
22063         have been set for the sra_max_scalarization_size_{speed,size}
22064         parameters, call get_move_ratio to get target defaults.
22066 2015-07-03  Richard Biener  <rguenther@suse.de>
22068         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
22069         * match.pd: ... here.
22071 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
22073         PR target/37072
22074         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
22075         is not actually the default on FreeBSD.
22077 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22079         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
22080         definition.
22081         (CMPGE_8HI): Likewise.
22082         (CMPGE_4SI): Likewise.
22083         (CMPGE_2DI): Likewise.
22084         (CMPGE_U16QI): Likewise.
22085         (CMPGE_U8HI): Likewise.
22086         (CMPGE_U4SI): Likewise.
22087         (CMPGE_U2DI): Likewise.
22088         (CMPLE_16QI): Likewise.
22089         (CMPLE_8HI): Likewise.
22090         (CMPLE_4SI): Likewise.
22091         (CMPLE_2DI): Likewise.
22092         (CMPLE_U16QI): Likewise.
22093         (CMPLE_U8HI): Likewise.
22094         (CMPLE_U4SI): Likewise.
22095         (CMPLE_U2DI): Likewise.
22096         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
22097         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
22098         ALTIVEC_BUILTIN_VEC_CMPLE.
22099         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
22100         floating-point vector modes.
22101         (vector_nlt<mode>): New define_expand.
22102         (vector_nltu<mode>): Likewise.
22103         (vector_ngt<mode>): Likewise.
22104         (vector_ngtu<mode>): Likewise.
22106 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
22108         PR rtl-optimization/66706
22109         * combine.c (make_compound_operation): If an AND of SUBREG of
22110         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
22112 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
22114         * tree-pass.h (make_pass_ch_vect): New.
22115         * passes.def: Add pass_ch_vect just before pass_if_conversion.
22117         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
22118         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
22119         make_pass_ch_vect): New.
22120         (pass_ch): Extend ch_base.
22122         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
22123         (ch_base::copy_headers): ...here.
22125 2015-07-02  Richard Biener  <rguenther@suse.de>
22127         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
22128         * fold-const.c (get_pointer_modulus_and_residue): Remove.
22129         (fold_binary_loc): Implement (T)ptr & CST in terms of
22130         get_pointer_alignment_1.
22131         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
22132         Make sure to build the alignment test on a SSA name without
22133         final alignment info valid only after the prologue.
22135 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
22137         * config/cris/cris.md ("epilogue"): Remove condition.
22138         ("prologue"): Ditto.
22140 2015-07-02  Richard Biener  <rguenther@suse.de>
22142         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
22143         parameter to record a condition that is false.
22144         (record_conditions): When recording an extra NE_EXPR that is
22145         true also record a EQ_EXPR that is false.
22147 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
22149         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
22150         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
22151         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
22152         (set_iv, find_interesting_uses_address, add_candidate_1): New
22153         argument to alloc_iv.
22154         (find_interesting_uses_op, find_interesting_uses_cond): Don't
22155         duplicate struct iv.
22156         (free_loop_data): Don't free struct iv explicitly.
22157         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
22159 2015-07-01  DJ Delorie  <dj@redhat.com>
22161         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
22162         (LIB_SPEC): Add.
22163         (SUPPORTS_DISCRIMINATOR): Define.
22165 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
22167         PR bootstrap/66685
22168         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
22169         there are no CALLs in the same pattern.
22171 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22173         PR rtl-optimization/61047
22174         * rtlanal.c (get_initial_register_offset): New function.
22175         (rtx_addr_can_trap_p_1): Check offsets of stack references.
22177 2015-07-01  Richard Biener  <rguenther@suse.de>
22179         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
22180         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
22181         ~X CMP C -> X CMP' ~C to ...
22182         * match.pd: ... patterns here.
22184 2015-07-01  Nick Clifton  <nickc@redhat.com>
22186         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
22187         a 16-bit value into a 20-bit memory slot.
22189 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
22191         * doc/sourcebuild.texi (AArch64-specific attributes): Document
22192         "aarch64_tiny", "aarch64_small", "aarch64_large",
22193         "aarch64_little_endian", "aarch64_big_endian".
22195 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
22197         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
22198         Document "aarch64_small_fpic".
22200 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
22202         * configure.ac: Add check for aarch64 assembler -fpic relocation
22203         modifier support.
22204         * configure: Regenerate.
22205         * config.in: Regenerate.
22206         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
22207         to -fPIC if not support of -fpic relocation modifier in assembler.
22209 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
22211         PR bootstrap/66685
22212         * rtl.c (classify_insn): Handle returns in PARALLELs.
22214 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
22216         PR middle-end/66633
22217         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
22218         to true if the function is nested and if not optimizing.
22219         (convert_local_omp_clauses): Initialize need_frame to true if the
22220         function contains nested functions and if not optimizing.
22222 2015-07-01  Richard Biener  <rguenther@suse.de>
22224         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
22225         (X & Y) ^ Y -> ~X & Y transforms to ...
22226         * match.pd: ... here.
22228 2015-07-01  Richard Biener <rguenther@suse.de>
22230         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
22231         of converts to avoid uninteresting noise from the conversion
22232         simplifying patterns.
22234 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
22236         * config/c6x/c6x.c (try_rename_operands): Do not depend on
22237         gcc_assert evaluating its argument for side-effect.
22239 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
22241         PR target/64833
22242         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
22243         flag_pic is set.
22245 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
22247         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
22248         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
22249         (hash_scc): Add this_ref_p and ref_p parameters and pass them
22250         to the inner DFS walk.
22252 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
22254         * target-insns.def (jump): New targetm instruction pattern.
22255         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
22256         instead of gen_jump.
22257         (fix_up_crossing_landing_pad): Likewise.
22258         (add_labels_and_missing_jumps): Likewise.
22259         (fix_crossing_conditional_branches): Likewise.
22260         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
22261         (force_nonfallthru_and_redirect): Likewise.
22262         * cse.c (cse_insn): Likewise.
22263         * expmed.c (expand_divmod): Likewise.
22264         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
22265         * haifa-sched.c (init_before_recovery): Likewise.
22266         (sched_create_recovery_edges): Likewise.
22267         * ifcvt.c (find_cond_trap): Likewise.
22268         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
22269         (expand_float, expand_fix): Likewise.
22270         * stmt.c (emit_jump): Likewise.
22272 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
22274         * defaults.h (HAVE_load_multiple, gen_load_multiple)
22275         (HAVE_store_multiple, gen_store_multiple): Delete.
22276         * target-insns.def (load_multiple, store_multiple): New targetm
22277         instruction patterns.
22278         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
22279         of HAVE_*/gen_* interface.
22281 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
22283         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
22284         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
22285         (gen_mem_signal_fence): Delete.
22286         * target-insns.def (mem_signal_fence, mem_thread_fence)
22287         (memory_barrier): New targetm instruction patterns.
22288         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
22289         interface.
22290         (expand_mem_signal_fence): Likewise.
22292 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
22294         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
22295         * target-insns.def (epilogue, prologue, sibcall_prologue): New
22296         targetm instruction patterns.
22297         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
22298         interface.
22299         * calls.c (expand_call): Likewise.
22300         * cfgrtl.c (cfg_layout_finalize): Likewise.
22301         * df-scan.c (df_get_entry_block_def_set): Likewise.
22302         (df_get_exit_block_use_set): Likewise.
22303         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
22304         * final.c (final_start_function): Likewise.
22305         * function.c (thread_prologue_and_epilogue_insns): Likewise.
22306         (reposition_prologue_and_epilogue_notes): Likewise.
22307         * reorg.c (find_end_label): Likewise.
22308         * toplev.c (process_options): Likewise.
22310 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
22312         * typed-splay-tree.h: New file.
22314 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
22316         PR debug/66691
22317         * lra-int.h (lra_substitute_pseudo): Add a parameter.
22318         (lra_substitute_pseudo_within_insn): Ditto.
22319         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
22320         of constant.
22321         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
22322         to lra_substitute_pseudo.
22323         * lra-lives.c (process_bb_lives): Add an argument to
22324         lra_substitute_pseudo_within_insn call.
22325         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
22326         argument to lra_substitute_pseudo and
22327         lra_substitute_pseudo_within_insn calls.
22328         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
22330 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
22332         * configure: Regenerated.
22334 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
22336         * config.gcc: Support i[34567]86-*-elfiamcu target.
22337         * config/i386/iamcu.h: New.
22338         * config/i386/i386.opt: Add -miamcu.
22339         * doc/invoke.texi: Document -miamcu.
22340         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
22341         off x87/MMX/SSE/AVX codegen for -miamcu.
22342         * config/i386/i386-c.c (ix86_target_macros_internal): Define
22343         __iamcu/__iamcu__ for -miamcu.
22344         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
22345         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
22346         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
22347         * config/i386/i386.c (ix86_option_override_internal): Ignore and
22348         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
22349         MCU by default.  Default long double to 64-bit for Intel MCU.
22350         Turn on -freg-struct-return for Intel MCU.  Issue an error when
22351         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
22352         AVX is turned on.
22353         (function_arg_advance_32): Pass value whose size is no larger
22354         than 8 bytes in registers for Intel MCU.
22355         (function_arg_32): Likewise.
22356         (ix86_return_in_memory): Return value whose size is no larger
22357         than 8 bytes in registers for Intel MCU.
22358         (iamcu_alignment): New function.
22359         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
22360         true.
22361         (ix86_local_alignment): Don't increase alignment for Intel MCU.
22362         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
22363         true.
22365 2015-06-30  Marek Polacek  <polacek@redhat.com>
22367         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
22368         both operands of the resulting expression.
22370         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
22371         the final expression with the operand's type and then convert
22372         it to the type of the expression.
22374 2015-06-30  Richard Biener  <rguenther@suse.de>
22376         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
22377         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
22378         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
22379         * match.pd: ... to patterns here.
22381 2015-06-30  Richard Biener  <rguenther@suse.de>
22383         PR tree-optimization/66704
22384         * tree-vect-data-refs.c (vect_setup_realignment): Use
22385         make_ssa_name for non-SSA name source.
22387 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
22389         PR middle-end/66702
22390         * omp-low.c (simd_clone_adjust): Handle addressable linear
22391         or uniform parameters or non-gimple type uniform parameters.
22393 2015-06-30  Richard Biener  <rguenther@suse.de>
22395         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
22396         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
22397         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
22398         * match.pd: ... here.
22399         Add a few cases of A - B -> A + (-B) when B "easily" negates.
22400         Move (x & y) | x -> x and friends before
22401         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
22403 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
22405         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
22406         -mfix-ut699 is not specified.
22407         (leon3_load): Rename into...
22408         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
22409         is specified.
22411 2015-06-30  Marek Polacek  <polacek@redhat.com>
22413         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
22414         * match.pd: ... here.
22416 2015-06-30  Richard Biener  <rguenther@suse.de>
22418         * target-insns.def (canonicalize_funcptr_for_compare): Add.
22419         * fold-const.c (build_range_check): Replace uses of
22420         HAVE_canonicalize_funcptr_for_compare.
22421         (fold_widened_comparison): Likewise.
22422         (fold_sign_changed_comparison): Likewise.
22423         * dojump.c: Include "target.h".
22424         (do_compare_and_jump): Replace uses of
22425         HAVE_canonicalize_funcptr_for_compare and
22426         gen_canonicalize_funcptr_for_compare.
22427         * expr.c (do_store_flag): Likewise.
22429 2015-06-30  Tom de Vries  <tom@codesourcery.com>
22431         PR tree-optimization/66652
22432         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
22433         max_loop_iterations to determine if nit + 1 overflows.
22435 2015-06-30  Richard Biener  <rguenther@suse.de>
22437         * tree-vrp.c (register_edge_assert_for_2): Also register
22438         asserts for dominating conversion results.
22440 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
22442         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
22443         field in struct iv.
22445 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
22447         PR target/66509
22448         * configure.ac: Fix filds and fildq test for 64-bit.
22449         * configure: Regenerated.
22451 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
22453         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
22454         (nvptx_reorg): Here.  Keep the non-subreg pieces.
22456 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
22458         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
22459         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
22461 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
22463         * config/i386/i386.md (*jcc_1): Use %! in asm template.
22464         Set attribute "length_nobnd" instead of "length".
22465         (*jcc_2): Ditto.
22466         (jump): Ditto.
22467         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
22469 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
22471         * config/nios2/nios2.c (nios2_delegitimize_address): Make
22472         assert less restrictive.
22474 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22476         PR fortran/66605
22477         * cgraphunit.c (cgraph_node::finalize_function): Do not call
22478         do_warn_unused_parameter.
22479         * function.c (do_warn_unused_parameter): Move from here.
22480         * function.h (do_warn_unused_parameter): Do not declare.
22482 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
22484         PR target/65697
22485         * gcc.target/arm/armv-sync-comp-swap.c: New.
22486         * gcc.target/arm/armv-sync-op-acquire.c: New.
22487         * gcc.target/arm/armv-sync-op-full.c: New.
22488         * gcc.target/arm/armv-sync-op-release.c: New.
22490 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
22492         PR target/65697
22493         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
22494         initial acquire barrier with final barrier.
22496 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
22498         PR target/65697
22499         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
22500         initial acquire barrier with final barrier.
22502 2015-06-29  Richard Henderson  <rth@redhat.com>
22504         * config/i386/constraints.md (Bf): New constraint.
22505         * config/i386/i386-c.c (ix86_target_macros): Define
22506         __GCC_ASM_FLAG_OUTPUTS__.
22507         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
22508         as flags outputs.
22509         * doc/extend.texi (FlagOutputOperands): Document them.
22511 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
22513         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
22514         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
22515         unspec name.
22516         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
22517         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
22518         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
22519         (aarch64_symbol_context): Ditto.
22520         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
22521         and use new pattern name.
22522         (aarch64_expand_mov_immediate): Ditto.
22523         (aarch64_print_operand): Ditto.
22524         (aarch64_classify_tls_symbol): Ditto.
22526 2015-06-29  Marek Polacek  <polacek@redhat.com>
22527             Marc Glisse  <marc.glisse@inria.fr>
22529         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
22530         * match.pd: ... pattern here.
22532 2015-06-29  Tom de Vries  <tom@codesourcery.com>
22534         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
22535         function structure.
22537 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
22539         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
22540         feature description, split out the native option, add a link to
22541         the feature documentation, rearrange and slightly rewrite text.
22542         (Aarch64 options, -mcpu): Likewise.
22543         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
22544         +rdma implies Adv. SIMD.
22546 2015-06-29  Marek Polacek  <polacek@redhat.com>
22548         PR c/66322
22549         * function.c (stack_protect_epilogue): Remove a cast to int.
22550         * doc/invoke.texi: Update -Wswitch-bool description.
22552 2015-06-29  Richard Biener  <rguenther@suse.de>
22554         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
22555         * fold-const.c (fold_binary_loc): Move &A - &B simplification
22556         via ptr_difference_const ...
22557         * match.pd: ... here.
22558         When matching (X ^ Y) == Y also match with swapped operands.
22560 2015-06-29  Richard Biener  <rguenther@suse.de>
22562         * lto-streamer.h (LTO_major_version): Bump to 5.
22564 2015-06-29  Richard Biener  <rguenther@suse.de>
22566         PR tree-optimization/66677
22567         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
22568         STMT_VINFO_VEC_STMT clobbering less strict.
22570 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
22572         PR middle-end/64130
22573         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
22574         division, compute max and min when value ranges for dividend and
22575         divisor are available.
22577 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
22578             Sandra Loosemore <sandra@codesourcery.com>
22580         * regrename.h (regrename_do_replace): Change to return bool.
22581         * regrename.c (rename_chains): Check return value of
22582         regname_do_replace.
22583         (regrename_do_replace): Re-validate the modified insns and
22584         return bool status.
22585         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
22586         Update to match rename_chains changes.
22587         * config/c6x/c6x.c (try_rename_operands): Assert that
22588         regrename_do_replace returns true.
22590 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
22592         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
22593         operand 2 here.  Use copy_addr_to_reg to copy non-index
22594         register operand 2 to a temporary.
22595         (<mode>_stx): Ditto for operand 1.
22596         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
22597         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
22598         (ix86_store_bounds): Ditto.
22600 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
22602         * print-tree.c (print_node) [TREE_VEC]: Print its length.
22604 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
22606         * gimple.c (gimple_call_set_fndecl): Remove.
22607         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
22608         build1_loc directly instead of build_fold_addr_expr_loc.
22610 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
22612         * hash-map.h (hash_map::traverse): Use the definition of the
22613         Key typedef rather than the typedef itself.
22615 2015-06-26  Martin Jambor  <mjambor@suse.cz>
22617         PR debug/66301
22618         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
22619         NULL instead of calling dump_enabled_p.
22621 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
22623         * config/aarch64/aarch64.opt: (override): New.
22624         * doc/invoke.texi (override): Document.
22625         * config/aarch64/aarch64.c (aarch64_flag_desc): New
22626         (aarch64_fusible_pairs): Likewise.
22627         (aarch64_tuning_flags): Likewise.
22628         (aarch64_tuning_override_function): Likewise.
22629         (aarch64_tuning_override_functions): Likewise.
22630         (aarch64_parse_one_option_token): Likewise.
22631         (aarch64_parse_boolean_options): Likewise.
22632         (aarch64_parse_fuse_string): Likewise.
22633         (aarch64_parse_tune_string): Likewise.
22634         (aarch64_parse_one_override_token): Likewise.
22635         (aarch64_parse_override_string): Likewise.
22636         (aarch64_override_options): Parse the -override string if it
22637         is present.
22639 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
22641         * config/aarch64/aarch64-protos.h (tune_params): Remove
22642         const from members.
22643         (aarch64_tune_params): Remove const, change to no longer be
22644         a pointer.
22645         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
22646         change to no longer be a pointer, initialize to generic_tunings.
22647         (aarch64_min_divisions_for_recip_mul): Change dereference of
22648         aarch64_tune_params to member access.
22649         (aarch64_reassociation_width): Likewise.
22650         (aarch64_rtx_mult_cost): Likewise.
22651         (aarch64_address_cost): Likewise.
22652         (aarch64_branch_cost): Likewise.
22653         (aarch64_rtx_costs): Likewise.
22654         (aarch64_register_move_cost): Likewise.
22655         (aarch64_memory_move_cost): Likewise.
22656         (aarch64_sched_issue_rate): Likewise.
22657         (aarch64_builtin_vectorization_cost): Likewise.
22658         (aarch64_override_options): Take a copy of the selected tuning
22659         struct in to aarch64_tune_params, rather than just setting
22660         a pointer, change dereferences of aarch64_tune_params to member
22661         accesses.
22662         (aarch64_override_options_after_change): Change dereferences of
22663         aarch64_tune_params to member access.
22664         (aarch64_macro_fusion_p): Likewise.
22665         (aarch_macro_fusion_pair_p): Likewise.
22666         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
22668 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
22670         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
22671         (aarch64_tune_flags): Likewise.
22672         (AARCH64_TUNE_FMA_STEERING): Likewise.
22673         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
22674         to AARCH64_FL_USE_FMA_STEERING_PASS.
22675         (cortex-a57.cortex-a53): Likewise.
22676         (cortex-a72): Use cortexa72_tunings.
22677         (cortex-a72.cortex-a53): Likewise.
22678         (exynos-m1): Likewise.
22679         * config/aarch64/aarch64-protos.h (tune_params): Add
22680         a field: extra_tuning_flags.
22681         * config/aarch64/aarch64-tuning-flags.def: New.
22682         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
22683         (aarch64_extra_tuning_flags): Likewise.
22684         (aarch64_tune_params): Declare here.
22685         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
22686         (cortexa53_tunings): Likewise.
22687         (cortexa57_tunings): Likewise.
22688         (thunderx_tunings): Likewise.
22689         (xgene1_tunings): Likewise.
22690         (cortexa72_tunings): New.
22691         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
22692          (gate): Check against aarch64_tune_params.
22693         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
22694         aarch64-protos.h.
22696 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
22698         * config/aarch64/aarch64-fusion-pairs.def: New.
22699         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
22700         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
22701         aarch64_fusion_pairs.
22702         (AARCH64_FUSE_MOV_MOVK): Likewise.
22703         (AARCH64_FUSE_ADRP_ADD): Likewise.
22704         (AARCH64_FUSE_MOVK_MOVK): Likewise.
22705         (AARCH64_FUSE_ADRP_LDR): Likewise.
22706         (AARCH64_FUSE_CMP_BRANCH): Likewise.
22708 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
22710         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
22711         SYMBOL_SMALL_GOT_28K.
22712         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
22713         relocation modifiers.
22714         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
22715         (ldr_got_small_28k_<mode>): New.
22716         (ldr_got_small_28k_sidi): New.
22717         * config/aarch64/iterators.md (got_modifier): New mode iterator.
22718         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
22719         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
22720         SYMBOL_SMALL_GOT_28K.
22721         (aarch64_rtx_costs): Add costs for new instruction sequences.
22722         (initialize_aarch64_code_model): Initialize new model.
22723         (aarch64_classify_symbol): Recognize new model and new symbol classification.
22724         (aarch64_asm_preferred_eh_data_format): Support new model.
22725         (aarch64_load_symref_appropriately): Generate new instruction
22726         sequences for -fpic.
22727         (TARGET_USE_PSEUDO_PIC_REG): New definition.
22728         (aarch64_use_pseudo_pic_reg): New function.
22730 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
22732         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
22733         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
22734         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
22735         (aarch64_expand_mov_immediate): Ditto.
22736         (aarch64_print_operand): Ditto.
22737         (aarch64_classify_symbol): Ditto.
22739 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22741         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
22743 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
22745         PR bootstrap/66638
22746         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
22747         assertion failed.  Remove assertion itself.
22749 2015-06-26  Richard Biener  <rguenther@suse.de>
22751         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
22752         and -A CMP CST -> A CMP -CST which is redundant with a pattern
22753         in match.pd.
22754         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
22755         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
22756         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
22757         * match.pd: ... patterns here.
22759 2015-06-26  Marek Polacek  <polacek@redhat.com>
22761         * match.pd ((x | y) & ~(x & y) -> x ^ y,
22762         (x | y) & (~x ^ y) -> x & y): New patterns.
22764 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
22766         * rtl.h (emit): Add an optional boolean parameter to control
22767         whether barriers are emitted.
22768         * emit-rtl.c (emit): Likewise.
22769         * gensupport.c (get_emit_function): Return null rather than "emit".
22770         * genemit.c (gen_emit_seq): Handle the null return value.
22771         Don't emit barriers after the final instruction in the sequence.
22772         * gentarget-def.c (main): Don't emit barriers after the instruction.
22774 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22776         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
22777         TARGET_UNIFIED_ASM.
22779 2015-06-26  Richard Biener  <rguenther@suse.de>
22781         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
22783 2015-06-26  Richard Biener  <rguenther@suse.de>
22785         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
22786         irrespective on whether the inner operation has a single use
22787         of both off are constant.
22789 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
22790             Segher Boessenkool  <segher@kernel.crashing.org>
22792         PR target/66412
22793         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
22794         before doing PUT_MODE or PUT_CODE on operands to avoid
22795         in-place RTX modification.
22797 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
22799         * gentarget-def.c (def_target_insn): Cast return of strtol to
22800         unsigned int.
22802 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
22804         * gimple.h (gimple_call_set_fn): Move inline function.
22805         * gimple.c (gimple_call_set_fn): Relocate here.
22807 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
22809         PR target/65979
22810         PR target/66611
22811         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
22812         the replacement insn will work.
22814 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
22816         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
22817         by default.
22819 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
22821         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
22822         * cgraph.h: Include ipa-ref.h and plugin-api.h.
22823         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
22824         (symtab_node::address_can_be_compared_p): Move function.
22825         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
22826         definition here.
22827         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
22828         * auto-profile.c: Likewise.
22829         * bb-reorder.c: Likewise.
22830         * builtins.c: Likewise.
22831         * calls.c: Likewise.
22832         * cfgexpand.c: Likewise.
22833         * cgraphbuild.c: Likewise.
22834         * cgraphclones.c: Likewise.
22835         * cgraphunit.c: Likewise.
22836         * combine.c: Likewise.
22837         * coverage.c: Likewise.
22838         * data-streamer-in.c: Likewise.
22839         * data-streamer-out.c: Likewise.
22840         * data-streamer.c: Likewise.
22841         * dbxout.c: Likewise.
22842         * dwarf2out.c: Likewise.
22843         * except.c: Likewise.
22844         * expr.c: Likewise.
22845         * final.c: Likewise.
22846         * fold-const.c: Likewise.
22847         * ggc-page.c: Likewise.
22848         * gimple-fold.c: Likewise.
22849         * gimple-iterator.c: Likewise.
22850         * gimple-pretty-print.c: Likewise.
22851         * gimple-streamer-in.c: Likewise.
22852         * gimple-streamer-out.c: Likewise.
22853         * gimple.c: Likewise.
22854         * gimplify.c: Likewise.
22855         * ipa-chkp.c: Likewise.
22856         * ipa-comdats.c: Likewise.
22857         * ipa-cp.c: Likewise.
22858         * ipa-devirt.c: Likewise.
22859         * ipa-icf-gimple.c: Likewise.
22860         * ipa-icf.c: Likewise.
22861         * ipa-inline-analysis.c: Likewise.
22862         * ipa-inline-transform.c: Likewise.
22863         * ipa-inline.c: Likewise.
22864         * ipa-polymorphic-call.c: Likewise.
22865         * ipa-profile.c: Likewise.
22866         * ipa-prop.c: Likewise.
22867         * ipa-pure-const.c: Likewise.
22868         * ipa-ref.c: Likewise.
22869         * ipa-reference.c: Likewise.
22870         * ipa-split.c: Likewise.
22871         * ipa-utils.c: Likewise.
22872         * ipa-visibility.c: Likewise.
22873         * ipa.c: Likewise.
22874         * langhooks.c: Likewise.
22875         * lto-cgraph.c: Likewise.
22876         * lto-compress.c: Likewise.
22877         * lto-opts.c: Likewise.
22878         * lto-section-in.c: Likewise.
22879         * lto-section-out.c: Likewise.
22880         * lto-streamer-in.c: Likewise.
22881         * lto-streamer-out.c: Likewise.
22882         * lto-streamer.c: Likewise.
22883         * omp-low.c: Likewise.
22884         * opts-global.c: Likewise.
22885         * passes.c: Likewise.
22886         * predict.c: Likewise.
22887         * print-tree.c: Likewise.
22888         * profile.c: Likewise.
22889         * ree.c: Likewise.
22890         * sanopt.c: Likewise.
22891         * stor-layout.c: Likewise.
22892         * symtab.c: Likewise.
22893         * toplev.c: Likewise.
22894         * trans-mem.c: Likewise.
22895         * tree-cfg.c: Likewise.
22896         * tree-chkp.c: Likewise.
22897         * tree-eh.c: Likewise.
22898         * tree-emutls.c: Likewise.
22899         * tree-inline.c: Likewise.
22900         * tree-nested.c: Likewise.
22901         * tree-parloops.c: Likewise.
22902         * tree-pretty-print.c: Likewise.
22903         * tree-profile.c: Likewise.
22904         * tree-sra.c: Likewise.
22905         * tree-ssa-alias.c: Likewise.
22906         * tree-ssa-live.c: Likewise.
22907         * tree-ssa-loop-ivcanon.c: Likewise.
22908         * tree-ssa-loop-ivopts.c: Likewise.
22909         * tree-ssa-pre.c: Likewise.
22910         * tree-ssa-sccvn.c: Likewise.
22911         * tree-ssa-strlen.c: Likewise.
22912         * tree-ssa-structalias.c: Likewise.
22913         * tree-streamer-in.c: Likewise.
22914         * tree-streamer-out.c: Likewise.
22915         * tree-streamer.c: Likewise.
22916         * tree-switch-conversion.c: Likewise.
22917         * tree-tailcall.c: Likewise.
22918         * tree-vect-data-refs.c: Likewise.
22919         * tree-vect-stmts.c: Likewise.
22920         * tree-vectorizer.c: Likewise.
22921         * tree.c: Likewise.
22922         * tsan.c: Likewise.
22923         * ubsan.c: Likewise.
22924         * value-prof.c: Likewise.
22925         * varasm.c: Likewise.
22926         * varpool.c: Likewise.
22927         * config/arm/arm.c: Likewise.
22928         * config/bfin/bfin.c: Likewise.
22929         * config/c6x/c6x.c: Likewise.
22930         * config/cris/cris.c: Likewise.
22931         * config/darwin-c.c: Likewise.
22932         * config/darwin.c: Likewise.
22933         * config/i386/i386.c: Likewise.
22934         * config/i386/winnt.c: Likewise.
22935         * config/microblaze/microblaze.c: Likewise.
22936         * config/mips/mips.c: Likewise.
22937         * config/rs6000/rs6000.c: Likewise.
22938         * config/rx/rx.c: Likewise.
22939         * config/s390/s390.c: Likewise.
22940         * config/tilegx/mul-tables.c: Likewise.
22942 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
22944         * config/aarch64/aarch64.c, config/alpha/alpha.c,
22945         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
22946         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
22947         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
22948         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
22949         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
22950         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
22951         config/microblaze/microblaze.c, config/mips/mips.c,
22952         config/mmix/mmix.c, config/mn10300/mn10300.c,
22953         config/moxie/moxie.c, config/msp430/msp430.c,
22954         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
22955         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
22956         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
22957         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
22958         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
22959         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
22960         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
22961         target-def.h include.
22962         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
22964 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
22966         * Makefile.in (TARGET_DEF): Add target-insns.def.
22967         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
22968         (build/gentarget-def.o): New rule.
22969         (genprogrtl): Add target-def.
22970         * target-insns.def, gentarget-def.c: New files.
22971         * target.def: Add targetm.have_* and targetm.gen_* hooks,
22972         based on the contents of target-insns.def.
22973         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
22974         (HAVE_return, gen_return): Delete.
22975         * target-def.h: Include insn-target-def.h.
22976         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
22977         instead of direct calls.  Rely on them to do the appropriate assertions.
22978         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
22979         (convert_jumps_to_returns): Use targetm interface instead of
22980         direct calls.
22981         (thread_prologue_and_epilogue_insns): Likewise.
22982         * reorg.c (find_end_label, dbr_schedule): Likewise.
22983         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
22984         * shrink-wrap.c (convert_to_simple_return): Likewise.
22985         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
22987 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
22989         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
22990         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
22991         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
22992         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
22993         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
22994         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
22995         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
22996         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
22997         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
22998         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
22999         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
23000         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
23001         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
23002         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
23003         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
23004         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
23005         includes to end.
23007 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23009         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
23010         (unbounded_int_hashmap_traits::key_type): Likewise.
23011         * hash-map.h (hash_map): Get the key type from the traits.
23012         * hash-traits.h (default_hash_traits): By default, inherit from the
23013         template parameter.
23014         * alias.c (alias_set_traits): Delete.
23015         (alias_set_entry_d::children): Use alias_set_hash as the first
23016         template parameter.
23017         (record_alias_subset): Update accordingly.
23018         * except.c (tree_hash_traits): Delete.
23019         (type_to_runtime_map): Use tree_hash as the first template parameter.
23020         (init_eh): Update accordingly.
23021         * genmatch.c (capture_id_map_hasher): Delete.
23022         (cid_map_t): Use nofree_string_hash as first template parameter.
23023         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
23024         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
23025         Use symbol_compare_hash as the first template parameter in
23026         subdivide_hash_map.
23027         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
23028         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
23029         template parameter.
23030         * passes.c (pass_registry_hasher): Delete.
23031         (name_to_pass_map): Use nofree_string_hash as the first template
23032         parameter.
23033         (register_pass_name): Update accordingly.
23034         * sanopt.c (sanopt_tree_map_traits): Delete.
23035         (sanopt_tree_triplet_map_traits): Delete.
23036         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
23037         template parameter.
23038         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
23039         the first template parameter.
23040         * sese.c (rename_map_hasher): Delete.
23041         (rename_map_type): Use tree_ssa_name_hash as the first template
23042         parameter.
23043         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
23044         (function_summary::m_map): Use map_hash as the first template
23045         parameter.
23046         (function_summary::release): Update accordingly.
23047         * tree-if-conv.c (phi_args_hash_traits): Delete.
23048         (predicate_scalar_phi): Use tree_operand_hash as the first template
23049         parameter to phi_arg_map.
23050         * tree-inline.h (dependence_hasher): Delete.
23051         (copy_body_data::dependence_map): Use dependence_hash as the first
23052         template parameter.
23053         * tree-inline.c (remap_dependence_clique): Update accordingly.
23054         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
23055         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
23056         parameter.
23057         (addr_stridxptr): Update accordingly.
23058         * value-prof.c (profile_id_traits): Delete.
23059         (cgraph_node_map): Use profile_id_hash as the first template
23060         parameter.
23061         (init_node_map): Update accordingly.
23062         * config/alpha/alpha.c (string_traits): Delete.
23063         (machine_function::links): Use nofree_string_hash as the first
23064         template parameter.
23065         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
23066         * config/m32c/m32c.c (pragma_traits): Delete.
23067         (pragma_htab): Use nofree_string_hash as the first template parameter.
23068         (m32c_note_pragma_address): Update accordingly.
23069         * config/mep/mep.c (pragma_traits): Delete.
23070         (pragma_htab): Use nofree_string_hash as the first template parameter.
23071         (mep_note_pragma_flag): Update accordingly.
23072         * config/mips/mips.c (mips16_flip_traits): Delete.
23073         (mflip_mips16_htab): Use nofree_string_hash as the first template
23074         parameter.
23075         (mflip_mips16_use_mips16_p): Update accordingly.
23076         (local_alias_traits): Delete.
23077         (mips16_local_aliases): Use nofree_string_hash as the first template
23078         parameter.
23079         (mips16_local_alias): Update accordingly.
23081 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23083         * hash-map-traits.h (default_hashmap_traits): Delete.
23085 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23087         * hash-map-traits.h (unbounded_hashmap_traits): New class.
23088         (unbounded_int_hashmap_traits): Likewise.
23089         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
23091 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23093         * ipa-icf.h (symbol_compare_hash): New class.
23094         (symbol_compare_hashmap_traits): Use it.
23095         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
23096         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
23097         (mem_alloc_description::reverse_mem_map_t): Remove redundant
23098         default_hashmap_traits.
23099         * sanopt.c (sanopt_tree_triplet_hash): New class.
23100         (sanopt_tree_triplet_map_traits): Use it.
23102 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23104         * gengtype-parse.c (require_template_declaration): Allow '+' in
23105         template parameters.  Consolidate cases.
23106         * hash-traits.h (int_hash): New class.
23107         * alias.c (alias_set_hash): New structure.
23108         (alias_set_traits): Use it.
23109         * symbol-summary.h (function_summary::map_hash): New class.
23110         (function_summary::summary_hashmap_traits): Use it.
23111         * tree-inline.h (dependence_hash): New class.
23112         (dependence_hasher): Use it.
23113         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
23114         * value-prof.c (profile_id_hash): New class.
23115         (profile_id_traits): Use it.
23117 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23119         * config/mips/mips.c (mips16_flip_traits): Use it.
23120         (local_alias_traits, mips16_local_aliases): Convert from a map of
23121         rtxes to a map of symbol names.
23122         (mips16_local_alias): Update accordingly.
23124 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23126         * hash-traits.h (string_hash, nofree_string_hash): New classes.
23127         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
23128         * passes.c (pass_registry_hasher): Likewise.
23129         * config/alpha/alpha.c (string_traits): Likewise.
23130         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
23131         * config/m32c/m32c.c (pragma_traits): Likewise.
23132         * config/mep/mep.c (pragma_traits): Likewise.
23134 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23136         * tree-hash-traits.h (tree_hash): New class.
23137         * except.c: Include tree-hash-traits.h.
23138         (tree_hash_traits): Use tree_hash.
23140 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23142         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
23143         * sese.c: Include tree-hash-traits.h.
23144         (rename_map_hasher): Use tree_ssa_name_hasher.
23146 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23148         * tree-hash-traits.h (tree_decl_hash): New class.
23149         * tree-ssa-strlen.c: Include tree-hash-traits.h.
23150         (stridxlist_hash_traits): Use tree_decl_hash.
23152 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23154         * tree-hash-traits.h: New file.
23155         (tree_operand_hash): New class.
23156         * sanopt.c: Include tree-hash-traits.h.
23157         (sanopt_tree_map_traits): Use tree_operand_hash.
23158         * tree-if-conv.c: Include tree-hash-traits.h.
23159         (phi_args_hash_traits): Use tree_operand_hash.
23160         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
23161         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
23163 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23165         * hash-map-traits.h: Include hash-traits.h.
23166         (simple_hashmap_traits): New class.
23167         * mem-stats.h (hash_map): Change the default traits to
23168         simple_hashmap_traits<default_hash_traits<Key> >.
23170 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23172         * hash-table.h: Update comments.
23174 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23176         * hash-traits.h (default_hash_traits): New structure.
23177         * hash-set.h (default_hashset_traits): Delete.
23178         (hash_set): Use default_hash_traits<Key> instead of
23179         default_hashset_traits.  Delete hash_entry type and use Key directly.
23180         * ipa-devirt.c (pair_traits): Delete.
23181         (default_hash_traits <type_pair>): Override.
23182         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
23183         (odr_types_equivalent_p, add_type_duplicate): Likewise.
23185 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23187         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
23189 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23191         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
23192         (has_is_empty, is_empty_helper): Delete.
23193         (has_mark_deleted, mark_deleted_helper): Delete.
23194         (has_mark_empty, mark_empty_helper): Delete.
23195         (hash_table::is_deleted): Call the Descriptor unconditionally.
23196         (hash_table::is_empty): Likewise.
23197         (hash_table::mark_deleted): Likewise.
23198         (hash_table::mark_empty): Likewise.
23200 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23202         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
23203         redundant typedefs and members.
23204         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
23205         redundant typedefs.
23206         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
23207         * ipa-devirt.c (odr_name_hasher): Likewise.
23208         (polymorphic_call_target_hasher): Likewise.
23209         * ira-costs.c (cost_classes_hasher): Likewise.
23210         * statistics.c (stats_counter_hasher): Likewise.
23211         * trans-mem.c (log_entry_hasher): Likewise.
23212         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
23213         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
23214         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
23215         * var-tracking.c (variable_hasher): Likewise.
23216         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
23217         Remove redundant typedefs and members.
23219 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23221         * hash-traits.h (ggc_cache_hasher): Rename to...
23222         (ggc_cache_remove): ...this and remove typedefs.
23223         (ggc_cache_ptr_hash): New class.
23224         * hash-table.h: Update commentary.
23225         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
23226         rather than ggc_cache_hasher.
23227         (const_wide_int_hasher, reg_attr_hasher): Likewise.
23228         (const_double_hasher, const_fixed_hasher): Likewise.
23229         * function.c (insn_cache_hasher): Likewise.
23230         * trans-mem.c (tm_wrapper_hasher): Likewise.
23231         * tree.h (tree_decl_map_cache_hasher): Likewise.
23232         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
23233         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
23234         * ubsan.c (tree_type_map_cache_hasher): Likewise.
23235         * varasm.c (tm_clone_hasher): Likewise.
23236         * config/i386/i386.c (dllimport_hasher): Likewise.
23237         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
23238         (tree_hasher): Likewise.
23240 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23242         * hash-traits.h (ggc_hasher): Rename to...
23243         (ggc_remover): ...this and remove typedefs.
23244         (ggc_cache_hasher): Update accordingly.  Add typedefs.
23245         (ggc_ptr_hash): New class.
23246         * hash-table.h: Update comment.
23247         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
23248         ggc_hasher.
23249         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
23250         (tree_descriptor_hasher): Likewise.
23251         * cgraph.c (function_version_hasher): Likewise.
23252         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
23253         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
23254         (dw_loc_list_hasher, addr_hasher): Likewise.
23255         * function.h (used_type_hasher): Likewise.
23256         * function.c (temp_address_hasher): Likewise.
23257         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
23258         * libfuncs.h (libfunc_hasher): Likewise.
23259         * lto-streamer.h (decl_state_hasher): Likewise.
23260         * optabs.c (libfunc_decl_hasher): Likewise.
23261         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
23262         * varasm.c (section_hasher, object_block_hasher): Likewise.
23263         (const_rtx_desc_hasher): Likewise.
23264         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
23265         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
23267 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23269         * hash-traits.h (free_ptr_hash): New class.
23270         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
23271         rather than typed_free_remove.  Remove redudant typedefs.
23272         (external_ref_hasher): Likewise.
23273         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
23274         (ehspec_hasher): Likewise.
23275         * ggc-common.c (saving_hasher): Likewise.
23276         * gimplify.c (gimplify_hasher): Likewise.
23277         * haifa-sched.c (delay_i2_hasher): Likewise.
23278         * loop-invariant.c (invariant_expr_hasher): Likewise.
23279         * loop-iv.c (biv_entry_hasher): Likewise.
23280         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
23281         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
23282         * tree-cfg.c (locus_discrim_hasher): Likewise.
23283         * tree-eh.c (finally_tree_hasher): Likewise.
23284         * tree-into-ssa.c (var_info_hasher): Likewise.
23285         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
23286         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
23287         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
23288         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
23289         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
23290         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
23291         (shared_bitmap_hasher): Likewise.
23292         * tree-ssa-threadupdate.c (redirection_data): Likewise.
23293         * tree-vectorizer.h (peel_info_hasher): Likewise.
23294         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
23295         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
23297 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23299         * hash-table.h: Update comments.
23300         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
23301         (nofree_ptr_hash): New class.
23302         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
23303         than typed_noop_remove.  Remove redudant typedefs.
23304         * attribs.c (attribute_hasher): Likewise.
23305         * cfg.c (bb_copy_hasher): Likewise.
23306         * cselib.c (cselib_hasher): Likewise.
23307         * dse.c (invariant_group_base_hasher): Likewise.
23308         * dwarf2cfi.c (trace_info_hasher): Likewise.
23309         * dwarf2out.c (macinfo_entry_hasher): Likewise.
23310         (comdat_type_hasher, loc_list_hasher): Likewise.
23311         * gcse.c (pre_ldst_expr_hasher): Likewise.
23312         * genmatch.c (id_base): Likewise.
23313         * genrecog.c (test_pattern_hasher): Likewise.
23314         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
23315         * haifa-sched.c (delay_i1_hasher): Likewise.
23316         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
23317         * ipa-icf.h (congruence_class_group_hash): Likewise.
23318         * ipa-profile.c (histogram_hash): Likewise.
23319         * ira-color.c (allocno_hard_regs_hasher): Likewise.
23320         * lto-streamer.h (string_slot_hasher): Likewise.
23321         * lto-streamer.c (tree_entry_hasher): Likewise.
23322         * plugin.c (event_hasher): Likewise.
23323         * postreload-gcse.c (expr_hasher): Likewise.
23324         * store-motion.c (st_expr_hasher): Likewise.
23325         * tree-sra.c (uid_decl_hasher): Likewise.
23326         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
23327         (ssa_name_var_hash): Likewise.
23328         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
23329         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
23330         * tree-ssa-pre.c (pre_expr_d): Likewise.
23331         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
23332         * vtable-verify.h (registration_hasher): Likewise.
23333         * vtable-verify.c (vtbl_map_hasher): Likewise.
23334         * config/arm/arm.c (libcall_hasher): Likewise.
23335         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
23336         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
23337         * config/sol2.c (comdat_entry_hasher): Likewise.
23338         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
23339         (print_fold_checksum, fold_checksum_tree): Likewise.
23340         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
23341         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
23342         (fold_build_call_array_loc): Likewise.
23343         * tree-ssa-ccp.c (gimple_htab): Likewise.
23344         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
23345         rather than pointer_type.
23347 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23349         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
23350         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
23352 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23354         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
23355         (ggc_hasher::ggc_mx): Likewise.
23356         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
23357         that duplicate ggc_hasher ones.
23359 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23361         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
23362         (gt_cleare_cache): Check here for deleted and empty entries.
23363         Replace handle_cache_entry with a call to keep_cache_entry.
23364         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
23365         (ggc_cache_hasher::keep_cache_entry): New function.
23366         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
23367         (tm_wrapper_hasher::keep_cache_entry): New function.
23368         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
23369         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
23370         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
23371         (type_cache_hasher::keep_cache_entry): New function.
23372         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
23373         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
23374         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
23375         (tree_type_map_cache_hasher::keep_cache_entry): New function.
23376         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
23377         (tm_clone_hasher::keep_cache_entry): New function.
23378         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
23379         (dllimport_hasher::keep_cache_entry): New function.
23381 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23383         * hash-table.h: Include hash-traits.h.
23384         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
23385         (ggc_cache_hasher): Move to...
23386         * hash-traits.h: ...this new file.
23388 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
23390         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
23391         struct cl_optimization.
23392         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
23393         * tree.c (make_node_stat): Allocate cl_optimization struct.
23394         (copy_node_stat): Allocate and copy cl_optimization struct.
23396 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
23398         * function.h (struct incoming_args): Move struct.
23399         (pass_by_reference, reference_callee_copied): Remove prototypes.
23400         * emit-rtl.h (struct incoming_args): Relocate struct here.
23401         * calls.h (pass_by_reference, reference_callee_copied): Relocate
23402         prototypes here.
23403         * function.c (pass_by_reference, reference_callee_copied): Move.
23404         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
23405         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
23406         * ipa-chkp.c: Include calls.h.
23408 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
23410         * alias.h (alias_set_type): Move typedef.
23411         * coretypes.h (alias_set_type): Relocate typedef here.
23412         * rtl.h: Don't include alias.h.
23414 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
23416         * cgraph.h (cgraph_rtl_info): Move to rtl.h
23417         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
23418         and instance.
23419         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
23420         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
23421         doesn't exist.
23422         * calls.c: Include hard-reg-set.h before rtl.h.
23423         * ira.c: Likewise.
23425 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
23426             Vladimir Makarov  <vmakarov@redhat.com>
23428         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
23429         Add assert.
23431 2015-06-25  Richard Biener  <rguenther@suse.de>
23433         * fold-const.c (fold_binary_loc): Move simplification of
23434         (X <<>> C1) & C2 ...
23435         * match.pd: ... here.
23437 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
23439         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
23441 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23443         * match.pd: Add patterns for vec_conds between 1 and 0.
23445 2015-06-25  Richard Biener  <rguenther@suse.de>
23447         * tree-vect-stmts.c (vectorizable_conversion): Do not set
23448         STMT_VINFO_VEC_STMT for SLP.
23449         (vectorizable_store): Likewise.
23450         (vectorizable_load): Likewise.
23451         (vect_transform_stmt): Catch SLP vectorization clobbering
23452         STMT_VINFO_VEC_STMT.
23454 2015-06-25  Richard Biener  <rguenther@suse.de>
23456         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
23457         dumping.
23458         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
23459         cleanup resulting dead code and parameters.
23460         (vect_transform_slp_perm_load): Adjust.
23462 2015-06-25  Nick Clifton  <nickc@redhat.com>
23464         * config/bfin/bfin.c (bfin_expand_prologue): Set
23465         current_function_static_stack_size if flag_stack_usage_info is set.
23466         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
23467         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
23468         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
23469         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
23471 2015-06-25  Tom de Vries  <tom@codesourcery.com>
23473         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
23474         comment that the generated IV is unsigned.
23476 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23478         PR target/29693
23479         * config/arm/arm.c (arm_dbx_register_number): Return
23480         DWARF_FRAME_REGISTERS by default.
23482 2015-06-25  Tom de Vries  <tom@codesourcery.com>
23484         * dominance.c (calculate_dominance_info): Fix verify_dominators call
23485         argument.  Call verify_dominator when reusing dominator info.
23487 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
23489         PR target/66563
23490         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
23491         an additional element of the unspec vector.  Modify indices
23492         of operands.
23493         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
23494         * config/sh/sh.c (prepare_move_operands): Pass incremented
23495         const_int to gen_GOTaddr2picreg.
23496         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
23498 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
23500         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
23501         Condition on TARGET_FLOAT.
23503 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
23505         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
23506         and (no)crypto.
23508 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
23510         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
23512         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
23513         aarch64_err_no_fpadvsimd.
23515         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
23516         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
23517         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
23518         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
23519         Turn error into assert, test TARGET_FLOAT.
23520         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
23521         TARGET_FLOAT.
23523 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
23525         PR debug/66482
23526         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
23528 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
23530         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
23532 2015-06-24  Renlin Li <renlin.li@arm.com>
23534         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
23535         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
23537 2015-06-24  Richard Biener  <rguenther@suse.de>
23539         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
23540         (main): Likewise.
23541         (lower_opt_convert): Support lowering of conditional view_convert.
23542         (parser::parse_operation): Likewise.
23543         (parser::parse_for): Likewise.
23545 2015-06-24  Renlin Li  <renlin.li@arm.com>
23547         * varasm.c (emit_local): Use unsigned int for align variable.
23549 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23551         PR target/63408
23552         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
23553         for negative numbers.
23555 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23557         PR rtl-optimization/66306
23558         * reload.c (find_reloads): Swap the match_dup info for
23559         commutative operands.
23561 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23563         * config/s390/vx-builtins.md
23564         ("vec_scatter_element<mode>_<non_vec_int>")
23565         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
23566         attribute with bhfgq.
23568 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23570         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
23572 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23574         * config/s390/s390-builtin-types.def: Add flag to indicate the
23575         options under which the function type is needed.
23576         * config/s390/s390-builtins.def: Add flag to indicate the options
23577         under which the builtin is enabled.
23578         * config/s390/s390-builtins.h: Add flags parameter to macro
23579         definitions.
23580         (bflags_for_builtin): New function.
23581         (flags_for_builtin): Renamed to ...
23582         (opflags_for_builtin): ... this.
23583         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
23584         flags_for_builtin to bflags_for_builtin and
23585         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
23586         * config/s390/s390.c: Add initialization of bflags_builtin and
23587         opflags_builtin arrays.
23588         Remove code for flags_builtin.
23589         (s390_init_builtins): Only create builtin function types if one of
23590         their flags is active.
23591         Only create builtins if all of their flags are active.
23592         (s390_expand_builtin): Rename flags_for_builtin to
23593         opflags_for_builtin.
23595 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23597         * config/s390/vecintrin.h: Remove internal builtins.
23599 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23601         * config/s390/s390.c (s390_secondary_reload): Fix check for
23602         GENERAL_REGS register class.
23604 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23606         * config/s390/s390.c (s390_support_vector_misalignment): Call
23607         default implementation for !TARGET_VX.
23609 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23611         * config/s390/s390.c (s390_legitimate_constant_p): Add
23612         TARGET_VX check.
23614 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23616         * config/s390/s390.c (s390_vector_abi): New variable definition.
23617         (s390_check_type_for_vector_abi): New function.
23618         (TARGET_ASM_FILE_END): New macro definition.
23619         (s390_asm_file_end): New function.
23620         (s390_function_arg): Call s390_check_type_for_vector_abi.
23621         (s390_gimplify_va_arg): Likewise.
23622         * configure: Regenerate.
23623         * configure.ac: Check for .gnu_attribute Binutils feature.
23625 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
23627         PR target/65803
23628         * config/bfin/bfin.c (hwloop_optimize): Initialize
23629         JUMP_LABEL for newly created jump.
23631 2015-06-23  Tristan Gingold  <gingold@adacore.com>
23633         * collect-utils.c (collect_wait): Unlink the response file here
23634         instead of...
23635         (do_wait): ...here.
23636         (utils_cleanup): ...and here.
23638 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
23640         * df-scan.c: Don't include target-def.h.
23641         * targhooks.c: Likewise.
23642         * config/arm/arm-c.c: Likewise.
23643         * config/i386/i386-c.c: Likewise.
23644         * config/nds32/nds32-cost.c: Likewise.
23645         * config/nds32/nds32-fp-as-gp.c: Likewise.
23646         * config/nds32/nds32-intrinsic.c: Likewise.
23647         * config/nds32/nds32-isr.c: Likewise.
23648         * config/nds32/nds32-md-auxiliary.c: Likewise.
23649         * config/nds32/nds32-memory-manipulation.c: Likewise.
23650         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
23651         * config/nds32/nds32-predicates.c: Likewise.
23653 2015-06-23  Richard Biener  <rguenther@suse.de>
23655         PR tree-optimization/66636
23656         * tree-vect-stmts.c (vectorizable_store): Properly compute the
23657         def type for further defs for strided stores.
23659 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
23661         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
23662         conditional selects.
23663         (setcc_int<mode>, setcc_float<mode>): Reformat.
23665 2015-06-23  Marek Polacek  <polacek@redhat.com>
23667         * match.pd ((x + y) - (x | y) -> x & y,
23668         (x + y) - (x & y) -> x | y): New patterns.
23670 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
23672         PR 65711
23673         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
23674         '-dynamic-linker' within %{!shared: ...}.
23676 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
23678         PR target/66560
23679         * config/i386/predicates.md (addsub_vm_operator): New predicate.
23680         (addsub_vs_operator): Ditto.
23681         (addsub_vs_parallel): Ditto.
23682         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
23683         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
23684         Put minus RTX before plus and adjust vec_merge selector.
23685         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
23686         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
23687         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
23688         (addsub vec_merge splitters): New combiner splitters.
23689         (addsub vec_select/vec_concat splitters): Ditto.
23691 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
23693         PR tree-optimization/66449
23694         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
23695         POINTER_PLUS_EXPR for pointers.
23697 2015-06-23  Alan Modra  <amodra@gmail.com>
23699         * rtlanal.c (commutative_operand_precedence): Correct comments.
23700         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
23701         declaration.  Return an int.  Distinguish REG,REG return from
23702         others.
23703         (struct simplify_plus_minus_op_data): Make local to function.
23704         (simplify_plus_minus): Don't set canonicalized if merely sorting
23705         registers.  Avoid packing ops if nothing changes.  White space fixes.
23707 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
23709         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
23710         -fdump-ada-spec is passed but not if -fsyntax-only is.
23712 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
23714         PR bootstrap/63740
23715         * lra-lives.c (process_bb_lives): Check insn copying the same
23716         reload pseudo and don't create a copy for it.
23718 2015-06-22  Tom de Vries  <tom@codesourcery.com>
23720         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
23721         for cond_stmt.
23723 2015-06-22  Tom de Vries  <tom@codesourcery.com>
23725         * builtins.def (DEF_GOMP_BUILTIN): Test
23726         'flag_tree_parallelize_loops > 1' instead of
23727         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
23729 2015-06-22  Tom de Vries  <tom@codesourcery.com>
23731         * dominance.c (calculate_dominance_info): Verify dominators if
23732         early-out.
23734 2015-06-22  Marek Polacek  <polacek@redhat.com>
23736         * match.pd ((x ^ y) ^ (x | y) -> x & y,
23737         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
23738         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
23739         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
23741 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
23743         PR target/65871
23744         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
23745         cost of embedded comparison.
23747 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23749         PR target/65914
23750         * config/rs6000/predicates.md (altivec_register_operand): Permit
23751         virtual stack registers.
23752         (vsx_register_operand): Likewise.
23753         (vfloat_operand): Likewise.
23754         (vint_operand): Likewise.
23755         (vlogical_operand): Likewise.
23757 2015-06-22  Richard Biener  <rguenther@suse.de>
23759         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
23760         and single_scalar_iteration_cost members.
23761         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
23762         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
23763         (vect_get_single_scalar_iteration_cost): Remove.
23764         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
23765         Use LOOP_VINFO_SCALAR_ITERATION_COST.
23766         * tree-vect-loop.c (destroy_loop_vec_info): Free
23767         scalar_cost_vec.
23768         (vect_get_single_scalar_iteration_cost): Compute result into
23769         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
23770         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
23771         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
23772         (vect_estimate_min_profitable_iters): Use them.
23774 2015-06-22  Christian Bruel  <christian.bruel@st.com>
23776         PR target/52144
23777         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
23778         (TARGET_INSERT_ATTRIBUTES): Define.
23779         (thumb_flipper): New var.
23780         * config/arm/arm.opt (-mflip-thumb): New switch.
23782 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
23783             Martin Liska  <mliska@suse.cz>
23785         PR ipa/65908
23786         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
23787         construction of arg_types.
23788         (sem_function::sem_function): Likewise.
23789         (sem_function::~sem_function): Remove destruction of arg_types.
23790         (sem_function::compatible_parm_types_p): New function.
23791         (sem_function::equals_wpa): Reorg matching of return values
23792         and parameter types.
23793         (sem_function::equals_private): Reorg mathcing of argument types.
23794         (sem_function::parse_tree_args): Remove.
23795         * ipa-icf.h (init_wpa): Do not call it.
23796         (parse_tree_args): Remove.
23797         (compatible_parm_types_p): Declare.
23798         (result_type): Remove.
23799         (arg_types): Remove.
23801 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
23803         PR ipa/66351
23804         * ipa-polymorphic-call.c
23805         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
23806         initializing alias oracle; fix formating; set base_alias_set if it
23807         is known.
23809 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
23811         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
23812         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
23813         (find_inc): Likewise.
23814         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
23815         swapping.
23816         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
23817         * df-scan.c (df_swap_refs): Remove.
23818         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
23819         * dominance.c (link_roots): Use std::swap instead of manually swapping.
23820         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
23821         * fold-const.c (fold_relational_const): Likewise.
23822         * genattrtab.c (simplify_test_exp): Likewise.
23823         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
23824         gimple_simplify): Likewise.
23825         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
23826         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
23827         * ipa-devirt.c (add_type_duplicate): Likewise.
23828         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
23829         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
23830         * lra.c (lra_create_copy): Likewise.
23831         * lto-streamer-out.c (DFS::DFS): Likewise.
23832         * modulo-sched.c (get_sched_window): Likewise.
23833         * omega.c (omega_pretty_print_problem): Likewise.
23834         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
23835         * reload1.c (reloads_unique_chain_p): Likewise.
23836         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
23837         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
23838         use std::swap.
23839         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
23840         manually swapping.
23841         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
23842         predicate_mem_writes): Likewise.
23843         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
23844         * tree-predcom.c (combine_chains): Likewise.
23845         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
23846         refs_may_alias_p_1): Likewise.
23847         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
23848         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
23849         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
23850         number_of_iterations_cond): Likewise.
23851         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
23852         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
23853         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
23854         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
23855         * tree-vrp.c (extract_range_from_binary_expr_1,
23856         extract_range_from_unary_expr_1): Likewise.
23858 2015-06-20  Marek Polacek  <polacek@redhat.com>
23860         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
23862 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
23864         PR target/66591
23865         * config/sh/sh.c (prepare_move_operands): Replace subreg
23866         index term with R0 for base and index addressing.
23868 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
23870         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
23871         op1 is an fp zero.
23872         (movsf_aarch64): Change condition from register_operand to
23873         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
23874         load1.  Change type for alternative 7 to store1.
23875         (movdf_aarch64): Likewise.
23877 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
23879         * config/vax/vax.md: Adjust sign/zero extend patterns to
23880         handle SUBREGs in operands[1].
23882 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23884         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
23885         of manually swapping.
23886         (expand_vec_perm_interleave2): Likewise.
23888 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
23890         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
23891         reuse bounds created for abnormal ssa names.
23893 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
23895         * config/nvptx/nvptx.md (allocate_stack): Rename to...
23896         (allocate_stack_<mode>): ... this, and add :P on both
23897         match_operand and unspec.
23898         (allocate_stack): New expander.
23900 2015-06-19  Christian Bruel  <christian.bruel@st.com>
23902         PR target/66541
23903         PR target/52144
23904         * config/arm/arm.c (arm_set_current_function): Handle
23905         explicit default options.
23907 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
23909         * config/i386/i386.md (*movsicc_noc_zext): New insn.
23910         (zero-extended cmove with mem peephole2): New pattern.
23911         (cmove with mem peephole2): Merge patterns.
23913 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
23915         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
23917 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
23919         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
23920         * config/mips/mips.md (*madd4<mode>): Ditto.
23921         (*nmadd3<mode>) Ditto.
23922         (*nmadd4<mode>_fastmath): Ditto.
23923         (*nmadd3<mode>_fastmath): Ditto.
23924         (*nmsub4<mode>): Ditto.
23925         (*nmsub3<mode>): Ditto.
23926         (*nmsub4<mode>_fastmath): Ditto.
23927         (*nmsub3<mode>_fastmath): Ditto.
23929 2015-06-18  Michael Matz  <matz@suse.de>
23931         PR middle-end/66253
23932         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
23933         grouped strided stores.
23934         (vectorizable_load): Don't use the DR from first_stmt in
23935         the non-SLP grouped strided case.
23937 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
23939         PR target/66569
23940         * function.c (assign_bounds): Add arguments assign_regs,
23941         assign_special, assign_bt.
23942         (assign_parms): For vararg functions handle bounds in BT
23943         and special slots after incoming vararg bounds.
23945 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
23947         PR middle-end/66568
23948         * cfgexpand.c (expand_return): Handle missing bounds.
23949         (expand_gimple_stmt_1): Likewise.
23950         * tree-chkp.c (chkp_expand_zero_bounds): New.
23951         * tree-chkp.h (chkp_expand_zero_bounds): New.
23953 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
23955         PR middle-end/66567
23956         * ipa-chkp.c (chkp_maybe_create_clone): Require
23957         functions to be instrumentable.
23958         * tree-chkp.c (chkp_replace_function_pointer): Use
23959         chkp_instrumentable_p instead of attribute check.
23961 2015-06-18  Richard Biener  <rguenther@suse.de>
23963         PR tree-optimization/66510
23964         * tree-vect-stmts.c (vectorizable_load): Properly compute the
23965         number of vector loads for SLP permuted loads.
23966         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
23967         check the stride for loop vectorization.
23968         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
23969         vectorization factor.
23970         (vect_analyze_group_access): If the group size is not a power
23971         of two require a epilogue loop.
23972         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
23973         compute and optimizing and alias test pruning after final
23974         vectorization factor computation.
23975         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
23976         vector alignment.
23977         (vect_transform_slp_perm_load): Properly compute the original
23978         number of vector load stmts.
23980 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
23982         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
23983         "unlikely character , in @var" warning.
23985 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
23987         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
23988         (ix86_function_arg_advance): Ditto.
23989         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
23991 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
23993         * function.h (struct rtl_data): Remove struct and accessor macros.
23994         * emit-rtl.h (struct rtl_data): Relocate to here.
23995         * Makefile.in (GTFILES): Add emit-rtl.h.
23996         * df-core.c: Include emit-rtl.h.
23997         * genattrtab.c: Likewise.
23998         * genconditions.c: Likewise.
23999         * genpreds.c: Likewise.
24000         * genrecog.c: Likewise.
24001         * regcprop.c: Likewise.
24002         * resource.c: Likewise.
24003         * sched-rgn.c: Likewise.
24004         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
24005         * config/i386/winnt.c: Likewise.
24007 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
24009         PR middle-end/66429
24010         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
24011         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
24012         and has_force_vectorize_loops flags from cfun into
24013         child_cfun.
24014         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
24015         if simduid is non-NULL.
24016         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
24017         * passes.def (pass_simduid_cleanup): Add new pass after loop
24018         passes.
24019         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
24020         indirection from htab argument's type.
24021         (shrink_simd_arrays): New function.
24022         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
24023         Don't call adjust_simduid_builtins if there are no loops.
24024         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
24025         (pass_simduid_cleanup::execute): New method.
24026         (make_pass_simduid_cleanup): New function.
24028 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
24030         * tree-core.h (tree_target_option): Make opts field a pointer to a
24031         cl_target_option instead of an instance of the struct.
24032         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
24033         the structure.
24034         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
24035         TARGET_OPTION_NODE.
24036         (copy_node_stat): Allocate and copy struct cl_target_option.
24038 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
24040         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
24041         Remove conditional exposure of prototypes.
24042         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
24043         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
24044         definitions in tree.h with functions.
24045         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
24046         anon_aggrname_p.
24047         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
24049 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
24051         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
24052         (*cmp<mode>_signed): ... this.
24053         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
24054         (*cmp<mode>_unsigned): ... this.  Remove %b.
24056 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
24058         * coretypes.h: Include input.h and as-a.h.
24059         * rtl.h: Include input.h and as-a.h for generator files.
24060         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
24061         * vec.c: Don't include diagnostic-core.h.
24062         * alias.c: Do not include input.h, line-map.h or is-a.h.
24063         * asan.c: Likewise.
24064         * attribs.c: Likewise.
24065         * auto-inc-dec.c: Likewise.
24066         * auto-profile.c: Likewise.
24067         * bb-reorder.c: Likewise.
24068         * bt-load.c: Likewise.
24069         * builtins.c: Likewise.
24070         * caller-save.c: Likewise.
24071         * calls.c: Likewise.
24072         * ccmp.c: Likewise.
24073         * cfg.c: Likewise.
24074         * cfganal.c: Likewise.
24075         * cfgbuild.c: Likewise.
24076         * cfgcleanup.c: Likewise.
24077         * cfgexpand.c: Likewise.
24078         * cfghooks.c: Likewise.
24079         * cfgloop.c: Likewise.
24080         * cfgloop.h: Likewise.
24081         * cfgloopanal.c: Likewise.
24082         * cfgloopmanip.c: Likewise.
24083         * cfgrtl.c: Likewise.
24084         * cgraph.c: Likewise.
24085         * cgraphbuild.c: Likewise.
24086         * cgraphclones.c: Likewise.
24087         * cgraphunit.c: Likewise.
24088         * cilk-common.c: Likewise.
24089         * combine-stack-adj.c: Likewise.
24090         * combine.c: Likewise.
24091         * compare-elim.c: Likewise.
24092         * convert.c: Likewise.
24093         * coverage.c: Likewise.
24094         * cppbuiltin.c: Likewise.
24095         * cprop.c: Likewise.
24096         * cse.c: Likewise.
24097         * cselib.c: Likewise.
24098         * data-streamer-in.c: Likewise.
24099         * data-streamer-out.c: Likewise.
24100         * data-streamer.c: Likewise.
24101         * dbxout.c: Likewise.
24102         * dce.c: Likewise.
24103         * ddg.c: Likewise.
24104         * debug.c: Likewise.
24105         * df-core.c: Likewise.
24106         * df-problems.c: Likewise.
24107         * df-scan.c: Likewise.
24108         * df.h: Likewise.
24109         * dfp.c: Likewise.
24110         * diagnostic-core.h: Likewise.
24111         * diagnostic.c: Likewise.
24112         * dojump.c: Likewise.
24113         * dominance.c: Likewise.
24114         * domwalk.c: Likewise.
24115         * double-int.c: Likewise.
24116         * dse.c: Likewise.
24117         * dumpfile.c: Likewise.
24118         * dumpfile.h: Likewise.
24119         * dwarf2asm.c: Likewise.
24120         * dwarf2cfi.c: Likewise.
24121         * dwarf2out.c: Likewise.
24122         * emit-rtl.c: Likewise.
24123         * et-forest.c: Likewise.
24124         * except.c: Likewise.
24125         * explow.c: Likewise.
24126         * expmed.c: Likewise.
24127         * expr.c: Likewise.
24128         * final.c: Likewise.
24129         * fixed-value.c: Likewise.
24130         * fold-const.c: Likewise.
24131         * function.c: Likewise.
24132         * fwprop.c: Likewise.
24133         * gcc-plugin.h: Likewise.
24134         * gcse.c: Likewise.
24135         * generic-match-head.c: Likewise.
24136         * ggc-page.c: Likewise.
24137         * gimple-builder.c: Likewise.
24138         * gimple-expr.c: Likewise.
24139         * gimple-fold.c: Likewise.
24140         * gimple-iterator.c: Likewise.
24141         * gimple-low.c: Likewise.
24142         * gimple-match-head.c: Likewise.
24143         * gimple-pretty-print.c: Likewise.
24144         * gimple-ssa-isolate-paths.c: Likewise.
24145         * gimple-ssa-strength-reduction.c: Likewise.
24146         * gimple-streamer-in.c: Likewise.
24147         * gimple-streamer-out.c: Likewise.
24148         * gimple-streamer.h: Likewise.
24149         * gimple-walk.c: Likewise.
24150         * gimple.c: Likewise.
24151         * gimplify-me.c: Likewise.
24152         * gimplify.c: Likewise.
24153         * godump.c: Likewise.
24154         * graph.c: Likewise.
24155         * graphite-blocking.c: Likewise.
24156         * graphite-dependences.c: Likewise.
24157         * graphite-interchange.c: Likewise.
24158         * graphite-isl-ast-to-gimple.c: Likewise.
24159         * graphite-optimize-isl.c: Likewise.
24160         * graphite-poly.c: Likewise.
24161         * graphite-scop-detection.c: Likewise.
24162         * graphite-sese-to-poly.c: Likewise.
24163         * graphite.c: Likewise.
24164         * haifa-sched.c: Likewise.
24165         * hw-doloop.c: Likewise.
24166         * ifcvt.c: Likewise.
24167         * init-regs.c: Likewise.
24168         * input.c: Likewise.
24169         * internal-fn.c: Likewise.
24170         * ipa-chkp.c: Likewise.
24171         * ipa-comdats.c: Likewise.
24172         * ipa-cp.c: Likewise.
24173         * ipa-devirt.c: Likewise.
24174         * ipa-icf-gimple.c: Likewise.
24175         * ipa-icf.c: Likewise.
24176         * ipa-inline-analysis.c: Likewise.
24177         * ipa-inline-transform.c: Likewise.
24178         * ipa-inline.c: Likewise.
24179         * ipa-polymorphic-call.c: Likewise.
24180         * ipa-profile.c: Likewise.
24181         * ipa-prop.c: Likewise.
24182         * ipa-pure-const.c: Likewise.
24183         * ipa-ref.c: Likewise.
24184         * ipa-reference.c: Likewise.
24185         * ipa-split.c: Likewise.
24186         * ipa-utils.c: Likewise.
24187         * ipa-visibility.c: Likewise.
24188         * ipa.c: Likewise.
24189         * ira-build.c: Likewise.
24190         * ira-color.c: Likewise.
24191         * ira-conflicts.c: Likewise.
24192         * ira-costs.c: Likewise.
24193         * ira-emit.c: Likewise.
24194         * ira-lives.c: Likewise.
24195         * ira.c: Likewise.
24196         * jump.c: Likewise.
24197         * langhooks.c: Likewise.
24198         * lcm.c: Likewise.
24199         * loop-doloop.c: Likewise.
24200         * loop-init.c: Likewise.
24201         * loop-invariant.c: Likewise.
24202         * loop-iv.c: Likewise.
24203         * loop-unroll.c: Likewise.
24204         * lower-subreg.c: Likewise.
24205         * lra-assigns.c: Likewise.
24206         * lra-coalesce.c: Likewise.
24207         * lra-constraints.c: Likewise.
24208         * lra-eliminations.c: Likewise.
24209         * lra-lives.c: Likewise.
24210         * lra-remat.c: Likewise.
24211         * lra-spills.c: Likewise.
24212         * lra.c: Likewise.
24213         * lto-cgraph.c: Likewise.
24214         * lto-compress.c: Likewise.
24215         * lto-opts.c: Likewise.
24216         * lto-section-in.c: Likewise.
24217         * lto-section-out.c: Likewise.
24218         * lto-streamer-in.c: Likewise.
24219         * lto-streamer-out.c: Likewise.
24220         * lto-streamer.c: Likewise.
24221         * mcf.c: Likewise.
24222         * mode-switching.c: Likewise.
24223         * modulo-sched.c: Likewise.
24224         * omega.c: Likewise.
24225         * omp-low.c: Likewise.
24226         * optabs.c: Likewise.
24227         * opts-global.c: Likewise.
24228         * opts.h: Likewise.
24229         * passes.c: Likewise.
24230         * plugin.c: Likewise.
24231         * postreload-gcse.c: Likewise.
24232         * postreload.c: Likewise.
24233         * predict.c: Likewise.
24234         * pretty-print.h: Likewise.
24235         * print-rtl.c: Likewise.
24236         * print-tree.c: Likewise.
24237         * profile.c: Likewise.
24238         * real.c: Likewise.
24239         * realmpfr.c: Likewise.
24240         * recog.c: Likewise.
24241         * ree.c: Likewise.
24242         * reg-stack.c: Likewise.
24243         * regcprop.c: Likewise.
24244         * reginfo.c: Likewise.
24245         * regrename.c: Likewise.
24246         * regstat.c: Likewise.
24247         * reload.c: Likewise.
24248         * reload1.c: Likewise.
24249         * reorg.c: Likewise.
24250         * resource.c: Likewise.
24251         * rtl-chkp.c: Likewise.
24252         * rtl-error.c: Likewise.
24253         * rtlanal.c: Likewise.
24254         * rtlhooks.c: Likewise.
24255         * sanopt.c: Likewise.
24256         * sched-deps.c: Likewise.
24257         * sched-ebb.c: Likewise.
24258         * sched-rgn.c: Likewise.
24259         * sched-vis.c: Likewise.
24260         * sdbout.c: Likewise.
24261         * sel-sched-dump.c: Likewise.
24262         * sel-sched-ir.c: Likewise.
24263         * sel-sched.c: Likewise.
24264         * sese.c: Likewise.
24265         * shrink-wrap.c: Likewise.
24266         * simplify-rtx.c: Likewise.
24267         * stack-ptr-mod.c: Likewise.
24268         * statistics.c: Likewise.
24269         * stmt.c: Likewise.
24270         * stor-layout.c: Likewise.
24271         * store-motion.c: Likewise.
24272         * streamer-hooks.c: Likewise.
24273         * stringpool.c: Likewise.
24274         * symtab.c: Likewise.
24275         * target-globals.c: Likewise.
24276         * targhooks.c: Likewise.
24277         * toplev.c: Likewise.
24278         * tracer.c: Likewise.
24279         * trans-mem.c: Likewise.
24280         * tree-affine.c: Likewise.
24281         * tree-browser.c: Likewise.
24282         * tree-call-cdce.c: Likewise.
24283         * tree-cfg.c: Likewise.
24284         * tree-cfgcleanup.c: Likewise.
24285         * tree-chkp-opt.c: Likewise.
24286         * tree-chkp.c: Likewise.
24287         * tree-chrec.c: Likewise.
24288         * tree-complex.c: Likewise.
24289         * tree-data-ref.c: Likewise.
24290         * tree-dfa.c: Likewise.
24291         * tree-diagnostic.c: Likewise.
24292         * tree-dump.c: Likewise.
24293         * tree-eh.c: Likewise.
24294         * tree-emutls.c: Likewise.
24295         * tree-if-conv.c: Likewise.
24296         * tree-inline.c: Likewise.
24297         * tree-into-ssa.c: Likewise.
24298         * tree-iterator.c: Likewise.
24299         * tree-loop-distribution.c: Likewise.
24300         * tree-nested.c: Likewise.
24301         * tree-nrv.c: Likewise.
24302         * tree-object-size.c: Likewise.
24303         * tree-outof-ssa.c: Likewise.
24304         * tree-parloops.c: Likewise.
24305         * tree-phinodes.c: Likewise.
24306         * tree-predcom.c: Likewise.
24307         * tree-pretty-print.c: Likewise.
24308         * tree-profile.c: Likewise.
24309         * tree-scalar-evolution.c: Likewise.
24310         * tree-sra.c: Likewise.
24311         * tree-ssa-address.c: Likewise.
24312         * tree-ssa-alias.c: Likewise.
24313         * tree-ssa-ccp.c: Likewise.
24314         * tree-ssa-coalesce.c: Likewise.
24315         * tree-ssa-copy.c: Likewise.
24316         * tree-ssa-copyrename.c: Likewise.
24317         * tree-ssa-dce.c: Likewise.
24318         * tree-ssa-dom.c: Likewise.
24319         * tree-ssa-dse.c: Likewise.
24320         * tree-ssa-forwprop.c: Likewise.
24321         * tree-ssa-ifcombine.c: Likewise.
24322         * tree-ssa-live.c: Likewise.
24323         * tree-ssa-loop-ch.c: Likewise.
24324         * tree-ssa-loop-im.c: Likewise.
24325         * tree-ssa-loop-ivcanon.c: Likewise.
24326         * tree-ssa-loop-ivopts.c: Likewise.
24327         * tree-ssa-loop-manip.c: Likewise.
24328         * tree-ssa-loop-niter.c: Likewise.
24329         * tree-ssa-loop-prefetch.c: Likewise.
24330         * tree-ssa-loop-unswitch.c: Likewise.
24331         * tree-ssa-loop.c: Likewise.
24332         * tree-ssa-math-opts.c: Likewise.
24333         * tree-ssa-operands.c: Likewise.
24334         * tree-ssa-phiopt.c: Likewise.
24335         * tree-ssa-phiprop.c: Likewise.
24336         * tree-ssa-pre.c: Likewise.
24337         * tree-ssa-propagate.c: Likewise.
24338         * tree-ssa-reassoc.c: Likewise.
24339         * tree-ssa-sccvn.c: Likewise.
24340         * tree-ssa-scopedtables.c: Likewise.
24341         * tree-ssa-sink.c: Likewise.
24342         * tree-ssa-strlen.c: Likewise.
24343         * tree-ssa-structalias.c: Likewise.
24344         * tree-ssa-tail-merge.c: Likewise.
24345         * tree-ssa-ter.c: Likewise.
24346         * tree-ssa-threadedge.c: Likewise.
24347         * tree-ssa-threadupdate.c: Likewise.
24348         * tree-ssa-uncprop.c: Likewise.
24349         * tree-ssa-uninit.c: Likewise.
24350         * tree-ssa.c: Likewise.
24351         * tree-ssanames.c: Likewise.
24352         * tree-stdarg.c: Likewise.
24353         * tree-streamer-in.c: Likewise.
24354         * tree-streamer-out.c: Likewise.
24355         * tree-streamer.c: Likewise.
24356         * tree-switch-conversion.c: Likewise.
24357         * tree-tailcall.c: Likewise.
24358         * tree-vect-data-refs.c: Likewise.
24359         * tree-vect-generic.c: Likewise.
24360         * tree-vect-loop-manip.c: Likewise.
24361         * tree-vect-loop.c: Likewise.
24362         * tree-vect-patterns.c: Likewise.
24363         * tree-vect-slp.c: Likewise.
24364         * tree-vect-stmts.c: Likewise.
24365         * tree-vectorizer.c: Likewise.
24366         * tree-vrp.c: Likewise.
24367         * tree.c: Likewise.
24368         * tsan.c: Likewise.
24369         * ubsan.c: Likewise.
24370         * valtrack.c: Likewise.
24371         * value-prof.c: Likewise.
24372         * var-tracking.c: Likewise.
24373         * varasm.c: Likewise.
24374         * varpool.c: Likewise.
24375         * vmsdbgout.c: Likewise.
24376         * vtable-verify.c: Likewise.
24377         * web.c: Likewise.
24378         * wide-int.cc: Likewise.
24379         * xcoffout.c: Likewise.
24380         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
24381         * common/common-targhooks.c: Likewise.
24382         * config/aarch64/aarch64-builtins.c: Likewise.
24383         * config/aarch64/aarch64.c: Likewise.
24384         * config/alpha/alpha.c: Likewise.
24385         * config/arc/arc.c: Likewise.
24386         * config/arm/aarch-common.c: Likewise.
24387         * config/arm/arm-builtins.c: Likewise.
24388         * config/arm/arm-c.c: Likewise.
24389         * config/arm/arm.c: Likewise.
24390         * config/avr/avr-c.c: Likewise.
24391         * config/avr/avr-log.c: Likewise.
24392         * config/avr/avr.c: Likewise.
24393         * config/bfin/bfin.c: Likewise.
24394         * config/c6x/c6x.c: Likewise.
24395         * config/cr16/cr16.c: Likewise.
24396         * config/cris/cris.c: Likewise.
24397         * config/darwin-c.c: Likewise.
24398         * config/darwin.c: Likewise.
24399         * config/default-c.c: Likewise.
24400         * config/epiphany/epiphany.c: Likewise.
24401         * config/epiphany/mode-switch-use.c: Likewise.
24402         * config/epiphany/resolve-sw-modes.c: Likewise.
24403         * config/fr30/fr30.c: Likewise.
24404         * config/frv/frv.c: Likewise.
24405         * config/ft32/ft32.c: Likewise.
24406         * config/glibc-c.c: Likewise.
24407         * config/h8300/h8300.c: Likewise.
24408         * config/i386/i386-c.c: Likewise.
24409         * config/i386/i386.c: Likewise.
24410         * config/i386/msformat-c.c: Likewise.
24411         * config/i386/winnt-cxx.c: Likewise.
24412         * config/i386/winnt-stubs.c: Likewise.
24413         * config/i386/winnt.c: Likewise.
24414         * config/ia64/ia64-c.c: Likewise.
24415         * config/ia64/ia64.c: Likewise.
24416         * config/iq2000/iq2000.c: Likewise.
24417         * config/lm32/lm32.c: Likewise.
24418         * config/m32c/m32c-pragma.c: Likewise.
24419         * config/m32c/m32c.c: Likewise.
24420         * config/m32r/m32r.c: Likewise.
24421         * config/m68k/m68k.c: Likewise.
24422         * config/mcore/mcore.c: Likewise.
24423         * config/mep/mep-pragma.c: Likewise.
24424         * config/mep/mep.c: Likewise.
24425         * config/microblaze/microblaze-c.c: Likewise.
24426         * config/microblaze/microblaze.c: Likewise.
24427         * config/mips/mips.c: Likewise.
24428         * config/mmix/mmix.c: Likewise.
24429         * config/mn10300/mn10300.c: Likewise.
24430         * config/moxie/moxie.c: Likewise.
24431         * config/msp430/msp430-c.c: Likewise.
24432         * config/msp430/msp430.c: Likewise.
24433         * config/nds32/nds32-cost.c: Likewise.
24434         * config/nds32/nds32-fp-as-gp.c: Likewise.
24435         * config/nds32/nds32-intrinsic.c: Likewise.
24436         * config/nds32/nds32-isr.c: Likewise.
24437         * config/nds32/nds32-md-auxiliary.c: Likewise.
24438         * config/nds32/nds32-memory-manipulation.c: Likewise.
24439         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
24440         * config/nds32/nds32-predicates.c: Likewise.
24441         * config/nds32/nds32.c: Likewise.
24442         * config/nios2/nios2.c: Likewise.
24443         * config/nvptx/nvptx.c: Likewise.
24444         * config/pa/pa.c: Likewise.
24445         * config/pdp11/pdp11.c: Likewise.
24446         * config/rl78/rl78-c.c: Likewise.
24447         * config/rl78/rl78.c: Likewise.
24448         * config/rs6000/rs6000-c.c: Likewise.
24449         * config/rs6000/rs6000.c: Likewise.
24450         * config/rx/rx.c: Likewise.
24451         * config/s390/s390-c.c: Likewise.
24452         * config/s390/s390.c: Likewise.
24453         * config/sh/sh-c.c: Likewise.
24454         * config/sh/sh-mem.cc: Likewise.
24455         * config/sh/sh.c: Likewise.
24456         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
24457         * config/sh/sh_treg_combine.cc: Likewise.
24458         * config/sol2-c.c: Likewise.
24459         * config/sol2-cxx.c: Likewise.
24460         * config/sol2-stubs.c: Likewise.
24461         * config/sol2.c: Likewise.
24462         * config/sparc/sparc-c.c: Likewise.
24463         * config/sparc/sparc.c: Likewise.
24464         * config/spu/spu-c.c: Likewise.
24465         * config/spu/spu.c: Likewise.
24466         * config/stormy16/stormy16.c: Likewise.
24467         * config/tilegx/mul-tables.c: Likewise.
24468         * config/tilegx/tilegx-c.c: Likewise.
24469         * config/tilegx/tilegx.c: Likewise.
24470         * config/tilepro/mul-tables.c: Likewise.
24471         * config/tilepro/tilepro-c.c: Likewise.
24472         * config/tilepro/tilepro.c: Likewise.
24473         * config/v850/v850-c.c: Likewise.
24474         * config/v850/v850.c: Likewise.
24475         * config/vax/vax.c: Likewise.
24476         * config/visium/visium.c: Likewise.
24477         * config/vms/vms-c.c: Likewise.
24478         * config/vms/vms.c: Likewise.
24479         * config/vxworks.c: Likewise.
24480         * config/winnt-c.c: Likewise.
24481         * config/xtensa/xtensa.c: Likewise.
24483 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
24485         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
24486         function.
24487         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
24489 2015-06-17  Richard Biener  <rguenther@suse.de>
24491         PR tree-optimization/66251
24492         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
24493         stmts for SLP strided stores.
24495         Revert
24496         2015-05-22  Richard Biener  <rguenther@suse.de>
24498         PR tree-optimization/66251
24499         * tree-vect-stmts.c (vectorizable_conversion): Properly
24500         set STMT_VINFO_VEC_STMT even for the SLP case.
24502         2015-05-26  Michael Matz  <matz@suse.de>
24504         PR middle-end/66251
24505         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
24506         STMT_VINFO_VEC_STMT, also with SLP.
24508 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
24510         PR target/56766
24511         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
24512         (*avx_addsubv4df3_1s): Ditto.
24513         (*sse3_addsubv2df3_1): Ditto.
24514         (*sse3_addsubv2df3_1s): Ditto.
24515         (*avx_addsubv8sf3_1): Ditto.
24516         (*avx_addsubv8sf3_1s): Ditto.
24517         (*sse3_addsubv4sf3_1): Ditto.
24518         (*sse3_addsubv4sf3_1s): Ditto.
24520 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
24522         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
24523         (SYSROOT_SUFFIX_SPEC): Update.
24524         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
24525         (STARTFILE_PREFIX_SPEC): Update.
24526         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
24527         (MULTILIB_REQUIRED): New.
24528         (MULTILIB_OSDIRNAMES): New.
24529         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
24530         (MULTILIB_REQUIRED): New.
24531         (MULTILIB_OSDIRNAMES): New.
24533 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
24535         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
24536         * config/aarch64/aarch64-options-extensions.def: Update "fP",
24537         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
24538         * config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
24539         (AARCH64_FL_PAN): New.
24540         (AARCH64_FL_LOR): New.
24541         (AARCH64_FL_RDMA): New.
24542         (AARCH64_FL_FOR_ARCH8_1): New.
24543         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
24544         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
24546 2015-06-16  Martin Liska  <mliska@suse.cz>
24548         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
24549         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
24550         guard.
24552 2015-06-16  Richard Biener  <rguenther@suse.de>
24554         * tree-vect-stmts.c (vectorizable_store): Adjust.
24555         (vectorizable_load): Likewise.
24556         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
24557         Simplify.
24558         (vect_create_data_ref_ptr): Likewise.
24559         (bump_vector_ptr): Adjust.
24561 2015-06-16  Richard Biener  <rguenther@suse.de>
24563         * tree-vect-stmts.c (vectorizable_load): Properly start loads
24564         with the first element if this is grouped loads.
24566 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
24568         * config/arm/arm-protos.h (struct tune_params): Rename
24569         log_op_non_sc to log_op_non_short_circuit, and rename enum
24570         values to expand SC to SHORT_CIRCUIT.
24571         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
24572         to LOG_OP_NON_SHORT_CIRCUIT.
24573         (arm_fastmul_tune):Likewise
24574         (arm_strongarm_tune): Likewise.
24575         (arm_xscale_tune): Likewise.
24576         (arm_9e_tune): Likewise.
24577         (arm_marvell_pj4_tune): Likewise.
24578         (arm_v6t2_tune): Likewise.
24579         (arm_cortex_tune): Likewise.
24580         (arm_cortex_a8_tune): Likewise.
24581         (arm_cortex_a7_tune): Likewise.
24582         (arm_cortex_a15_tune): Likewise.
24583         (arm_cortex_a53_tune): Likewise.
24584         (arm_cortex_a57_tune): Likewise.
24585         (arm_xgene1_tune): Likewise.
24586         (arm_cortex_a5_tune): Likewise.
24587         (arm_cortex_a9_tune): Likewise.
24588         (arm_cortex_a12_tune): Likewise.
24589         (arm_v7m_tune): Likewise.
24590         (arm_cortex_m7_tune): Likewise.
24591         (arm_v6m_tune): Likewise.
24592         (arm_fa726te_tune): Likewise.
24594 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
24596         * altivec.md: Delete UNSPEC_VMLADDUHM.
24597         (mulv4si3_p8): New pattern.
24598         (mulv4si3): Use it for POWER8.
24599         (mulv8hi3): Use vmladduhm with zero addend.
24600         (altivec_vmladduhm): Descriptive RTL.
24602 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
24604         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
24605         to use neon_move instead of mov_imm.
24606         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
24607         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
24609         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
24610         aarch64_float_const_zero_rtx_p check before TFmode check.
24611         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
24612         an fp zero.
24613         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
24614         code and attributes to match.  Change condition from register_operand
24615         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
24616         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
24617         to store2.
24619 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
24621         PR debug/66535
24622         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
24623         there is no parent.
24625 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
24627         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
24628         HOST_WIDE_INT parameter.
24630 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
24632         PR ipa/66181
24633         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
24634         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
24635         TYPE_NO_FORCE_BLK.
24636         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
24638 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
24640         * rtl.h (classify_insn): Declare.
24641         * emit-rtl.c (classify_insn): Move to...
24642         * rtl.c: ...here and add generator support.
24643         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
24644         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
24645         * genemit.c (gen_emit_seq): New function.
24646         (gen_expand, gen_split): Use it.
24648 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
24650         * tree.c (make_vector_stat): Fix comment to state that the
24651         function returns a VECTOR_CST.
24653 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
24655         * gensupport.h (add_implicit_parallel): Declare.
24656         * genrecog.c (add_implicit_parallel): Move to...
24657         * gensupport.c (add_implicit_parallel): ...here.
24658         (process_one_cond_exec): Use it.
24659         * genemit.c (gen_insn): Likewise.
24661 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
24663         PR bootstrap/66448
24664         * passes.c (rest_of_decl_compilation): Do not register globals for
24665         early debug if they are declared in built-ins.
24667 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
24669         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
24671 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24673         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
24674         manually swapping.
24675         (noce_try_cmove_arith): Likewise.
24676         (noce_get_alt_condition): Likewise.
24678 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
24680         * common/config/i386/i386-common.c
24681         (OPTION_MASK_ISA_MWAITX_SET): New.
24682         (ix86_handle_option): Handle mwaitx.
24683         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
24684         (x86_64-*-*): Likewise.
24685         * config/i386/mwaitxintrin.h: New header.
24686         * config/i386/cpuid.h (bit_MWAITX):  Define.
24687         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
24688         MWAITX support.
24689         * config/i386/i386.opt (mwaitx): New.
24690         * config/i386/i386-builtin-types.def
24691         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
24692         * config/i386/i386-c.c: Define __MWAITX__ if needed.
24693         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
24694         (PTA_MWAITX): New.
24695         (ix86_option_override_internal): Handle new option.
24696         (processor_alias_table): Added PTA_MWAITX.
24697         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
24698         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
24699         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
24700         IX86_BUILTIN_MONITORX  built-ins.
24701         * config/i386/i386.h (TARGET_MWAITX): New.
24702         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
24703         UNSPEC_MONITORX.
24704         (mwaitx):  New pattern.
24705         (monitorx_<mode>): New pattern.
24706         * config/i386/x86intrin.h: Include mwaitxintrin.h.
24707         * doc/extend.texi: Document monitorx and mwaitx builtins.
24708         * doc/invoke.texi: Document -mmwaitx option.
24710 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
24712         * emit-rtl.c (need_atomic_barrier_p): Mask model with
24713         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
24715 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
24717         * dbxout.c (xcoff_debug_hooks): Provide a function for
24718         register_main_translation_unit hook.
24720 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
24722         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
24723         variants cases from switch.
24724         (rs6000_post_atomic_barrier): Same.
24725         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
24726         (rs6000_expand_atomic_exchange): Same.
24727         (rs6000_expand_atomic_op): Same.
24728         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
24729         SYNC variants cases from switch.
24730         (atomic_load): Same.
24731         (atomic_store): Same.
24733 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
24735         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
24736         CONST_INT for goto.
24738 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
24740         PR bootstrap/66448
24741         * dwarf2out.c (check_die): Check for common duplicate attributes.
24742         (add_location_or_const_value_attribute): Do not add duplicate
24743         attributes.
24744         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
24745         time around.
24746         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
24747         (gen_type_die_with_usage): Call check_die.
24748         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
24750 2015-06-11  Jason Merrill  <jason@redhat.com>
24752         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
24753         dies.
24755 2015-06-11  Marek Polacek  <polacek@redhat.com>
24757         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
24759 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
24761         PR bootstrap/66252
24762         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
24763         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
24764         (*addx_extend_sp32): Fix pasto.
24765         (*subx_extend): Rename into...
24766         (*subx_extend_sp32): ...this.
24767         (*adddi3_extend_sp32): Add earlyclobber.
24768         (*subdi3_insn_sp32): Likewise.
24769         (*subdi3_extend_sp32): Likewise.
24770         (*and_not_di_sp32): Likewise.
24771         (*or_not_di_sp32): Likewise.
24772         (*xor_not_di_sp32): Likewise.
24773         (*negdi2_sp32): Likewise.
24774         (*one_cmpldi2_sp32): Likewise.
24776 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
24778         * debug.h (struct gcc_debug_hooks): Add a
24779         register_main_translation_unit hook.
24780         * debug.c (do_nothing_debug_hooks): Provide a function for this
24781         new hook.
24782         * dbxout.c (dbx_debug_hooks): Likewise.
24783         * sdbout.c (sdb_debug_hooks): Likewise.
24784         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
24785         * dwarf2out.c (main_translation_unit): New global variable.
24786         (dwarf2out_register_main_translation_unit): New function
24787         implementing the new hook.
24788         (dwarf2_debug_hooks): Assign
24789         dwarf2out_register_main_translation_unit to this new hook.
24790         (dwarf2out_init): Associate any main translation unit to
24791         comp_unit_die ().
24793 2015-06-11  Marek Polacek  <polacek@redhat.com>
24795         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
24797 2015-06-11  Marek Polacek  <polacek@redhat.com>
24799         * match.pd: Use single_use throughout.
24801 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24803         * config/arm/arm.c (arm_option_params_internal): When optimising
24804         for speed set max_insns_skipped when arm_restrict_it.
24806 2015-06-11  Christian Bruel  <christian.bruel@st.com>
24808         PR target/52144
24809         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
24810          macros in ...
24811         (arm_cpu_builtins): New function.
24812         (arm_pragma_target_parse): Call arm_cpu_builtins.
24813         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
24814         (arm_register_target_pragmas): Likewise.
24815         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
24816          Call arm_register_target_pragmas.
24817         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
24818         (arm_pragma_target_parse): Likewise.
24820 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
24822         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
24823         of the second operand.
24825 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
24827         PR target/66473
24828         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
24829         to prepare mask operand for AVX512 modes.
24831 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
24833         PR target/66474
24834         * doc/md.texi (Machine Constraints): Document that on the PowerPC
24835         if you use a constraint that targets a VSX register, you must use
24836         %x<n> in the template.
24838 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
24840         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
24841         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
24842         (define_insn "trap"): New definition.
24844 2015-06-10  Richard Biener  <rguenther@suse.de>
24846         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
24847         out from ...
24848         (vect_supported_load_permutation_p): ... here.  Handle
24849         supportable permutations in reductions.
24850         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
24851         for vectorizing strided group loads.
24853 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
24855         PR target/66470
24856         * config/i386/i386.c (ix86_split_long_move): For collisions
24857         involving direct tls segment refs, move the UNSPEC_TP possibly
24858         wrapped in ZERO_EXTEND out of the address for lea, to each of
24859         the memory loads.
24861 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24863         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
24864         dmb sy. Adjust tabs.
24866 2015-06-10  Tom de Vries  <tom@codesourcery.com>
24868         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
24870 2015-06-10  Martin Liska  <mliska@suse.cz>
24872         PR bootstrap/66471
24873         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
24874         all enum values in mem_alloc_origin.
24875         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
24876         name.
24877         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
24878         * bitmap.c (bitmap_register): Likewise.
24879         (dump_bitmap_statistics): Likewise.
24880         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
24881         (ggc_record_overhead): Likewise.
24882         * hash-map.h: Likewise.
24883         * hash-set.h: Likewise.
24884         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
24885         * hash-table.h: Likewise.
24886         * vec.c (vec_prefix::register_overhead): Likewise.
24887         (vec_prefix::release_overhead): Likewise.
24888         (dump_vec_loc_statistics): Likewise.
24890 2015-06-09  Christian Bruel  <christian.bruel@st.com>
24892         PR target/52144
24893         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
24894         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
24895         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
24896         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
24897         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
24898         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
24899         (arm_valid_target_attribute_p): Likewise.
24900         (arm_set_current_function, arm_can_inline_p): Likewise.
24901         (arm_valid_target_attribute_rec): Likewise.
24902         (arm_previous_fndecl): New variable.
24903         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
24904         (TARGET_CAN_INLINE_P): Define.
24905         (arm_asm_trampoline_template): Emit mode.
24906         (arm_file_start): Don't set unified syntax.
24907         (arm_declare_function_name): Set unified syntax and mode.
24908         (arm_option_override): Init target_option_default_node.
24909         and target_option_current_node.
24910         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
24911         (*call_symbol): Likewise.
24912         * doc/extend.texi: Document ARM/Thumb target attribute.
24913         * doc/invoke.texi: Likewise.
24915 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
24917         Revert:
24918         2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
24919         PR rtl-optimization/64164
24920         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
24921         * tree-ssa-copyrename.c: Removed.
24922         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
24923         -ftree-coalesce-vars.
24924         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
24925         * common.opt (ftree-copyrename): Ignore.
24926         (ftree-coalesce-inlined-vars): Likewise.
24927         * doc/invoke.texi: Remove the ignored options above.
24928         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
24929         * tree-ssa-coalesce.h: ... here.
24930         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
24931         headers required by it.
24932         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
24933         across variables when flag_tree_coalesce_vars.  Check register
24934         use and promoted modes to allow coalescing.  Moved to
24935         tree-ssa-coalesce.c.
24936         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
24937         with its member functions to tree-ssa-coalesce.c.
24938         (var_map_base_init): Likewise.  Renamed to
24939         compute_samebase_partition_bases.
24940         (partition_view_normal): Drop want_bases parameter.
24941         (partition_view_bitmap): Likewise.
24942         * tree-ssa-live.h: Adjust declarations.
24943         * tree-ssa-coalesce.c: Include explow.h.
24944         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
24945         default defs at the entry point.
24946         (dump_part_var_map): New.
24947         (compute_optimized_partition_bases): New, called by...
24948         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
24949         of compute_samebase_partition_bases.  Adjust.
24950         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
24951         * cfgexpand.c (leader_merge): New.
24952         (get_rtl_for_parm_ssa_default_def): New.
24953         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
24954         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
24955         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
24956         redundant MEM attr setting.
24957         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
24958         from...
24959         (expand_one_stack_var): ... this.  New wrapper to check and
24960         skip already expanded SSA partitions.
24961         (record_alignment_for_reg_var): New, factored out of...
24962         (expand_one_var): ... this.
24963         (expand_one_ssa_partition): New.
24964         (adjust_one_expanded_partition_var): New.
24965         (expand_one_register_var): Check and skip already expanded SSA
24966         partitions.
24967         (expand_used_vars): Don't create DECLs for anonymous SSA
24968         names.  Expand all SSA partitions, then adjust all SSA names.
24969         (pass::execute): Replace the loops that set
24970         SA.partition_to_pseudo from partition leaders and cleared
24971         DECL_RTL for multi-location variables, and that which used to
24972         rename vars and set attrs, with one that clears DECL_RTL and
24973         checks that PARMs and RESULTs default_defs match DECL_RTL.
24974         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
24975         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
24976         * explow.c (promote_ssa_mode): New.
24977         * explow.h (promote_ssa_mode): Declare.
24978         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
24979         * function.c: Include cfgexpand.h.
24980         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
24981         (use_register_for_parm_decl): Wrapper for the above to
24982         special-case the result_ptr.
24983         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
24984         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
24985         multiple locations.
24986         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
24987         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
24988         (assign_parm_setup_block): Prefer SSA-assigned location.
24989         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
24990         if stack_parm is NULL.
24991         (assign_parm_setup_stack): Prefer SSA-assigned location.
24992         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
24993         rtl before testing for pointer bounds.  Special-case result_ptr.
24994         (expand_function_start): Maybe reset DECL_RTL of result.
24995         Prefer SSA-assigned location for result and static chain.
24996         Factor out DECL_RESULT and SET_DECL_RTL.
24997         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
24998         anonymous SSA names.  Use promote_ssa_mode.
24999         (get_temp_reg): Likewise.
25000         (remove_ssa_form): Adjust.
25001         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
25002         and get its reg_usage for reg invalidation.
25003         (compute_bb_dataflow): Pass it insn.
25004         (emit_notes_in_bb): Likewise.
25005         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
25006         fail assert on conversion between unsigned types.
25008 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25010         PR tree-optimization/65460
25011         * omp-low.c (expand_omp_target): Set parallelized_function on
25012         cgraph_node for child_fn.
25014 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25016         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
25017         parallelized_function before add_new_function.
25019 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
25021         * gcc-plugin.h: Move decls to plugin.h and include it.
25022         * plugin.h: Relocate decls from gcc-plugin.h
25023         * ggc-page.c: Include required header files.
25024         * passes.c: Likewise.
25025         * cgraphunit.c: Likewise.
25027 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25029         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
25031 2015-06-09  Jason Merrill  <jason@redhat.com>
25033         PR bootstrap/66448
25034         * toplev.c (check_global_declaration): Don't warn about a clone.
25036 2015-06-09  Marek Polacek  <polacek@redhat.com>
25038         PR tree-optimization/66299
25039         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
25040         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
25041         patterns.
25043 2015-06-09  Richard Biener  <rguenther@suse.de>
25045         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
25046         (vect_analyze_slp_instance): Instead do not falsely drop
25047         load permutations.
25049 2015-06-09  Richard Biener  <rguenther@suse.de>
25051         PR middle-end/66423
25052         * match.pd: Handle A % (unsigned)(1 << B).
25054 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
25056         * varasm.c (output_object_block_htab): Remove.
25057         (output_object_block_compare): New.
25058         (output_object_blocks): Sort named object_blocks before outputting
25059         them.
25061 2015-06-09  Richard Biener  <rguenther@suse.de>
25063         PR tree-optimization/66419
25064         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
25065         consider GROUP_GAP when detecting a perfect subchain.
25067 2015-06-09  Nick Clifton  <nickc@redhat.com>
25069         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
25070         place read only data in the .frodata section.
25072 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
25074         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
25075         (atomic_store<mode>): Likewise.
25077 2015-06-09  Richard Biener  <rguenther@suse.de>
25079         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
25081 2015-06-09  Richard Biener  <rguenther@suse.de>
25083         PR middle-end/66413
25084         * tree-inline.c (insert_init_debug_bind): Unshare value.
25086 2015-06-09  Richard Biener  <rguenther@suse.de>
25088         PR tree-optimization/66396
25089         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
25090         Rename virtual operands.
25092 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25094         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
25095         always return false.
25097 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
25099         PR rtl-optimization/64164
25100         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
25101         * tree-ssa-copyrename.c: Removed.
25102         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
25103         -ftree-coalesce-vars.
25104         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
25105         * common.opt (ftree-copyrename): Ignore.
25106         (ftree-coalesce-inlined-vars): Likewise.
25107         * doc/invoke.texi: Remove the ignored options above.
25108         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
25109         * tree-ssa-coalesce.h: ... here.
25110         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
25111         headers required by it.
25112         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
25113         across variables when flag_tree_coalesce_vars.  Check register
25114         use and promoted modes to allow coalescing.  Moved to
25115         tree-ssa-coalesce.c.
25116         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
25117         with its member functions to tree-ssa-coalesce.c.
25118         (var_map_base_init): Likewise.  Renamed to
25119         compute_samebase_partition_bases.
25120         (partition_view_normal): Drop want_bases parameter.
25121         (partition_view_bitmap): Likewise.
25122         * tree-ssa-live.h: Adjust declarations.
25123         * tree-ssa-coalesce.c: Include explow.h.
25124         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
25125         default defs at the entry point.
25126         (dump_part_var_map): New.
25127         (compute_optimized_partition_bases): New, called by...
25128         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
25129         of compute_samebase_partition_bases.  Adjust.
25130         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
25131         * cfgexpand.c (leader_merge): New.
25132         (get_rtl_for_parm_ssa_default_def): New.
25133         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
25134         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
25135         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
25136         redundant MEM attr setting.
25137         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
25138         from...
25139         (expand_one_stack_var): ... this.  New wrapper to check and
25140         skip already expanded SSA partitions.
25141         (record_alignment_for_reg_var): New, factored out of...
25142         (expand_one_var): ... this.
25143         (expand_one_ssa_partition): New.
25144         (adjust_one_expanded_partition_var): New.
25145         (expand_one_register_var): Check and skip already expanded SSA
25146         partitions.
25147         (expand_used_vars): Don't create DECLs for anonymous SSA
25148         names.  Expand all SSA partitions, then adjust all SSA names.
25149         (pass::execute): Replace the loops that set
25150         SA.partition_to_pseudo from partition leaders and cleared
25151         DECL_RTL for multi-location variables, and that which used to
25152         rename vars and set attrs, with one that clears DECL_RTL and
25153         checks that PARMs and RESULTs default_defs match DECL_RTL.
25154         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
25155         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
25156         * explow.c (promote_ssa_mode): New.
25157         * explow.h (promote_ssa_mode): Declare.
25158         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
25159         * function.c: Include cfgexpand.h.
25160         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
25161         (use_register_for_parm_decl): Wrapper for the above to
25162         special-case the result_ptr.
25163         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
25164         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
25165         multiple locations.
25166         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
25167         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
25168         (assign_parm_setup_block): Prefer SSA-assigned location.
25169         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
25170         if stack_parm is NULL.
25171         (assign_parm_setup_stack): Prefer SSA-assigned location.
25172         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
25173         rtl before testing for pointer bounds.  Special-case result_ptr.
25174         (expand_function_start): Maybe reset DECL_RTL of result.
25175         Prefer SSA-assigned location for result and static chain.
25176         Factor out DECL_RESULT and SET_DECL_RTL.
25177         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
25178         anonymous SSA names.  Use promote_ssa_mode.
25179         (get_temp_reg): Likewise.
25180         (remove_ssa_form): Adjust.
25181         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
25182         and get its reg_usage for reg invalidation.
25183         (compute_bb_dataflow): Pass it insn.
25184         (emit_notes_in_bb): Likewise.
25185         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
25186         fail assert on conversion between unsigned types.
25188 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
25190         PR debug/58315
25191         * tree-inline.c (reset_debug_binding): New.
25192         (reset_debug_bindings): Likewise.
25193         (expand_call_inline): Call it.
25195 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
25197         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
25198         TYPE_STRING_FLAG.
25200 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
25202         * lto-streamer-out.c (lto_output_location): Stream
25203         reserved locations correctly.
25204         * lto-streamer-in.c (lto_output_location): Likewise.
25206 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
25208         * coretypes.h: Include hash-table.h and hash-set.h for host files.
25209         * ggc.h: Don't include statistics.h>
25210         * hash-map.h: Remove all includes.
25211         * hash-set.h: Likewise.
25212         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
25213         the include list. Remove <new>.
25214         * inchash.h: Remove all includes.
25215         * mem-stats.h: Likewise.
25216         * vec.h: No special processing for generators or ggc.
25217         * alias.c : Adjust include files.
25218         * alloc-pool.c : Likewise.
25219         * alloc-pool.h : Likewise.
25220         * asan.c : Likewise.
25221         * attribs.c : Likewise.
25222         * auto-inc-dec.c : Likewise.
25223         * auto-profile.c : Likewise.
25224         * bb-reorder.c : Likewise.
25225         * bitmap.c : Likewise.
25226         * bitmap.h : Likewise.
25227         * bt-load.c : Likewise.
25228         * builtins.c : Likewise.
25229         * caller-save.c : Likewise.
25230         * calls.c : Likewise.
25231         * ccmp.c : Likewise.
25232         * cfg.c : Likewise.
25233         * cfganal.c : Likewise.
25234         * cfgbuild.c : Likewise.
25235         * cfgcleanup.c : Likewise.
25236         * cfgexpand.c : Likewise.
25237         * cfghooks.c : Likewise.
25238         * cfgloop.c : Likewise.
25239         * cfgloop.h : Likewise.
25240         * cfgloopanal.c : Likewise.
25241         * cfgloopmanip.c : Likewise.
25242         * cfgrtl.c : Likewise.
25243         * cgraph.c : Likewise.
25244         * cgraphbuild.c : Likewise.
25245         * cgraphclones.c : Likewise.
25246         * cgraphunit.c : Likewise.
25247         * cilk-common.c : Likewise.
25248         * combine-stack-adj.c : Likewise.
25249         * combine.c : Likewise.
25250         * compare-elim.c : Likewise.
25251         * context.c : Likewise.
25252         * convert.c : Likewise.
25253         * coverage.c : Likewise.
25254         * cppbuiltin.c : Likewise.
25255         * cprop.c : Likewise.
25256         * cse.c : Likewise.
25257         * cselib.c : Likewise.
25258         * data-streamer-in.c : Likewise.
25259         * data-streamer-out.c : Likewise.
25260         * data-streamer.c : Likewise.
25261         * data-streamer.h : Likewise.
25262         * dbxout.c : Likewise.
25263         * dce.c : Likewise.
25264         * ddg.c : Likewise.
25265         * debug.c : Likewise.
25266         * df-core.c : Likewise.
25267         * df-problems.c : Likewise.
25268         * df-scan.c : Likewise.
25269         * df.h : Likewise.
25270         * dfp.c : Likewise.
25271         * dojump.c : Likewise.
25272         * dominance.c : Likewise.
25273         * domwalk.c : Likewise.
25274         * double-int.c : Likewise.
25275         * dse.c : Likewise.
25276         * dumpfile.c : Likewise.
25277         * dwarf2asm.c : Likewise.
25278         * dwarf2cfi.c : Likewise.
25279         * dwarf2out.c : Likewise.
25280         * emit-rtl.c : Likewise.
25281         * et-forest.c : Likewise.
25282         * except.c : Likewise.
25283         * except.h : Likewise.
25284         * explow.c : Likewise.
25285         * expmed.c : Likewise.
25286         * expr.c : Likewise.
25287         * final.c : Likewise.
25288         * fixed-value.c : Likewise.
25289         * fold-const.c : Likewise.
25290         * function.c : Likewise.
25291         * fwprop.c : Likewise.
25292         * gcc-plugin.h : Likewise.
25293         * gcc.c : Likewise.
25294         * gcse-common.c : Likewise.
25295         * gcse.c : Likewise.
25296         * genattrtab.c : Likewise.
25297         * genautomata.c : Likewise.
25298         * genconditions.c : Likewise.
25299         * genemit.c : Likewise.
25300         * generic-match-head.c : Likewise.
25301         * genextract.c : Likewise.
25302         * gengtype-state.c : Likewise.
25303         * gengtype.c : Likewise.
25304         * genhooks.c : Likewise.
25305         * genmatch.c : Likewise.
25306         * genmodes.c : Likewise.
25307         * genrecog.c : Likewise.
25308         * gensupport.c : Likewise.
25309         * ggc-common.c : Likewise.
25310         * ggc-internal.h : Likewise.
25311         * ggc-none.c : Likewise.
25312         * ggc-page.c : Likewise.
25313         * gimple-builder.c : Likewise.
25314         * gimple-expr.c : Likewise.
25315         * gimple-fold.c : Likewise.
25316         * gimple-iterator.c : Likewise.
25317         * gimple-low.c : Likewise.
25318         * gimple-match-head.c : Likewise.
25319         * gimple-pretty-print.c : Likewise.
25320         * gimple-ssa-isolate-paths.c : Likewise.
25321         * gimple-ssa-strength-reduction.c : Likewise.
25322         * gimple-ssa.h : Likewise.
25323         * gimple-streamer-in.c : Likewise.
25324         * gimple-streamer-out.c : Likewise.
25325         * gimple-streamer.h : Likewise.
25326         * gimple-walk.c : Likewise.
25327         * gimple.c : Likewise.
25328         * gimplify-me.c : Likewise.
25329         * gimplify.c : Likewise.
25330         * godump.c : Likewise.
25331         * graph.c : Likewise.
25332         * graphds.c : Likewise.
25333         * graphite-blocking.c : Likewise.
25334         * graphite-dependences.c : Likewise.
25335         * graphite-interchange.c : Likewise.
25336         * graphite-isl-ast-to-gimple.c : Likewise.
25337         * graphite-optimize-isl.c : Likewise.
25338         * graphite-poly.c : Likewise.
25339         * graphite-scop-detection.c : Likewise.
25340         * graphite-sese-to-poly.c : Likewise.
25341         * graphite.c : Likewise.
25342         * haifa-sched.c : Likewise.
25343         * hard-reg-set.h : Likewise.
25344         * hw-doloop.c : Likewise.
25345         * ifcvt.c : Likewise.
25346         * inchash.c : Likewise.
25347         * incpath.c : Likewise.
25348         * init-regs.c : Likewise.
25349         * input.c : Likewise.
25350         * internal-fn.c : Likewise.
25351         * ipa-chkp.c : Likewise.
25352         * ipa-comdats.c : Likewise.
25353         * ipa-cp.c : Likewise.
25354         * ipa-devirt.c : Likewise.
25355         * ipa-icf-gimple.c : Likewise.
25356         * ipa-icf.c : Likewise.
25357         * ipa-inline-analysis.c : Likewise.
25358         * ipa-inline-transform.c : Likewise.
25359         * ipa-inline.c : Likewise.
25360         * ipa-polymorphic-call.c : Likewise.
25361         * ipa-profile.c : Likewise.
25362         * ipa-prop.c : Likewise.
25363         * ipa-pure-const.c : Likewise.
25364         * ipa-ref.c : Likewise.
25365         * ipa-reference.c : Likewise.
25366         * ipa-split.c : Likewise.
25367         * ipa-utils.c : Likewise.
25368         * ipa-visibility.c : Likewise.
25369         * ipa.c : Likewise.
25370         * ira-build.c : Likewise.
25371         * ira-color.c : Likewise.
25372         * ira-conflicts.c : Likewise.
25373         * ira-costs.c : Likewise.
25374         * ira-emit.c : Likewise.
25375         * ira-lives.c : Likewise.
25376         * ira.c : Likewise.
25377         * jump.c : Likewise.
25378         * langhooks.c : Likewise.
25379         * lcm.c : Likewise.
25380         * libfuncs.h : Likewise.
25381         * lists.c : Likewise.
25382         * loop-doloop.c : Likewise.
25383         * loop-init.c : Likewise.
25384         * loop-invariant.c : Likewise.
25385         * loop-iv.c : Likewise.
25386         * loop-unroll.c : Likewise.
25387         * lower-subreg.c : Likewise.
25388         * lra-assigns.c : Likewise.
25389         * lra-coalesce.c : Likewise.
25390         * lra-constraints.c : Likewise.
25391         * lra-eliminations.c : Likewise.
25392         * lra-lives.c : Likewise.
25393         * lra-remat.c : Likewise.
25394         * lra-spills.c : Likewise.
25395         * lra.c : Likewise.
25396         * lto-cgraph.c : Likewise.
25397         * lto-compress.c : Likewise.
25398         * lto-opts.c : Likewise.
25399         * lto-section-in.c : Likewise.
25400         * lto-section-out.c : Likewise.
25401         * lto-streamer-in.c : Likewise.
25402         * lto-streamer-out.c : Likewise.
25403         * lto-streamer.c : Likewise.
25404         * lto-streamer.h : Likewise.
25405         * mcf.c : Likewise.
25406         * mode-switching.c : Likewise.
25407         * modulo-sched.c : Likewise.
25408         * omega.c : Likewise.
25409         * omp-low.c : Likewise.
25410         * optabs.c : Likewise.
25411         * opts-global.c : Likewise.
25412         * opts.h : Likewise.
25413         * passes.c : Likewise.
25414         * plugin.c : Likewise.
25415         * postreload-gcse.c : Likewise.
25416         * postreload.c : Likewise.
25417         * predict.c : Likewise.
25418         * print-rtl.c : Likewise.
25419         * print-tree.c : Likewise.
25420         * profile.c : Likewise.
25421         * read-md.c : Likewise.
25422         * read-md.h : Likewise.
25423         * read-rtl.c : Likewise.
25424         * real.c : Likewise.
25425         * realmpfr.c : Likewise.
25426         * recog.c : Likewise.
25427         * ree.c : Likewise.
25428         * reg-stack.c : Likewise.
25429         * regcprop.c : Likewise.
25430         * reginfo.c : Likewise.
25431         * regrename.c : Likewise.
25432         * regstat.c : Likewise.
25433         * reload.c : Likewise.
25434         * reload1.c : Likewise.
25435         * reorg.c : Likewise.
25436         * resource.c : Likewise.
25437         * rtl-chkp.c : Likewise.
25438         * rtl.c : Likewise.
25439         * rtl.h : Likewise.
25440         * rtlanal.c : Likewise.
25441         * rtlhash.c : Likewise.
25442         * rtlhash.h : Likewise.
25443         * rtlhooks.c : Likewise.
25444         * sanopt.c : Likewise.
25445         * sched-deps.c : Likewise.
25446         * sched-ebb.c : Likewise.
25447         * sched-rgn.c : Likewise.
25448         * sched-vis.c : Likewise.
25449         * sdbout.c : Likewise.
25450         * sel-sched-dump.c : Likewise.
25451         * sel-sched-ir.c : Likewise.
25452         * sel-sched-ir.h : Likewise.
25453         * sel-sched.c : Likewise.
25454         * sese.c : Likewise.
25455         * shrink-wrap.c : Likewise.
25456         * shrink-wrap.h : Likewise.
25457         * simplify-rtx.c : Likewise.
25458         * stack-ptr-mod.c : Likewise.
25459         * statistics.c : Likewise.
25460         * stmt.c : Likewise.
25461         * stor-layout.c : Likewise.
25462         * store-motion.c : Likewise.
25463         * stringpool.c : Likewise.
25464         * symtab.c : Likewise.
25465         * target-globals.c : Likewise.
25466         * targhooks.c : Likewise.
25467         * tlink.c : Likewise.
25468         * toplev.c : Likewise.
25469         * tracer.c : Likewise.
25470         * trans-mem.c : Likewise.
25471         * tree-affine.c : Likewise.
25472         * tree-affine.h : Likewise.
25473         * tree-browser.c : Likewise.
25474         * tree-call-cdce.c : Likewise.
25475         * tree-cfg.c : Likewise.
25476         * tree-cfgcleanup.c : Likewise.
25477         * tree-chkp-opt.c : Likewise.
25478         * tree-chkp.c : Likewise.
25479         * tree-chrec.c : Likewise.
25480         * tree-complex.c : Likewise.
25481         * tree-data-ref.c : Likewise.
25482         * tree-dfa.c : Likewise.
25483         * tree-diagnostic.c : Likewise.
25484         * tree-dump.c : Likewise.
25485         * tree-eh.c : Likewise.
25486         * tree-eh.h : Likewise.
25487         * tree-emutls.c : Likewise.
25488         * tree-hasher.h : Likewise.
25489         * tree-if-conv.c : Likewise.
25490         * tree-inline.c : Likewise.
25491         * tree-inline.h : Likewise.
25492         * tree-into-ssa.c : Likewise.
25493         * tree-iterator.c : Likewise.
25494         * tree-loop-distribution.c : Likewise.
25495         * tree-nested.c : Likewise.
25496         * tree-nrv.c : Likewise.
25497         * tree-object-size.c : Likewise.
25498         * tree-outof-ssa.c : Likewise.
25499         * tree-parloops.c : Likewise.
25500         * tree-phinodes.c : Likewise.
25501         * tree-predcom.c : Likewise.
25502         * tree-pretty-print.c : Likewise.
25503         * tree-profile.c : Likewise.
25504         * tree-scalar-evolution.c : Likewise.
25505         * tree-sra.c : Likewise.
25506         * tree-ssa-address.c : Likewise.
25507         * tree-ssa-alias.c : Likewise.
25508         * tree-ssa-ccp.c : Likewise.
25509         * tree-ssa-coalesce.c : Likewise.
25510         * tree-ssa-copy.c : Likewise.
25511         * tree-ssa-copyrename.c : Likewise.
25512         * tree-ssa-dce.c : Likewise.
25513         * tree-ssa-dom.c : Likewise.
25514         * tree-ssa-dse.c : Likewise.
25515         * tree-ssa-forwprop.c : Likewise.
25516         * tree-ssa-ifcombine.c : Likewise.
25517         * tree-ssa-live.c : Likewise.
25518         * tree-ssa-loop-ch.c : Likewise.
25519         * tree-ssa-loop-im.c : Likewise.
25520         * tree-ssa-loop-ivcanon.c : Likewise.
25521         * tree-ssa-loop-ivopts.c : Likewise.
25522         * tree-ssa-loop-manip.c : Likewise.
25523         * tree-ssa-loop-niter.c : Likewise.
25524         * tree-ssa-loop-prefetch.c : Likewise.
25525         * tree-ssa-loop-unswitch.c : Likewise.
25526         * tree-ssa-loop.c : Likewise.
25527         * tree-ssa-math-opts.c : Likewise.
25528         * tree-ssa-operands.c : Likewise.
25529         * tree-ssa-phiopt.c : Likewise.
25530         * tree-ssa-phiprop.c : Likewise.
25531         * tree-ssa-pre.c : Likewise.
25532         * tree-ssa-propagate.c : Likewise.
25533         * tree-ssa-reassoc.c : Likewise.
25534         * tree-ssa-sccvn.c : Likewise.
25535         * tree-ssa-scopedtables.c : Likewise.
25536         * tree-ssa-sink.c : Likewise.
25537         * tree-ssa-strlen.c : Likewise.
25538         * tree-ssa-structalias.c : Likewise.
25539         * tree-ssa-tail-merge.c : Likewise.
25540         * tree-ssa-ter.c : Likewise.
25541         * tree-ssa-threadedge.c : Likewise.
25542         * tree-ssa-threadupdate.c : Likewise.
25543         * tree-ssa-uncprop.c : Likewise.
25544         * tree-ssa-uninit.c : Likewise.
25545         * tree-ssa.c : Likewise.
25546         * tree-ssanames.c : Likewise.
25547         * tree-stdarg.c : Likewise.
25548         * tree-streamer-in.c : Likewise.
25549         * tree-streamer-out.c : Likewise.
25550         * tree-streamer.c : Likewise.
25551         * tree-streamer.h : Likewise.
25552         * tree-switch-conversion.c : Likewise.
25553         * tree-tailcall.c : Likewise.
25554         * tree-vect-data-refs.c : Likewise.
25555         * tree-vect-generic.c : Likewise.
25556         * tree-vect-loop-manip.c : Likewise.
25557         * tree-vect-loop.c : Likewise.
25558         * tree-vect-patterns.c : Likewise.
25559         * tree-vect-slp.c : Likewise.
25560         * tree-vect-stmts.c : Likewise.
25561         * tree-vectorizer.c : Likewise.
25562         * tree-vectorizer.h : Likewise.
25563         * tree-vrp.c : Likewise.
25564         * tree.c : Likewise.
25565         * tsan.c : Likewise.
25566         * ubsan.c : Likewise.
25567         * valtrack.c : Likewise.
25568         * valtrack.h : Likewise.
25569         * value-prof.c : Likewise.
25570         * var-tracking.c : Likewise.
25571         * varasm.c : Likewise.
25572         * varpool.c : Likewise.
25573         * vec.c: Likewise.
25574         * vmsdbgout.c : Likewise.
25575         * vtable-verify.c : Likewise.
25576         * vtable-verify.h : Likewise.
25577         * web.c : Likewise.
25578         * wide-int.cc : Likewise.
25579         * xcoffout.c : Likewise.
25580         * config/aarch64/aarch64-builtins.c : Likewise.
25581         * config/aarch64/aarch64.c : Likewise.
25582         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
25583         * config/alpha/alpha.c : Likewise.
25584         * config/arc/arc.c : Likewise.
25585         * config/arm/aarch-common.c : Likewise.
25586         * config/arm/arm-builtins.c : Likewise.
25587         * config/arm/arm-c.c : Likewise.
25588         * config/arm/arm.c : Likewise.
25589         * config/avr/avr-c.c : Likewise.
25590         * config/avr/avr-log.c : Likewise.
25591         * config/avr/avr.c : Likewise.
25592         * config/bfin/bfin.c : Likewise.
25593         * config/c6x/c6x.c : Likewise.
25594         * config/cr16/cr16.c : Likewise.
25595         * config/cris/cris.c : Likewise.
25596         * config/darwin-c.c : Likewise.
25597         * config/darwin.c : Likewise.
25598         * config/default-c.c : Likewise.
25599         * config/epiphany/epiphany.c : Likewise.
25600         * config/epiphany/mode-switch-use.c : Likewise.
25601         * config/epiphany/resolve-sw-modes.c : Likewise.
25602         * config/fr30/fr30.c : Likewise.
25603         * config/frv/frv.c : Likewise.
25604         * config/ft32/ft32.c : Likewise.
25605         * config/glibc-c.c : Likewise.
25606         * config/h8300/h8300.c : Likewise.
25607         * config/i386/i386-c.c : Likewise.
25608         * config/i386/i386.c : Likewise.
25609         * config/i386/msformat-c.c : Likewise.
25610         * config/i386/winnt-cxx.c : Likewise.
25611         * config/i386/winnt-stubs.c : Likewise.
25612         * config/i386/winnt.c : Likewise.
25613         * config/ia64/ia64-c.c : Likewise.
25614         * config/ia64/ia64.c : Likewise.
25615         * config/iq2000/iq2000.c : Likewise.
25616         * config/lm32/lm32.c : Likewise.
25617         * config/m32c/m32c-pragma.c : Likewise.
25618         * config/m32c/m32c.c : Likewise.
25619         * config/m32r/m32r.c : Likewise.
25620         * config/m68k/m68k.c : Likewise.
25621         * config/mcore/mcore.c : Likewise.
25622         * config/mep/mep-pragma.c : Likewise.
25623         * config/mep/mep.c : Likewise.
25624         * config/microblaze/microblaze-c.c : Likewise.
25625         * config/microblaze/microblaze.c : Likewise.
25626         * config/mips/mips.c : Likewise.
25627         * config/mmix/mmix.c : Likewise.
25628         * config/mn10300/mn10300.c : Likewise.
25629         * config/moxie/moxie.c : Likewise.
25630         * config/msp430/msp430-c.c : Likewise.
25631         * config/msp430/msp430.c : Likewise.
25632         * config/nds32/nds32-cost.c : Likewise.
25633         * config/nds32/nds32-fp-as-gp.c : Likewise.
25634         * config/nds32/nds32-intrinsic.c : Likewise.
25635         * config/nds32/nds32-isr.c : Likewise.
25636         * config/nds32/nds32-md-auxiliary.c : Likewise.
25637         * config/nds32/nds32-memory-manipulation.c : Likewise.
25638         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
25639         * config/nds32/nds32-predicates.c : Likewise.
25640         * config/nds32/nds32.c : Likewise.
25641         * config/nios2/nios2.c : Likewise.
25642         * config/nvptx/nvptx.c : Likewise.
25643         * config/pa/pa.c : Likewise.
25644         * config/pdp11/pdp11.c : Likewise.
25645         * config/rl78/rl78-c.c : Likewise.
25646         * config/rl78/rl78.c : Likewise.
25647         * config/rs6000/rs6000-c.c : Likewise.
25648         * config/rs6000/rs6000.c : Likewise.
25649         * config/rx/rx.c : Likewise.
25650         * config/s390/s390-c.c : Likewise.
25651         * config/s390/s390.c : Likewise.
25652         * config/sh/sh-c.c : Likewise.
25653         * config/sh/sh-mem.cc : Likewise.
25654         * config/sh/sh.c : Likewise.
25655         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
25656         * config/sh/sh_treg_combine.cc : Likewise.
25657         * config/sol2-c.c : Likewise.
25658         * config/sol2-cxx.c : Likewise.
25659         * config/sol2-stubs.c : Likewise.
25660         * config/sol2.c : Likewise.
25661         * config/sparc/sparc-c.c : Likewise.
25662         * config/sparc/sparc.c : Likewise.
25663         * config/spu/spu-c.c : Likewise.
25664         * config/spu/spu.c : Likewise.
25665         * config/stormy16/stormy16.c : Likewise.
25666         * config/tilegx/mul-tables.c : Likewise.
25667         * config/tilegx/tilegx-c.c : Likewise.
25668         * config/tilegx/tilegx.c : Likewise.
25669         * config/tilepro/mul-tables.c : Likewise.
25670         * config/tilepro/tilepro-c.c : Likewise.
25671         * config/tilepro/tilepro.c : Likewise.
25672         * config/v850/v850-c.c : Likewise.
25673         * config/v850/v850.c : Likewise.
25674         * config/vax/vax.c : Likewise.
25675         * config/visium/visium.c : Likewise.
25676         * config/vms/vms-c.c : Likewise.
25677         * config/vms/vms.c : Likewise.
25678         * config/vxworks.c : Likewise.
25679         * config/winnt-c.c : Likewise.
25680         * config/xtensa/xtensa.c : Likewise.
25682 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
25684         PR lto/65378
25685         * ipa-utils.h (warn_types_mismatch): Update prototype.
25686         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
25687         parameters.
25688         (type_mismatch_p): New function.
25689         (warn_types_mismatch): Reorg to work better on non-C++ types.
25690         (odr_types_equivalent_p): Add loc1/loc2 parameters.
25691         (add_type_duplicate): Update.
25693 2015-06-08  Tom de Vries  <tom@codesourcery.com>
25695         PR rtl-optimization/66444
25696         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
25697         call_used_regs.
25699 2015-06-08  Richard Biener  <rguenther@suse.de>
25701         PR tree-optimization/66422
25702         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
25703         block after inserted gcc_unreachable.
25705 2015-06-08  Nick Clifton  <nickc@redhat.com>
25707         * config/rx/rx.c (rx_function_value): Do not promote vector types.
25708         (rx_promote_function_mode): Likewise.
25709         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
25711 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
25713         * genattrtab.c (insn_alternatives): Change type from int *
25714         to uint64_t *.
25715         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
25716         (get_attr_value): Change type of num_alt to uint64_t.
25717         (compute_alternative_mask): Change return type from
25718         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
25719         (make_alternative_compare, mk_attr_alt): Change argument type
25720         from int to uint64_t.
25721         (simplify_test_exp): Change type of i from int to uint64_t.
25722         Shift ((uint64_t) 1) instead of 1 up.
25723         (main): Adjust oballocvec first argument from int to uint64_t.
25724         Shift ((uint64_t) 1) instead of 1 up.
25726 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
25728         PR other/65366
25729         * gdbhooks.py: Import sys.
25730         (intptr): New function.  Replace int(...) by intptr(...).
25732 2015-06-08  Richard Biener  <rguenther@suse.de>
25734         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
25735         adjustment for gaps at the end of a SLP load group properly.
25736         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
25737         all permutations we can generate.
25738         (vect_transform_slp_perm_load): Use the correct group-size.
25740 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
25742         * genmatch.c (expr::gen_transform): For conditions, guess the type
25743         from the second operand.
25745 2015-06-08  Tom de Vries  <tom@codesourcery.com>
25747         PR tree-optimization/66442
25748         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
25749         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
25750         if the loop latch is not a singleton.  Use
25751         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
25753 2015-06-08  Marek Polacek  <polacek@redhat.com>
25755         PR sanitizer/66452
25756         * toplev.c (check_global_declaration): Don't warn about artificial
25757         decls.
25759 2015-06-08  Tom de Vries  <tom@codesourcery.com>
25761         PR tree-optimization/66436
25762         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
25763         dump file.
25764         * gimplify.c: Add tree-dump.h include.
25765         (gimplify_function_tree): Dump function to gimple dump file.
25766         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
25767         dump file.
25769 2015-06-08  Tom de Vries  <tom@codesourcery.com>
25771         PR tree-optimization/66435
25772         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
25773         function.
25775 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
25777         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
25778         of ptr_type_node to not be ptr_to_node.
25779         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
25780         TREE_TYPE of pointers.
25781         * gimple-expr.c (useless_type_conversion): Reorder the check for
25782         function pointers and TYPE_CANONICAL.
25784 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
25786         PR bootstrap/66319
25787         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
25788         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
25789         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
25790         later.
25791         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
25792         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
25793         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
25794         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
25795         and non iso if unix2003.
25797 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
25799         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
25801 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
25803         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
25804         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
25805         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
25806         except.c, final.c, function.c, gcse-common.c, genemit.c,
25807         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
25808         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
25809         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
25810         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
25811         more derived ones.
25813 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
25815         * combine.c (combine_split_insns): Remove cast.
25816         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
25817         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
25818         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
25819         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
25820         * genemit.c (gen_split): Change return type of generated functions to
25821         rtx_insn.
25822         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
25823         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
25824         gen_peephole2_* functions.
25825         (print_subroutine, main): Likewise.
25826         * recog.c (peephole2_optimize): Remove cast.
25827         (peep2_next_insn): Promote return type to rtx_insn.
25828         * recog.h (peep2_next_insn): Fix prototype.
25829         * rtl.h (try_split, split_insns): Likewise.
25831 2015-06-06  DJ Delorie  <dj@redhat.com>
25833         * config/msp430/msp430.c (msp430_asm_integer): Support addition
25834         and subtraction too.
25836 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
25838         PR target/66410
25839         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
25840         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
25841         instead of Snd.  Disparage Sid/z alternative with '^'.
25843 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
25845         * dwarf2out.c: Remove deferred_locations*.
25846         (dwarf2_debug_hooks): Add early_finish hook.
25847         Remove global_decl hook.
25848         Add early_global_decl and late_global_decl hook.
25849         New global early_dwarf.
25850         New structure set_early_dwarf.
25851         (output_die): Indicate whether a DIE was generated early
25852         when generating assembly with -dA.
25853         (struct limbo_die_struct): Document created_for field.
25854         Remove file_table_last_lookup.
25855         (remove_AT): Return TRUE if successful.
25856         (remove_child_TAG): Clear die_parent.
25857         (reparent_child): New function abstracted from...
25858         (splice_child_die): ...here.
25859         (new_die): ICE if a DIE ends up in limbo too late.
25860         (check_die): New.
25861         (defer_location): Remove.
25862         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
25863         (fill_variable_array_bounds): New.
25864         (decl_start_label): Call fill_variable_array_bounds.
25865         (gen_formal_parameter_die): Rewrite to reuse previously generated
25866         DIEs.
25867         (gen_subprogram_die): Same.
25868         (gen_variable_die): Same.
25869         (gen_const_die): Same.
25870         (gen_label_die): Same.
25871         (gen_lexical_block_die): Same.
25872         (decl_will_get_specification_p): New.
25873         (local_function_static): New.
25874         (gen_struct_or_union_type_die): Fill in variable-length fields.
25875         (gen_typedef_die): Fill in variable-length typedefs.
25876         (gen_tagged_type_die): Gracefully return on error_mark_node.
25877         Handle re-entrancy.
25878         (gen_type_die_with_usage): Handle variable-length types.
25879         Remove duplicate code for ARRAY_TYPE case.
25880         (process_scope_var): Only process imported modules during early
25881         dwarf.
25882         (dwarf2out_early_global_decl): New.
25883         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
25884         (dwarf2out_type_decl): Set early_dwarf while calling
25885         dwarf2out_decl.
25886         (dwarf2out_decl): Verify that we did not recreate a previously
25887         generated DIE.
25888         Do not return on DECL_EXTERNALs in VAR_DECLs.
25889         Abstract some code to local_function_static.
25890         (lookup_filename): Remove use of file_table_last_lookup.
25891         Gracefully exit on missing file_name.
25892         (dwarf2out_finish): Verify limbo list.
25893         Remove deferred_locations_list use.
25894         Move deferred_asm_name and limbo flushing to...
25895         (dwarf2out_early_finish): ...here.  New.
25896         (dwarf2out_c_finalize): Remove set of deferred_location_list,
25897         deferred_asm_name, and file_table_last_lookup.
25898         * cgraph.h (referred_to_p): Add default argument.
25899         * cgraphunit.c (referred_to_p): Add and handle include_self
25900         argument.
25901         (analyze_functions): Add first_time argument.
25902         Call check_global_declaration for all symbols.
25903         Call late_global_decl for nodes for moribund nodes.
25904         (finalize_compilation_unit): Add new argument to
25905         analyze_functions.
25906         Call early_global_decl for functions.
25907         Call early_finish debug hook.
25908         * dbxout.c (dbxout_early_global_decl): New.
25909         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
25910         (dbx_debug_hooks): Add new hooks.
25911         (xcoff_debug_hooks): Same.
25912         * debug.c (do_nothing_debug_hooks): Add early_finish field.
25913         Add early and late debug hooks.
25914         Remove global_decl hook.
25915         * debug.h (struct gcc_debug_hooks): Add early_finish,
25916         early_global_decl, and late_global_decl fields.
25917         Remove global_decl field.
25918         Document gcc_debug_hooks.
25919         * gengtype.c (output_typename): Remove.
25920         * godump.c (go_early_global_decl): New.
25921         (go_late_global_decl): New.
25922         (go_global_decl): Remove.
25923         (dump_go_spec_init): Remove global_decl.  Add
25924         {early,late}_global_decl.
25925         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
25926         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
25927         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
25928         (write_global_declarations): Remove.
25929         (global_decl_processing): New.
25930         * langhooks.h (struct lang_hooks_for_decls): Remove
25931         final_write_globals field.
25932         Add post_compilation_parsing_cleanups field.
25933         * passes.c (rest_of_decl_compilation): Call early_global_decl.
25934         * sdbout.c: Add early and late_global_decl hooks.  Remove
25935         sdbout_global_decl hook.
25936         Add early_finish field for sdb_debug_hooks.
25937         (sdbout_global_decl): Remove.
25938         (sdbout_early_global_decl): New.
25939         (sdbout_late_global_decl): New.
25940         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
25941         * toplev.c (check_global_declaration): Rename from
25942         check_global_declaration_1.
25943         Adapt to use symtab infrastructure.
25944         (check_global_declarations): Remove.
25945         (emit_debug_global_declarations): Remove.
25946         (compile_file): Remove call to final_write_globals langhook.
25947         Run the actual compilation process.
25948         Perform any post compilation parser cleanups.
25949         Generate late debug info.
25950         * toplev.h (check_global_declaration): New.
25951         (check_global_declaration_1): Remove.
25952         (check_global_declarations): Remove.
25953         (write_global_declarations): Remove.
25954         (emit_debug_global_declarations): Remove.
25955         (global_decl_processing): New.
25956         * tree-core.h (struct tree_block): Add DIE field.
25957         * tree.h (BLOCK_DIE): New.
25958         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
25959         throughout.
25960         (vmsdbgout_early_global_decl): New.
25961         (vmsdbgout_late_global_decl): New.
25962         Add early_finish debug hook field to vmsdbg_debug_hooks.
25963         Remove vmsdbgout_decl to vmsdbgout_function_decl.
25964         Add early and late_global_decl debug hooks.
25966 2015-06-05  Julian Brown  <julian@codesourcery.com>
25967             Sandra Loosemore  <sandra@codesourcery.com>
25969         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
25970         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
25971         to print-sysroot-suffix.sh script.
25973 2015-06-05  Tom de Vries  <tom@codesourcery.com>
25975         merge from gomp4 branch:
25976         2015-05-28  Tom de Vries  <tom@codesourcery.com>
25978         PR tree-optimization/65443
25979         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
25980         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
25981         (try_transform_to_exit_first_loop_alt): New function.
25982         (transform_to_exit_first_loop): Use
25983         try_transform_to_exit_first_loop_alt.
25985 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
25987         * builtins.c (expand_builtin_atomic_compare_exchange): Call
25988         emit_cmp_and_jump_insns with the mode of target.
25990 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
25992         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
25994 2015-06-04  DJ Delorie  <dj@redhat.com>
25996         * config/msp430/msp430.md (movsi_s): New.  Special case for
25997         storing a 20-bit symbol into a 32-bit register.
25998         * config/msp430/msp430.c (msp430_subreg): Add support for it.
25999         * config/msp430/predicates.md (msp430_symbol_operand): New.
26001 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
26003         * c-family/c-common.c (noplt): New attribute.
26004         (handle_noplt_attribute): New handler.
26005         * calls.c (prepare_call_address): Check for noplt
26006         attribute.
26007         * config/i386/i386.c (ix86_expand_call): Check
26008         for noplt attribute.
26009         (ix86_nopic_noplt_attribute_p): New function.
26010         (ix86_output_call_insn): Output indirect call for non-pic
26011         no plt calls.
26012         * doc/extend.texi (noplt): Document new attribute.
26013         * doc/invoke.texi: Document new attribute.
26015 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
26017         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
26018         real.h, and fixed-value.h when included in host source files.
26019         * double-int.h: Remove redundant #includes listed above.
26020         * fixed-value.h: Likewise.
26021         * real.h: Likewise.
26022         * wide-int.h: Likewise.
26023         * inchash.h: Likewise.
26024         * rtl.h: Add some include files When included from a generator file.
26025         * target.h: Remove wide-int.h and insn-modes.h from the include list.
26026         * internal-fn.h: Don't include coretypes.h.
26027         * alias.c: Adjust includes for restructured coretypes.h.
26028         * asan.c: Likewise.
26029         * attribs.c: Likewise.
26030         * auto-inc-dec.c: Likewise.
26031         * auto-profile.c: Likewise.
26032         * bb-reorder.c: Likewise.
26033         * bt-load.c: Likewise.
26034         * builtins.c: Likewise.
26035         * caller-save.c: Likewise.
26036         * calls.c: Likewise.
26037         * ccmp.c: Likewise.
26038         * cfg.c: Likewise.
26039         * cfganal.c: Likewise.
26040         * cfgbuild.c: Likewise.
26041         * cfgcleanup.c: Likewise.
26042         * cfgexpand.c: Likewise.
26043         * cfghooks.c: Likewise.
26044         * cfgloop.c: Likewise.
26045         * cfgloop.h: Likewise.
26046         * cfgloopanal.c: Likewise.
26047         * cfgloopmanip.c: Likewise.
26048         * cfgrtl.c: Likewise.
26049         * cgraph.c: Likewise.
26050         * cgraphbuild.c: Likewise.
26051         * cgraphclones.c: Likewise.
26052         * cgraphunit.c: Likewise.
26053         * cilk-common.c: Likewise.
26054         * combine-stack-adj.c: Likewise.
26055         * combine.c: Likewise.
26056         * compare-elim.c: Likewise.
26057         * convert.c: Likewise.
26058         * coverage.c: Likewise.
26059         * cppbuiltin.c: Likewise.
26060         * cprop.c: Likewise.
26061         * cse.c: Likewise.
26062         * cselib.c: Likewise.
26063         * data-streamer-in.c: Likewise.
26064         * data-streamer-out.c: Likewise.
26065         * data-streamer.c: Likewise.
26066         * dbxout.c: Likewise.
26067         * dce.c: Likewise.
26068         * ddg.c: Likewise.
26069         * debug.c: Likewise.
26070         * df-core.c: Likewise.
26071         * df-problems.c: Likewise.
26072         * df-scan.c: Likewise.
26073         * df.h: Likewise.
26074         * dfp.c: Likewise.
26075         * dojump.c: Likewise.
26076         * dominance.c: Likewise.
26077         * domwalk.c: Likewise.
26078         * double-int.c: Likewise.
26079         * dse.c: Likewise.
26080         * dumpfile.c: Likewise.
26081         * dwarf2asm.c: Likewise.
26082         * dwarf2cfi.c: Likewise.
26083         * dwarf2out.c: Likewise.
26084         * dwarf2out.h: Likewise.
26085         * emit-rtl.c: Likewise.
26086         * et-forest.c: Likewise.
26087         * except.c: Likewise.
26088         * explow.c: Likewise.
26089         * expmed.c: Likewise.
26090         * expr.c: Likewise.
26091         * final.c: Likewise.
26092         * fixed-value.c: Likewise.
26093         * fold-const.c: Likewise.
26094         * function.c: Likewise.
26095         * fwprop.c: Likewise.
26096         * gcc-plugin.h: Likewise.
26097         * gcse.c: Likewise.
26098         * generic-match-head.c: Likewise.
26099         * ggc-page.c: Likewise.
26100         * gimple-builder.c: Likewise.
26101         * gimple-expr.c: Likewise.
26102         * gimple-fold.c: Likewise.
26103         * gimple-iterator.c: Likewise.
26104         * gimple-low.c: Likewise.
26105         * gimple-match-head.c: Likewise.
26106         * gimple-pretty-print.c: Likewise.
26107         * gimple-ssa-isolate-paths.c: Likewise.
26108         * gimple-ssa-strength-reduction.c: Likewise.
26109         * gimple-streamer-in.c: Likewise.
26110         * gimple-streamer-out.c: Likewise.
26111         * gimple-streamer.h: Likewise.
26112         * gimple-walk.c: Likewise.
26113         * gimple.c: Likewise.
26114         * gimplify-me.c: Likewise.
26115         * gimplify.c: Likewise.
26116         * godump.c: Likewise.
26117         * graph.c: Likewise.
26118         * graphite-blocking.c: Likewise.
26119         * graphite-dependences.c: Likewise.
26120         * graphite-interchange.c: Likewise.
26121         * graphite-isl-ast-to-gimple.c: Likewise.
26122         * graphite-optimize-isl.c: Likewise.
26123         * graphite-poly.c: Likewise.
26124         * graphite-scop-detection.c: Likewise.
26125         * graphite-sese-to-poly.c: Likewise.
26126         * graphite.c: Likewise.
26127         * haifa-sched.c: Likewise.
26128         * hooks.h: Likewise.
26129         * hw-doloop.c: Likewise.
26130         * ifcvt.c: Likewise.
26131         * incpath.c: Likewise.
26132         * init-regs.c: Likewise.
26133         * internal-fn.c: Likewise.
26134         * ipa-chkp.c: Likewise.
26135         * ipa-comdats.c: Likewise.
26136         * ipa-cp.c: Likewise.
26137         * ipa-devirt.c: Likewise.
26138         * ipa-icf-gimple.c: Likewise.
26139         * ipa-icf.c: Likewise.
26140         * ipa-inline-analysis.c: Likewise.
26141         * ipa-inline-transform.c: Likewise.
26142         * ipa-inline.c: Likewise.
26143         * ipa-polymorphic-call.c: Likewise.
26144         * ipa-profile.c: Likewise.
26145         * ipa-prop.c: Likewise.
26146         * ipa-pure-const.c: Likewise.
26147         * ipa-ref.c: Likewise.
26148         * ipa-reference.c: Likewise.
26149         * ipa-split.c: Likewise.
26150         * ipa-utils.c: Likewise.
26151         * ipa-visibility.c: Likewise.
26152         * ipa.c: Likewise.
26153         * ira-build.c: Likewise.
26154         * ira-color.c: Likewise.
26155         * ira-conflicts.c: Likewise.
26156         * ira-costs.c: Likewise.
26157         * ira-emit.c: Likewise.
26158         * ira-lives.c: Likewise.
26159         * ira.c: Likewise.
26160         * jump.c: Likewise.
26161         * langhooks.c: Likewise.
26162         * lcm.c: Likewise.
26163         * loop-doloop.c: Likewise.
26164         * loop-init.c: Likewise.
26165         * loop-invariant.c: Likewise.
26166         * loop-iv.c: Likewise.
26167         * loop-unroll.c: Likewise.
26168         * lower-subreg.c: Likewise.
26169         * lra-assigns.c: Likewise.
26170         * lra-coalesce.c: Likewise.
26171         * lra-constraints.c: Likewise.
26172         * lra-eliminations.c: Likewise.
26173         * lra-lives.c: Likewise.
26174         * lra-remat.c: Likewise.
26175         * lra-spills.c: Likewise.
26176         * lra.c: Likewise.
26177         * lto-cgraph.c: Likewise.
26178         * lto-compress.c: Likewise.
26179         * lto-opts.c: Likewise.
26180         * lto-section-in.c: Likewise.
26181         * lto-section-out.c: Likewise.
26182         * lto-streamer-in.c: Likewise.
26183         * lto-streamer-out.c: Likewise.
26184         * lto-streamer.c: Likewise.
26185         * mcf.c: Likewise.
26186         * mode-switching.c: Likewise.
26187         * modulo-sched.c: Likewise.
26188         * omega.c: Likewise.
26189         * omp-low.c: Likewise.
26190         * optabs.c: Likewise.
26191         * opts-global.c: Likewise.
26192         * passes.c: Likewise.
26193         * plugin.c: Likewise.
26194         * postreload-gcse.c: Likewise.
26195         * postreload.c: Likewise.
26196         * predict.c: Likewise.
26197         * print-rtl.c: Likewise.
26198         * print-tree.c: Likewise.
26199         * profile.c: Likewise.
26200         * real.c: Likewise.
26201         * realmpfr.c: Likewise.
26202         * realmpfr.h: Likewise.
26203         * recog.c: Likewise.
26204         * ree.c: Likewise.
26205         * reg-stack.c: Likewise.
26206         * regcprop.c: Likewise.
26207         * reginfo.c: Likewise.
26208         * regrename.c: Likewise.
26209         * regs.h: Likewise.
26210         * regstat.c: Likewise.
26211         * reload.c: Likewise.
26212         * reload1.c: Likewise.
26213         * reorg.c: Likewise.
26214         * resource.c: Likewise.
26215         * rtl-chkp.c: Likewise.
26216         * rtlanal.c: Likewise.
26217         * rtlhooks.c: Likewise.
26218         * sanopt.c: Likewise.
26219         * sched-deps.c: Likewise.
26220         * sched-ebb.c: Likewise.
26221         * sched-rgn.c: Likewise.
26222         * sched-vis.c: Likewise.
26223         * sdbout.c: Likewise.
26224         * sel-sched-dump.c: Likewise.
26225         * sel-sched-ir.c: Likewise.
26226         * sel-sched.c: Likewise.
26227         * sese.c: Likewise.
26228         * shrink-wrap.c: Likewise.
26229         * shrink-wrap.h: Likewise.
26230         * simplify-rtx.c: Likewise.
26231         * stack-ptr-mod.c: Likewise.
26232         * statistics.c: Likewise.
26233         * stmt.c: Likewise.
26234         * stor-layout.c: Likewise.
26235         * store-motion.c: Likewise.
26236         * stringpool.c: Likewise.
26237         * symtab.c: Likewise.
26238         * target-globals.c: Likewise.
26239         * targhooks.c: Likewise.
26240         * toplev.c: Likewise.
26241         * tracer.c: Likewise.
26242         * trans-mem.c: Likewise.
26243         * tree-affine.c: Likewise.
26244         * tree-affine.h: Likewise.
26245         * tree-browser.c: Likewise.
26246         * tree-call-cdce.c: Likewise.
26247         * tree-cfg.c: Likewise.
26248         * tree-cfgcleanup.c: Likewise.
26249         * tree-chkp-opt.c: Likewise.
26250         * tree-chkp.c: Likewise.
26251         * tree-chrec.c: Likewise.
26252         * tree-complex.c: Likewise.
26253         * tree-data-ref.c: Likewise.
26254         * tree-dfa.c: Likewise.
26255         * tree-diagnostic.c: Likewise.
26256         * tree-dump.c: Likewise.
26257         * tree-eh.c: Likewise.
26258         * tree-emutls.c: Likewise.
26259         * tree-if-conv.c: Likewise.
26260         * tree-inline.c: Likewise.
26261         * tree-into-ssa.c: Likewise.
26262         * tree-iterator.c: Likewise.
26263         * tree-loop-distribution.c: Likewise.
26264         * tree-nested.c: Likewise.
26265         * tree-nrv.c: Likewise.
26266         * tree-object-size.c: Likewise.
26267         * tree-outof-ssa.c: Likewise.
26268         * tree-parloops.c: Likewise.
26269         * tree-phinodes.c: Likewise.
26270         * tree-predcom.c: Likewise.
26271         * tree-pretty-print.c: Likewise.
26272         * tree-pretty-print.h: Likewise.
26273         * tree-profile.c: Likewise.
26274         * tree-scalar-evolution.c: Likewise.
26275         * tree-sra.c: Likewise.
26276         * tree-ssa-address.c: Likewise.
26277         * tree-ssa-alias.c: Likewise.
26278         * tree-ssa-ccp.c: Likewise.
26279         * tree-ssa-coalesce.c: Likewise.
26280         * tree-ssa-copy.c: Likewise.
26281         * tree-ssa-copyrename.c: Likewise.
26282         * tree-ssa-dce.c: Likewise.
26283         * tree-ssa-dom.c: Likewise.
26284         * tree-ssa-dse.c: Likewise.
26285         * tree-ssa-forwprop.c: Likewise.
26286         * tree-ssa-ifcombine.c: Likewise.
26287         * tree-ssa-live.c: Likewise.
26288         * tree-ssa-loop-ch.c: Likewise.
26289         * tree-ssa-loop-im.c: Likewise.
26290         * tree-ssa-loop-ivcanon.c: Likewise.
26291         * tree-ssa-loop-ivopts.c: Likewise.
26292         * tree-ssa-loop-manip.c: Likewise.
26293         * tree-ssa-loop-niter.c: Likewise.
26294         * tree-ssa-loop-prefetch.c: Likewise.
26295         * tree-ssa-loop-unswitch.c: Likewise.
26296         * tree-ssa-loop.c: Likewise.
26297         * tree-ssa-loop.h: Likewise.
26298         * tree-ssa-math-opts.c: Likewise.
26299         * tree-ssa-operands.c: Likewise.
26300         * tree-ssa-phiopt.c: Likewise.
26301         * tree-ssa-phiprop.c: Likewise.
26302         * tree-ssa-pre.c: Likewise.
26303         * tree-ssa-propagate.c: Likewise.
26304         * tree-ssa-reassoc.c: Likewise.
26305         * tree-ssa-sccvn.c: Likewise.
26306         * tree-ssa-scopedtables.c: Likewise.
26307         * tree-ssa-sink.c: Likewise.
26308         * tree-ssa-strlen.c: Likewise.
26309         * tree-ssa-structalias.c: Likewise.
26310         * tree-ssa-tail-merge.c: Likewise.
26311         * tree-ssa-ter.c: Likewise.
26312         * tree-ssa-threadedge.c: Likewise.
26313         * tree-ssa-threadupdate.c: Likewise.
26314         * tree-ssa-uncprop.c: Likewise.
26315         * tree-ssa-uninit.c: Likewise.
26316         * tree-ssa.c: Likewise.
26317         * tree-ssanames.c: Likewise.
26318         * tree-stdarg.c: Likewise.
26319         * tree-streamer-in.c: Likewise.
26320         * tree-streamer-out.c: Likewise.
26321         * tree-streamer.c: Likewise.
26322         * tree-switch-conversion.c: Likewise.
26323         * tree-tailcall.c: Likewise.
26324         * tree-vect-data-refs.c: Likewise.
26325         * tree-vect-generic.c: Likewise.
26326         * tree-vect-loop-manip.c: Likewise.
26327         * tree-vect-loop.c: Likewise.
26328         * tree-vect-patterns.c: Likewise.
26329         * tree-vect-slp.c: Likewise.
26330         * tree-vect-stmts.c: Likewise.
26331         * tree-vectorizer.c: Likewise.
26332         * tree-vrp.c: Likewise.
26333         * tree.c: Likewise.
26334         * tsan.c: Likewise.
26335         * ubsan.c: Likewise.
26336         * valtrack.c: Likewise.
26337         * value-prof.c: Likewise.
26338         * var-tracking.c: Likewise.
26339         * varasm.c: Likewise.
26340         * varpool.c: Likewise.
26341         * vmsdbgout.c: Likewise.
26342         * vtable-verify.c: Likewise.
26343         * web.c: Likewise.
26344         * wide-int-print.cc: Likewise.
26345         * wide-int-print.h: Likewise.
26346         * wide-int.cc: Likewise.
26347         * xcoffout.c: Likewise.
26348         * config/aarch64/aarch64-builtins.c: Likewise.
26349         * config/aarch64/aarch64.c: Likewise.
26350         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
26351         * config/alpha/alpha.c: Likewise.
26352         * config/arc/arc.c: Likewise.
26353         * config/arm/aarch-common.c: Likewise.
26354         * config/arm/arm-builtins.c: Likewise.
26355         * config/arm/arm-c.c: Likewise.
26356         * config/arm/arm.c: Likewise.
26357         * config/avr/avr-c.c: Likewise.
26358         * config/avr/avr-log.c: Likewise.
26359         * config/avr/avr.c: Likewise.
26360         * config/bfin/bfin.c: Likewise.
26361         * config/c6x/c6x.c: Likewise.
26362         * config/cr16/cr16.c: Likewise.
26363         * config/cris/cris.c: Likewise.
26364         * config/darwin-c.c: Likewise.
26365         * config/darwin.c: Likewise.
26366         * config/default-c.c: Likewise.
26367         * config/epiphany/epiphany.c: Likewise.
26368         * config/epiphany/mode-switch-use.c: Likewise.
26369         * config/epiphany/resolve-sw-modes.c: Likewise.
26370         * config/fr30/fr30.c: Likewise.
26371         * config/frv/frv.c: Likewise.
26372         * config/ft32/ft32.c: Likewise.
26373         * config/glibc-c.c: Likewise.
26374         * config/h8300/h8300.c: Likewise.
26375         * config/i386/i386-c.c: Likewise.
26376         * config/i386/i386.c: Likewise.
26377         * config/i386/msformat-c.c: Likewise.
26378         * config/i386/winnt-cxx.c: Likewise.
26379         * config/i386/winnt-stubs.c: Likewise.
26380         * config/i386/winnt.c: Likewise.
26381         * config/ia64/ia64-c.c: Likewise.
26382         * config/ia64/ia64.c: Likewise.
26383         * config/iq2000/iq2000.c: Likewise.
26384         * config/lm32/lm32.c: Likewise.
26385         * config/m32c/m32c-pragma.c: Likewise.
26386         * config/m32c/m32c.c: Likewise.
26387         * config/m32r/m32r.c: Likewise.
26388         * config/m68k/m68k.c: Likewise.
26389         * config/mcore/mcore.c: Likewise.
26390         * config/mep/mep-pragma.c: Likewise.
26391         * config/mep/mep.c: Likewise.
26392         * config/microblaze/microblaze-c.c: Likewise.
26393         * config/microblaze/microblaze.c: Likewise.
26394         * config/mips/mips.c: Likewise.
26395         * config/mmix/mmix.c: Likewise.
26396         * config/mn10300/mn10300.c: Likewise.
26397         * config/moxie/moxie.c: Likewise.
26398         * config/msp430/msp430-c.c: Likewise.
26399         * config/msp430/msp430.c: Likewise.
26400         * config/nds32/nds32-cost.c: Likewise.
26401         * config/nds32/nds32-fp-as-gp.c: Likewise.
26402         * config/nds32/nds32-intrinsic.c: Likewise.
26403         * config/nds32/nds32-isr.c: Likewise.
26404         * config/nds32/nds32-md-auxiliary.c: Likewise.
26405         * config/nds32/nds32-memory-manipulation.c: Likewise.
26406         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
26407         * config/nds32/nds32-predicates.c: Likewise.
26408         * config/nds32/nds32.c: Likewise.
26409         * config/nios2/nios2.c: Likewise.
26410         * config/nvptx/nvptx.c: Likewise.
26411         * config/pa/pa.c: Likewise.
26412         * config/pdp11/pdp11.c: Likewise.
26413         * config/rl78/rl78-c.c: Likewise.
26414         * config/rl78/rl78.c: Likewise.
26415         * config/rs6000/rs6000-c.c: Likewise.
26416         * config/rs6000/rs6000.c: Likewise.
26417         * config/rx/rx.c: Likewise.
26418         * config/s390/s390-c.c: Likewise.
26419         * config/s390/s390.c: Likewise.
26420         * config/sh/sh-c.c: Likewise.
26421         * config/sh/sh-mem.cc: Likewise.
26422         * config/sh/sh.c: Likewise.
26423         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
26424         * config/sh/sh_treg_combine.cc: Likewise.
26425         * config/sol2-c.c: Likewise.
26426         * config/sol2-cxx.c: Likewise.
26427         * config/sol2-stubs.c: Likewise.
26428         * config/sol2.c: Likewise.
26429         * config/sparc/sparc-c.c: Likewise.
26430         * config/sparc/sparc.c: Likewise.
26431         * config/spu/spu-c.c: Likewise.
26432         * config/spu/spu.c: Likewise.
26433         * config/stormy16/stormy16.c: Likewise.
26434         * config/tilegx/mul-tables.c: Likewise.
26435         * config/tilegx/tilegx-c.c: Likewise.
26436         * config/tilegx/tilegx.c: Likewise.
26437         * config/tilepro/mul-tables.c: Likewise.
26438         * config/tilepro/tilepro-c.c: Likewise.
26439         * config/tilepro/tilepro.c: Likewise.
26440         * config/v850/v850-c.c: Likewise.
26441         * config/v850/v850.c: Likewise.
26442         * config/vax/vax.c: Likewise.
26443         * config/visium/visium.c: Likewise.
26444         * config/vms/vms-c.c: Likewise.
26445         * config/vms/vms.c: Likewise.
26446         * config/vxworks.c: Likewise.
26447         * config/winnt-c.c: Likewise.
26448         * config/xtensa/xtensa.c: Likewise.
26449         * common/config/bfin/bfin-common.c: Likewise.
26451 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
26453         * tree.h (tree_code_for_canonical_type_merging): New function.
26454         * tree.c (gimple_canonical_types_compatible_p): Use
26455         tree_code_for_canonical_type_merging..
26457 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26459         PR c++/66192
26460         PR target/66200
26461         * doc/tm.texi: Regenerate.
26462         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
26463         * target.def (TARGET_RELAXED_ORDERING): Likewise.
26464         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
26465         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
26466         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
26467         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
26468         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
26469         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
26470         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
26472 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26474         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
26475         register fma steering pass.
26476         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
26477         AARCH64_TUNE_FMA_STEERING.
26479 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
26481         * tree.c (verify_type_variant): Verify that type and variant is
26482         compatible.
26483         (gimple_canonical_types_compatible_p): Look for main variants.
26485 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
26487         * config.gcc (powerpc*-*-*): Add support for a new configure
26488         option --with-advance-toolchain=<xxx> which overrides using the
26489         default header files, libraries and dynamic linker.
26491         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
26492         specs to support the configure --with-advance-toolchain=<xxx>
26493         option.
26494         (INCLUDE_EXTRA_SPEC): Likewise.
26495         (LINK_OS_EXTRA_SPEC32): Likewise.
26496         (LINK_OK_EXTRA_SPEC64): Likewise.
26497         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
26498         (DYNAMIC_LINKER_PREFIX): Likewise.
26499         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
26500         toolchain support.
26501         (GLIBC_DYNAMIC_LINKER32): Likewise.
26502         (GLIBC_DYNAMIC_LINKER64): Likewise.
26503         (LINK_OS_LINUX_SPEC32): Likewise.
26504         (LINK_OS_LINUX_SPEC64): Likewise.
26506         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
26507         configuration option.
26509 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
26511         PR target/66275
26512         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
26513         to determine current function ABI.
26514         (ix86_function_value_regno_p): Ditto.
26516 2015-06-03  Martin Liska  <mliska@suse.cz>
26518         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
26519         * bitmap.h (struct bitmap_usage): Likewise.
26520         * ggc-common.c (struct ggc_usage): Likewise.
26521         * mem-stats.h (struct mem_location): Likewise.
26522         (struct mem_usage): Likewise.
26523         * vec.c (struct vec_usage): Likewise.
26525 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
26527         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
26528         -Bsymbolic.
26530 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
26532         * doc/plugins.texi (enum plugin_event): New event.
26533         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
26534         and PLUGIN_FINISH_FUNCTION.
26535         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
26536         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
26538 2015-06-03  Richard Biener  <rguenther@suse.de>
26540         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
26541         compute GROUP_GAP for the first element.
26542         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
26543         on in-group gaps.
26545 2015-06-03  Nick Clifton  <nickc@redhat.com>
26547         * config/rl78/rl78-real.md: Add peepholes to avoid a register
26548         copy when calling a function.
26549         * config/rl78/rl78.c (need_to_save): Do not push the frame
26550         pointer in an interrupt handler prologue if it is never used.
26552 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26554         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
26556 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
26558         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
26559         reference when cloning alias node.
26561 2015-06-03  Martin Liska  <mliska@suse.cz>
26563         * alloc-pool.h (struct pool_usage): Correct space padding.
26564         * ggc-page.c (ggc_print_statistics): Align columns in a report.
26565         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
26566         * tree.c (dump_tree_statistics): Align columns in a report.
26568 2015-06-03  Martin Liska  <mliska@suse.cz>
26570         * alloc-pool.c (allocate_pool_descriptor): Remove.
26571         (struct pool_output_info): Likewise.
26572         (print_alloc_pool_statistics): Likewise.
26573         (dump_alloc_pool_statistics): Likewise.
26574         * alloc-pool.h (struct pool_usage): New struct.
26575         (pool_allocator::initialize): Change usage of memory statistics
26576         to a new interface.
26577         (pool_allocator::release): Likewise.
26578         (pool_allocator::allocate): Likewise.
26579         (pool_allocator::remove): Likewise.
26580         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
26581         for a pool allocator.
26582         * mem-stats.h (struct mem_location): Add new ctor.
26583         (struct mem_usage): Add counter for number of
26584         instances.
26585         (mem_alloc_description::register_descriptor): New overload of
26586         * mem-stats.h (mem_location::to_string): New function.
26587         * bitmap.h (struct bitmap_usage): Use this new function.
26588         * ggc-common.c (struct ggc_usage): Likewise.
26589         the function.
26591 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
26593         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
26594         of GCC_INSN_FLAGS_H block.
26596 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
26598         * explow.c (plus_constant): Update check after force_const_mem call
26599         to see if the value returned is not a NULL_RTX.
26601 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
26603         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
26604         remove instumentation thunks calling reachable functions.
26605         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
26606         * lto/lto-partition.c (privatize_symbol_name_1): New.
26607         (privatize_symbol_name): Privatize both decl and orig_decl
26608         names for instrumented functions.
26609         * cgraph.c (cgraph_node::verify_node): Add transparent
26610         alias chain check for instrumented node.
26612 2015-06-03  Marek Polacek  <polacek@redhat.com>
26614         PR c/64223
26615         PR c/29358
26616         * tree.c (attribute_value_equal): Handle attribute format.
26617         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
26619 2015-06-03  Richard Biener  <rguenther@suse.de>
26621         PR tree-optimization/63916
26622         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
26623         Forward-propagate non-invariant addresses by splicing their
26624         reference ops if the result isn't going to be used by PRE.
26625         (vn_reference_lookup_3): Remove pointless assert.
26627 2015-06-03  Richard Biener  <rguenther@suse.de>
26629         PR tree-optimization/66375
26630         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
26631         add to the evolution before following SSA edges.
26633 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
26635         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
26636         (dump_use, dump_cand, find_induction_variables): Pass new argument
26637         to dump_iv.
26638         (record_use): Preserve the ssa name information in IV.
26640 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
26642         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
26643         NO_MODE_TEST.
26644         (add_mode_tests): Don't add mode tests if the predicate only
26645         accepts scalar constant integers.  Otherwise, allow the mode
26646         of "op" to be VOIDmode if the predicate does accept such integers.
26648 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
26650         PR target/66258
26651         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
26652         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
26653         (aarch64_secondary_reload): Likewise
26654         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
26655         to !TARGET_FLOAT.
26656         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
26657         Likewise.
26659 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
26660             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
26662         PR target/65768
26663         * cprop.c (try_replace_reg): Check cost of constants before propagating.
26665 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
26667         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
26668         provide access to the IBM extended double floating point mode if
26669         long double is IEEE 128-bit floating point.
26670         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
26671         point if long double is the IBM extended double type.
26673         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
26674         enable adding IEEE 128-bit floating point support.
26675         (-mfloat128-software): Likewise.
26676         (-mfloat128-sw): Likewise.
26678         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
26679         128-bit floating point types to occupy any register if
26680         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
26681         -mfloat128-software is enabled.
26682         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
26683         support.
26684         (rs6000_option_override_internal): Add -mfloat128-* support.
26685         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
26687         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
26688         and float128 type nodes.
26689         (ieee128_float_type_node): Likewise.
26690         (ibm128_float_type_node): Likewise.
26692 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26694         PR target/66136
26695         * config/aarch64/geniterators.sh: Rewrite in awk.
26697 2015-06-02  Martin Liska  <mliska@suse.cz>
26699         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
26700         values to avoid -Wmaybe-uninitialized errors.
26702 2015-06-02  Richard Biener  <rguenther@suse.de>
26704         PR debug/65549
26705         * dwarf2out.c (lookup_context_die): New function.
26706         (resolve_addr): Avoid forcing a full DIE for the
26707         target of a DW_TAG_GNU_call_site during late compilation.
26708         Instead create a stub DIE without a type if we have a
26709         context DIE present.
26711 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
26713         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
26715 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
26717         PR tree-optimization/48052
26718         * cfgloop.h (struct control_iv): New.
26719         (struct loop): New field control_ivs.
26720         * tree-ssa-loop-niter.c : Include "stor-layout.h".
26721         (number_of_iterations_lt): Set no_overflow information.
26722         (number_of_iterations_exit): Init control iv in niter struct.
26723         (record_control_iv): New.
26724         (estimate_numbers_of_iterations_loop): Call record_control_iv.
26725         (loop_exits_before_overflow): New.  Interface factored out of
26726         scev_probably_wraps_p.
26727         (scev_probably_wraps_p): Factor loop niter related code into
26728         loop_exits_before_overflow.
26729         (free_numbers_of_iterations_estimates_loop): Free control ivs.
26730         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
26732 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
26734         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
26735         the target doesn't belong to the current function.
26737 2015-06-02  Marek Polacek  <polacek@redhat.com>
26739         PR middle-end/66345
26740         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
26741         get_maxval_strlen does not produce an INTEGER_CST.
26743 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
26745         * config/arc/constraints.md: Use lower-case names in match_code.
26746         * config/mmix/constraints.md: Likewise.
26748 2015-06-02  Richard Biener  <rguenther@suse.de>
26750         PR tree-optimization/65961
26751         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
26752         check and clarify dump message.
26753         (vect_build_slp_tree): If all children are built up from scalars
26754         build up the parent from scalars instead.
26755         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
26757 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26759         PR other/65366
26760         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
26761         instead of print ... .
26763 2015-06-02  Alan Modra  <amodra@gmail.com>
26765         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
26766         2014-08-11 change.
26768 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
26770         PR tree-optimization/52563
26771         PR tree-optimization/62173
26772         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
26773         (alloc_iv, set_iv): New parameter.
26774         (determine_biv_step): Delete.
26775         (find_bivs): Inline original determine_biv_step.  Pass new
26776         argument to set_iv.
26777         (idx_find_step): Use no_overflow information for conversion.
26778         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
26779         resolve_mixers handle folded_casts.
26780         (instantiate_scev_name): Change bool parameter to bool pointer.
26781         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
26782         (instantiate_array_ref, instantiate_scev_not): Ditto.
26783         (instantiate_scev_3, instantiate_scev_2): Ditto.
26784         (instantiate_scev_1, instantiate_scev_r): Ditto.
26785         (instantiate_scev_convert, ): Change parameter.  Pass argument
26786         to chrec_convert_aggressive.
26787         (instantiate_scev): Change argument.
26788         (resolve_mixers): New parameter and set it.
26789         (scev_const_prop): New argument.
26790         * tree-scalar-evolution.h (resolve_mixers): New parameter.
26791         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
26792         of chrec_conert_1.
26793         (chrec_convert): New parameter.  Move definition below.
26794         (chrec_convert_aggressive): New parameter and set it.  Call
26795         convert_affine_scev.
26796         * tree-chrec.h (chrec_convert): New parameter.
26797         (chrec_convert_aggressive): Ditto.
26799 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
26801         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
26802         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
26803         the LHS of a no-return call if its type has variable size.
26804         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
26805         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
26807 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
26809         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
26810         * config.in: Regenerate.
26812 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
26814         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
26815         consecutive accesses within outer-loop with force_vectorize
26816         for references with zero step in inner-loop.
26818 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
26820         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
26821         rather than from gcc/build directory.
26823 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
26825         PR target/65697
26826         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
26827         for __sync memory models, emit initial loads and final barriers as
26828         appropriate.
26830 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
26832         PR target/65697
26833         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
26834         (aarch64_split_atomic_op): Check for __sync memory models, emit
26835         appropriate initial loads and final barriers.
26837 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
26839         * Makefile.in: Fix gcov dependencies that should
26840         not point to a build folder.
26842 2015-06-01  Richard Biener  <rguenther@suse.de>
26844         Revert
26845         2015-05-29  Richard Biener  <rguenther@suse.de>
26847         PR tree-optimization/66314
26848         * tree-ssa-threadupdate.c (create_block_for_threading): Add
26849         parameter that says which loop the new block belongs to.
26850         (ssa_create_duplicates): Blocks duplicated for the threaded
26851         path belong to the loop of the thread destination.
26853 2015-06-01  Martin Liska  <mliska@suse.cz>
26855         * sched-deps.c: Include pool-alloc.h before
26856         cselib.h header file is included.
26858 2015-06-01  Richard Biener  <rguenther@suse.de>
26860         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
26861         functions.
26863 2015-06-01  Martin Liska  <mliska@suse.cz>
26865         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
26866         a function local variable.
26868 2015-06-01  Martin Liska  <mliska@suse.cz>
26870         * alloc-pool.c (create_alloc_pool): Remove.
26871         (empty_alloc_pool): Likewise.
26872         (free_alloc_pool): Likewise.
26873         (free_alloc_pool_if_empty): Likewise.
26874         (pool_alloc): Likewise.
26875         (pool_free): Likewise.
26876         * alloc-pool.h: Remove old declarations.
26878 2015-06-01  Martin Liska  <mliska@suse.cz>
26880         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
26881         (ira_create_object): Likewise.
26882         (ira_create_allocno): Likewise.
26883         (ira_create_live_range): Likewise.
26884         (copy_live_range): Likewise.
26885         (ira_finish_live_range): Likewise.
26886         (ira_free_allocno_costs): Likewise.
26887         (finish_allocno): Likewise.
26888         (finish_allocnos): Likewise.
26889         (initiate_prefs): Likewise.
26890         (ira_create_pref): Likewise.
26891         (finish_pref): Likewise.
26892         (finish_prefs): Likewise.
26893         (initiate_copies): Likewise.
26894         (ira_create_copy): Likewise.
26895         (finish_copy): Likewise.
26896         (finish_copies): Likewise.
26897         (finish_prefs): Likewise.
26899 2015-06-01  Martin Liska  <mliska@suse.cz>
26901         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
26902         (allocate_and_init_ipcp_value): Likewise.
26903         (ipcp_lattice::add_value): Likewise.
26904         (merge_agg_lats_step): Likewise.
26905         (ipcp_driver): Likewise.
26906         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
26907         (ipa_free_all_structures_after_iinln): Likewise.
26908         * ipa-prop.h: Likewise.
26910 2015-06-01  Martin Liska  <mliska@suse.cz>
26912         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
26913         pool allocator.
26914         (set_hint_predicate): Likewise.
26915         (inline_summary_alloc): Likewise.
26916         (reset_inline_edge_summary): Likewise.
26917         (reset_inline_summary): Likewise.
26918         (set_cond_stmt_execution_predicate): Likewise.
26919         (set_switch_stmt_execution_predicate): Likewise.
26920         (compute_bb_predicates): Likewise.
26921         (estimate_function_body_sizes): Likewise.
26922         (inline_free_summary): Likewise.
26924 2015-06-01  Martin Liska  <mliska@suse.cz>
26926         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
26927         (ipa_edge_duplication_hook): Likewise.
26928         (ipa_free_all_structures_after_ipa_cp): Likewise.
26929         (ipa_free_all_structures_after_iinln): Likewise.
26931 2015-06-01  Martin Liska  <mliska@suse.cz>
26933         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
26934         (ipa_profile_generate_summary): Likewise.
26935         (ipa_profile_read_summary): Likewise.
26936         (ipa_profile): Likewise.
26938 2015-06-01  Martin Liska  <mliska@suse.cz>
26940         * tree-ssa-structalias.c (new_var_info): Use new type-based
26941         pool allocator.
26942         (new_constraint): Likewise.
26943         (init_alias_vars): Likewise.
26944         (delete_points_to_sets): Likewise.
26946 2015-06-01  Martin Liska  <mliska@suse.cz>
26948         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
26949         (free_strinfo): Likewise.
26950         (pass_strlen::execute): Likewise.
26952 2015-06-01  Martin Liska  <mliska@suse.cz>
26954         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
26955         pool allocator.
26956         (vn_reference_insert_pieces): Likewise.
26957         (vn_phi_insert): Likewise.
26958         (visit_reference_op_call): Likewise.
26959         (copy_phi): Likewise.
26960         (copy_reference): Likewise.
26961         (process_scc): Likewise.
26962         (allocate_vn_table): Likewise.
26963         (free_vn_table): Likewise.
26965 2015-06-01  Martin Liska  <mliska@suse.cz>
26967         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
26968         pool allocator.
26969         (add_repeat_to_ops_vec): Likewise.
26970         (get_ops): Likewise.
26971         (maybe_optimize_range_tests): Likewise.
26972         (init_reassoc): Likewise.
26973         (fini_reassoc): Likewise.
26975 2015-06-01  Martin Liska  <mliska@suse.cz>
26977         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
26978         pool allocator.
26979         (bitmap_set_new): Likewise.
26980         (get_or_alloc_expr_for_constant): Likewise.
26981         (get_or_alloc_expr_for): Likewise.
26982         (phi_translate_1): Likewise.
26983         (compute_avail): Likewise.
26984         (init_pre): Likewise.
26985         (fini_pre): Likewise.
26987 2015-06-01  Martin Liska  <mliska@suse.cz>
26989         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
26990         (delete_dep_node): Likewise.
26991         (create_deps_list): Likewise.
26992         (free_deps_list): Likewise.
26993         (sched_deps_init): Likewise.
26994         (sched_deps_finish): Likewise.
26996 2015-06-01  Martin Liska  <mliska@suse.cz>
26998         * regcprop.c (free_debug_insn_changes): Use new type-based
26999         pool allocator.
27000         (replace_oldest_value_reg): Likewise.
27001         (pass_cprop_hardreg::execute): Likewise.
27003 2015-06-01  Martin Liska  <mliska@suse.cz>
27005         * ira-build.c (initiate_cost_vectors): Use new type-based
27006         pool allocator.
27007         (ira_allocate_cost_vector): Likewise.
27008         (ira_free_cost_vector): Likewise.
27009         (finish_cost_vectors): Likewise.
27011 2015-06-01  Martin Liska  <mliska@suse.cz>
27013         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
27014         pool allocator.
27015         (free_sched_pools): Likewise.
27016         * sel-sched-ir.h (_list_alloc): Likewise.
27017         (_list_remove): Likewise.
27019 2015-06-01  Martin Liska  <mliska@suse.cz>
27021         * stmt.c (add_case_node): Use new type-based pool allocator.
27022         (expand_case): Likewise.
27023         (expand_sjlj_dispatch_table): Likewise.
27025 2015-06-01  Martin Liska  <mliska@suse.cz>
27027         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
27028         (free_bb): Likewise.
27029         (pass_cse_reciprocals::execute): Likewise.
27031 2015-06-01  Martin Liska  <mliska@suse.cz>
27033         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
27034         (sra_deinitialize) Likewise.
27035         (create_access_1) Likewise.
27036         (build_accesses_from_assign) Likewise.
27037         (create_artificial_child_access) Likewise.
27039 2015-06-01  Martin Liska  <mliska@suse.cz>
27041         * dse.c (get_group_info):Use new type-based pool allocator.
27042         (dse_step0) Likewise.
27043         (free_store_info) Likewise.
27044         (delete_dead_store_insn) Likewise.
27045         (free_read_records) Likewise.
27046         (record_store) Likewise.
27047         (replace_read) Likewise.
27048         (check_mem_read_rtx) Likewise.
27049         (scan_insn) Likewise.
27050         (dse_step1) Likewise.
27051         (dse_step7) Likewise.
27053 2015-06-01  Martin Liska  <mliska@suse.cz>
27055         * df-scan.c (struct df_scan_problem_data):Use new type-based
27056         pool allocator.
27057         (df_scan_free_internal) Likewise.
27058         (df_scan_alloc) Likewise.
27059         (df_grow_reg_info) Likewise.
27060         (df_free_ref) Likewise.
27061         (df_insn_create_insn_record) Likewise.
27062         (df_mw_hardreg_chain_delete) Likewise.
27063         (df_insn_info_delete) Likewise.
27064         (df_free_collection_rec) Likewise.
27065         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
27066         (df_sort_and_compress_mws) Likewise.
27067         (df_ref_create_structure) Likewise.
27068         (df_ref_record) Likewise.
27070 2015-06-01  Martin Liska  <mliska@suse.cz>
27072         * df-problems.c (df_chain_create):Use new type-based pool allocator.
27073         (df_chain_unlink_1) Likewise.
27074         (df_chain_unlink) Likewise.
27075         (df_chain_remove_problem) Likewise.
27076         (df_chain_alloc) Likewise.
27077         (df_chain_free) Likewise.
27078         * df.h (struct dataflow) Likewise.
27080 2015-06-01  Martin Liska  <mliska@suse.cz>
27082         * cselib.c (new_elt_list):Use new type-based pool allocator.
27083         (new_elt_loc_list) Likewise.
27084         (unchain_one_elt_list) Likewise.
27085         (unchain_one_elt_loc_list) Likewise.
27086         (unchain_one_value) Likewise.
27087         (new_cselib_val) Likewise.
27088         (cselib_init) Likewise.
27089         (cselib_finish) Likewise.
27091 2015-06-01  Martin Liska  <mliska@suse.cz>
27093         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
27094         (sh_reorg) Likewise.
27096 2015-06-01  Martin Liska  <mliska@suse.cz>
27098         * cfg.c (initialize_original_copy_tables):Use new type-based
27099         pool allocator.
27100         (free_original_copy_tables) Likewise.
27101         (copy_original_table_clear) Likewise.
27102         (copy_original_table_set) Likewise.
27104 2015-06-01  Martin Liska  <mliska@suse.cz>
27106         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
27107         pool allocator.
27108         (asan_mem_ref_new) Likewise.
27109         (free_mem_ref_resources) Likewise.
27111 2015-06-01  Martin Liska  <mliska@suse.cz>
27113         * var-tracking.c (variable_htab_free):Use new type-based
27114         pool allocator.
27115         (attrs_list_clear) Likewise.
27116         (attrs_list_insert) Likewise.
27117         (attrs_list_copy) Likewise.
27118         (shared_hash_unshare) Likewise.
27119         (shared_hash_destroy) Likewise.
27120         (unshare_variable) Likewise.
27121         (var_reg_delete_and_set) Likewise.
27122         (var_reg_delete) Likewise.
27123         (var_regno_delete) Likewise.
27124         (drop_overlapping_mem_locs) Likewise.
27125         (variable_union) Likewise.
27126         (insert_into_intersection) Likewise.
27127         (canonicalize_values_star) Likewise.
27128         (variable_merge_over_cur) Likewise.
27129         (dataflow_set_merge) Likewise.
27130         (remove_duplicate_values) Likewise.
27131         (variable_post_merge_new_vals) Likewise.
27132         (dataflow_set_preserve_mem_locs) Likewise.
27133         (dataflow_set_remove_mem_locs) Likewise.
27134         (variable_from_dropped) Likewise.
27135         (variable_was_changed) Likewise.
27136         (set_slot_part) Likewise.
27137         (clobber_slot_part) Likewise.
27138         (delete_slot_part) Likewise.
27139         (loc_exp_insert_dep) Likewise.
27140         (notify_dependents_of_changed_value) Likewise.
27141         (emit_notes_for_differences_1) Likewise.
27142         (vt_emit_notes) Likewise.
27143         (vt_initialize) Likewise.
27144         (vt_finalize) Likewise.
27146 2015-06-01  Martin Liska  <mliska@suse.cz>
27148         * ira-color.c (init_update_cost_records):Use new type-based
27149         pool allocator.
27150         (get_update_cost_record) Likewise.
27151         (free_update_cost_record_list) Likewise.
27152         (finish_update_cost_records) Likewise.
27153         (initiate_cost_update) Likewise.
27155 2015-06-01  Martin Liska  <mliska@suse.cz>
27157         * lra.c (init_insn_regs): Use new type-based pool allocator.
27158         (new_insn_reg) Likewise.
27159         (free_insn_reg) Likewise.
27160         (free_insn_regs) Likewise.
27161         (finish_insn_regs) Likewise.
27162         (init_insn_recog_data) Likewise.
27163         (init_reg_info) Likewise.
27164         (finish_reg_info) Likewise.
27165         (lra_free_copies) Likewise.
27166         (lra_create_copy) Likewise.
27167         (invalidate_insn_data_regno_info) Likewise.
27169 2015-06-01  Martin Liska  <mliska@suse.cz>
27171         * lra-lives.c (free_live_range): Use new type-based pool allocator.
27172         (free_live_range_list) Likewise.
27173         (create_live_range) Likewise.
27174         (copy_live_range) Likewise.
27175         (lra_merge_live_ranges) Likewise.
27176         (remove_some_program_points_and_update_live_ranges) Likewise.
27177         (lra_live_ranges_init) Likewise.
27178         (lra_live_ranges_finish) Likewise.
27180 2015-06-01  Martin Liska  <mliska@suse.cz>
27182         * et-forest.c (et_new_occ): Use new type-based pool allocator.
27183         (et_new_tree): Likewise.
27184         (et_free_tree): Likewise.
27185         (et_free_tree_force): Likewise.
27186         (et_free_pools): Likewise.
27187         (et_split): Likewise.
27189 2015-06-01  Martin Liska  <mliska@suse.cz>
27191         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
27192         to header file.
27193         * alloc-pool.h (pool_allocator::pool_allocator): New function.
27194         (pool_allocator::release): Likewise.
27195         (inline pool_allocator::release_if_empty): Likewise.
27196         (inline pool_allocator::~pool_allocator): Likewise.
27197         (pool_allocator::allocate): Likewise.
27198         (pool_allocator::remove): Likewise.
27200 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
27202         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
27203         in comment.
27205 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
27207         * config/arm/arm-protos.h (tune_params): Rename fuseable_ops
27208         to fusible_ops.
27209         * config/arm/arm.c (arm_print_tune_info): Likewise.
27210         (arm_macro_fusion_p): Likewise.
27211         (arm_macro_fusion_pair_p): Likewise.
27213 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
27215         * config/aarch64/aarch64-protos.h (tune_params): Rename
27216         fuseable_ops to fusible_ops.
27217         * config/aarch64/aarch64.c (generic_tunings): Rename
27218         fuseable_ops to fusible_ops.
27219         (cortexa53_tunings): Likewise.
27220         (cortexa57_tunings): Likewise.
27221         (thunderx_tunings): Likewise.
27222         (xgene1_tunings): Likewise.
27223         (aarch64_macro_fusion_p): Likewise.
27224         (aarch64_macro_fusion_pair_p): Likewise.
27226 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27228         * config/s390/driver-native.c: New file.
27229         * config/s390/x-native: New file.
27230         * config.host: Add new files for s390.
27231         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
27232         and -march=native
27233         * config.gcc: Likewise.
27234         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
27235         * config/s390/s390-opts.h (enum processor_type): Ditto.
27236         * config/s390/s390.c (s390_option_override): Catch unhandled
27237         PROCESSOR_NATIVE
27239 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
27241         PR target/65527
27242         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
27243         redirection for instrumented calls.
27244         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
27245         (append_compiler_options): Append -fcheck-pointer-bounds.
27246         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
27247         (chkp_redirect_edge): New.
27248         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
27249         (chkp_redirect_edge): New.
27251 2015-06-01  Richard Biener  <rguenther@suse.de>
27253         PR tree-optimization/66280
27254         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
27255         def-use walking.
27257 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27259         * config/aarch64/aarch64.md
27260         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
27261         logic_shift_imm.
27263 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
27265         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
27266         Remove obsolete kludge.
27268 2015-06-01  Richard Biener  <rguenther@suse.de>
27270         * tree-ssa-reassoc.c (get_rank): Simplify.
27272 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
27274         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
27275         * configure: Regenerated.
27277 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
27279         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
27280         issue (add space between string literal and macro).
27281         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
27283 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
27285         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
27286         implict or explicit -fPIE or -fpie.
27288 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
27290         * config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
27292 2015-05-28  DJ Delorie  <dj@redhat.com>
27294         * expmed.c (extract_bit_field_1): Avoid clobbering a
27295         yet-to-be-used base/index register.
27297 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
27299         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
27300         (alias_stats): Add num_universal.
27301         (alias_set_subset_of): Special case pointers; be ready for NULL
27302         children.
27303         (alias_sets_conflict_p): Special case pointers; be ready for NULL
27304         children.
27305         (init_alias_set_entry): Break out from ...
27306         (record_alias_subset): ... here; propagate new fields;
27307         allocate children only when really needed.
27308         (get_alias_set): Do less generous pointer globbing.
27309         (dump_alias_stats_in_alias_c): Update statistics.
27311 2015-05-30  Alan Modra  <amodra@gmail.com>
27313         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
27314         correct block for use of r12.
27315         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
27317 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27319         PR target/66215
27320         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
27321         with -mhotpatch=.
27323 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
27325         PR tree-optimization/66142
27326         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
27327         virtual phis that feed themselves.
27329 2015-05-29  Richard Biener  <rguenther@suse.de>
27331         PR tree-optimization/66314
27332         * tree-ssa-threadupdate.c (create_block_for_threading): Add
27333         parameter that says which loop the new block belongs to.
27334         (ssa_create_duplicates): Blocks duplicated for the threaded
27335         path belong to the loop of the thread destination.
27337 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
27339         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
27340         to cleanup-saved-temps.
27341         * doc/sourcebuild.texi (Clean up generated test files): Expand
27342         introduction.
27343         (dg-keep-saved-temps): Document new proc.
27344         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
27345         cleanup-saved-temps): Remove.
27347 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
27349         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
27350         gcc_AC_CHECK_DECLS.
27351         * configure: Regenerate.
27353 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
27355         * config/nios2/linux.h (CPP_SPEC): Define.
27357 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
27359         * config/microblaze/linux.h (CPP_SPEC): Define.
27361 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
27363         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
27364         -pthread is specified.
27366 2015-05-28  Richard Biener  <rguenther@suse.de>
27368         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
27369         (vect_fixup_scalar_cycles_with_patterns): Likewise.
27370         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
27371         after pattern recog.
27372         (vect_create_epilog_for_reduction): Properly handle reductions
27373         with patterns.
27374         (vectorizable_reduction): Likewise.
27375         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
27376         reduction chains.
27377         (vect_get_constant_vectors): Create the correct number of
27378         initial values for reductions.
27379         (vect_schedule_slp_instance): Handle reduction chains that are
27380         type changing properly.
27381         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
27383 2015-05-28  Richard Biener  <rguenther@suse.de>
27385         PR tree-optimization/66142
27386         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
27387         values better in memcpy destination handling.  Handle non-aliasing
27388         we discover here.
27390 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
27392         PR target/63810
27393         * config/darwin-c.c (version_components): New global enum.
27394         (parse_version, version_as_legacy_macro)
27395         (version_as_modern_macro, macosx_version_as_macro): New functions.
27396         (version_as_macro): Remove.
27397         (darwin_cpp_builtins): Use new function.
27399 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
27401         * builtins.c (expand_builtin_acc_on_device): Mark parameters
27402         with ATTRIBUTE_UNUSED.
27404 2015-05-28  Julian Brown  <julian@codesourcery.com>
27406         PR libgomp/65742
27408         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
27409         sequence for !ACCEL_COMPILER.
27411 2015-05-28  Nick Clifton  <nickc@redhat.com>
27413         * config/rx/rx.c (push_regs): New function.  Extracts code from...
27414         (rx_expand_prologue): ... here.  Use push_regs to push even small
27415         spans of registers.
27416         (pop_regs): New function.
27417         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
27418         registers.
27420 2015-05-28  Richard Biener  <rguenther@suse.de>
27422         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
27423         member.
27424         (SLP_INSTANCE_BODY_COST_VEC): Remove.
27425         (vect_update_slp_costs_according_to_vf): Likewise.
27426         (vect_slp_analyze_operations): Update prototype.
27427         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
27428         vect_update_slp_costs_according_to_vf, adjust.
27429         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
27430         (vect_analyze_slp_cost_1): Likewise.
27431         (vect_analyze_slp_cost): Likewise.  Properly deal with
27432         widening reduction ops.  Commit body costs.
27433         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
27434         cost for loops from here.
27435         (vect_slp_analyze_operations): But do it from here when
27436         the vectorization factor is known and stmts are analyzed.
27437         (vect_bb_vectorization_profitable_p): Simplify.
27438         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
27439         (vect_update_slp_costs_according_to_vf): Remove.
27441 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
27442             H.J. Lu  <hongjiu.lu@intel.com>
27444         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
27445         (BUILD_CFLAGS): Likewise.
27446         (BUILD_CXXFLAGS): Likewise.
27447         (LINKER): Add @NO_PIE_FLAG@.
27448         (BUILD_LDFLAGS): Likewise.
27449         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
27450         --enable-default-pie.
27451         * common.opt (fPIE): Initialize to -1.
27452         (fpie): Likewise.
27453         (no-pie): New option.
27454         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
27455         * configure.ac: Add --enable-default-pie.
27456         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
27457         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
27458         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
27459         * gcc.c (NO_PIE_SPEC): New.
27460         (PIE_SPEC): Likewise.
27461         (NO_FPIE1_SPEC): Likewise.
27462         (FPIE1_SPEC): Likewise.
27463         (NO_FPIE2_SPEC): Likewise.
27464         (FPIE2_SPEC): Likewise.
27465         (NO_FPIE2_SPEC): Likewise.
27466         (FPIE_SPEC): Likewise.
27467         (NO_FPIE_SPEC): Likewise.
27468         (NO_FPIC1_SPEC): Likewise.
27469         (FPIC1_SPEC): Likewise.
27470         (NO_FPIC2_SPEC): Likewise.
27471         (FPIC2_SPEC): Likewise.
27472         (NO_FPIC2_SPEC): Likewise.
27473         (FPIC_SPEC): Likewise.
27474         (NO_FPIC_SPEC): Likewise.
27475         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
27476         (FPIE1_OR_FPIC1_SPEC): Likewise.
27477         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
27478         (FPIE2_OR_FPIC2_SPEC): Likewise.
27479         (NO_FPIE_AND_FPIC_SPEC): Likewise.
27480         (FPIE_OR_FPIC_SPEC): Likewise.
27481         (LD_PIE_SPEC): Likewise.
27482         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
27483         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
27484         * config/darwin.h (PIE_SPEC): Renamed to ...
27485         (DARWIN_PIE_SPEC): This.
27486         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
27487         * config/darwin9.h (PIE_SPEC): Renamed to ...
27488         (DARWIN_PIE_SPEC): This.
27489         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
27490         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
27491         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
27492         FPIE2_OR_FPIC2_SPEC.
27493         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
27494         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
27495         * config/sol2.h (ASM_PIC_SPEC): Likewise.
27496         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27497         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27498         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
27499         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
27500         * config/m32r/m32r.h (ASM_SPEC): Likewise.
27501         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
27502         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
27503         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
27504         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
27505         * config/sparc/linux.h (ASM_SPEC): Likewise.
27506         * config/sparc/linux64.h (ASM_SPEC): Likewise.
27507         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
27508         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
27509         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
27510         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
27511         * config/sparc/sparc.h (ASM_SPEC): Likewise.
27512         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
27513         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
27514         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
27515         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
27516         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
27517         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
27518         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
27519         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
27520         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
27521         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
27522         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
27523         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
27524         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
27525         * config/vax/linux.h (ASM_SPEC): Likewise.
27526         * doc/install.texi: Document --enable-default-pie.
27527         * doc/invoke.texi: Document -no-pie.
27528         * config.in: Regenerated.
27529         * configure: Likewise.
27531 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
27533         PR rtl-optimization/66168
27534         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
27535         can_move_invariant_reg.
27537 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
27539         PR target/66148
27540         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
27541         REG_EQUAL note when doing insert.
27543         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
27544         instead of "%d" for 'o' operand.
27546 2015-05-27  Nathan Sidwell  <nathan@acm.org>
27548         PR c++/66270
27549         * tree.c (build_pointer_type_for_mode): Canonical type does not
27550         inherit can_alias_all.
27551         (build_reference_type_for_mode): Likewise.
27553 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
27555         * expr.h (array_at_struct_end_p): Move to...
27556         (array_ref_element_size): Likewise.
27557         (component_ref_field_offset): Likewise.
27558         * tree.h (array_ref_element_size): ...here.
27559         (array_at_struct_end_p): Likewise.
27560         (component_ref_field_offset): Likewise.
27561         * expr.c (array_ref_element_size): Move to...
27562         (array_ref_low_bound): Likewise.
27563         (array_at_struct_end_p): Likewise.
27564         (array_ref_up_bound): Likewise.
27565         (component_ref_field_offset): Likewise.
27566         * tree.c (array_ref_element_size): ...here.
27567         (array_ref_low_bound): Likewise.
27568         (array_ref_up_bound): Likewise.
27569         (array_at_struct_end_p): Likewise.
27570         (component_ref_field_offset): Likewise.
27572 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
27573             Szabolcs Nagy  <szabolcs.nagy@arm.com>
27575         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
27577 2015-05-27  Jason Merrill  <jason@redhat.com>
27579         PR bootstrap/66304
27580         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
27581         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
27582         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
27584 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
27586         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
27587         is true.
27589         * statistics.c (statistics_fini_pass): Print pass name.
27591 2015-05-27  Richard Biener  <rguenther@suse.de>
27593         PR tree-optimization/66272
27594         Revert parts of
27595         2014-08-15  Richard Biener  <rguenther@suse.de>
27597         PR tree-optimization/62031
27598         * tree-data-ref.c (dr_analyze_indices): Do not set
27599         DR_UNCONSTRAINED_BASE.
27600         (dr_may_alias_p): All indirect accesses have to go the
27601         formerly DR_UNCONSTRAINED_BASE path.
27602         * tree-data-ref.h (struct indices): Remove
27603         unconstrained_base member.
27604         (DR_UNCONSTRAINED_BASE): Remove.
27606 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
27608         * dwarf2out.c: Remove block_map.
27609         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
27610         (gen_lexical_block_die): Same.
27611         (dwarf2out_function_decl): Remove block_map use.
27612         (dwarf2out_c_finalize): Same.
27613         * tree-core.h (struct tree_block): Add die field.
27614         * tree.h (BLOCK_DIE): New.
27616 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27618         PR target/65358
27619         * expr.c (memory_load_overlap): New function.
27620         (emit_push_insn): When pushing partial args to the stack would
27621         clobber the register part load the overlapping part into a pseudo
27622         and put it into the hard reg after pushing.  Change return type
27623         to bool.  Add bool argument.
27624         * expr.h (emit_push_insn): Change return type to bool.
27625         Add bool argument.
27626         * calls.c (expand_call): Cancel sibcall optimization when encountering
27627         partial argument on targets with ARGS_GROW_DOWNWARD and
27628         !STACK_GROWS_DOWNWARD.
27629         (emit_library_call_value_1): Update callsite of emit_push_insn.
27630         (store_one_arg): Likewise.
27632 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
27634         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
27636 2015-05-27  Martin Liska  <mliska@suse.cz>
27638         * Makefile.in: Add additional dependencies related to memory report
27639         enhancement.
27640         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
27641         * bitmap.c (struct bitmap_descriptor_d): Remove.
27642         (struct loc): Likewise.
27643         (struct bitmap_desc_hasher): Likewise.
27644         (bitmap_desc_hasher::hash): Likewise.
27645         (bitmap_desc_hasher::equal): Likewise.
27646         (get_bitmap_descriptor): Likewise.
27647         (bitmap_register): User new memory descriptor API.
27648         (register_overhead): Likewise.
27649         (bitmap_find_bit): Register nsearches and search_iter statistics.
27650         (struct bitmap_output_info): Remove.
27651         (print_statistics): Likewise.
27652         (dump_bitmap_statistics): Use new memory descriptor.
27653         * bitmap.h (struct bitmap_usage): New class.
27654         * genmatch.c: Extend header file inclusion.
27655         * genpreds.c: Likewise.
27656         * ggc-common.c (struct ggc_usage): New class.
27657         (struct ggc_loc_desc_hasher): Remove.
27658         (ggc_loc_desc_hasher::hash): Likewise.
27659         (ggc_loc_desc_hasher::equal): Likewise.
27660         (struct ggc_ptr_hash_entry): Likewise.
27661         (struct ptr_hash_hasher): Likewise.
27662         (ptr_hash_hasher::hash): Likewise.
27663         (ptr_hash_hasher::equal): Likewise.
27664         (make_loc_descriptor): Likewise.
27665         (ggc_prune_ptr): Likewise.
27666         (dump_ggc_loc_statistics): Use new memory descriptor.
27667         (ggc_record_overhead): Likewise.
27668         (ggc_free_overhead): Likewise.
27669         (final_cmp_statistic): Remove.
27670         (cmp_statistic): Likewise.
27671         (ggc_add_statistics): Liekwise.
27672         (ggc_prune_overhead_list): Likewise.
27673         * hash-map-traits.h: New file.
27674         * hash-map.h (struct default_hashmap_traits): Move the traits to a
27675         separate header file.
27676         * hash-set.h: Pass memory statistics info to ctor.
27677         * hash-table.c (void dump_hash_table_loc_statistics): New function.
27678         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
27679         (hash_table::~hash_table): Register memory release operation.
27680         (hash_table::alloc_entries): Handle memory allocation operation.
27681         (hash_table::expand): Likewise.
27682         * inchash.c (iterative_hash_hashval_t): Move implementation to header
27683         file.
27684         (iterative_hash_host_wide_int): Likewise.
27685         * inchash.h (class hash): Likewise.
27686         * mem-stats-traits.h: New file.
27687         * mem-stats.h: New file.
27688         (mem_location): Add new class.
27689         (mem_usage): Likewise.
27690         (mem_alloc_description): Likewise.
27691         * sese.c: Add new header file inclusision.
27692         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
27693         and hash_set.
27694         * tree-sra.c: Add new header file inclusision.
27695         * vec.c (struct vec_descriptor): Remove.
27696         (hash_descriptor): Likewise.
27697         (struct vec_usage): Likewise.
27698         (struct ptr_hash_entry): Likewise.
27699         (hash_ptr): Likewise.
27700         (eq_ptr): Likewise.
27701         (vec_prefix::register_overhead): Use new memory descriptor API.
27702         (vec_prefix::release_overhead): Likewise.
27703         (add_statistics): Remove.
27704         (dump_vec_loc_statistics): Use new memory descriptor API.
27705         * vec.h (struct vec_prefix): Likewise.
27706         (va_heap::reserve): Likewise.
27707         (va_heap::release): Likewise.
27708         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
27710 2015-05-27  Richard Biener  <rguenther@suse.de>
27712         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
27713         earlier and remove ??? comment.
27714         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
27715         and got called from loop analysis bail out.  Always pass the SLP
27716         node to the vectorizable_* functions.
27717         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
27718         the premature SLP check here.
27719         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
27720         detected SLP stmts.
27721         (vect_detect_hybrid_slp_1): Likewise.
27723 2015-05-26  Jeff Law  <law@redhat.com>
27725         * combine.c (find_split_point): Verify that the shift count is a
27726         constant when choosing (plus (ashift ...)) as a split point.
27728         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
27729         No functional changes.
27731 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
27733         * ipa-polymorphic-call.c
27734         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
27735         case when call target is already known.
27737 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
27739         PR target/65979
27740         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
27741         take into account the case that operands[1] and operands[2]
27742         are the same register.
27744 2015-05-26  Michael Matz  <matz@suse.de>
27746         PR middle-end/66251
27748         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
27749         stores.
27750         (vect_create_vectorized_demotion_stmts): Always set
27751         STMT_VINFO_VEC_STMT, also with SLP.
27752         (vectorizable_store): Handle strided group stores.
27754 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
27756         PR target/66049
27757         * config/aarch64/aarch64.md
27758         (*adds_shift_imm_<mode>):  New pattern.
27759         (*subs_shift_imm_<mode>):  Likewise.
27760         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
27761         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
27762         (*add_uxt<mode>_shift2): Likewise.
27763         (*add_uxtsi_shift2_uxtw): Likewise.
27764         (*sub_uxt<mode>_shift2): Likewise.
27765         (*sub_uxtsi_shift2_uxtw): Likewise.
27767 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
27769         * config/rs6000/constraints.md (Y, U): Use match_test.
27771 2015-05-26  Christian Bruel  <christian.bruel@st.com>
27773         PR target/52144
27774         * config/arm/arm.c (arm_option_check_internal)
27775         (arm_option_params_internal): Check opts->target_flags to set macros.
27776         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
27777         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
27778         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
27779         (builtin_define): Replaced with def_or_undef_macro.
27780         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
27781         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
27782         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
27783         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
27784         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
27785         (TARGET_ARM_FEATURE_LDREX_P)
27786         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
27787         * config/arm/arm-c.c (def_or_undef_macro): New function.
27788         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
27790 2015-05-26  Christian Bruel  <christian.bruel@st.com>
27792         * c-common.h (builtin_define_with_int_value)
27793         (builtin_define_type_sizeof): Declare.
27794         * c-cppbuiltin.c (builtin_define_with_int_value)
27795         (builtin_define_type_sizeof): Externalize.
27796         (builtin_define_std): Cleanup declaration.
27797         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
27798         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
27799         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
27800         (builtin_define, builtin_assert): New macros.
27802 2015-05-26  Richard Biener  <rguenther@suse.de>
27804         PR tree-optimization/66142
27805         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
27806         MEM_REFs for the same base address.
27808 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27810         PR ipa/66181
27811         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
27813 2015-05-26  Jason Merrill  <jason@redhat.com>
27815         * configure.ac: Set CXXFLAGS for ISL test.
27816         * configure: Regenerate.
27818         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
27819         strstr and basename.
27820         * configure: Regenerate.
27822 2015-05-26  Richard Biener  <rguenther@suse.de>
27824         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
27825         X % C -> X & (C - 1) for C being a power-of two to ...
27826         * match.pd: ... patterns.
27828 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
27830         * match.pd (swapped_tcc_comparison): New operator list.
27831         (-A CMP -B): New simplification.
27832         * fold-const.c (fold_comparison): Remove corresponding code.
27834 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
27836         * caller-save.c (init_caller_save): Base temporary register numbers
27837         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
27838         * cfgloopanal.c (init_set_costs): Likewise.
27839         * dojump.c (prefer_and_bit_test): Likewise.
27840         * expr.c (init_expr_target): Likewise.
27841         * ira.c (setup_prohibited_mode_move_regs): Likewise.
27842         * lower-subreg.c (init_lower_subreg): Likewise.
27843         * postreload.c (reload_cse_regs_1): Likewise.
27845 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
27847         * gensupport.h (compute_test_codes): Declare.
27848         * gensupport.c (compute_predicate_codes): Rename to...
27849         (compute_test_codes): ...this.  Generalize error message.
27850         (process_define_predicate): Update accordingly.
27851         * genpreds.c (compute_maybe_allows): Delete.
27852         (add_constraint): Use compute_test_codes to determine whether
27853         something can accept a SUBREG, REG or MEM.
27855 2015-05-26  Torvald Riegel  <triegel@redhat.com>
27857         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
27858         'memory model' to align with C++11; fix description of memory orders;
27859         fix a few typos.
27861 2015-05-26  Richard Biener  <rguenther@suse.de>
27863         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
27864         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
27865         detect whether we apply SLP.  Remove call to
27866         vect_update_slp_costs_according_to_vf.
27867         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
27868         vect_update_slp_costs_according_to_vf from here.  Dispatch
27869         to vect_slp_analyze_operations to analyze SLP stmts.
27870         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
27871         unused bb_vec_info parameter, adjust assert.
27872         (vect_slp_analyze_operations): Pass in the slp instance tree
27873         instead of bb_vec_info.
27874         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
27875         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
27877 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
27879         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
27880         Q_REGS.  Expand comment.
27881         (REG_CLASS_NAMES): Ditto.
27882         (REG_CLASS_CONTENTS): Ditto.
27884 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
27886         PR target/66274
27887         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
27888         when LEGACY_INT_REGNO_P is processed.
27890 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
27892         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
27894 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
27896         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
27897         register if not marked dead/unused, before return.
27899 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
27901         PR lto/66180
27902         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
27903         is set; check for assembler name at LTO time.
27904         (type_in_anonymous_namespace): Remove hacks, check that all
27905         anonymous types are called "<anon>"
27906         (odr_type_p): Simplify; add check for "<anon>"
27907         (odr_subtypes_equivalent): Add odr_type_p check.
27908         * tree.c (need_assembler_name_p): Even anonymous namespace needs
27909         assembler name.
27911 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
27913         * ipa-utils.h (method_class_type): Remove.
27914         * cgraphunit.c (walk_polymorphic_call_targets): Use
27915         TYPE_METHOD_BASETYPE.
27916         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
27917         on main variants only.
27918         (method_class_type): Remove.
27919         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
27920         (build_type_inheritance_graph): Likewise.
27921         * ipa-icf.c (sem_function::equals_wpa): Likewise.
27922         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
27923         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
27925 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
27927         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
27928         is_typedef_decl, typedef_variant_p): Constify.
27929         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
27930         is_typedef_decl, typedef_variant_p): Constify.
27932 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27934         * defaults.h (gen_tablejump): New function.
27935         (HAVE_tablejump): Add default value.
27936         * expr.c: Adjust.
27937         * stmt.c: Likewise.
27939 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27941         * defaults.h (gen_store_multiple): New function.
27942         (HAVE_store_multiple): Add default value.
27943         * expr.c (move_block_from_reg): Adjust.
27945 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27947         * defaults.h (gen_load_multiple): New function.
27948         (HAVE_load_multiple): Add default value.
27949         * expr.c (move_block_to_reg): Adjust.
27951 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27953         * defaults.h (gen_mem_signal_fence): New function.
27954         (HAVE_mem_signal_fence): Add default value.
27955         * optabs.c: Adjust.
27957 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27959         * defaults.h (gen_memory_barrier): New function.
27960         (HAVE_memory_barrier): Add default value.
27961         * optabs.c: Adjust.
27963 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27965         * defaults.h (gen_mem_thread_fence): New function.
27966         (HAVE_mem_thread_fence): Add default definition.
27967         * optabs.c: Adjust.
27969 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27971         * combine.c (find_split_point): Check the value of HAVE_lo_sum
27972         instead of if it is defined.
27973         (combine_simplify_rtx): Likewise.
27974         * lra-constraints.c (process_address_1): Likewise.
27975         * config/darwin.c: Adjust.
27976         * genconfig.c (main): Always define HAVE_lo_sum.
27978 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27980         * genmatch.c (parser::parse_operation): Reject expanding
27981         operator-list inside 'for'.
27983 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27985         * genmatch.c (parser::parse_for): Reject iterator if used as
27986         operator-list.
27988 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
27990         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
27991         after end of id-list.
27993 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
27995         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
27996         we do not try to compute canonical type for type that does not need
27997         alias set.
27998         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
27999         FUNCITON_TYPE.
28000         * tree.h (type_with_alias_set_p): New.
28002 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
28004         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
28005         function attributes.
28006         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
28008 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
28010         * Makefile.in (check_gcc_parallelize): Delete.
28011         (lang_checks_parallelized): Update comment.
28013 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
28015         PR rtl-optimization/66237
28016         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
28017         location of an "as_a" cast.
28019 2015-05-22  Jeff Law  <law@redhat.com>
28021         * config/pa/pa.md (non-canonical shift-add insns): Remove.
28022         (peepholes with non-canonical RTL sources): Remove.
28023         (peepholes for indexed stores of FP regs in integer modes): Match and
28024         generate canonical RTL.
28026 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28028         PR tree-optimization/63387
28029         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
28030         ((x ord x) & (y ord y) -> (x ord y),
28031         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
28032         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
28033         vectors like scalars.
28035 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28037         * convert.c (convert_to_integer, convert_to_vector): Include the
28038         types in the error message.
28040 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28042         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
28043         simplifications.
28045 2015-05-22  Jeff Law  <law@redhat.com>
28047         * config/pa/pa.md (integer_indexed_store splitters): Use
28048         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
28049         insns -- adjusting the constant 2nd operand accordingly.
28051         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
28052         (plus (ashift X log2) Y) if it is a split point.
28054         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
28055         out of hppa_legitimize_address to handle both forms of a multiply
28056         by 2, 4 or 8.
28057         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
28058         Always generate the ASHIFT variant as the result is not directly
28059         used in a MEM.  Update comments and refactor slightly to improve
28060         readability.
28062 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28064         PR target/65491
28065         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
28066         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
28067         (aarch64_composite_type_p): Return false if given type and mode are
28068         for a short vector.
28070 2015-05-22  Richard Biener  <rguenther@suse.de>
28072         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
28073         member.
28074         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
28075         patterns when determining whether SLP is pure.
28076         (vect_is_slp_reduction): Remove check for pattern stmts.
28077         (vect_is_simple_reduction_1): Remove dead code.
28078         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
28079         (vect_get_and_check_slp_defs): Pass in the stmt number.
28080         Allow the first def in a reduction to be not a pattern stmt when
28081         the rest of the stmts def are patterns.
28082         (vect_build_slp_tree_1): Allow tcc_expression codes like
28083         SAD_EXPR and DOT_PROD_EXPR.
28084         (vect_build_slp_tree): Adjust.
28085         (vect_analyze_slp): Refactor and move BB vect error message ...
28086         (vect_slp_analyze_bb_1): ... here.
28088 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
28090         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
28091         for CSWTCH temporary.
28093 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28095         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
28096         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
28097         unknown unspecs.
28099 2015-05-22  Richard Biener  <rguenther@suse.de>
28101         PR tree-optimization/66251
28102         * tree-vect-stmts.c (vectorizable_conversion): Properly
28103         set STMT_VINFO_VEC_STMT even for the SLP case.
28105 2015-05-22  Marek Polacek  <polacek@redhat.com>
28107         * doc/extend.texi: Use @pxref instead of @xref.
28109 2015-05-22  hiraditya  <hiraditya@msn.com>
28111         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
28112         redundant if.
28114 2015-05-22  Richard Biener  <rguenther@suse.de>
28116         PR tree-optimization/65701
28117         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
28118         Move peeling cost models into one place.  Peel for alignment
28119         for single loads only if an aligned load is cheaper than
28120         an unaligned load.
28122 2015-05-22  Marek Polacek  <polacek@redhat.com>
28124         PR c/47043
28125         * doc/extend.texi (Enumerator Attributes): New section.
28126         Document syntax of enumerator attributes.
28128 2015-05-22  Richard Biener  <rguenther@suse.de>
28130         * tree-vect-loop.c (get_reduction_op): New function.
28131         (vect_model_reduction_cost): Use it, add reduc_index parameter.
28132         Make ready for BB reductions.
28133         (vect_create_epilog_for_reduction): Use get_reduction_op.
28134         (vectorizable_reduction): Init reduc_index to a valid value.
28135         Adjust vect_model_reduction_cost call.
28136         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
28137         operand for reduction defaults.  Add SAD_EXPR support.
28138         Assert we have a neutral op for SLP reductions.
28139         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
28140         walking pattern stmt ops only recurse to SSA names.
28142 2015-05-22  Richard Biener  <rguenther@suse.de>
28144         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
28145         assert with guard, remove check on detected reduction.
28146         (vect_recog_sad_pattern): Likewise.
28147         (vect_recog_widen_sum_pattern): Likewise.
28149 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28151         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
28152         __always_inline__ attribute.
28153         (vaesdq_u8): Likewise.
28154         (vaesmcq_u8): Likewise.
28155         (vaesimcq_u8): Likewise.
28156         (vsha1cq_u32): Likewise.
28157         (vsha1mq_u32): Likewise.
28158         (vsha1pq_u32): Likewise.
28159         (vsha1h_u32): Likewise.
28160         (vsha1su0q_u32): Likewise.
28161         (vsha1su1q_u32): Likewise.
28162         (vsha256hq_u32): Likewise.
28163         (vsha256h2q_u32): Likewise.
28164         (vsha256su0q_u32): Likewise.
28165         (vsha256su1q_u32): Likewise.
28166         (vmull_p64): Likewise.
28167         (vmull_high_p64): Likewise.
28169 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28171         * final.c (final_scan_insn): Don't check HAVE_peephole with the
28172         preprocessor.
28173         * output.h: Likewise.
28174         * genconfig.c (main): Alwways define HAVE_peephole.
28175         * genpeep.c: Don't emit checks of HAVE_peephole.
28177 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28179         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
28180         check HAVE_conditional_move with the preprocessor.
28182 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28184         * genconfig.c (main): Always define HAVE_conditional_move.
28185         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
28186         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
28187         is defined.
28189 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28191         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
28192         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
28193         and FRAME_POINTER_REGNUM with the preprocessor.
28195 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28197         * defaults.h: Add default for STACK_PUSH_CODE.
28198         * expr.c: Don't redefine STACK_PUSH_CODE.
28199         * recog.c: Likewise.
28201 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28203         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
28204         sched-deps.c: Use if instead of preprocessor checks with
28205         STACK_GROWS_DOWNWARD.
28207 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28209         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
28210         is defined.
28211         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
28212         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
28213         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
28214         * doc/tm.texi: Regenerate.
28216 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
28218         PR target/66232
28219         * config/i386/constraints.md (Bg): New constraint for GOT memory
28220         operand.
28221         * config/i386/i386.md (*call_got_x32): New pattern.
28222         (*call_value_got_x32): Likewise.
28223         * config/i386/predicates.md (GOT_memory_operand): New predicate.
28225 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
28227         PR tree-optimization/66233
28228         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
28229         Simplify.
28231 2015-05-21  Jeff Law  <law@redhat.com>
28233         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
28234         than MULT for shadd sequences.
28236 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
28238         * alias.c (alias_stats): New static var.
28239         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
28240         (dump_alias_stats_in_alias_c): New function.
28241         * alias.h (dump_alias_stats_in_alias_c): Declare.
28242         * tree-ssa-alias.c (dump_alias_stats): Call it.
28244 2015-05-08  Michael Matz  <matz@suse.de>
28246         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
28247         to strided_p.
28248         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
28249         (STMT_VINFO_STRIDED_P): ... this.
28250         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
28251         (vect_verify_datarefs_alignment): Likewise.
28252         (vect_enhance_data_refs_alignment): Likewise.
28253         (vect_analyze_data_ref_access): Likewise.
28254         (vect_analyze_data_refs): Accept strided stores.
28255         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
28256         (vect_model_load_cost): Adjust for macro rename.
28257         (vectorizable_mask_load_store): Likewise.
28258         (vectorizable_load): Likewise.
28259         (vectorizable_store): Open code strided stores.
28261 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28263         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
28264         Document sqrt_insn.
28266 2015-05-21  Richard Biener  <rguenther@suse.de>
28268         PR c++/66211
28269         * match.pd: Guard pattern optimzing (int)(float)int
28270         conversions to apply only on GIMPLE.
28272 2015-05-21  Jeff Law  <law@redhat.com>
28274         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
28275         multiply-accumulate/shift-add insn generation.
28277 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
28279         PR target/54236
28280         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
28281         operands[1] are the same.
28283 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
28285         PR middle-end/66221
28286         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
28287         build_distinct_type_copy to copy bounds.
28289 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
28291         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
28292         Change to unsigned int.
28294 2015-05-20  Jeff Law  <law@redhat.com>
28296         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
28297         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
28298         (pa_shadd_constant_p): Allow constants for shadd insns rather
28299         than valid scaling constants for memory addresses.
28300         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
28301         * config/pa/predicates.md (mem_shadd_operand): New predicate.
28302         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
28303         (shift-add insns using ASHIFT): New patterns.
28305 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
28307         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
28308         feasible.
28309         (fix_up_fall_thru_edges): Likewise.
28310         (fix_crossing_conditional_branches): Likewise. Promote jump targets
28311         from to rtx_insn to rtx_code_label where feasible.
28312         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
28313         gen_move_insn (returned type changed to rtx_insn).
28314         * builtins.c (expand_errno_check): Fix arguments of
28315         do_compare_rtx_and_jump (now expects rtx_code_label).
28316         (expand_builtin_acc_on_device): Likewise.
28317         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
28318         invert_jump (now exprects rtx_jump_insn).
28319         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
28320         (construct_init_block): Use rtx_code_label.
28321         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
28322         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
28323         calling redirect_jump.
28324         (patch_jump_insn): Likewise.
28325         (redirect_branch_edge): Likewise.
28326         (force_nonfallthru_and_redirect): Likewise.
28327         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
28328         when suitable.
28329         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
28330         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
28331         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
28332         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
28333         to store the value retured by gen_label_rtx.
28334         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
28335         rtx_jump_insn.
28336         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
28337         (split_branches): Fix calls of redirect_jump.
28338         * dojump.c (jumpifnot): Promote argument type from rtx to
28339         rtx_code_label.
28340         (jumpifnot_1): Likewise.
28341         (jumpif): Likewise.
28342         (jumpif_1): Likewise.
28343         (do_jump_1): Likewise.
28344         (do_jump): Likewise. Use rtx_code_label when feasible.
28345         (do_jump_by_parts_greater_rtx): Likewise.
28346         (do_jump_by_parts_zero_rtx): Likewise.
28347         (do_jump_by_parts_equality_rtx): Likewise.
28348         (do_compare_rtx_and_jump): Likewise.
28349         * dojump.h: Update function prototypes.
28350         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
28351         returns rtx_insn).
28352         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
28353         rtx_jump_insn.
28354         (emit_label_before): Likewise.
28355         (emit_jump_insn_after_noloc): Likewise.
28356         (emit_jump_insn_after_setloc): Likewise.
28357         (emit_jump_insn_after): Likewise
28358         (emit_jump_insn_before_setloc): Likewise.
28359         (emit_jump_insn_before): Likewise.
28360         (emit_label_before): Promote return type to rtx_code_label.
28361         (emit_label): Likewise.
28362         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
28363         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
28364         gen_move_insn.
28365         (emit_stack_restore): Likewise.
28366         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
28367         (do_cmp_and_jump): Likewise.
28368         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
28369         from rtx to rtx_code_label.
28370         (gen_move_insn_uncast): New function.
28371         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
28372         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
28373         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
28374         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
28375         invert_jump_1 and redirect_jump_1.
28376         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
28377         do_compare_rtx_and_jump.
28378         (expand_addsub_overflow): Likewise.
28379         (expand_neg_overflow): Likewise.
28380         (expand_mul_overflow): Likewise.
28381         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
28382         return value of gen_move_insn.
28383         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
28384         * loop-doloop.c (add_test): Use rtx_code_label.
28385         (doloop_modify): Likewise.
28386         (doloop_optimize): Likewise.
28387         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
28388         * lra-constraints.c (emit_spill_move): Remove cast of value returned
28389         by gen_move_insn.
28390         (inherit_reload_reg): Add cast when calling dump_insn_slim.
28391         (split_reg): Likewise.
28392         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
28393         gen_move_insn.
28394         * optabs.c (expand_binop_directly): Remove casts of values returned by
28395         maybe_gen_insn.
28396         (expand_unop_direct): Likewise.
28397         (expand_abs): Likewise.
28398         (maybe_emit_unop_insn): Likewise.
28399         (maybe_gen_insn): Promote return type to rtx_insn.
28400         * optabs.h: Update prototype of maybe_gen_insn.
28401         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
28402         redundant cast.
28403         * recog.c (struct peep2_insn_data): Promote type of insn field to
28404         rtx_insn.
28405         (peep2_reinit_state): Use NULL instead of NULL_RTX.
28406         (peep2_attempt): Remove casts of insn in peep2_insn_data.
28407         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
28408         * recog.h (struct insn_gen_fn): Promote return types of function
28409         pointers and operator ().from rtx to rtx_insn.
28410         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
28411         (fill_eager_delay_slots): Likewise.
28412         (relax_delay_slots): Likewise.
28413         (make_return_insns): Likewise.
28414         (dbr_schedule): Likewise.
28415         (optimize_skips): Likewise.
28416         (reorg_redirect_jump): Likewise.
28417         (fill_slots_from_thread): Likewise.
28418         * reorg.h: Update prototypes.
28419         * resource.c (find_dead_or_set_registers): Use dyn_cast to
28420         rtx_jump_insn instead of check.  Use it's jump_target method.
28421         * rtl.h (rtx_jump_insn::jump_label): Define new method.
28422         (rtx_jump_insn::jump_target): Define new method.
28423         (rtx_jump_insn::set_jump_target): Define new method.
28424         * rtlanal.c (tablejump_p): Promote type of one local variable.
28425         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
28426         (sched_analyze_insn): Likewise.
28427         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
28428         (print_insn): Likewise.
28429         * stmt.c (label_rtx): Promote return type to rtx_insn.
28430         (force_label_rtx): Likewise.
28431         (jump_target_rtx): Define new function.
28432         (expand_label): Use it, get rid of one cast.
28433         (expand_naked_return): Promote rtx to rtx_code_label.
28434         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
28435         (expand_case): Use rtx_code_label instread of rtx where feasible.
28436         (expand_sjlj_dispatch_table): Likewise.
28437         (emit_case_nodes): Likewise.
28438         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
28439         * store-motion.c (insert_store): Make use of new return type of
28440         gen_move_insn and remove a cast.
28441         (replace_store_insn): Likewise.
28443 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
28445         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
28446         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
28448 2015-05-20  Jeff Law  <law@redhat.com>
28450         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
28451         dispose of the jump thread path when the jump threading
28452         opportunity is cancelled.
28454 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28456         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
28457         when printing the caret character.
28459 2015-05-20  Marek Polacek  <polacek@redhat.com>
28461         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
28463 2015-05-20  Marek Polacek  <polacek@redhat.com>
28465         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
28466         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
28467         * gimple-fold.c (canonicalize_bool): Likewise.
28468         (same_bool_result_p): Likewise.
28469         * tree-if-conv.c (parse_predicate): Likewise.
28471 2015-05-20  Marek Polacek  <polacek@redhat.com>
28473         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
28474         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
28476 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28478         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
28479         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
28480         values.
28482 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
28484         * config/mips/mips.h (micromips_globals): Declare.
28486 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
28488         * timevar.def (TV_INITIALIZE_RTL): New.
28489         * toplev.c (initialize_rtl): Use an auto_timevar to account this
28490         function's time to TV_INITIALIZE_RTL.
28492 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
28494         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
28495         gimple_build_nop calls.
28496         (chkp_find_bounds_for_elem): Likewise.
28497         (chkp_get_zero_bounds): Likewise.
28498         (chkp_get_none_bounds): Likewise.
28499         (chkp_get_bounds_by_definition): Likewise.
28500         (chkp_generate_extern_var_bounds): Likewise.
28501         (chkp_get_bounds_for_decl_addr): Likewise.
28502         (chkp_get_bounds_for_string_cst): Likewise.
28504 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
28506         PR tree-optimization/65447
28507         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
28508         (dump_use, dump_uses): Support to dump sub use.
28509         (record_use): New parameters to support sub use.  Remove call to
28510         dump_use.
28511         (record_sub_use, record_group_use): New functions.
28512         (compute_max_addr_offset, split_all_small_groups): New functions.
28513         (group_address_uses, rewrite_use_address): New functions.
28514         (strip_offset): New declaration.
28515         (find_interesting_uses_address): Call record_group_use.
28516         (add_candidate): New assertion.
28517         (infinite_cost_p): Move definition forward.
28518         (add_costs): Check INFTY cost and return immediately.
28519         (get_computation_cost_at): Clear setup cost and dependent bitmap
28520         for sub uses.
28521         (determine_use_iv_cost_address): Compute cost for sub uses.
28522         (rewrite_use_address_1): Rename from old rewrite_use_address.
28523         (free_loop_data): Free sub uses.
28524         (tree_ssa_iv_optimize_loop): Call group_address_uses.
28526 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
28527             Jim Wilson  <jim.wilson@linaro.org>
28529         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
28530         new  fields loadv and storev.
28531         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
28532         Initialize loadv and storev.
28533         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
28534         (cortexa53_extra_costs): Likewise.
28535         (cortexa57_extra_costs): Likewise.
28536         (xgene1_extra_costs): Likewise.
28537         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
28538         rtx_costs.
28540 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
28542         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
28543          storev.
28544         (cortexa8_extra_costs): Likewise.
28545         (cortexa5_extra_costs): Likewise.
28546         (cortexa7_extra_costs): Likewise.
28547         (cortexa12_extra_costs): Likewise.
28548         (cortexa15_extra_costs): Likewise.
28549         (v7m_extra_costs): Likewise.
28551 2015-05-20  Jeff Law  <law@redhat.com>
28553         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
28554         instead of open-coded version.  Also delete the jump thread created
28555         within this function.
28557 2015-05-20  Alan Modra  <amodra@gmail.com>
28559         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
28560         stack adjusting insn.  Formatting.
28561         (rs6000_emit_prologue): Track stack adjusting insn, and use of
28562         r12.  If possible, emit first -fsplit-stack arg pointer insn
28563         before stack adjust.  Don't use r12 to save cr if split-stack.
28565 2015-05-20  Alan Modra  <amodra@gmail.com>
28567         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
28568         Define.
28569         (rs6000_supports_split_stack): New function.
28570         * config/rs6000/rs6000.c (machine_function): Add
28571         split_stack_arg_pointer.
28572         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
28573         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
28574         rather than virtual_incoming_args_rtx.
28575         (rs6000_va_start): Likewise.
28576         (split_stack_arg_pointer_used_p): New function.
28577         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
28578         (morestack_ref): New var.
28579         (gen_add3_const, rs6000_expand_split_stack_prologue,
28580         rs6000_internal_arg_pointer, rs6000_live_on_entry,
28581         rs6000_split_stack_space_check): New functions.
28582         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
28583         * config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
28584         (UNSPECV_SPLIT_STACK_RETURN): Define.
28585         (split_stack_prologue, load_split_stack_limit,
28586         load_split_stack_limit_di, load_split_stack_limit_si,
28587         split_stack_return, split_stack_space_check): New expands and insns.
28588         * config/rs6000/rs6000-protos.h
28589         (rs6000_expand_split_stack_prologue): Declare.
28590         (rs6000_split_stack_space_check): Declare.
28592 2015-05-20  Alan Modra  <amodra@gmail.com>
28594         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
28595         (direct_return): Test vrsave_size rather than vrsave_mask.
28596         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
28597         (rs6000_emit_epilogue): Likewise.
28599 2015-05-20  Alan Modra  <amodra@gmail.com>
28601         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
28602         when not saving registers.
28603         (debug_stack_info): Adjust to omit printing unused offsets,
28604         as before.
28605         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
28606         expression.
28608 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28610         PR c++/65835
28611         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
28612         value_type to const char *.
28614 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
28616         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
28617         to build a biarch toolchain again.
28619 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
28621         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
28622         or implicit declarations.
28623         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
28624         into it.
28625         (get_odr_type): Check type has linkage before adding bases.
28626         (register_odr_type): Check that type has linkage before adding it.
28627         (type_known_to_have_no_deriavations_p): Rename to ..
28628         (type_known_to_have_no_derivations_p): This one.
28629         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
28630         (type_known_to_have_no_derivations_p): This one.
28631         * ipa-polymorphic-call.c
28632         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
28633         type has linkage.
28635 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
28637         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
28638         (layout_type): Use RECORD_OR_UNION_TYPE_P.
28640 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28642         * config/s390/s390.c (s390_vector_bool_type_p): New function.
28643         (s390_invalid_binary_op): New function.
28644         (TARGET_INVALID_BINARY_OP): Define macro.
28646 2015-05-19  David Sherwood  <david.sherwood@arm.com>
28648         * loop-invariant.c (create_new_invariant): Don't calculate address cost
28649         if mode is not a scalar integer.
28650         (get_inv_cost): Increase computational cost for unused invariants.
28652 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28654         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
28655         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
28656         * config/s390/s390-builtin-types.def: New file.
28657         * config/s390/s390-builtins.def: New file.
28658         * config/s390/s390-builtins.h: New file.
28659         * config/s390/s390-c.c: New file.
28660         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
28661         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
28662         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
28663         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
28664         prototypes.
28665         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
28666         Include.
28667         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
28668         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
28669         variable definitions.
28670         (s390_const_operand_ok): New function.
28671         (s390_expand_builtin): Rewrite.
28672         (s390_init_builtins): New function.
28673         (s390_handle_vectorbool_attribute): New function.
28674         (s390_attribute_table): Add s390_vector_bool attribute.
28675         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
28676         (s390_branch_condition_mask): Generate masks for new modes.
28677         (s390_expand_vec_compare_cc): New function.
28678         (s390_mangle_type): Add mangling for vector bool types.
28679         (enum s390_builtin): Remove.
28680         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
28681         efpc builtins.
28682         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
28683         s390_cpu_cpp_builtins.
28684         (REGISTER_TARGET_PRAGMAS): New macro.
28685         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
28686         (insn_cmp mode attribute): Add new CC modes.
28687         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
28688         (lcbb): New pattern definition.
28689         * config/s390/s390intrin.h: Include vecintrin.h.
28690         * config/s390/t-s390: New file.
28691         * config/s390/vecintrin.h: New file.
28692         * config/s390/vector.md: Include vx-builtins.md.
28693         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
28694         support.
28696 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28698         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
28699         CCVFHE.
28700         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
28701         (s390_select_ccmode): Likewise.
28702         (s390_canonicalize_comparison): Swap operands if necessary.
28703         (s390_expand_vec_compare_scalar): Expand DFmode compare using
28704         single element vector instructions.
28705         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
28706         (s390_branch_condition_mask): Generate CC masks for the new modes.
28707         * config/s390/s390.md (v0, vf, vd): New mode attributes.
28708         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
28709         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
28710         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
28711         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
28712         (*extend<DSF:mode><BFP:mode>2): New insn definition.
28713         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
28714         (extend<DSF:mode><BFP:mode>2): Turn into expander.
28715         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
28716         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
28717         (sqrt<mode>2): Add vector instruction.
28719 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28721         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
28722         constraints.
28723         * config/s390/predicates.md (const0_operand, constm1_operand)
28724         (constable_operand): Accept vector operands.
28725         * config/s390/s390-modes.def: Add supported vector modes.
28726         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
28727         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
28728         (s390_bytemask_vector_p, s390_expand_vec_strlen)
28729         (s390_expand_vec_compare, s390_expand_vcond)
28730         (s390_expand_vec_init): Add prototypes.
28731         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
28732         (s390_vector_mode_supported_p): New function.
28733         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
28734         (s390_contiguous_bitmask_vector_p): New function.
28735         (s390_bytemask_vector_p): New function.
28736         (s390_split_ok_p): Vector regs don't work either.
28737         (regclass_map): Add VEC_REGS.
28738         (s390_legitimate_constant_p): Handle vector constants.
28739         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
28740         (legitimate_reload_vector_constant_p): New function.
28741         (s390_preferred_reload_class): Handle CONST_VECTOR.
28742         (s390_reload_symref_address):  Likewise.
28743         (s390_secondary_reload): Vector memory instructions only support
28744         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
28745         (s390_emit_ccraw_jump): New function.
28746         (s390_expand_vec_strlen): New function.
28747         (s390_expand_vec_compare): New function.
28748         (s390_expand_vcond): New function.
28749         (s390_expand_vec_init): New function.
28750         (s390_dwarf_frame_reg_mode): New function.
28751         (print_operand): Handle addresses with 'O' and 'R' constraints.
28752         (NR_C_MODES, constant_modes): Add vector modes.
28753         (s390_output_pool_entry): Handle vector constants.
28754         (s390_hard_regno_mode_ok): Handle vector registers.
28755         (s390_class_max_nregs): Likewise.
28756         (s390_cannot_change_mode_class): New function.
28757         (s390_invalid_arg_for_unprototyped_fn): New function.
28758         (s390_function_arg_vector): New function.
28759         (s390_function_arg_float): Remove size variable.
28760         (s390_pass_by_reference): Handle vector arguments.
28761         (s390_function_arg_advance): Likewise.
28762         (s390_function_arg): Likewise.
28763         (s390_return_in_memory): Vector values are returned in a VR if
28764         possible.
28765         (s390_function_and_libcall_value): Handle vector arguments.
28766         (s390_gimplify_va_arg): Likewise.
28767         (s390_call_saved_register_used): Consider the arguments named.
28768         (s390_conditional_register_usage): Disable v16-v31 for non-vec
28769         targets.
28770         (s390_preferred_simd_mode): New function.
28771         (s390_support_vector_misalignment): New function.
28772         (s390_vector_alignment): New function.
28773         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
28774         (TARGET_VECTOR_MODE_SUPPORTED_P)
28775         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
28776         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
28777         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
28778         (TARGET_VECTOR_ALIGNMENT): Define target macro.
28779         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
28780         (FIRST_PSEUDO_REGISTER): Increase value.
28781         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
28782         (VECTOR_REG_P): Define macros.
28783         (FIXED_REGISTERS, CALL_USED_REGISTERS)
28784         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
28785         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
28786         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
28787         Add vector registers.
28788         (CANNOT_CHANGE_MODE_CLASS): Call C function.
28789         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
28790         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
28791         memory.
28792         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
28793         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
28794         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
28795         (VR*_REGNUM): New constants.
28796         (ALL): New mode iterator.
28797         (INTALL): Remove mode iterator.
28798         Include vector.md.
28799         (movti): Implement TImode moves for VRs.
28800         Disable TImode splitter for VR targets.
28801         Implement splitting TImode GPR<->VR moves.
28802         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
28803         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
28804         reload<mode>_la_in, reload<mode>_la_out.
28805         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
28806         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
28807         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
28808         (mov<mode> SF SD): Prefer lder, lde for loading.
28809         Add lrl and strl instructions.
28810         Add vector instructions.
28811         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
28812         Call s390_expand_vec_strlen on z13.
28813         (*cc_to_int): Change predicate to nonimmediate_operand.
28814         (addti3): Rename to *addti3.  New expander.
28815         (subti3): Rename to *subti3.  New expander.
28816         * config/s390/vector.md: New file.
28818 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28820         * common/config/s390/s390-common.c (processor_flags_table): Add
28821         z13.
28822         * config.gcc: Add z13.
28823         * config/s390/s390-opts.h (enum processor_type): Add
28824         PROCESSOR_2964_Z13.
28825         * config/s390/s390.c (s390_adjust_priority): Check for
28826         PROCESSOR_2964_Z13.
28827         (s390_reorg): Likewise.
28828         (s390_sched_reorder): Likewise.
28829         (s390_sched_variable_issue): Likewise.
28830         (s390_loop_unroll_adjust): Likewise.
28831         (s390_option_override): Likewise. Default to -mvx when available.
28832         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
28833         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
28834         (TARGET_VX_ABI): Define macros.
28835         macros.
28836         (TARGET_DEFAULT): Add MASK_OPT_VX.
28837         * config/s390/s390.md ("cpu" attribute): Add z13.
28838         ("cpu_facility" attribute): Add vec.
28839         * config/s390/s390.opt (processor_type): Add z13.
28840         (mvx): New options.
28841         * doc/invoke.texi: Add z13 option for -march.
28843 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28845         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
28846         mode check to make sure that only scalar integer values are
28847         accepted.
28849 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
28851         * tree.c (verify_type_variant): Fix #undef.
28852         (gimple_canonical_types_compatible_p): Move here from lto.c
28853         (verify_type): Verify TYPE_CANONICAL compatibility.
28854         * tree.h (gimple_canonical_types_compatible_p): Declare.
28856 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
28858         PR middle-end/66199
28859         * tree.h (OMP_TEAMS_COMBINED): Define.
28860         * gimplify.c (enum gimplify_omp_var_data): Add
28861         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
28862         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
28863         (omp_notice_variable): Accept both ORT_TEAMS
28864         and ORT_COMBINED_TEAMS.  Don't recurse if
28865         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
28866         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
28867         GOVD_FIRSTPRIVATE.
28868         (omp_no_lastprivate): New function.
28869         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
28870         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
28871         notice_outer and set appropriate bits, otherwise make
28872         sure default(none) combined constructs won't complain.
28873         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
28874         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
28875         omp_no_lastprivate either remove the clause or turn it
28876         into OMP_CLAUSE_PRIVATE.
28877         (gimplify_omp_for): Fix up handling of implicit
28878         lastprivate or linear iterators.
28879         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
28880         ORT_COMBINED_TEAMS.
28881         * omp-low.c (lower_omp_for_lastprivate): For combined
28882         for simd use fd.loop.n2 from the for rather than simd.
28884 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
28886         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
28887         instead of gen_rtx_raw_REG.
28888         (cris_expand_epilogue): Likewise.
28889         * config/microblaze/microblaze.c (microblaze_classify_address):
28890         Likewise.
28891         * config/sparc/sparc.md: Likewise.
28893 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
28895         * config/alpha/alpha.c (alpha_legitimize_reload_address)
28896         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
28897         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
28898         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
28899         Use CASE_CONST_SCALAR_INT.
28900         (print_operand) <case 'M'>: Use mode_width_operand to check the
28901         value of the constant.
28902         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
28903         * config/alpha/predicates.md (input_operand): Use general_operand
28904         instead of match_code as operand check.
28905         (symbolic_operand): Use match_code with subexpression digits.
28906         * config/alpha/constraints.md (Q): Ditto.
28908 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28910         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
28912 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28914         * config/s390/s390.c (s390_secondary_reload): Fix check for
28915         load/store relative.
28917 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
28919         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
28920         alternative_mask to uint64_t.
28922 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
28924         PR tree-optimization/66187
28925         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
28926         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
28927         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
28929 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
28931         * diagnostic.c (diagnostic_report_current_module): Strengthen
28932         local "new_map" from const line_map * to
28933         const line_map_ordinary *.
28934         * genmatch.c (error_cb): Likewise for local "map".
28935         (output_line_directive): Likewise for local "map".
28936         * input.c (expand_location_1): Likewise for local "map".
28937         Pass NULL rather than &map to
28938         linemap_unwind_to_first_non_reserved_loc, since the value is never
28939         read from there, and the value written back not read from here.
28940         (is_location_from_builtin_token): Strengthen local "map" from
28941         const line_map * to const line_map_ordinary *.
28942         (dump_location_info): Strengthen locals "map" from
28943         line_map *, one to const line_map_ordinary *, the other
28944         to const line_map_macro *.
28945         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
28946         const line_map * to const line_map_macro *.
28947         (maybe_unwind_expanded_macro_loc): Add a call to
28948         linemap_check_macro when writing to the "map" field of the
28949         loc_map_pair.
28950         Introduce local const line_map_ordinary * "ord_map", using it in
28951         place of "map" in the part of the function where we know we have
28952         an ordinary map.  Strengthen local "m" from const line_map * to
28953         const line_map_ordinary *.
28955 2015-05-19  Nick Clifton  <nickc@redhat.com>
28957         PR target/66156
28958         * config/msp430/msp430.md (zero_extendhisi2): Add support for
28959         separate source and destination registers.
28961 2015-05-19  Richard Biener  <rguenther@suse.de>
28963         PR tree-optimization/66165
28964         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
28965         for no load permutation.
28967         PR tree-optimization/66185
28968         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
28969         when building the SLP node from scalars.
28971 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
28972             Tristan Gingold  <gingold@adacore.com>
28974         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
28975         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
28976         (expand_stack_restore): Call record_new_stack_level.
28977         (expand_stack_save): Do not call do_pending_stack_adjust.
28978         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
28979         * calls.c (expand_call): Call record_new_stack_level for alloca.
28980         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
28981         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
28982         (update_sjlj_context): New global function.
28983         * except.h (update_sjlj_context): Declare.
28984         * explow.c (record_new_stack_level): New global function.
28985         (allocate_dynamic_stack_space): Call record_new_stack_level.
28986         * explow.h (record_new_stack_level): Declare.
28987         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
28988         * cfgrtl.c (duplicate_insn_chain): Likewise.
28990 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28992         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
28993         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
28994         STACK_GROWS_DOWNWARD as normal if.
28995         (expand_call): Likewise.
28997 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
28999         PR target/54236
29000         * config/sh/sh.md (*round_int_even): New insn_and_split and
29001         accompanying new unnamed split.
29003 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29005         * bitmap.c (bitmap_set_range): Handle count==1 specially.
29006         (bitmap_clear_range): Likewise.
29007         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
29008         bitmap_set_range unconditionally.
29009         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
29010         * df-scan.c (df_mark_reg): Likewise.
29011         * haifa-sched.c (setup_ref_regs): Likewise.
29012         * sched-rgn.c (update_live_1): Likewise.
29014 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29016         * regs.h (END_HARD_REGNO): Delete.
29017         (END_REGNO): Move to...
29018         * rtl.h: ...here.
29019         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
29020         * caller-save.c (mark_set_regs): Likewise.
29021         * combine.c (move_deaths, distribute_notes): Likewise.
29022         * cse.c (invalidate, invalidate_for_call): Likewise.
29023         * df-scan.c (df_ref_record): Likewise.
29024         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
29025         (record_last_reg_set_info): Likewise.
29026         * reg-stack.c (convert_regs_exit): Likewise.
29027         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
29028         * resource.c (update_live_status): Likewise.
29029         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
29031 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29033         * rtl.h (reg_info): Add an nregs field.
29034         (REG_NREGS): Use it.
29035         (SET_REGNO_RAW): Delete.
29036         (set_regno_raw): New function.
29037         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
29038         (END_REGNO): Redefine in terms of REG_NREGS.
29039         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
29040         SET_REGNO_RAW.
29041         * emit-rtl.c (set_mode_and_regno): Likewise.
29042         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
29043         instead of SET_REGNO_RAW.
29045 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29047         * rtl.h (PUT_MODE_RAW): New macro.
29048         (PUT_REG_NOTE_KIND): Use it.
29049         (set_mode_and_regno): Declare.
29050         (gen_raw_REG): Change regno to "unsigned int".
29051         (gen_rtx_REG): Change "unsigned" to "unsigned int".
29052         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
29053         use set_mode_and_regno to change the mode of registers.
29054         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
29055         * emit-rtl.c (set_mode_and_regno): New function.
29056         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
29057         * caller-save.c (reg_save_code): Use set_mode_and_regno.
29058         * expr.c (init_expr_target): Likewise.
29059         * ira.c (setup_prohibited_mode_move_regs): Likewise.
29060         * postreload.c (reload_cse_simplify_operands): Likewise.
29062 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29064         * caller-save.c (init_caller_save): Use word_mode and
29065         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
29066         * expr.c (init_expr_target): Likewise.
29067         * ira.c (setup_prohibited_mode_move_regs): Likewise.
29068         * postreload.c (reload_cse_regs_1): Likewise.
29070 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29072         * rtl.def (REG): Change format to "r".
29073         * rtl.h (rtunion): Remove rt_reg.
29074         (reg_info): New structure.
29075         (rtx_def): Add reg field to main union.
29076         (X0REGATTR): Delete.
29077         (REG_CHECK): New macro.
29078         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
29079         * rtl.c (rtx_format): Document "r".
29080         (rtx_code_size): Handle REG specially.
29081         * gengenrtl.c (special_format): Return true for formats
29082         that include 'r'.
29083         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
29084         Deal with REG_ATTRS after the field loop.
29085         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
29086         * expmed.c (init_expmed): Call gen_raw_REG instead of
29087         gen_rtx_raw_REG.
29088         * expr.c (init_expr_target): Likewise.
29089         * regcprop.c (maybe_mode_change): Likewise.
29090         * varasm.c (make_decl_rtl): Likewise.
29091         * final.c (leaf_renumber_regs_insn): Return early after
29092         handling REGs.
29093         * genemit.c (gen_exp): Handle 'r' fields.
29094         * genpeep.c (match_rtx): Likewise.
29095         * gensupport.c (subst_pattern_match): Likewise.
29096         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
29097         (alter_constraints, subst_dup): Likewise.
29098         * read-rtl.c (read_rtx_code): Likewise.
29099         * print-rtl.c (print_rtx): Likewise.
29100         * genrecog.c (find_operand, find_matching_operand): Likewise.
29101         (validate_pattern, match_pattern_2): Likewise.
29102         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
29103         (rtx_test::regno_field): New function.
29104         (operator ==, safe_to_hoist_p, transition_parameter_type)
29105         (parameter_type_string, print_parameter_value)
29106         (print_nonbool_test, print_test): Handle new enum values.
29107         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
29108         * lra-constraints.c (operands_match_p): Likewise.
29110 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29112         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
29113         Change type of new_regno to unsigned int.
29114         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
29115         new_regno to unsigned int.
29116         (df_ref_change_reg_with_loc): Remove old_regno parameter.
29117         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
29118         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
29119         (SET_REGNO_RAW): Add space after ",".
29121 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29123         * rtl.h (REG_NREGS): New macro
29124         * alias.c (record_set): Use it.
29125         * cfgcleanup.c (mark_effect): Likewise.
29126         * combine.c (likely_spilled_retval_1): Likewise.
29127         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
29128         (move_deaths, distribute_notes): Likewise.
29129         * cselib.c (cselib_record_set): Likewise.
29130         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
29131         * df-scan.c (df_mark_reg): Likewise.
29132         * dse.c (look_for_hardregs): Likewise.
29133         * dwarf2out.c (reg_loc_descriptor): Likewise.
29134         (multiple_reg_loc_descriptor): Likewise.
29135         * expr.c (write_complex_part, read_complex_part): Likewise.
29136         (emit_move_complex): Likewise.
29137         * haifa-sched.c (setup_ref_regs): Likewise.
29138         * ira-lives.c (mark_hard_reg_live): Likewise.
29139         * lra.c (lra_set_insn_recog_data): Likewise.
29140         * mode-switching.c (create_pre_exit): Likewise.
29141         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
29142         (reload_combine_recognize_pattern): Likewise.
29143         (reload_combine_note_use, move2add_record_mode): Likewise.
29144         (reload_cse_move2add): Likewise.
29145         * reg-stack.c (subst_stack_regs_pat): Likewise.
29146         * regcprop.c (kill_value, copy_value): Likewise.
29147         (copyprop_hardreg_forward_1): Likewise.
29148         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
29149         (build_def_use): Likewise.
29150         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
29151         (deps_analyze_insn): Likewise.
29152         * sched-rgn.c (check_live_1, update_live_1): Likewise.
29153         * sel-sched.c (count_occurrences_equiv): Likewise.
29154         * valtrack.c (dead_debug_insert_temp): Likewise.
29156 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29158         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
29159         * dse.c (note_add_store): Likewise.
29160         * ira-lives.c (mark_hard_reg_dead): Likewise.
29161         * loop-invariant.c (mark_reg_store): Likewise.
29162         (mark_reg_death): Likewise.
29163         * postreload.c (reload_combine): Likewise.
29164         (reload_combine_note_store): Likewise.
29165         (reload_combine_note_use): Likewise.
29166         * recog.c (peep2_reg_dead_p): Likewise.
29168 2015-05-19  Alan Modra  <amodra@gmail.com>
29170         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
29171         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
29172         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
29173         unused predicates.
29174         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
29175         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
29176         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
29177         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
29179 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
29181         * config/mips/mips.md (JOIN_MODE): New mode iterator.
29182         (join2_load_Store<JOIN_MODE:mode>): New pattern.
29183         (join2_loadhi): Likewise.
29184         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
29185         load-load and store-stores.
29186         * config/mips/mips.opt (mload-store-pairs): New option.
29187         (TARGET_LOAD_STORE_PAIRS): New macro.
29188         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
29189         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
29190         * config/mips/mips.c (mips_load_store_bonding_p): New function.
29192 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
29194         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
29195         explicit swaps.
29196         * dojump.c (do_compare_rtx_and_jump): Likewise.
29197         * expmed.c (emit_store_flag_1): Likewise.
29198         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
29199         * final.c (sprint_ul): Use std::reverse for reversing a string.
29200         * fold-const.c (extract_muldiv_1): Use std::swap.
29201         * genmodes.c (emit_mode_int_n): Likewise.
29202         * ifcvt.c (dead_or_predicable): Likewise.
29203         * ira-build.c (ira_merge_live_ranges): Likewise.
29204         (swap_allocno_copy_ends_if_necessary): Likewise.
29205         * ira.c (ira_setup_alts): Likewise.
29206         * loop-iv.c (iv_analyze_expr): Likewise.
29207         (implies_p): Likewise.
29208         (canon_condition): Likewise.
29209         * lra-constraints.c (swap_operands): Likewise.
29210         * lra-lives.c (lra_merge_live_ranges): Likewise.
29211         * omega.c (swap): Remove.
29212         (bswap): Remove.
29213         (omega_unprotect_1): Use std::swap.
29214         (omega_solve_geq): Likewise.
29215         * optabs.c (expand_binop_directly): Likewise.
29216         (expand_binop): Likewise.
29217         (emit_conditional_move): Likewise.
29218         (emit_conditional_add): Likewise.
29219         * postreload.c (reload_cse_simplify_operands): Likewise.
29220         * reg-stack.c (emit_swap_insn): Likewise.
29221         (swap_to_top): Likewise.
29222         (compare_for_stack_reg): Likewise.
29223         (subst_asm_stack_regs): Likewise.
29224         * reload.c (find_reloads): Likewise.
29225         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
29226         * sel-sched.c (invoke_reorder_hooks): Likewise.
29227         (create_block_for_bookkeeping): Likewise.
29228         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
29229         (lambda_matrix_right_hermite): Use std::swap.
29230         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
29231         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
29232         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
29233         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
29234         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
29235         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
29236         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
29237         * tree-vrp.c (compare_ranges): Likewise.
29238         * var-tracking.c (add_with_sets): Likewise.
29239         (vt_find_locations): Likewise.
29241 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
29243         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
29244         pie executables.
29245         (FBSD_ENDFILE_SPEC): Likewise.
29246         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
29247         config/freebsd-spec.h.
29248         (ENDFILE_SPEC): Likewise.
29250 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
29251             Richard Henderson  <rth@redhat.com>
29253         PR target/57032
29254         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
29255         Check for a memory location that is not a reference (using an AND)
29256         to an unaligned location here.
29257         * config/alpha/predicates.md (normal_memory_operand): Remove.
29259 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
29261         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
29262         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
29264 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
29266         * config/mips/mips.c (micromips_globals): New variable.
29267         (mips_set_compression_mode): Save and reinitialize target-dependent
29268         state for microMIPS.
29270 2015-05-18  Martin Liska  <mliska@suse.cz>
29272         * dbgcnt.def: Add new counter.
29273         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
29275 2015-05-18  Martin Liska  <mliska@suse.cz>
29277         * dbgcnt.def: Sort counters.
29278         * opts.c (common_handle_option): Do not compile if
29279         -fdbg-cnt-list is enabled.
29281 2015-05-18  Tom de Vries  <tom@codesourcery.com>
29283         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
29284         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
29285         address operator to va_list operand.
29286         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
29287         unconditionally.
29288         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
29289         operand.
29290         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
29291         * config/s390/s390.c (s390_gimplify_va_arg): Same.
29292         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
29294 2015-05-18  Tom de Vries  <tom@codesourcery.com>
29296         * tree-ssa-tail-merge.c: Fix whitespace.
29298 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
29300         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
29301         cortex-a17, and cortex-a17.cortex-a7.
29303 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
29305         PR target/54236
29306         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
29308 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
29310         PR target/66174
29311         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
29312         QImode inner modes for TARGET_AVX512BW.  Force mask operand
29313         to a register for AVX512F modes.
29315 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
29317         * toplev.c (emit_debug_global_declarations): Do not output debug info
29318         when doing slim LTO objects.
29320 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
29322         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
29323         odr_types_equivalent_p): Declare.
29324         (odr_type_p): Use gcc_checking_assert.
29325         (type_in_anonymous_namespace_p) Declare.
29326         (type_with_linkage_p): Declare.
29327         * common.opt (Wlto-type-mismatch): New warning.
29328         * ipa-devirt.c (compound_type_base): New function.
29329         (odr_or_derived_type_p): New function.
29330         (odr_types_equivalent_p): New function.
29331         (add_type_duplicate): Simplify.
29332         (type_with_linkage_p): Add hack to prevent false positives on C types
29333         (type_in_anonymous_namespace_p): Likewise.
29334         * tree.c (need_assembler_name_p): Use type_with_linkage.
29335         * tree.h (type_in_anonymous_namespace_p): Remove.
29336         * doc/invoke.texi (-Wlto-type-mismatch): Document
29338 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
29340         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
29341         (verify_type): Verify STRING_FLAG.
29343 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
29345         PR fortran/44054
29346         * tree-pretty-print.c (percent_K_format): Replace locus pointer
29347         with accessor function.
29348         * tree-diagnostic.c (diagnostic_report_current_function): Use
29349         diagnostic_location function.
29350         (maybe_unwind_expanded_macro_loc): Likewise.
29351         (virt_loc_aware_diagnostic_finalizer): Likewise.
29352         (default_tree_printer): Replace locus pointer with accessor function.
29353         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
29354         (diagnostic_set_info_translated): Initialize second location.
29355         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
29356         (diagnostic_show_locus): Handle two locations. Call
29357         diagnostic_print_caret_line.
29358         (diagnostic_print_caret_line): New.
29359         (default_diagnostic_starter): Use diagnostic_location function.
29360         (diagnostic_report_diagnostic): Use diagnostic_location function.
29361         (verbatim): Do not set text.locus.
29362         * diagnostic.h (struct diagnostic_info): Remove location field.
29363         (struct diagnostic_context): Make caret_chars an array of two.
29364         (diagnostic_location): New inline.
29365         (diagnostic_expand_location): Handle two locations.
29366         (diagnostic_same_line): New inline.
29367         (diagnostic_print_caret_line): Declare.
29368         (CARET_LINE_MARGIN): New constant.
29369         * pretty-print.c (pp_printf): Do not set text.locus.
29370         (pp_verbatim): Do not set text.locus.
29371         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
29372         (struct text_info): Replace locus pointer with locations
29373         array. Add accessor functions.
29375 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
29376             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
29378         PR target/65768
29379         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
29380         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
29381          large constants in register instead of splitting them.
29383 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
29385         PR target/66140
29386         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
29387         replacements in memory addresses.
29388         (get_unaligned_address): Ditto.
29390 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
29392         * config/ft32/*: New files for FT32 port.
29393         * doc/install.texi: Add FT32 information.
29394         * doc/invoke.texi: Add FT32 information.
29395         * doc/md.texi: Add FT32 information.
29396         * doc/contrib.texi: Self added.
29398 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
29400         PR tree-optimization/64454
29401         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
29402         (-1 - A -> ~A): Remove unnecessary condition.
29404 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
29406         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
29407         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
29408         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
29410 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
29412         * ipa-chkp.h (chkp_wrap_function): New.
29413         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
29414         (chkp_wrap_function_name): New.
29415         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
29416         to get wrapper name.
29417         * lto-cgraph.c: Include ipa-chkp.h.
29418         (input_cgraph_1): Avoid alias chain for wrappers.
29420 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
29422         PR middle-end/66134
29423         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
29424         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
29426 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29428         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
29429         (AARCH64_FL_SLOWMUL): Delete.
29430         (AARCH64_FL_CRC): Redefine to 1<<3.
29431         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
29433 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
29435         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
29436         casting.
29438 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
29440         * config/alpha/alpha.md (extendqidi2): Use general_operand
29441         instead of some_operand for operand[1] predicate.
29442         (extendhidi2): Ditto.
29443         (cbranchdi4): Use general_operand instead of some_operand
29444         for operand[1] and operands[2] predicates.
29445         (cstoredi4): Ditto.
29446         * config/alpha/predicates.md (some_operand): Remove unused predicate.
29447         (some_ni_operand): Ditto.
29449 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
29451         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
29452         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
29453         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
29454         low part of the constant using alpha_emit_set_const_1.
29455         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
29457 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
29459         * varasm.c (output_constant_pool_1): Pass down alignment from
29460         constant pool entry's descriptor to output_constant_pool_2.
29461         (output_object_block): Add comment prior to call to
29462         output_constant_pool_1.
29464 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
29466         PR rtl-optimization/65862
29467         * target.def (ira_change_pseudo_allocno_class): New hook.
29468         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
29469         value of the hook.
29470         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
29471         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
29472         hook.
29473         * ira-costs.c (find_costs_and_classes): Call the hook and change
29474         classes when it is necessary.
29475         * doc/tm.texi: Update.
29477 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
29479         * config/i386/i386.md (sibcall_memory): Check that register with
29480         callee address is not also used as one of the arguments, instead
29481         of checking that it is not live after the sibcall.
29482         (sibcall_pop_memory): Ditto.
29483         (sibcall_value_memory): Ditto.
29484         (sibcall_value_pop_memory): Ditto.
29486 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
29488         * generic-match-head.c (types_match): Handle non-types.
29489         * gimple-match-head.c (types_match): Likewise.
29490         * match.pd: Remove unnecessary TREE_TYPE for types_match.
29492 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
29494         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
29495         (csneg3<mode>_insn): Enable expansion of pattern.
29497 2015-05-14  Nick Clifton  <nickc@redhat.com>
29499         * config/rl78/rl78.c (rl78_select_section): Select the correct
29500         default section based upon the category of the decl.
29502 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
29504         PR rtl-optimization/30967
29505         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
29506         destination mode for the cost of scc patterns.
29508 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
29510         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
29511         using SWIM248 mode iterator.
29512         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
29513         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
29514         for operand[2] constraint.
29515         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
29517 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
29519         PR middle-end/66133
29520         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
29521         make sure it is never noreturn, even when the task body does not
29522         return.
29523         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
29524         right before GIMPLE_OMP_RETURN.
29525         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
29526         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
29527         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
29529 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29531         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
29532         * tree-ssa-math-opts.c: Include params.h
29533         (pow_synth_sqrt_info): New struct.
29534         (representable_as_half_series_p): New function.
29535         (get_fn_chain): Likewise.
29536         (print_nested_fn): Likewise.
29537         (dump_fractional_sqrt_sequence): Likewise.
29538         (dump_integer_part): Likewise.
29539         (expand_pow_as_sqrts): Likewise.
29540         (gimple_expand_builtin_pow): Use above to attempt to expand
29541         pow as series of square roots.  Removed now unused variables.
29543 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
29545         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
29546         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
29547         Remove *p0 and *p1 arguments.  Rewrite function.
29548         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
29549         (alpha_split_const_mov): Update calls to alpha_extract_integer and
29550         alpha_emit_set_long_const.
29551         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
29552         (alpha_output_mi_thunk_osf): Ditto.
29553         * config/alpha/alpha.md (movti): Do not check operands[1]
29554         for CONST_DOUBLE.
29556 2015-05-13  Richard Biener  <rguenther@suse.de>
29558         PR tree-optimization/66129
29559         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
29560         commutative.
29561         (vect_schedule_slp_instance): Fix typo.
29563 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
29565         * common.opt (fdump-internal-locations): New option.
29566         * input.c: Include diagnostic-core.h.
29567         (get_end_location): New function.
29568         (write_digit): New function.
29569         (write_digit_row): New function.
29570         (dump_location_range): New function.
29571         (dump_labelled_location_range): New function.
29572         (dump_location_info): New function.
29573         * input.h (dump_location_info): New prototype.
29574         * toplev.c (compile_file): Handle flag_dump_locations.
29576 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
29578         * gimple-expr.h (is_gimple_constant): Reorder.
29579         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
29581 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
29583         * combine.c (simplify_set): When generating a CC set, if the
29584         source already is in the correct mode, do not wrap it in a
29585         compare.  Simplify the rest of that code.
29587 2015-05-13  Richard Biener  <rguenther@suse.de>
29589         PR tree-optimization/66123
29590         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
29591         a taken edge.
29593 2015-05-13  Richard Biener  <rguenther@suse.de>
29595         PR middle-end/66110
29596         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
29597         specially.
29598         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
29600 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
29602         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
29603         * aclocal.m4: Regenerated with automake-1.11.6.
29605 2015-05-13  Tom de Vries  <tom@codesourcery.com>
29607         PR tree-optimization/66010
29608         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
29609         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
29610         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
29611         and rval based on do_deref.
29613 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
29615         PR target/65103
29616         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
29617         link time constants into adress expressions and therefore set
29618         their cost to 0.
29620 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
29622         PR target/66112
29623         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
29624         Use SWI248 iterator instead of SWI.
29625         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
29626         Use eq_attr "alternative" "0" instead of match_test in
29627         length_immediate attribute computation.
29628         (*mulvhi4, *mulvhi4_1): New define_insns.
29630         PR target/66112
29631         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
29632         SIGNED to get precision of non-negative value.
29634 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
29636         PR target/66048
29637         * function.c (diddle_return_value_1): Process bounds first.
29638         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
29639         register.
29641 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
29643         PR rtl-optimization/64616
29644         * loop-invariant.c (can_move_invariant_reg): New.
29645         (move_invariant_reg): Call above new function to decide whether
29646         instruction can just be moved, skipping creation of temporary
29647         register.
29649 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
29651         PR target/pr66047.c
29652         * i386.c (ix86_function_sseregparm): Only return -1 if local function
29653         with implied regparm is called from -mno-sse function.
29654         (init_cumulative_args): Output error if ix86_function_sseregparm
29655         return -1 and SSE register would be needed.
29656         (function_arg_advance_32): Likewise.
29657         (function_arg_32): Likewise.
29658         * i386.h (ix86_args): Add decl field.
29660 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
29662         PR ipa/65873
29663         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
29664         inlines across optimization boundary.
29666 2015-05-12  Jason Merrill  <jason@redhat.com>
29668         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
29669         string literal and macro name.
29671 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
29673         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
29674         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
29675         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
29677 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
29679         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
29680         (-Wmisleading-indentation): New option.
29681         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
29683 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
29685         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
29686         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
29687         (alpha_extract_integer): Ditto.
29688         (alpha_legitimate_constant_p): Ditto.
29689         (alpha_split_tmode_pair): Ditto.
29690         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
29691         (alpha_expand_mov): Ditto.
29692         (print_operand): Remove handling of 'H' modifier.
29693         <case 'm'>: Remove CONST_DOUBLE handling.
29694         (summarize_insn): Handle CONST_WIDE_INT.
29695         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
29696         (anddi3): Ditto.
29697         (movti): Handle CONST_WIDE_INT.
29698         * config/alpha/constraints.md ('H'): Remove constraint definition.
29699         ('G'): Do not match MODE_FLOAT class.
29700         * config/alpha/predicates.md (const0_operand): Also match
29701         const_wide_int.
29702         (non_add_const_operand): Ditto.
29703         (non_zero_const_operand): Ditto.
29704         (some_operand): Ditto.
29705         (input_operand): Ditto.  Handle CONST_WIDE_INT.
29706         (and_operand): Do not match const_double.
29707         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
29709 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
29711         PR target/65697
29712         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
29713         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
29714         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
29715         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
29716         is_mm_seq_cst, is_mm_sync): New accessor functions.
29717         * builtins.c (expand_builtin_sync_operation,
29718         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
29719         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
29720         (get_memmodel,  expand_builtin_atomic_compare_exchange,
29721         expand_builtin_atomic_load, expand_builtin_atomic_store,
29722         expand_builtin_atomic_clear): Use new accessor routines.
29723         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
29724         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
29725         (maybe_emit_sync_lock_test_and_set): Use new accessors and
29726         MEMMODEL_SYNC_ACQUIRE.
29727         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
29728         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
29729         expand_atomic_store): Use new accessors.
29730         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
29731         * tsan.c (instrument_builtin_call): Update check for memory model beyond
29732         final enum to use MEMMODEL_LAST.
29733         * c-family/c-common.c: Use new accessor for memmodel_base.
29734         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
29735         accessors.
29736         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
29737         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
29738         mem_thread_fence, *dmb): Likewise.
29739         * config/alpha/alpha.c (alpha_split_compare_and_swap,
29740         alpha_split_compare_and_swap_12): Likewise.
29741         * config/arm/arm.c (arm_expand_compare_and_swap,
29742         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
29743         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
29744         atomic_loaddi): Likewise.
29745         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
29746         Likewise.
29747         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
29748         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
29749         use new accessors.
29750         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
29751         atomic_store<mode>, atomic_compare_and_swap<mode>,
29752         atomic_exchange<mode>): Use new accessors.
29753         * config/mips/mips.c (mips_process_sync_loop): Likewise.
29754         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
29755         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
29756         rs6000_post_atomic_barrier): Add new cases.
29757         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
29758         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
29759         (atomic_load<mode>): Add new cases and use new accessors.
29760         (store_quadpti): Add new cases.
29761         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
29762         accessors.
29763         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
29764         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
29765         model, not 8.
29767 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
29769         * ipa-devirt.c (type_with_linkage_p): New function.
29770         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
29771         type has linkage.
29772         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
29773         (can_be_name_hashed_p): Simplify.
29774         (hash_odr_name): Check that type has linkage before checking if it is
29775         anonymous.
29776         (types_same_for_odr): Likewise.
29777         (odr_name_hasher::equal): Likewise.
29778         (odr_subtypes_equivalent_p): Likewise.
29779         (warn_types_mismatch): Likewise.
29780         (get_odr_type): Likewise.
29781         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
29782         * ipa-utils.h (odr_type_p): Move offline.
29783         * tree.c (need_assembler_name_p): Fix handling of types
29784         without linkages.
29785         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
29787 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
29789         * timevar.c (timevar_enable): Delete in favor of...
29790         (g_timer): New global.
29791         (struct timevar_def): Move to timevar.h inside class timer.
29792         (struct timevar_stack_def): Likewise.
29793         (timevars): Delete global in favor of field "m_timevars" within
29794         class timer in timevar.h
29795         (stack): Likewise, in favor of field "m_stack".
29796         (unused_stack_instances): Likewise, in favor of field
29797         "m_unused_stack_instances".
29798         (start_time): Likewise, in favor of field "m_start_time".
29799         (get_time): Eliminate check for timevar_enable.
29800         (timer::timer): New function, built from part of timevar_init.
29801         (timevar_init): Rewrite idempotency test from using
29802         "timevar_enable" bool to using dynamic allocation of "g_timer".
29803         Move rest of implementation into timer's constructor.
29804         (timevar_push_1): Rename to...
29805         (timer::push): ...this, adding "m_" prefixes to variables that
29806         are now fields of timer.
29807         (timevar_pop_1): Likewise, rename to...
29808         (timer::pop): ...this, and add "m_" prefixes.
29809         (timevar_start): Replace test for "timevar_enable" with one for
29810         "g_timer", and move bulk of implementation to...
29811         (timer::start): ...here, adding "m_" prefixes.
29812         (timevar_stop): Likewise, from here...
29813         (timer::stop): ...to here.
29814         (timevar_cond_start): Likewise, from here...
29815         (timer::cond_start): ...to here.
29816         (timevar_cond_stop): Likewise, from here...
29817         (timer::cond_stop): ...to here.
29818         (validate_phases): Rename to...
29819         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
29820         locals "total" and "tv" const.
29821         (timevar_print): Rename to...
29822         (timer::print): ...this, and add "m_" prefixes.  Make locals
29823         "total" and "tv" const.  Eliminate test for timevar_enable.
29824         * timevar.h (timevar_enable): Eliminate.
29825         (g_timer): New declaration.
29826         (timevar_push_1): Eliminate.
29827         (timevar_pop_1): Eliminate.
29828         (timevar_print): Eliminate.
29829         (class timer): New class.
29830         (timevar_push): Rewrite to use g_timer.
29831         (timevar_pop): Likewise.
29832         * toplev.c (toplev::~toplev): Likewise.
29834 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
29836         * arm-protos.h (arm_sched_autopref): Delete.
29837         (tune_params): Re-organize, use enums for flag values.
29838         (FUSE_OPS): New macro.
29839         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
29840         (ARM_PREFETCH_BENEFICIAL): Likewise.
29841         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
29842         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
29843         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
29844         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
29845         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
29846         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
29847         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
29848         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
29849         format.
29850         (arm_option_override, thumb2_reorg, arm_print_tune_info)
29851         (aarch_macro_fusion_pair_p): Update uses of current_tune.
29852         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
29854 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
29856         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
29857         "break".
29859 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
29860             Sandra Loosemore <sandra@codesourcery.com>
29862         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
29863         value.
29864         (REG_CLASS_NAMES): Add "IJMP_REGS".
29865         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
29866         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
29867         use new "c" register constraint.
29868         * config/nios2/constraint.md (c): New register constraint
29869         corresponding to IJMP_REGS.
29871 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29873         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
29874         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
29875         define_splits): Delete, revamp, transmogrify into ...
29876         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
29877         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
29878         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
29879         New.
29881 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29883         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
29884         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
29886 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29888         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
29889         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
29890         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
29891         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
29892         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
29893         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
29894         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
29895         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
29896         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
29897         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
29898         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
29899         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
29900         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
29901         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
29902         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
29903         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
29904         and 30 corresponding splitters): Delete.
29906 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29908         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
29909         zero_extract.
29911 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29913         * combine.c (recog_for_combine_1): New function, factored out
29914         from recog_for_combine.
29915         (change_zero_ext): New function.
29916         (recog_for_combine): If recog fails, try again with the pattern
29917         modified by change_zero_ext; if that still fails, restore the
29918         pattern.
29920 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
29922         * combine.c (get_undo_marker): New function.
29923         (undo_to_marker): New function, largely factored out from ...
29924         (undo_all): ... this.  Adjust.
29926 2015-05-12  Richard Biener  <rguenther@suse.de>
29928         PR tree-optimization/66101
29929         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
29930         fixup if we turn a loop exit edge to a fallthru edge.
29932 2015-05-12  Richard Biener  <rguenther@suse.de>
29934         PR tree-optimization/37021
29935         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
29936         (SLP_TREE_TWO_OPERATORS): New define.
29937         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
29938         SLP_TREE_TWO_OPERATORS.
29939         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
29940         SLP node.
29941         (vect_build_slp_tree): Adjust.
29942         (vect_analyze_slp_cost_1): Likewise.
29943         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
29944         emitting two vector stmts and mixing the results.
29946 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
29948         * call.c (print_z_candidates): Remove dead code.
29950 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29952         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
29953         and zEC12_simple_fp.
29954         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
29955         to 1.
29957 2015-05-12  Tom de Vries  <tom@codesourcery.com>
29959         PR tree-optimization/66010
29960         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
29961         ifn_va_arg.
29962         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
29963         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
29964         va_lists are passed, and remove corresponding handling.
29965         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
29966         do_deref argument to ifn_va_arg.
29967         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
29968         ifn_va_arg.
29970 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29972         PR target/65955
29973         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
29974         REG before taking its REGNO.
29976 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
29978         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
29979         rsp->sign_bit_copies and rsp->nonzero_bits into ...
29980         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
29981         present to get more accurate information about the number of sign bit
29982         copies and non zero bits.
29984 2015-05-12  Richard Biener  <rguenther@suse.de>
29986         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
29987         do not allow unrolling.
29989 2015-05-11  Richard Henderson  <rth@redhat.com>
29991         * config/i386/i386-modes.def (CCP): New.
29992         * config/i386/i386.c (put_condition_code): Handle it.
29993         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
29995 2015-05-11  Richard Henderson  <rth@redhat.com>
29997         * target.def (md_asm_clobbers): Replace with...
29998         (md_asm_adjust): this.
29999         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
30000         (TARGET_MD_ASM_ADJUST): New.
30001         * tm.texi: Rebuild.
30002         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
30003         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
30004         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
30006         * cfgexpand.c (check_operand_nalternatives): Accept vector of
30007         constraints instead of lists of outputs and inputs.
30008         (expand_asm_stmt): Save and restore input_location around the
30009         body of the function.  Move asm data into vectors instead of
30010         building tree lists.  Generate cleanup sequences as needed,
30011         rather than waiting til the end.  Use new md_asm_adjust hook.
30013         * config/vxworks.c: Include vec.h before target.h.
30014         * gimple.c: Likewise.
30015         * incpath.c: Likewise.
30016         * mode-switching.c: Likewise.
30018         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
30019         (cris_md_asm_adjust): this.
30020         (TARGET_MD_ASM_CLOBBERS): Remove.
30021         (TARGET_MD_ASM_ADJUST): New.
30022         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
30023         (ix86_md_asm_adjust): this.
30024         (TARGET_MD_ASM_CLOBBERS): Remove.
30025         (TARGET_MD_ASM_ADJUST): New.
30026         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
30027         (mn10300_md_asm_adjust): this.
30028         (TARGET_MD_ASM_CLOBBERS): Remove.
30029         (TARGET_MD_ASM_ADJUST): New.
30030         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
30031         (rs6000_md_asm_adjust): this.
30032         (TARGET_MD_ASM_CLOBBERS): Remove.
30033         (TARGET_MD_ASM_ADJUST): New.
30034         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
30035         (visium_md_asm_adjust): this.
30036         (TARGET_MD_ASM_CLOBBERS): Remove.
30037         (TARGET_MD_ASM_ADJUST): New.
30039 2015-05-11  Richard Henderson  <rth@redhat.com>
30041         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
30042         if noutputs is zero.
30043         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
30045         * cfgexpand.c (expand_asm_operands): Merge into...
30046         (expand_asm_stmt): ... here.
30048         * cfgexpand.c (expand_asm_operands): Don't call
30049         resolve_asm_operand_names.
30050         * stmt.c (resolve_asm_operand_names): Clarify block comment.
30052 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
30054         * dwarf2out.c (gen_member_die): Sanity check that we access
30055         TYPE_MAIN_VARIANT for TYPE_METHODS.
30056         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
30057         checking TYPE_METHODS.
30058         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
30059         if non-null.
30060         (build_distinct_type_copy): Clear TYPE_METHODS.
30061         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
30062         (verify_type): Allow TYPE_METHODS to be error_mark_node.
30063         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
30065 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
30067         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
30068         (emit_pattern_before_setloc): Likewise.
30070 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
30072         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
30073         for define_peephole2s.
30074         (get_peephole2_pattern): New function.
30075         (main): Use it.  Call validate_pattern.
30077 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
30079         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
30080         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
30081         (Last callee saved reg is different for AVR_TINY architecture)
30083 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
30085         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
30086         when looking for memory references.
30088 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
30090         PR target/65753
30091         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
30092         via function pointers.
30094 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
30096         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
30097         indirect call by forcing address into a pseudo with -fno-plt.
30098         * common.opt (flag_plt): New option.
30099         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
30100         ([-fno-plt]): Document.
30102 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
30104         PR bootstrap/66105
30105         * config/rs6000/option-defaults.h: Add space between string literal
30106         and macro name.
30108 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
30110         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
30111         accross ARM targets.
30113 2015-05-11  Christian Bruel  <christian.bruel@st.com>
30115         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
30116         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
30118 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
30120         PR rtl-optimization/66076
30121         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
30122         Don't grow the heap array if it is already big enough from a
30123         previous iteration.
30125 2015-05-11  Christian Bruel  <christian.bruel@st.com>
30127         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
30128         (is_called_in_ARM_mode): Remove.
30129         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
30130         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
30131         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
30132          arm_declare_function_name.
30134 2015-05-11  Christian Bruel  <christian.bruel@st.com>
30136         * config/arm/arm.c (arm_option_override): Reoganized and split into :
30137         (arm_option_params_internal); New function.
30138         (arm_option_check_internal): New function.
30139         (arm_option_override_internal): New function.
30140         (thumb_code, thumb1_code): Remove.
30141         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
30142         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
30143         (thumb_code, thumb1_code): Remove.
30144         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
30146 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
30148         * config/alpha/alpha.c (alpha_emit_set_const_1)
30149         (alpha_emit_set_long_const, alpha_extract_integer)
30150         (alpha_legitimate_constant_p, alpha_split_const_mov)
30151         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
30152         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30153         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
30154         HOST_WIDE_INT_1U.
30155         * config/alpha/predicates.md (mode_mask_operand): Do not match
30156         const_double RTX.
30157         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30158         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
30159         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
30160         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
30161         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
30163 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
30165         PR target/65780
30166         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
30167         default_binds_local_p_2.
30168         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
30169         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
30171 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
30173         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
30175 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
30177         Patch by Richard Biener
30178         * coverage.c (coverage_obj_init): Delay building of type variant
30179         until the type is finished.
30181 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
30183         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
30184         mismatch between C and C++ type; compoare correctly ARG_TYPES
30185         for non-prototypes and output correctly parameter index for METHOD_TYPE.
30186         (odr_types_equivalent_p): Fix wording of warning about attributes;
30187         it is OK to match prototype and non-prototype.
30189 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
30191         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
30192         TYPE_ARG_TYPES list.
30193         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
30194         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
30196 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
30198         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
30199         * tree.h (is_lang_specific): Constify.
30201 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
30203         PR tree-optimization/64454
30204         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
30205         Rewrite.
30207 2015-05-08  Jason Merrill  <jason@redhat.com>
30209         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
30210         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
30211         config/darwin.h, config/darwin9.h, config/elfos.h,
30212         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
30213         config/microblaze/microblaze.h, config/mips/mips.h,
30214         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
30215         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
30216         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
30217         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
30218         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
30219         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
30220         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
30221         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
30222         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
30223         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
30224         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
30225         between string literal and macro name.
30227 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30229         * jump.c: Change argument types to rtx_insn *.
30230         * rtl.h: Adjust.
30232 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30234         * lra-constraints.c: Change argument type to rtx_insn *.
30236 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30238         * df-problems.c: Change argument type to rtx_insn *.
30240 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30242         * combine.c: Change argument type to rtx_insn *.
30244 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30246         * rtl.h: Adjust.
30247         * rtlanal.c: Change argument type to rtx_insn *.
30249 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30251         * sched-deps.c: Change argument types to rtx_insn *.
30252         * sched-int.h: Adjust.
30254 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30256         * dwarf2cfi.c: Change argument type to rtx_insn *.
30258 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30260         * ira.c (decrease_live_ranges_number): Changetype of local
30261         variable to rtx_insn *.
30262         * recog.c: Change argument types to rtx_insn *.
30263         * recog.h: Adjust.
30265 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30267         * reorg.c: Change argument types to rtx_insn *.
30269 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30271         * ira-color.c: Change argument types to rtx_insn *.
30272         * lra-eliminations.c: Likewise.
30273         * ira.h: Adjust.
30275 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30277         * gcse.c: Change argument types to rtx_insn *.
30279 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30281         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
30283 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30285         * emit-rtl.c (emit_debug_insn_before): Change argument type to
30286         rtx_insn *.
30287         * rtl.h: Adjust.
30289 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30291         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
30292         * rtl.h: Adjust.
30294 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30296         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
30297         * rtl.h: Adjust.
30299 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30301         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
30302         * rtl.h: Adjust.
30304 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30306         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
30307         * rtl.h: Adjust.
30309 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30311         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
30312         to rtx_insn *.
30313         * rtl.h: Adjust.
30315 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30317         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
30318         to rtx_insn *.
30319         * rtl.h: Likewise.
30321 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30323         * except.c (can_nonlocal_goto): Change type of argument to
30324         rtx_insn *.
30325         * rtl.h: Adjust.
30327 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30329         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
30330         * rtl.h: Adjust.
30332 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30334         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
30335         * cfgrtl.c (can_delete_label_p): Adjust.
30336         * rtl.h: likewise.
30338 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30340         * reorg.c (stop_search_p): Change argument to rtx_insn *.
30342 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30344         * except.c (make_reg_eh_region_note): Change argument to
30345         rtx_insn *.
30346         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
30347         * except.h: Adjust.
30349 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30351         * mode-switching.c (commit_mode_sets): Change type of local
30352         variable from rtx to rtx_insn *.
30354 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
30356         * doc/install.texi (--enable-languages): Add missing jit and lto info.
30357         Add ^ to grep command.
30358         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
30359         arg to last gimple_simplify declaration.  Add missing gimple_build
30360         declaration for built-in function case with four tree args.
30362 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
30363             Szabolcs Nagy  <szabolcs.nagy@arm.com>
30365         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
30366         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
30367         (GNU_USER_DYNAMIC_LINKERN32): Update.
30369 2015-05-08  Richard Biener  <rguenther@suse.de>
30371         PR tree-optimization/66036
30372         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
30373         Handle strided group loads.
30374         (vect_verify_datarefs_alignment): Likewise.
30375         (vect_enhance_data_refs_alignment): Likewise.
30376         (vect_analyze_group_access): Likewise.
30377         (vect_analyze_data_ref_access): Likewise.
30378         (vect_analyze_data_ref_accesses): Likewise.
30379         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
30380         (vectorizable_load): Likewise.
30382 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
30384         * config/rs6000/rs6000.md: Require operand inequality in one
30385         of the peepholes.
30387 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
30388             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
30390         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
30391         from (set ...).
30392         * config/rx/rx.md (movdi, movdf): Likewise.
30393         Likewise for define_peephole2s.
30395 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
30397         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
30398         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
30399         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
30400         vtst_u64): Rewrite using gcc vector extensions.
30402 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
30404         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
30405         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
30407 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
30409         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
30411 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30413         * config/glibc-stdint.h (OPTION_MUSL): Define.
30414         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
30415         Change the definition based on OPTION_MUSL for 64 bit targets.
30416         * config/linux.h (OPTION_MUSL): Redefine.
30417         * config/alpha/linux.h (OPTION_MUSL): Redefine.
30418         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
30419         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
30421 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
30422             Szabolcs Nagy  <szabolcs.nagy@arm.com>
30424         * config.gcc (LIBC_MUSL): New tm_defines macro.
30425         * config/linux.h (OPTION_MUSL): Define.
30426         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
30427         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
30428         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
30429         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
30430         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
30431         * config/linux.opt (mmusl): New option.
30432         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
30433         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
30434         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
30435         * configure: Regenerate.
30437 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
30438             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
30440         PR target/48904
30441         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
30442         * config/i386/knetbsd-gnu64.h: New file.
30444 2015-05-08  Marek Polacek  <polacek@redhat.com>
30446         PR c/64918
30447         * doc/invoke.texi: Document -Woverride-init-side-effects.
30449 2015-05-07  Marek Polacek  <polacek@redhat.com>
30451         PR c/65179
30452         * doc/invoke.texi: Document -Wshift-negative-value.
30454 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
30456         * gcov-tool.c (do_merge): Refactore to remove int ret.
30457         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
30458         !type == FUNC to type != FUNC.
30459         * reload.h (struct target_reload): Changee to type of
30460         x_spill_indirect_levels from bool to unsigned char.
30462 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
30464         * rtl.h (always_void_p): New function.
30465         * gengenrtl.c (always_void_p): Likewise.
30466         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
30467         with code foo are always VOIDmode.
30468         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
30469         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
30470         compare-elim.c, config/aarch64/aarch64.c,
30471         config/aarch64/aarch64.md, config/alpha/alpha.c,
30472         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
30473         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
30474         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
30475         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
30476         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
30477         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
30478         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
30479         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
30480         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
30481         config/ia64/vect.md, config/iq2000/iq2000.c,
30482         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
30483         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
30484         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
30485         config/mep/mep.c, config/microblaze/microblaze.c,
30486         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
30487         config/mn10300/mn10300.c, config/msp430/msp430.c,
30488         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
30489         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
30490         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
30491         config/rs6000/altivec.md, config/rs6000/rs6000.c,
30492         config/rs6000/rs6000.md, config/rs6000/vector.md,
30493         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
30494         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
30495         config/sh/sh.md, config/sh/sh_treg_combine.cc,
30496         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
30497         config/spu/spu.md, config/stormy16/stormy16.c,
30498         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
30499         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
30500         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
30501         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
30502         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
30503         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
30504         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
30505         var-tracking.c: Update calls accordingly.
30507 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
30509         PR middle-end/192
30510         PR middle-end/54303
30511         * varasm.c (function_mergeable_rodata_prefix): New function.
30512         (mergeable_string_section): Use it.
30513         (mergeable_constant_section): Use it.
30515 2015-05-07  Jeff Law  <law@redhat.com>
30517         PR target/39726
30518         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30519         simplifier to narrow arithmetic.
30520         * generic-match-head.c: (types_match, single_use): New functions.
30521         * gimple-match-head.c: (types_match, single_use): New functions.
30523 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
30525         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
30526         rtx type.
30528 2015-05-07  Richard Biener  <rguenther@suse.de>
30530         PR tree-optimization/66002
30531         * passes.def: Schedule another pass_merge_phi after ifcombine, right
30532         before phiopt.
30534 2015-05-07  Marek Polacek  <polacek@redhat.com>
30535             Martin Uecker  <uecker@eecs.berkeley.edu>
30537         * doc/invoke.texi: Document -fsanitize=bounds-strict.
30538         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
30539         into SANITIZE_NONDEFAULT.
30540         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
30542 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
30544         PR target/66015
30545         * config/alpha/alpha.c (alpha_override_options_after_change): New.
30546         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
30547         (alpha_override_options): Move align_loops, align_jumps and
30548         align_functions handling into alpha_override_options_after_change.
30550 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
30551             Chris Jones  <chrisj@nvidia.com>
30552             Joshua Conner  <jconner@nvidia.com>
30554         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
30555         linking of crtfastmath.o.
30556         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
30558 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
30560         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
30561         (cstore<mode>4_unsigned_imm): New expander.
30562         (cstore<mode>4): Remove empty constraint strings.  Use the new
30563         expanders.
30565 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
30567         PR target/64208
30568         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
30569         alternatives.
30571 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30573         * config/aarch64/geniterators.sh: Use standard BRE in sed.
30575 2015-05-06  Alan Modra  <amodra@gmail.com>
30577         PR target/66033
30578         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
30579         (UNSPEC_NOP): Define.
30580         (reload_vsx_from_gpr<mode>): Add missing DONE.
30581         (reload_gpr_from_vsx<mode>): Likewise.
30582         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
30583         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
30585 2015-05-06  Christian Bruel  <christian.bruel@st.com>
30587         PR target/66015
30588         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
30589         align_jumps, align_functions into aarch64_override_options_after_change.
30591 2015-05-06  Richard Biener  <rguenther@suse.de>
30593         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
30594         vect_transform_slp_perm_load to check if we support a permutation
30595         for basic-block vectorization.
30597 2015-05-06  Nick Clifton  <nickc@redhat.com>
30599         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
30600         used, even if it is not being used as a frame pointer.
30602 2015-05-05  Jason Merrill  <jason@redhat.com>
30604         * dwarf2out.c (gen_member_die): Don't emit anything for an
30605         anonymous class constructor.
30607 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
30609         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
30610         that it reflects the block structure.
30611         (afdo_propagate_edge): Likewise.
30612         (afdo_calculate_branch_prob): Likewise.
30613         (afdo_annotate_cfg): Likewise.
30614         * cfgcleanup.c (equal_different_set_p): Likewise.
30615         (try_crossjump_to_edge): Likewise.
30616         * cgraph.c (cgraph_node::verify_node): Likewise.
30617         * cgraphunit.c (expand_all_functions): Likewise.
30618         * config/i386/i386.c (ix86_expand_copysign): Likewise.
30619         (exact_dependency_1): Likewise.
30620         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
30621         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
30622         * gensupport.c (process_define_subst): Likewise.
30623         * lto-wrapper.c (merge_and_complain): Likewise.
30624         * tree-if-conv.c (if_convertible_bb_p): Likewise.
30625         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
30626         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
30627         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
30628         * tree-vect-loop.c (vectorizable_reduction): Likewise.
30629         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
30630         * tree-vect-stmts.c (vectorizable_shift): Likewise.
30631         * tree-vrp.c (vrp_finalize): Likewise.
30632         * tree.c (variably_modified_type_p): Likewise.
30634 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
30636         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
30637         on darwin12 and later.
30638         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
30639         file to pass -rdynamic on darwin12 and later.
30640         * config/darwin.opt (rdynamic): Add.
30642 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
30644         * doc/extend.texi (C Extensions): Update menu for moved Variable
30645         Attributes and Type Attributes sections.
30647 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
30649         PR target/65990
30650         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
30651         if rep_8byte stringop strategy was specified for 32-bit target.
30653 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
30655         PR target/65915
30656         * config/i386/i386.md (vector convert to float spltiter): Check for
30657         xmm16+, when splitting scalar float conversion.
30658         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
30660 2015-05-05  Nick Clifton  <nickc@redhat.com>
30662         * config/msp430/msp430-opts.h (enum msp430_regions): New.
30663         * config/msp430/msp430.c (msp430_override_options): Complain if
30664         -mcode-region or -mdata-region is used on a non MSP430X.
30665         (msp430_section_attr): New function.  Checks lower, upper and
30666         either attributes.
30667         (msp430_attribute_table): Add lower, upper and either.
30668         (gen_prefix): New function.  Generates a prefix for a section
30669         name.
30670         (msp430_select_section): New function - handles the choice of
30671         section for an object.  Takes into account memory region
30672         attributes and options.
30673         (msp430_function_section): Use gen_prefix.
30674         (TARGET_SECTION_TYPE_FLAGS): Define.
30675         (msp430_section_type_flags): New function.
30676         (TARGET_ASM_UNIQUE_SECTION): Define.
30677         (msp430_unique_section): New function.
30678         (msp430_output_aligned_decl_common): New function.
30679         (msp430_do_not_relax_short_jumps): New function.
30680         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
30681         Define.
30682         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
30683         * config/msp430/msp430-protos.h
30684         (msp430_do_not_relax_short_jumps): New prototype.
30685         (msp430_output_aligned_decl_common): New prototype.
30686         * config/msp430/msp430.md (length): New attribute.
30687         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
30688         then use a long code sequence for short jumps.
30689         * config/msp430/msp430.opt (mcode-region): New.
30690         (mdata-region): New.
30691         * doc/invoke.texi: Document new options.
30692         * doc/extend.texi: Document new attributes.
30694 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
30696         * config/aarch64-protos.h (struct cpu_branch_cost): New.
30697         (tune_params): Add field branch_costs.
30698         (aarch64_branch_cost): Declare.
30699         * config/aarch64.c (generic_branch_cost): New.
30700         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
30701         (cortexa53_tunings): Likewise.
30702         (cortexa57_tunings): Likewise.
30703         (thunderx_tunings): Likewise.
30704         (xgene1_tunings): Likewise.
30705         (aarch64_branch_cost): Define.
30706         * config/aarch64/aarch64.h (BRANCH_COST): Redefine.
30708 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
30710         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
30711         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
30712         * config/i386/i386.md: Ditto.
30713         * config/i386/winnt.c: Ditto.
30715 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
30717         * doc/extend.texi (__atomic Builtins): Move implementation details
30718         to the end of the description, rewrite opening paragraphs, state
30719         difference with __sync builtins, state C11/C++11 assumptions,
30720         weaken itemized descriptions, add explanation of memory model
30721         behaviour, expand description of compare-exchange, simplify text.
30723 2015-05-05  Renlin Li  <renlin.li@arm.com>
30725         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
30727 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
30729         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
30730         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
30731         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
30732         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
30733         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
30734         * configure: Regenerate.
30735         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
30736         * doc/install.texi (aarch64*-*-*): Document new
30737         --enable-fix-cortex-a53-843419 option.
30738         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
30739         and -mno-fix-cortex-a53-843419 options.
30741 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
30743         PR target/65871
30744         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
30746 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
30748         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
30749         fix overactive TYPE_MIN_VALUE check and add FIXME for type
30750         compatibility problems.
30752 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
30754         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
30755         constraints.
30756         (cbranchsi4_reg): New.
30757         * config/microblaze/microblaze.c
30758         (microblaze_expand_conditional_branch_reg): New.
30759         * config/microblaze/microblaze-protos.h
30760         (microblaze_expand_conditional_branch_reg): New prototype.
30762 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
30764         * config/microblaze/microblaze.md (peephole2): New.
30766 2015-05-04  Jeff Law  <law@redhat.com>
30768         Revert:
30769         2015-05-04  Jeff Law  <law@redhat.com>
30771         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30772         simplifier to narrow arithmetic.
30773         * generic-match-head.c: (types_match, single_use): New functions.
30774         * gimple-match-head.c: (types_match, single_use): New functions.
30776 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
30778         PR target/65987
30779         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
30780         (split_branches): Likewise.
30782 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
30784         * common.opt (fdelete-null-pointer-checks): Init to -1.
30785         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
30786         override flag_delete_null_pointer_checks default.
30787         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
30788         behavior re address zero.  Better document target-specific behavior.
30789         (-fisolate-errneous-paths-dereference): Mention relationship to
30790         -fdelete-null-pointer-checks.
30792 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
30794         PR tree-optimization/65984
30795         * ubsan.c: Include tree-cfg.h.
30796         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
30797         stmt_could_throw_p test, rename can_throw variable to ends_bb.
30799 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
30801         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
30802         to CONST_DOUBLE_P predicate.
30803         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
30804         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
30805         allow only operands that satisfy standard_sse_constant_p predicate.
30806         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
30807         to CONST_DOUBLE_P predicate.
30809 2015-05-04  Jeff Law  <law@redhat.com>
30811         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
30812         simplifier to narrow arithmetic.
30813         * generic-match-head.c: (types_match, single_use): New functions.
30814         * gimple-match-head.c: (types_match, single_use): New functions.
30816 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
30818         * config/arm/arm.c: Restore bootstrap.
30820 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
30822         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
30823         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
30824         as CONST_WIDE_INT, not CONST_DOUBLE.
30825         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
30826         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
30827         (ix86_find_base_term): Do not check for CONST_DOUBLE.
30828         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
30829         (ix86_build_signbit_mask): Rewrite using wide ints.
30830         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
30831         (ix86_rtx_costs): Handle CONST_WIDE_INT.
30832         (find_constant): Ditto.
30833         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
30834         using gen_int_mode.
30835         * config/i386/predicates.md (x86_64_immediate_operand)
30836         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
30837         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
30838         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
30839         (const0_operand): Also match const_wide_int.
30840         (constm1_operand): Ditto.
30841         (const1_operand): Ditto.
30843 2015-05-04  Richard Biener  <rguenther@suse.de>
30845         PR tree-optimization/65965
30846         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
30847         store groups at gaps.
30849 2015-05-04  Richard Biener  <rguenther@suse.de>
30851         PR tree-optimization/65935
30852         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
30853         then make sure to apply that swapping to the IL.
30855 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
30857         * Makefile.in (PATCHLEVEL_c): New variable.
30858         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
30859         expand the same way as if DEVPHASE_c was non-empty.
30861 2015-05-04  Kai Tietz  <ktietz@redhat.com>
30863         PR target/65559
30864         * lto-wrapper.c (run_gcc): Open filename
30865         in binary-mode.
30867 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
30869         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
30870         sections up in file, to immediately after the Function Attributes
30871         section.
30873 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
30875         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
30877 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30879         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
30880         (insert_partition_copy_on_edge): Adjust.
30881         (insert_rtx_to_part_on_edge): Likewise.
30882         (insert_part_to_rtx_on_edge): Likewise.
30884 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30886         * function.c (set_return_jump_label): Change type of argument to
30887         rtx_insn *.
30888         * function.h (set_return_jump_label): Adjust.
30890 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30892         * reload.h (struct reg_equivs_t): Change type of init to
30893         rtx_insn *.
30894         * ira.c (fix_reg_equiv_init): Adjust.
30895         * reload1.c (eliminate_regs_1): Likewise.
30896         (init_eliminable_invariants): Likewise.
30898 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30900         * cselib.c (fp_setter_insn): Take a rtx_insn *.
30901         * cselib.h (fp_setter_insn): Adjust.
30903 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30905         * recog.c (struct validate_replace_src_data): Change type of
30906         insn field to rtx_insn *.
30907         (validate_replace_src_group): Change type of argument to rtx_insn *.
30908         * recog.h (validate_replace_src_group): Adjust.
30910 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30912         * haifa-sched.c: Change the type of some variables to rtx_insn *.
30913         * sched-deps.c: Likewise.
30914         * sched-int.h: Likewise.
30915         * sched-rgn.c: Likewise.
30916         * sel-sched.c: Likewise.
30918 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30920         to rtx_insn *.
30921         * config/i386/i386.c: Change the type of some arguments to
30922         rtx_insn *.
30923         * config/arm/arm.c: Likewise.
30925 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30927         * lra-constraints.c: Change type of some arguments to rtx_insn *.
30929 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30931         * regcprop.c (kill_autoinc_value): Change type of argument to
30932         rtx_insn *.
30934 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30936         * genrecog.c (print_subroutine): Adjust.
30937         * recog.c (get_bool_attr_mask_uncached): Likewise.
30938         * recog.h (struct recog_data_d): Change the type of insn to
30939         rtx_insn *.
30941 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30943         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
30945 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30947         * df-problems.c (df_set_note): Change type of argument to
30948         rtx_insn *.
30950 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
30952         * builtins.c (expand_builtin_trap): Change type of local
30953         variable to rtx_insn *.
30954         (add_sched_insns_for_speculation): Likewise.
30955         (ix86_emit_save_regs): Likewise.
30956         (get_scratch_register_on_entry): Likewise.
30957         (ix86_emit_restore_reg_using_pop): Likewise.
30958         (ix86_emit_leave): Likewise.
30959         (ix86_emit_restore_regs_using_mov): Likewise.
30960         (ix86_expand_epilogue): Likewise.
30961         Likewise.
30962         (rl78_alloc_physical_registers_umul): Likewise.
30963         * cselib.c (discard_useless_locs): Likewise.
30964         (cselib_invalidate_regno): Likewise.
30965         (cselib_invalidate_mem): Likewise.
30966         * function.c (expand_function_start): Likewise.
30967         (emit_use_return_register_into_block): Likewise.
30968         * gcse.c: Likewise.
30969         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
30970         * ifcvt.c (noce_get_alt_condition): Likewise.
30971         * loop-doloop.c (doloop_condition_get): Likewise.
30972         * lra-constraints.c (inherit_in_ebb): Likewise.
30973         * modulo-sched.c (sms_schedule_by_order): Likewise.
30974         * recog.c (next_insn_tests_no_inequality): Likewise.
30975         * reorg.c (emit_delay_sequence): Likewise.
30976         (update_reg_dead_notes): Likewise.
30977         (fix_reg_dead_note): Likewise.
30978         (fill_slots_from_thread): Likewise.
30979         (delete_computation): Likewise.
30981 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
30983         * doc/extend.texi (Variable Attributes): Add menu and proper
30984         @nodes to subsections.  Move Microsoft Windows attributes to
30985         their own subsection.
30986         (Type Attributes): Reorganize introduction to remove duplicate
30987         list of attributes.  Add menu and proper @nodes to subsections.
30988         Alphabetize the main table of common attributes.
30990 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
30992         * match.pd: New simplification patterns.
30993         (x + (x & 1))  -> ((x + 1) & ~1)
30994         (x & ~(x & y)) -> ((x & ~y))
30995         (x | ~(x | y)) -> ((x | ~y))
30997 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30999         * target.def (attribute_table): Mention that struct attribute_spec
31000         is defined in tree-core.h rather than tree.h
31001         * doc/tm.texi: Regenerate.
31003 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
31005         * genrecog.c (test): Rename to rtx_test.  Update rest of file
31006         accordingly.
31008 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
31010         PR translation/65959
31011         * params.h (DEFPARAM): Rename msgid to nocmsgid.
31013 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31015         * config/aarch64/aarch64-protos.h (tune_params):
31016         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
31017         * config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
31018         Return value depending on target.
31019         (generic_tunings): Initialize new target settings.
31020         (cortexa53_tunings): Likewise.
31021         (cortexa57_tunings): Likewise.
31022         (thunderx_tunings): Likewise.
31023         (xgene1_tunings): Likewise.
31025 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31027         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
31028         Make Cortex-A53 shift costs more accurate.
31030 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31032         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
31033         UNSIGNED_FLOAT.
31035 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31037         * config/aarch64/aarch64.c (aarch64_rtx_costs):
31038         Calculate cost of op0 and op1 in PLUS and MINUS cases.
31040 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31042         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
31043         Add cost of op0 in the compare-with-fpzero case.
31045 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
31047         * builtins.c (fold_builtin_1): Remove spurious second
31048         semicolon.
31049         * cgraph.h (symtab_node::get_availability): Likewise.
31050         * opts.c (common_handle_option): Remove spurious second semicolon.
31051         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
31052         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
31054 2015-04-30  Caroline Tice  <cmtice@google.com>
31056         PR gcov-profile/65929
31057         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
31058         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
31059         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
31060         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
31061         * doc/tm.texi: Regenerate.
31062         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
31063         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
31064         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
31065         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
31067 2015-04-30  Marek Polacek  <polacek@redhat.com>
31069         * varasm.c (handle_cache_entry): Fix logic.
31071 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31073         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
31074         (*extrsi5_insn_uxtw_alt): Likewise.
31075         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
31076         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
31077         operations.
31079 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31081         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
31082         fabd in ABS case.
31084 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31086         * config/aarch64/aarch64.md
31087         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
31088         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
31089         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
31090         appropriately.  Handle alternative EON form.
31092 2015-04-30  Renlin Li  <renlin.li@arm.com>
31094         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
31095         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
31097 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
31099         PR ipa/65873
31100         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
31101         -fstrict-aliasing boundaries.
31103 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31105         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
31106         and [SU]MNEGL patterns.
31108 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31110         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
31111         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
31112         combined arithmetic-shift ops.  Properly handle all shift and extend
31113         operations that can occur in combination with PLUS/MINUS.
31114         Rename maybe_fma to compound_p.
31115         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
31116         arithmetic and shift operations.
31118 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31120         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
31121         rather than arith_shift cost when costing ADD/MINUS of an
31122         extended value.
31124 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
31126         PR lto/65948
31127         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
31128         to itself.
31130 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
31132         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
31133         are for the same position.
31135 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
31137         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
31138         vectorize_loops.
31139         (vectorize_loops): Use it.
31141 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
31143         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
31144         for aggregate types.
31145         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
31146         type to be non_ODR.
31147         * tree.c (need_assembler_name_p): Compute mangled name for
31148         non-fundamental types and integer types.
31150 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
31152         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
31153         manual swaps.
31154         * expr.c (expand_expr_real_2): Likewise.
31156 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
31158         * tree.c (build_common_builtin_nodes): Do not build
31159         __builtin_alloca_with_align as equivalent of library alloca.
31161 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
31163         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
31164         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
31165         bugus variants.
31166         * tree.c: Include print-tree.h and ipa-utils.h
31167         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
31168         (free_lang_data_in_cgraph): Call verify_type.
31169         (verify_type_variant): New function.
31170         (verify_type): New function.
31171         * tree.h (verify_type): Declare.
31173 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
31175         * config/mips/mips-cpus.def: (mips4): Change default processor
31176         from PROCESSOR_R8000 to PROCESSOR_R10000.
31178 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
31180         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
31181         la/jalr instead of jal.
31183 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
31185         PR target/65871
31186         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
31187         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
31188         (setcc+movzbl peephole2): Check also clobbered reg.
31189         (setcc+andl peephole2): Ditto.
31191 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
31193         PR libgomp/65099
31194         * config/nvptx/mkoffload.c (target_ilp32): New variable.
31195         (main): Set it depending on "-foffload-abi=[...]".
31196         (compile_native, main): Use it to pass "-m32" or "-m64" to the
31197         compiler.
31199 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
31201         PR target/65770
31202         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
31203         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
31204         Flip lane index back at assembly time for bigendian.
31206 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
31208         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
31209         * gimplify.c (gimplify_omp_workshare): Use it.
31211 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
31213         * Makefile.in (build/genrecog.o): Depend on inchash.h.
31214         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
31215         build/inchash.o
31216         * genrecog.c: Rewrite most of the code except for the third page.
31218 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
31220         * inchash.h, inchash.c: Include bconfig.h for build objects.
31221         * Makefile.in (build/inchash.o): New rule.
31223 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
31225         PR target/65924
31226         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
31227         number in type attribute expression.
31229 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
31231         * loop-iv.c (canon_condition): Generalize to all types of integer
31232         constant.
31234 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
31236         * gimple-walk.c: Prune duplicate or unneeded includes.
31237         (walk_gimple_asm): Only call parse_input_constraint or
31238         parse_output_constraint if their findings are used.
31239         Honour parse_input_constraint and parse_output_constraint
31240         result.
31242 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
31244         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
31246 2015-04-29  Tom de Vries  <tom@codesourcery.com>
31248         PR tree-optimization/65893
31249         * passes.def (pass_all_optimizations): Move pass_stdarg to after
31250         pass_dce.
31252 2015-04-29  Richard Biener  <rguenther@suse.de>
31254         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
31255         compute GROUP_SIZE for basic-block SLP.
31256         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
31257         take into account gaps.
31258         (vect_get_mask_element): Properly reject references to previous
31259         vectors.
31260         (vect_transform_slp_perm_load): Likewise.
31262 2015-04-29  Christian Bruel  <christian.bruel@st.com>
31264         PR target/64835
31265         * config/i386/i386.c (ix86_default_align): New function.
31266         (ix86_override_options_after_change): Call ix86_default_align.
31267         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
31268         (ix86_override_options_after_change): New function.
31270 2015-04-28  Jeff Law  <law@redhat.com>
31272         * tree-ssa-dom.c (record_equality); Fix comment typos.
31274 2015-04-28  Tom de Vries  <tom@codesourcery.com>
31276         PR tree-optimization/65887
31277         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
31279 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
31281         * doc/extend.texi (Declaring Attributes of Functions): Split into
31282         subsections by target.  Alphabetize the table of common attributes.
31283         Rewrite some of the introductory text to reflect the new structure.
31284         Update some cross-references to point to the new subsections.
31285         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
31286         duplicate copies in the discussion of function, label, and type
31287         attributes.
31289 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
31291         PR bootstrap/65910
31292         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
31294 2015-04-28  Jason Merrill  <jason@redhat.com>
31296         PR c++/65734
31297         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
31298         (finalize_type_size): Respect TYPE_USER_ALIGN.
31299         (layout_type) [ARRAY_TYPE]: Likewise.
31301 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
31303         * config/arm/arm.md (*arm_movt): Fix type attribute.
31304         (*cmpsi_shiftsi): Likewise.
31305         (*cmpsi_shiftsi_swp): Likewise.
31306         (*movsicc_insn): Likewise.
31307         (*cond_move): Likewise.
31308         (*if_plus_move): Likewise.
31309         (*if_move_plus): Likewise.
31310         (*if_arith_move): Likewise.
31311         (*if_move_arith): Likewise.
31312         (*if_shift_move): Likewise.
31313         (*if_move_shift): Likewise.
31314         (*arm_movtas_ze): Likewise.
31315         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
31316         redundancy and type attribute.
31317         (*thumb2_movsi_insn): Fix type attribute.
31318         (*thumb2_addsi_short): Likewise.
31319         (thumb2_addsi3_compare0): Likewise.
31320         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
31321         attributes accordingly.
31323 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
31325         PR other/65911
31326         * function.c (pad_to_arg_alignment): Add parentheses.
31328 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
31330         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
31331         libgcc/config/frv/elf-lib.h.
31333 2015-04-28  Tom de Vries  <tom@codesourcery.com>
31335         * tree-call-cdce.c: Fix example in header comment.
31337 2015-04-28  Richard Biener  <rguenther@suse.de>
31339         PR tree-optimization/62283
31340         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
31341         fails fatally and we are vectorizing a basic-block simply
31342         cause the child to be constructed piecewise.
31343         (vect_analyze_slp_cost_1): Adjust.
31344         (vect_detect_hybrid_slp_stmts): Likewise.
31345         (vect_bb_slp_scalar_cost): Likewise.
31346         (vect_get_constant_vectors): For piecewise constructed
31347         constants place them after the last def.
31348         (vect_get_slp_defs): Adjust.
31349         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
31350         externals for basic-block vectorization.
31352 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31354         PR target/63503
31355         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
31356         aarch64-*-*.
31357         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
31358         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
31359         (AARCH64_TUNE_FMA_STEERING): Likewise.
31360         * config/aarch64/aarch64-cores.def: Set
31361         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
31362         FMUL/FMADD instructions.
31363         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
31364         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
31365         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
31366         * config/aarch64/cortex-a57-fma-steering.h: New file.
31367         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
31369 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
31371         * gensupport.c (std_preds): Add missing codes to address_operand entry.
31373 2015-04-28  Richard Biener  <rguenther@suse.de>
31375         PR tree-optimization/65851
31376         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
31377         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
31378         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
31379         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
31380         (ccp_visit_phi_node): Adjust.
31381         (evaluate_stmt): For simplifications to SSA names return its
31382         lattice value if that isn't VARYING.  Return immediately when
31383         simplified to a constant.
31384         (visit_assignment): Adjust.
31385         (ccp_visit_stmt): Likewise.
31387 2015-04-28  Tom de Vries  <tom@codesourcery.com>
31389         PR tree-optimization/65818
31390         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
31391         evaluated.
31393 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31395         * calls.c (save_fixed_argument_area): Don't check
31396         ARGS_GROW_DOWNWARD with the preprocessor.
31397         (restore_fixed_argument_area): Likewise.
31398         (mem_overlaps_already_clobbered_arg_p): Likewise.
31399         (check_sibcall_argument_overlap): Likewise.
31400         (expand_call): Likewise.
31401         (emit_library_call_value_1): Likewise.
31402         (store_one_arg): Likewise.
31403         * function.c (assign_parms): Likewise.
31404         (locate_and_pad_parm): Likewise.
31405         (pad_to_arg_alignment): Likewise.
31406         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
31408 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31410         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
31411         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
31412         * calls.c (save_fixed_argument_area): Don't chekc if
31413         ARGS_GROW_DOWNWARD is defined.
31414         (restore_fixed_argument_area): Likewise.
31415         (mem_overlaps_already_clobbered_arg_p): Likewise.
31416         (check_sibcall_argument_overlap): Likewise.
31417         (expand_call): Likewise.
31418         (emit_library_call_value_1): Likewise.
31419         (store_one_arg): Likewise.
31420         * function.c (assign_parms): Likewise.
31421         (locate_and_pad_parm): Likewise.
31422         (pad_to_arg_alignment): Likewise.
31423         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
31425 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31427         * defaults.h (gen_epilogue): New function.
31428         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
31429         defined.
31430         * cfgrtl.c (cfg_layout_finalize): Likewise.
31431         * df-scan.c: Likewise.
31432         * function.c (thread_prologue_and_epilogue_insns): Likewise.
31433         (reposition_prologue_and_epilogue_notes): Likewise.
31434         * reorg.c (find_end_label): Likewise.
31435         * toplev.c: Likewise.
31437 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31439         * bb-reorder.c (HAVE_return): Don't check if its undefined.
31440         * defaults.h (gen_simple_return): New function.
31441         (gen_simple_return): Likewise.
31442         (HAVE_return): Add default definition to false.
31443         (HAVE_simple_return): Likewise.
31444         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
31445         HAVE_return and HAVE_simple_return are defined.
31446         * function.c (gen_return_pattern): Likewise.
31447         (convert_jumps_to_returns): Likewise.
31448         (thread_prologue_and_epilogue_insns): Likewise.
31449         * reorg.c (find_end_label): Likewise.
31450         (dbr_schedule): Likewise.
31451         * shrink-wrap.c: Likewise.
31452         * shrink-wrap.h: Likewise.
31454 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31456         * defaults.h (EPILOGUE_USES): Add default definition of false.
31457         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
31458         * resource.c (init_resource_info): Likewise.
31460 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31462         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
31463         to false.
31464         * dwarf2out.c (field_byte_offset): REmove check if
31465         PCC_BITFIELD_TYPE_MATTERS is defined.
31466         * stor-layout.c (layout_decl): Likewise.
31467         (update_alignment_for_field): Likewise.
31468         (place_field): Likewise.
31470 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31472         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
31473         true.
31474         * regrename.c (check_new_reg_p): Remove check if
31475         HARD_REGNO_RENAME_OK is defined.
31476         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
31478 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31480         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
31481         * cse.c (fold_rtx): Likewise.
31482         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
31483         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
31484         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
31485         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
31486         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
31487         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
31488         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
31489         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
31490         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
31491         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
31492         * Likewise.
31493         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
31494         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
31495         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
31496         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
31497         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
31498         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
31499         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
31500         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
31501         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
31502         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
31503         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
31504         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
31505         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
31506         * doc/tm.texi: Regenerate.
31507         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
31508         either true or false.
31510 2015-04-27  Jeff Law  <law@redhat.com>
31512         PR tree-optimization/65217
31513         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
31514         of them has a single use, make sure it is the LHS of the implied
31515         copy.
31517 2015-04-28  Alan Modra  <amodra@gmail.com>
31519         PR target/65810
31520         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
31521         (offsettable_ok_by_alignment): Use minimum of decl and toc
31522         pointer alignment.  Replace dead code with assertion.
31523         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
31524         case if size exceeds toc pointer alignment.
31525         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
31526         (rs6000_emit_move): Likewise.
31527         * configure.ac: Add linker toc pointer alignment check.
31528         * configure: Regenerate.
31529         * config.in: Regenerate.
31531 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
31533         * config.gcc: Add h8300-*-linux.
31534         * config/h8300/linux.h: New.
31535         * config/h8300/t-linux: New.
31536         * config/h8300/h8300.c (h8300_option_override): Normal mode
31537         is not supported for h8300-*-linux.
31538         (h8300_file_start): Target priority change.
31539         (get_shift_alg): Likewise.
31540         (h8300_shift_need_scratch_p): Likewise.
31541         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
31542         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
31544 2015-04-27  Caroline Tice  <cmtice@google.com>
31546         * final.c (final_scan_insn):  Output cold_function_name as function
31547         type.
31548         * varasm.c (cold_function_name):  Make global.
31549         (assemble_start_function):  Re-set cold_function_name.
31550         (assemble_end_function): Output cold partition size.
31551         * varasm.h (cold_function_name):  Declare global.
31553 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
31555         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
31556         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
31557         constraint.
31558         (*movxi_internal_avx512f): Ditto.
31559         (define_split): Check for xmm16+, when splitting scalar float_extend.
31560         (*extendsfdf2_mixed): Use "v" constraint.
31561         (define_split): Check for xmm16+, when splitting scalar float_truncate.
31562         (*truncdfsf_fast_sse): Use "v" constraint.
31563         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
31564         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
31565         (define_peephole2): Check for xmm16+, when converting scalar
31566         float_truncate.
31567         (define_peephole2): Check for xmm16+, when converting scalar
31568         float_extend.
31569         (*fop_<mode>_comm_mixed): Use "v" constraint.
31570         (*fop_<mode>_comm_sse): Ditto.
31571         (*fop_<mode>_1_mixed): Ditto.
31572         (*sqrt<mode>2_sse): Ditto.
31573         (*ieee_s<ieee_maxmin><mode>3): Ditto.
31575 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31577         * combine.c (simplify_if_then_else): Use std::swap instead
31578         of manually swapping.
31579         (known_cond): Likewise.
31580         (simplify_comparison): Likewise.
31582 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
31584         PR target/64579
31585         * config/rs6000/htm.md: Remove all define_expands.
31586         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
31587         UNSPECV_HTM_TABORTWCI): Remove.
31588         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
31589         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
31590         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
31591         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
31592         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
31593         tabortwci_internal): Remove define_insns.
31594         (tabort<wd>c, tabort<wd>ci): New define_insns.
31595         (tabort): Use gpc_reg_operand.
31596         (tcheck): Remove operand.
31597         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
31598         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
31599         expected value.
31600         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
31601         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
31602         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
31603         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
31604         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
31605         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
31606         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
31607         (tcheck): Remove builtin argument.
31608         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
31609         not TARGET_64BIT.
31610         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
31611         tabortdc and tabortdci builtins when not in 64-bit mode.
31612         Modify code to handle the loss of the HTM define_expands.
31613         Emit code to copy the CR register to TARGET.
31614         (htm_init_builtins): Modify code to handle the loss of the HTM
31615         define_expands.
31616         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
31617         (RS6000_BTC_64BIT): Likewise.
31618         (RS6000_BTC_CR): New macro.
31619         * doc/extend.texi: Update documentation for htm builtins.
31621 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31623         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
31624         of manually swapping.
31625         (simplify_associative_operation): Likewise.
31626         (simplify_binary_operation): Likewise.
31627         (simplify_plus_minus): Likewise.
31628         (simplify_relational_operation): Likewise.
31629         (simplify_ternary_operation): Likewise.
31631 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
31633         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
31634         (xs_hi_nonmemory_operand): Remove error.
31635         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
31636         general_operand rather than xs_hi_general_operand.
31638 2015-04-27  Richard Biener  <rguenther@suse.de>
31640         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
31641         (record_equivalences_from_stmt): Valueize rhs.
31642         (record_equality): Canonicalize x and y order via
31643         tree_swap_operands_p.  Do not swap operands for same loop depth.
31645 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
31647         PR target/65296
31648         PR target/65895
31649         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
31650         Add hint how to use own spec file.
31652 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
31654         PR tree-optimization/65875
31655         * tree-vrp.c (update_value_range): If in is_new case setting
31656         old_vr to VR_VARYING, also set new_vr to it.  Remove
31657         old_vr->type == VR_VARYING test.
31658         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
31659         SSA_PROP_INTERESTING if update_value_range returned true,
31660         but new range is VR_VARYING.
31662 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31664         * combine.c (sign_extend_short_imm): New.
31665         (set_nonzero_bits_and_sign_copies): Use above new function for sign
31666         extension of src short immediate.
31667         (reg_nonzero_bits_for_combine): Likewise for tem.
31669 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
31671         * stor-layout.c (self_referential_component_ref_p): New predicate.
31672         (copy_self_referential_tree_r): Use it.
31673         (self_referential_size): Punt for simple operations directly involving
31674         self-referential component references.
31675         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
31677 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
31679         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
31681 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
31683         * vec.h (vec): Make splice arguments const.  Update definitions
31684         accordingly.
31686 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
31688         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
31689         alternatives.
31691 2015-04-26  Tom de Vries  <tom@codesourcery.com>
31693         PR tree-optimization/65826
31694         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
31696 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
31698         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
31699         (*madd3<mode>): Ditto.
31700         (*msub4<mode>): Ditto.
31701         (*msub3<mode>): Ditto.
31702         (*nmadd4<mode>): Ditto.
31703         (*nmadd3<mode>): Ditto.
31704         (*nmadd4<mode>_fastmath): Ditto.
31705         (*nmadd3<mode>_fastmath): Ditto.
31706         (*nmsub4<mode>): Ditto.
31707         (*nmsub3<mode>): Ditto.
31708         (*nmsub4<mode>_fastmath): Ditto.
31709         (*nmsub3<mode>_fastmath): Ditto.
31711 2015-04-24  Jason Merrill  <jason@redhat.com>
31713         PR c++/50800
31714         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
31715         down when building TYPE_CANONICAL.
31716         (build_pointer_type_for_mode): Likewise.
31718 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
31720         * genrecog.c (validate_pattern): Check matching constraint refers
31721         to a lower numbered operand.
31723 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
31725         PR target/65849
31726         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
31727         save to independent variables use the Save attribute.  This will
31728         allow these options to be modified with the #pragma/attribute
31729         target support.
31730         (-mallow-movmisalign): Likewise.
31731         (-mallow-df-permute): Likewise.
31732         (-msched-groups): Likewise.
31733         (-malways-hint): Likewise.
31734         (-malign-branch-targets): Likewise.
31735         (-mvectorize-builtins): Likewise.
31736         (-msave-toc-indirect): Likewise.
31738         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
31739         can be set via the #pragma/attribute target support.
31740         (rs6000_opt_vars): Likewise.
31741         (rs6000_inner_target_options): If VSX was set, also set
31742         -mno-avoid-indexed-addresses.
31744 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31746         * config/arm/iterators.md (shiftable_ops): Rename to...
31747         (SHIFTABLE_OPS): ... This.  Update use in comments.
31748         (ior_xor): Rename to...
31749         (IOR_XOR): ... This.
31750         (vqh_ops): Rename to...
31751         (VQH_OPS): ... This.
31752         (vqhs_ops): Rename to...
31753         (VQHS_OPS): ... This.
31754         (rshifts): Rename to...
31755         (RSHIFTS): ... This.
31756         (returns): Rename to...
31757         (RETURNS): ... This.
31758         * config/arm/arm.md: Update uses of the above.
31759         * config/arm/neon.md: Likewise.
31761 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31763         * config.host (case ${host}): Add aarch64*-*-linux case.
31764         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
31765         fields to all the cores.
31766         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
31767         Add MCPU_MTUNE_NATIVE_SPECS.
31768         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
31769         field to all extensions.
31770         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
31771         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
31772         Adjust definition of AARCH64_OPT_EXTENSION.
31773         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
31774         (MCPU_MTUNE_NATIVE_SPECS): Define.
31775         * config/aarch64/driver-aarch64.c: New file.
31776         * config/aarch64/x-arch64: New file.
31777         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
31778         -mtune and -march.
31780 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
31781             Wei Mi  <wmi@google.com>
31783         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
31784         * config/i386/i386.c (extract_base_offset_in_addr): New function.
31785         (ix86_operands_ok_for_move_multiple): Ditto.
31786         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
31787         (movlpd/movhpd to movupd peephole2): Ditto.
31789 2015-04-24  Marek Polacek  <polacek@redhat.com>
31791         PR c/61534
31792         * input.h (from_macro_expansion_at): Define.
31794         PR c/63357
31795         * doc/invoke.texi: Update description of -Wlogical-op.
31797 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31799         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
31800         ternary operator in fprintf and harmonize spacing.
31802 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
31804         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
31805         Mark operand1 commutative.
31807 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
31809         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
31810         input operands in memory.
31811         (*vec_concatv2si_sse4_1): Ditto.
31812         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
31813         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
31814         register_operand.
31815         (vec_extract_hi_v32hi): Ditto.
31816         (vec_extract_hi_v64hi): Ditto.
31817         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
31819 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31820             Steven Bosscher <steven@gcc.gnu.org>
31822         PR rtl-optimization/34503
31823         * cprop.c (cprop_reg_p): New.
31824         (hash_scan_set): Use above function to check if register can be
31825         propagated.
31826         (find_avail_set): Return up to two sets, one whose source is a
31827         register and one whose source is a constant.  Sets are returned in an
31828         array passed as parameter rather than as a return value.
31829         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
31830         sets returned by find_avail_set, starting with the one whose source is
31831         a constant. Use cprop_reg_p to check if register can be propagated.
31832         (do_local_cprop): Use cprop_reg_p to check if register can be
31833         propagated.
31834         (implicit_set_cond_p): Likewise.
31836 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
31838         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
31839         (sem_function::equals): IGNORED_NODES parameter is now unused;
31840         update call of equals_private.
31841         (sem_function::equals_private): Do not call equals_wpa; skip
31842         gimple body matching if there is no body.
31843         (sem_function::init): Add logic to hash tthunk info.
31844         (sem_function::parse): Also parse thunks.
31845         * ipa-icf.h (equals_private): Update declaration.
31847 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31849         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
31850         asterisk from name so this can be generated directly.
31851         (*altivec_stvx_<mode>_internal): Likewise.
31852         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
31853         that this is never called during or after reload/lra.
31854         (rs6000_frame_related): Remove split_reg
31855         argument and logic that references it.
31856         (emit_frame_save): Remove last parameter from call to
31857         rs6000_frame_related.
31858         (rs6000_emit_prologue): Remove last parameter from eight calls to
31859         rs6000_frame_related.  Force generation of stvx instruction for
31860         Altivec register saves.  Remove split_reg handling, which is no
31861         longer needed.
31862         (rs6000_emit_epilogue):  Force generation of lvx instruction for
31863         Altivec register restores.
31865 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31867         * config/rs6000/rs6000.opt (mcrypto): Change option description to
31868         match category changes in ISA 2.07B.
31870 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31872         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
31873         iterators.
31874         (cmp_op, cmp_type): New code attributes.
31875         (NEON_VCMP, NEON_VACMP): New int iterators.
31876         (cmp_op_unsp): New int attribute.
31877         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
31878         (neon_vceq<mode>): Delete.
31879         (neon_vc<cmp_op><mode>_insn): New pattern.
31880         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
31881         (neon_vcgeu<mode>): Delete.
31882         (neon_vcle<mode>): Likewise.
31883         (neon_vclt<mode>: Likewise.
31884         (neon_vcage<mode>): Likewise.
31885         (neon_vcagt<mode>): Likewise.
31886         (neon_vca<cmp_op><mode>): New define_expand.
31887         (neon_vca<cmp_op><mode>_insn): New pattern.
31888         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
31890 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
31892         * tree.h (attribute_value_equal): Declare.
31893         * tree.c (attribute_value_equal): Export.
31895 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
31897         * ipa-icf.c (sem_item::compare_attributes): New function.
31898         (sem_item::compare_referenced_symbol_properties): Compare variable
31899         attributes.
31900         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
31901         (sem_function::param_used_p): New function.
31902         (sem_function::equals_wpa): Fix attribute comparsion; match
31903         parameter type codes; do not compare paremter flags when
31904         they are not used; compare edge flags; compare indirect calls.
31905         (sem_item::update_hash_by_addr_refs): Hash reference type.
31906         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
31907         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
31908         reference use type.
31909         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
31910         * ipa-icf.h (compare_attributes, param_used_p): Declare.
31912 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
31914         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
31915         cleanup.
31916         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
31917         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
31918         (sem_item::compare_referenced_symbol_properties): New.
31919         (sem_item::hash_referenced_symbol_properties): New.
31920         (sem_item::compare_cgraph_references): Rename to ...
31921         (sem_item::compare_symbol_references): ... this one; use
31922         compare_referenced_symbol_properties.
31923         (sem_function::equals_wpa): Do not compare
31924         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
31925         DECL_IS_OPERATOR_NEW; compare pointer sizes.
31926         (sem_item::update_hash_by_addr_refs): Call
31927         hash_referenced_symbol_properties.
31928         (sem_item::update_hash_by_local_refs): Cleanup.
31929         (sem_function::merge): Do not mix up symbol properties.
31930         (sem_variable::equals_wpa): Use compare_symbol_references.
31931         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
31932         (sem_item::hash_referenced_symbol_properties): New.
31933         (sem_item::compare_symbol_references): New.
31934         (sem_item::compare_cgraph_references): Remove.
31936 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
31938         PR target/26702
31939         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
31940         Emit size of local.
31942 2015-04-23  Nick Clifton  <nickc@redhat.com>
31944         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
31945         ATTRIBUTE_UNUSED to x parameter.
31946         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
31948 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
31950         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
31951         TARGET_CRYPTO to TARGET_P8_VECTOR>
31952         (crypto_vpermxor_<mode>): Likewise.
31953         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
31954         (BU_CRYPTO_3A): Likewise.
31955         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
31956         (BU_CRYPTO_OVERLOAD_3A): New #define.
31957         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
31958         (VPMSUMH): Likewise.
31959         (VPMSUMW): Likewise.
31960         (VPMSUMD): Likewise.
31961         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
31962         (VPERMXOR_V4SI): Likewise.
31963         (VPERMXOR_V8HI): Likewise.
31964         (VPERMXOR_V16QI): Likewise.
31965         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
31966         BU_CRYPTO_OVERLOAD_2A.
31967         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
31968         BU_CRYPTO_OVERLOAD_3A.
31969         * config/rs6000/rs6000.opt (mcrypto): Change description of
31970         option.
31972 2015-04-23  Richard Biener  <rguenther@suse.de>
31974         * passes.def: Remove copy propagation passes run directly after CCP.
31975         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
31976         SSA names.
31977         (ccp_visit_phi_node): Rework to handle first executable edge
31978         specially.
31980 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
31982         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
31983         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
31984         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
31985         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
31986         (thumb_legimitimize_reload_address): Remove.
31987         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
31988         Remove.
31989         (thumb_legimitimize_reload_address): Remove.
31991 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31993         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
31995 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31997         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
31998         MAX_LDM_STM_OPS.
31999         (store_multiple): Likewise.
32001 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32003         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
32004         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
32005         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
32006         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
32007         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
32008         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
32009         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
32010         Specify issue_rate value.
32011         (arm_issue_rate): Look up issue rate from tuning structs. Remove
32012         large switch statement.
32013         (arm_marvell_pj4_tune): New struct.
32014         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
32015         struct.
32017 2015-04-23  Richard Biener  <rguenther@suse.de>
32019         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
32020         (vect_find_last_store_in_slp_instance): Rename to ...
32021         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
32022         (vect_analyze_slp_cost_1): Use vector_load for constant defs
32023         and vec_construct for external defs when estimating prologue cost.
32024         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
32025         Compute costs here only when vectorizing loops.
32026         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
32027         have been determined.
32028         (vect_schedule_slp_instance): Simplify vectorized code placement
32029         and prepare for in-BB external defs.
32030         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
32031         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
32032         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
32033         guard.
32034         (vect_model_load_cost): Likewise.
32035         (vectorizable_store): Instead add it here.
32036         (vectorizable_load): Likewise.
32037         (vect_is_simple_use): Dump def type textually.
32039 2015-04-23  Richard Biener  <rguenther@suse.de>
32041         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
32042         * cfgloop.c (verify_loop_structure): Verify the root loop node.
32043         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
32044         instead of get_eh_region_from_lp_number.
32045         * loop-init.c (fix_loop_structure): If we removed a loop, reset
32046         the SCEV cache.
32048 2015-04-23  Anton Blanchard  <anton@samba.org>
32050         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
32051         need for -mprofile-kernel to save LR to stack.
32053 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32055         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
32056         adjustments.
32057         (insn_is_swappable_p): Return 1 for a convert from double to
32058         single precision when all of its uses are splats of BE element
32059         zero.
32061 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
32063         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
32065 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32067         PR target/65456
32068         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
32069         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
32070         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
32071         option.
32072         (rs6000_builtin_mask_for_load): Return 0 for targets with
32073         efficient unaligned VSX accesses so that the vectorizer will use
32074         direct unaligned loads.
32075         (rs6000_builtin_support_vector_misalignment): Always return true
32076         for targets with efficient unaligned VSX accesses.
32077         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
32078         stores on targets with efficient unaligned VSX accesses is almost
32079         always the same as the cost of an aligned load or store, so model
32080         it that way.
32081         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
32082         unaligned vectors if we have efficient unaligned VSX accesses.
32083         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
32084         undocumented option.
32086 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32088         Revert:
32089         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
32091         * config.gcc (LIBC_MUSL): New tm_defines macro.
32092         * config/linux.h (OPTION_MUSL): Define.
32093         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
32094         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
32095         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
32097         * config/linux.opt (mmusl): New option.
32098         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
32099         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
32101         * configure: Regenerate.
32103 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
32105         * config.gcc (LIBC_MUSL): New tm_defines macro.
32106         * config/linux.h (OPTION_MUSL): Define.
32107         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
32108         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
32109         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
32111         * config/linux.opt (mmusl): New option.
32112         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
32113         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
32115         * configure: Regenerate.
32117 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
32119         * doc/invoke.texi (-fsanitize-sections): Update description.
32120         * asan.c (set_sanitized_sections): Parse incoming arg.
32121         (section_sanitized_p): Support wildcards.
32123 2015-04-22  Tom de Vries  <tom@codesourcery.com>
32125         PR tree-optimization/65823
32126         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
32127         equality between ap_copy and ap.
32129 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32131         PR target/47098
32132         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
32134 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32136         PR target/47122
32137         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
32139 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32141         PR target/55144
32142         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
32143         remove already contained t-files.
32145 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32147         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
32148         Remove unneeded forward declarations.
32149         (suitable_for_tail_call_opt_p): Commentary typo fix.
32151 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32153         * varasm.c (emit_bss): Remove redundant guard.
32155 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32157         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
32159 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
32161         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
32163 2015-04-22  Hale Wang  <hale.wang@arm.com>
32164             Terry Guo  <terry.guo@arm.com>
32166         PR rtl-optimization/64818
32167         * combine.c (can_combine_p): Don't combine user-specified
32168         register if it is in an asm input.
32170 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
32172         PR ipa/65076
32173         * passes.def (early_optimizations): Add pass_dse.
32175 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32177         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
32178         * reorg.c (redundant_insn): Remove ifdef
32179         INSN_REFERENCES_ARE_DELAYED.
32180         * resource.c (mark_referenced_resources): Likewise.
32182 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32184         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
32185         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
32186         * resource.c (mark_set_resources): Likewise.
32188 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32190         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
32191         * cfgcleanup.c (flow_find_cross_jump): Likewise.
32192         (flow_find_head_matching_sequence): Likewise.
32193         (try_head_merge_bb): Likewise.
32194         * combine.c (can_combine_p): Likewise.
32195         (try_combine): Likewise.
32196         (distribute_notes): Likewise.
32197         * df-problems.c (can_move_insns_across): Likewise.
32198         * final.c (final): Likewise.
32199         * gcse.c (insert_insn_end_basic_block): Likewise.
32200         * ira.c (find_moveable_pseudos): Likewise.
32201         * reorg.c (try_merge_delay_insns): Likewise.
32202         (fill_simple_delay_slots): Likewise.
32203         (fill_slots_from_thread): Likewise.
32204         * sched-deps.c (sched_analyze_2): Likewise.
32206 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32208         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
32209         PIC_OFFSET_TABLE_REGNUM.
32211 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32213         * alias.c (init_alias_target): Remove ifdef
32214         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
32215         * df-scan.c (df_insn_refs_collect): Likewise.
32216         (df_get_regular_block_artificial_uses): Likewise.
32217         (df_get_eh_block_artificial_uses): Likewise.
32218         (df_get_entry_block_def_set): Likewise.
32219         (df_get_exit_block_use_set): Likewise.
32220         * emit-rtl.c (gen_rtx_REG): Likewise.
32221         * ira.c (ira_setup_eliminable_regset): Likewise.
32222         * reginfo.c (init_reg_sets_1): Likewise.
32223         * regrename.c (rename_chains): Likewise.
32224         * reload1.c (reload): Likewise.
32225         (eliminate_regs_in_insn): Likewise.
32226         * resource.c (mark_referenced_resources): Likewise.
32227         (init_resource_info): Likewise.
32229 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32231         * defaults.h (MASK_RETURN_ADDR): New definition.
32232         * except.c (expand_builtin_extract_return_addr): Remove ifdef
32233         MASK_RETURN_ADDR.
32235 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32237         * defaults.h (RETURN_ADDR_OFFSET): New definition.
32238         * except.c (expand_builtin_extract_return_addr): Remove ifdef
32239         RETURN_ADDR_OFFSET.
32240         (expand_builtin_frob_return_addr): Likewise.
32242 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32244         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
32245         (try_redirect_by_replacing_jump): Likewise.
32246         (rtl_tidy_fallthru_edge): Likewise.
32247         * combine.c (insn_a_feeds_b): Likewise.
32248         (find_split_point): Likewise.
32249         (simplify_set): Likewise.
32250         * cprop.c (cprop_jump): Likewise.
32251         * cse.c (cse_extended_basic_block): Likewise.
32252         * df-problems.c (can_move_insns_across): Likewise.
32253         * function.c (emit_use_return_register_into_block): Likewise.
32254         * haifa-sched.c (sched_init): Likewise.
32255         * ira.c (find_moveable_pseudos): Likewise.
32256         * loop-invariant.c (find_invariant_insn): Likewise.
32257         * lra-constraints.c (curr_insn_transform): Likewise.
32258         * postreload.c (reload_combine_recognize_const_pattern):
32259         * Likewise.
32260         * reload.c (find_reloads): Likewise.
32261         * reorg.c (delete_scheduled_jump): Likewise.
32262         (steal_delay_list_from_target): Likewise.
32263         (steal_delay_list_from_fallthrough): Likewise.
32264         (redundant_insn): Likewise.
32265         (fill_simple_delay_slots): Likewise.
32266         (fill_slots_from_thread): Likewise.
32267         (delete_computation): Likewise.
32268         * sched-rgn.c (add_branch_dependences): Likewise.
32270 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32272         * genconfig.c (main): Always define HAVE_cc0.
32273         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
32274         HAVE_cc0.
32275         * cfgcleanup.c (flow_find_cross_jump): Likewise.
32276         (flow_find_head_matching_sequence): Likewise.
32277         (try_head_merge_bb): Likewise.
32278         * cfgrtl.c (rtl_merge_blocks): Likewise.
32279         (try_redirect_by_replacing_jump): Likewise.
32280         (rtl_tidy_fallthru_edge): Likewise.
32281         * combine.c (do_SUBST_MODE): Likewise.
32282         (insn_a_feeds_b): Likewise.
32283         (combine_instructions): Likewise.
32284         (can_combine_p): Likewise.
32285         (try_combine): Likewise.
32286         (find_split_point): Likewise.
32287         (subst): Likewise.
32288         (simplify_set): Likewise.
32289         (distribute_notes): Likewise.
32290         * cprop.c (cprop_jump): Likewise.
32291         * cse.c (cse_extended_basic_block): Likewise.
32292         * df-problems.c (can_move_insns_across): Likewise.
32293         * final.c (final): Likewise.
32294         (final_scan_insn): Likewise.
32295         * function.c (emit_use_return_register_into_block): Likewise.
32296         * gcse.c (insert_insn_end_basic_block): Likewise.
32297         * haifa-sched.c (sched_init): Likewise.
32298         * ira.c (find_moveable_pseudos): Likewise.
32299         * loop-invariant.c (find_invariant_insn): Likewise.
32300         * lra-constraints.c (curr_insn_transform): Likewise.
32301         * optabs.c (prepare_cmp_insn): Likewise.
32302         * postreload.c (reload_combine_recognize_const_pattern):
32303         * Likewise.
32304         * reload.c (find_reloads): Likewise.
32305         (find_reloads_address_1): Likewise.
32306         * reorg.c (delete_scheduled_jump): Likewise.
32307         (steal_delay_list_from_target): Likewise.
32308         (steal_delay_list_from_fallthrough): Likewise.
32309         (try_merge_delay_insns): Likewise.
32310         (redundant_insn): Likewise.
32311         (fill_simple_delay_slots): Likewise.
32312         (fill_slots_from_thread): Likewise.
32313         (delete_computation): Likewise.
32314         (relax_delay_slots): Likewise.
32315         * sched-deps.c (sched_analyze_2): Likewise.
32316         * sched-rgn.c (add_branch_dependences): Likewise.
32318 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32320         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
32321         that is trivially ded on non cc0 targets.
32322         (simplify_set): Likewise.
32323         (mark_used_regs_combine): Likewise.
32324         * cse.c (new_basic_block): Likewise.
32325         (fold_rtx): Likewise.
32326         (cse_insn): Likewise.
32327         (cse_extended_basic_block): Likewise.
32328         (set_live_p): Likewise.
32329         * rtlanal.c (canonicalize_condition): Likewise.
32330         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
32332 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32334         * conditions.h: Define macros even if HAVE_cc0 is undefined.
32335         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
32336         * final.c: Likewise.
32337         * jump.c: Likewise.
32338         * recog.c: Likewise.
32339         * recog.h: Declare functions even when HAVE_cc0 is undefined.
32340         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
32342 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32344         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
32345         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
32346         * builtins.c (expand_builtin): Remove check if
32347         EH_RETURN_DATA_REGNO is defined.
32348         * df-scan.c (df_bb_refs_collect): Likewise.
32349         (df_get_exit_block_use_set): Likewise.
32350         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
32351         * ira-lives.c (process_bb_node_lives): Likewise.
32352         * lra-lives.c (process_bb_lives): Likewise.
32354 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
32356         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
32357         FIRST_PSEUDO_REG): New.
32358         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
32359         (ARG_POINTER_REGNUM): Define to ARGP_REG.
32360         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
32361         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
32362         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
32363         (FIRST_INT_REG): New.
32364         (LAST_INT_REG): New.
32365         (FIRST_*_REG): Define using *_REG.
32366         (LAST_*_REG): Ditto.
32367         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
32368         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
32369         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
32371 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32373         * expmed.c: (synth_mult): Only assume overlapping
32374         shift with previous steps in alg_sub_t_m2 case.
32376 2015-04-21  Richard Biener  <rguenther@suse.de>
32378         PR tree-optimization/65650
32379         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
32380         transitions involving copies.
32381         (set_lattice_value): Adjust for copy lattice state.
32382         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
32383         if that doesn't dominate the merge point.
32384         (bit_value_unop): Adjust what we treat as varying mask.
32385         (bit_value_binop): Likewise.
32386         (bit_value_assume_aligned): Likewise.
32387         (evaluate_stmt): When we simplified to a SSA name record a copy
32388         instead of dropping to varying.
32389         (visit_assignment): Simplify.
32391         * gimple-match.h (gimple_simplify): Add another callback.
32392         * gimple-fold.c (fold_stmt_1): Adjust caller.
32393         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
32394         for the 2nd callback.
32395         * gimple-match-head.c (gimple_simplify): Add a callback that is
32396         used to valueize the stmt operands and use it that way.
32398 2015-04-21  Richard Biener  <rguenther@suse.de>
32400         PR tree-optimization/65788
32401         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
32403 2015-04-21  Richard Biener  <rguenther@suse.de>
32405         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
32406         vec_construct cost by vec_stmt_cost.
32408 2015-04-21  Richard Biener  <rguenther@suse.de>
32410         * cfghooks.h (create_basic_block): Replace with two overloads
32411         for RTL and GIMPLE.
32412         (split_block): Likewise.
32413         * cfghooks.c (split_block): Rename to ...
32414         (split_block_1): ... this.
32415         (split_block): Add two type-safe overloads for RTL and GIMPLE.
32416         (split_block_after_labels): Call split_block_1.
32417         (create_basic_block): Rename to ...
32418         (create_basic_block_1): ... this.
32419         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
32420         (create_empty_bb): Call create_basic_block_1.
32421         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
32422         split_block_after_labels.
32423         * omp-low.c (expand_parallel_call): Likewise.
32424         (expand_omp_target): Likewise.
32425         (simd_clone_adjust): Likewise.
32426         * tree-chkp.c (chkp_get_entry_block): Likewise.
32427         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
32428         create_basic_block overload.
32429         (cgraph_node::expand_thunk): Likewise.
32430         * tree-cfg.c (make_blocks): Likewise.
32431         (handle_abnormal_edges): Likewise.
32432         * tree-inline.c (copy_bb): Likewise.
32434 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32436         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
32437         New pattern.
32438         (*xor_one_cmplsidi3_ze): Likewise.
32440 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32442         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
32443         use df_remove_problem rather than manually removing problems, leaving
32444         holes in df->problems_in_order[].
32446 2015-04-21  Tom de Vries  <tom@codesourcery.com>
32448         PR tree-optimization/65802
32449         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
32451 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32453         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
32454         Increase to 128.
32455         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
32456         at '.'.  Assert that there's enough space for everything.
32458 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
32460         PR tree-optimization/64950
32461         Revert:
32462         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
32464         PR target/41089
32465         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
32466         as volatile.
32468 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
32470         PR rtl-optimization/64916
32471         * cfgcleanup.c (values_equal_p): New function.
32472         (can_replace_by): Use it.
32474 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
32476         PR c++/65801
32477         * doc/invoke.texi ([-Wnarrowing]): Update.
32479 2015-04-20  Jeff Law  <law@redhat.com>
32481         PR tree-optimization/65658
32482         * tree-ssa-threadupdate.c (redirection_block_p): Remove
32483         redundant test for GIMPLE_ASSIGN in last change.
32485 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
32487         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
32488         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
32489         (legitimize_tls_address): Ditto.
32490         (ix86_expand_move): Ditto.
32491         (ix86_expand_binary_operator): Remove reload_in_progress checks.
32492         (ix86_expand_unary_operator): Ditto.
32493         * config/i386/predicates.md (index_register_operand): Ditto.
32495 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
32497         * reorg.c (try_merge_delay_insns): Improve correctness checking
32498         for targets with multiple delay slots.
32500 2015-04-20  Jeff Law  <law@redhat.com>
32502         PR tree-optimization/65658
32503         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
32504         statements too.
32506 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
32508         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
32509         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
32510         Delete.
32512 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
32514         PR debug/65807
32515         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
32517 2015-04-20  Richard Biener  <rguenther@suse.de>
32519         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
32520         * gimple-fold.c (gimple_build_valueize): New function.
32521         (gimple_build): Always use gimple_build_valueize as valueize hook.
32523 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
32525         PR target/64134
32526         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
32527         and overwrite variable parts if <= 1/2 the elements are variable.
32529 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
32531         PR rtl-optimization/65805
32532         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
32533         Don't use difference of offset and previous offset if
32534         update_sp_offset is non-zero.
32535         (eliminate_regs_in_insn): Ditto.
32536         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
32537         lra_eliminate_regs_1 call.
32538         * lra-constraints.c (get_equiv_with_elimination): Ditto.
32540 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
32542         * hash-table.h: Remove version of hash_table that stored value_type *.
32543         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
32544         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
32545         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
32546         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
32547         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
32548         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
32549         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
32550         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
32551         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
32552         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
32553         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
32554         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
32555         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
32556         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
32557         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
32558         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
32560 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32561             Jakub Jelinek  <jakub@redhat.com>
32563         PR target/65787
32564         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
32565         subsequent SH_NONE operand does not overwrite an existing *special
32566         value.
32567         (adjust_extract): Handle case where a vec_extract operation is
32568         wrapped in a PARALLEL.
32570 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
32572         PR target/65780
32573         * config/i386/i386.c (ix86_binds_local_p): Define only if
32574         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
32576 2015-04-17  Jeff Law  <law@redhat.com>
32578         PR tree-optimization/47679
32579         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
32580         * tree-ssa-scopedtables.c: New file.
32581         * tree-ssa-scopedtables.h: New file.
32582         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
32583         (const_and_copies): Change name/type.
32584         (record_const_or_copy): Move into tree-ssa-scopedtables.c
32585         (record_const_or_copy_1): Similarly.
32586         (restore_vars_to_original_value): Similarly.
32587         (pass_dominator::execute): Create and destroy const_and_copies table.
32588         (thread_across_edge): Update passing of const_and_copies.
32589         (record_temporary_equivalence): Use method calls rather than
32590         manipulating const_and_copies directly.
32591         (record_equality, cprop_into_successor_phis): Similarly.
32592         (dom_opt_dom_walker::before_dom_children): Similarly.
32593         (dom_opt_dom_walker::after_dom_children): Similarly.
32594         (eliminate_redundant_computations): Similarly.
32595         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
32596         (record_temporary_equivalence): Likewise.
32597         (invalidate_equivalences): Likewise.
32598         (record_temporary_equivalences_from_phis): Update due to type
32599         change of const_and_copies.  Use method calls rather than
32600         manipulating the stack directly.
32601         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
32602         (thread_through_normal_block, thread_across_edge): Likewise.
32603         (thread_across_edge): Likewise.
32604         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
32605         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
32606         of equiv_stack.
32607         (identify_jump_threads): Update due to type change of equiv_stack.
32608         (finalize_jump_threads): Delete the equiv_stack when complete.
32610 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
32612         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
32613         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
32614         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
32616 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
32618         PR target/65535
32619         * config.gcc: Exit with a comment when we do not have a major version
32620         number for the FreeBSD target.
32622 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
32624         PR target/65689
32625         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
32626         maybe_allows_mem bitfields.
32627         (maybe_allows_none_start, maybe_allows_none_end,
32628         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
32629         maybe_allows_mem_end): New variables.
32630         (compute_maybe_allows): New function.
32631         (add_constraint): Use it to initialize maybe_allows_reg and
32632         maybe_allows_mem fields.
32633         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
32634         is_address constraints such that those that allow neither mem nor
32635         reg come first, then those that only allow reg but not mem, then
32636         those that only allow mem but not reg, then the rest.
32637         (write_allows_reg_mem_function): New function.
32638         (write_tm_preds_h): Call it.
32639         * stmt.c (parse_output_constraint, parse_input_constraint): Use
32640         the generated insn_extra_constraint_allows_reg_mem function
32641         instead of always setting *allows_reg = true; *allows_mem = true;
32642         for unknown extra constraints.
32644 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
32646         PR target/65780
32647         * output.h (default_binds_local_p_3): New.
32648         * varasm.c (default_binds_local_p_3): Make it public.  Take an
32649         argument to indicate if common symbol may be local.  If common
32650         symbol may be local, treat non-external variable as defined
32651         locally.
32652         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
32653         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
32654         * config/i386/i386.c (ix86_binds_local_p): New.
32655         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
32656         ix86_binds_local_p.
32658 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
32660         PR debug/65771
32661         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
32662         trying mem_loc_descriptor on XEXP (rtl, 0).
32664 2015-04-17  Martin Liska  <mliska@suse.cz>
32666         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
32667         Release symbol_compare_collection.
32668         * ipa-reference.c: Add TODO that a vector should be released.
32670 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
32672         PR target/65296
32673         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
32674         to new AVR-LibC file layout (bug #44574).
32675         (*avrlibc_devicelib): Same.
32676         * config/avr/avr-mcus.def: Adjust comments.
32677         * config/avr/avr.opt (nodevicelib): Adjust help.
32679 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
32681         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
32683 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
32685         PR c++/64527
32686         * gimplify.c (gimplify_init_constructor): Always emit a
32687         side-effecting constructor.
32689 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32691         PR tree-optimization/64950
32692         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
32693         in cfun->curr_properties.
32694         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
32695         if we generate an IFN_VA_ARG.
32696         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
32697         function if PROP_gimple_lva is not set in src function.
32699 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32700             Michael Matz  <matz@suse.de>
32702         PR tree-optimization/64950
32703         * gimple-iterator.c (update_modified_stmts): Remove static.
32704         * gimple-iterator.h (update_modified_stmts): Declare.
32705         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
32706         (gimplify_va_arg_internal): New function.
32707         (gimplify_va_arg_expr): Use IFN_VA_ARG.
32708         * gimplify.h (gimplify_va_arg_internal): Declare.
32709         * internal-fn.c (expand_VA_ARG): New unreachable function.
32710         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
32711         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
32712         (expand_ifn_va_arg): New function.
32713         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
32714         (pass_stdarg::execute): Call expand_ifn_va_arg.
32715         (pass_data_lower_vaarg): New pass_data.
32716         (pass_lower_vaarg): New gimple_opt_pass.
32717         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
32718         (make_pass_lower_vaarg): New function.
32719         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
32720         properties_required field.
32721         * passes.def (all_passes): Add pass_lower_vaarg.
32722         * tree-pass.h (PROP_gimple_lva): Add define.
32723         (make_pass_lower_vaarg): Declare.
32725 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32727         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
32728         * calls.c (call_expr_flags): Same.
32730 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32732         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
32733         (pass_stdarg::execute): ... here.
32735 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32736             Michael Matz  <matz@suse.de>
32738         * tree-cfg.c (make_blocks_1): Factor out of ...
32739         (make_blocks): ... here.
32740         (make_edges_bb): Factor out of ...
32741         (make_edges): ... here.
32742         (gimple_find_sub_bbs): New function.
32743         * tree-cfg.h (gimple_find_sub_bbs): Declare.
32745 2015-04-17  Tom de Vries  <tom@codesourcery.com>
32747         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
32749 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
32751         * asan.c (set_sanitized_sections): New function.
32752         (section_sanitized_p): Ditto.
32753         (asan_protect_global): Optionally sanitize user-defined
32754         sections.
32755         * asan.h (set_sanitized_sections): Declare new function.
32756         * common.opt (fsanitize-sections): New option.
32757         * doc/invoke.texi (-fsanitize-sections): Document new option.
32758         * opts-global.c (handle_common_deferred_options): Handle new
32759         option.
32761 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
32763         PR debug/65771
32764         * dwarf2out.c (loc_list_from_tree): Return NULL
32765         for DEBUG_EXPR_DECL.
32767 2015-04-17  Christian Bruel  <christian.bruel@st.com>
32769         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
32770         same attributes.
32772 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
32774         * ira-color.c (setup_left_conflict_sizes_p): Do not process
32775         node itself when computing left conflict subnode size.
32777 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
32779         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
32780         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
32781         *fop_<mode>_1_sse using enabled attribute.  Use
32782         register_mixssei387nonimm_operand operand 1 predicate. Change
32783         alternative 3 constraints from "x" to "v".
32785 2015-04-16  Richard Biener  <rguenther@suse.de>
32787         PR tree-optimization/65774
32788         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
32789         bit-value tracking on.
32791 2015-04-16  Richard Biener  <rguenther@suse.de>
32793         PR tree-optimization/64277
32794         * tree-vrp.c (check_array_ref): Fix anti-range handling,
32795         simplify upper bound handling.
32796         (search_for_addr_array): Simplify.
32797         (check_array_bounds): Handle ADDR_EXPRs here.
32798         (check_all_array_refs): Simplify.
32800 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
32802         * config/i386/i386.c (print_reg): Rewrite function.
32804 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32806         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
32807         Invert the condition.
32809 2015-04-16  Renlin Li  <renlin.li@arm.com>
32811         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
32812         simplifications for UNSIGNED_FLOAT.
32814 2015-04-16  Nick Clifton  <nickc@redhat.com>
32816         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
32817         MUL_UNINIT.
32818         (enum rl78_cpu_type): New.
32819         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
32820         (umulhi3_shift_virt): Remove m constraint from operand 1.
32821         (umulqihi3_virt): Likewise.
32822         * config/rl78/rl78.c (rl78_option_override): Add code to process
32823         -mcpu and -mmul options.
32824         (rl78_alloc_physical_registers): Add code to handle divhi and
32825         divsi valloc attributes.
32826         (set_origin): Likewise.
32827         * config/rl78/rl78.h (RL78_MUL_G14): Define.
32828         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
32829         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
32830         __RL78_Gxx__.
32831         (ASM_SPEC): Pass -mcpu on to assembler.
32832         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
32833         (mulqi3_rl78): Likewise.
32834         (mulhi3_g13): Likewise.
32835         (mulhi3): Generate the G13 or G14 versions of the insn directly.
32836         (mulsi3): Likewise.
32837         (mulhi3_g14): Add clobbers of AX and BC.
32838         (mulsi3_g14): Likewise.
32839         (mulsi3_g13): Likewise.
32840         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
32841         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
32842         * config/rl78/rl78.opt (mmul): Initialise value to
32843         RL78_MUL_UNINIT.
32844         (mcpu): New option.
32845         (m13, m14, mrl78): New option aliases.
32846         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
32847         (MULTILIB_DIRNAMES): Add g13 and g14.
32848         * doc/invoke.texi: Document -mcpu and -mmul options.
32850 2015-04-16  Richard Biener  <rguenther@suse.de>
32852         * tree-ssa-ccp.c (likely_value): See if we have operands that
32853         are marked as never simulate again and return CONSTANT in this
32854         case.
32855         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
32856         not have any operands that will be simulated again as
32857         not being simulated again.
32859 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
32861         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
32862         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
32863         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
32864         attribute.
32865         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
32866         enabled attribute.
32867         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
32868         *float<SWI48:mode><MODEF:mode>2_sse.
32869         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
32870         enabled attribute.
32871         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
32872         enabled attribute.
32874 2015-04-15  Tom de Vries  <tom@codesourcery.com>
32876         PR other/65487
32877         * function.c (push_dummy_function): New function.
32878         (init_dummy_function_start): Use push_dummy_function.
32879         (pop_dummy_function): New function.  Factored out of ...
32880         (expand_dummy_function_end): ... here.
32881         * function.h (push_dummy_function, pop_dummy_function): Declare.
32882         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
32883         pop_dummy_function.
32884         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
32886 2015-04-15  Jeff Law  <law@redhat.com>
32888         PR tree-optimization/47679
32889         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
32890         need for forward declaration in upcoming changes.
32891         (record_conditions, record_edge_info): Likewise.
32893         PR rtl-optimization/42522
32894         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
32895         SIGN_EXTRACT as a whole object rather than simplifying
32896         its operand.
32898 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
32900         PR ipa/65765
32901         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
32902         and GIMPLE_PREDICT use break instead of return true. For
32903         GIMPLE_EH_DISPATCH, compare dispatch region.
32905 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
32907         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
32908         details about the implementation.  Make clear preference for
32909         __atomic builtins.  Reduce possibility of future change.
32911 2015-04-15  Nick Clifton  <nickc@redhat.com>
32913         * config/rx/rx.opt (mallow-string-insns): New option.
32914         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
32915         builtin if string instructions are denied.
32916         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
32917         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
32918         appropriate.
32919         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
32920         * config/rx/rx.md (movstr): Enable pattern only if string
32921         instructions are allowed.
32922         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
32923         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
32924         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
32925         (MULTILIB_DIRNAMES): Add no-strings.
32926         * doc/invoke.texi: Document -mno-allow-string-insns.
32928 2015-04-15  Alan Modra  <amodra@gmail.com>
32930         PR target/65408
32931         PR target/58744
32932         PR middle-end/36043
32933         * calls.c (load_register_parameters): Don't load past end of
32934         mem unless suitably aligned.
32936 2015-04-15  Nick Clifton  <nickc@redhat.com>
32938         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
32939         decrement instruction as being frame related.
32940         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
32941         based addresses.
32942         If zero extending a function address enclose the operation in
32943         %code(...).
32944         (rl78_preferred_reload_class): New function.
32945         (TARGET_PREFERRED_RELOAD_CLASS): Define.
32946         * config/rl78/rl78.md: Remove useless constraints in expanders.
32947         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
32948         (mulhi3_rl78): Likewise.
32949         (mulhi3_g13): Likewise.
32950         (mulsi3_rl78): Likewise.
32951         (es_addr): Move to before the multiply patterns.
32953 2015-04-15  Alan Modra  <amodra@gmail.com>
32955         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
32956         and sequence_stack.  Add seq.
32957         (seq_stack): Delete.
32958         * function.c (prepare_function_start): Don't access x_last_insn.
32959         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
32960         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
32961         * emit_rtl.c (start_sequence, push_topmost_sequence,
32962         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
32963         sequence accessors.
32964         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
32965         remove_insn): Likewise.  Simplify.
32966         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
32967         and pop_topmost_sequence.
32968         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
32969         debug insns.
32970         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
32972 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
32974         PR target/65729
32975         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
32976         the assertiion.
32978 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
32980         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
32981         (LEGACY_INT_REGNO_P): Ditto.
32982         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
32983         (ANY_MASK_REG_P): Remove.
32984         (BND_REG_P): Rename from ANY_BND_REG_P.
32985         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
32986         legacy integer registers.  Do not handle MMX_REG_P in a special way.
32987         Merge 64byte and 32byte SSE handling.
32989 2015-04-14  Nick Clifton  <nickc@redhat.com>
32991         * expr.c (expand_assignment): Force an address offset computation
32992         into a register before changing its mode.
32993         (expand_expr_real_1): Likewise.
32995 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
32997         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
32998         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
32999         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
33000         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
33001         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
33002         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
33003         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
33004         and __aarch64_vget_lane_any.
33006 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
33008         PR rtl-optimization/65761
33009         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
33010         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
33012 2015-04-14  Richard Biener  <rguenther@suse.de>
33014         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
33015         (graphite_can_represent_scev): Use POINTER_TYPE_P.
33017 2015-04-14  Richard Biener  <rguenther@suse.de>
33019         PR tree-optimization/65758
33020         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
33021         against -1.
33022         (ccp_lattice_meet): Likewise.
33023         (bit_value_unop): Likewise.
33024         (bit_value_binop): Likewise.
33025         (bit_value_assume_aligned): Likewise.
33027 2015-04-14  Christian Bruel  <christian.bruel@st.com>
33029         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
33030         function.
33032 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
33034         PR tree-optimization/63387
33035         * match.pd ((x unord x) | (y unord y) -> (x unord y),
33036         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
33038 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
33040         * config/i386/predicates.md (any_QIreg_operand): Rename from
33041         q_regs_operand.  Do not process subregs.
33042         (QIreg_operand): Use QI_REGNO_P predicate.
33043         (ext_QIreg_operand): Ditto.
33044         (ext_register_operand): Ditto.
33045         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
33046         (AND splitters): Ditto.
33047         (AND with -65536 splitter): Add SWI48 mode for operand 0.
33048         (AND with -256 splitter): Use any_QIreg_operand predicate and
33049         SWI248 mode for operand 0.
33050         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
33051         mode for operand 0.
33052         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
33054 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
33056         * doc/plugins.texi: Rewrite first introductory paragraph.
33058 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33060         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
33061         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
33063 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33065         * ipa-profie.c (ipa_profile): Check number of parameters
33066         and possible polymorphic call targets before
33067         devirtualizing.
33069 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
33071         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
33072         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
33074 2015-04-13  Richard Biener  <rguenther@suse.de>
33076         PR tree-optimization/65204
33077         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
33078         takens for bit-CCP.
33080 2015-04-13  Richard Biener  <rguenther@suse.de>
33082         PR target/65660
33083         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
33084         and cond_not_taken_branch_cost to 4 and 2.
33085         (bdver2_cost): Likewise.
33086         (bdver3_cost): Likewise.
33087         (bdver4_cost): Likewise.
33089 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33091         * hash-table.h (hash_table constructor): Add mem stats.
33092         (alloc_entries): Likewise.
33094 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33096         * ipa-cp.c (ipcp_driver): Relase prev_edge.
33097         * passes.c (execute_one_pass): Only add transform if pass has one.
33099 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
33101         * config/i386/i386.c (ix86_option_override_internal): Don't set
33102         -fprefetch-loop-arrays if optimizing for size.
33104 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33105             Gerald Pfeifer  <gerald@pfeifer.com>
33107         * doc/contrib.texi (Contributors): Add Martin Jambor and
33108         Michael Matz.
33110 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
33112         * BASE-VER: Set to 6.0.0.
33114         PR tree-optimization/65747
33115         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
33116         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
33118 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
33120         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
33121         sentence.  Improve grammar.
33123 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
33125         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
33127 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
33129         PR ipa/65743
33130         * ipa-inline-transform.c (speculation_removed): Remove static var.
33131         (check_speculations): New function.
33132         (clone_inlined_nodes): Do not check spculations.
33133         (inline_call): Call check_speculations.
33134         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
33135         consider non-invariants.
33137 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
33138             Martin Liska  <mliska@suse.cz>
33140         PR ipa/65722
33141         * ipa-icf.c (sem_item::compare_cgraph_references): function and
33142         variable can not match.
33143         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
33144         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
33146 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
33148         PR tree-optimization/65735
33149         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
33150         Remove visited_phis argument, add visited_bbs, avoid recursing into the
33151         same bb rather than just into the same phi node.
33152         (thread_through_normal_block): Adjust caller.
33154 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
33156         * doc/contrib.texi (Contributors): Add Ira Rosen.
33158 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
33160         * gcov.c (find_source): Fix miswording in error message.
33161         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
33162         (ix86_expand_sse_comi_round): Fix typo in error message.
33164 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
33166         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
33168 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
33170         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
33172 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
33174         PR target/65710
33175         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
33176         Print bad_spills_num and insn_pseudos_num.
33178 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33180         PR target/65694
33181         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
33182         when creating +1 values for SImode.
33184 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
33186         PR target/65729
33187         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
33188         assert.
33190 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
33191             Iain Sandoe  <iain@codesourcery.com>
33193         PR target/65351
33194         * configure: Regenerate.
33196 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
33198         PR target/65671
33199         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
33201 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
33203         * doc/contrib.texi (Contributors): Add John Marino.
33205 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
33207         PR tree-optimization/65709
33208         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
33209         TREE_TYPE (TREE_TYPE (t)).
33211 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
33213         PR target/65710
33214         * lra-int.h (lra_bad_spill_regno_start): New.
33215         * lra.c (lra_bad_spill_regno_start): New.
33216         (lra): Set up lra_bad_spill_regno_start.  Set up
33217         lra_constraint_new_regno_start unconditionally.
33218         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
33219         spill preferences.
33221 2015-04-09  Marek Polacek  <polacek@redhat.com>
33222             Jakub Jelinek  <jakub@redhat.com>
33224         PR middle-end/65554
33225         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
33226         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
33227         of STRIP_NOPS.
33229 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
33231         PR rtl-optimization/65693
33232         * combine.c (is_parallel_of_n_reg_sets): Move outside of
33233         #ifndef HAVE_cc0.
33235 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
33237         PR target/65296
33238         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
33239         device specs file if "device-specs%s" didn't resolve to a path.
33241 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
33243         PR target/65676
33244         * config/i386/i386.c (fixup_modeless_constant): New.
33245         (ix86_expand_args_builtin): Fixup modeless constant operand.
33246         (ix86_expand_round_builtin): Ditto.
33247         (ix86_expand_special_args_builtin): Ditto.
33248         (ix86_expand_builtin): Ditto.
33250 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
33252         PR target/65693
33253         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
33254         any pow2 integer in between 2 and 0x80000000U inclusive.
33256 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
33258         PR rtl-optimization/65693
33259         * combine.c (is_parallel_of_n_reg_sets): Change first argument
33260         from an rtx_insn * to an rtx.
33261         (try_combine): Adjust both callers.  Use it once more.
33263 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
33265         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
33266         (chkp_make_static_const_bounds): Search existing
33267         symbol by assembler name.  Use make_decl_one_only.
33268         (chkp_get_zero_bounds_var): Remove node search which
33269         is now performed in chkp_make_static_const_bounds.
33270         (chkp_get_none_bounds_var): Likewise.
33272 2015-04-08  Michael Witten  <mfwitten@gmail.com>
33274         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
33275         to an example.
33277 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33279         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
33281 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
33283         * doc/extend.texi (__sync Builtins): Fix grammar.
33285 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33287         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
33289 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33291         * varasm.c (emit_local): Move definition of align.
33293 2015-04-08  Julian Brown  <julian@codesourcery.com>
33295         * config/nvptx/mkoffload.c (process): Support variable mapping.
33297 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
33299         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
33300         alpha_links **.
33301         (alpha_write_one_linkage): Correct typo.
33303 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
33305         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
33307 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
33309         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
33311 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
33313         * tree-chkp.h (chkp_insert_retbnd_call): New.
33314         * tree-chkp.c (chkp_insert_retbnd_call): New.
33315         * ipa-split.c (insert_bndret_call_after): Remove.
33316         (split_function): Use chkp_insert_retbnd_call.
33317         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
33318         bounds for instrumented functions.
33320 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
33322         PR ipa/65540
33323         * calls.c (initialize_argument_information): When producing tail
33324         call also turn SSA_NAMES passed by references to original PARM_DECLs
33326 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
33328         PR target/65648
33329         * lra-remat.c (do_remat): Process input and non-input insn
33330         registers separately.
33332 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
33334         PR debug/65678
33335         * valtrack.c (debug_lowpart_subreg): New function.
33336         (dead_debug_insert_temp): Use it.
33338         PR middle-end/65680
33339         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
33340         into signed HOST_WIDE_INT the same as negative bit_offset.
33342 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
33344         * ipa-comdats.c (ipa_comdats): Visit all thunks
33345         to set proper comdat group.
33347 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33349         PR target/65489
33350         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
33351         on constants for NEON VSTRUCT modes.
33353 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
33354             Iain Sandoe  <iain@codesourcery.com>
33356         PR target/65351
33357         * configure: Regenerate.
33359 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
33361         PR target/65614
33362         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
33363         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
33364         that LFD is used to load double constants instead of LFS.  Add
33365         defaults for all costs structures.  Add comments for missing
33366         initialization fields.
33367         (size32_cost): Likewise.
33368         (size64_cost): Likewise.
33369         (rs64a_cost): Likewise.
33370         (mpccore_cost): Likewise.
33371         (ppc403_cost): Likewise.
33372         (ppc405_cost): Likewise.
33373         (ppc440_cost): Likewise.
33374         (ppc476_cost): Likewise.
33375         (ppc601_cost): Likewise.
33376         (ppc603_cost): Likewise.
33377         (ppc604_cost): Likewise.
33378         (ppc604e_cost): Likewise.
33379         (ppc620_cost): Likewise.
33380         (ppc630_cost): Likewise.
33381         (ppccell_cost): Likewise.
33382         (ppc750_cost): Likewise.
33383         (ppc7450_cost): Likewise.
33384         (ppc8540_cost): Likewise.
33385         (ppce300c2c3_cost): Likewise.
33386         (ppce500mc_cost): Likewise.
33387         (ppce500mc64_cost): Likewise.
33388         (ppce5500_cost): Likewise.
33389         (ppce6500_cost): Likewise.
33390         (titan_cost): Likewise.
33391         (power4_cost): Likewise.
33392         (power6_cost): Likewise.
33393         (power7_cost): Likewise.
33394         (power8_cost): Likewise.
33395         (ppca2_cost): Likewise.
33396         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
33398         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
33399         instead of XXLOR to copy SFmode to clear out dirty bits created
33400         when SFmode denormals are generated.
33401         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
33402         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
33404 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
33406         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
33407         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
33408         * config/aarch64/aarch64-tune.md: Regenerate.
33410 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
33412         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
33413         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
33414         * config/arm/arm-cores.def (exynos-m1): New core.
33415         * config/arm/arm-tune.md: Regenerate.
33416         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
33417         * config/arm/bpabi.h: Likewise.
33419 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
33421         * ipa-cp (set_single_call_flag): Remove too
33422         restrictive assert.
33424 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
33426         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
33427         GOMP_offload_unregister from the destructor.
33429 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
33431         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
33432         flags for instrumentation thunk.
33433         (chkp_produce_thunks): Likewise.
33435 2015-04-05  Martin Liska  <mliska@suse.cz>
33437         PR ipa/65665
33438         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
33439         has computed data structure.
33440         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
33442 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
33444         * invoke.texi (inline-unit-growth): Increase growth to 20%
33445         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
33447 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
33449         PR target/65647
33450         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
33451         value checking.
33452         (lra_rematerialization_iter): New.
33453         * lra.c (lra): Initialize lra_rematerialization_iter.
33454         Stop updating lra_constraint_new_regno_start after switching of
33455         inheritance and rematerialization.
33456         * lra-remat.c (lra_rematerialization_iter): New.
33457         (lra_remat): Add printing pass iteration.  Do rematerialization
33458         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
33460 2015-04-04  Richard Biener  <rguenther@suse.de>
33462         PR tree-optimization/64909
33463         PR tree-optimization/65660
33464         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
33465         to take a cost vector for scalar iteration cost.
33466         (vect_get_single_scalar_iteration_cost): Likewise.
33467         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
33468         Compute the scalar iteration cost into a cost vector.
33469         (vect_get_known_peeling_cost): Use the scalar cost vector to
33470         account for the cost of the peeled iterations.
33471         (vect_estimate_min_profitable_iters): Likewise.
33472         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
33473         Likewise.
33475 2015-04-04  Alan Modra  <amodra@gmail.com>
33477         PR target/65576
33478         PR target/65240
33479         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
33480         0.0 constant unless TARGET_VSX.
33481         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
33482         alternative.
33484 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
33486         PR ipa/65654
33487         * ipa-inline-transform.c (inline_call): Skip sanity check to work
33488         around the ICE
33490 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
33492         PR ipa/65655
33493         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
33494         speculative indirect edges to avoid ordering issue.
33496 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
33498         PR ipa/65076
33499         * ipa-inline.c (edge_badness): Add combined size to the denominator.
33501 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
33503         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
33504         TYPE_ARTIFICIAL on the .omp_data* types.
33506 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
33508         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
33509         instrumentation thunks.
33511 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
33513         * config/i386/i386.c (ix86_expand_call): Avoid nested
33514         PARALLEL in returned call value.
33516 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
33518         * lto-cgraph.c (input_cgraph_1): Always link instrumented
33519         assembler name with original one.
33521 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
33523         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
33525 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
33527         Revert parts of r216820.
33528         * config/i386/i386.md (movqi_internal): Correct type calculation
33529         for alternatives 3 and 5.
33531 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
33533         PR preprocessor/61977
33534         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
33535         predefine __vector/__bool/__pixel macros nor context sensitive
33536         macros for CLK_ASM.
33537         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
33539 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
33541         * config/pa/pa.c (pa_output_move_double): Directly handle register
33542         indexed memory operand.  Simplify handling of scaled register indexed
33543         memory operands.
33545 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
33547         PR driver/65444
33548         * config/i386/linux-common.h (MPX_SPEC): New.
33549         (CHKP_SPEC): Add MPX_SPEC.
33550         * doc/invoke.texi (-fcheck-pointer-boudns): Document
33551         possible issues with '-z bndplt' support in linker.
33553 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
33555         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
33556         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
33557         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
33558         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
33559         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
33561 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
33563         * config/i386/sync.md (UNSPEC_MOVA): Remove.
33564         (atomic_load<mode>): Change operand 0 predicate to
33565         nonimmediate_operand and fix up the destination when needed.
33566         Use UNSPEC_LDA.
33567         (atomic_loaddi_fpu): Use UNSPEC_LDA.
33568         (atomic_store<mode>): Change operand 1 predicate to
33569         nonimmendate_operand and move the source to register when needed.
33570         Use UNSPEC_STA.
33571         (atomic_store<mode>_1): Use UNSPEC_STA.
33572         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
33573         Fix moves from memory operand.  Use UNSPEC_STA.
33575 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
33577         * expmed.c (strict_volatile_bitfield_p): Check that the access will
33578         not cross a MODESIZE boundary.
33579         (store_bit_field, extract_bit_field): Added assertions in the
33580         strict volatile bitfields code path.
33582 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
33584         PR target/65624
33585         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
33586         Increase args array size by one to avoid buffer overflow.
33588 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
33590         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
33591         split_part.
33592         * ipa-inline.c (edge_badness): Add wrapper penalty.
33593         (sum_callers): Move up.
33594         (inline_small_functions): Set single_caller.
33595         * ipa-inline.h (inline_summary): Add single_caller.
33596         * ipa-split.c (split_function): Set split_part.
33597         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
33598         * cgraph.h (cgraph_node): Add split_part.
33600 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
33602         PR target/58945
33603         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
33604         Do not split operands 0 and operands 2 to halfmode.
33605         (atomic_compare_and_swap<mode>): Update for
33606         atomic_compare_and_swap<dwi>_doubleword changes.
33608 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
33610         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
33611         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
33612         no caching is done.
33614 2015-03-31  Martin Liska  <mliska@suse.cz>
33616         PR ipa/65557
33617         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
33618         has already filled up function summary.
33619         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
33621 2015-03-31  Richard Biener  <rguenther@suse.de>
33623         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
33624         of types.
33626 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
33628         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
33629         nested functions.
33630         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
33631         (s390_asm_output_function_label): Adapt to new signature of
33632         s390_function_num_hotpatch_hw
33633         Optimise the code generating assembler output.
33634         Add comments to assembler file.
33636 2015-03-31  Richard Biener  <rguenther@suse.de>
33638         PR middle-end/65626
33639         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
33640         of the noreturn call so it is last and cleanup_control_flow_bb
33641         can do the CFG part.
33643 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
33645         PR target/65531
33646         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
33647         same_comdat_group for external symbols.
33648         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
33649         infinite same_comdat_group traversal loop.
33651 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
33653         PR plugins/61176
33654         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
33655         automatically to $headers.
33657 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
33659         PR ipa/65610
33660         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
33661         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
33662         function.
33663         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
33664         Use it.
33665         * ipa-prop.c (param_type_may_change_p): Likewise.
33666         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
33667         (remove_unused_scope_block_p): Add in_ctor_dtor_block
33668         argument.  Before inlining, preserve
33669         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
33670         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
33671         recursive calls.
33672         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
33674 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
33676         PR ipa/65076
33677         * ipa-inline.c (edge_badness): Base denominator on callee's
33678         grwoth squared.
33680 2015-03-27  Martin Jambor  <mjambor@suse.cz>
33682         PR ipa/65478
33683         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
33684         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
33685         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
33686         node_calling_single_call.
33687         * ipa-cp.c (count_callers): New function.
33688         (set_single_call_flag): Likewise.
33689         (initialize_node_lattices): Count callers and set single_flag_call if
33690         necessary.
33691         (incorporate_penalties): New function.
33692         (good_cloning_opportunity_p): Use it, dump new flags.
33693         (propagate_constants_topo): Set node_within_scc flag if appropriate.
33694         * doc/invoke.texi (ipa-cp-recursion-penalty,
33695         ipa-cp-single-call-pentalty): Document.
33697 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
33699         PR ipa/65588
33700         * symtab.c (symtab_node::get_partitioning_class): Register vars
33701         are duplicated.
33702         * varpool.c (symbol_table::output_variables) Do not assemble unefined
33703         decls for non-symbols.
33705 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
33707         PR target/65248
33708         * output.h (default_binds_local_p_2): New.
33709         * varasm.c (default_binds_local_p_2): Renamed to ...
33710         (default_binds_local_p_3): This.  Don't return true on protected
33711         data symbol if protected data may be external.
33712         (default_binds_local_p): Use default_binds_local_p_3.
33713         (default_binds_local_p_1): Likewise.
33714         (default_binds_local_p_2): New.
33715         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
33716         default_binds_local_p_2 if TARGET_MACHO is undefined.
33718 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
33720         PR target/65593
33721         * config/i386/i386.c (legitimize_pic_address): If base
33722         is SYMBOL_REF or LABEL_REF using %rip addressing, force
33723         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
33725 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
33727         PR target/65531
33728         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
33729         comdat groups.
33731 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
33733         PR ipa/65600
33734         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
33735         of optimized out indirect call.
33736         (redirect_to_unreachable): Always build symbol table node for
33737         BUILT_IN_UNREACHABLE
33739 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
33741         PR target/65407
33742         * ira-costs.c (record_reg_classes): Process all constraint string
33743         containing 0-9.
33745 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
33747         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
33748         memory_operand.
33750         PR target/65052
33751         * config/c6x/constraints.md (S3): New constraint.
33752         * config/c6x/c6x.md (real_jump): Use it.
33754 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33756         PR middle-end/65595
33757         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
33758         do redirection if the call is not optimized out.
33760 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
33762         PR target/65495
33763         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
33764         (fchkp-check-incomplete-type): Add LTO.
33765         (fchkp-zero-input-bounds-for-main): Likewise.
33766         (fchkp-first-field-has-own-bounds): Likewise.
33767         (fchkp-narrow-bounds): Likewise.
33768         (fchkp-narrow-to-innermost-array): Likewise.
33769         (fchkp-use-static-bounds): Likewise.
33770         (fchkp-use-static-const-bounds): Likewise.
33771         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
33773 2015-03-27  Marek Polacek  <polacek@redhat.com>
33775         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
33777 2015-03-27  Marek Polacek  <polacek@redhat.com>
33779         PR sanitizer/65583
33780         * ubsan.c (ubsan_create_edge): New function.
33781         (instrument_bool_enum_load): Call it.
33782         (instrument_nonnull_arg): Likewise.
33783         (instrument_nonnull_return): Likewise.
33784         (instrument_object_size): Likewise.
33786 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33788         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
33789         auto_vec.
33791 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33793         PR lto/65536
33794         * lto-streamer.h (class lto_location_cache): New.
33795         (struct data_in): Add location_cache.
33796         (lto_input_location): Update prototype.
33797         (stream_input_location_now): New.
33798         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
33799         pointer to location.
33800         (stream_input_location): Update.
33801         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
33802         (warn_odr): Apply location cache before warning.
33803         (lto_input_location): Update prototype.
33804         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
33805         Use stream_input_location_now.
33806         * lto-streamer-in.c (lto_location_cache::current_cache): New static
33807         variable.
33808         (lto_location_cache::cmp_loc): New function.
33809         (lto_location_cache::apply_location_cache): New function.
33810         (lto_location_cache::accept_location_cache): New function.
33811         (lto_location_cache::revert_location_cache): New function.
33812         (lto_location_cache::input_location): New function.
33813         (lto_input_location): Do location caching.
33814         (stream_input_location_now): New function.
33815         (input_eh_region, input_struct_function_base): Use
33816         stream_input_location_now.
33817         (lto_data_in_create): use new.
33818         (lto_data_in_delete): Use delete.
33819         * tree-streamer-in.c (unpack_ts_block_value_fields,
33820         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
33821         lto_input_ts_exp_tree_pointers): Update for cached location api.
33823 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33825         PR ipa/65076
33826         * passes.def: Add pass_nothrow.
33827         * ipa-pure-const.c: (pass_data_nothrow): New.
33828         (pass_nothrow): New.
33829         (pass_nothrow::execute): New.
33830         (make_pass_nothrow): New.
33831         * tree-pass.h (make_pass_nothrow): Declare.
33833 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33835         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
33836         edge to change by speculation resolution or redirection.
33837         (edge_set_predicate): Likewise.
33838         (inline_summary_t::duplicate): Likewise.
33839         (remap_edge_summaries): Likewise.
33841 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33843         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
33844         New macros.
33845         (can_inline_edge_p): Relax option matching for always inline functions.
33847 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
33849         PR target/65561
33850         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
33851         Check operand 4 and operand 0 for equality.
33852         (avx512f_vextract<shuffletype>32x4_1_maskm):
33853         Check operand 6 and operand 0 for equality.
33854         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
33855         for equality.
33856         (vec_extract_hi_<mode>_maskm): Ditto.
33858 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33860         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
33861         dead calls back to live.
33862         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
33863         cross check to ...
33864         (cgraph_node::verify_node): ... here; verify only callee edges,
33865         not caller.
33866         * cif-code.def (CILK_SPAWN): New code.
33868 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
33870         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
33871         (edge_set_predicate): Use it to mark unreachable edges.
33872         (inline_summary_t::duplicate): Remove unnecesary code.
33873         (remap_edge_summaries): Likewise.
33874         (dump_inline_summary): Report contains_cilk_spawn.
33875         (compute_inline_parameters): Compute contains_cilk_spawn.
33876         (inline_read_section, inline_write_summary): Stream
33877         contains_cilk_spawn.
33878         * ipa-inline.c (can_inline_edge_p): Do not touch
33879         DECL_STRUCT_FUNCTION that may not be available;
33880         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
33881         remove check for callee_fun->can_throw_non_call_exceptions and
33882         replace it by optimization attribute check; check for flag_exceptions.
33883         * ipa-inline-transform.c (inline_call): Maintain
33884         DECL_FUNCTION_PERSONALITY
33885         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
33887 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
33889         PR tree-optimization/65551
33890         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
33891         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
33893 2015-03-26  Richard Biener  <rguenther@suse.de>
33895         PR middle-end/65555
33896         * tree-cfg.c (verify_gimple_call): Do not require a call to
33897         have no LHS if it wasn't recognized as control altering yet.
33899 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
33901         PR tree-optimization/64715
33902         * passes.def: Add another instance of pass_object_sizes before ccp1.
33903         * tree-object-size.c (pass_object_sizes::execute): In
33904         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
33905         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
33906         __bos result and the computed constant.  Remove redundant
33907         checks, obsoleted by gimple_call_builtin_p test.
33909         * var-tracking.c (variable_tracking_main_1): Don't track
33910         variables for targetm.no_register_allocation targets.
33912 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
33914         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
33915         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
33917 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
33919         PR target/65569
33920         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
33921         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
33922         0.0 is correctly setup.
33923         (extenddftf2_internal): Likewise.
33925 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
33927         PR tree-optimization/65177
33928         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
33929         (bb_in_bbs): New.
33930         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
33931         edges not adjacent on the path to the original code.
33933 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
33935         PR bootstrap/65537
33936         * doc/install.texi (Building a native compiler): Document new
33937         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
33938         configuration assumes that the host supports the linker plugin.
33940 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
33942         PR target/65508
33943         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
33944         chain for generated call.
33946 2015-03-25  Richard Biener  <rguenther@suse.de>
33948         * passes.c (pass_manager::execute_early_local_passes): Guard
33949         execution of pass_chkp_instrumentation_passes with
33950         flag_check_pointer_bounds.
33951         (pass_chkp_instrumentation_passes::gate): Likewise.
33953 2015-03-25  Martin Liska  <mliska@suse.cz>
33955         PR tree-optimization/65538
33956         * symbol-summary.h (function_summary::~function_summary):
33957         Relese memory for allocated summaries.
33958         (function_summary::release): New function.
33960 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
33962         PR lto/65515
33963         * lto-streamer-out.c (DFS::worklist): New struct.
33964         (DFS::worklist_vec): New data member.
33965         (DFS::next_dfs_num): Remove.
33966         (DFS::DFS): Rewritten using worklist instead of recursion,
33967         using most of code from DFS::DFS_write_tree.
33968         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
33969         pass it to DFS_write_tree calls.
33970         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
33971         quick initial checks push it into worklist_vec and return.
33973 2015-03-25  Richard Biener  <rguenther@suse.de>
33975         PR middle-end/65519
33976         * genmatch.c (expr::gen_transform): Re-write to avoid
33977         using gimple_build.
33979 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
33981         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
33983 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
33985         * config/arm/arm.opt (print_tune_info): New option.
33986         * config/arm/arm.c (arm_print_tune_info): New function.
33987         (arm_file_start): Call arm_print_tune_info.
33988         * config/arm/arm-protos.h (struct tune_params): Add comment.
33989         * doc/invoke.texi (@item -mprint-tune-info): New item.
33990         (-mtune): mention it in ARM Option Summary.
33992 2015-03-25  DJ Delorie  <dj@redhat.com>
33994         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
33995         correct clause.
33997 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
33998             Martin Liska  <mliska@suse.cz>
34000         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
34001         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
34002         (sem_item::add_type): New function.
34003         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
34004         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
34005         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
34006         (sem_function::equals_wpa): Fix typo.
34007         * ipa-icf.h (sem_item::add_type): New function.
34008         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
34009         order.
34011 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
34013         PR tree-optimization/65533
34014         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
34015         with swapped operands, call vect_free_slp_tree on
34016         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
34017         vector.
34019 2015-03-24  Richard Biener  <rguenther@suse.de>
34021         PR middle-end/65517
34022         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
34023         for fixup if necessary.
34025 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
34027         * doc/extend.texi (Function Attributes): Add @cindex entries
34028         for all attributes and regularize their format.  Delete text
34029         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
34030         information about "eightbit_data", "tiny_data", and "model"
34031         variable attributes to the Variable Attributes section.  Fix
34032         some obvious typos and copy-editing issues.
34033         (Variable Attributes, Type Attributes): Likewise add/fix
34034         @cindex entries for all attributes.
34036 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
34038         PR target/65523
34039         * tree-chkp.c (chkp_build_returned_bound): Ignore
34040         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
34042 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
34044         PR target/65505
34045         * config/sh/predicates.md (simple_mem_operand,
34046         displacement_mem_operand): Add test for reg.
34047         (short_displacement_mem_operand): Test for displacement_mem_operand
34048         before invoking sh_disp_addr_displacement.
34049         * config/sh/constraints.md (Sdd, Sra): Simplify.
34050         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
34051         Remove redundant displacement_mem_operand tests.
34053 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
34055         PR target/65296
34056         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
34057         the same -mmcu=MCU more than once.
34059 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
34061         PR bootstrap/65522
34062         * ipa-devirt.c: Remove duplicate demangle.h include.
34064         PR target/65504
34065         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
34066         on the pseudo.
34067         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
34068         REG_POINTER on *destptr after adjusting it for prologue size.
34070         PR ipa/65521
34071         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
34072         ultimate_alias_target ()->order ints instead of
34073         ultimate_alias_target () pointers.
34075 2015-03-23  Richard Biener  <rguenther@suse.de>
34077         PR tree-optimization/65518
34078         * tree-vect-stmts.c (vectorizable_load): Reject single-element
34079         interleaving cases we generate absymal code for.
34081 2015-03-23  Richard Biener  <rguenther@suse.de>
34083         PR tree-optimization/65494
34084         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
34085         matches here.
34086         (vect_analyze_slp_instance): But do that here, always and once.
34088 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34090         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
34091         adding T or multiplying by T+1 and subracting T.
34093 2015-03-22  Jeff Law  <law@redhat.com>
34095         PR rtl-optimization/64317
34096         * Makefile.in (OBJS): Add gcse-common.c
34097         * gcse.c: Include gcse-common.h
34098         (struct modify_pair_s): Move structure definition to gcse-common.h
34099         (compute_transp): Move function to gcse-common.c.
34100         (canon_list_insert): Similarly.
34101         (record_last_mem_set_info): Break out some code and put it into
34102         gcse-common.c.  Call into the new common code.
34103         (compute_local_properties): Pass additional arguments to compute_transp.
34104         * postreload-gcse.c: Include gcse-common.h and df.h
34105         (modify_mem_list_set, blocks_with_calls): New variables.
34106         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
34107         (get_bb_avail_insn): Pass in the expression index too.
34108         (alloc_mem): Allocate memory for the new bitmaps and lists.
34109         (free_mem): Free memory for the new bitmaps and lists.
34110         (insert_expr_in_table): Record a bitmap index for each entry we
34111         add to the table.
34112         (record_last_mem_set_info): Call into common code in gcse-common.c.
34113         (get_bb_avail_insn): If no available insn was found in the requested
34114         BB.  If BB has a single predecessor, see if the expression is
34115         transparent in BB and available in that single predecessor.
34116         (compute_expr_transp): New wrapper for compute_transp.
34117         (eliminate_partially_redundant_load): Pass expression's bitmap_index
34118         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
34119         (gcse_after_reload_main): If there are elements in the hash table,
34120         then compute transparency for all the elements in the hash table.
34121         * gcse-common.h: New file.
34122         * gcse-common.c: New file.
34124 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
34126         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
34127         as an adjective.
34128         (System Headers): Likewise.
34129         (Ifdef): Likewise.
34130         (Traditional macros): Likewise.
34131         (Invocation): Likewise.
34132         (Option Index): Likewise.
34133         * doc/cppopts.texi (-M): Likewise.
34134         (-finput-charset): Likewise.
34135         (--help): Likewise.
34136         * doc.invoke.texi (AVR Options): Likewise.
34137         (V850 Options): Likewise.
34139 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
34141         PR ipa/65475
34142         * ipa-devirt.c: Include demangle.h
34143         (odr_type_d): Add field rtti_broken.
34144         (odr_subtypes_equivalent_p): Do not require name to match.
34145         (compare_virtual_tables): Fix typo; if type already has ODR violation,
34146         bypass the tests; be ready for function referneces in vtables that are
34147         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
34148         (warn_odr): Give up for nameless types.
34149         (warn_types_mismatch): Report mismatch in mangled names;
34150         report mismatch in anonymous namespaces; look into component types to
34151         give useful error; report when mismatch is dragged in from other ODR
34152         type.
34153         (odr_types_equivalent_p): Match types for being polymorphic; avoid
34154         duplicated diagnostics.
34155         (add_type_duplicate): Reorder checks so more informative ones come
34156         first; fix typo; do not output "the extra base is defined here" when
34157         we did not warn.
34158         (BINFO_N_BASE_BINFOS): Relax sanity check.
34160 2015-03-22  Martin Liska  <mliska@suse.cz>
34161             Jakub Jelinek  <jakub@redhat.com>
34163         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
34164         masks that can potentially include a builtin.
34165         (ix86_add_new_builtins): Introduce fast filter for isa values
34166         that cannot trigger builtin inclusion.
34168 2015-03-22  Martin Liska  <mliska@suse.cz>
34170         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
34171         (sem_item::update_hash_by_local_refs): Likewise.
34172         (sem_variable::get_hash): Empty line is fixed.
34173         (sem_item_optimizer::execute): Include adding of hash references.
34174         (sem_item_optimizer::update_hash_by_addr_refs): New function.
34175         (sem_item_optimizer::build_hash_based_classes): Use local hash.
34176         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
34177         (sem_item::update_hash_by_local_refs): Likewise.
34179 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
34181         PR ipa/65502
34182         * ipa-comdats.c (enqueue_references): Walk through thunks.
34183         (ipa_comdats): Likewise.
34184         (set_comdat_group_1): New function.
34186 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
34188         PR ipa/65475
34189         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
34190         non-polymorphic
34192 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
34193             Gerald Pfeifer  <gerald@pfeifer.com>
34195         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
34197 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
34198             Sandra Loosemore  <sandra@codesourcery.com>
34200         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
34201         function parameter declaration.
34202         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
34203         Update arguments to nios2_adjust_call_address().
34204         (sibcall_internal): Rename from *sibcall.
34205         (sibcall_value_internal): Rename from *sibcall_value.
34206         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
34207         (nios2_large_got_address): Add target temp reg parameter.
34208         (nios2_got_address): Adjust call to nios2_large_got_address, add
34209         force_reg around it.
34210         (nios2_load_pic_address): Add target temp reg parameter, replace call
34211         to nios2_got_address with corresponding code.
34212         (nios2_legitimize_constant_address): Update call to
34213         nios2_load_pic_address.
34214         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
34215         to use temp reg for PIC loading purposes.
34216         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
34217         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
34218         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
34220 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
34222         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
34223         usage of "the @option{...}".
34224         (-Wopenmp-simd): Likewise.
34225         (-fsanitize-recover): Likewise.
34226         (-fsanitize-undefined-trap-on-error): Likewise.
34227         (-flto): Likewise.
34228         (tracer-dynamic-coverage-feedback): Likewise.
34229         (reorder-block-duplicate-feedback): Likewise.
34230         (loop-unroll-jam-size): Likewise.
34231         (-B): Likewise.
34232         (-I-): Likewise.
34233         (-mabs=legacy): Likewise.
34234         (-mupper-regs-df): Likewise.
34235         (-mupper-regs-sf): Likewise.
34236         (-mpointers-to-nested-functions): Likewise.
34238 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
34240         * doc/extend.texi (Cilk Plus Builtins): Add markup.
34242 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
34244         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
34245         additional index entries and cross-references.
34246         (-fchkp-check-incomplete-type): Likewise.
34247         (-fchkp-first-field-has-own-bounds): Likewise.
34248         (-fchkp-narrow-to-innermost-array): Likewise.
34249         (-fchkp-use-fast-string-functions): Likewise.
34250         (-fchkp-use-nochk-string-functions): Likewise.
34251         (-fchkp-use-static-const-bounds): Likewise.
34252         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
34253         (-fchkp-instrument-marked-only): Likewise.
34254         (-fchkp-use-wrappers): Likewise.
34255         (-static-libmpx): Likewise.
34256         (-static-libmpxwrappers): Likewise.
34257         * doc/extend.texi (bnd_legacy): Likewise.
34258         (bnd_instrument): Likewise.
34259         (bnd_variable_size): Likewise.
34260         (Pointer Bounds Checker builtins): Likewise.
34262 2015-03-21  Tom de Vries  <tom@codesourcery.com>
34264         PR tree-optimization/65458
34265         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
34266         * cgraph.h (cgraph_node): Add parallelized_function field.
34267         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
34268         (input_overwrite_node): Read parallelized_function field.
34269         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
34270         parallelized_function on cgraph_node for child_fn.
34271         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
34272         Remove include of gt-tree-parloops.h.
34273         (parallelized_functions): Remove static variable.
34274         (parallelized_function_p): Rewrite using parallelized_function field of
34275         cgraph_node.
34276         (create_loop_fn): Remove adding to parallelized_functions.
34277         * Makefile.in (GTFILES): Remove tree-parloops.c
34279 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
34281         PR rtl-optimization/64366
34282         * lra.c (lra_update_insn_regno_info): Consider regs in
34283         CALL_INSN_FUNCTION_USAGE memory.
34285 2015-03-20  Richard Biener  <rguenther@suse.de>
34287         PR middle-end/64715
34288         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
34289         for type comparison and gcc_checking_assert.
34290         (chrec_fold_plus_poly_poly): Likewise.
34291         (chrec_fold_multiply_poly_poly): Likewise.
34292         (chrec_convert_1): Likewise.
34293         * gimplify.c (gimplify_expr): Remove premature folding of
34294         &X + CST to &MEM[&X, CST].
34296 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
34298         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
34299         already is final.
34300         (ipa_inline): Recompute inline_failed codes.
34301         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
34302         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
34303         CIF_FINAL_ERROR.
34305 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
34307         PR rtl-optimization/60851
34308         * recog.c (constrain_operands): Accept a pseudo register before reload
34309         for LRA enabled targets.
34311 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
34313         PR target/65240
34314         * config/rs6000/predicates.md (easy_fp_constant): Remove special
34315         -ffast-math handling that kept non-0 constants live in the RTL
34316         until reload.  Remove logic testing the number of instructions it
34317         took to create a constant in a GPR that was never used, due to a
34318         test for soft-float earlier.
34319         (memory_fp_constant): Delete, no longer used.
34321         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
34322         alternatives for loading non-0 constants into GPRs for hard
34323         floating point that is no longer needed due to changes in
34324         easy_fp_constant.  Add support for loading 0.0 into GPRs.
34325         (mov<mode>_hardfloat32): Likewise.
34326         (mov<mode>_hardfloat64): Likewise.
34327         (mov<mode>_64bit_dm): Likewise.
34328         (movtd_64bit_nodm): Likewise.
34329         (pre-reload move FP constant define_split): Delete define_split,
34330         since it is no longer used.
34331         (extenddftf2_internal): Remove GHF constraints that are not valid
34332         for extenddftf2.
34334 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
34336         PR rtl-optimization/63491
34337         * lra-constraints.c (check_and_process_move): Use src instead of
34338         sreg.  Remove some dead code.
34340 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
34342         PR ipa/65380
34343         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
34344         (sem_variable::merge): Likewise.
34346 2015-03-19  Martin Liska  <mliska@suse.cz>
34348         PR ipa/65465
34349         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
34350         all fields of cgraph_thunk_info.
34352 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
34354         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
34355         clone instrumented thunks.
34357 2015-03-19  Richard Biener  <rguenther@suse.de>
34359         Revert
34360         2015-03-10  Richard Biener  <rguenther@suse.de>
34362         PR middle-end/63155
34363         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
34364         * tree-ssa-coalesce.c: Include timevar.h.
34365         (attempt_coalesce): Handle graph being NULL.
34366         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
34367         Split out abnormal coalescing to ...
34368         (perform_abnormal_coalescing): ... this function.
34369         (coalesce_ssa_name): Perform abnormal coalescing without computing
34370         live/conflict.
34371         (verify_ssa_coalescing_worker): New function.
34372         (verify_ssa_coalescing): Likewise.
34374 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
34375             Jakub Jelinek  <jakub@redhat.com>
34377         PR sanitizer/65400
34378         * tsan.c (instrument_gimple): Clear tail call flag on
34379         calls.
34381 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
34383         PR sanitizer/65400
34384         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
34385         call in the return bb.
34386         (find_split_points): Add RETURN_BB argument, don't call
34387         find_return_bb.
34388         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
34389         if true append TSAN_FUNC_EXIT internal call after the call to
34390         the split off function.
34391         (execute_split_functions): Call find_return_bb here.
34392         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
34393         Adjust find_split_points and split_function calls.
34395 2015-03-18  DJ Delorie  <dj@redhat.com>
34397         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
34398         (iorqi3_virt): Likewise.
34400 2015-03-18  Tom de Vries  <tom@codesourcery.com>
34402         * tree-parloops.c (parallelize_loops): Make static.
34403         * tree-parloops.h (parallelize_loops): Remove extern declaration.
34405 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
34407         PR middle-end/64491
34408         Revert:
34409         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
34411         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
34412         condition would be removed due to undefined behaviour.
34414 2015-03-18  Martin Liska  <mliska@suse.cz>
34416         PR ipa/65432
34417         * cgraph.c (cgraph_node::get_create): Remove unnecessary
34418         xstrdup_for_dump wrapper.
34419         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
34420         sem_item::name.
34421         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
34422         with xstrdup_for_dump.
34423         (sem_variable::equals): Likewise.
34424         (sem_item_optimizer::read_section): Use symtab_node::name instead of
34425         sem_item::name.
34426         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
34427         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
34428         symtab_node::asm_name with xstrdup_for_dump.
34429         (congruence_class::dump): Use symtab_node::name instead of
34430         sem_item::name.
34431         * ipa-icf.h (symtab_node::name): Remove.
34432         (symtab_node::asm_name): Likewise.
34434 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
34436         PR tree-optimization/65450
34437         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
34438         function.
34439         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
34440         it instead of duplicate_ssa_name_ptr_info.
34442         PR target/65222
34443         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
34445 2015-03-18  Richard Biener  <rguenther@suse.de>
34447         * tree-data-ref.h (struct access_matrix): Remove.
34448         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
34449         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
34450         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
34451         (am_vector_index_for_loop): Likewise.
34452         (struct data_reference): Remove access_matrix member.
34453         (DR_ACCESS_MATRIX): Remove.
34454         (lambda_vector_new): Add comment.
34455         (lambda_matrix_new): Use XOBNEWVEC.
34457 2015-03-18  Richard Biener  <rguenther@suse.de>
34459         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
34460         (pass_ch::execute): Cleanup the CFG only if we did sth.
34461         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
34463 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34465         * expmed.c (synth_mult): Use std::swap instead of manually
34466         swapping algorithms.
34468 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
34470         PR target/65078
34471         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
34473 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
34475         PR target/65296
34476         * config/avr/avr.opt (-nodevicelib): New option.
34477         * doc/invoke.texi (AVR Options): Document it.
34478         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
34479         libgcc.a, libc.a, libm.a.
34480         * config/avr/specs.h: Same.
34481         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
34482         which don't (directly) depend on the device.  Print more help.
34483         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
34484         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
34485         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
34486         case of an error.
34487         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
34488         for specs file name.
34489         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
34490         * config/avr/avr-mcus.def: Adjust initializers and comments.
34492 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
34494         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
34495         DECL_ONE_ONLY to check if decl is one only.
34496         * ipa-split.c (consider_split): Limit splitt of one only functions.
34498 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
34500         PR tree-optimization/65427
34501         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
34502         functions.
34503         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
34505 2015-03-16  Marek Polacek  <polacek@redhat.com>
34507         * cgraph.h (add_new_static_var): Remove declaration.
34508         * varpool.c (add_new_static_var): Remove function.
34510 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
34512         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
34513         instead of vec<tree> * with vec_alloc and release for args.
34514         Adjust all users.
34516         PR middle-end/65431
34517         * omp-low.c (delete_omp_context): Only splay_tree_delete
34518         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
34519         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
34521 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
34523         PR sanitizer/64820
34524         * cfgexpand.c (align_base): New function.
34525         (alloc_stack_frame_space): Call it.
34526         (expand_stack_vars): Align prev_frame to be sure
34527         data->asan_vec elements aligned properly.
34529 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
34531         PR middle-end/65409
34532         * expr.c (store_field): Do not do a direct block copy if the source is
34533         a PARALLEL with BLKmode.
34535 2015-03-16  Tom de Vries  <tom@codesourcery.com>
34537         PR middle-end/65414
34538         Revert:
34539         2015-03-12  Tom de Vries  <tom@codesourcery.com>
34541         PR rtl-optimization/64895
34542         * lra-lives.c (check_pseudos_live_through_calls): Use
34543         actual_call_used_reg_set instead of call_used_reg_set, if available.
34545 2015-03-16  Alan Modra  <amodra@gmail.com>
34547         PR target/63150
34548         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
34549         Modify Z->r bswapdi splitter to use dest in place of scratch.
34550         In r->Z and Z->r bswapdi splitter rename word_high, word_low
34551         to word1, word2 and rearrange logic to suit.
34552         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
34553         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
34554         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
34555         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
34556         early clobber.
34558 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
34560         PR tree-optimization/65369
34561         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
34562         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
34563         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
34565         PR tree-optimization/65418
34566         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
34567         are casts in the first PLUS_EXPR operand, ensure tbias and
34568         *totallowp are in the inner type.
34570         PR rtl-optimization/65401
34571         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
34572         argument.  If true, adjust_address_nv of x with big-endian
34573         correction for the mode widening to GET_MODE (y).
34574         (make_field_assignment): Don't do MEM mode widening here.
34575         Use MEM_P instead of GET_CODE == MEM.
34577 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
34579         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
34580         the external decls.
34582 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34584         PR target/64600
34585         * config/arm/arm.c (arm_gen_constant, AND case): Use
34586         ARM_SIGN_EXTEND when constructing AND mask.
34588 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34590         * graph.c (print_graph_cfg): Make function names visible and append
34591         parenthesis to it.  Also make groups of basic blocks belonging to the
34592         same function visible.
34594 2015-03-12  Richard Biener  <rguenther@suse.de>
34596         PR middle-end/44563
34597         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
34598         to avoid quadratic behavior with inline expansion splitting blocks.
34599         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
34600         with the successor if the predecessor will be merged with it.
34601         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
34602         entry block with its successor.
34604 2015-03-13  Richard Biener  <rguenther@suse.de>
34606         PR middle-end/44563
34607         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
34608         (cleanup_tree_cfg_1): Do not call it.
34609         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
34610         (fixup_noreturn_call): Mark the stmt as control altering.
34611         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
34612         here.
34613         (pass_data_fixup_cfg): Produce a dump file.
34614         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
34615         (need_noreturn_fixup): New global.
34616         (pass_dominator::execute): Fixup queued noreturn calls.
34617         (optimize_stmt): Queue calls that became noreturn for fixup.
34618         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
34619         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
34620         (el_to_fixup): New global.
34621         (eliminate_dom_walker::before_dom_childre): Queue calls that
34622         became noreturn for fixup.
34623         (eliminate): Fixup queued noreturn calls.
34624         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
34625         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
34626         (substitute_and_fold_dom_walker::before_dom_children): Queue
34627         alls that became noreturn for fixup.
34628         (substitute_and_fold): Fixup queued noreturn calls.
34630 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
34632         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
34633         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
34634         are building; for methods check ODR type of class they belong to if
34635         they may lead to a polymorphic call.
34636         (sem_function::compare_polymorphic_p): Be bit smarter about testing
34637         when function may lead to a polymorphic call.
34638         (sem_function::compare_type_list): Remove.
34639         (sem_variable::equals): Update use of compatible_types_p.
34640         (sem_variable::parse_tree_refs): Remove.
34641         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
34642         cdtor.
34643         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
34644         matching here.
34645         (func_checker::compatible_polymorphic_types_p): Break out from ...
34646         (unc_checker::compatible_types_p): ... here.
34647         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
34648         Declare.
34649         (unc_checker::compatible_types_p): Update.
34650         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
34651         Remove.
34653 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34655         PR rtl-optimization/65235
34656         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
34657         When first element of vec_concat is const_int, calculate its size
34658         using second element.
34660 2015-03-12  Richard Biener  <rguenther@suse.de>
34662         PR middle-end/65270
34663         * fold-const.c (operand_equal_p): Fix ordering of resetting
34664         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
34666 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
34668         * config/s390/s390.c (s390_reorg): Move code to output nops after label
34669         to s390_reorg ().
34670         (s390_asm_output_function_label): Likewise.
34671         * config/s390/s390.c (s390_asm_output_function_label):
34672         Fix function label alignment with -mhtopatch.
34673         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
34674         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
34675         ("nop_2_byte"): New define_insn.
34676         ("nop_4_byte"): Likewise.
34677         ("nop_6_byte"): Likewise.
34678         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
34679         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
34681 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
34683         PR target/65103
34684         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
34685         register.
34687 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
34689         PR target/65044
34690         * toplev.c (process_options): Restrict Pointer Bounds Checker
34691         usage with Address Sanitizer.
34693 2015-03-12  Richard Biener  <rguenther@suse.de>
34695         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
34696         to split on.
34697         * omp-low.c (expand_omp_taskreg): Split block before removing
34698         the stmt.
34699         (expand_omp_target): Likewise.
34700         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
34701         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
34702         stmt to split_block.
34704 2015-03-12  Tom de Vries  <tom@codesourcery.com>
34706         PR rtl-optimization/64895
34707         * lra-lives.c (check_pseudos_live_through_calls): Use
34708         actual_call_used_reg_set instead of call_used_reg_set, if available.
34710 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
34712         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
34713         (cgraph_node::remove): Likewise.
34714         (cgraph_node::get_untransformed_body): Likewise.
34715         * varpool.c (varpool_node::remove): Likewise.
34716         (varpool_node::get_constructor): Add sanity check.
34718 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
34720         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
34721         old GCC versions.
34722         (-fabi-compat-version): Likewise.
34723         (-ffriend-injection): Likewise.
34724         (-Wdeclaration-after-statement): Likewise.
34725         (-fomit-frame-pointer): Likewise.
34726         (-ftree-coalesce-inlined-vars): Likewise.
34727         (-fvisibility=): Likewise.
34728         * doc/extend.texi (Typeof): Likewise.
34729         (Zero Length): Likewise.
34730         (Escaped Newlines): Likewise.
34731         (Compound Literals): Likewise.
34732         (Function Attributes): Likewise.
34733         (Label Attributes): Likewise.
34734         (Type Attributes): Likewise.
34735         (Function Names): Likewise.
34736         (Other Builtins): Likewise.
34737         (Function Specific Option Pragmas): Likewise.
34738         (C++ Interface): Likewise.
34740 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
34742         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
34744 2015-03-11  Marek Polacek  <polacek@redhat.com>
34746         PR tree-optimization/65388
34747         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
34749 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
34751         PR target/65296
34752         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
34753         * configure: Regenerate.
34754         * config.in: Regenerate.
34755         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
34756         [-mn-flash]: Document it.
34757         [__AVR_ARCH__]: Document avrtiny.
34759         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
34760         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
34761         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
34763 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
34765         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
34767 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
34769         PR target/65242
34770         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
34771         allow reloads of PLUS in floating point/VSX registers.
34773 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
34775         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
34776         crypto_sha256_fast.
34777         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
34779 2015-03-11  Richard Biener  <rguenther@suse.de>
34781         PR tree-optimization/65310
34782         * tree-sra.c (build_ref_for_offset): Also preserve larger
34783         alignment.
34785 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
34787         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
34789 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
34791         PR target/65368
34792         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
34793         new define_expand.
34794         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
34796 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
34798         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
34799         (sem_function::equals_wpa): ... here.
34801 2015-03-10  Marek Polacek  <polacek@redhat.com>
34802             Jakub Jelinek  <jakub@redhat.com>
34804         PR sanitizer/65367
34805         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
34806         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
34807         separately.
34809 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
34811         PR target/65286
34812         * config/rs6000/t-linux: For powerpc64* target set
34813         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
34815 2015-03-10  Richard Biener  <rguenther@suse.de>
34817         PR middle-end/44563
34818         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
34819         for redirect_all_calls.
34821 2015-03-10  Marek Polacek  <polacek@redhat.com>
34823         * gdbinit.in (pcfun): Define and document.
34825 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
34827         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
34828         of libgomp-plugin.h.
34829         (find_target_compiler): Support a case when the path to gcc is
34830         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
34831         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
34832         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
34833         libgomp-plugin.h.
34834         (main): Use GCC_INSTALL_NAME as target_driver_name.
34835         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
34836         define.
34837         (mkoffload.o): Remove obsolete include path and defines.
34838         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
34840 2015-03-10  Richard Biener  <rguenther@suse.de>
34842         PR middle-end/63155
34843         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
34844         * tree-ssa-coalesce.c: Include timevar.h.
34845         (attempt_coalesce): Handle graph being NULL.
34846         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
34847         Split out abnormal coalescing to ...
34848         (perform_abnormal_coalescing): ... this function.
34849         (coalesce_ssa_name): Perform abnormal coalescing without computing
34850         live/conflict.
34851         (verify_ssa_coalescing_worker): New function.
34852         (verify_ssa_coalescing): Likewise.
34854 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
34856         PR target/65296
34857         * config.gcc (extra_options) [avr]: Remove.
34858         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
34859         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
34860         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
34862         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
34863         (-mmcu=): Add Var and MissingArgError properties.
34864         (-march=): Remove.
34865         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
34866         * config/avr/t-multilib: Regenerate.
34867         * config/avr/specs.h: New file.
34868         * config/avr/driver-avr.c: New file.
34869         * config/avr/genopt.sh: Remove file.
34870         * config/avr/avr-tables.opt: Remove file.
34871         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
34872         * config/avr/avr-c.c: Same.
34873         * avr-arch.h: Same.
34874         (avr_current_device): Remove proto.
34875         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
34876         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
34877         (EXTRA_SPEC_FUNCTIONS): Define.
34878         (avr_devicespecs_file): New specs function proto.
34879         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
34880         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
34881         (avr_current_device): Remove definition and usage.
34882         (avr_set_core_architecture): New static function.
34883         (avr_option_override): Use it.
34884         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
34885         (mcu_name): New static array.
34886         (comparator, avr_archs_str, avr_mcus_str): New static functions.
34887         (avr_inform_devices, avr_inform_core_architectures): New functions.
34888         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
34889         (avrlibc.h) [WITH_AVRLIBC]: Include.
34890         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
34891         (print_mcu): Rewrite from scratch.
34892         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
34893         Forward to avr-specific specs defined in device-specs file.
34894         * config/avr/t-avr (driver-avr.o): New rule.
34895         (avr-devices.o): Depend on avr-arch.h.
34896         (avr-mcus): No more depend on avr-tables.opt.
34897         (avr-tables.opt): Remove rule.
34898         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
34900 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
34902         * c-family/c.opt (fchkp-use-wrappers): New.
34903         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
34904         (chkp_wrap_function): New.
34905         (chkp_build_instrumented_fndecl): Support wrapped
34906         functions.
34907         * doc/invoke.texi (-fcheck-pointer-bounds): New.
34908         (-fchkp-check-incomplete-type): New.
34909         (-fchkp-first-field-has-own-bounds): New.
34910         (-fchkp-narrow-bounds): New.
34911         (-fchkp-narrow-to-innermost-array): New.
34912         (-fchkp-optimize): New.
34913         (-fchkp-use-fast-string-functions): New.
34914         (-fchkp-use-nochk-string-functions): New.
34915         (-fchkp-use-static-bounds): New.
34916         (-fchkp-use-static-const-bounds): New.
34917         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
34918         (-fchkp-check-read): New.
34919         (-fchkp-check-write): New.
34920         (-fchkp-store-bounds): New.
34921         (-fchkp-instrument-calls): New.
34922         (-fchkp-instrument-marked-only): New.
34923         (-fchkp-use-wrappers): New.
34924         (-static-libmpx): New.
34925         (-static-libmpxwrappers): New.
34927 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
34929         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
34930         (CHKP_SPEC): Add wrappers library.
34931         * c-family/c.opt (static-libmpxwrappers): New.
34933 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
34935         * config/i386/linux-common.h (LIBMPX_LIBS): New.
34936         (LIBMPX_SPEC): New.
34937         (CHKP_SPEC): New.
34938         * gcc.c (CHKP_SPEC): New.
34939         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
34940         * c-family/c.opt (static-libmpx): New.
34942 2015-03-10  Richard Biener  <rguenther@suse.de>
34944         PR middle-end/44563
34945         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
34946         for compare_type.
34947         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
34948         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
34949         (cgraph_add_edge_to_call_site_hash): Likewise.
34950         (cgraph_node::get_edge): Likewise.
34951         (cgraph_edge::set_call_stmt): Likewise.
34952         (cgraph_edge::remove_caller): Likewise.
34954 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
34956         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
34957         (callee_saved_gpr_regs_size): ... this.
34958         (callee_saved_regs_first_regno): Rename to ...
34959         (callee_saved_first_gpr_regno): ... this.
34960         (callee_saved_regs_last_regno) Rename to ...
34961         (callee_saved_last_gpr_regno): ... this.
34962         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
34963         variables.
34964         (nds32_initial_elimination_offset): Likewise.
34965         (nds32_expand_prologue): Likewise.
34966         (nds32_expand_epilogue): Likewise.
34967         (nds32_expand_prologue_v3push): Likewise.
34968         (nds32_expand_epilogue_v3pop): Likewise.
34969         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
34970         Adjust renamed variables.
34971         (nds32_output_stack_pop): Likewise.
34973 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
34975         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
34976         code in comment.
34978 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
34980         PR rtl-optimization/65321
34981         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
34982         than shift mode.
34983         * var-tracking.c (use_narrower_mode): Likewise.
34985 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
34987         PR tree-optimization/65355
34988         * varasm.c (notice_global_symbol): Do not produce RTL.
34989         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
34990         anchor.
34991         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
34992         check for section anchors.
34994 2015-03-10  Alan Modra  <amodra@gmail.com>
34996         PR target/65286
34997         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
34998         to be single-arch by default.  Set cpu_is_64bit for powerpc64
34999         given --with-cpu=native.
35000         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
35001         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
35002         and powerpc64le.
35003         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
35004         rs6000_isa_flags rather than TARGET_64BIT.
35006 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
35007             Kaz Kojima  <kkojima@gcc.gnu.org>
35009         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
35011 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
35013         PR lto/65361
35014         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
35015         on a TREE_BINFO, instead use BINFO_TYPE.
35017 2015-03-09  Richard Biener  <rguenther@suse.de>
35019         PR middle-end/65270
35020         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
35021         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
35022         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
35023         of that.  When comparing dereferences compare alignment.
35024         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
35026 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
35028         * ipa-inline-analysis.c (check_callers): Check
35029         node->can_remove_if_no_direct_calls_and_refs_p.
35030         (growth_likely_positive): Reorganize to call
35031         can_remove_if_no_direct_calls_p later.
35032         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
35033         will_be_removed_from_program_if_no_direct_calls_p): Add
35034         will_inline parameter.
35035         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
35036         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
35037         Handle inliner case correctly.
35039 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
35041         PR tree-optimization/63743
35042         * cfgexpand.c (reorder_operands): Also reorder if only second operand
35043         had its definition forwarded by TER.
35045 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
35047         PR lto/65316
35048         * ipa-utils.h (types_odr_comparable): Add strict argument.
35049         * ipa-devirt.c: Fix whitespace;
35050         (odr_hasher): Remove.
35051         (odr_name_hasher, odr_vtable_hasher): New hashers.
35052         (can_be_name_hashed_p): New predicate.
35053         (hash_type_name): remove.
35054         (hash_odr_name): New.
35055         (odr_name_hasher::hash): new.
35056         (can_be_vtable_hashed_p): New.
35057         (hash_odr_vtable): New.
35058         (odr_vtable_hasher::hash): New.
35059         (types_same_for_odr): Add strict parameter.
35060         (types_odr_comparable): Likewise.
35061         (odr_name_hasher::equal): New.
35062         (odr_vtable_hasher::equal): New.
35063         (odr_name_hasher::remove): New.
35064         (odr_hash_type): Change to hash_table<odr_name_hasher>.
35065         (odr_vtable_hash_type): New.
35066         (odr_vtable_hash): New.
35067         (odr_subtypes_equivalent_p): Do strict comparsion.
35068         (add_type_duplicate): Merge type names; cleanup; avoid type
35069         duplicates.
35070         (register_odr_type): Initialize vtable hash.
35071         (build_type_inheritance_graph): Likewise
35072         (get_odr_type): Reorg to use two hashes.
35073         (dump_possible_polymorphic_call_targets): Move sanity check after debug
35074         output.
35075         (ipa_devirt): Dump type_inheritance_graph.
35076         (types_same_for_odr): Add strict mode.
35078 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
35080         PR ipa/65334
35081         * cgraph.h (symtab_node): Add definition_alignment,
35082         can_increase_alignment_p and increase_alignment.
35083         * symtab.c (symtab_node::can_increase_alignment_p,
35084         increase_alignment_1, symtab_node::increase_alignment,
35085         symtab_node::definition_alignment): New.
35086         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
35087         can_increase_alignment_p.
35088         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
35089         * tree-vect-stmts.c (ensure_base_align): Likewise.
35090         * varasm.c (function_section_1): Use definition_alignment.
35091         (assemble_start_function): Likewise.
35092         (emit_local): likewise.
35093         (build_constant_desc): Likewsie.
35094         (output_constant_def_contents): Likewise.
35095         (place_block_symbol): Likewise.
35096         (output_object_block): Likewise.
35098 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
35100         PR ipa/65316
35101         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
35102         when outputting debug.
35104 2015-03-07  Marek Polacek  <polacek@redhat.com>
35105             Martin Uecker  <uecker@eecs.berkeley.edu>
35107         PR sanitizer/65280
35108         * doc/invoke.texi: Update description of -fsanitize=bounds.
35110 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
35112         * tree-ssa-phiopt.c (neg_replacement): Remove.
35113         (tree_ssa_phiopt_worker): Remove negate optimization.
35115 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
35117         PR ipa/65302
35118         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
35120 2015-03-06  Richard Biener  <rguenther@suse.de>
35122         PR middle-end/64928
35123         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
35124         and liveout_obstack members.
35125         (calculate_live_on_exit): Remove.
35126         (calculate_live_ranges): Change declaration.
35127         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
35128         (new_tree_live_info): Adjust.
35129         (calculate_live_ranges): Delete livein when not wanted.
35130         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
35131         Deal with partly deleted live info.
35132         (loe_visit_block): Remove temporary bitmap by using
35133         bitmap_ior_and_compl_into.
35134         (live_worklist): Adjust accordingly.
35135         (calculate_live_on_exit): Make static.
35136         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
35137         we do not need livein.
35139 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
35141         * real.c (real_from_string): Fix typo in assertion.
35143 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
35145         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
35146         the patch.
35148 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
35150         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
35152 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
35154         PR target/64342
35155         * lra-assigns.c (find_hard_regno_for): Rename to
35156         find_hard_regno_for_1.  Add a new parameter.
35157         (find_hard_regno_for): New function using find_hard_regno_for_1.
35159 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
35161         PR rtl-optimization/65067
35162         * expmed.c (store_bit_field, extract_bit_field): Reworked the
35163         strict volatile bitfield handling.
35165 2015-03-05  Martin Liska  <mliska@suse.cz>
35167         PR ipa/65318
35168         * ipa-icf.c (sem_variable::equals): Compare variables types.
35170 2015-03-05  Richard Henderson  <rth@redhat.com>
35172         PR target/65121
35173         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
35174         correctly check weak symbol binding.
35176 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
35178         PR middle-end/65315
35179         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
35180         needed alignment.
35182 2015-03-05  Martin Liska  <mliska@suse.cz>
35184         * ipa-inline.c (inline_small_functions): Set default value to
35185         prevent warning during bootstrap.
35186         * tree.h: Add pragma guard that ignores false positives during
35187         bootstrap.
35189 2015-03-05  Richard Biener  <rguenther@suse.de>
35191         PR tree-optimization/65310
35192         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
35193         Properly preserve alignment of the base of the access.
35195 2015-03-05  Richard Biener  <rguenther@suse.de>
35197         PR ipa/65270
35198         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
35199         Compare dependence info.
35201 2015-03-05  Richard Biener  <rguenther@suse.de>
35203         PR middle-end/65233
35204         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
35205         tree-into-ssa.h.
35206         (walk_ssa_copies): Revert last chage.  Instead do not walk
35207         SSA names registered for SSA update.
35209 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
35211         PR ipa/65270
35212         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
35213         vtable references for their containing type.
35214         (sem_function::equals_wpa): Compare TYPE_RESTRICT
35215         and type attributes.
35217 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
35219         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
35220         before negating it.
35221         * stor-layout.c (finalize_record_size): Revert latest change.
35223 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
35225         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
35227 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
35229         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
35230         for correct comdat handling.
35231         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
35232         Likewise.
35233         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
35234         (used_from_object_file_p_worker): Remove.
35235         (cgraph_node::only_called_directly_or_alised): Add
35236         used_from_object_file_p.
35237         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
35238         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
35239         can_remove_if_no_direct_calls_and_refs_p.
35241 2015-03-04  Nick Clifton  <nickc@redhat.com>
35243         * config/rl78/rl78.h (enum reg_class): Remove real registers from
35244         General register class.
35245         * config/rl78/rl78-real.md: Replace general register constraints
35246         with real+virtual register constraints.
35248 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
35250         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
35251         from checking for -mhtm option.
35253 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
35255         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
35256         (struct ipa_sra_check_caller_data): Add has_thunk field.
35257         (ipa_sra_check_caller): Check for thunk.
35258         (ipa_sra_preliminary_function_checks): Give up on function with
35259         thunks.
35260         (ipa_early_sra): Use call_for_symbol_and_aliases.
35262 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
35264         PR target/65249
35265         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
35266         called for __stack_chk_guard symbol.
35268 2015-03-03  DJ Delorie  <dj@redhat.com>
35270         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
35271         inc/dec.
35272         (*addhi3_real): Likewise.
35273         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
35274         pattern to match incrementing memory.
35275         * config/rl78/predicates.md (rl78_1_2_operand): New.
35276         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
35277         it's the same and only mem.
35278         (rl78_alloc_physical_registers_op2): If there's effectively only
35279         one MEM, transcode it into HL.
35280         (rl78_far_p): Reject addresses that aren't legitimate.
35282 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
35284         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
35285         negating it.
35287         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
35289 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
35291         Implement call0 ABI for xtensa
35292         * config/xtensa/constraints.md ("a" constraint): Include stack
35293         pointer in case of call0 ABI.
35294         ("q" constraint): Make empty in case of call0 ABI.
35295         ("D" constraint): Include stack pointer in case of call0 ABI.
35296         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
35297         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
35298         prototypes.
35299         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
35300         variable.
35301         (xtensa_regno_to_class): Make it a local variable in the
35302         function xtensa_regno_to_class.
35303         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
35304         macro, function prototype and implementation.
35305         (reg_nonleaf_alloc_order): Make it a local variable in the
35306         function order_regs_for_local_alloc.
35307         (xtensa_conditional_register_usage): New function.
35308         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
35309         (xtensa_valid_move): Allow direct moves to stack pointer
35310         register in call0 ABI.
35311         (xtensa_setup_frame_addresses): Only spill register windows in
35312         windowed ABI.
35313         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
35314         call0 ABI respectively.
35315         (xtensa_function_arg_1): Only mark a7 register for copying in
35316         windowed ABI.
35317         (xtensa_call_save_reg): New function.
35318         (compute_frame_size): Add space for callee saved register
35319         storage to the frame size in call0 ABI.
35320         (xtensa_expand_prologue): Generate code to set up stack frame
35321         and save callee-saved registers in call0 ABI.
35322         (xtensa_expand_epilogue): New function.
35323         (xtensa_set_return_address): New function.
35324         (xtensa_return_addr): Calculate return address in call0 ABI.
35325         (xtensa_builtin_saveregs): Only mark a7 register for copying and
35326         emit copying code in windowed ABI.
35327         (order_regs_for_local_alloc): Add preferred register allocation
35328         order for non-leaf function in call0 ABI.
35329         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
35330         (xtensa_asm_trampoline_template): Add trampoline generation for
35331         call0 ABI.
35332         (xtensa_trampoline_init): Add trampoline initialization for
35333         call0 ABI.
35334         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
35335         functions.
35336         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
35337         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
35338         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
35339         ABI call-used registers.
35340         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
35341         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
35342         call0 ABI.
35343         (REG_CLASS_CONTENTS): Include all registers into the preferred
35344         reload registers set, adjust the set in the
35345         xtensa_conditional_register_usage.
35346         (xtensa_regno_to_class): Drop variable declaration.
35347         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
35348         function.
35349         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
35350         respectively.
35351         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
35352         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
35353         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
35354         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
35355         location in call0 ABI.
35356         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
35357         stack adjustment size when handling exception.
35358         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
35359         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
35360         definitions.
35361         ("return" pattern): Generate ret.n/ret in call0 ABI.
35362         ("epilogue" pattern): Expand epilogue.
35363         ("nonlocal_goto" pattern): Use default in call0 ABI.
35364         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
35365         emit eh_set_a0_* depending on ABI.
35366         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
35367         ("eh_set_a0_call0", "blockage"): New patterns.
35369 2015-03-03  Martin Liska  <mliska@suse.cz>
35371         PR ipa/65287
35372         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
35374 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
35376         PR 65138/target
35377         * config/rs6000/rs6000-tables.opt: Regenerate table.
35379 2015-03-03  Renlin Li  <renlin.li@arm.com>
35381         * doc/md.texi (@item ^): Change ? into ^.
35383 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
35385         * doc/tm.texi: Regenerated.
35387 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
35389         * builtins.c (expand_builtin_return_addr): Add
35390         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
35391         surrounding #ifdef.
35392         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
35393         definition to 1.
35394         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
35395         Likewise.
35396         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
35397         undefined.
35398         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
35399         paragraph.
35401 2015-03-03  Martin Jambor  <mjambor@suse.cz>
35402             Eric Botcazou  <ebotcazou@adacore.com>
35404         * tree-sra.c (ipa_sra_check_caller_data): New type.
35405         (has_caller_p): Removed.
35406         (ipa_sra_check_caller): New function.
35407         (ipa_sra_preliminary_function_checks): Use it.
35409 2015-03-03  Martin Liska  <mliska@suse.cz>
35411         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
35412         instead of if branch.
35414 2015-03-03  Martin Liska  <mliska@suse.cz>
35416         PR ipa/65282
35417         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
35419 2015-03-23  Jeff Law  <law@redhat.com>
35421         PR tree-optimization/65241
35422         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
35423         hash table if INSERT is true.
35425 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
35427         PR target/65296
35428         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
35430 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
35432         PR target/64331
35433         * config/avr/avr.c (context.h, tree-pass.h): Include them.
35434         (avr_pass_data_recompute_notes): New static variable.
35435         (avr_pass_recompute_notes): New class.
35436         (avr_register_passes): New static function.
35437         (avr_option_override): Call it.
35439 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
35441         Fix various problems with specs file generation.
35443         PR target/65296
35444         * config.gcc (extra_gcc_objs) [avr]: Remove.
35445         * config/avr/driver-avr.c: Remove file.
35446         * config/avr/t-avr (driver-avr.o): Remove rule.
35447         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
35448         INCLUDES to build.  Depend on TM_H.
35449         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
35450         build warnings.  Fix non-matching types and non-existing %-codes.
35451         (tm.h): Include.
35452         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
35453         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
35454         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
35455         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
35456         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
35457         (LIBGCC_SPEC): Remove definitions.
35459 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
35461         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
35462         to create a register in testing mode.
35464 2015-03-03  Martin Liska  <mliska@suse.cz>
35465             Jan Hubicka  <hubicka@ucw.cz>
35467         PR ipa/65263
35468         * cgraph.c (cgraph_node::has_thunk_p): New function.
35469         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
35470         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
35471         (sem_function::merge): Assert is changed.
35473 2015-03-03  Martin Liska  <mliska@suse.cz>
35474             Martin Jambor  <mjambor@suse.cz>
35476         PR ipa/65087
35477         * ipa-icf.c (sem_item_optimizer::execute): Change function
35478         return value to boolean.
35479         (sem_item_optimizer::merge_classes): Likewise.
35480         (ipa_icf_driver): Return TODO_remove_functions in case there's
35481         a merge operation processed.
35482         * ipa-icf.h: Change function return value to boolean.
35484 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
35486         PR 65138/target
35487         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
35488         processor type for 64-bit little endian PowerPC.
35490         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
35491         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
35492         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
35493         printing built-in mask so it does not pass NULL pointers.
35495         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
35496         -mcpu=powerpc64le.
35498 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
35500         PR target/58158
35501         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
35502         !ISA_HAS_FP_CONDMOVE.
35504 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
35506         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
35507         reload_completed.
35509 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
35511         * doc/invoke.texi (Options for Code Generation Conventions):
35512         Fix URL of DSO paper.
35514 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
35516         PR ipa/65130
35517         * ipa-inline.c (check_callers): Looks for recursion.
35518         (inline_to_all_callers): Give up on uninlinable or recursive edges.
35519         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
35520         summary of inline clones.
35521         (do_estimate_growth_1): Fix recursion check.
35523 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
35525         PR ipa/64988
35526         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
35527         comdat groups.
35529 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
35530             Aldy Hernandez  <aldyh@redhat.com>
35532         PR lto/65276
35533         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
35534         when checking TYPE_BINFO.
35536 2015-03-02  Richard Biener  <rguenther@suse.de>
35538         PR ipa/65270
35539         * ipa-icf-gimple.c: Include builtins.h.
35540         (func_checker::compare_memory_operand): Compare base alignment.
35542 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
35544         PR target/65184
35545         * config/i386/i386.c (ix86_pass_by_reference): Bounds are never
35546         passed by reference.
35548 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
35550         PR target/65183
35551         * tree-chkp.c (chkp_check_lower): Don't check against
35552         zero bounds for already instrumented functions.
35553         (chkp_check_upper): Likewise.
35554         (chkp_fini): Clean pass local data to avoid wrong reusage.
35556 2015-02-28  Martin Liska  <mliska@suse.cz>
35557             Jan Hubicka  <hubicka@ucw.cz>
35559         * ipa-icf.c (sem_variable::equals): Improve debug output;
35560         get variable constructor.
35561         (sem_variable::parse): Do not filter out too early; give up on
35562         volatile and register vars.
35563         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
35564         variables.
35565         * ipa-icf.h (sem_variable::init): Do not set ctor.
35566         (sem_variable::ctor): Remove.
35568 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
35570         PR middle-end/65233
35571         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
35573 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35575         * ipa-icf.c: Include stor-layout.h
35576         (sem_function::compare_cgraph_references): Rename to ...
35577         (sem_item::compare_cgraph_references): ... this one.
35578         (sem_variable::equals_wpa): New function
35579         (sem_variable::equals): Do not check stuff already verified by
35580         equals_wpa.
35581         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
35582         * ipa-icf.h (sem_item): Add compare_cgraph_references.
35583         (sem_function): Remove compare_cgraph_references.
35584         (sem_variable): Turns equals_wpa into non-inline.
35586 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35588         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
35589         (sem_item::add_expr): New function.
35590         (sem_function::hash_stmt): Handle operands of most statements.
35591         (sem_variable::get_hash): Hash the actual constructor.
35592         * ipa-icf.h (sem_item): Add add_expr.
35593         (sem_function): Update prototype of hash_stmt
35595 2015-02-28  Martin Liska  <mliska@suse.cz>
35596             Jan Hubicka  <hubicka@ucw.cz>
35598         PR ipa/65245
35599         * ipa-icf-gimple.c (func_checker::compare_function_decl):
35600         Remove.
35601         (func_checker::compare_variable_decl): Skip symtab vars.
35602         (func_checker::compare_cst_or_decl): Update.
35603         * ipa-icf.c (sem_function::parse): Do not consider aliases.
35604         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
35605         use correct symtab predicates.
35606         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
35607         (sem_variable::parse):  Update comment.
35608         (sem_item_optimizer::build_graph): Consider ultimate aliases
35609         for references.
35611 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35613         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
35614         of OBJ_TYPE_REF.
35616 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35618         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
35619         (sem_variable::merge) Likewise.
35621 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35623         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
35624         target; also match flag_ipa_devirt.
35626 2015-03-01  Martin Liska  <mliska@suse.cz>
35627             Jan Hubicka  <hubicka@ucw.cz>
35629         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
35630         Validate variable alignment.
35631         * ipa-icf.c (sem_function::equals_private): Be more precise
35632         about non-common function attributes.
35633         (sem_variable::equals): Likewise.
35635 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35637         PR ipa/65237
35638         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
35639         across COMDAT group boundary.
35641 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35643         PR ipa/65232
35644         * ipa-icf.c (clear_decl_rtl): New function.
35645         (sem_function::merge): Clear RTL before forming alias.
35646         (sem_variable::merge): Clear RTL before forming alias.
35648 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
35650         PR ipa/65236
35651         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
35653 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
35655         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
35656         to neon_to_gp<q>.
35658 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
35660         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
35661         a typo in the description.
35663 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
35665         PR target/64317
35666         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
35667         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
35668         * lra-constraints.c: Include "params.h".
35669         (EBB_PROBABILITY_CUTOFF): Use
35670         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
35671         (lra_inheritance): Use '<' instead of '<=' for
35672         EBB_PROBABILITY_CUTOFF.
35673         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
35674         Document change.
35676 2015-02-27  Martin Liska  <mliska@suse.cz>
35678         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
35679         vector length condition.
35681 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
35683         * doc/extend.texi (x86 transactional memory intrinsics):
35684         Reorganize discussion of _xbegin.  Clarify that the return
35685         value is a bit mask.  Expand example and move to end of section.
35687 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
35688             Aldy Hernandez  <aldyh@redhat.com>
35690         PR rtl-optimization/65220
35691         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
35693 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
35695         PR target/65032
35696         * lra-remat.c (update_scratch_ops): New.
35697         (do_remat): Call it.
35698         * lra.c (lra_register_new_scratch_op): New. Take code from ...
35699         (remove_scratches): ... here.
35700         * lra-int.h (lra_register_new_scratch_op): New prototype.
35702 2015-02-27  Marek Polacek  <polacek@redhat.com>
35704         PR c/65040
35705         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
35706         -Wformat-signedness anymore.
35708 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35710         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
35711         function.
35712         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
35714 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35716         * config/s390/s390.c (enum s390_builtin):
35717         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
35718         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
35719         (s390_init_builtins): Generate new builtin functions.
35720         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
35721         (s390_sfpc, s390_efpc): New pattern definitions.
35723 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35725         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
35726         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
35727         (s390_builtin_decls): New array.
35728         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
35729         (s390_builtin_decl): New function.
35730         (TARGET_BUILTIN_DECL): Define macro.
35732 2015-02-27  Richard Biener  <rguenther@suse.de>
35734         PR middle-end/63175
35735         * builtins.c (get_object_alignment_2): Make sure to re-apply
35736         the ANDed mask after recursing to its operand gets us a new
35737         misalignment bit position.
35739 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
35740             Martin Liska  <mliska@suse.cz>
35742         PR bootstrap/65150
35743         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
35744         Use address_matters_p.
35745         (redirect_all_callers, set_addressable): New functions.
35746         (sem_function::merge): Reorganize and fix merging issues.
35747         (sem_variable::merge): Likewise.
35748         (sem_variable::compare_sections): Remove.
35749         * common.opt (fmerge-all-constants, fmerge-constants): Remove
35750         Optimization flag.
35751         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
35752         redirect them.
35753         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
35754         decl is used.
35755         (address_matters_1): New function.
35756         (symtab_node::address_matters_p): New function.
35757         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
35758         check for merged flag.
35759         * cgraph.h (address_matters_p): Declare.
35760         (symtab_node::address_taken_from_non_vtable_p): Remove.
35761         (symtab_node::address_can_be_compared_p): New method.
35762         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
35763         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
35764         Remove.
35765         (comdat_can_be_unshared_p_1) Use address_matters_p.
35766         (update_vtable_references): Fix formating.
35767         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
35768         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
35769         * cgraphclones.c: Preserve merged and icf_merged flags.
35771 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
35773         * doc/extend.texi (Function Attributes): Fix spelling and typos.
35774         (Label Attributes): Likewise.
35775         (Cilk Plus Builtins): Likewise.
35776         (ARC SIMD Built-in Functions): Likewise.
35777         (ARM C Language Extensions (ACLE)): Likewise.
35778         (PowerPC Built-in Functions): Likewise.
35779         (PowerPC Hardware Transactional Memory Built-in Functions):
35780         Likewise.
35782 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
35784         PR tree-optimization/65216
35785         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
35786         new stmt and new SSA_NAME for lhs whenever the arguments have
35787         changed and weren't just swapped.  Fix comment typo.
35789         PR tree-optimization/65215
35790         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
35791         for PDP endian targets.
35792         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
35793         Fix up formatting issues.
35794         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
35795         size is smaller than the original, adjust MEM_REF offset by the
35796         difference of sizes.  Use is_gimple_mem_ref_addr instead of
35797         is_gimple_min_invariant test to avoid adding address temporaries.
35799 2015-02-26  Martin Liska  <mliska@suse.cz>
35800             Jan Hubicka  <hubicka@ucw.cz>
35802         PR ipa/64693
35803         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
35804         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
35805         (sem_item_optimizer::process_cong_reduction): Include division by
35806         sensitive references.
35807         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
35808         * ipa-ref.c (ipa_ref::address_matters_p): New function.
35809         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
35811 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
35813         PR target/65192
35814         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
35815         Remove.
35816         * config/avr/avr.c: Same.
35817         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
35818         Refuse any constant address not in 0..0xbf.
35819         * config/avr/avr.md (*mov<mode>, *movsf): Remove
35820         tiny_valid_direct_memory_access_range from insn conditions.
35821         (mov<mode>): Don't special-case expansion of avrtiny addresses.
35823 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
35825         PR target/61142
35826         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
35827         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
35828         * config/sh/predicates.md (const_logical_operand): New predicate.
35829         * config/sh/sh.md: Add new peephole2 patterns.
35831 2015-02-26  Marek Polacek  <polacek@redhat.com>
35833         PR ipa/65008
35834         * ipa-inline.c (early_inliner): Recompute inline parameters.
35836 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
35838         PR target/65171
35839         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
35840         instructions with TImode operands are included in the analysis.
35842 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
35844         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
35845         of an EDGE_FSM_THREAD.
35847 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35849         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
35851 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
35853         PR debug/46102
35854         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
35856 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
35858         PR tree-optimization/65048
35859         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
35860         (thread_through_all_blocks): Call valid_jump_thread_path.
35861         Remove invalid FSM jump-thread paths.
35863 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
35865         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
35866         (ipa_write_optimization_summaries): Likewise.
35867         * tree-streamer.h: Include data-streamer.h.
35868         (streamer_mode_table): Declare extern variable.
35869         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
35870         * lto-streamer-out.c (lto_output_init_mode_table,
35871         lto_write_mode_table): New functions.
35872         (produce_asm_for_decls): Call lto_write_mode_table when streaming
35873         offloading LTO.
35874         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
35875         (lto_create_simple_input_block): Add mode_table argument to the
35876         lto_input_block constructors.
35877         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
35878         Likewise.
35879         * data-streamer-in.c (string_for_index): Likewise.
35880         * ipa-inline-analysis.c (inline_read_section): Likewise.
35881         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
35882         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
35883         * lto-streamer-in.c (lto_read_body_or_constructor,
35884         lto_input_toplevel_asms): Likewise.
35885         (lto_input_mode_table): New function.
35886         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
35887         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
35888         Use bp_pack_machine_mode.
35889         * real.h (struct real_format): Add name field.
35890         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
35891         (class lto_input_block): Add mode_table member.
35892         (lto_input_block::lto_input_block): Add mode_table_ argument,
35893         initialize mode_table.
35894         (struct lto_file_decl_data): Add mode_table field.
35895         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
35896         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
35897         unpack_ts_decl_common_value_fields,
35898         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
35899         * tree-streamer.c (streamer_mode_table): New variable.
35900         * real.c (ieee_single_format, mips_single_format,
35901         motorola_single_format, spu_single_format, ieee_double_format,
35902         mips_double_format, motorola_double_format,
35903         ieee_extended_motorola_format, ieee_extended_intel_96_format,
35904         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
35905         ibm_extended_format, mips_extended_format, ieee_quad_format,
35906         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
35907         decimal_single_format, decimal_double_format, decimal_quad_format,
35908         ieee_half_format, arm_half_format, real_internal_format): Add name
35909         field.
35910         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
35912 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
35914         PR target/65161
35915         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
35916         reordering for selective scheduling.
35918 2015-02-26  Terry Guo  <terry.guo@arm.com>
35920         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
35921         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
35922         (arm_arch_no_volatile_ce): Declare new global variable.
35923         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
35924         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
35925         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
35926         (TARGET_NO_VOLATILE_CE): New macro.
35927         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
35928         volatile memory access in IT block
35930 2015-02-25  Kai Tietz  <ktietz@redhat.com>
35932         PR tree-optimization/61917
35933         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
35934         that reduc_def_stmt is null.
35936 2015-02-25  Martin Liska  <mliska@suse.cz>
35938         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
35939         hard register variables.
35941 2015-02-25  Kai Tietz  <ktietz@redhat.com>
35943         PR target/64212
35944         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
35945         (symtab::noninterposable_alias): Likewise.
35947 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
35949         PR target/65167
35950         * config/i386/i386.c (ix86_function_arg_regno_p): Support
35951         bounds registers.
35952         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
35954 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
35956         PR target/64997
35957         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
35958         as split condition; force split via '#' in output pattern.
35960 2015-02-25  Richard Biener  <rguenther@suse.de>
35961             Kai Tietz  <ktietz@redhat.com>
35963         PR tree-optimization/61917
35964         * tree-vect-loop.c (vectorizable_reduction): Allow
35965         vect_internal_def without reduction to exit graceful.
35967 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
35969         PR target/65196
35970         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
35971         only with NONDEBUG_INSN_P.
35973 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
35975         Use variadic macros with avr-log.c.
35977         * config/avr/avr-protos.h (avr_vdump): New prototype.
35978         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
35979         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
35980         * config/avr/avr-log.c: Adjust comments.
35981         (avr_vdump): New function.
35982         (avr_vadump): Pass caller as 2nd argument instead of format string.
35983         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
35984         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
35986 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
35988         PR lto/64374
35989         * target.def (target_option_stream_in): New target hook.
35990         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
35991         targetm.target_option.post_stream_in if non-NULL.
35992         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
35993         * doc/tm.texi: Updated.
35994         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
35995         function.
35996         (TARGET_OPTION_POST_STREAM_IN): Redefine.
35998 2015-02-24  Jeff Law  <law@redhat.com>
36000         PR target/65117
36001         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
36002         of operand 0 and operand 2.
36003         (zero_cost_loop_end, loop_end): Similarly.
36005 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
36007         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
36008         CXX_MEM_STAT_INFO.
36010 2015-02-24  DJ Delorie  <dj@redhat.com>
36012         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
36013         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
36014         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
36015         instead of hardcoding SImode.
36017 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
36019         * omp-low.c (create_omp_child_function): Tag entrypoint
36020         functions with a special attribute.
36022 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
36024         PR target/65058
36025         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
36027 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
36029         PR rtl-optimization/65123
36030         * lra-remat.c (operand_to_remat): Check hard regs in insn
36031         definition too.
36033 2015-02-24  Nick Clifton  <nickc@redhat.com>
36035         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
36036         to the assembler.
36038 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
36040         PR libgomp/64625
36041         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
36042         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
36043         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
36044         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
36045         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
36046         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
36047         (BUILT_IN_GOACC_PARALLEL): Specify as
36048         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
36049         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
36050         * builtin-types.def
36051         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36052         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36053         Remove function types.
36054         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
36055         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36056         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36057         New function types.
36059 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
36061         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
36063 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
36065         PR tree-optimization/65170
36066         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
36067         if val[1] < 0, clear also val[2] and return 3.
36069 2015-02-24  Alan Modra  <amodra@gmail.com>
36071         PR target/65172
36072         * config/rs6000/rs6000.c (get_memref_parts): Only return true
36073         when *base is a reg.  Handle nested plus addresses.  Simplify
36074         pre_modify test.
36076 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
36078         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
36079         use natural alignment when optimizing for size.
36081 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
36083         PR target/65153
36084         * config/sh/sh.md (movsicc_true+3): Remove peephole.
36085         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
36086         * config/sh/sh.c (replace_n_hard_rtx): Remove.
36088 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
36090         PR fortran/63427
36091         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
36092         too big for a wide_int.  Implement missing wrapping operation.
36094 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
36096         PR target/65163
36097         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
36098         instead of const_int 4294901760.
36100 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
36102         * config/avr/t-avr: Fix typo in comment.
36104 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
36106         * doc/rtl.texi (fma): Clarify documentation.
36108 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
36110         PR debug/58123
36111         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
36112         over input_location.
36114 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
36116         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
36117         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
36118         restrict alignments to absolute_biggest_alignment.
36119         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
36120         Define.
36121         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
36122         * doc/tm.texi: Regenerate.
36123         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
36125 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
36127         PR target/64172
36128         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
36130 2015-02-20  Richard Biener  <rguenther@suse.de>
36132         PR tree-optimization/65136
36133         * tree-ssa-propagate.c: Include cfgloop.h.
36134         (replace_phi_args_in): Avoid replacing loop latch edge PHI
36135         arguments with constants.
36137 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
36138             Martin Liska  <mliska@suse.cz>
36140         PR target/63892
36141         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
36142         don't try to create_thunk if stdarg_p.  If
36143         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
36144         redirect_callers if possible.
36145         (sem_item_optimizer::execute): Call unregister_hooks here...
36146         (ipa_icf_driver): ... instead of here.
36148 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
36150         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
36151         Mark operand 0 as earlyclobber in 2nd alternative.
36152         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
36153         Write negated shift amount into QI lowpart operand 0 and use it
36154         in the shift step.
36155         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
36157 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
36159         * cgraph.h (clone_function_name_1): Declare.
36160         * cgraphclones.c (clone_function_name_1): New function.
36161         (clone_function_name): Use it.
36162         * lto-partition.c: Include "stringpool.h".
36163         (must_not_rename, maybe_rewrite_identifier)
36164         (validize_symbol_for_target): New static functions.
36165         (privatize_symbol_name): Use must_not_rename.
36166         (promote_symbol): Call validize_symbol_for_target.
36167         (lto_promote_cross_file_statics): Likewise.
36168         (lto_promote_statics_nonwpa): Likewise.
36170 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
36172         PR target/64452
36173         * config/avr/avr.md (pushhi_insn): New insn.
36174         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
36176 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
36177             Jakub Jelinek  <jakub@redhat.com>
36179         * tree-streamer.c (preload_common_nodes): Don't preload
36180         TI_VA_LIST* for offloading.
36181         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
36182         in_lto_p.
36184 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
36186         * config/pa/pa.c (pa_emit_move_sequence): Always force
36187         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
36188         note on insn.
36190         * config/pa/pa.c (pa_reloc_rw_mask): New function.
36191         (TARGET_ASM_RELOC_RW_MASK): Define.
36192         (pa_cannot_force_const_mem): Revert previous change.
36194 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
36195             Jan Hubicka  <hubicka@ucw.cz>
36197         PR ipa/65028
36198         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
36199         across jump functions.
36201 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
36203         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
36205 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
36207         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
36209 2015-02-19  Richard Henderson  <rth@redhat.com>
36211         PR middle-end/65074
36212         * varasm.c (default_binds_local_p_2): Don't test node->definition;
36213         test DECL_EXTERNAL independent of symtab_node.
36215 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
36217         PR lto/65012
36218         * varpool.c (varpool_node::get_constructor): Return early
36219         if this->lto_file_data is NULL.
36221 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
36223         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
36224         (rank_for_schedule_debug): Update.
36225         (ready_sort): Make static.  Move sorting logic to ...
36226         (ready_sort_debug, ready_sort_real): New static functions.
36227         (schedule_block): Sort both debug insns and real insns in preparation
36228         for ready list trimming.  Improve debug output.
36229         * sched-int.h (ready_sort): Remove global declaration.
36231 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
36233         * ipa-icf.c (sem_function::equals_private): Adjust.
36234         (sem_function::bb_dict_test): Take a vec<int> * instead of
36235         auto_vec<int>.
36236         * ipa-icf.h (bb_dict_test): Likewise.
36238 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
36240         PR gcov-profile/64634
36241         * tree-eh.c (frob_into_branch_around): Fix up typos
36242         in function comment.
36243         (lower_catch): Put eh_seq resulting from EH lowering of
36244         the cleanup sequence after the cleanup rather than before it.
36246 2015-02-18  Tom de Vries  <tom@codesourcery.com>
36248         * common.opt (fstdarg-opt): New option.
36249         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
36250         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
36251         (@item -fstdarg-opt): New item.
36253 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
36255         PR target/65064
36256         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
36257         for common symbols.
36259 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
36261         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
36262         insn-modes.h.
36263         (ALL_HOST_OBJS): Add mkoffload.o.
36264         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
36266 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
36268         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
36269         (compare_virtual_tables): Be smarter about skipping typeinfos;
36270         do sane output on virtual table table mismatch.
36271         (warn_odr): Be ready for forward declarations of enums;
36272         output sane info on base mismatch and virtual table mismatch.
36273         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
36274         when only one type is polymorphic.
36275         (get_odr_type): Fix hashtable corruption.
36276         (dump_odr_type): Dump mangled names.
36278 2015-02-18  Richard Biener  <rguenther@suse.de>
36280         PR tree-optimization/65063
36281         * tree-predcom.c (determine_unroll_factor): Return 1 if we
36282         have replaced looparound PHIs.
36284 2015-02-18  Martin Liska  <mliska@suse.cz>
36286         * lto-streamer.c (lto_streamer_init): Encapsulate
36287         streamer_check_handled_ts_structures with checking macro.
36289 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
36291         PR ipa/65087
36292         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
36293         section if !implicit_section.
36294         (cgraph_node::create_version_clone_with_body): Likewise.
36295         * trans-mem.c (ipa_tm_create_version): Likewise.
36297 2015-02-18  Richard Biener  <rguenther@suse.de>
36299         PR tree-optimization/62217
36300         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
36301         into BIVs.
36303 2015-02-18  Marek Polacek  <polacek@redhat.com>
36305         PR sanitizer/65081
36306         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
36307         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
36308         is in range [-16K, -1].  Don't issue run-time error if
36309         (ptr > ptr + offset).
36311 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
36313         * doc/install.texi (nvptx-*-none): New section.
36314         * doc/invoke.texi (Nvidia PTX Options): Likewise.
36315         * config/nvptx/nvptx.opt: Update.
36317         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
36318         (access_check): New functions, copied from
36319         config/i386/intelmic-mkoffload.c.
36320         (main): For non-installed testing, look in all COMPILER_PATHs for
36321         GCC_INSTALL_NAME.
36323         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
36325 2015-02-18  Andrew Pinski  <apinski@cavium.com>
36326             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
36328         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
36329         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
36331 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
36333         * ipa-visibility.c (function_and_variable_visibility): Only
36334         check locality if node is not already local.
36335         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
36336         call_for_symbol_and_aliases instead of
36337         call_for_symbol_thunks_and_aliases.
36338         (ipa_inline): Likewise.
36339         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
36340         first walk aliases.
36341         * ipa.c (symbol_table::remove_unreachable_nodes): Use
36342         call_for_symbol_and_aliases.
36343         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
36344         (ipa_propagate_frequency_1): Use it; use opt_for_fn
36345         (ipa_propagate_frequency): Update.
36346         (ipa_profile): Add opt_for_fn gueards.
36348 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
36350         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
36351         * doc/invoke.texi (SH options): Document it.
36352         * config/sh/sh.c (sh_insn_length_adjustment): Check
36353         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
36355 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
36357         * common.opt (fipa-cp-alignment): New.
36358         * ipa-cp.c (ipcp_store_alignment_results): Check
36359         flag_ipa_cp_alignment.
36360         * opts.c (default_options_table): Enable -fipa-cp-alignment for
36361         -O2.
36362         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
36363         * doc/invoke.texi: Document -fipa-cp-alignment.
36365 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
36367         PR target/64793
36368         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
36369         to nil.  Adjust comments.
36371 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
36373         * ipa-visibility.c (function_and_variable_visibility): Only
36374         check locality if node is not already local.
36375         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
36376         call_for_symbol_and_aliases instead of
36377         call_for_symbol_thunks_and_aliases.
36378         (ipa_inline): Likewise.
36379         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
36380         first walk aliases.
36381         * ipa.c (symbol_table::remove_unreachable_nodes): Use
36382         call_for_symbol_and_aliases.
36383         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
36384         (ipa_propagate_frequency_1): Use it; use opt_for_fn
36385         (ipa_propagate_frequency): Update.
36386         (ipa_profile): Add opt_for_fn guards.
36388 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
36390         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
36391         skipping of "strange" tokens.
36393 2015-02-17  Jeff Law  <law@redhat.com>
36395         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
36396         obsolete comment.
36398 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
36400         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
36401         as forcing a HARD_DEP between instructions, thereby
36402         disallowing rewriting to break dependencies.
36404 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
36406         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
36407         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
36408         variables in boundary that have no inlitalizer encoded and are
36409         not aliases.
36410         * varasm.c (default_binds_local_p_2): External definitions do not
36411         count as definitions here.
36413 2015-02-16  Jeff Law  <law@redhat.com>
36415         PR tree-optimization/64823
36416         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
36417         statements.
36418         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
36419         threading through blocks with PHIs, but no statements.
36420         (thread_through_normal_block): Distinguish between blocks where
36421         we did not process all the statements and blocks with no statements.
36423 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
36424             James Greenhalgh  <james.greenhalgh@arm.com>
36426         PR ipa/64963
36427         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
36428         section if not linkonce.  Fix up formatting.
36429         (cgraph_node::create_version_clone_with_body): Copy section.
36430         * trans-mem.c (ipa_tm_create_version): Likewise.
36432 2015-02-16  Richard Biener  <rguenther@suse.de>
36434         PR tree-optimization/65077
36435         * tree-ssa-structalias.c (get_constraint_for_1): Handle
36436         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
36437         (find_func_aliases): Allow float values to carry pointers again.
36439 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
36441         * doc/install.texi (Specific): Reorder targets list to put
36442         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
36443         from the top menu.
36445 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
36446             David Edelsohn  <dje.gcc@gmail.com>
36448         PR target/65058
36449         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
36450         mapping class to external variable or function reference.
36451         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
36452         mapping class.
36454 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
36456         PR target/53348
36457         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
36458         ASM_WEAKEN_DECL if defined.
36460 2015-02-16  Richard Biener  <rguenther@suse.de>
36462         PR lto/65015
36463         * varasm.c (default_file_start): For LTO produced units
36464         emit <artificial> as file directive.
36466 2015-02-16  Richard Biener  <rguenther@suse.de>
36468         PR tree-optimization/63593
36469         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
36470         stmts and releasing SSA names until...
36471         (execute_pred_commoning): ... after processing all chains.
36473 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
36475         PR ipa/65059
36476         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
36477         external functions.
36479 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
36481         * doc/bugreport.texi: Adjust section titles throughout the file
36482         to use "Title Case".
36483         * doc/extend.texi: Likewise.
36484         * doc/gcov.texi: Likewise.
36485         * doc/implement-c.texi: Likewise.
36486         * doc/implement-cxx.texi: Likewise.
36487         * doc/invoke.texi: Likewise.
36488         * doc/objc.texi: Likewise.
36489         * doc/standards.texi: Likewise.
36490         * doc/trouble.texi: Likewise.
36492 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
36494         * cgraph.h (symtab_node::has_aliases_p): Simplify.
36495         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
36496         * tree.c (lookup_binfo_at_offset): Make static.
36497         (get_binfo_at_offset): Do not shadow offset; add explanatory
36498         comment.
36500 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
36502         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
36503         for all floading point loads and stores except those using a register
36504         index address.
36505         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
36506         to a register.
36508 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
36510         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
36511         (do_estimate_growth_1): Record if any uninlinable edge was seen.
36512         (estimate_growth): Handle uninlinable edges correctly.
36513         (check_callers): New.
36514         (growth_likely_positive): Handle aliases correctly.
36516 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
36518         * ipa-chkp.c: Use iterate_direct_aliases.
36519         * symtab.c (resolution_used_from_other_file_p): Move inline.
36520         (symtab_node::create_reference): Fix formating.
36521         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
36522         (symtab_node::iterate_reference): Move inline.
36523         (symtab_node::iterate_referring): Move inline.
36524         (symtab_node::iterate_direct_aliases): Move inline.
36525         (symtab_node::used_from_object_file_p_worker): Inline into ...
36526         (symtab_node::used_from_object_file_p): ... this one; move inline.
36527         (symtab_node::call_for_symbol_and_aliases): Move inline;
36528         use iterate_direct_aliases.
36529         (symtab_node::call_for_symbol_and_aliases_1): New method.
36530         (cgraph_node::call_for_symbol_and_aliases): Move inline;
36531         use iterate_direct_aliases.
36532         (cgraph_node::call_for_symbol_and_aliases_1): New method.
36533         (varpool_node::call_for_node_and_aliases): Rename to ...
36534         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
36535         use iterate_direct_aliases.
36536         (varpool_node::call_for_symbol_and_aliases_1): New method.
36537         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
36538         (ipa_discover_readonly_nonaddressable_var): Update.
36539         * ipa-devirt.c: Fix formating.
36540         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
36541         Move inline.
36542         (cgraph_node::call_for_symbol_and_aliases): Move inline.
36543         (cgraph_node::call_for_symbol_and_aliases_1): New function..
36544         * cgraph.h (used_from_object_file_p_worker): Remove.
36545         (resolution_used_from_other_file_p): Move inline.
36546         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
36547         (symtab_node::iterate_reference): Move inline.
36548         (symtab_node::iterate_referring): Move inline.
36549         (symtab_node::iterate_direct_aliases): Move inline.
36550         (symtab_node::used_from_object_file_p_worker): Inline into ...
36551         (symtab_node::used_from_object_file_p): Move inline.
36552         * tree-emutls.c (ipa_lower_emutls): Update.
36553         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
36554         (varpool_node::call_for_node_and_aliases): Remove.
36556 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
36558         PR tree-optimization/62209
36559         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
36560         op == range->exp, insert seq and gimplified code after labels
36561         instead of after the phi.
36563 2015-02-13  Jeff Law  <law@redhat.com>
36565         PR bootstrap/65060
36566         Revert my change for tree-optimization/64823.
36568 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
36570         PR tree-optimization/65053
36571         * tree-ssa-phiopt.c (value_replacement): When moving assign before
36572         cond, either reset VR on lhs or set it to phi result VR.
36574 2015-02-13  Jeff Law  <law@redhat.com>
36576         PR tree-optimization/64823
36577         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
36578         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
36579         threading through blocks with PHIs, but no statements.
36580         (thread_through_normal_block): Distinguish between blocks where
36581         we did not process all the statements and blocks with no statements.
36583         PR rtl-optimization/47477
36584         * match.pd (convert (plus/minus (convert @0) (convert @1): New
36585         simplifier to narrow arithmetic.
36587 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
36589         PR ipa/65028
36590         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
36591         polymorphic call info when type is not known to be preserved.
36593 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
36595         PR ipa/65028
36596         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
36597         (inline_call): Use it.
36599 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
36601         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
36602         GOMP_DEVICE_NVIDIA_PTX.
36604 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
36606         PR ipa/65034
36607         * stmt.c (emit_case_nodes): Use void_type_node instead of
36608         NULL_TREE as LABEL_DECL type.
36610 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
36612         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
36613         constraints.
36614         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
36615         symbolic references to data to be forced to constant memory on the
36616         SOM target.
36618 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
36620         PR tree-optimization/65002
36621         * tree-cfg.c (pass_data_fixup_cfg): Don't update
36622         SSA on start.
36623         * tree-sra.c (some_callers_have_no_vuse_p): New.
36624         (ipa_early_sra): Reject functions whose callers
36625         assume function is read only.
36627 2015-02-13  Richard Biener  <rguenther@suse.de>
36629         PR lto/65015
36630         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
36631         for LTO produced CUs.
36633 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
36635         PR tree-optimization/64705
36636         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
36637         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
36638         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
36639         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
36640         expand_simple_operations.
36642 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
36643             Richard Henderson  <rth@redhat.com>
36645         PR rtl/32219
36646         * cgraphunit.c (cgraph_node::finalize_function): Set definition
36647         before notice_global_symbol.
36648         (varpool_node::finalize_decl): Likewise.
36649         * varasm.c (default_binds_local_p_2): Rename from
36650         default_binds_local_p_1, add weak_dominate argument.  Use direct
36651         returns instead of assigning to local variable.  Unify varpool and
36652         cgraph paths via symtab_node.  Reject undef weak variables before
36653         testing visibility.  Reorder tests for simplicity.
36654         (default_binds_local_p): Use default_binds_local_p_2.
36655         (default_binds_local_p_1): Likewise.
36656         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
36657         via symtab_node.
36658         (default_elf_asm_output_external): Emit visibility when specified.
36660 2015-02-13  Alan Modra  <amodra@gmail.com>
36662         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
36663         code setting up r11 for out-of-line fp restore.
36665 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
36667         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
36668         (muser-mode): Likewise.
36670 2015-02-13  Alan Modra  <amodra@gmail.com>
36672         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
36673         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
36675 2015-02-12  David Howells  <dhowells@redhat.com>
36677         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
36678         warning.
36679         * tree-ssa-uninit.c (dump_predicates): Likewise.
36680         * opts.c (print_filtered_help): Likewise.
36682 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
36684         * dwarf2out.c (output_die): Use "%s", name instead of name to
36685         avoid -Wformat-security warning.
36687         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
36688         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
36689         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
36690         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
36692 2015-02-12  Jason Merrill  <jason@redhat.com>
36694         * common.opt (-flifetime-dse): New.
36696 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
36698         PR sanitizer/65019
36699         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
36701         PR tree-optimization/65014
36702         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
36703         use original second operand of arg0 or arg1 instead of
36704         that adjusted by STRIP_NOPS.
36706 2015-02-11  Jeff Law  <law@redhat.com>
36708         PR target/63347
36709         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
36710         that needs to be queued, just queue it for a single cycle.
36712 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
36714         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
36715         bodies of thunks; comment on why.
36716         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
36717         symbols are extern.
36719 2015-02-11  Richard Henderson  <rth@redhat.com>
36721         PR sanitize/65000
36722         * tree-eh.c (mark_reachable_handlers): Mark source and destination
36723         regions of __builtin_eh_copy_values.
36725 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
36727         PR middle-end/65003
36728         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
36729         ultimate alias is MEM with SYMBOL_REF satisfying
36730         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
36731         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
36733 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
36735         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
36736         "diagnostic-core.h".
36737         (main): Initialize progname, and call diagnostic_initialize.
36739         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
36740         instead of __OPENMP_TARGET__.
36742         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
36743         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
36744         hard-coding PTX_ID.
36746 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
36748         * doc/sourcebuild.texi (pie_enabled): Document.
36750 2015-02-11  Martin Liska  <mliska@suse.cz>
36752         PR ipa/64813
36753         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
36754         a return value for call to a function that is noreturn.
36756 2015-02-11  Richard Biener  <rguenther@suse.de>
36758         PR lto/65015
36759         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
36760         and -fresolution.
36762 2015-02-11  Andrew Pinski  <apinski@cavium.com>
36764         PR target/64893
36765         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
36766         Change the first argument type to size_type_node and add another
36767         size_type_node.
36768         (aarch64_simd_expand_builtin): Handle the new argument to
36769         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
36770         print an out when the first two arguments are not
36771         nonzero integer constants.
36772         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
36773         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
36775 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
36777         PR target/61925
36778         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
36779         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
36780         (ix86_set_current_function): Rewritten.
36781         (ix86_add_new_builtins): Temporarily clear current_target_pragma
36782         when creating builtin fndecls.
36784 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
36786         PR ipa/65005
36787         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
36788         function.
36789         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
36790         have no comdat group.
36791         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
36792         (lto_output_varpool_node): Always output alias info.
36793         (output_refs): Output refs of boundary aliases, too.
36794         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
36795         (output_symtab): Output call eges in thunks in boundary.
36796         (get_alias_symbol): Remove.
36797         (input_node, input_varpool_node): Do not special case weakrefs.
36798         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
36799         alias and thunks targets in the boundary; do not take removed symbols
36800         from their comdat groups.
36801         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
36802         (cgraph_node::global_info): Remove.
36803         (cgraph_node::rtl_info): Look through aliases and thunks.
36804         * cgrpah.h (global_info): Remove.
36805         (non_local_p): Remove.
36807 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
36808             Sandra Loosemore  <sandra@codesourcery.com>
36810         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
36811         to inline asm.  List dialects in proper order.
36813 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
36814             Sandra Loosemore  <sandra@codesourcery.com>
36816         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
36818 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
36820         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
36821         modified) reference to Solaris.
36823 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
36825         * doc/extend.texi (Extended Asm): Fix typos.
36827 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
36829         PR sanitizer/65004
36830         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
36832 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
36834         PR target/64661
36835         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
36836         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
36837         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
36838         * config/sh/constraints.md (Ara, Add): New constraints.
36839         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
36840         predicates.
36841         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
36842         atomic_mem_operand_0.  Don't use force_reg on the memory address.
36843         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
36844         Sra constraint.  Convert to insn_and_split.  Add workaround for
36845         PR 64974.
36846         (atomic_compare_and_swap<mode>_hard): Copy to
36847         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
36848         Use atomic_mem_operand_0 predicate.
36849         (atomic_compare_and_swap<mode>_soft_gusa,
36850         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
36851         AraAdd constraints.
36852         (atomic_compare_and_swap<mode>_soft_tcb,
36853         atomic_compare_and_swap<mode>_soft_imask,
36854         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
36855         atomic_mem_operand_0 predicate and SraSdd constraints.
36856         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
36857         constraint.
36858         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
36859         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
36860         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
36861         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
36862         force_reg on the memory address.
36863         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
36864         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
36865         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
36866         atomic_mem_operand_1 predicate and Sra constraint.
36867         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
36868         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
36869         Use atomic_mem_operand_1 predicate.
36870         (atomic_<fetchop_name><mode>_hard): Copy to
36871         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
36872         Use atomic_mem_operand_1 predicate.
36873         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
36874         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
36875         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
36876         insn_and_split.  Use atomic_mem_operand_1 predicate.
36877         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
36878         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
36879         Use atomic_mem_operand_1 predicate.
36880         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
36881         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
36882         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
36883         in generated insn with original mem operand before emitting the insn.
36884         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
36885         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
36886         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
36887         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
36888         Use atomic_mem_operand_1 predicate and AraAdd constraints.
36889         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
36890         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
36891         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
36892         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
36893         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
36894         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
36895         atomic_not_fetch<mode>_soft_tcb,
36896         atomic_<fetchop_name>_fetch<mode>_soft_imask,
36897         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
36898         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
36899         Use atomic_mem_operand_1 predicate and SraSdd constraints.
36901 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
36903         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
36904         and 3 earlyclobber operands.
36906 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
36908         * common.opt (fstack-reuse): Mark as optimization.
36910 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
36912         PR ipa/64982
36913         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
36915 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
36917         PR tree-optimization/64326
36918         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
36920 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
36922         PR gcov-profile/61889
36923         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
36925 2015-02-10  Richard Biener  <rguenther@suse.de>
36927         PR tree-optimization/64995
36928         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
36929         value we use is final.
36930         (visit_reference_op_store): Always valueize op.
36931         (visit_use): Properly valueize vuses.
36933 2015-02-10  Richard Biener  <rguenther@suse.de>
36935         PR tree-optimization/64909
36936         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
36937         pass a scalar-stmt count estimate to the cost model.
36938         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
36940 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
36942         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
36943         enabled by default together with var-tracking.
36945 2015-02-10  Nick Clifton  <nickc@redhat.com>
36947         * config/rl78/rl78.c: Remove DIV attribute code accidentally
36948         included in previous rl78 commit.
36950 2015-02-10  Richard Biener  <rguenther@suse.de>
36952         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
36953         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
36954         return the bitpack.
36956 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
36958         PR gcov-profile/61889
36959         * config.in: regenerate.
36960         * configure.in: Likewise.
36961         * configure.ac: Check for ftw.h.
36962         * gcov-tool.c: Check for ftw.h before using nftw.
36964 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
36966         PR lto/64076
36967         * ipa-visibility.c (update_visibility_by_resolution_info): Only
36968         assert when not in lto mode.
36970 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
36972         * ira-color.c (setup_left_conflict_sizes_p): Simplify
36973         initialization/assignment of conflict_size.
36975 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
36977         PR ipa/64978
36978         * ipa-cp.c (gather_caller_stats): Skip thunks.
36979         (propagate_constants_topo): Skip aliases.
36981 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
36983         PR target/64761
36984         * config/sh/sh.c (sh_option_override): Don't change
36985         -freorder-blocks-and-partition to -freorder-blocks even when
36986         unwinding is enabled.
36987         (sh_can_follow_jump): Return false if the followee jump is
36988         a crossing jump when -freorder-blocks-and-partition is specified.
36989         * config/sh/sh.md (*jump_compact_crossing): New insn.
36991 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
36992             Kaz Kojima  <kkojima@gcc.gnu.org>
36994         PR target/64761
36995         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
36996         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
36997         (sh_can_redirect_branch): Rename to ...
36998         (sh_can_follow_jump): ... this.  Constify argument types.
36999         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
37000         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
37001         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
37002         * doc/tm.texi: Regenerate.
37004 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
37006         PR sanitizer/64981
37007         * builtins.c (expand_builtin): Call targetm.expand_builtin
37008         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
37010 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37012         PR ipa/61548
37013         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
37015 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37017         PR ipa/63566
37018         * ipa-icf.c (set_local): New function.
37019         (sem_function::merge): Use it.
37021 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37023         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
37024         (add_type_duplicate): Fix comparison of BINFOs.
37026 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37028         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
37029         on getting VOID pointer.
37031 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
37033         PR target/64979
37034         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
37035         va_list escapes.
37037 2015-02-09  Richard Biener  <rguenther@suse.de>
37039         * genmatch.c (replace_id): Copy expr_type.
37041 2015-02-09  Richard Biener  <rguenther@suse.de>
37043         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
37044         (streamer_write_tree_bitfields): Declare.
37045         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
37046         properly unpack padding.
37047         (unpack_value_fields): Inline ...
37048         (streamer_read_tree_bitfields): ... here.
37049         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
37050         and properly add padding bits.
37051         (streamer_pack_tree_bitfields): Fold into ...
37052         (streamer_write_tree_bitfields): ... this new function,
37053         exposing the bitpack object.
37054         * lto-streamer-out.c (lto_write_tree_1): Call
37055         streamer_write_tree_bitfields.
37057 2015-02-09  Richard Biener  <rguenther@suse.de>
37059         PR tree-optimization/54000
37060         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
37061         (struct ivopts_data): Add loop_loc member.
37062         (tree_ssa_iv_optimize_loop): Dump loop location.
37063         (create_new_ivs): Likewise, also dump number of IVs generated.
37065 2015-02-09  Martin Liska  <mliska@suse.cz>
37067         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
37068         just if not yet registered.
37069         (ipa_icf_generate_summary): Register callgraph hooks.
37071 2015-02-08  Andrew Pinski  <apinski@cavium.com>
37073         * config/aarch64/aarch64.c (gty_dummy): Delete.
37075 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37077         PR ipa/63566
37078         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
37079         (cgraph_node::local_p): Remove thunk related FIXME.
37081 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37083         PR ipa/63566
37084         * i386.c (ix86_function_regparm): Look through aliases to see if callee
37085         is local and optimized.
37086         (ix86_function_sseregparm): Likewise; also use target's SSE math
37087         settings; error out instead of silently generating wrong code
37088         on mismatches.
37089         (init_cumulative_args): Look through aliases.
37091 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37093         PR ipa/63566
37094         * ipa-split.c (execute_split_functions): Split if function has aliases.
37096 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37098         PR ipa/63566
37099         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
37100         aliases before trying to expand it.
37101         (cgraph_node::expand_thunk): Fix formating.
37103 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
37105         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
37106         (Using Assembly Language with C): Expand introduction.
37107         (Basic Asm): Copy-edit.  Add more information about uses of
37108         basic asm.
37109         (Extended Asm): Copy-edit.  Document new escape syntax and
37110         %l[label] syntax.
37111         (Global Reg Vars): Copy-edit.
37112         (Local Reg Vars): Likewise.
37114 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
37116         PR debug/2714
37117         PR bootstrap/64256
37118         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
37119         (DBX_CONTIN_CHAR): Define.
37121 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
37122             Brian Rzycki  <b.rzycki@samsung.com>
37124         PR tree-optimization/64878
37125         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
37126         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
37127         Stop recursion at loop phi nodes after having visited a loop phi node.
37129 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
37131         * toplev.c (process_options): Change flag_ipa_ra before creating
37132         optimization_{default,current}_node.
37134         PR ipa/64896
37135         * cgraphunit.c (cgraph_node::expand_thunk): If
37136         restype is not is_gimple_reg_type nor the thunk_fndecl
37137         returns aggregate_value_p, set restmp to a temporary variable
37138         instead of resdecl.
37140 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
37142         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
37144 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
37146         PR target/64205
37147         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
37148         add a general secondary reload handler for SDmode, unless we have
37149         both read/write support for SDmode.
37151 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
37153         PR middle-end/64937
37154         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
37155         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
37156         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
37157         1 before, push it to abstract_vec.
37158         (dwarf2out_abstract_function): Adjust caller.  Don't call
37159         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
37160         DECL_ABSTRACT_P flags for all abstract_vec elts.
37162 2015-02-06  Renlin Li  <renlin.li@arm.com>
37164         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
37165         complex gimple.
37166         * tree-ssa.c (execute_update_addresses_taken): Likewise.
37168 2015-02-06  Jeff Law  <law@redhat.com>
37170         PR target/64889
37171         * config/h8300/h8300.c (push): New argument "in_prologue".
37172         Pass "in_prologue" along to "F".
37173         (h8300_push_pop): Corresponding changes.
37174         (h8300_expand_prologue): Likewise.
37175         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
37177 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
37179         PR rtl-optimization/64957
37180         PR debug/64817
37181         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
37182         IOR rather than for AND.
37184 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
37186         PR target/62631
37187         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
37188         of shift-add and (add + shift) operations.  Rename local variable.
37190 2015-02-05  Jeff Law  <law@redhat.com>
37192         PR target/17306
37193         * config/h8300/constraints.md (U): Correctly dectect
37194         "eightbit_data" memory addresses.
37195         * config/h8300/h8300.c (eightbit_constant_address_p): Also
37196         handle (const (plus (symbol_ref (x)))) where x is declared
37197         as an 8-bit data memory address.
37198         * config/h8300/h8300.md (call, call_value): Correctly detect
37199         "funcvec" functions.
37201         PR target/43264
37202         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
37203         24 to 28 bits for the H8/300.
37205 2015-02-06  Alan Modra  <amodra@gmail.com>
37207         PR target/64876
37208         * config/rs6000/rs6000.c (chain_already_loaded): New function.
37209         (rs6000_call_aix): Use it.
37211 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
37213         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
37214         check.
37216 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
37218         * config/h8300/constraints.md ("U" constraint): Use strict
37219         variant of REG_OK_FOR_BASE_P after reload has started.
37221 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
37223         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
37224         define to zero if !TARGET_NEON.
37225         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
37227 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37228             Trevor Saunders  <tsaunders@mozilla.com>
37230         PR ipa/61548
37231         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
37233 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37235         PR ipa/61548
37236         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
37237         when removing varpool nodes.
37239 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37241         PR ipa/61548
37242         * varpool.c (varpool_node::remove): Fix order of variables.
37244 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37246         PR ipa/64686
37247         * ipa-inline.c (inline_small_functions): Fix ordering issue between
37248         speculation resolution and key updates.
37250 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37252         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
37253         about not letting any speculative edges unupdated.
37255 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37257         PR gcov/64123
37258         * gcov-io.c (gcov_var): Export.
37260 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37262         PR middle-end/64922
37263         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
37264         edges that become speculative.
37266 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
37268         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
37269         or DW_LANG_Fortran08.
37270         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
37271         DW_LANG_Fortran08.
37272         (gen_compile_unit_die): Handle "GNU Fortran2003" and
37273         "GNU Fortran2008" language strings.
37274         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
37275         * langhooks.h (lang_GNU_Fortran): New prototype.
37276         * langhooks.c (lang_GNU_Fortran): New function.
37277         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
37278         lang_GNU_Fortran.
37280 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
37282         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
37283         (RTX_OK_FOR_OLO10_P): Likewise.
37285 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
37287         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
37289 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
37291         PR middle-end/64922
37292         * gimple.c: Include gimple-ssa.h.
37293         (maybe_remove_unused_call_args): New function.
37294         * gimple.h (maybe_remove_unused_call_args): Declare.
37295         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
37296         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
37297         * gimple-fold.c (gimple_fold_call): Likewise.
37299 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
37301         PR rtl-optimization/64905
37302         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
37303         pointer alignment if it isn't needed.
37305 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
37307         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
37308         cortex-a72.cortex-a53.
37309         * config/aarch64/aarch64-tune.md: Regenerate.
37310         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
37312 2015-02-04  Nick Clifton  <nickc@redhat.com>
37314         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
37315         inside a MEM.
37317 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
37319         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
37320         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
37321         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
37322         of DEF_BUILTIN.
37323         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
37324         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
37325         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
37326         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
37327         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
37328         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
37329         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
37330         * tree-core.h (enum built_in_function): In between
37331         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
37332         for builtins that use DEF_BUILTIN_CHKP macro.
37334 2015-02-04  Alexandre Oliva  <aoliva@redhat.com>
37336         PR debug/64817
37337         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
37338         operands for tcc_comparison exprs.  Fix typos.
37340         PR debug/64817
37341         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
37342         of two XORs that have an intervening AND or IOR.
37344         PR debug/64817
37345         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
37346         simplification of XOR of AND to not allocate new rtx before
37347         committing to a simplification.
37349 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37351         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
37352         manual swaps in all peepholes.
37354 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37356         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
37357         of manual swapping implementation.
37358         (aarch64_expand_vec_perm_const_1): Likewise.
37360 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
37362         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
37363         (generic_addrcost_table): Remove NAMED_PARAM.
37364         (cortexa57_addrcost_table): Likewise.
37365         (xgene1_addrcost_table): Likewise.
37366         (generic_regmove_table): Likewise.
37367         (cortexa53_regmove_table): Likewise.
37368         (xgene1_regmove_table): Likewise.
37369         (generic_vector_table): Likewise.
37370         (cortexa57_vector_table): Likewise.
37371         (xgene1_vector_table): Likewise.
37372         (generic_tunings): Likewise.
37373         (cortexa53_tunings): Likewise.
37374         (cortexa57_tunings): Likewise.
37375         (xgene1_tunings): Likewise.
37377 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
37379         * config/arm/arm-cores.def: Add cortex-a72 and
37380         cortex-a72.cortex-a53.
37381         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
37382         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
37383         * config/arm/arm-tune.md: Regenerate.
37384         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
37385         "cortex-a72.cortex-a53".
37386         * doc/invoke.texi (ARM Options/-mtune): Likewise.
37388 2015-02-04  Nick Clifton  <nickc@redhat.com>
37390         PR target/64408
37391         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
37392         of accepted codes.
37393         (nonimmediate_di_operand): Likewise.
37395         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
37396         prefixes of known F5 using MSP430 MCUs.
37398 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37400         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
37401         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
37402         instead of __builtin_sqrt.
37404 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
37406         * varasm.c (do_assemble_alias): Follow transparent alias
37407         chain for target.
37408         (default_assemble_visibility): Follow transparent alias
37409         chain for decl name.
37411 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
37413         PR middle-end/62103
37414         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
37415         to compute size of referenced value in the constant case.
37417 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
37419         PR rtl-optimization/64756
37420         * cse.c (invalidate_dest): New function.
37421         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
37422         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
37423         invalidate and do not record it.
37425 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
37427         PR target/64660
37428         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
37429         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
37430         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
37431         atomic_nand<mode>_soft_tcb): New insns.
37432         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
37433         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
37434         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
37435         Split into atomic_not_fetchsi_hard if operands[0] is unused.
37436         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
37437         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
37438         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
37439         atomic_not<mode>_hard if operands[0] is unused.
37440         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
37441         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
37442         if operands[0] is unused.
37443         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
37444         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
37445         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
37446         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
37447         unused.
37448         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
37449         into atomic_not<mode>_soft_tcb if operands[0] is unused.
37450         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
37451         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
37452         if operands[0] is unused.
37453         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
37454         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
37455         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
37456         atomic_nand_fetchsi_hard if operands[0] is unused.
37457         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
37458         atomic_nand<mode>_hard if operands[0] is unused.
37459         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
37460         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
37461         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
37462         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
37463         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
37464         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
37465         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
37466         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
37467         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
37468         atomic_not<mode>_hard if operands[0] is unused.
37469         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
37470         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
37471         unused.
37472         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
37473         into atomic_not<mode>_soft_tcb if operands[0] is unused.
37474         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
37475         atomic_nand<mode>_hard if operands[0] is unused.
37476         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
37477         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
37479 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
37481         PR jit/64810
37482         * Makefile.in (GCC_OBJS): Add gcc-main.o.
37483         * gcc-main.c: New file, containing "main" taken from gcc.c.
37484         * gcc.c (do_self_spec): Free decoded_options.
37485         (class driver): Move declaration to gcc.h.
37486         (main): Move declaration and implementation to new file
37487         gcc-main.c.
37488         (driver_get_configure_time_options): New function.
37489         * gcc.h (class driver): Move this declaration here, from
37490         gcc.c.
37491         (driver_get_configure_time_options): New declaration.
37493 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
37495         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
37496         cross-module inlining.
37497         * cgraph.h (cgraph_node): Add flag merged.
37498         * ipa-icf.c (sem_function::merge): Maintain it.
37500 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
37502         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
37503         instead of OBJECT_P.
37505 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
37507         PR target/62631
37508         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
37509         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
37510         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
37511         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
37513 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
37515         PR other/63504
37516         * combine.c (reg_n_sets_max): New variable.
37517         (can_change_dest_mode, reg_nonzero_bits_for_combine,
37518         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
37519         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
37520         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
37521         (rest_of_handle_combine): Initialize reg_n_sets_max.
37523 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
37525         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
37526         if some always_inline was inlined, apply changes before inlining
37527         heuristically.
37529 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
37531         PR jit/64810
37532         * config/arm/arm.c (arm_option_override): Set
37533         arm_selected_arch/cpu/tune to NULL on entry.
37535 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
37536             Andrew Pinski  <pinskia@gcc.gnu.org>
37537             Jakub Jelinek  <jakub@gcc.gnu.org>
37539         PR target/64231
37540         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
37541         integer typing for small model. Use IN_RANGE.
37543 2015-02-02  Richard Biener  <rguenther@suse.de>
37545         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
37546         * tree-vrp.c (vrp_valueize_1): Likewise.
37548 2015-02-02  Alan Modra  <amodra@gmail.com>
37550         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
37551         than mem for toc_restore.
37552         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
37553         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
37554         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
37556 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
37558         PR target/64047
37559         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
37560         explicit default options.
37562 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
37564         PR ipa/64872
37565         * ipa-utils.c (ipa_merge_profiles): Add release argument.
37566         * ipa-icf.c (sem_function::merge): Do not release body when merging.
37567         * ipa-utils.h (ipa_merge_profiles): Update prototype.
37569 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
37571         PR debug/64817
37572         * cfgexpand.c (deep_ter_debug_map): New variable.
37573         (avoid_deep_ter_for_debug): New function.
37574         (expand_debug_expr): If TERed SSA_NAME is in
37575         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
37576         instead of trying to expand SSA_NAME's def stmt.
37577         (expand_debug_locations): When expanding debug bind
37578         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
37579         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
37580         value.
37581         (pass_expand::execute): Call avoid_deep_ter_for_debug on
37582         all debug bind stmts.  Delete deep_ter_debug_map after
37583         expand_debug_location if non-NULL and clear it.
37585 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
37587         PR target/64851
37588         * config/sh/sync.md (atomic_fetch_notsi_hard,
37589         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
37590         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
37591         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
37592         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
37593         atomic_not_fetch<mode>_soft_imask): New insns.
37595 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37597         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
37598         (rank_for_schedule_debug): Split from ...
37599         (rank_for_schedule): ... this.
37600         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
37601         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
37603 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
37605         * doc/md.texi (Machine Constraints): Alphabetize table by target.
37606         * doc/extend.texi (x86 Variable Attributes): Move section to
37607         correct alphabetization after renaming.
37608         (x86 Type Attributes): Likewise.
37609         (Target Builtins): Re-alphabetize menu.
37610         (x86 Built-in Functions): Move section to correct alphabetization
37611         after renaming.
37612         (x86 transactional memory intrinsics): Likewise.
37613         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
37614         and x86 Windows Options in table and menu.
37615         (x86 Options): Move section to correct alphabetization after
37616         renaming.
37617         (x86 Windows Options): Likewise.
37619 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
37621         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
37622         preferred names of the architecture and its 32- and 64-bit
37623         variants.
37624         * doc/invoke.texi: Likewise.
37625         * doc/md.texi: Likewise.
37627 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
37629         PR target/64882
37630         * config/i386/predicates.md (address_no_seg_operand): Reject
37631         non-CONST_INT_P operands in invalid mode.
37633 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
37635         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
37636         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
37637         * config/i386/predicates.md (address_no_seg_operand): Call
37638         address_operand with VOIDmode.
37639         (vsib_address_operand): Ditto.
37640         (address_mpx_no_base_operand): Ditto.
37641         (address_mpx_no_index_operand): Ditto.
37643 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
37645         PR target/64688
37646         * lra-constraints.c (original_subreg_reg_mode): New.
37647         (simplify_operand_subreg): Try to simplify subreg of const.  Use
37648         original_subreg_reg_mode for it.
37649         (swap_operands): Update original_subreg_reg_mode.
37650         (curr_insn_transform): Set up original_subreg_reg_mode.
37652 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
37654         PR target/64617
37655         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
37656         function.
37657         (process_alt_operands): Use it.
37658         (curr_insn_transform): Check the optional reload pseudo class is
37659         ok for the mode.
37661 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
37663         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
37664         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
37665         prototype.
37666         * toplev.h (init_asm_output): Update comment on use of
37667         UNKNOWN_LOCATION with fatal_error.
37668         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
37669         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
37670         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
37671         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
37672         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
37673         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
37674         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
37675         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
37676         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
37677         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
37678         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
37679         fatal_error changed to pass input_location as first argument.
37681 2015-01-30  Martin Liska  <mliska@suse.cz>
37683         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
37684         in #pragma GCC diagnostic guards.
37686 2015-01-30  Richard Biener  <rguenther@suse.de>
37688         PR tree-optimization/64829
37689         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
37690         not add a widening conversion pattern but hand off extra
37691         widenings to callers.
37692         (vect_recog_widen_mult_pattern): Handle extra widening produced
37693         by vect_handle_widen_op_by_const.
37694         (vect_recog_widen_shift_pattern): Likewise.
37695         (vect_pattern_recog_1): Remove excess vertical space in dumping.
37696         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
37697         (vect_init_vector_1): Likewise.
37698         (vect_get_vec_def_for_operand): Likewise.
37699         (vect_finish_stmt_generation): Likewise.
37700         (vectorizable_load): Likewise.
37701         (vect_analyze_stmt): Likewise.
37702         (vect_is_simple_use): Likewise.
37704 2015-01-29  Jeff Law  <law@redhat.com>
37706         * combine.c (try_combine): Fix typo in comment.
37708 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
37710         PR target/64580
37711         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
37712         (rs6000_stack_info): Add assert.
37713         (rs6000_output_savres_externs): New function, split off from...
37714         (rs6000_output_function_prologue): ... here.  Do not call it for
37715         thunks.
37717 2015-01-29  Jeff Law  <law@redhat.com>
37719         PR target/15184
37720         * combine.c (try_combine): If I0 is a memory load and I3 a store
37721         to a related address, increase the "goodness" of doing a 4-insn
37722         combination with I0-I3.
37723         (make_field_assignment): Handle SUBREGs in the ior+and case.
37725 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
37727         PR tree-optimization/64746
37728         * tree-if-conv.c (mask_exists): New function.
37729         (predicate_mem_writes): Save created mask with given size for further
37730         use.
37731         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
37732         (ifcvt_repair_bool_pattern): Collect all statements that are root
37733         of bool pattern and use iterative algorithm to remove multiple uses
37734         of predicates, display number of required iterations.
37736 2015-01-29  Richard Biener  <rguenther@suse.de>
37738         PR tree-optimization/64853
37739         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
37740         stmt will get simulated again.
37741         * tree-ssa-ccp.c (valueize_op_1): Likewise.
37743 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37745         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
37746         return_in_pc.  Remove redundant assignments.
37747         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
37748         (arm_expand_epilogue): Don't compare boolean with true in if condition.
37750 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
37752         * config/i386/i386.c (ix86_mode_after): Make static.
37754 2015-01-29  Richard Biener  <rguenther@suse.de>
37756         PR tree-optimization/64844
37757         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
37758         dump cost model analysis.
37759         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
37760         Do not register adjusted load/store costs here.
37762 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
37763             Uros Bizjak  <ubizjak@gmail.com>
37765         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
37766         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
37767         using x86_use_pseudo_pic_reg.
37768         * config/i386/i386.c (ix86_conditional_register_usage): Remove
37769         support for fixed PIC register.
37770         (ix86_use_pseudo_pic_reg): Not static any more.
37772 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
37774         PR middle-end/64805
37775         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
37776         to avoid error in cgraph node verification.
37778 2015-01-29  Marek Polacek  <polacek@redhat.com>
37780         * doc/standards.texi: Reflect that the default for C is gnu11.
37782 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
37784         PR target/64761
37785         * reorg.c (switch_text_sections_between_p): New function.
37786         (relax_delay_slots): Call it when testing if the jump insn
37787         is removable.  Use targetm.can_follow_jump when testing if
37788         the conditional branch can follow an unconditional jump.
37790 2015-01-27  Caroline Tice  <cmtice@google.com>
37792         Committing VTV Cywin/Ming patch for Patrick Wollgast
37793         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
37794         if -fvtable-verify=preinit/std is used.
37795         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
37796         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
37797         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
37798         if -fvtable-verify=preinit/std is used.
37799         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
37800         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
37801         if -fvtable-verify=preinit/std is used.
37802         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
37803         * config/i386/mingw32.h (LIB_SPEC): Likewise.
37804         * varasm.c (assemble_variable): Add code to properly set the comdat
37805         section and name for the .vtable_map_vars section in case the
37806         target is PE or COFF.
37808 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
37810         PR ipa/64801
37811         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
37812         make sane BB profile.
37813         (cgraph_node::expand_thunk): Make sane BB profile.
37814         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
37815         * cgraph.h (init_lowered_empty_function): Update prototype.
37816         * config/i386/i386.c (make_resolver_func): Update call.
37817         * predict.c (gate): Disable branch prediction pass if
37818         profile is already there.
37820 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
37822         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
37823         * opth-gen.awk: Likewise.
37824         * common.opt: Mark flag_fp_contract_mode as Optimization.
37826 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
37828         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
37829         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
37831 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
37833         PR target/64659
37834         * config/sh/predicates.md (atomic_arith_operand,
37835         atomic_logical_operand): Remove.
37836         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
37837         (atomic_arith_operand_0): New predicate.
37838         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
37839         Use atomic_arith_operand_0 for input values.
37840         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
37841         atomic_compare_and_swap<mode>_soft_gusa,
37842         atomic_compare_and_swap<mode>_soft_tcb,
37843         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
37844         arith_reg_operand instead of register_operand.
37845         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
37846         atomic_arith_operand_0 for newval input.
37847         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
37848         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
37849         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
37850         arith_reg_operand instead of register_operand.
37851         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
37852         fetchop_predicate_1, fetchop_constraint_1_llcs,
37853         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
37854         fetchop_constraint_1_imask): New code iterator attributes.
37855         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
37856         register_operand.  Use fetchop_predicate_1.
37857         (atomic_fetch_<fetchop_name>si_hard,
37858         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
37859         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
37860         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
37861         and arith_reg_operand instead of register_operand.  Use
37862         fetchop_predicate_1, fetchop_constraint_1_gusa.
37863         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
37864         and arith_reg_operand instead of register_operand.  Use
37865         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
37866         to allow R0 usage.
37867         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
37868         and arith_reg_operand instead of register_operand.  Use
37869         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
37870         to allow R0 usage.
37871         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
37872         register_operand.  Use atomic_logical_operand_1.
37873         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
37874         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
37875         arith_reg_operand instead of register_operand.
37876         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
37877         Use arith_reg_dest and arith_reg_operand instead of register_operand.
37878         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
37879         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
37880         register_operand.  Use fetchop_predicate_1.
37881         (atomic_<fetchop_name>_fetchsi_hard,
37882         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
37883         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
37884         fetchop_constraint_1_llcs.
37885         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
37886         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
37887         fetchop_constraint_1_gusa.
37888         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
37889         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
37890         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
37891         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
37892         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
37893         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
37894         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
37895         register_operand.  Use atomic_logical_operand_1.
37896         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
37897         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
37898         arith_reg_operand instead of register_operand.
37899         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
37900         arith_reg_operand instead of register_operand.  Use logical_operand
37901         and K08.  Adjust asm sequence to allow R0 usage.
37902         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
37903         arith_reg_operand instead of register_operand.  Use logical_operand
37904         and K08.
37906 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
37908         PR other/63504
37909         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
37910         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
37911         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
37912         only get_full_len HOST_WIDE_INTs from get_val () array rather than
37913         all bits in *val_wide.
37915 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
37917         * varpool.c (tls_model_names): Fix names.
37918         (varpool_node::dump): Dump tls- prefix for tls models.
37920 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
37921             Bernd Schmidt  <bernds@codesourcery.com>
37922             Nathan Sidwell  <nathan@codesourcery.com>
37924         * config/nvptx/mkoffload.c: New file.
37925         * config/nvptx/t-nvptx: Add build rules for it.
37926         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
37927         (extra_programs): Add mkoffload.
37928         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
37929         function.
37930         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
37932 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
37934         PR middle-end/64809
37935         * cfgexpand.c (reorder_operands): Skip debug gimples.
37937 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
37939         PR tree-optimization/64277
37940         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
37941         range info when possible to refine estimation.
37943 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
37945         PR tree-optimization/64718
37946         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
37947         be a 16bit unsigned integer when n->range is 16.
37948         (bswap_replace): Convert src to that type if necessary for all bswap
37949         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
37950         set in pass_optimize_bswap::execute ().
37952 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
37954         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
37955         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
37956         integer and floating point variants.
37957         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
37959 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
37961         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
37962         for all vector modes.
37964 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
37966         PR bootstrap/64612
37967         * doc/sourcebuild.texi (comdat_group): Document.
37969 2015-01-28  Terry Guo  <terry.guo@arm.com>
37971         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
37973 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
37975         * toplev.c (print_version): Add param "show_global_state", and
37976         only print GGC and plugin information if it is true.
37977         (init_asm_output): Pass in "true" for the new param when calling
37978         print_version.
37979         (process_options): Likewise.
37980         (toplev::main): Likewise.
37981         * toplev.h (print_version): Add new param to decl.
37983 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
37985         PR ipa/60871
37986         PR ipa/64139
37987         * tree.c (lookup_binfo_at_offset): New function.
37988         (get_binfo_at_offset): Use it.
37990 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
37992         PR ipa/64282
37993         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
37994         on vtable being vtable.
37996 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
37998         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
37999         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
38000         -mhotpatch= option.
38001         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
38002         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
38003         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
38004         Renamed.
38005         (s390_hotpatch_trampoline_halfwords_max): Renamed.
38006         (s390_hotpatch_hw_max): New name.
38007         (s390_hotpatch_trampoline_halfwords): Renamed.
38008         (s390_hotpatch_hw_before_label): New name.
38009         (get_hotpatch_attribute): Removed.
38010         (s390_hotpatch_hw_after_label): New name.
38011         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
38012         attribute.
38013         (s390_attribute_table): Ditto.
38014         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
38015         (s390_function_num_hotpatch_hw): New name.
38016         Remove special handling of inline functions and hotpatching.
38017         Return number of nops before and after the function label.
38018         (s390_can_inline_p): Removed.
38019         (s390_asm_output_function_label): Emit a configurable number of nops
38020         after the function label.
38021         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
38022         (TARGET_CAN_INLINE_P) Removed.
38023         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
38025 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38026             Jiong Wang  <jiong.wang@arm.com>
38028         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
38029         of scratch reg.
38030         (cb<optab><mode>1): Likewise.
38031         * config/aarch64/iterators.md (bcond): New define_code_attr.
38033 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38035         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
38036         memory accesses.
38038 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38040         * config/s390/s390.c (s390_register_move_cost): Increase costs for
38041         FPR->GPR moves.
38043 2015-01-27  Richard Biener  <rguenther@suse.de>
38045         * tree-vrp.c (update_value_range): Intersect the range with
38046         old recorded SSA name range information.
38048 2015-01-27  Nick Clifton  <nickc@redhat.com>
38050         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
38051         BC, DE and HL registers directly, not via AX.
38052         When decrementing the stack pointer by a large amount, transfer SP
38053         into AX and perform the subtraction there.
38054         (rl78_expand_epilogue): Perform the inverse of the above
38055         enhancements.
38057 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38059         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
38061 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
38062             Yury Gribov  <y.gribov@samsung.com>
38064         PR ubsan/64741
38065         * ubsan.c (ubsan_source_location): Refactor code.
38066         (ubsan_type_descriptor): Update type size. Refactor code.
38068 2015-01-27  Richard Biener  <rguenther@suse.de>
38070         PR tree-optimization/56273
38071         PR tree-optimization/59124
38072         PR tree-optimization/64277
38073         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
38074         from the first VRP pass.
38076 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
38078         PR ipa/64776
38079         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
38080         handle the first argument in the same loop as all the other arguments.
38082         PR rtl-optimization/61058
38083         * jump.c (cleanup_barriers): Update basic block boundaries
38084         if BLOCK_FOR_INSN is non-NULL on PREV.
38086 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
38088         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
38089         bounds narrowing, already instrumented calls and calls to
38090         not instrumentable functions.
38092 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
38094         PR tree-optimization/64807
38095         * wide-int.cc (wi::divmod_internal): Clear
38096         b_dividend[dividend_blocks_needed].
38098 2015-01-26  DJ Delorie  <dj@redhat.com>
38100         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
38101         volatile memory references.
38103 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
38105         PR target/49263
38106         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
38107         remove_insn.
38108         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
38109         shifts if it already fits into K08.
38111 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
38113         PR ipa/64730
38114         * ipa-inline.c (inline_small_functions): Print "unknown" even
38115         if edge->call_stmt is non-NULL, but has builtins or unknown
38116         location.
38118         PR middle-end/64421
38119         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
38120         with asterisk, skip the first character.
38122 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
38124         PR target/64806
38125         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
38126         order change.
38128 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
38130         PR target/64795
38131         * config/i386/i386.md (*movdi_internal): Also check operand 0
38132         to determine TYPE_LEA operand.
38133         (*movsi_internal): Ditto.
38135 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
38137         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
38138         OPTION_MASK_QUAD_MEMORY_ATOMIC.
38140 2015-01-26  Renlin Li  <renlin.li@arm.com>
38142         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
38143         the comment.
38144         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
38145         for higher part.
38147 2015-01-26  Richard Biener  <rguenther@suse.de>
38149         PR middle-end/64764
38150         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
38151         combining two BIT_AND_EXPR predicates.
38153 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
38155         PR bootstrap/64754
38156         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
38158 2015-01-26  Terry Guo  <terry.guo@arm.com>
38160         * config/arm/arm.c (arm_file_start): Update the assignment of
38161         Tag_ABI_HardFP_use.
38163 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
38165         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
38166         pipeline model.
38167         config/arm/arm.md: Include the new Cortex-A57 model.
38168         (generic_sched): Don't use generic_sched when tuning for
38169         Cortex-A57.
38171 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
38172             Uros Bizjak  <ubizjak@gmail.com>
38174         * config/i386/i386.c (get_builtin_code_for_version): Add
38175         support for BMI and BMI2 multiversion functions.
38177 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
38179         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
38180         (extract_bit_field): Likewise.
38181         (extract_low_bits): Likewise.
38182         (expand_mult): Likewise.
38183         (expand_mult_highpart_adjust): Likewise.
38185 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
38187         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
38188         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
38189         * config/i386/i386.c (processor_model): Add
38190         M_INTEL_COREI7_BROADWELL.
38191         (arch_names_table): Add "broadwell".
38193 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
38195         PR target/49263
38196         PR target/53987
38197         PR target/64345
38198         PR target/59533
38199         PR target/52933
38200         PR target/54236
38201         PR target/51244
38202         * config/sh/sh-protos.h
38203         (sh_extending_set_of_reg::can_use_as_unextended_reg,
38204         sh_extending_set_of_reg::use_as_unextended_reg,
38205         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
38206         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
38207         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
38208         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
38209         (sh_treg_insns): New class.
38210         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
38211         (scope_counter): New class.
38212         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
38213         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
38214         sh_extending_set_of_reg::can_use_as_unextended_reg,
38215         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
38216         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
38217         sh_split_treg_set_expr): New functions.
38218         (addsubcosts): Handle treg_set_expr.
38219         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
38220         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
38221         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
38222         (sh_insn_operands_modified_between_p): Make non-static.
38223         * config/sh/predicates.md (zero_extend_movu_operand): Allow
38224         simple_mem_operand in addition to displacement_mem_operand.
38225         (zero_extend_operand): Don't allow zero_extend_movu_operand.
38226         (treg_set_expr, treg_set_expr_not_const01,
38227         arith_reg_or_treg_set_expr): New predicates.
38228         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
38229         arith_or_int_operand instead of logical_operand.  Convert to
38230         insn_and_split.  Try to optimize constant operand in splitter.
38231         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
38232         (*tstqi_t_zero): Delete.
38233         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
38234         (tstsi_t_and_not): Delete.
38235         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
38236         Convert to insn_and_split.
38237         (unnamed split, tstsi_t_zero_extract_xor,
38238         tstsi_t_zero_extract_subreg_xor_little,
38239         tstsi_t_zero_extract_subreg_xor_big): Delete.
38240         (*tstsi_t_shift_mask): New insn_and_split.
38241         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
38242         to recombine with surrounding insns when splitting.
38243         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
38244         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
38245         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
38246         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
38247         (*cbranch_div0s: Delete.
38248         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
38249         Try to recombine with surrounding insns when splitting.  Add operand
38250         order variants.
38251         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
38252         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
38253         *addc_r_r_msb, *addc_2r_msb): Delete.
38254         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
38255         order variant.
38256         (*addc_negreg_t): New insn_and_split.
38257         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
38258         Try to recombine with surrounding insns when splitting.
38259         Add operand order variants.
38260         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
38261         insn_and_split patterns.
38262         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
38263         surrounding insns when splitting.
38264         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
38265         (*rotcl): Likewise.  Add zero_extract variant.
38266         (*ashrsi2_31): New insn_and_split.
38267         (*negc): Convert to insn_and_split.  Use treg_set_expr.
38268         (*zero_extend<mode>si2_disp_mem): Update comment.
38269         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
38270         condition.
38271         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
38272         with surrounding insns when splitting.
38273         (any_treg_expr_to_reg): New insn_and_split.
38274         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
38275         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
38276         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
38277         *zero_extract_2): New single bit zero extract patterns.
38278         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
38279         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
38280         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
38281         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
38282         set destination.
38283         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
38284         register_operand for set source.
38286 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
38288         * i386.opt (prefetch_sse): New targetsave.
38289         * i386.c (ix86_function_specific_save): Save prefetch_sse.
38290         (ix86_function_specific_restore): Restore prefetch_sse and initialize
38291         ix86_cost/ix86_tune_cost.
38293 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
38295         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
38296         Support the JIT by using 0 as the language type.
38298 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
38300         PR target/64317
38301         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
38302         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
38303         (mark_regno_live, process_bb_lives): Pass new parameter value to
38304         make_hard_regno_born.
38306 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
38308         PR rtl-optimization/63637
38309         PR rtl-optimization/60663
38310         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
38311         if elt->cost is MAX_COST for ASM_OPERANDS.
38312         (find_sets_in_insn): Fix up comment typo.
38313         (cse_insn): Don't set src_volatile for all non-volatile
38314         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
38315         or with "memory" clobber.  Set elt->cost to MAX_COST
38316         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
38317         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
38319 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
38321         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
38322         alternative 1.
38324 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
38326         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
38327         libgcc/config/i386/elf-lib.h.
38329 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
38331         PR driver/64737
38332         * gcc.c (print_configuration): Don't print a blank line at the end
38333         here...
38334         (run_attempt): ... but here unstead.
38336         PR middle-end/64734
38337         * omp-low.c (scan_sharing_clauses): Don't ignore
38338         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
38339         on target data/update constructs.
38341 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
38343         PR target/50928
38344         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
38345         (DEBUG_RELOAD): Removed define.
38346         (m32c_limit_reload_class): Enable traces with if DEBUG0.
38347         (m32c_function_arg): Added a type cast.
38348         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
38349         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
38350         * config/m32c/bitops.md (andqi3_16): Likewise.
38351         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
38352         (push_a01_l): Likewise.
38354 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
38356         PR jit/64721
38357         * main.c (main): Construct toplev instances with init_signals=true.
38358         * toplev.c (general_init): Add param "init_signals", and use it to
38359         conditionalize the calls to signal and host_hooks.extra_signals.
38360         (toplev::toplev): Add param "init_signals".
38361         (toplev::main): When invoking general_init, pass m_init_signals
38362         to control whether signal-handlers are installed.
38363         * toplev.h (toplev::toplev): Add param "init_signals".
38364         (toplev::m_init_signals): New field.
38366 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
38368         PR jit/64722
38369         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
38370         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
38371         latter may be affected by the former (e.g. on i686).
38373 2015-01-23  Martin Liska  <mliska@suse.cz>
38375         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
38376         false positive during profiledbootstrap.
38378 2015-01-23  Tom de Vries  <tom@codesourcery.com>
38380         PR libgomp/64672
38381         * lto-opts.c (lto_write_options): Output non-explicit conservative
38382         -fno-openacc.
38383         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
38384         (append_compiler_options): Pass -fopenacc through.
38386 2015-01-23  Tom de Vries  <tom@codesourcery.com>
38388         PR libgomp/64707
38389         * lto-opts.c (lto_write_options): Output non-explicit conservative
38390         -fno-openmp.
38391         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
38392         (append_compiler_options): Pass -fopenmp through.
38394 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
38396         PR debug/64511
38397         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
38398         GTY markup.
38400         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
38401         * diagnostic.def (DK_ICE_NOBT): New kind.
38402         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
38403         like DK_ICE, but never print backtrace.
38404         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
38405         (internal_error_no_backtrace): New function.
38406         * gcc.c (execute): Use internal_error_no_backtrace instead of
38407         internal_error.
38409 2015-01-22  Jeff Law  <law@redhat.com>
38411         PR target/52076
38412         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
38413         improve code density for small immediate to memory case.
38414         (insv): Better handle bitfield assignments when the field is
38415         being set to all ones.
38416         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
38417         operand predicate.
38419 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38420             Jakub Jelinek  <jakub@redhat.com>
38422         PR middle-end/64729
38423         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
38424         for !TARGET_LIBC_PROVIDES_SSP version and
38425         -fstack-protector-{all,strong,explicit} otherwise.
38426         * config/freebsd.h (LINK_SSP_SPEC): Handle
38427         -fstack-protector-{strong,explicit}.
38429 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
38430             H.J. Lu  <hongjiu.lu@intel.com>
38432         PR ipa/64694
38433         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
38434         heap.
38436 2015-01-22  Wei Mi  <wmi@google.com>
38438         PR rtl-optimization/64557
38439         * dse.c (record_store): Call get_addr for mem_addr.
38440         (check_mem_read_rtx): Likewise.
38442 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
38444         * fold-const.c (const_binop): Add early return for non-tcc_binary.
38446 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
38448         * toplev.c (init_local_tick): Process the failure when read
38449         fails for random_seed.
38451         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
38452         'pretty_name' to avoid memory overflow.
38454 2015-01-22  Richard Biener  <rguenther@suse.de>
38456         PR middle-end/64728
38457         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
38458         abnormal coalescing on undefined SSA names.
38460 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
38462         PR target/64688
38463         PR target/64477
38464         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
38465         for alternative 3.
38466         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
38468 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
38470         PR middle-end/63325
38471         * fold-const.c (fold_checksum_tree): Don't include value of
38472         expr->decl_with_vis.symtab_node in the checksum.
38474 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38476         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
38478 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
38480         PR driver/64690
38481         * gcc.c (insert_comments): New function.
38482         (try_generate_repro): Call it.
38483         (append_text): Removed.
38485 2015-01-22  Richard Biener  <rguenther@suse.de>
38487         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
38488         with IL incompatible options.  Properly honor user optimize
38489         attributes.
38491 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
38493         PR rtl-optimization/64682
38494         * combine.c (distribute_notes): When moving a death note for
38495         a register that is set in the new I2, make sure to put it
38496         before that new I2.
38498 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
38500         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
38501         not TARGET_DEFAULT.
38503 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
38505         PR debug/64511
38506         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
38507         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
38508         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
38510         PR sanitizer/64706
38511         * doc/invoke.texi (-fsanitize=vptr): Document.
38513         PR rtl-optimization/62078
38514         * dse.c: Include cfgcleanup.h.
38515         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
38516         anything call purge_all_dead_edges and cleanup_cfg at the end
38517         of the pass.
38519 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
38521         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
38522         edges.
38524 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
38526         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
38527         decl attribute.
38529 2015-01-21  David Sherwood  <david.sherwood@arm.com>
38530             Tejas Belagod <Tejas.Belagod@arm.com>
38532         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
38533         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
38534         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
38535         Removed.
38537 2015-01-21  David Sherwood  <david.sherwood@arm.com>
38538             Tejas Belagod <Tejas.Belagod@arm.com>
38540         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
38541         (aarch64_reverse_mask): New decls.
38542         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
38543         (insn_count): New mode_attr.
38544         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
38545         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
38546         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
38547         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
38548         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
38549         (aarch64_simd_st4): New patterns.
38550         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
38551         (aarch64_reverse_mask): New functions.
38553 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
38555         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
38556         Declare.
38557         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
38558         addressing modes for BE.
38559         (aarch64_print_operand): Add 'R' specifier.
38560         (aarch64_simd_disambiguate_copy): Delete.
38561         (aarch64_simd_emit_reg_reg_move): New function.
38562         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
38563         in define_splits for structural moves.
38564         (mov<mode>): Use less restrictive predicates.
38565         (*aarch64_mov<mode>): Simplify and only allow for LE.
38566         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
38568 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
38570         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
38572 2015-01-21  Richard Henderson  <rth@redhat.com>
38574         PR target/64669
38575         * ccmp.c (used_in_cond_stmt_p): Remove.
38576         (expand_ccmp_expr): Don't use it.
38578 2015-01-21  Nick Clifton  <nickc@redhat.com>
38580         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
38581         PARALLELs.
38583 2015-01-21  Richard Biener  <rguenther@suse.de>
38585         PR middle-end/64313
38586         * tree-core.h (builtin_info, builtin_info_type): Turn from
38587         an object with two arrays into an array of an object with
38588         decl and two flags, implicit_p and declared_p.
38589         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
38590         set_builtin_decl, set_builtin_decl_implicit_p,
38591         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
38592         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
38593         * builtins.c (builtin_info): Adjust.
38594         * gimplify.c (gimplify_addr_expr): References to builtins
38595         that have been declared by the user makes them eligible for
38596         use by the compiler.  Call set_builtin_decl_implicit_p on them.
38598 2015-01-20  Jeff Law  <law@redhat.com>
38600         PR target/59946
38601         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
38602         allow pc-relative addresses in operand predicates or constraints.
38604 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
38606         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
38607         neon on aarch32 processors for stringops.
38609 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38611         PR ipa/63576
38612         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
38614 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38616         PR lto/45375
38617         * ipa-inline.c: Include lto-streamer.h
38618         (report_inline_failed_reason): Output source file differences and
38619         flags on optimization/target node mismatch.
38620         (can_inline_edge_p): Consider caller to be the outer inline function;
38621         be less restrictive about matching opimize and optimize_size attributes.
38622         (inline_account_function_p): Break out from ...
38623         (inline_small_functions): ... here.
38624         * ipa-inline-transform.c (clone_inlined_nodes): Use
38625         inline_account_function_p.
38626         (inline_call): Use optimize attribution; use inline_account_function_p.
38627         (inline_transform): Use opt_for_fn.
38628         * ipa-inline.h (inline_account_function_p): Declare.
38630 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
38632         PR debug/64663
38633         * dwarf2out.c (decl_piece_node): Don't put bitsize into
38634         mode if bitsize <= 0.
38635         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
38636         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
38637         sizes and positions.
38639 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
38641         * config/nios2/nios2.c (nios2_asm_file_end): Implement
38642         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
38643         needed.
38644         (TARGET_ASM_FILE_END): Define.
38646 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
38648         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
38649         (struct tune_params): Use the enum.
38650         * arm.c (arm_*_tune): Update.
38651         (arm_option_override): Update.
38653 2015-01-20  Richard Biener  <rguenther@suse.de>
38655         PR ipa/64684
38656         * ipa-reference.c (add_static_var): Inline ...
38657         (analyze_function): ... here after splitting out from ...
38658         (is_proper_for_analysis): ... this.
38660 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
38662         PR target/64149
38663         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
38664         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
38665         replace the conditional with it's true branch.
38666         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
38667         (arm_lra_p): Remove.
38669 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
38671         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
38673 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
38675         * config/tilegx/mul-tables.c: Move symtab.h include after
38676         coretypes.h include.
38677         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
38678         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
38679         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
38680         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
38681         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
38683 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
38685         PR bootstrap/64676
38686         Revert:
38687         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
38689         PR rtl-optimization/64081
38690         * loop-iv.c (def_pred_latch_p): New function.
38691         (latch_dominating_def): Allow specific cases with non-single
38692         definitions.
38693         (iv_get_reaching_def): Likewise.
38694         (check_complex_exit_p): New function.
38695         (check_simple_exit): Use check_complex_exit_p to allow certain cases
38696         with exits not executing on any iteration.
38698 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38700         PR lto/45375
38701         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
38702         to set branch cost.
38704 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38706         PR lto/45375
38707         * i386.c (gate): Check flag_expensive_optimizations and
38708         optimize_size.
38709         (ix86_option_override_internal): Drop optimize_size condition
38710         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
38711         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
38712         MASK_PREFER_AVX128.
38713         (ix86_avx256_split_vector_move_misalign,
38714         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
38715         * sse.md (all uses of TARGET_PREFER_AVX128): Add
38716         optimize_insn_for_speed_p check.
38718 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
38720         * config/mips/mips.h (FP_ASM_SPEC): New define.
38721         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
38722         instead.
38724 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
38726         PR target/53988
38727         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
38728         nullptr for insn when reaching the first insn.
38729         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
38730         (sh_insn_operands_modified_between_p): Add nullptr check.
38731         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
38732         sign extending mem load if the insn contains any UNSPEC or
38733         UNSPEC_VOLATILE.
38735 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38737         * params.def (inline-unit-growth): Drop to 15%.
38738         * invoke.texi (inline-unit-growth): Document change.
38740 2015-01-19  Martin Liska  <mliska@suse.cz>
38742         PR ipa/64668
38743         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
38744         function for second argument of OBJ_TYPE_REF.
38746 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38748         PR ipa/64218
38749         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
38750         whether function is an alias.
38752 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
38754         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
38755         cases.
38757 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
38759         PR rtl-optimization/64671
38760         * lra-remat.c (operand_to_remat): Don't consider jump and call
38761         insns.
38763 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
38765         PR target/59828
38766         * config/rs6000/default64.h: Include rs6000-cpus.def.
38767         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
38768         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
38769         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
38770         and POWER8.
38771         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
38772         POWER8.
38773         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
38774         pseudo-op to specify assembler dialect.
38776 2015-01-19  Martin Liska  <mliska@suse.cz>
38778         PR ipa/64664
38779         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
38780         Handle safe potentially removed nodes during filtering.
38782 2015-01-19  Martin Liska  <mliska@suse.cz>
38784         * doc/extend.texi (no_icf): Add new attribute description.
38785         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
38786         where the pass attempts to merge a function with no_icf attribute.
38788 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38790         PR target/64532
38791         * doc/md.texi (ARM Options): Document register constraints.
38793 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
38794             Andrew Pinski  <apinski@cavium.com>
38796         PR target/64304
38797         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
38798         (ashl<mode>3): Don't expand if operands[2] is not constant.
38800 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38802         PR target/64448
38803         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
38804         Match xor-and-xor RTL pattern.
38806 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
38808         PR rtl-optimization/64081
38809         * loop-iv.c (def_pred_latch_p): New function.
38810         (latch_dominating_def): Allow specific cases with non-single
38811         definitions.
38812         (iv_get_reaching_def): Likewise.
38813         (check_complex_exit_p): New function.
38814         (check_simple_exit): Use check_complex_exit_p to allow certain cases
38815         with exits not executing on any iteration.
38817 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
38819         * common.opt (fgraphite): Fix a typo.
38821 2015-01-19  Felix Yang  <felix.yang@huawei.com>
38823         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
38824         pattern.
38825         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
38826         uminp, smax_nanp, smin_nanp): New builtins.
38827         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
38828         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
38829         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
38830         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
38831         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
38832         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
38833         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
38834         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
38835         vpminnms_f32): Rewrite using builtin functions.
38837 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
38839         PR libgomp/64625
38840         * omp-low.c (offload_symbol_decl): Remove variable.
38841         (get_offload_symbol_decl): Remove function.
38842         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
38843         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
38844         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
38845         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
38846         BUILT_IN_GOACC_UPDATE don't pass it at all.
38848 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
38850         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
38851         callers.
38853 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
38855         * ipa-chkp.c (chkp_produce_thunks): Add early param
38856         to split thunks production into two passes.  Keep
38857         'always_inline' function bodies after the first pass.
38858         (pass_data_ipa_chkp_early_produce_thunks): New.
38859         (pass_ipa_chkp_early_produce_thunks): New.
38860         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
38861         chkp_produce_thunks signature.
38862         (make_pass_ipa_chkp_early_produce_thunks): New.
38863         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
38864         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
38865         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
38867 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
38869         * cgraph.c (cgraph_node::dump): Dump profile flags.
38871 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
38873         PR target/64652
38874         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
38875         reg appear first in the parallel.
38877 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
38879         * ipa-reference.c (set_reference_optimization_summary,
38880         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
38881         disabled.
38882         (ignore_module_statics): New static var.
38883         (propagate_bits): If ipa-reference is disabled, do not look into local
38884         properties.
38885         (analyze_function): Disable analysis when ipa_reference is disabled.
38886         (generate_summary): Do not dump when reference is disabled;
38887         collect vars accessed from functions with ipa-reference disabled.
38888         (get_read_write_all_from_node): When ipa-reference is disabled, use the
38889         node flags.
38890         (gate): Enable for LTO.
38891         (ignore_edge_p): New function.
38892         (propagate): Skip functions w/o ipa-reference analysis.
38893         * optc-save-gen.awk: Handle optimize_debug correctly.
38894         * opth-gen.awk: Likewise.
38895         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
38896         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
38897         fira-share-save-slots, fira-share-spill-slots,
38898         fmodulo-sched-allow-regmoves, fpartial-inlining,
38899         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
38900         ftracer, ftree-parallelize-loops, fassociative-math,
38901         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
38902         Optimization
38903         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
38904         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
38905         Optimization.
38906         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
38907         Fix for IPA.
38909 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
38911         PR ipa/64378
38912         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
38913         flag correctly.
38914         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
38916 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
38918         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
38919         Remove duplicate option listings.
38921 2015-01-18  Felix Yang  <felix.yang@huawei.com>
38923         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
38924         (autofdo_source_profile::get_callsite_total_count,
38925         function_instance::get_function_instance_by_decl,
38926         string_table::get_index, string_table::get_index_by_decl,
38927         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
38928         Fix comment typos. Reformatting and minor code rearrangement.
38930 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
38932         * config/rs6000/rs6000.md (probe_stack): Delete.
38933         (probe_stack_address): New.
38935 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
38937         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
38938         to test for 32-bit ABIs, not !TARGET_POWERPC64.
38940 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
38942         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
38943         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
38944         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
38945         snafu.
38946         (rs6000_libcall_value): Use the new function.
38948 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
38950         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
38952 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
38954         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
38955         implement a more precise life analysis for it during backward scan.
38957 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
38959         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
38961 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
38963         PR rtl-optimization/52773
38964         * calls.c (emit_library_call_value): When pushing arguments use
38965         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
38966         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
38967         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
38969 2015-01-17  Jeff Law  <law@redhat.com>
38971         PR rtl-optimization/32790
38972         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
38973         not ZERO_EXTEND in SET_DESTs.
38975 2015-01-17  Alan Modra  <amodra@gmail.com>
38977         * cprop.c (do_local_cprop): Revert last change.
38979 2015-01-16  DJ Delorie  <dj@redhat.com>
38980             Nick Clifton  <nickc@redhat.com>
38982         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
38983         (addhi3_real): Likewise.  Fix [HL+0] syntax.
38984         (subqi3_real): Likewise.
38985         (subhi3_real): Likewise.
38986         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
38987         (cbranchhi4_real): Likewise.
38988         (cbranchhi4_real_inverted): Likewise.
38989         (cbranchsi4_real_lt): Likewise.
38990         (cbranchsi4_real_ge): Likewise.
38991         (cbranchsi4_real_ge): Likewise.
38992         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
38993         (sub<mode>3_virt): Likewise.
38994         (cbranchqi4_virt): Likewise.
38995         (cbranchhi4_virt): Likewise.
38996         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
38997         always use '[reg+imm]' even when imm is zero.
38998         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
38999         (rl78_general_operand): New.
39000         (rl78_nonimmediate_operand): New.
39001         (rl78_nonfar_operand): Use them.
39002         (rl78_nonfar_nonimm_operand): Likewise.
39003         (rl78_stack_based_mem): Fix.
39004         * config/rl78/constraints.md (Ibqi): New.
39005         (IBqi): New.
39006         (Wsa): New.
39007         (Wsf): New.
39008         (Cs1): Fix.
39009         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
39010         (iorqi3): Likewise.
39011         (xorqi3): Likewise.
39012         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
39014         * config/rl78/constrains (Qs8): New constraint.
39015         * config/rl78/rl78.c (rl78_flags_already_set): New function.
39016         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
39017         * config/rl78/rl78-real.md (update_Z): New attribute.
39018         Update patterns to set it.
39019         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
39020         shorter compare and branch sequence can be used.
39021         (cbranchhi4_real): Likewise.
39022         (cbranchhi4_real_inverted): Likewise.
39024         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
39025         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
39026         address space.
39027         * config/rl78/rl78.c (rl78_get_name_encoding): New.
39028         (rl78_option_override): Allow -mes0 only if C.
39029         (characterize_address): Support subregs of symbol_refs.
39030         (rl78_addr_space_address_mode): Move.  Add __near.
39031         (rl78_far_p): Likewise.
39032         (rl78_addr_space_pointer_mode): Likewise.
39033         (rl78_as_legitimate_address): Likewise.
39034         (rl78_addr_space_subset_p): Likewise.
39035         (rl78_addr_space_convert): Likewise.
39036         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
39037         symbols with -mes0.
39038         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
39039         addressing.
39040         (rl78_alloc_physical_registers_op1): Change logic to prefer
39041         symbol[BC] addressing.
39042         (frodata_section): New.
39043         (rl78_asm_init_sections): Initialize it.
39044         (rl78_select_section): Put __far readonly symbols in .frodata.
39045         (rl78_make_type_far): New.
39046         (rl78_insert_attributes): Force all readonly symbols to be
39047         __far when -mes0.
39048         (rl78_asm_out_integer): New.
39049         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
39050         * config/rl78/rl78.opt (-mes0): New.
39052         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
39053         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
39054         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
39055         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
39056         (rl78_saddr_p): New.
39057         (rl78_output_aligned_common): New.
39058         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
39059         (rl78_handle_saddr_attribute): New.
39060         (rl78_handle_naked_attribute): New.
39061         (rl78_attribute_table): Add saddr.
39062         (rl78_print_operand_1): Don't print '!' on saddr operands.
39063         (rl78_print_operand_1): Strip encodings.
39064         (rl78_sfr_p): New.
39065         (rl78_strip_name_encoding): New.
39066         (rl78_attrlist_to_encoding): New.
39067         (rl78_encode_section_info): New.
39068         (rl78_asm_init_sections): New.
39069         (rl78_select_section): New.
39070         (rl78_output_labelref): New.
39071         (rl78_output_aligned_common): New.
39072         (rl78_asm_out_integer): New.
39073         (rl78_asm_ctor_dtor): New.
39074         (rl78_asm_constructor): New.
39075         (rl78_asm_destructor): New.
39077         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
39078         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
39079         (transcode_memory_rtx): Update.
39080         (rl78_expand_epilogue): Use A_REG instead of 0.
39082 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
39084         * config/arm/arm-protos.h (struct tune_params): New field
39085         sched_autopref_queue_depth.
39086         * config/arm/arm.c (sched-int.h): Include header.
39087         (arm_first_cycle_multipass_dfa_lookahead_guard,)
39088         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
39089         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
39090         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
39091         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
39092         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
39093         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
39094         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
39095         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
39096         * config/arm/t-arm (arm.o): Update.
39097         * haifa-sched.c (update_insn_after_change): Update.
39098         (rank_for_schedule): Use auto-prefetcher model, if requested.
39099         (autopref_multipass_init): New static function.
39100         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
39101         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
39102         variable for debug dumps.
39103         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
39104         (autopref_multipass_dfa_lookahead_guard): New global function that
39105         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
39106         (init_h_i_d): Update.
39107         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
39108         * sched-int.h (enum autopref_multipass_data_status): New const enum.
39109         (autopref_multipass_data_): Structure for auto-prefetcher data.
39110         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
39111         (struct _haifa_insn_data:autopref_multipass_data): New field.
39112         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
39113         (autopref_multipass_dfa_lookahead_guard): Declare.
39115 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
39117         * rtlanal.c (get_base_term): Handle SCRATCH.
39119 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
39121         * config/aarch64/aarch64.c
39122         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
39123         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
39124         * config/arm/arm.c
39125         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
39126         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
39128 2015-01-17  Alan Modra  <amodra@gmail.com>
39130         * cprop.c (do_local_cprop): Disallow replacement of fixed
39131         hard registers.
39133 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
39135         PR target/62066
39136         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
39137         early return 0.
39139 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
39141         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
39142         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
39144 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
39146         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
39147         * config/arm/thumb1.md: ... Here.
39149 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
39151         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
39152         TImode for TARGET_32BIT.
39154 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
39156         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
39157         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
39158         as ...
39159         (rs6000_abi_word_mode): New function.
39161 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
39163         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
39164         instead of UNITS_PER_WORD to describe the size of stack slots.
39166 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
39168         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
39169         as rs6000_promote_function_mode.  Move comment to there.
39170         (rs6000_promote_function_mode): New function.
39172 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
39174         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
39175         -mpowerpc64 is active.
39177 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
39179         PR middle-end/64353
39180         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
39181         virtuals on start.
39183 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
39185         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
39186         introduced in revision 219724.
39188 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
39189             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
39191         PR target/64263
39192         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
39193         destination is not a GP reg.
39194         (*movdi_aarch64): Likewise.
39196 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
39198         PR target/64623
39199         * config/rs6000/default64.h: Revert ISA change.
39201 2015-01-16  Richard Biener  <rguenther@suse.de>
39203         PR middle-end/64614
39204         * tree-ssa-uninit.c: Include tree-cfg.h.
39205         (MAX_SWITCH_CASES): New define.
39206         (convert_control_dep_chain_into_preds): Handle switch statements.
39207         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
39208         (normalize_one_pred_1): Do not split bit-manipulations.
39209         Record (x & CST).
39211 2015-01-16  Richard Biener  <rguenther@suse.de>
39213         PR tree-optimization/64568
39214         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
39215         complex load rewriting for TARGET_MEM_REFs.
39217 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
39219         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
39221 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
39223         PR target/64149
39224         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
39225         variable.
39226         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
39227         (aarch64_lra_p): Remove.
39229 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
39231         PR target/64363
39232         * ipa-chkp.h (chkp_instrumentable_p): New.
39233         * ipa-chkp.c: Include tree-inline.h.
39234         (chkp_instrumentable_p): New.
39235         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
39236         Fix processing of not instrumentable functions.
39237         (chkp_versioning): Use chkp_instrumentable_p. Warn about
39238         not instrumentable functions.
39239         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
39240         chkp_instrumentable_p.
39241         * tree-inline.h (copy_forbidden): New.
39242         * tree-inline.c (copy_forbidden): Not static anymore.
39244 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39246         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
39247         ptr1, ptr2 unused.
39249 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
39251         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
39252         type OP_OUT to OP_INOUT.
39254 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
39256         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
39257         (high x) y) to y if x and y have the same base.
39259 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
39261         * config/arm/cortex-a57.md: New.
39262         * config/aarch64/aarch64.md: Include it.
39263         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
39264         * config/aarch64/aarch64-tune.md: Regenerate.
39266 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
39268         PR target/64015
39269         * ccmp.c (expand_ccmp_next): New function.
39270         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
39271         and compare insn sequence.
39272         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
39273         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
39274         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
39275         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
39276         (*ccmp_ior): Changed to ccmp_ior<mode>.
39277         (cmp<mode>): New pattern.
39278         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
39279         parameters.
39280         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
39282 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
39284         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
39285         _mm256_bsrli_epi128): New.
39286         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
39288 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
39290         * expmed.c (store_bit_field_using_insv): Improve warning message.
39291         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
39293 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
39295         PR rtl-optimization/64011
39296         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
39297         there is partial overflow.
39299 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
39301         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
39302         prototype.
39303         (nds32_expand_epilogue_v3pop): Likewise.
39304         * config/nds32/nds32.md (sibcall): Define this for sibling call
39305         optimization.
39306         (sibcall_register): Likewise.
39307         (sibcall_immediate): Likewise.
39308         (sibcall_value): Likewise.
39309         (sibcall_value_register): Likewise.
39310         (sibcall_value_immediate): Likewise.
39311         (sibcall_epilogue): Likewise.
39312         (epilogue): Pass false to indicate this is not a sibcall epilogue.
39313         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
39314         (nds32_expand_epilogue_v3pop): Likewise.
39316 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
39318         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
39319         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
39320         (return_internal): New.
39321         (return): Define this named pattern.
39322         (simple_return): Define this named pattern.
39323         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
39324         pattern instead of unspec_volatile_func_return.
39325         (nds32_expand_epilogue_v3pop): Likewise.
39326         (nds32_can_use_return_insn): New function.
39328 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
39330         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
39331         * config/nds32/nds32.md (pop25return): New.
39332         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
39333         pop25return pattern.
39335 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
39337         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
39338         -mforbid-fp-as-gp, and -mex9 options.
39340 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
39342         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
39343         remove -mgp-direct option.
39345 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
39347         * doc/invoke.texi (--param early-inlining-insns): Update default value.
39348         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
39350 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
39352         * ipa-inline.c (inline_small_functions): Work around hints
39353         cache issue.
39355 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
39357         PR target/59710
39358         * doc/invoke.texi (Option Summary): Document new Nios II
39359         -mgpopt= syntax.
39360         (Nios II Options): Likewise.
39361         * config/nios2/nios2.opt: Add -mgpopt= option support.
39362         Modify existing -mgpopt and -mno-gpopt options to be aliases.
39363         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
39364         * config/nios2/nios2.c (nios2_option_override): Adjust
39365         -mgpopt defaulting.
39366         (nios2_in_small_data_p): Return true for explicit small data
39367         sections even with -G0.
39368         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
39369         option choices.
39371 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
39373         PR ipa/64612
39374         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
39375         of comdat locals.
39376         (inline_call): Fix removal of aliases.
39378 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
39380         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
39381         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
39382         * opts.c (common_handle_option): Add -fsanitize=vptr.
39383         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
39384         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
39385         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
39386         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
39387         (ubsan_expand_vptr_ifn): New prototype.
39388         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
39389         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
39390         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
39391         expand_LOOP_VECTORIZED): Make argument nameless, remove
39392         ATTRIBUTE_UNUSED.
39393         (expand_UBSAN_VPTR): New function.
39394         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
39395         in fn spec.
39396         (UBSAN_VPTR): New internal function.
39397         * sanopt.c (tree_map_traits): Renamed to ...
39398         (sanopt_tree_map_traits): ... this.
39399         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
39400         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
39401         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
39402         (maybe_optimize_ubsan_vptr_ifn): New function.
39403         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
39404         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
39405         -fsanitize=vptr.
39406         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
39407         internal calls like pure functions for aliasing, even when they
39408         have other side-effects that prevent making them ECF_PURE.
39409         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
39410         (ubsan_expand_vptr_ifn): New function.
39412 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
39414         PR rtl-optimization/64110
39415         * stmt.c (parse_output_constraint): Process '^' and '$'.
39416         (parse_input_constraint): Ditto.
39417         * lra-constraints.c (process_alt_operands): Process the new
39418         constraints.
39419         * ira-costs.c (record_reg_classes): Process the new constraint
39420         '^'.
39421         * genoutput.c (indep_constraints): Add '^' and '$'.
39422         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
39423         * doc/md.texi: Add description of the new constraints.
39425 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
39426             Bernd Schmidt  <bernds@codesourcery.com>
39427             Cesar Philippidis  <cesar@codesourcery.com>
39428             James Norris  <jnorris@codesourcery.com>
39429             Tom de Vries  <tom@codesourcery.com>
39430             Ilmir Usmanov  <i.usmanov@samsung.com>
39431             Dmitry Bocharnikov  <dmitry.b@samsung.com>
39432             Evgeny Gavrin  <e.gavrin@samsung.com>
39433             Jakub Jelinek  <jakub@redhat.com>
39435         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
39436         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
39437         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
39438         New function types.
39439         * builtins.c: Include "gomp-constants.h".
39440         (expand_builtin_acc_on_device): New function.
39441         (expand_builtin, is_inexpensive_builtin): Handle
39442         BUILT_IN_ACC_ON_DEVICE.
39443         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
39444         New macros.
39445         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
39446         flag_openmp.
39447         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
39448         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
39449         i386/intelmic-offload.h.
39450         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
39451         to libgomp and its dependencies.
39452         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
39453         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
39454         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
39455         * config/ia64/hpux.h (LIB_SPEC): Likewise.
39456         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
39457         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
39458         * doc/generic.texi: Update for OpenACC changes.
39459         * doc/gimple.texi: Likewise.
39460         * doc/invoke.texi: Likewise.
39461         * doc/sourcebuild.texi: Likewise.
39462         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
39463         GF_OMP_FOR_KIND_OACC_LOOP.
39464         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
39465         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
39466         GF_OMP_TARGET_KIND_OACC_UPDATE,
39467         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
39468         Dump more data.
39469         * gimple.c: Update comments for OpenACC changes.
39470         * gimple.def: Likewise.
39471         * gimple.h: Likewise.
39472         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
39473         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
39474         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
39475         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
39476         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
39477         appropriate place.
39478         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
39479         * gimplify.c: Include "gomp-constants.h".
39480         Update comments for OpenACC changes.
39481         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
39482         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
39483         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
39484         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
39485         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
39486         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
39487         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
39488         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
39489         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
39490         OMP_CLAUSE_SEQ.
39491         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
39492         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
39493         OMP_CLAUSE_SET_MAP_KIND.
39494         (gimplify_oacc_cache): New function.
39495         (gimplify_omp_for): Handle OACC_LOOP.
39496         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
39497         OACC_DATA.
39498         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
39499         OACC_EXIT_DATA, OACC_UPDATE.
39500         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
39501         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
39502         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
39503         (gimplify_body): Consider flag_openacc next to flag_openmp.
39504         * lto-streamer-out.c: Include "gomp-constants.h".
39505         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
39506         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
39507         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
39508         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
39509         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
39510         (BUILT_IN_ACC_ON_DEVICE): New builtins.
39511         * omp-low.c: Include "gomp-constants.h".
39512         Update comments for OpenACC changes.
39513         (struct omp_context): Add reduction_map, gwv_below, gwv_this
39514         members.
39515         (extract_omp_for_data, use_pointer_for_field, install_var_field)
39516         (new_omp_context, delete_omp_context, scan_sharing_clauses)
39517         (create_omp_child_function, scan_omp_for, scan_omp_target)
39518         (check_omp_nesting_restrictions, lower_reduction_clauses)
39519         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
39520         Update for OpenACC changes.
39521         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
39522         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
39523         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
39524         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
39525         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
39526         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
39527         OMP_CLAUSE_MAP_*.
39528         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
39529         Handle GF_OMP_FOR_KIND_OACC_LOOP.
39530         (expand_omp_target, lower_omp_target): Handle
39531         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
39532         GF_OMP_TARGET_KIND_OACC_UPDATE,
39533         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
39534         GF_OMP_TARGET_KIND_OACC_DATA.
39535         (pass_expand_omp::execute, execute_lower_omp)
39536         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
39537         flag_openmp.
39538         (offload_symbol_decl): New variable.
39539         (oacc_get_reduction_array_id, oacc_max_threads)
39540         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
39541         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
39542         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
39543         (oacc_gimple_assign, oacc_initialize_reduction_data)
39544         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
39545         functions.
39546         (is_targetreg_ctx): Remove function.
39547         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
39548         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
39549         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
39550         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
39551         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
39552         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
39553         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
39554         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
39555         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
39556         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
39557         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
39558         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
39559         * tree-core.h: Update comments for OpenACC changes.
39560         (enum omp_clause_map_kind): Remove.
39561         (struct tree_omp_clause): Change type of map_kind member from enum
39562         omp_clause_map_kind to unsigned char.
39563         * tree-inline.c: Update comments for OpenACC changes.
39564         * tree-nested.c: Likewise.  Include "gomp-constants.h".
39565         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
39566         (convert_tramp_reference_stmt, convert_gimple_call): Update for
39567         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
39568         OMP_CLAUSE_SET_MAP_KIND.
39569         * tree-pretty-print.c: Include "gomp-constants.h".
39570         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
39571         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
39572         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
39573         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
39574         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
39575         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
39576         instead of OMP_CLAUSE_MAP_*.
39577         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
39578         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
39579         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
39580         * tree-streamer-in.c: Include "gomp-constants.h".
39581         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
39582         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
39583         * tree-streamer-out.c: Include "gomp-constants.h".
39584         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
39585         OMP_CLAUSE_MAP_*.
39586         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
39587         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
39588         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
39589         * tree.c (omp_clause_num_ops): Update accordingly.
39590         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
39591         Likewise.
39592         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
39593         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
39594         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
39595         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
39596         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
39597         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
39598         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
39599         (OMP_CLAUSE_SET_MAP_KIND): New macro.
39600         * varpool.c (varpool_node::get_create): Consider flag_openacc next
39601         to flag_openmp.
39602         * config/i386/intelmic-offload.h: New file.
39603         * config/nvptx/offload.h: Likewise.
39605 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
39607         * explow.h: Remove duplicate contents.
39608         * dojump.h: Likewise.
39610 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
39612         * arm.c (arm_xgene_tune): Add default initializer for instruction
39613         fusion.
39615 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
39617         PR ipa/64068
39618         PR ipa/64559
39619         * ipa.c (symbol_table::remove_unreachable_nodes):
39620         Do not put abstract origins into boundary.
39622 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
39624         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
39625         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
39627 2015-01-15  Steve Ellcey  <sellcey@mips.com>
39629         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
39630         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
39631         builtins.def, and chkp-builtins.def.
39633 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
39635         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
39636         ISA 2.7 (POWER8).
39638 2015-01-15  Richard Biener  <rguenther@suse.de>
39640         PR tree-optimization/61743
39641         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
39642         information on PHIs for some simple cases.
39644 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
39646         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
39647         Include xgene1.md.
39648         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
39649         * config/arm/arm-cores.def (xgene1): New entry.
39650         * config/arm/arm-tables.opt: Regenerate.
39651         * config/arm/arm-tune.md: Regenerate.
39652         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
39654 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
39656         * tree-if-conv.c: Include hash-map.h.
39657         (aggressive_if_conv): New variable.
39658         (fold_build_cond_expr): Add simplification of non-zero condition.
39659         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
39660         destination block is not always executed.
39661         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
39662         than two predecessors if AGGRESSIVE_IF_CONV is true.
39663         (if_convertible_stmt_p): Fix commentary.
39664         (all_preds_critical_p): New function.
39665         (has_pred_critical_p): New function.
39666         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
39667         BB can have more than two predecessors and all incoming edges can be
39668         critical.
39669         (predicate_bbs): Skip predication for loop exit block, use build2_loc
39670         to compute predicate for true edge.
39671         (find_phi_replacement_condition): Delete this function.
39672         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
39673         Allow interchange PHI arguments if EXTENDED is false.
39674         Change check that block containing reduction statement candidate
39675         is predecessor of phi-block since phi may have more than two arguments.
39676         (phi_args_hash_traits): New helper structure.
39677         (struct phi_args_hash_traits): New type.
39678         (phi_args_hash_traits::hash): New function.
39679         (phi_args_hash_traits::equal_keys): New function.
39680         (gen_phi_arg_condition): New function.
39681         (predicate_scalar_phi): Add handling of phi nodes with more than two
39682         arguments, delete COND and TRUE_BB arguments, insert body of
39683         find_phi_replacement_condition to predicate ordinary phi nodes.
39684         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
39685         delete call of find_phi_replacement_condition and invoke
39686         predicate_scalar_phi with two arguments.
39687         (insert_gimplified_predicates): Add assert that non-predicated block
39688         don't have statements to insert.
39689         (ifcvt_split_critical_edges): New function.
39690         (ifcvt_split_def_stmt): Likewise.
39691         (ifcvt_walk_pattern_tree): Likewise.
39692         (stmt_is_root_of_bool_pattern): Likewise.
39693         (ifcvt_repair_bool_pattern): Likewise.
39694         (ifcvt_local_dce): Likewise.
39695         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
39696         is copy of inner or outer loop force_vectorize field, invoke
39697         ifcvt_split_critical_edges, ifcvt_local_dce and
39698         ifcvt_repair_bool_pattern for aggressive if-conversion.
39700 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
39702         * config/aarch64/aarch64.md: Include xgene1.md.
39703         * config/aarch64/xgene1.md: New file.
39705 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
39707         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
39708         xgene1 (APM XGene-1) core definition.
39709         * config/aarch64/aarch64.c: Add cost tables for APM XGene-1
39710         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
39711         * doc/invoke.texi: Document -mcpu=xgene1.
39713 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
39715         * dojump.h: New header file.
39716         * explow.h: Likewise.
39717         * expr.h: Remove includes.
39718         Move expmed.c prototypes to expmed.h.
39719         Move dojump.c prototypes to dojump.h.
39720         Move alias.c prototypes to alias.h.
39721         Move explow.c prototypes to explow.h.
39722         Move calls.c prototypes to calls.h.
39723         Move emit-rtl.c prototypes to emit-rtl.h.
39724         Move varasm.c prototypes to varasm.h.
39725         Move stmt.c prototypes to stmt.h.
39726         (saved_pending_stack_adjust): Move to dojump.h.
39727         (adjust_address): Move to explow.h.
39728         (adjust_address_nv): Move to emit-rtl.h.
39729         (adjust_bitfield_address): Likewise.
39730         (adjust_bitfield_address_size): Likewise.
39731         (adjust_bitfield_address_nv): Likewise.
39732         (adjust_automodify_address_nv): Likewise.
39733         * explow.c (expr_size): Move to expr.c.
39734         (int_expr_size): Likewise.
39735         (tree_expr_size): Likewise.
39736         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39737         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
39738         * genemit.c (main): Generate includes statistics.h, real.h,
39739         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
39740         stmt.h.
39741         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
39742         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
39743         explow.h, emit-rtl.h, stmt.h.
39744         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
39745         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
39746         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
39747         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
39748         emit-rtl.h, varasm.h, stmt.h.
39749         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
39750         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
39751         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
39752         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
39753         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
39754         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
39755         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
39756         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
39757         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
39758         tm.h tree.h varasm.h vec.h wide-int.h.
39759         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39760         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
39761         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
39762         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
39763         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
39764         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
39765         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
39766         * loop-iv.c: Likewise.
39767         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
39768         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
39769         statistics.h stmt.h tree.h varasm.h wide-int.h.
39770         * lra-constraints.c: Likewise.
39771         * lra-eliminations.c: Likewise.
39772         * lra-lives.c: Likewise.
39773         * lra-remat.c: Likewise.
39774         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39775         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
39776         statistics.h stmt.h tree.h varasm.h wide-int.h.
39777         * hw-doloop.c: Likewise.
39778         * ira-color.c: Likewise.
39779         * ira-emit.c: Likewise.
39780         * loop-doloop.c: Likewise.
39781         * loop-invariant.c: Likewise.
39782         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39783         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
39784         statistics.h stmt.h tree.h varasm.h wide-int.h.
39785         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
39786         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
39787         statistics.h stmt.h tree.h varasm.h wide-int.h.
39788         * combine-stack-adj.c: Likewise.
39789         * cse.c: Likewise.
39790         * ddg.c: Likewise.
39791         * ifcvt.c: Likewise.
39792         * ira-costs.c: Likewise.
39793         * jump.c: Likewise.
39794         * lra-coalesce.c: Likewise.
39795         * lra-spills.c: Likewise.
39796         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39797         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
39798         stmt.h varasm.h wide-int.h.
39799         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
39800         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
39801         varasm.h.
39802         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
39803         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
39804         statistics.h stmt.h varasm.h wide-int.h.
39805         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
39806         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
39807         varasm.h wide-int.h.
39808         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
39809         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
39810         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
39811         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
39812         statistics.h stmt.h.
39813         * config/tilepro/tilepro.c: Likewise.
39814         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
39815         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
39816         * config/pdp11/pdp11.c: Likewise.
39817         * config/xtensa/xtensa.c: Likewise.
39818         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
39819         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
39820         varasm.h.
39821         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39822         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
39823         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
39824         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39825         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
39826         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
39827         * rtl-chkp.c: Likewise.
39828         * tree-chkp-opt.c: Likewise.
39829         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
39830         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
39831         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
39832         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39833         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
39834         statistics.h stmt.h.
39835         * tree-vect-data-refs.c: Likewise.
39836         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
39837         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39838         rtl.h statistics.h stmt.h varasm.h.
39839         * internal-fn.c: Likewise.
39840         * ipa-icf-gimple.c: Likewise.
39841         * lto-section-out.c: Likewise.
39842         * tree-data-ref.c: Likewise.
39843         * tree-nested.c: Likewise.
39844         * tree-outof-ssa.c: Likewise.
39845         * tree-predcom.c: Likewise.
39846         * tree-pretty-print.c: Likewise.
39847         * tree-scalar-evolution.c: Likewise.
39848         * tree-ssa-strlen.c: Likewise.
39849         * tree-vect-loop.c: Likewise.
39850         * tree-vect-patterns.c: Likewise.
39851         * tree-vect-slp.c: Likewise.
39852         * tree-vect-stmts.c: Likewise.
39853         * tsan.c: Likewise.
39854         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39855         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
39856         stmt.h.
39857         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
39858         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39859         statistics.h stmt.h varasm.h.
39860         * loop-unroll.c: Likewise.
39861         * ubsan.c: Likewise.
39862         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
39863         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
39864         stmt.h varasm.h.
39865         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39866         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
39867         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
39868         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
39869         statistics.h stmt.h.
39870         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
39871         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
39872         statistics.h stmt.h varasm.h.
39873         * gimple-match-head.c: Likewise.
39874         * lto-cgraph.c: Likewise.
39875         * lto-section-in.c: Likewise.
39876         * lto-streamer-in.c: Likewise.
39877         * lto-streamer-out.c: Likewise.
39878         * tree-affine.c: Likewise.
39879         * tree-cfg.c: Likewise.
39880         * tree-cfgcleanup.c: Likewise.
39881         * tree-if-conv.c: Likewise.
39882         * tree-into-ssa.c: Likewise.
39883         * tree-ssa-alias.c: Likewise.
39884         * tree-ssa-copyrename.c: Likewise.
39885         * tree-ssa-dse.c: Likewise.
39886         * tree-ssa-forwprop.c: Likewise.
39887         * tree-ssa-live.c: Likewise.
39888         * tree-ssa-math-opts.c: Likewise.
39889         * tree-ssa-pre.c: Likewise.
39890         * tree-ssa-sccvn.c: Likewise.
39891         * tree-tailcall.c: Likewise.
39892         * tree-vect-generic.c: Likewise.
39893         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39894         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
39895         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39896         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
39897         * varasm.c: Likewise.
39898         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39899         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
39900         varasm.h.
39901         * init-regs.c: Likewise.
39902         * ira.c: Likewise.
39903         * omp-low.c: Likewise.
39904         * stack-ptr-mod.c: Likewise.
39905         * tree-ssa-reassoc.c: Likewise.
39906         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39907         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
39908         varasm.h.
39909         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39910         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
39911         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39912         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
39913         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39914         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
39915         * tree-ssa-phiopt.c: Likewise.
39916         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39917         fixed-value.h hashtab.h real.h statistics.h stmt.h.
39918         * config/fr30/fr30.c: Likewise.
39919         * config/frv/frv.c: Likewise.
39920         * expr.c: Likewise.
39921         * final.c: Likewise.
39922         * optabs.c: Likewise.
39923         * passes.c: Likewise.
39924         * simplify-rtx.c: Likewise.
39925         * stmt.c: Likewise.
39926         * toplev.c: Likewise.
39927         * var-tracking.c: Likewise.
39928         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39929         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
39930         * lower-subreg.c: Likewise.
39931         * postreload-gcse.c: Likewise.
39932         * ree.c: Likewise.
39933         * reginfo.c: Likewise.
39934         * store-motion.c: Likewise.
39935         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39936         fixed-value.h hashtab.h real.h stmt.h varasm.h.
39937         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39938         fixed-value.h hashtab.h statistics.h stmt.h.
39939         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39940         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
39941         * except.c: Likewise.
39942         * explow.c: Likewise.
39943         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39944         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
39945         varasm.h.
39946         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39947         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
39948         * tree-ssa-structalias.c: Likewise.
39949         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39950         fixed-value.h insn-config.h real.h statistics.h.
39951         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39952         fixed-value.h insn-config.h real.h statistics.h stmt.h.
39953         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39954         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
39955         * cfgbuild.c: Likewise.
39956         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39957         fixed-value.h real.h rtl.h statistics.h stmt.h.
39958         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39959         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
39960         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39961         fixed-value.h real.h statistics.h stmt.h.
39962         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
39963         fixed-value.h real.h statistics.h stmt.h varasm.h.
39964         * cprop.c: Likewise.
39965         * modulo-sched.c: Likewise.
39966         * postreload.c: Likewise.
39967         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
39968         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
39969         statistics.h stmt.h varasm.h.
39970         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
39971         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
39972         rtl.h statistics.h stmt.h varasm.h.
39973         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
39974         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
39975         varasm.h.
39976         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
39977         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
39978         varasm.h.
39979         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
39980         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
39981         varasm.h.
39982         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
39983         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
39984         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39985         function.h real.h statistics.h stmt.h varasm.h.
39986         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39987         insn-config.h real.h statistics.h stmt.h.
39988         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
39989         statistics.h stmt.h.
39990         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
39991         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
39992         statistics.h stmt.h varasm.h.
39993         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
39994         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
39995         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
39996         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
39997         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
39998         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
39999         statistics.h stmt.h varasm.h.
40000         * ipa-polymorphic-call.c: Likewise.
40001         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
40002         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40003         statistics.h stmt.h.
40004         * config/c6x/c6x.c: Likewise.
40005         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
40006         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40007         statistics.h stmt.h varasm.h.
40008         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
40009         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
40010         stmt.h varasm.h.
40011         * ipa-split.c: Likewise.
40012         * tree-eh.c: Likewise.
40013         * tree-ssa-dce.c: Likewise.
40014         * tree-ssa-loop-niter.c: Likewise.
40015         * tree-vrp.c: Likewise.
40016         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
40017         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
40018         stmt.h.
40019         * config/nds32/nds32-fp-as-gp.c: Likewise.
40020         * config/nds32/nds32-intrinsic.c: Likewise.
40021         * config/nds32/nds32-isr.c: Likewise.
40022         * config/nds32/nds32-md-auxiliary.c: Likewise.
40023         * config/nds32/nds32-memory-manipulation.c: Likewise.
40024         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
40025         * config/nds32/nds32-predicates.c: Likewise.
40026         * config/nds32/nds32.c: Likewise.
40027         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
40028         fixed-value.h hashtab.h real.h statistics.h.
40029         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
40030         fixed-value.h hashtab.h real.h statistics.h stmt.h.
40031         * config/arm/arm.c: Likewise.
40032         * config/avr/avr.c: Likewise.
40033         * config/bfin/bfin.c: Likewise.
40034         * config/h8300/h8300.c: Likewise.
40035         * config/i386/i386.c: Likewise.
40036         * config/ia64/ia64.c: Likewise.
40037         * config/iq2000/iq2000.c: Likewise.
40038         * config/m32c/m32c.c: Likewise.
40039         * config/m32r/m32r.c: Likewise.
40040         * config/m68k/m68k.c: Likewise.
40041         * config/mcore/mcore.c: Likewise.
40042         * config/mep/mep.c: Likewise.
40043         * config/mips/mips.c: Likewise.
40044         * config/mn10300/mn10300.c: Likewise.
40045         * config/moxie/moxie.c: Likewise.
40046         * config/pa/pa.c: Likewise.
40047         * config/rl78/rl78.c: Likewise.
40048         * config/rx/rx.c: Likewise.
40049         * config/s390/s390.c: Likewise.
40050         * config/sh/sh.c: Likewise.
40051         * config/sparc/sparc.c: Likewise.
40052         * config/spu/spu.c: Likewise.
40053         * config/stormy16/stormy16.c: Likewise.
40054         * config/v850/v850.c: Likewise.
40055         * config/vax/vax.c: Likewise.
40056         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
40057         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
40058         * config/msp430/msp430.c: Likewise.
40059         * predict.c: Likewise.
40060         * value-prof.c: Likewise.
40061         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
40062         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
40063         * config/microblaze/microblaze.c: Likewise.
40064         * config/nios2/nios2.c: Likewise.
40065         * config/rs6000/rs6000.c: Likewise.
40066         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40067         insn-config.h real.h rtl.h statistics.h stmt.h.
40068         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40069         insn-config.h real.h statistics.h stmt.h.
40070         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
40071         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
40072         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
40073         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
40074         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
40075         fixed-value.h real.h statistics.h stmt.h.
40076         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
40077         fixed-value.h statistics.h stmt.h.
40078         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
40079         stmt.h.
40081 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
40083         * gengtype.c (create_user_defined_type): Workaround
40084         -Wmaybe-uninitialized false positives.
40085         * cse.c (fold_rtx): Likewise.
40086         * loop-invariant.c (gain_for_invariant): Likewise.
40088 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
40090         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
40091         set the memory attributes in all cases but clear MEM_EXPR if need be.
40093 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
40095         PR tree-optimization/64434
40096         * cfgexpand.c (reorder_operands): New function.
40097         (expand_gimple_basic_block): Insert call of reorder_operands if
40098         optimized is true.
40100 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
40102         * config/mips/micromips.md (*swp): Remove explicit parallel.
40103         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
40104         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
40105         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
40106         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
40107         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
40108         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
40109         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
40110         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
40111         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
40112         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
40113         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
40114         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
40115         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
40116         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
40117         (mips_wrdsp): Likewise.
40118         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
40119         parallel.
40120         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
40121         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
40122         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
40123         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
40124         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
40125         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
40126         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
40127         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
40128         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
40130 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
40132         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
40133         (mips_print_operand): Support 'y' to print exact log2 in decimal
40134         of a const_int.
40135         * config/mips/mips.h (ISA_HAS_LSA): New define.
40136         (ISA_HAS_DLSA): Likewise.
40137         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
40138         * config/mips/predicates.md (const_immlsa_operand): New predicate.
40140 2015-01-15  Martin Liska  <mliska@suse.cz>
40142         PR target/64377
40143         * optc-save-gen.awk: Add support for array types.
40145 2015-01-15  Richard Biener  <rguenther@suse.de>
40147         PR middle-end/64365
40148         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
40149         for MEM_REF access functions with the same base can never partially
40150         overlap.
40152 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
40154         * common.opt: New option -fstack-protector-explicit.
40155         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
40156         (stack_protect_decl_phase): Handle stack_protect attribute for
40157         explicit stack protection requests.
40158         (expand_used_vars): Similarly.
40159         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
40160         * doc/extend.texi: Add documentation for "stack_protect" attribute.
40161         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
40163 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
40165         PR target/53988
40166         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
40167         reg-reg copies.
40168         (sh_extending_set_of_reg): New struct.
40169         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
40170         sh_remove_reg_dead_or_unused_notes): New Declarations.
40171         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
40172         sh_find_extending_set_of_reg, sh_split_tst_subregs,
40173         sh_extending_set_of_reg::use_as_extended_reg): New functions.
40174         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
40175         convert to insn_and_split and use new function sh_split_tst_subregs.
40177 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
40179         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
40180         option.
40181         (Optimization Options): Move -fuse-ld documentation to...
40182         (Link Options): ...here.
40184 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
40186         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
40187         offsets.
40188         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
40189         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
40190         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
40191         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
40192         instead of ZR for the memory operand of LL/SC.
40193         (compare_and_swap_12, sync_add<mode>): Likewise.
40194         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
40195         (sync_new_<optab>_12, sync_nand_12): Likewise.
40196         (sync_old_nand_12, sync_new_nand_12): Likewise.
40197         (sync_sub<mode>, sync_old_add<mode>): Likewise.
40198         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
40199         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
40200         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
40201         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
40202         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
40203         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
40204         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
40205         * doc/md.texi (ZC): Update description.
40207 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
40209         * builtins.c (expand_builtin_atomic_exchange): Remove error when
40210         memory model is CONSUME.
40211         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
40212         expand_builtin_atomic_store): Change invalid memory model errors to
40213         warnings.
40214         (expand_builtin_atomic_clear): Change invalid model errors to warnings
40215         and issue warning for CONSUME.
40217 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
40219         * lto-cgraph: Update function comments for
40220         lto_symtab_encoder_encode_*.
40222 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
40224         * Makefile.in (site.exp): Do not set ENABLE_LTO.
40226 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
40228         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
40229         * lto-cgraph.c (select_what_to_stream): Remove argument, use
40230         lto_stream_offload_p instead.
40231         * lto-streamer.h (select_what_to_stream): Remove argument.
40232         * passes.c (ipa_write_summaries): Likewise.
40233         * tree-pass.h (ipa_write_summaries): Likewise.
40235 2015-01-14  Richard Biener  <rguenther@suse.de>
40237         PR tree-optimization/59354
40238         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
40239         groups larger than the slp group size as having gaps.
40241 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
40243         PR middle-end/59448
40244         * builtins.c (get_memmodel): Promote consume to acquire always.
40246 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
40248         PR target/64386
40249         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
40250         V32HImode.
40252 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
40254         PR target/64393
40255         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
40256         Enable AVX512BW.
40257         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
40258         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
40259         AVX512VBMI, as it implies AVX512BW.
40261 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
40263         PR target/64387
40264         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
40265         (vec_unpacks_hi_v16sf): Ditto.
40267 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40269         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
40270         is not available.
40272 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40274         * doc/invoke.texi (mapcs): Mention deprecation.
40275         (mapcs-frame): Likewise.
40277 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
40279         PR target/64453
40280         * config/arm/arm.c (callee_saved_reg_p): Define.
40281         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
40282         register is callee saved instead of !call_used_regs[reg].
40283         (thumb1_compute_save_reg_mask): Likewise.
40285 2015-01-14  Hale Wang  <hale.wang@arm.com>
40287         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
40288         Cortex-M7.
40290 2015-01-14  Richard Biener  <rguenther@suse.de>
40292         PR lto/64415
40293         * tree-inline.c (insert_debug_decl_map): Check destination
40294         function MAY_HAVE_DEBUG_STMTS.
40295         (insert_init_debug_bind): Likewise.
40296         (insert_init_stmt): Remove redundant check.
40297         (remap_gimple_stmt): Drop debug stmts if the destination
40298         function has var-tracking assignments disabled.
40300 2015-01-14  Martin Liska  <mliska@suse.cz>
40302         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
40303         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
40305 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40307         PR target/64460
40308         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
40309         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
40311 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
40313         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
40314         level from an ARCH; do not inject the default.
40315         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
40316         MIPS_ISA_LEVEL_SPEC.
40317         (MIPS_ISA_NAN2008_SPEC): Update comment.
40318         (BASE_DRIVER_SELF_SPECS): Likewise.
40319         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
40320         MIPS_DEFAULT_ISA_LEVEL_SPEC.
40321         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
40322         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
40323         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
40325 2015-01-14  Richard Biener  <rguenther@suse.de>
40327         PR tree-optimization/64493
40328         PR tree-optimization/64495
40329         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
40330         assign the proper vectorized PHI to the inner loop exit PHIs.
40332 2015-01-14  Joey Ye  <joey.ye@arm.com>
40334         * config/arm/arm.c (arm_compute_save_reg_mask):
40335         Do not save lr in case of tail call.
40336         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
40338 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
40340         * tree-vrp.c (check_array_ref): Emit more warnings
40341         for warn_array_bounds >= 2.
40342         * common.opt: New option -Warray-bounds=.
40343         * doc/invoke.texi: Document -Warray-bounds=.
40345 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
40347         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
40348         (mforbid-fp-as-gp): Remove.
40349         (mex9): Remove.
40350         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
40351         (nds32_symbol_load_store_p): Remove.
40352         (nds32_fp_as_gp_check_available): Clean up implementation.
40353         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
40354         cases.
40355         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
40356         fp-as-gp and ex9 cases.
40358 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
40360         * tree-profile.c (init_ic_make_global_vars): Drop workaround
40361         for bintuils bug 14342.
40362         (init_ic_make_global_vars): Likewise.
40363         (gimple_init_edge_profiler): Likewise.
40364         (gimple_gen_ic_func_profiler): Likewise.
40366 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
40368         * ipa-inline.c (inline_small_functions): Swap the operands in
40369         enum.
40371 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
40373         PR ipa/64481
40374         * ipa-inline-analysis.c (node_growth_cache): Remove.
40375         (initialize_growth_caches): Do not initialize it.
40376         (free_growth_caches): Do not free it.
40377         (do_estimate_growth): Rename to ...
40378         (estimate_growth): ... this one; drop growth cache code.
40379         (growth_likely_positive): Always go the heuristics way.
40380         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
40381         (reset_edge_caches): Do not reset node growth.
40382         (heap_edge_removal_hook): Do not maintain cache.
40383         (inline_small_functions): Likewise; strenghten sanity check.
40384         (ipa_inline): Do not maintain caches.
40385         * ipa-inline.h (node_growth_cache): Remove.
40386         (do_estimate_growth): Remove to ...
40387         (estimate_growth): this one; remove inline version.
40388         (reset_node_growth_cache): Remove.
40390 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
40392         PR ipa/64565
40393         * ipa-inline.c (inline_small_functions): Update callee keys after
40394         resolving speculation
40395         (inline_small_functions): Always check monotonicity of the queue.
40397 2015-01-13  Marek Polacek  <polacek@redhat.com>
40399         PR middle-end/64391
40400         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
40402 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
40404         PR rtl-optimization/64286
40405         * ree.c (combine_reaching_defs): Move part of comment earlier,
40406         remove !SCALAR_INT_MODE_P check.
40407         (add_removable_extension): Don't add vector mode
40408         extensions if all uses of the source register aren't the same
40409         vector extensions.
40411 2015-01-13  Renlin Li  <renlin.li@arm.com>
40413         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
40414         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
40416 2015-01-13  Martin Liska  <mliska@suse.cz>
40418         * ipa-icf.c (sem_function::equals_private): Call new functions
40419         cl_target_option_print_diff and cl_optimization_print_diff.
40420         * optc-save-gen.awk (cl_target_option_print_diff): New function.
40421         (cl_optimization_print_diff): Likewise.
40422         * opth-gen.awk: Likewise.
40424 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
40426         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
40427         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
40428         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
40429         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
40430         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
40431         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
40433 2015-01-13  Andrew Pinski  <apinski@cavium.com>
40435         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
40436         instead of src mode.
40438 2015-01-13  Richard Biener  <rguenther@suse.de>
40440         PR lto/64373
40441         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
40442         DECL_CONTEXT.
40444 2015-01-13  Andrew Pinski  <apinski@cavium.com>
40446         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
40447         volatile mems.
40448         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
40450 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
40452         PR middle-end/63974
40453         * cfgexpand.c (expand_computed_goto): Don't call
40454         convert_memory_address here.
40456 2015-01-13  Richard Biener  <rguenther@suse.de>
40458         PR tree-optimization/64406
40459         * tree-loop-distibution.c (pass_loop_distribution::execute):
40460         Reset the SCEV hashtable if we distributed anything.
40462 2015-01-13  Richard Biener  <rguenther@suse.de>
40464         PR tree-optimization/64404
40465         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
40466         SLP types for CSEd loads.
40468 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
40470         PR tree-optimization/64436
40471         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
40472         merge of two symbolic numbers for a bitwise OR to ...
40473         (perform_symbolic_merge): This. Also fix computation of the range and
40474         end of the symbolic number corresponding to the result of a bitwise OR.
40476 2015-01-13  Richard Biener  <rguenther@suse.de>
40478         PR tree-optimization/64568
40479         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
40480         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
40482 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40484         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
40485         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
40487 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40489         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
40490         target-specific symbol_ref flag.
40491         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
40492         resides in rodata section.
40493         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
40494         (nds32_encode_section_info): New function.
40496 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40498         * config/nds32/nds32.md (call): Use pseudo instruction bal which
40499         clobbers TA_REGNUM if large code model is specified.
40500         (call_register): Likewise.
40501         (call_immediate): Likewise.
40502         (call_value): Likewise.
40503         (call_value_register): Likewise.
40504         (call_value_immediate): Likewise.
40506 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40508         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
40509         (TARGET_CMODEL_MEDIUM): New macro.
40510         (TARGET_CMODEL_LARGE): New macro.
40511         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
40512         code model setting in assembly code.
40514 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40516         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
40517         Remove MASK_GP_DIRECT flag.
40518         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
40519         one of the multilib default options.
40520         * config/nds32/nds32.opt (mgp-direct): Remove.
40521         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
40522         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
40524 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
40526         * config/nds32/nds32.opt (mcmodel): Add new option.
40527         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
40528         to describe code model.
40530 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
40532         PR target/64479
40533         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
40535 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
40537         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
40538         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
40539         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
40540         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
40541         __builtin_sh_set_fpscr.
40543 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
40545         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
40546         after a funtion name just to indicate it is a function.
40547         ([-fsanitize-undefined-trap-on-error]): Likewise.
40548         ([-fdbg-cnt=]): Likewise.
40549         ([-mmemcpy]): Likewise.
40550         ([-mflush-func]): Likewise.
40551         ([-msynci]): Likewise.
40553 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
40555         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
40556         example.
40558 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
40560         PR tree-optimization/64563
40561         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
40562         instead of != VR_VARYING.
40564         PR target/64513
40565         * config/i386/i386.c (ix86_expand_prologue): Add
40566         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
40568         PR tree-optimization/64454
40569         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
40570         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
40571         for signed or [0, op1 - 1] for unsigned modulo.
40572         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
40573         even if op1 does not satisfy integer_pow2p.
40575         PR other/64370
40576         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
40578 2015-01-12  Jeff Law  <law@redhat.com>
40580         PR target/64461
40581         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
40582         (trunchiqi2, truncsihi2): Similarly.
40584         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
40585         rather than calling F.
40587 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
40589         * tsan.c (instrument_expr): Use force_gimple_operand.
40590         Use may_be_nonaddressable_p instead of is_gimple_addressable.
40592 2015-01-12  Richard Biener  <rguenther@suse.de>
40594         PR tree-optimization/64530
40595         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
40596         back dr1.
40598 2015-01-12  Richard Biener  <rguenther@suse.de>
40600         PR middle-end/64357
40601         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
40602         latches properly.
40604 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40606         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
40607         Cortex-A17 tuning parameters.
40608         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
40610 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40612         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
40613         * config/arm/arm.c (arm_macro_fusion_p): New function.
40614         (arm_macro_fusion_pair_p): Likewise.
40615         (TARGET_SCHED_MACRO_FUSION_P): Define.
40616         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
40617         (ARM_FUSE_NOTHING): Likewise.
40618         (ARM_FUSE_MOVW_MOVT): Likewise.
40619         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
40620         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
40621         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
40622         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
40623         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
40624         arm_cortex_a5_tune): Specify fuseable_ops value.
40626 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
40628         PR bootstrap/64561
40629         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
40630         test for PIE with copy reloc.
40631         * configure: Regenerated.
40633 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40635         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
40636         in gen_rtx_REG.
40637         (arm_tls_descseq_addr): Likewise.
40638         (arm_gen_movmemqi): Likewise.
40639         (arm_expand_epilogue_apcs_frame): Likewise.
40640         (arm_expand_epilogue): Likewise.
40641         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
40642         in gen_rtx_REG.
40644 2015-01-12  Martin Liska  <mliska@suse.cz>
40646         PR ipa/64550
40647         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
40648         volatility for correct operands.
40650 2015-01-12  Martin Liska  <mliska@suse.cz>
40652         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
40653         indication that a function is not leaf.
40654         (sem_function::compare_polymorphic_p): Likewise.
40656 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
40658         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
40659         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
40660         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
40661         fold-const.h, tree-check.h.
40663 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
40665         PR ipa/63967
40666         PR ipa/64425
40667         * ipa-inline.c (compute_uninlined_call_time,
40668         compute_inlined_call_time): Use counts for extra precision when
40669         needed possible.
40670         (big_speedup_p): Fix formating.
40671         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
40672         (relative_time_benefit): Remove.
40673         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
40674         merge guessed and read profile paths.
40675         (inline_small_functions): Count only !optimize_size functions into
40676         initial size; be more lax about sanity check when profile is used;
40677         be sure to update inlined function profile when profile is read.
40679 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
40681         PR ipa/63470
40682         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
40683         cost when edge becomes direct.
40684         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
40685         is resolved or when introducing new speculation.
40687 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
40689         PR ipa/64551
40690         PR ipa/64552
40691         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
40692         '||' to fix typo issue.
40694         * tree.h (target_opts_for_fn): Check NULL_TREE since it can
40695         accept and return NULL.
40697 2015-01-12  Martin Liska  <mliska@suse.cz>
40699         * cgraph.c (cgraph_edge::remove_callee): Move function to header
40700         file for being inlined.
40701         (cgraph_set_edge_callee): Delete.
40702         (cgraph_edge::redirect_callee): Move function to header file
40703         for being inlined.
40704         (cgraph_edge::make_direct): Use new function.
40705         (cgraph_edge::dump_edge_flags): New function created from
40706         static dump_edge_flags function.
40707         (cgraph_node::dump): Use new function.
40708         (cgraph_edge::verify_count_and_frequency): New function created
40709         from verify_edge_count_and_frequency.
40710         (cgraph_edge::verify_corresponds_to_fndecl): New function created
40711         from verify_edge_corresponds_to_fndecl.
40712         (verify_edge_corresponds_to_fndecl): Delete.
40713         (cgraph_node::verify_node): Use new function.
40714         * cgraph.h (cgraph_edge::set_callee): New function.
40715         (cgraph_edge::dump_edge_flags): Likewise.
40716         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
40718 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
40720         * ipa-utils.c (estimate_function_body_sizes): Do not
40721         free node params when called late with early=true.
40723 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
40725         * doc/md.texi (Instruction Patterns): Rewrite text for
40726         clarity.
40727         (Example): Likewise.
40729 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
40731         * doc/invoke.texi (Option Summary): Break long lines.
40732         [(-fdiagnostics-color)]: Put long literal in @smallexample
40733         instead of inline.
40734         [(-fsanitize-recover)]: Likewise.
40735         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
40736         [(-ffast-math)]: Likewise.
40737         [(--param max-inline-insns-recursive)]: Likewise.
40738         [(--param max-inline-recursive-depth)]: Likewise.
40739         [(-mno-text-section-literals)]: Likewise.
40741 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
40743         * doc/install.texi: Update for libgomp being renamed from "GNU
40744         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
40745         Runtime Library".
40746         * doc/sourcebuild.texi: Likewise.
40748 2015-01-10  Anthony Green  <green@moxielogic.com>
40750         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
40751         mul.x availability for moxiebox configuration.
40753 2015-01-09  Anthony Green  <green@moxielogic.com>
40755         * config/moxie/moxie.md: Tabify assembly output.
40757 2015-01-09  Anthony Green  <green@moxielogic.com>
40759         * config/moxie/moxie.md (CC_REG): Correct register definition.
40761 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
40763         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
40764         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
40765         of log files.
40767 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
40769         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
40771 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
40772             Jakub Jelinek  <jakub@redhat.com>
40774         PR middle-end/64412
40775         * lto-streamer.h (lto_stream_offload_p): New declaration.
40776         * lto-streamer.c (lto_stream_offload_p): New variable.
40777         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
40778         at the same time as section_name_prefix.
40779         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
40780         if lto_stream_offload_p.
40781         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
40782         stream TREE_TARGET_OPTION if lto_stream_offload_p.
40783         (write_ts_function_decl_tree_pointers): Don't
40784         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
40785         * tree-streamer-in.c (unpack_value_fields): Don't stream
40786         TREE_TARGET_OPTION in if ACCEL_COMPILER.
40787         (lto_input_ts_function_decl_tree_pointers): Don't stream
40788         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
40789         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
40790         instead of section_name_prefix string comparisons.
40792 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
40794         PR rtl-optimization/64536
40795         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
40796         tablejumps.
40798 2015-01-09  Michael Collison  <michael.collison@linaro.org>
40800         PR tree-optimization/64322
40801         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
40802         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
40804 2015-01-09  Tom de Vries  <tom@codesourcery.com>
40806         PR rtl-optimization/64539
40807         * regcprop.c (kill_clobbered_values): Factor out of ...
40808         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
40809         instead of note_stores with kill_clobbered_value.
40811 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
40813          * ginclude/unwind-arm-common.h: Revert previous commit.
40815 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
40817         * config.gcc (arm*-*-freebsd*): New configuration.
40818         * config/arm/freebsd.h: New file.
40819         * config.host: Add extra components for arm*-*-freebsd*.
40820         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
40821         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
40823 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
40825         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
40826         for -mcpu=e6500.
40827         * config/rs6000/t-rtems: Add e6500 multilibs.
40829 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
40831         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
40832         MPC8540.
40834 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
40836         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
40837         MULTILIB_EXCEPTIONS.
40839 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
40841         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
40842         MULTILIB_EXCEPTIONS.
40844 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
40846         * config/arm/t-rtems-eabi: Rename to...
40847         * config/arm/t-rtems: ...this.
40848         * config/arm/rtems-eabi.h: Rename to...
40849         * config/arm/rtems.h: ...this.
40850         * config.gcc (arm*-*-rtems*): Reflect changes above.
40852 2015-01-09  Richard Biener  <rguenther@suse.de>
40854         PR tree-optimization/64410
40855         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
40856         on the LHS.
40857         (execute_update_addresses_taken): Deal with that.
40858         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
40859         loads/stores for complex variables.
40861 2015-01-09  Martin Liska  <mliska@suse.cz>
40863         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
40864         name comparison.
40865         (func_checker::compare_memory_operand): New function.
40866         (func_checker::compare_operand): Split case to newly
40867         added functions.
40868         (func_checker::compare_cst_or_decl): New function.
40869         (func_checker::compare_gimple_call): Identify
40870         memory operands.
40871         (func_checker::compare_gimple_assign): Likewise.
40872         * ipa-icf-gimple.h: New function.
40874 2015-01-09  Martin Liska  <mliska@suse.cz>
40876         PR ipa/64503
40877         * sreal.c (sreal::dump): Change unsigned format to signed for
40878         m_exp value.
40879         (sreal::to_double): Replace exp2 with scalbln.
40881 2015-01-09  Martin Liska  <mliska@suse.cz>
40883         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
40884         * ipa-icf.c (sem_function::equals_private): Add support for target and
40885         (sem_item_optimizer::merge_classes): Remove redundant function
40886         optimization flags comparison.
40887         * tree.h (target_opts_for_fn): New function.
40889 2015-01-09  Tom de Vries  <tom@codesourcery.com>
40891         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
40893 2015-01-09  Kito Cheng  <kito@0xlab.org>
40895         PR rtl-optimization/64348
40896         * lra-constraints.c (split_reg): Fix caller-save store/restore
40897         instruction generation.
40899 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
40901         PR gcov-profile/61790
40902         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
40903         long long.  Fallback to int64_t if host doesn't have long long and
40904         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
40906 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
40908         PR tree-optimization/63989
40909         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
40910         from 1000 to 10000.
40911         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
40912         (get_stridx): If we don't have a record for certain SSA_NAME,
40913         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
40914         constant offset, call get_stridx_plus_constant.
40915         (get_stridx_plus_constant): New function.
40916         (zero_length_string): Don't use get_stridx here.
40918         PR target/55023
40919         PR middle-end/64388
40920         * dse.c (struct insn_info): Mention frame_read set also
40921         before reload for tail calls on some targets.
40922         (scan_insn): Revert 2014-12-22 change.  Set frame_read
40923         also before reload for tail calls if
40924         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
40925         instead of add_non_frame_wild_read for non-const/memset
40926         tail calls after reload.
40928 2015-01-08  Jason Merrill  <jason@redhat.com>
40930         * ubsan.c (do_ubsan_in_current_function): New.
40931         (pass_ubsan::gate): Use it.
40932         * ubsan.h: Declare it.
40933         * convert.c (convert_to_integer): Use it.
40935 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
40937         PR target/64338
40938         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
40939         compare_code when it is unconditionally overwritten afterwards.
40940         Use ix86_reverse_condition instead of reverse_condition.  Don't
40941         change code if *reverse_condition* returned UNKNOWN and don't
40942         swap ct/cf and negate diff in that case.
40944 2015-01-08  Mike Stump  <mikestump@comcast.net>
40946         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
40947         (pass_tsan_O0::gate): Likewise.
40948         * extend.texi (Function Attributes): Add no_sanitize_thread
40949         documentation.
40951 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
40953         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
40954         for registering builtins.
40955         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
40956         add -fopenmp to the argv_obstack used when invoking
40957         compile_for_target.
40959         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
40960         add "-m32" or "-m64" to argv_obstack.
40961         (generate_host_descr_file): Likewise, when invoking host_compiler.
40962         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
40963         ld.
40965 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
40967         * config/sh/sh-mem.cc: Use constant as second operand when emitting
40968         tstsi_t insns.
40970 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
40972         PR target/55212
40973         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
40974         constant load if constant operand fits into I08.
40976 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
40978         PR sanitizer/64336
40979         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
40980         and TREE_THIS_VOLATILE for MEM_REFs.
40981         (build5_stat): Fix up initialization of TREE_READONLY and
40982         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
40984 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
40986         PR target/64533
40987         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
40988         of r for the second alternative of the destination operand.
40990 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
40992         PR target/36557
40993         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
40995 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
40997         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
40998         keywords.
40999         ([-fivar-visibility], [-fvisibility]): Likewise.
41001 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
41003         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
41004         the file where @code, @command, etc is more appropriate.
41006 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
41008         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
41009         of -mrecip= documentation.
41011 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
41013         PR target/64505
41014         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
41015         correct reload handler if -m32 -mpowerpc64 is used.
41017 2015-01-06  Tom de Vries  <tom@codesourcery.com>
41019         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
41021 2015-01-08  Christian Bruel  <christian.bruel@st.com>
41023         PR target/64507
41024         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
41026 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
41028         PR tree-optimization/63259
41029         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
41030         if optab exists for 16bit byteswap.
41032 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
41034         * opts.c (common_handle_option): Add support for
41035         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
41036         * doc/invoke.texi: Document -fno-sanitize=all,
41037         -f{,no-}sanitize-recover=all.  Document that
41038         -fsanitize=float-cast-overflow is not enabled
41039         by -fsanitize=undefined.  Fix up documentation
41040         of -f{,no-}sanitize-recover.
41042 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
41044         * config.gcc: Add Visium support.
41045         * configure.ac: Likewise.
41046         * configure: Regenerate.
41047         * doc/extend.texi (interrupt attribute): Add Visium.
41048         * doc/invoke.texi: Document Visium options.
41049         * doc/install.texi: Document Visium target.
41050         * doc/md.texi: Document Visium constraints.
41051         * common/config/visium: New directory.
41052         * config/visium: Likewise.
41054 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
41056         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
41057         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
41059 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
41061         * combine.c (combine_validate_cost): Do not count the cost of a
41062         split I2 twice.  Do not display it twice in the dump, either.
41064 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
41066         Revert parts of r219199.
41067         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
41068         <inttypes.h>.
41069         ([-Wtraditional]): Restore markup on <limits.h>.
41071 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
41073         PR c++/31397
41074         * doc/invoke.texi: Document -Wsuggest-override.
41076 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
41078         PR rtl-optimization/64287
41079         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
41080         (process_options): Disable flag_ipa_ra if profiling.
41082 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
41084         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
41086 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
41088         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
41089         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
41090         put under #if TARGET_LOOPS guard.
41092 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
41094         * config/i386/i386.c (output_387_binary_op): Use std::swap.
41096 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
41098         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
41099         * rtl.h (refers_to_regno_p): Add overload.
41100         * cse.c: Use it.
41101         * bt-load.c: Likewise.
41102         * combine.c: Likewise.
41103         * df-scan.c: Likewise.
41104         * sched-deps.c: Likewise.
41105         * config/s390/s390.c: Likewise.
41106         * config/m32r/m32r.c: Likewise.
41107         * config/rs6000/spe.md: Likewise.
41108         * config/rs6000/rs6000.c: Likewise.
41109         * config/pa/pa.c: Likewise.
41110         * config/stormy16/stormy16.c: Likewise.
41111         * config/cris/cris.c: Likewise.
41112         * config/arc/arc.md: Likewise.
41113         * config/arc/arc.c: Likewise.
41114         * config/sh/sh.md: Likewise.
41115         * config/sh/sh.c: Likewise.
41116         * config/frv/frv.c: Likewise.
41118 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
41120         PR sanitizer/64265
41121         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
41122         call as cleanup of the whole body.
41123         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
41124         * tsan.c (replace_func_exit): New function.
41125         (instrument_func_exit): Moved earlier.
41126         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
41127         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
41128         been found.
41129         (tsan_pass): Don't call instrument_func_exit.
41130         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
41131         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
41132         inlining.
41134         PR sanitizer/64344
41135         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
41136         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
41137         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
41138         if the result is integer_zerop, return NULL_TREE.
41139         * convert.c (convert_to_integer): Pass expr as ARG.
41141         PR tree-optimization/64465
41142         * tree-inline.c (redirect_all_calls): During inlining
41143         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
41144         changed the stmt to a non-throwing call.
41146 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
41148         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
41149         etc markup throughout the file.
41151 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
41153         Enable experimental TSAN support for Ada.
41154         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
41156 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
41158         PR tree-optimization/64494
41159         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
41160         clear SSA_NAME_ANTI_RANGE_P flag.
41162 2015-01-05  Marek Polacek  <polacek@redhat.com>
41164         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
41166 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
41168         Update copyright years.
41170         * gcc.c (process_command): Update copyright notice dates.
41171         * gcov-dump.c: Ditto.
41172         * gcov.c: Ditto.
41173         * doc/cpp.texi: Bump @copying's copyright year.
41174         * doc/cppinternals.texi: Ditto.
41175         * doc/gcc.texi: Ditto.
41176         * doc/gccint.texi: Ditto.
41177         * doc/gcov.texi: Ditto.
41178         * doc/install.texi: Ditto.
41179         * doc/invoke.texi: Ditto.
41181         * auto-profile.c, auto-profile.h: Fix up Copyright line.
41183 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
41185         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
41186         verb tense, etc.
41187         ([-fvtable-verify], [-fvtv-debug]): Likewise.
41188         ([-Wabi]): Likewise.
41189         ([-fmessage-length]): Likewise.
41190         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
41191         ([-Wno-discarded-qualifiers]): Likewise.
41192         ([-Wnodiscarded-array-qualifiers]): Likewise.
41193         ([-Wno-virtual-move-assign]): Likewise.
41194         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
41195         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
41196         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
41197         ([-fsanitize-undefined-trap-on-error]): Likewise.
41198         ([-floop-interchange]): Likewise.
41199         ([-ftree-coalesce-inlined-vars]): Likewise.
41200         ([-fvect-cost-model]): Likewise.
41201         ([-flto]): Likewise.
41202         ([--param]): Likewise.
41203         (Spec Files): Likewise.
41204         ([-mstrict-align]): Likewise.
41205         ([-mfix-cortex-a53-835769]): Likewise.
41206         ([-march], [-mtune]): Likewise.
41207         ([-mpic-register]): Likewise.
41208         ([-munaligned-access]): Likewise.
41209         ([-msp8]): Likewise.
41210         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
41211         (AVR Built-in Macros): Likewise.
41212         ([-mpreferred-stack-boundary]): Likewise.
41213         ([-mtune-crtl]): Likewise.
41214         ([-mashf]): Likewise.
41215         ([-mmcu=]): Likewise.
41216         ([-minrt]): Likewise.
41217         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
41218         ([-mupper-regs]): Likewise.
41219         ([-matomic-model]): Likewise.
41220         ([-mdiv]): Likewise.
41221         ([-mzdcbranch]): Likewise.
41222         ([-mdisable-callt]): Likewise.
41223         ([-msoft-float]): Likewise.
41224         ([-m8byte-align]): Likewise.
41225         ([-fstack-reuse]): Likewise.
41227 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
41229         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
41230         Fix markup, light copy-editing.
41231         ([-fauto-profile]): Rewrite to fix formatting and content
41232         problems.
41234 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
41236         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
41237         Copy-edit description.
41238         ([-fisolate-erroneous-paths-attribute]): Likewise.
41239         * common.opt (fisolate-erroneous-paths-dereference):
41240         Copy-edit description.
41241         (fisolate-erroneous-paths-attribute): Likewise.
41243 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
41245         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
41246         tidy grammar.
41248 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
41250         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
41251         ([-fvtv-debug]): Likewise.
41252         ([-Wc++-compat]): Likewise.
41253         ([-Wc++11-compat]): Likewise.
41254         ([-Wc++14-compat]): Likewise.
41255         ([-Wno-sized-deallocation]): Likewise.
41256         ([-femit-class-debug-always]): Likewise.
41257         ([-femit-struct-debug-detailed]): Likewise.
41258         ([-fno-keep-inline-dllexport]): Likewise.
41259         ([-fira-algorithm]): Likewise.
41260         ([-fira-region]): Likewise.
41261         ([-flra-remat]): Likewise.
41262         ([-fipa-ra]): Likewise.
41263         ([-fhoist-adjacent-loads]): Likewise.
41264         ([-fisolate-erroneous-paths-dereference]): Likewise.
41265         ([-fisolate-erroneous-paths-attribute]): Likewise.
41266         ([-ftree-switch-conversion]): Likewise.
41267         ([-ftree-tail-merge]): Likewise.
41268         ([-ftree-loop-if-convert]): Likewise.
41269         ([-ftree-loop-if-convert-stores]): Likewise.
41270         ([-ftree-loop-distribution]): Likewise.
41271         ([-ftree-loop-distribute-patterns]): Likewise.
41272         ([-flto-compression-level]): Likewise.
41273         ([-flto-report]): Likewise.
41274         ([-flto-report-wpa]): Likewise.
41275         ([-fuse-linker-plugin]): Likewise.
41276         ([-mfix-cortex-a53-835769]): Likewise.
41277         ([-mno-fix-cortex-a53-835769]): Likewise.
41278         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
41279         explicit listing; add a note to the discussion indicating they
41280         exist.  Reorder table to group similar options.  Add missing
41281         @opindex entries.  Add @need commands throughout the table to
41282         allow it to be split across multiple pages.
41283         ([-m8bit-idiv]): Fix @opindex.
41284         ([-mavx256-split-unaligned-load]): Likewise.
41285         ([-mavx256-split-unaligned-store]): Likewise.
41286         ([-mstack-protector-guard]): Likewise.
41287         ([-mcpu=]): Likewise.
41288         ([-mcpu]): Likewise.
41289         ([-mpointer-size=]): Likewise.
41291 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
41293         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
41294         instead of `m' constraint.  Likewise for unnamed movb comparison
41295         patterns using reg_before_reload_operand predicate.
41296         * config/pa/predicates.md (reg_before_reload_operand): Tighten
41297         predicate to reject register index and LO_SUM DLT memory forms
41298         after reload.
41300 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
41302         * doc/invoke.texi (Option Summary): Fix spelling of
41303         -fdevirtualize-at-ltrans.
41304         ([-fdevirtualize]): Fix markup.
41305         ([-fdevirtualize-speculatively]): Fix typo.
41306         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
41307         implementor-speaky.
41308         * common.opt (fdevirtualize-at-ltrans): Likewise.
41309         * ipa-devirt.c: Fix typos in comments throughout the file.
41310         (ipa_devirt): Fix typos in format strings for dump output.
41312 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
41314         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
41315         discussion of defaults, light copy-editing.
41317 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
41319         * tsan.c (instrument_expr): corrected previous checkin.
41321 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
41323         Instrument bit field and unaligned accesses for TSAN.
41324         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
41325         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
41326         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
41327         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
41328         unaligned memory regions.
41330 2015-01-01  Anthony Green  <green@moxielogic.com>
41332         * config/moxie/predicates.md (moxie_general_movsrc_operand):
41333         Restrict move source register offsets to 16 bits.
41335 Copyright (C) 2015 Free Software Foundation, Inc.
41337 Copying and distribution of this file, with or without modification,
41338 are permitted in any medium without royalty provided the copyright
41339 notice and this notice are preserved.